(gnus-request-article-this-buffer): Use `gnus-refer-article-methods'.
[gnus] / lisp / ChangeLog
1 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
2
3         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
4         `gnus-refer-article-methods'.
5
6 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
7
8         * auth-source.el: Require EPA and EPG.
9         (auth-source-passphrase-alist): New variable.
10         (auth-source-passphrase-callback-function)
11         (auth-source-token-passphrase-callback-function): Callbacks for the
12         netrc field encryption (GPG tokens).
13         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
14         Symmetric encryption and decryption of the netrc GPG tokens.
15         (auth-source-netrc-normalize): Use them, simplifying the closure.
16
17 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18
19         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
20         is available.
21
22 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23
24         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
25         non-nil, and `nnimap-split-methods' is nil, use the former.
26
27 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
28
29         * plstore.el (plstore-revert): New function.
30         (plstore-open): Use it; hide the buffer from user.
31
32 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
33
34         * auth-source.el (auth-source-backend): New member "arg".
35         (auth-source-backend-parse): Handle new backend 'plstore.
36         * plstore.el: New file.
37
38 2011-06-30  Glenn Morris  <rgm@gnu.org>
39
40         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
41
42 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
43
44         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
45         expiring articles to.
46
47         * mm-util.el (mm-charset-to-coding-system): Recognise all ANSI.x3.4
48         variations as ASCII (bug#5458).
49
50 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
51
52         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
53
54 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
55
56         * message.el (message-point-in-header-p): Tweak the function to default
57         to saying that we're not in the headers if there is no separator at
58         all.  This makes it possible to use the Message version of `M-q' in
59         buffers with no headers (bug#7987).
60         (message-point-in-header-p): Fix last checkin to work with an empty
61         mail-header-separator, too.
62
63         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
64         again, save the choice via customize.
65
66 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
67
68         * message.el (message-send-mail-function): Add `sendmail-query-once'.
69
70         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
71         ended the connection, bail out before waiting infinitely on a new
72         connection.
73
74 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
75
76         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
77         reports.
78
79         * gnus.el (gnus-bug-package): Use "gnus."
80         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
81
82 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
83
84         * dgnushack.el: Make the timer warning go away on XEmacs.
85
86         * gnus-art.el (gnus-article-stop-animations): New function to stop any
87         animations going on at article exit time.
88
89         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
90         since removing it breaks people upgrading.
91
92         * shr.el (shr-put-image): Use the new interface for animating images.
93         (shr-put-image): Animate for 60 seconds.
94
95         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
96         avoid compiler warnings.
97
98         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
99         error with `find-file-hooks' on Emacs 22.
100         (with-auth-source-epa-overrides): Ugly hack to Wrap the
101         `find-file-hook' things in `symbol-value' to avoid compilation warnings
102         on all architectures.
103
104         * spam.el (spam-stat): Require in a normal fashion without binding
105         `spam-stat-install-hooks' to avoid compilation warnings.
106
107         * spam-stat.el (spam-stat-install-hooks): Removed.
108         (spam-stat-install-hooks): Don't run automatically.
109
110 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
111
112         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
113         and keystroke.
114
115 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
116
117         * auth-source.el (auth-source-netrc-cache): Move forward.
118
119 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
120
121         * proto-stream.el (proto-stream-open-starttls): Use
122         `gnutls-available-p' to see whether we have built-in support.
123
124         * auth-source.el (auth-source-netrc-create): Don't query the bits that
125         we already know.
126         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
127         (auth-source-netrc-create): Don't prompt for the stuff we already know.
128
129 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
130
131         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
132         %S format, since that looks odd.
133         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
134         file, especially when saving.
135
136 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
137
138         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
139         article found.
140
141 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
142
143         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
144         `auth-source-save-secrets' with a more sensitive alist that can be
145         configured per file.  Experimental, so defaults to 'never.
146         (auth-source-netrc-create): Use it.  Still experimental code.
147         (with-auth-source-epa-overrides): Use `find-file-hooks' if
148         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
149
150 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
151
152         * auth-source.el (auth-source-save-secrets): New variable to control if
153         secret tokens should be saved encrypted.
154         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
155         to `auth-source-netrc-normalize'.
156         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
157         on the EPA variables being defined.
158         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
159         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
160         the lexical-let closure.
161         (auth-source-netrc-create): Create "gpg:" tokens according to
162         `auth-source-save-secrets'.
163
164 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
165
166         * gnus-group.el (gnus-group-update-group): Add new argument
167         `info-unchanged' that stops updating dribble buffer.
168
169         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
170         deletes lines matching to it in dribble buffer.
171
172         * gnus-agent.el (gnus-agent-fetch-group-1):
173         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
174         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
175         * gnus-start.el (gnus-group-change-level):
176         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
177
178         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
179         if newsgroup info is not changed.
180
181         * gnus-group.el (gnus-group-get-new-news-this-group):
182         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
183         Don't update dribble buffer.
184
185 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
186
187         * gnus-registry.el (gnus-registry-remove-ignored): New function to
188         remove entries with groups we ignore.
189
190 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
191
192         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
193         the underline comes at the bottom.
194
195 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
196
197         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
198         `gnus-registry-user-format-function-M' and declare the latter obsolete.
199         (gnus-registry-article-marks-to-names): Rename from
200         `gnus-registry-user-format-function-M2'.
201
202 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
203
204         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
205         ephemeral group.
206
207 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
208
209         * shr.el (shr-browse-image): Copy the URL if called interactively.
210
211 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
212
213         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
214         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
215         done, then unselected articles may be marked as read.
216
217         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
218         since not doing this seems to lead to a race condition in pop3-logon.
219
220         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
221         so that the call chain it correct when we call "upwards".
222
223         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
224         in read-only groups.
225
226         * gnus-group.el (gnus-group-mark-article-read): Ditto.
227
228         * message.el (message-cite-reply-position): Doc string fix.
229
230         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
231         avoid regexp overflow.
232         (nnimap-transform-split-mail): Ditto.
233
234         * pop3.el (pop3-retr): Error out if the server closes the connection.
235
236 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
237
238         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
239         mm-with-unibyte-current-buffer.  The buffer should not contain any
240         multibyte chars anyway at this stage.
241
242 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
243
244         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
245         at the end of lines.
246
247 2011-05-29  Julien Danjou  <julien@danjou.info>
248
249         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
250
251 2011-05-27  Glenn Morris  <rgm@gnu.org>
252
253         * gnus-group.el (gnus-bug-group-download-format-alist):
254         Use the "maintainer" version of debian reports as well.
255
256 2011-05-26  Glenn Morris  <rgm@gnu.org>
257
258         * gnus-group.el (gnus-bug-group-download-format-alist):
259         Use the "maintainer" version of debbugs.gnu.org reports.
260
261 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
262
263         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
264
265 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
266
267         * gnus-cus.el (gnus-agent-customize-category):
268         * gnus-delay.el (gnus-delay-send-queue):
269         * gnus.el (gnus-other-frame):
270         Don't quote lambda expressions with `quote'.
271
272 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
273
274         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
275         the thread moves us backwards and so we loop forever.
276
277 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
278
279         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
280         whitespace in base64 data lines.
281
282 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
283
284         * gnus-registry.el (gnus-registry-user-format-function-M):
285         Use `mapconcat'.
286         (gnus-registry-user-format-function-M2): Use to see the full text of
287         the marks.  Make "," the mark text separator.
288
289         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
290         authentication with auth-source.
291
292 2011-05-17  Glenn Morris  <rgm@gnu.org>
293
294         * gnus-group.el (gnus-import-other-newsrc-file):
295         Use insert-file-contents.
296
297 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
298
299         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
300         1000 iterations.
301
302 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
303
304         * nntp.el (nntp-open-connection): Check if process-type is available.
305
306 2011-05-16  Julien Danjou  <julien@danjou.info>
307
308         * shr.el (shr-tag-del): Add support for del tag.
309
310 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
311
312         * gnus-html.el (gnus-html-put-image): Register a displayer.
313
314         * shr.el (shr-image-displayer): Don't remove text props from alt text.
315
316 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
317
318         * registry.el (prune-factor): New initialization parameter defaulting
319         to 0.1.
320         (registry-prune-hard): Use it.
321
322         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
323         0.1 expicitly.
324
325 2011-05-13  Glenn Morris  <rgm@gnu.org>
326
327         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
328         is bound, since this function requires sendmail.
329
330 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
331
332         * registry.el (registry-usage-test): Disable pruning test.
333
334 2011-05-11  David Engster  <dengste@eml.cc>
335
336         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
337         Bind set-network-process-option for XEmacs.
338
339 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
340
341         * registry.el (registry-prune-hard-candidates)
342         (registry-prune-soft-candidates): Helper methods for registry pruning.
343         (registry-prune): Use them.  Make the sort function optional.
344
345 2011-05-10  Jim Meyering  <meyering@redhat.com>
346
347         * shr.el (shr-colorize-region): Fix typo "on on -> on".
348
349 2011-05-10  Julien Danjou  <julien@danjou.info>
350
351         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
352         symbol and not a list.
353
354 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
355
356         * gnus-art.el (gnus-article-mode): Move binding of
357         shr-put-image-function here from gnus-article-prepare-display.
358
359         * shr.el (shr-put-image-function): New variable.
360         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
361         (shr-put-image): Return scaled image.
362
363         * gnus-art.el (gnus-shr-put-image): New function.
364         (gnus-article-prepare-display): Bind shr-put-image-function to it.
365
366         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
367         original ones, as deletable.
368
369 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
370
371         * nntp.el (nntp-open-connection): Set TCP keepalive option.
372
373 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
374
375         * registry.el (registry-full): Add convenience method.  Fix logic.
376         (registry-insert): Use it.  Fix logic here too.
377
378         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
379         `registry-prune' if `registry-full' returns t.
380         (gnus-registry-handle-action)
381         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
382         (gnus-registry-usage-test): Use it.
383
384 2011-05-07  Julien Danjou  <julien@danjou.info>
385
386         * shr.el (shr-link): Make shr-link inherit from link by default.
387
388 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
389
390         * shr.el (shr-urlify, shr-link): Fix shr-link face.
391
392 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
393
394         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
395         error out because the face is not a list.
396
397 2011-05-05  Glenn Morris  <rgm@gnu.org>
398
399         * proto-stream.el (gnutls-negotiate): Fix declarations.
400
401         * gnus-start.el (gnus-propagate-marks): Declare.
402
403 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
404
405         * registry.el (registry-reindex): Fix percentage message.
406
407         * proto-stream.el (network-stream-open-starttls): Adjust to call
408         `gnutls-negotiate' with :process and :hostname arguments.
409
410 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
411
412         * shr.el: Add shr-link face for links.
413         (shr-urlify): Use it.
414
415         * registry.el (registry-insert): Make error message more helpful.
416
417 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
418
419         * gnus-html.el (gnus-html-schedule-image-fetching):
420         Use url-queue-retrieve, if it exists.
421
422         * shr.el (shr-tag-img): Ditto.
423
424         * gnus.el: Autoload more gnus-agent functions.
425
426         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
427         agent if we haven't already (bug#8502).
428
429         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
430         into the Agent, too.
431
432         * gnus-agent.el (gnus-agent-store-article): New function.
433
434         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
435         and moved from that file for reuse.
436
437         * pop3.el (pop3-open-server): Error messages are "-ERR".
438
439 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
440
441         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
442         (open-tls-stream): Remove superfluous tls/starttls autoloads.
443
444 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
445
446         * gnus.el: No Gnus v0.17 is released.
447
448 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
449
450         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
451         buffer has moved to a different frame.
452
453 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
454
455         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
456         to get the conversion from unibyte to multibyte buffers to work on
457         Emacs 22.
458
459         * nntp.el (nntp-request-article): Slight clean-up.
460
461 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
462
463         * shr.el (shr-strike-through): New face.
464         (shr-tag-s): Use it to provide <s> support.
465         (shr-tag-s): Remove duplicate definition.
466
467 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
468
469         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
470         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
471
472 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
473
474         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
475         `gnutls-negotiate'.
476         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
477
478 2011-04-23  Glenn Morris  <rgm@gnu.org>
479
480         * gnus-sum.el (gnus-extra-headers): Bump :version.
481
482 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
483
484         * shr.el (shr-tag-sup): New function.
485         (shr-tag-sub): Ditto.
486
487 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
488
489         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
490         for the case where `gnus-registry-ignored-groups' is a list of lists,
491         and don't call `gnus-parameter-registry-ignore' otherwise.
492
493 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
494
495         * nnimap.el (nnimap-user): New backend variable.
496         (nnimap-open-connection-1): Use it.
497         (nnimap-credentials): Accept user parameter so it's explicit what user
498         name is desired.
499
500         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
501         default.
502
503         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
504         not gnus-registry.el.
505
506         * gnus-registry.el: Mention in comments how to modify
507         `gnus-extra-headers' for proper recipient tracking and that it may
508         already have To and Cc recently, which it does as of this commit.
509         (gnus-registry-ignored-groups): Remove defcustom.
510         Explain why in comments.
511         (gnus-registry-action): Fix data-header reference to use the extra
512         headers.  Explain in package commentary how to add To and Cc headers to
513         the gnus-extra-headers.
514         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
515         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
516         parameter list or a string list in `gnus-registry-ignored-groups'.
517         Fix logic error.
518
519 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
520
521         * shr.el (shr-expand-url): Protect against null urls.
522
523 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
524
525         * shr.el (shr-base): New binding.
526         (shr-tag-base): Keep track of <base>.
527         (shr-expand-url): New function used throughout.
528
529 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
530
531         * gnus-registry.el
532         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
533         (gnus-registry-ignored-groups): New variable.
534         (gnus-registry-ignore-group-p): Use it.
535         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
536         set the destination group to nil (same as delete) if it's ignored.
537
538 2011-04-20  David Engster  <dengste@eml.cc>
539
540         * tests/gnustest-nntp.el: New file for simple NNTP testing.
541
542         * Makefile.in (test-nntp): New rule.
543         (check): Add it.
544         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
545
546 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
547
548         * gnus-registry.el (gnus-registry-action)
549         (gnus-registry-fetch-header-fast):
550         Don't use mail-header that looks an internal function of mailheader.el.
551
552 2011-04-19  Glenn Morris  <rgm@gnu.org>
553
554         * time-date.el (time-to-days): Remove unused local variables.
555
556 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
557
558         * gnus-registry.el: Eliminate cl functions.
559         (gnus-registry-sort-addresses): New function that replaces mapcan.
560         (gnus-registry-action, gnus-registry-spool-action)
561         (gnus-registry-split-fancy-with-parent)
562         (gnus-registry-fetch-recipients-fast): Use it.
563         (gnus-registry-import-eld): Replace delete* with dolist + delq.
564
565         * registry.el (initialize-instance, registry-lookup)
566         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
567         (registry-lookup-secondary-value, registry-search, registry-delete)
568         (registry-insert, registry-reindex, registry-size, registry-prune):
569         Use eval-and-compile.
570
571 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
572
573         * registry.el (registry-reindex): New method to recreate the secondary
574         registry indices.
575
576         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
577         tracked field changes.
578         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
579         (gnus-registry-action, gnus-registry-spool-action)
580         (gnus-registry-handle-action)
581         (gnus-registry--split-fancy-with-parent-internal)
582         (gnus-registry-split-fancy-with-parent)
583         (gnus-registry-register-message-ids): Add recipient tracking on spool,
584         move, and delete actions, and for fancy splitting with parent.
585         (gnus-registry-extract-addresses)
586         (gnus-registry-fetch-recipients-fast)
587         (gnus-registry-fetch-header-fast): Convenience functions.
588         (gnus-registry-misc-test): ERT test of
589         `gnus-registry-extract-addresses'.
590
591 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
592
593         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
594         Track by subject first, then sender.
595
596 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
597
598         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
599
600         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
601         Lisp.
602
603         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
604         (gnus-draft-send): Use it to avoid popping
605         up frames from gnus-group-send-queue.
606
607 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
608
609         * gnus-registry.el: Updated gnus-registry docs.
610
611 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
612
613         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
614         Fix logic bug.
615         (gnus-registry-post-process-groups): Fix logging of no results and
616         quote sender and subject.
617
618 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
619
620         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
621         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
622         gnutls-cli are too slow to be done opportunistically.
623
624         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
625         (gnus-read-active-for-groups): Don't try to finish getting stuff where
626         we had no early-data returned.
627         (gnus-get-unread-articles): Add a sanity check so that we don't issue
628         two async commands to the same server at the same time.
629
630 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
631
632         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
633
634 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
635
636         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
637         "warning" level.
638
639         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
640         (mm-url-insert-file-contents): Don't set the package names.
641
642 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
643
644         * gnus-registry.el (gnus-registry-action): Remove properties and
645         simplify subject in `gnus-registry-handle-action'.
646         (gnus-registry-spool-action): Get subject and sender from message if
647         they are not passed in.
648         (gnus-registry-handle-action): Remove properties and simplify subject
649         consistently.
650
651 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
652
653         * registry.el: Require CL before using defmacro*.
654
655 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
656
657         * gnus-art.el (article-treat-date): Assume that
658         gnus-article-date-headers may be a group parameter.
659
660 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
661
662         * gnus-registry.el (gnus-registry-handle-action): More debugging.
663
664         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
665         interactively so the newsrc file can contain foreign groups too.
666         Useful for debugging but not much for users.
667
668 2011-04-07  David Engster  <dengste@eml.cc>
669
670         * registry.el (registry-usage-test): Only do
671         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
672         lexical binding.
673
674 2011-04-07  David Engster  <dengste@eml.cc>
675
676         * Makefile.in (check, test-registry): New rules for test-suite.
677
678 2011-04-06  David Engster  <dengste@eml.cc>
679
680         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
681         argument NOERROR for `require', since XEmacs 21.4 does not support it.
682
683 2011-04-06  David Engster  <dengste@eml.cc>
684
685         * registry.el (initialize-instance): Change :after to :AFTER to be
686         compatible with old EIEIO version in XEmacs.
687
688 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
689
690         * gnus-registry.el (gnus-registry-post-process-groups)
691         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
692         and provide better messaging.
693
694 2011-04-06  David Engster  <dengste@eml.cc>
695
696         * Makefile.in (fail-on-warning): New rule to compile with warnings as
697         errors.
698
699         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
700         dgnushack-compile with error-on-warn enabled, and to signal an error if
701         clean compilation failed.
702         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
703         with `byte-compile-error-on-warn'.  Return nil if errors occured.
704
705 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
706
707         * gnus-registry.el: Don't use ERT if it's not available.  Load it
708         unconditionally anyway, discarding errors.
709         (gnus-registry-delete-entries): New convenience function.
710         (gnus-registry-import-eld): Import from old .eld registry.
711
712         * registry.el: Don't use ERT if it's not available.  Load it
713         unconditionally anyway, discarding errors.
714
715         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
716         version from the Claudio Bley GnuTLS patch (extra optional parameters
717         and host name).
718
719 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
720
721         * gnus-registry.el (gnus-registry-fixup-registry): New function to
722         fixup the parameters that can be customized by the user between
723         save/read cycles.
724         (gnus-registry-read): Use it.
725         (gnus-registry-make-db): Use it.
726         (gnus-registry-spool-action, gnus-registry-handle-action):
727         Fix messaging.
728         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
729         Map references to actual group names with sender and subject tracking.
730         (gnus-registry-post-process-groups): Use `cond' for better messaging.
731         (gnus-registry-usage-test): Add subject lookup test.
732
733         * registry.el (registry-db, initialize-instance): Set up constructor
734         instead of :initform arguments for the sake of older Emacsen.
735         (registry-lookup-breaks-before-lexbind): New method to demonstrate
736         pre-lexbind merge bug.
737         (registry-usage-test): Use it.
738         (initialize-instance, registry-db): Move the non-function initforms
739         back to the class definition.
740
741 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
742
743         * registry.el: New library to manage gnus-registry-style data.
744
745         * gnus-registry.el: Use it (major rewrite).
746
747         * nnregistry.el: Use it.
748
749         * spam.el: Use it.
750
751 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
752
753         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
754         marks on non-selected articles.
755
756 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
757
758         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
759         parameter to open-protocol-stream.
760
761 2011-04-01  Julien Danjou  <julien@danjou.info>
762
763         * mm-view.el (mm-display-inline-fontify): Do not fontify with
764         fundamental-mode.
765
766 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
767
768         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
769         servers.
770
771 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
772
773         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
774         made marks not propagate, again.
775
776 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
777
778         * proto-stream.el (open-protocol-stream): Bring back `network' type.
779         Make this the default type.
780         (proto-stream-open-plain): Rename from proto-stream-open-default.
781         (open-protocol-stream, proto-stream-open-starttls)
782         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
783         with `plain'.
784
785         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
786         value.
787
788         * nntp.el (nntp-open-connection-function): Document the fact that some
789         values are not functions but are instead handled specially.
790         Recognize nntp-open-plain-stream value.
791         (nntp-open-connection): Recognize that value.
792
793 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
794
795         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
796         where it seems to be needed.
797
798 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
799
800         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
801         stuff.
802
803         * gnus-score.el (gnus-score-string): Fix calling convention of
804         `gnus-simplify-buffer-fuzzy' after last patches.
805
806         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
807         server for articles we didn't get any headers for.  This is a sanity
808         check.
809
810 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
811
812         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
813         new CAPABILITY, use it.
814
815 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
816
817         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
818         downloading anything.
819
820         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
821
822 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
823
824         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
825         colors.
826         (gnus-splash-svg-color-symbols): New function.
827
828 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
829
830         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
831         instead of using the global gnus-simplify-subject-fuzzy-regexp.
832         (gnus-simplify-subject-fuzzy): Use the local
833         gnus-simplify-subject-fuzzy-regex instead of the global one.
834         This makes using this variable in group parameters work.
835
836 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
837
838         * gnus-registry.el (gnus-registry-unfollowed-groups):
839         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
840         archive:sent-YYYY-MM-DD groups).
841         (gnus-registry-split-fancy-with-parent): Bail out early in sender
842         tracking if there are more than `gnus-registry-max-track-groups'
843         matches.
844
845 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
846
847         * message.el (message--yank-original-internal): New function to do the
848         insertion cleanly inside eval in `message-yank-original'.
849         (message-yank-original): Use it.
850
851 2011-03-29  Julien Danjou  <julien@danjou.info>
852
853         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
854         local variables disabled rather than `normal-mode'.
855
856 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
857
858         * imap.el (imap-shell-open, imap-process-connection-type):
859         Use imap-process-connection-type for 'shell' streams as well as
860         Kerberos, SSL, other subprocesses.
861
862 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
863
864         * proto-stream.el: Changes preparatory to merging open-protocol-stream
865         with open-network-stream.
866         (proto-stream-always-use-starttls): Option removed.
867         (open-protocol-stream): Return a process object by default.  Provide a
868         new parameter :return-list specifying a list-type return value, which
869         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
870         :type `network' to `try-starttls', and `network-only' to `default'.
871         Make `default' the default, for compatibility with open-network-stream.
872         Handle the no-parameter case exactly as open-network-stream, with no
873         additional stream processing.  Search plists using plist-get.
874         Explicitly add :end-of-commend parameter if it is missing.
875         (proto-stream-open-default): Rename from
876         proto-stream-open-network-only.  Return 'default as the type.
877         (proto-stream-open-starttls): Rename from proto-stream-open-network.
878         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
879         failed.  Always return a list with a (possibly dead) process as the
880         first element, for compatibility with open-network-stream.
881         (proto-stream-open-tls): Use plist-get.  Always return a list.
882         (proto-stream-open-shell): Return `default' as connection type.
883         (proto-stream-capability-open): Use plist-get.
884         (proto-stream-eoc): Function deleted.
885
886         * nnimap.el (nnimap-stream, nnimap-open-connection)
887         (nnimap-open-connection-1): Handle renaming of :type parameter for
888         open-protocol-stream.
889         (nnimap-open-connection-1): Pass a :return-list parameter
890         open-protocol-stream to obtain a list return value.  Parse this list
891         using plist-get.
892
893         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
894         for open-protocol-stream.  Accept open-protocol-stream return value
895         that is a subprocess object instead of a list.  Handle the case of a
896         dead returned process.
897
898 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
899
900         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
901
902         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
903
904 2011-03-21  Julien Danjou  <julien@danjou.info>
905
906         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
907         normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
908         query.
909         (mm-inline-text): Render normal text with fontification whenever
910         possible.
911
912         * gnus-sum.el (gnus-summary-save-parts-1):
913         * gnus-art.el (gnus-article-browse-html-save-cid-content)
914         (gnus-article-browse-html-parts, gnus-mime-delete-part)
915         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
916         Use `mm-handle-filename'.
917
918         * mm-util.el (mm-handle-filename): New function, return the filename of
919         an handle.
920
921 2011-03-18  Julien Danjou  <julien@danjou.info>
922
923         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
924         (gnus-buffer-live-p): Check that buffer is not nil.
925
926 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
927
928         * gnus.el: No Gnus v0.15 is released.
929
930 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
931
932         * time-date.el (format-seconds): Use assoc instead of assoc-string to
933         avoid warning on XEmacs.
934
935         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
936         on XEmacs.
937
938         * gnus-art.el: Require mouse, which the build bot seems to say is
939         needed.
940
941         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
942
943         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
944         XEmacs, since it doesn't have url-retrieve-synchronously.
945
946         * time-date.el (format-seconds): Use assoc instead of assoc-string,
947         since assoc-string doesn't exist in XEmacs.
948
949 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
950
951         * gnus-group.el (gnus-group-list-ticked): New function.
952         (gnus-group-make-menu-bar): Provide a menu entry for it.
953         (gnus-group-list-map): Provide a binding for it.
954
955 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
956
957         * shr.el (shr-visit-file): New command.
958
959         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
960
961 2011-03-17  Bjørn Mork  <bjorn@mork.no>
962
963         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
964         servers.
965
966 2011-03-16  Julien Danjou  <julien@danjou.info>
967
968         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
969         inline.
970
971         * gnus-art.el (article-hide-list-identifiers):
972         Use gnus-group-get-list-identifiers.
973
974         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
975         (gnus-summary-remove-list-identifiers):
976         Use gnus-group-get-list-identifiers to get regexp.
977         (gnus-select-newsgroup, gnus-summary-insert-subject)
978         (gnus-summary-insert-articles):
979         Call gnus-summary-remove-list-identifiers unconditionally.
980
981 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
982
983         * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
984         we're selecting a group with unread articles.
985
986         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
987
988         * gssapi.el: New file separated out from imap.el to provide a general
989         Kerberos 5 connection facility for Emacs.
990
991         * message.el (message-elide-ellipsis): Document the format spec
992         ellipsis.
993
994 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
995
996         * message.el (message-elide-region): Allow the ellipsis to say how many
997         lines were removed.
998
999 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1000
1001         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
1002         window configurations containing buffers that are now dead.
1003
1004         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
1005         parsing to avoid integer overflows.
1006         (nnimap-parse-flags): Simplify the last change.
1007         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
1008         too large for 32-bit Emacsen.
1009
1010 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1011
1012         * auth-source.el (auth-source-netrc-create):
1013         * message.el (message-yank-original): Fix use of `case'.
1014
1015 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
1016
1017         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
1018         XEmacs, which was one character too wide.
1019
1020 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
1021
1022         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
1023         default number of articles to display.
1024         (gnus-articles-to-read): Use pretty names for prompt.
1025
1026 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1027
1028         * gnus-int.el (gnus-open-server): Ditto.
1029
1030         * gnus-start.el (gnus-activate-group): Give a backtrace if
1031         debug-on-quit is set and the user hits `C-g'.
1032         (gnus-read-active-file): Ditto.
1033
1034         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
1035
1036 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
1037
1038         * message.el (message-yank-original): Use cond instead of CL case.
1039
1040 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1041
1042         * auth-source.el (auth-source-netrc-create): Use usual format for the
1043         default in prompts.
1044
1045 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1046
1047         * lpath.el: Fbind read-char-choice for XEmacs.
1048
1049 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
1050
1051         * auth-source.el (auth-source-netrc-create): Show the default in the
1052         prompt when prompting for token creation.
1053
1054 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
1055
1056         * auth-source.el (auth-source-format-prompt): Always convert the value
1057         to a string to avoid evaluating non-string arguments.
1058         (auth-source-netrc-create): Offer default properly, not as initial
1059         content in `read-string'.
1060         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
1061         of line to determine if we've been run before.  If so, don't run again,
1062         but print a trivial message to indicate the cache was hit instead.
1063
1064 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
1065
1066         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
1067         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
1068         The user will have to run `gnus-sync-read' manually and wait for Cloudy
1069         Gnus.
1070
1071 2011-03-11  Julien Danjou  <julien@danjou.info>
1072
1073         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
1074         modified file".
1075
1076 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
1077
1078         * auth-source.el (auth-source-read-char-choice): New function to read a
1079         character choice using `dropdown-list', `read-char-choice', or
1080         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
1081         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
1082         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
1083         (auth-source-netrc-saver): Use it.
1084         (auth-source-pick-first-password): New convenience function.
1085
1086 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
1087
1088         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
1089         parameter in the credentials.
1090         (nnimap-open-connection-1): Use it after a successful login.
1091         (nnimap-credentials): Add IMAP-specific user and password prompt.
1092
1093         * auth-source.el (auth-source-search): Add :require parameter, taking a
1094         list.  Document it and the :save-function return token.  Pass :require
1095         down.  Change the CREATED message from a warning to a debug statement.
1096         (auth-source-search-backends): Pass :require down.
1097         (auth-source-netrc-search): Pass :require down.
1098         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
1099         Change save prompt to indicate all modifications saved here are
1100         deletions.
1101         (auth-source-netrc-create): Take user login name as default in user
1102         prompt.  Move all the save functionality to a lexically bound function
1103         under the :save-function token in the returned list.  Set up clearer
1104         default prompts for user, host, port, and secret.
1105         (auth-source-netrc-saver): New function, intended to be wrapped for
1106         :save-function.
1107
1108 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1109
1110         * shr.el (shr-table-horizontal-line): Change the defaults for the table
1111         lines to be spaces instead.
1112
1113 2011-03-07  Julien Danjou  <julien@danjou.info>
1114
1115         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
1116         (sieve-sasl-auth): Check that auth-source-search did return something,
1117         or just return an empty string.
1118
1119 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
1120
1121         * gnus.el (gnus-interactive): Use read-directory-name.
1122
1123         * gnus-uu.el (gnus-uu-decode-uu-and-save)
1124         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
1125         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
1126         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
1127         Likewise.
1128
1129         * gnus-group.el (gnus-group-make-directory-group): Likewise.
1130
1131 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1132
1133         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
1134         onto the list of killed groups, too.  This makes killed nnimap groups,
1135         for instance, more reliably not reappear.
1136
1137         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
1138         the parent.
1139
1140         * gnus-sum.el (gnus-update-read-articles): Fix typo.
1141
1142         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
1143         really have server-side marks.
1144
1145         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
1146         since most backends do not usefully have server-side marks.
1147         (gnus-update-read-articles): Propagate marks to all backends that
1148         really have server-side marks.
1149
1150 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
1151
1152         * message.el (message-cite-reply-position, message-cite-style):
1153         New variables.
1154         (message-yank-original): Use the new citation styles.
1155
1156 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
1157
1158         * message.el (message-options): Revert 22da67af (workaround for XEmacs
1159         buffer-local issue); don't mark it buffer-local when running under
1160         XEmacs.
1161
1162 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
1163
1164         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
1165         numbers too big to be `read'.
1166
1167 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
1168
1169         * password-cache.el (password-in-cache-p): Add autoload.
1170
1171         * message.el (message-options): Make buffer-local two ways to attempt
1172         to fix a XEmacs bug.
1173
1174 2011-03-02  Julien Danjou  <julien@danjou.info>
1175
1176         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
1177
1178 2011-03-01  Julien Danjou  <julien@danjou.info>
1179
1180         * gnus-art.el (list-identifier): Add list-identifier as a parameter
1181         group.
1182         (article-hide-list-identifiers): Use list-identifier group parameter.
1183
1184 2011-02-28  Julien Danjou  <julien@danjou.info>
1185
1186         * sieve.el (sieve-buffer-script-name): New local variable to store
1187         sieve script name.
1188         (sieve-edit-script): Store sieve script name.
1189         (sieve-upload): Use sieve script name when uploading.
1190         (sieve-upload): Use substitute-command-keys.
1191         (sieve-edit-script): Use substitute-command-keys.
1192         (sieve-refresh-scriptlist): Use substitute-command-keys.
1193         (sieve-manage-mode-map): Define keymap properly.
1194         (sieve-manage-mode): Do not set mode name manually, change mode-name to
1195         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
1196         Remove commented code about cvs.
1197         (sieve-manage-quit): New function.
1198         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
1199
1200 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1201
1202         * gnus-group.el (gnus-import-other-newsrc-file): New function.
1203
1204 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
1205
1206         * auth-source.el (auth-source-search): Cache empty result sets.
1207
1208         * password-cache.el (password-in-cache-p): Convenience function to
1209         check if a key is in the cache, even if the value is nil.
1210
1211         * auth-source.el (auth-source-save-behavior): New variable to replace
1212         `auth-source-never-create'.
1213         (auth-source-netrc-create): Use it.
1214         (auth-source-never-save): Remove.
1215
1216 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
1217
1218         * nnimap.el (nnimap-stream): Doc fix.
1219         (nnimap-open-connection-1): Reverse the order of the ports to that the
1220         prompted-for port is first.
1221
1222         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
1223         retrieval by the no-group selection.
1224
1225         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
1226         numerical parameters.
1227
1228 2011-02-25  Julien Danjou  <julien@danjou.info>
1229
1230         * gnus-gravatar.el: Use gnus-with-article-buffer.
1231
1232         * gnus-art.el (gnus-with-article-buffer): Check that the
1233         gnus-article-buffer is alive.
1234
1235 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
1236
1237         * auth-source.el (auth-source-creation-prompts): New variable to manage
1238         creation-time prompts.
1239         (auth-source-search): Document it.
1240         (auth-source-format-prompt): Add utility function.
1241         (auth-source-netrc-create): Don't default the user name to
1242         user-login-name.  Use `auth-source-creation-prompts' and some default
1243         prompts for user, host, port, and password (the default generic prompt
1244         remains ugly).
1245         (auth-source-never-save): Add customizable option to never save info.
1246         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
1247         mode excursion.
1248
1249 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1250
1251         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
1252         argument that XEmacs doesn't support.
1253
1254         * dgnushack.el (dgnushack-compile): Exclude color.el from being
1255         compiled for Emacsen having no `libxml-parse-html-region' support.
1256
1257         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
1258
1259         * lpath.el: Bind buffer-save-without-query for XEmacs.
1260
1261 2011-02-23  Julien Danjou  <julien@danjou.info>
1262
1263         * gnus-art.el (article-make-date-line): Ignore errors if time is
1264         invalid and not convertible.
1265         (article-make-date-line): Only add lapsed time if time is not nil.
1266
1267 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
1268
1269         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
1270         `read-char-choice' for backwards compatibility.
1271         (auth-source-netrc-element-or-first): New function to DTRT for
1272         parameter extraction.
1273         (auth-source-netrc-create): Use it and fix multiple parameter print
1274         bug.  Use the default passed from above (given-default) or the
1275         built-in (user-login-name for :user).
1276
1277 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
1278
1279         * gnus-start.el (gnus-dribble-read-file):
1280         Set buffer-save-without-query, since we always want to save the dribble
1281         file, probably.
1282
1283         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
1284         nnimap.
1285
1286         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
1287         -summary- since it's a user-visible variable.
1288
1289         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
1290         first time you use the new Gnus.
1291
1292 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
1293
1294         * auth-source.el: Don't load netrc.el.
1295         (auth-sources): Search ~/.netrc as well by default.
1296         (auth-source-debug): Add 'trivia option for extra output.
1297         (auth-source-do-trivia): Use it.
1298         (auth-source-search): Simplify logic to use
1299         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
1300         appropriate.  Don't keep a running count at this level.  Layer :create
1301         and :delete options appropriately on the first and second passes.
1302         Don't track the backend with the search results.
1303         (auth-source-search-backends): New function to search a list of
1304         backends for a processed spec.
1305         (auth-source-netrc-parse): Cache all netrc files, making
1306         auth-source-netrc-cache an alist keyed by the file name and using the
1307         file mtime as the caching criterion.  Keep the obfuscated data secret
1308         with a lexical bind.
1309         (auth-source-netrc-search): Don't calculate the length of the results
1310         unnecessarily.
1311         (auth-source-search-backends): Fix bug.
1312         (auth-source-netrc-create): Rework prompts.
1313
1314 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
1315
1316         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
1317         Lower case names of search constraints.
1318         (nnir-run-query): Cache and reuse search constraints for all imap
1319         servers.
1320
1321 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
1322
1323         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
1324         after exit.
1325         (gnus-setup-message): Define missing variable from last checkin.
1326
1327         * gnus-sum.el (gnus-summary-show-article): When called with t as the
1328         value, show the raw article.
1329
1330 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1331
1332         * gnus.el: No Gnus v0.13 is released.
1333
1334 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
1335
1336         * nnimap.el (nnimap-open-connection-1): Revert last change, since
1337         auth-source now accepts numbers.
1338
1339         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
1340         spec, too.
1341         (auth-source-ensure-strings): New function.
1342
1343         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
1344         (gnus-article-setup-buffer): Always restart the date timer so that user
1345         changes to the frequency is respected.
1346
1347         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
1348         port numbers, so make sure it gets that if nnimap-server-port is
1349         explicit.
1350
1351 2011-02-21  Simon Josefsson  <simon@josefsson.org>
1352
1353         * nnimap.el (nnimap-inbox): Doc fix.
1354
1355 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
1356
1357         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
1358         Autoload.  Add optional arg FRAME, and pass it to color-values.
1359         (color-complement): Caller changed.  Doc fix.
1360         (color-gradient): Rewrite for better clarity and efficiency.
1361
1362 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
1363
1364         * shr-color.el (shr-color->hexadecimal): Use renamed function names
1365         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
1366         color-lab-to-srgb.
1367
1368 2011-02-20  Drew Adams  <drew.adams@oracle.com>
1369
1370         * color.el: First part of merge from hexrgb.el.
1371         (color-rgb-to-hex): Rename from color-rgb->hex.
1372         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
1373         saturation to zero if the value is too small.
1374         (color-rgb-to-hsl): Rename from color-rgb->hsl.
1375         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
1376         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
1377         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
1378         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
1379         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
1380         (color-cie-de2000): Doc fix.
1381
1382 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
1383
1384         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
1385         given method as in the group name if we're using an extended method.
1386         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
1387         command, if we're using that, instead of waiting for the beginning.
1388
1389         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
1390         we're sure to get unique server names, and we don't output two async
1391         commands in the same buffer.  This fixes an NNTP hang for some users.
1392
1393 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1394
1395         * gnus.el: No Gnus v0.11 is released.
1396
1397 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
1398
1399         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
1400         summary buffer before reading going to the next buffer.  This avoids
1401         putting the point in the group buffer if you `C-g' the command.
1402
1403         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
1404         cache (for now) to make ~/.authinfo.gpg files usable.
1405
1406         * nnfolder.el (copyright-update): Define for the compiler.
1407
1408         * auth-source.el (auth-source-search): Fix unbound variable.
1409
1410 2011-02-19  Glenn Morris  <rgm@gnu.org>
1411
1412         * gnus.el (gnus-meta): Doc fix.
1413
1414 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
1415
1416         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
1417         in case it's not yet loaded.
1418
1419 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
1420
1421         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
1422         line we're waiting for.
1423
1424 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
1425
1426         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
1427         face with line-width greater than zero will cause RET in gnus summary
1428         buffer to scroll down article page-wise because auto vscroll happens,
1429         it should be temporalily disabled when doing a scroll-up.
1430
1431 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
1432
1433         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
1434         outputs from the server.
1435
1436 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
1437
1438         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
1439         later so that bbdb can hook in easier.
1440
1441 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
1442
1443         * auth-source.el (auth-source-search): Don't try to create credentials
1444         if the caller doesn't want that.
1445         (auth-source-search): If we don't find a match, don't bug out on
1446         non-bound variables.
1447         (auth-source-search): Only ask a single backend to create the
1448         credentials.
1449
1450         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
1451         logging.
1452         (nnimap-credentials): Protect against auth-source-search returning nil.
1453         (nnimap-request-list): Protect against not being able to open the
1454         server.
1455
1456 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
1457
1458         * auth-source.el (auth-source-search): Do a two-phase search, one with
1459         no :create to get the responses from all backends.
1460
1461         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
1462         when getting credentials.
1463
1464         * gnus-util.el (gnus-delete-duplicates): New function.
1465
1466 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
1467
1468         * nnimap.el (nnimap-credentials): Instead of picking the first port as
1469         a creation default, pass the whole port list down.  It will be
1470         completed.
1471
1472         * auth-source.el (auth-source-search): Updated docs to talk about
1473         multiple creation choices.
1474         (auth-source-netrc-create): Accept a list as a value (from the search
1475         parameters) and do completion on that list.  Keep a separate netrc line
1476         with the password obscured for showing the user.
1477
1478         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
1479         first choice to `auth-source-search' so it will be used for entry
1480         creation instead of the server's Gnus-specific name.
1481         (nnimap-credentials): Rely on the auth-source library to select which
1482         port is actually wanted in the new netrc entry, so don't override
1483         `auth-source-creation-defaults'.
1484
1485         * auth-source.el (auth-source-netrc-parse): Use :port instead of
1486         :protocol and accept a missing user, host, or port as a wildcard match.
1487         (auth-source-debug): Default to off.
1488
1489         (auth-source-netrc-search, auth-source-netrc-create)
1490         (auth-source-secrets-search, auth-source-secrets-create)
1491         (auth-source-user-or-password, auth-source-backend, auth-sources)
1492         (auth-source-backend-parse-parameters, auth-source-search): Use :port
1493         instead of :protocol.
1494
1495         * nnimap.el (nnimap-credentials): Pass a port default to
1496         `auth-source-search' in case an entry needs to be created.
1497         (nnimap-open-connection-1): Use :port instead of :protocol.
1498
1499 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1500
1501         * auth-source.el: Bind load-path when loading EIEIO from
1502         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
1503         21.4 doesn't support, to `require'.
1504         (auth-source-secrets-search): Use mm-delete-duplicates instead of
1505         delete-dups that is not available in XEmacs 21.4.
1506
1507 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
1508
1509         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
1510         as EIEIO must also be loaded when auth-source.el is being
1511         byte-compiled.
1512
1513 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
1514
1515         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
1516
1517         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
1518
1519         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
1520
1521         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
1522
1523         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
1524
1525         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
1526
1527         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
1528
1529         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
1530         necessary.
1531
1532 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
1533
1534         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
1535         nil means that nnimap doesn't get updated.
1536
1537 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
1538
1539         * auth-source.el (auth-source-netrc-create): Return a synthetic search
1540         result when the user doesn't want to write to the file.
1541         (auth-source-netrc-search): Expect a synthetic result and proceed
1542         accordingly.
1543         (auth-source-cache-expiry): New variable to override
1544         `password-cache-expiry'.
1545         (auth-source-remember): Use it.
1546
1547         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
1548         parameter.  Create entry if necessary by using :create t.
1549         (nnimap-open-connection-1): Don't pass `inhibit-create'.
1550
1551 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
1552
1553         * auth-source.el (auth-source-debug): Enable by default and don't
1554         mention the obsolete `auth-source-hide-passwords'.
1555         (auth-source-do-warn): New function to debug unconditionally.
1556         (auth-source-do-debug): Use it.
1557         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
1558         and for Secrets API entries when the secrets.el library is not
1559         available.
1560
1561 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
1562
1563         * gnus-sum.el (gnus-propagate-marks): Default to nil.
1564         (gnus-summary-exit): Kill the correct article buffer on exit from a
1565         `C-d' group.
1566
1567         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
1568         gnus-propagate-marks.
1569
1570         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
1571         before killing the buffers so that a non-full window conf gets handled
1572         correctly.
1573         (gnus-summary-exit): Ditto.
1574         (gnus-summary-read-group-1): Ditto.
1575
1576         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
1577         async code again so that we can debug it properly.
1578
1579         * message.el (message-reply): Take an optional switch-buffer parameter
1580         so that Gnus window confs are respected better.
1581
1582 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
1583
1584         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
1585         `plist-get' to accept non-list parameters (XEmacs issue).
1586         Fix docstring.
1587         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
1588         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
1589         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
1590         Login collection is "Login" and not "login".
1591
1592 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
1593
1594         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
1595         multiple headers.
1596
1597         * nnimap.el (nnimap-inhibit-logging): New variable.
1598         (nnimap-log-command): Don't log login commands.
1599
1600         * auth-source.el (auth-source-netrc-search): The asserts seem to want
1601         to have more parameters.
1602
1603         * nnimap.el (nnimap-send-command): Mark the command time for each
1604         command, so that we don't get NOOPs stepping on our toes.
1605
1606         * gnus-art.el (article-date-ut): Get the date from the Date header on
1607         `t'.
1608
1609 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1610
1611         * auth-source.el (auth-source-search): Use copy-sequence instead of
1612         the cl.el copy-list.
1613
1614 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1615
1616         * imap.el: Bring it back (revert
1617         84d800cd31de3064f0ed39617d725709a2f8f42f).
1618
1619 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
1620
1621         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
1622         Improve prompt.
1623
1624 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
1625
1626         * gnus-art.el (gnus-article-mode-line-format): Remove the article
1627         washing status from the default format.  It isn't very informative.
1628
1629 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
1630
1631         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
1632         Fix Gcc processing on imap.
1633
1634 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1635
1636         * imap.el: Remove file.  All the functionality is in nnimap.el.
1637
1638 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1639
1640         * message.el (message-bury): Don't pop up a new window when selected
1641         window is dedicated.
1642
1643 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
1644
1645         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
1646
1647 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
1648
1649         * sieve-manage.el: Autoload `auth-source-search'.
1650         (sieve-sasl-auth): Use it.
1651
1652 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
1653
1654         * nnimap.el: Autoload `auth-source-forget+'.
1655         (nnimap-open-connection-1): Use it if the connection fails.
1656
1657         * auth-source.el: Require `password-cache'.
1658         (auth-source-hide-passwords, auth-source-cache): Remove and mark
1659         obsolete.
1660         (auth-source-magic): Marker for `password-cache' keys.
1661         (auth-source-do-cache): Update docstring.
1662         (auth-source-search): Use and check cache.
1663         (auth-source-forget-all-cached, auth-source-remember)
1664         (auth-source-recall, auth-source-forget, auth-source-forget+)
1665         (auth-source-specmatchp): Caching support functions.
1666         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
1667         Remove and obsolete.
1668         (auth-source-user-or-password): Remove caching to further discourage
1669         using it.  Always hide passwords.
1670
1671         * password-cache.el (password-cache-remove): Accept secrets that are
1672         not strings.
1673
1674 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1675
1676         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
1677         code for now, since it doesn't work for all users.
1678
1679 2011-02-09  Julien Danjou  <julien@danjou.info>
1680
1681         * message.el (message-options): Make message-options really buffer
1682         local.
1683
1684 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
1685
1686         * mail-source.el: Autoload `auth-source-search'.
1687         (mail-source-keyword-map): Note order matters.
1688         (mail-source-set-1): Get all the mail-source source values and
1689         defaults and search auth-source on those if needed.  This can all
1690         probably be simplified.
1691
1692         * nnimap.el: Autoload `auth-source-search'.
1693         (nnimap-credentials): Use it.
1694         (nnimap-open-connection-1): Ask for the virtual server and physical
1695         address in one shot.
1696
1697         * nntp.el: Autoload `auth-source-search'.
1698         (nntp-send-authinfo): Use it.  Note TODO.
1699
1700 2011-02-08  Julien Danjou  <julien@danjou.info>
1701
1702         * shr.el (shr-tag-body): Add support for text attribute in body
1703         markups.
1704
1705         * message.el (message-options): Make message-options a local variable.
1706
1707 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
1708
1709         * auth-source.el (auth-source-secrets-search)
1710         (auth-source-user-or-password): Use `append' instead of `nconc'.
1711         (auth-source-user-or-password): Build return list better and protect
1712         against nil :secret.
1713
1714 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1715
1716         * nnimap.el (nnimap-update-info): Refactor slightly.
1717         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
1718         (nnimap-update-info): Clean up slightly.
1719         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
1720         characters.
1721         (nnimap-process-quirk): Rename function to avoid collision.
1722         (nnimap-update-info): Fix macrology bug-out.
1723         (nnimap-update-info): Simplify split history test.
1724
1725 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
1726
1727         * auth-source.el (top): Require 'eieio unconditionally.
1728         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
1729         (auth-source-secrets-search): Limit search when `max' is greater than
1730         number of results.
1731
1732 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1733
1734         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
1735         part not returning any data.
1736
1737         * proto-stream.el (open-protocol-stream): Document the return value.
1738
1739 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
1740
1741         * auth-source.el (auth-source-secrets-search): Add examples.
1742
1743 2011-02-06  Julien Danjou  <julien@danjou.info>
1744
1745         * message.el (message-setup-1): Handle message-generate-headers-first
1746         set to t.
1747
1748 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
1749
1750         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
1751         API with a string "secrets:collection-name" and with 'default.
1752         (auth-source-backend-parse): Parse "secrets:collection-name" and
1753         'default.  Recurse on parses instead of repeating code.  Use the
1754         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
1755         message when ignoring a source.
1756         (auth-source-search): List ignored search keys at the top level.
1757         (auth-source-netrc-create): Use `case' instead of `cond'.
1758         (auth-source-secrets-search): Created with TODOs.
1759         (auth-source-secrets-create): Created with TODOs.
1760         (auth-source-retrieve, auth-source-create, auth-source-delete)
1761         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
1762         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1763         (auth-source-user-or-password-sftp)
1764         (auth-source-user-or-password-smtp): Remove.
1765         (auth-source-user-or-password): Deprecated and modified to be a wrapper
1766         around `auth-source-search'.  Not tested thoroughly.
1767
1768 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
1769
1770         * auth-source.el: Bring in assoc and eioeio libraries.
1771         (secrets-enabled): New variable to track the status of the Secrets API.
1772         (auth-source-backend): New EIOEIO class to represent a backend.
1773         (auth-source-creation-defaults): New variable to set prompt defaults
1774         during token creation (see the `auth-source-search' docstring for
1775         details).
1776         (auth-sources): Simplify to allow a simple string as a netrc backend
1777         spec.
1778         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
1779         (auth-source-backend-parse-parameters): Fill in the backend parameters.
1780         (auth-source-search): Main auth-source API entry point.
1781         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
1782         (auth-source-search-collection): Helper function for searching.
1783         (auth-source-netrc-parse, auth-source-netrc-normalize)
1784         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
1785         Supports search, create, and delete.
1786         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
1787         backend stubs.
1788         (auth-source-user-or-password): Call `auth-source-search' but it's not
1789         ready yet.
1790
1791 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
1792
1793         * message.el (message-setup-1): Remove the read-only stuff, since it
1794         doesn't work under XEmacs, for some reason.
1795
1796         * gnus-sum.el (gnus-user-date): Rename back from
1797         gnus-summary-user-date since user code refers to it.
1798
1799         * shr.el (shr-render-td): Store the actual background colour used.
1800
1801         * message.el (message-setup-1): Don't bind the constant
1802         -forbidden-properties.
1803         (message-setup-1): Revert previous change, since it needs to bind the
1804         props to insert them.
1805         (message-resend): Allow removing the read-only separator line.
1806
1807 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1808
1809         * nnimap.el (nnimap-request-accept-article): Give an error message if
1810         the APPEND wasn't successful.
1811
1812 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
1813
1814         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
1815         that have no groups.
1816
1817 2011-02-03  Julien Danjou  <julien@danjou.info>
1818
1819         * gnus-draft.el: Remove progn around gnus-draft-setup.
1820
1821 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1822
1823         * gnus-start.el (gnus-read-active-for-groups): This function is never
1824         called with a nil `infos', so clean that up.
1825         (gnus-get-unread-articles): Request active files from primary/secondary
1826         methods that have no groups (yet).
1827
1828 2011-02-03  Julien Danjou  <julien@danjou.info>
1829
1830         * message.el (message-setup-1): Always generate References first.
1831         (message-mail): Return the return value of message-setup, not always t.
1832         (message-setup-1): Insert mail-header-separator with read-only and
1833         intangible properties set.
1834
1835         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
1836         user-date in docstring.
1837
1838         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
1839
1840         * gnus.el (gnus-summary-line-format): Mention &user-date format in
1841         docstring.
1842
1843         * gnus.el (gnus-user-date-format-alist): Change default value. Use
1844         defcustom, with type and group. Move from gnus-util.el. Rename to
1845         gnus-summary-user-date-format-alist.
1846
1847 2011-02-03  Glenn Morris  <rgm@gnu.org>
1848
1849         * nnimap.el (gnus-fetch-headers): Declare.
1850
1851         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
1852
1853 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
1854
1855         * message.el (message-forward-make-body-digest-plain)
1856         (message-followup, message-reply): Clean up things noted by Stefan.
1857
1858         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
1859         gnus-article-update-date-headers is nil.
1860         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
1861         it didn't really work with defcustom.
1862         (article-update-date-lapsed): Make sure the window start doesn't move,
1863         either.
1864
1865 2011-02-01  Julien Danjou  <julien@danjou.info>
1866
1867         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
1868         format.
1869
1870         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
1871         standard in Emacs nowadays.
1872
1873         * color.el (color-gradient): Add a color-gradient function.
1874
1875 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1876
1877         * message.el (message-expand-name): Don't trust the return value of
1878         bbdb-complete-name.
1879         (message-check-news-header-syntax): Remove unused var `start'.
1880         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
1881         (message-inhibit-body-encoding): Move to before first use.
1882         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
1883         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
1884         (Organization, Message-ID, Date, mh-previous-window-config):
1885         Defvar the vars using dynamic scoping.
1886
1887 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1888
1889         * shr.el (shr-render-td): Only do colours at the final rendering.
1890         Should be slightly faster.
1891         (shr-insert-table): Fix up TD background colours when doing the
1892         vertical padding.
1893
1894         * gnus-art.el (article-date-ut): Protect against articles with no Date
1895         header.
1896         (article-update-date-lapsed): Don't use current-column to find the
1897         horizontal position.  It's fragile in the presence of \003 characters.
1898
1899         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
1900
1901 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1902
1903         * gnus-art.el (article-transform-date): Rewrite to still work when
1904         there are several rfc2822 parts.
1905         (article-transform-date): Fix infinite recursion.
1906         (article-date-ut): Replace infinitely many Date headers with a single
1907         one when called interactively.
1908
1909         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
1910         secure manner.
1911
1912         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
1913         move around by not using save-window-excursion.  It seems to work...
1914
1915 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1916
1917         * gnus-art.el (article-make-date-line): Work for user-defined format.
1918
1919 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1920
1921         * nntp.el (nntp-retrieve-group-data-early)
1922         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
1923         fetching functions.
1924
1925         * gnus-start.el (gnus-read-active-for-groups): Read the active files
1926         thoroughly for all backends that have no known groups.  This should
1927         allow new nnml methods to retrieve mail.
1928
1929         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
1930         that Gnus doesn't know exists again.
1931
1932         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
1933         (gnus-treat-date-ut): Ditto.
1934         (gnus-article-update-date-header): Rename.
1935         (gnus-treat-date-local): Remove.
1936         (gnus-treat-date-english): Remove.
1937         (gnus-treat-date-lapsed): Remove.
1938         (gnus-treat-date-combined-lapsed): Remove.
1939         (gnus-treat-date-original): Remove.
1940         (gnus-treat-date-iso8601): Remove.
1941         (gnus-treat-date-user-defined): Remove.
1942         (gnus-article-date-headers): New variable to control all the date
1943         header options.
1944         (article-date-ut): Rewrite to allow using the new way to format date
1945         headers(s).
1946
1947 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1948
1949         * nnmail.el (nnmail-article-group): Check for a direct fancy split
1950         method.
1951         (nnmail-article-group): A better test for fanciness.
1952
1953         * nnimap.el (nnimap-request-head): Protect against not finding the
1954         article by Message-ID.
1955
1956 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
1957
1958         * gnus-art.el (article-update-date-lapsed): Try a better way to really
1959         keep point at the "same place".
1960
1961 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1962
1963         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
1964         data if the group is unactivated.
1965
1966 2011-01-28  Julien Danjou  <julien@danjou.info>
1967
1968         * gnus-win.el: Remove dead function gnus-window-configuration-element.
1969         (gnus-all-windows-visible-p): Remove old compatibility code.
1970         (gnus-window-top-edge): Add docstring.
1971
1972         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
1973
1974 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1975
1976         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
1977         older request-update-info.
1978
1979         * gnus-art.el (article-make-date-line): Limit the length a bit more.
1980
1981 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
1982
1983         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
1984         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
1985
1986 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1987
1988         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
1989         groups.  This makes the nndraft:queue group pop up if it's not already
1990         there.
1991
1992         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
1993         messages" logic, which was reversed.
1994
1995         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
1996         the "same place" even if point is on the line being replaced.
1997         (article-update-date-lapsed): Allow updating both the combined lapsed
1998         and the lapsed headers.
1999         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
2000         (article-make-date-line): Limit the number of segments dynamically to
2001         avoid too-long lines.
2002
2003 2011-01-27  Julien Danjou  <julien@danjou.info>
2004
2005         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
2006         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
2007
2008 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2009
2010         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
2011         Use plist-get instead of the cl function getf.
2012
2013 2011-01-27  Glenn Morris  <rgm@gnu.org>
2014
2015         * gnus-util.el (float-time): Get rid of compiler warning, again.
2016
2017 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2018
2019         * shr.el (shr-put-color): Special-case background colours: Do put them
2020         at the blank parts at the front of the lines.
2021
2022         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
2023         exit hook to nix out all data on readedness on group exit.
2024
2025         * gnus-util.el (float-time): If float-time is bound, always use it on
2026         all Emacsen.  It's unclear why the subrp check was there.
2027         (time-date): Require to make some autoload issues on XEmacs go away.
2028
2029         * shr.el (shr-put-color): Don't do the box padding in tables, since
2030         they're already padded.
2031
2032 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2033
2034         * gnus-art.el (gnus-article-next-page): When the last line of the
2035         article is displayed, scroll down once more instead of going to the
2036         next article at once.
2037         (article-lapsed-string): Refactor out and allow specifying how many
2038         segments you want.
2039         (gnus-article-setup-buffer): Start updating the lapsed header directly.
2040         (gnus-article-update-lapsed-header): New variable.
2041
2042         * shr.el: Revert change that made headings use different-sized faces.
2043         The Emacs display engine isn't advanced enough that, for instance,
2044         tables can comfortably use differently-sized faces.
2045
2046 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2047
2048         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
2049         used.
2050         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
2051         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
2052         we're using an encrypted connection.
2053
2054         * proto-stream.el: Alter the interface functions to also return the
2055         actual stream type used: network or tls.
2056
2057 2011-01-25  Julien Danjou  <julien@danjou.info>
2058
2059         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
2060         (mm-display-javascript-inline): New function.
2061
2062         * mm-decode.el (mm-inline-media-tests): Add application/javascript
2063         viewing function.
2064
2065 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2066
2067         * shr.el (shr-expand-newlines): Fix variable name.
2068
2069 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2070
2071         * shr.el (shr-expand-newlines): Make nested boxes work.
2072
2073 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
2074
2075         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
2076         backgrounds.
2077         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
2078         in a more sensible manner.
2079
2080 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
2081
2082         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
2083         if EPG is loaded.
2084
2085 2011-01-24  Julien Danjou  <julien@danjou.info>
2086
2087         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
2088         tags.
2089
2090 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
2091
2092         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
2093         commands.
2094
2095         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
2096         in the article buffer.
2097         (gnus-gravatar-insert): Use blank space from the current buffer to
2098         avoid breaking text properties.  This makes X-Sent updating work again.
2099
2100         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
2101
2102 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
2103
2104         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
2105         fix the bug in url-http.el instead.
2106
2107         * shr.el (shr-image-fetched): Ditto.
2108
2109         * shr.el (shr-image-fetched): Avoid having point move in the article
2110         buffer.
2111
2112         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
2113         buffer after being called.  It's apparently being killed by url.el, and
2114         killing it made point move to end-of-buffer in a random buffer.
2115
2116         * shr.el (shr-image-fetched): Ditto.
2117
2118 2011-01-23  Julien Danjou  <julien@danjou.info>
2119
2120         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
2121
2122         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
2123         text/x-org.
2124
2125 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2126
2127         * gnus-sum.el (gnus-summary-move-article): Protect against backends
2128         (i.e., nnimap) returning nil as the article number.
2129
2130 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
2131
2132         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
2133         "DelSp" parameter in RFC3676.
2134
2135 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2136
2137         * message.el (message-check-recipients): Display the encoded version of
2138         the bogus address if they differ.
2139
2140         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
2141         after sending.
2142
2143         * gnus-agent.el (gnus-agent-send-mail): Ditto.
2144
2145         * gnus-group.el (gnus-group-refresh-group): New convenience function.
2146
2147         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
2148         group buffer after sending the queue.
2149
2150         * gnus-agent.el (gnus-agent-send-mail): Ditto.
2151
2152 2011-01-22  Julien Danjou  <julien@danjou.info>
2153
2154         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
2155
2156 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
2157
2158         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
2159         nested related parts.
2160
2161         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
2162         unexpired articles.  This fixes the regression that led expiry marks to
2163         disappear from nnfolder groups.
2164
2165 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2166
2167         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
2168         Don't confuse the "ret" of "retrograde" with RET.
2169
2170 2011-01-21  Julien Danjou  <julien@danjou.info>
2171
2172         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
2173         than mm-insert-inline.
2174
2175 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2176
2177         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
2178         Widen article buffer.
2179
2180 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2181
2182         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
2183         the temp buffer.
2184         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
2185
2186 2011-01-20  Julien Danjou  <julien@danjou.info>
2187
2188         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
2189
2190         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
2191         than mm-insert-inline to insert inline part: this respect
2192         mm-inline-media-tests displayers.
2193
2194         * mm-view.el (mm-display-shell-script-inline): New function.
2195
2196         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
2197
2198         * mm-uu.el (mm-uu-type-alist): Add org block.
2199         (mm-uu-org-src-code-block-extract): New function.
2200
2201         * mm-view.el (mm-display-org-inline): New function.
2202
2203         * mm-decode.el (mm-automatic-display): Add text/org.
2204
2205         * mailcap.el (mailcap-mime-extensions): Add .org.
2206
2207 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2208
2209         * gnus-art.el (gnus-article-highlight): Remove argument passed to
2210         gnus-article-add-buttons.
2211
2212 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
2213
2214         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
2215         From header with a date and "nobody" as the sender.
2216
2217 2011-01-19  Julien Danjou  <julien@danjou.info>
2218
2219         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
2220         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
2221         if you have the same regexp several times.
2222         (gnus-button-push): Fix matching when regexp is symbol.
2223
2224 2011-01-15  Glenn Morris  <rgm@gnu.org>
2225
2226         * message.el (message-mail): A compose-mail function should
2227         accept headers as strings.
2228
2229 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
2230
2231         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
2232         Add :vert-only tags.
2233         (message-mail): New arg RETURN-ACTION.
2234         (message-return-action): New var.
2235         (message-bury): Use it.
2236         (message-mode): Make it buffer-local.
2237         (message-send-and-exit): Always call message-bury.
2238
2239         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
2240         message-mail.
2241
2242 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2243
2244         * nnimap.el (nnimap-convert-partial-article): Protect against
2245         zero-length body parts.
2246
2247         * mm-decode.el (mm-preferred-alternative-precedence):
2248         Discourage showing empty parts.
2249
2250         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
2251         and stuff if the backend didn't return the article number.  This fixes
2252         an Exchange-related nnimap bug.
2253
2254         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
2255         group window, because it does the wrong thing when a separate frame
2256         displays the group buffer.
2257
2258         * proto-stream.el (open-protocol-stream): Protect against the low-level
2259         transport functions returning nil.
2260
2261 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
2262
2263         * mml2015.el (epg-sub-key-fingerprint): Autoload.
2264         (mml2015-epg-find-usable-secret-key): New function.
2265         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
2266         mml2015-epg-find-usable-key (Bug#7797).
2267         (mml2015-epg-encrypt): Ditto.
2268
2269 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2270
2271         * dgnushack.el (rot13-string): Fix the way to get the argument.
2272
2273 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2274
2275         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
2276
2277 2011-01-03  Glenn Morris  <rgm@gnu.org>
2278
2279         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
2280
2281         * sieve.el (sieve-open-server): Give a more explicit error if
2282         sieve-manage-open returns nil.  (Bug#7720)
2283
2284 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
2285
2286         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
2287
2288 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2289
2290         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
2291         This avoids sending passwords in plain text over non-encrypted
2292         channels.
2293
2294         * shr.el (shr-rescale-image): Display all GIF images as animated images.
2295
2296         * nnimap.el (nnimap-login): Refactored out into own function, and
2297         implement CRAM-MD5.
2298         (nnimap-wait-for-line): Refactored out.
2299
2300         * mm-view.el (mml-smime): Require.
2301
2302 2010-12-20  David Engster  <deng@eml.cc>
2303
2304         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
2305         use EPG to decrypt S/MIME messages instead of openssl.
2306
2307 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2308
2309         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
2310
2311         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
2312         status is the group clearly is unreachable.
2313
2314         * auth-source.el (auth-source-create): Add the optional second
2315         parameter to `local-variable-p' to be compatible with XEmacs.
2316
2317 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
2318
2319         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
2320         work when using a compressed nnml folder.
2321
2322 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2323
2324         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
2325         backends after sanitising on entry, because this never makes sense:
2326         If the articles have gone missing, then the data no longer exists on
2327         the backend, and if they haven't, then Gnus is wrong, and shouldn't
2328         overwrite anything anyway.
2329
2330         * shr.el (shr-insert-document): Bind shr-width dynamically to
2331         window-width if it's nil.
2332
2333 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
2334
2335         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
2336         with the meaning of using the full emacs window width for rendering.
2337
2338 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
2339
2340         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
2341         case when sender is not given.
2342
2343 2010-12-23  Julien Danjou  <julien@danjou.info>
2344
2345         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
2346         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
2347         the addresses, otherwise we might misplaced the gravatar.
2348
2349 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
2350
2351         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
2352         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
2353         obsolete in Emacs.
2354
2355 2010-12-20  Julien Danjou  <julien@danjou.info>
2356
2357         * gnus-util.el (gnus-rescale-image): Revert last change.
2358
2359 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
2360
2361         * binhex.el: Improve commentary (Bug#7482).
2362
2363 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2364
2365         * gnus-group.el (gnus-group-delete-articles): New command.
2366
2367 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
2368
2369         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
2370
2371 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2372
2373         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
2374         here, since it's up to the backends to do CRLF removal if their
2375         protocol has it.
2376
2377         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
2378
2379 2010-12-17  Julien Danjou  <julien@danjou.info>
2380
2381         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
2382         they are from file. Can also scale up.
2383
2384 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
2385
2386         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
2387         gnus-use-agent.
2388         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
2389
2390         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
2391
2392 2010-12-17  Julien Danjou  <julien@danjou.info>
2393
2394         * gravatar.el (gravatar-retrieve-synchronously): New function.
2395         (gravatar-get-data): Make more robust.
2396
2397 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2398
2399         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
2400
2401 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2402
2403         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
2404         to really consider the last line.
2405
2406 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
2407
2408         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
2409         list of recipient keys, or use symmetric encryption if not a list.
2410         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
2411         EPA override, replacing the call to `netrc-store-data'.
2412
2413 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
2414
2415         * gnus-srvr.el: Avoid passing nil regexp argument to
2416         delete-matching-lines.
2417
2418 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2419
2420         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
2421         fetching stops when Gnus exits.
2422
2423         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
2424         function.
2425         (nnfolder-request-expire-articles): Save all the buffers after doing
2426         expiry.
2427
2428         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
2429         the last article", since that led to serious performance regressions
2430         when expiring nnml groups.
2431
2432 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
2433
2434         * nnir.el: Improve customizations.
2435
2436 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2437
2438         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
2439
2440         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
2441         group has been killed.
2442         (gnus-group-yank-group): Ditto.
2443
2444         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
2445
2446         * nnimap.el (nnimap-request-update-group-status): New function.
2447
2448         * gnus-int.el (gnus-request-update-group-status): New interface
2449         function.
2450
2451         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
2452         copying read-ness to the backends.
2453
2454         * nnimap.el (nnimap-quirk): New function.
2455         (nnimap-retrieve-group-data-early): Use it.
2456         (nnimap-quirks): New alist.
2457
2458 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2459
2460         * shr.el (shr-insert): Set shr-start after deleting trailing space;
2461         don't delete it within indentation.
2462
2463 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2464
2465         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
2466         previous line.
2467
2468 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2469
2470         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
2471         QRESYNC command by deleting a superfluous space which broke Cyrus
2472         servers.  This change will break other servers that are buggy the other
2473         way around.
2474
2475 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
2476
2477         * spam.el: Reindent and fix long lines.
2478         (spam-copy-or-move-routine): Exclude invalid move destinations.
2479
2480 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
2481
2482         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
2483         installed the registry.
2484
2485 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2486
2487         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
2488
2489 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
2490
2491         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
2492         groupname doesn't contain "gmane".
2493
2494 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2495
2496         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
2497         and netrc-bound-and-true-p bindings.
2498         (netrc-parse): Cache the netrc contents.
2499
2500         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
2501         (gnus-1): Don't create the nndrafts group twice.
2502         (gnus-setup-news): There's no need to read the active file here, since
2503         that's done again later on a per-backend basis.
2504         (gnus-start-draft-setup): Make sure that the new group is started out
2505         empty.
2506
2507         * gnus-agent.el (gnus-agentize): Don't create the queue group
2508         automatically on startup.  It'll be created later, if needed.
2509
2510         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
2511         of automatically subscribed groups.
2512         (gnus-auto-subscribed-categories): New variable.
2513         (gnus-matches-options-n): Use it.
2514         (gnus-default-subscribed-newsgroups): Remove unused variable.
2515         (gnus-start-draft-setup): Message a bit less.
2516
2517 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
2518
2519         * nnir.el (nnir-run-imap): Return article list in order of increasing
2520         UID.
2521
2522 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2523
2524         * gnus-sum.el (gnus-summary-enter-digest-group):
2525         Mention gnus-auto-select-on-ephemeral-exit.
2526
2527         * proto-stream.el (proto-stream-open-network-only): Fix the calling
2528         convention of the network-only option.
2529
2530 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2531
2532         * proto-stream.el (proto-stream-open-network-only): New function to
2533         have a way to specify non-STARTTLS upgrade connections.
2534
2535 2010-12-10  Julien Danjou  <julien@danjou.info>
2536
2537         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
2538         email address is nil.
2539
2540         * message.el (message-bogus-recipient-p): Set address to "" if nil.
2541
2542 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
2543
2544         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
2545         deletion.
2546         (nnir-run-imap): Only need to parse list once.
2547
2548 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2549
2550         * shr.el (shr-tag-script): Ignore <script>.
2551         (shr-tag-label): Add <label> support.
2552
2553 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2554
2555         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
2556
2557         * shr.el (shr-image-displayer): Work for images lined side by side.
2558
2559 2010-12-08  Robert Pluim  <rpluim@gmail.com>
2560
2561         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
2562         parameter, since XEmacs doesn't accept t as a parameter.
2563
2564 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
2565
2566         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
2567         ids.
2568         (nnir-run-gmane): Simplify groupspec formatting.
2569         (nnir-request-expire-articles): New function.
2570
2571 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2572
2573         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
2574         overflow, possibly.
2575
2576         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
2577         (shr-render-td): Handle td style="" better.
2578         (shr-tag-table): Use the color from the style sheet.
2579         (shr-render-td): Make sure we copy over all the overlays, too.
2580
2581 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
2582
2583         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
2584         (nnir-request-article): Improve article retrieval.
2585
2586 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2587
2588         * mm-util.el (mm-extra-numeric-entities): New variable.
2589
2590         * mm-url.el (mm-url-decode-entities):
2591         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
2592
2593         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
2594
2595 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2596
2597         * message.el: Use completion-at-point.
2598         (message-completion-function): New fun, extracted from message-tab.
2599         (message-mode): Use it for completion-at-point-functions.
2600         (message-tab): Use it and completion-at-point.
2601
2602 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2603
2604         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
2605         character if a non-breakable character follows.
2606
2607 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2608
2609         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
2610         any stream.
2611
2612         * shr.el (shr-tag-font): Colorize the region.
2613         (shr-tag-body): Ditto.
2614         (shr-tag-font): Actually let the styles be inherited instead of
2615         overwriting them.
2616         (shr-tag-font): Get the background color right.
2617         (shr-tag-style): Ignore all <style> tags for the moment.
2618
2619         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
2620         a Message-ID to avoid having nnimap depend on gnus-sum.
2621
2622         * shr.el (shr-descend): Only colorize something if we have a node that
2623         sets colors.
2624
2625 2010-12-06  Julien Danjou  <julien@danjou.info>
2626
2627         * shr.el (shr-render-td): Render td content with shr-descend, so style
2628         will be applied to <td> too.
2629         (shr-colorize-region): Colorize region even if we only have a background.
2630         (shr-tag-body): Fix color and background color inheritance.
2631         Do not recolorize after shr-generic.
2632         (shr-tag-font): Let shr-generic colorize via inheritance.
2633
2634 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2635
2636         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
2637
2638 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
2639
2640         * nnir.el (nnir-request-move-article): Remove obsolete code.
2641
2642 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2643
2644         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
2645
2646 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2647
2648         * gnus-sum.el (gnus-summary-respool-article): The completion function
2649         expects a list instead of an alist.
2650
2651         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
2652         string as the parameter.
2653
2654         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
2655
2656         * shr.el (shr-stylesheet): New dynamic variable for cascading the
2657         styles.
2658         (shr-colorize-region): New function.
2659         (shr-insert-background-overlay): Remove.
2660         (shr-render-td): Background setting should be taken care of on a higher
2661         level.
2662         (shr-tag-body): Use post-hoc colorizations.
2663         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
2664         (shr-put-color-1): Don't overwrite old colors.
2665         (shr-colorize-region): When the background color isn't explicit, use
2666         a fixed background.
2667
2668         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
2669         nnmail variables.
2670
2671 2010-12-05  Bjørn Mork  <bjorn@mork.no>
2672
2673         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
2674         unless necessary.
2675
2676 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
2677
2678         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
2679         server.
2680
2681 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2682
2683         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
2684         so that TAB works.
2685
2686         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
2687         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
2688
2689         * shr.el (shr-urlify): Show the URL before the title to avoid
2690         misleading URLs.
2691
2692 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
2693
2694         * shr.el (shr-urlify): Display the title in <a> tags.
2695
2696 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
2697
2698         * nnir.el (nnir-categorize): Replace mapcar with mapc.
2699
2700 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
2701
2702         * nnir.el: Rearrange code to allow macros to be autoloaded by
2703         gnus-sum.el.
2704         (nnir-retrieve-headers-override-function): Make this variable
2705         customizable.
2706         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
2707
2708         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
2709         from nnir.el.
2710
2711 2010-12-03  Julien Danjou  <julien@danjou.info>
2712
2713         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
2714
2715 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2716
2717         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
2718         allow optional argument `environment'.
2719
2720 2010-12-03  Glenn Morris  <rgm@gnu.org>
2721
2722         * mm-extern.el (message-goto-body): Update declaration.
2723
2724 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2725
2726         * gnus-util.el (gnus-macroexpand-all): New function.
2727
2728         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
2729         instead of macroexpand-all that is unavailable in XEmacs.
2730
2731 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
2732
2733         * nnir.el (nnir-summary-line-format): New variable.
2734         (nnir-mode): Use it.
2735         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
2736         (nnir-article-ids): Reimplement as defsubst.
2737         (nnir-retrieve-headers): Don't mangle the subject header.
2738         (nnir-run-imap): Use 100 as RSV score.
2739         (nnir-run-find-grep): Fix for full server searching.
2740         (nnir-run-gmane): Better restriction to gmane groups.
2741
2742         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
2743         summary buffers.
2744
2745 2010-12-02  Julien Danjou  <julien@danjou.info>
2746
2747         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
2748
2749         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
2750
2751         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
2752         support.
2753
2754 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
2755
2756         * nnir.el: Update to handle the registry better.
2757         (autoload): Silence byte-compiler.
2758         (nnir-open-server): Add a hook for nnir groups.
2759         (nnir-request-move-article): Don't mangle the header. Better to use
2760         formating variables (which will be added in the future).
2761         (nnir-registry-action): Update the registry using the original article
2762         group name.
2763         (nnir-mode): Install nnir-specific hooks for updating the registry.
2764
2765         * gnus-sum.el
2766         (gnus-article-original-subject,gnus-newsgroup-original-name):
2767         Remove obsolete variables.
2768         (gnus-summary-move-article): Remove use of obsolete variables.
2769         (gnus-summary-local-variables): Make move and delete hooks local to
2770         summary buffers.
2771
2772 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2773
2774         * rtree.el: New file.
2775
2776 2010-12-01  Julien Danjou  <julien@danjou.info>
2777
2778         * message.el (message-user-organization): Do not use
2779         gnus-local-organization.
2780
2781         * gnus.el: Remove gnus-local-organization.
2782
2783         * gnus-msg.el: Remove nastygram thing.
2784
2785 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
2786
2787         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
2788         funcall.
2789
2790 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2791
2792         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
2793         names.
2794
2795         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
2796         characters.
2797
2798         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
2799         to t of inhibit-read-only since it is inside gnus-with-article-headers.
2800         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
2801         (gnus-gravatar-transform-address): Use mail-extract-address-components
2802         that supports non-ASCII names rather than mail-header-parse-addresses.
2803
2804 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2805
2806         * proto-stream.el (open-protocol-stream): All starttls connections are
2807         handled by the network handler.
2808
2809 2010-11-30  Julien Danjou  <julien@danjou.info>
2810
2811         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
2812         (nnimap-open-connection-1): Fix PREAUTH.
2813
2814         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
2815
2816 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2817
2818         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
2819         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
2820         (shr-insert): Use them.
2821         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
2822
2823 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
2824
2825         * nnir.el (nnir-request-move-article): Bail out if original group
2826         doesn't support article moves.
2827         (nnir-get-active): Improve active list retrieval.
2828
2829 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2830
2831         * shr.el (shr-find-fill-point): Don't break before apostrophes.
2832
2833 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
2834
2835         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
2836         seem to accept strings-with-numbers as port numbers,
2837
2838 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
2839
2840         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
2841         change the registry.
2842
2843 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2844
2845         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
2846         delete-dups that is not available in XEmacs 21.4.
2847
2848         * mm-util.el (mm-delete-duplicates): Add comment.
2849
2850 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
2851
2852         * nnir.el (nnir-ignored-newsgroups): New variable.
2853         (nnir-get-active): Use it.
2854
2855 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2856
2857         * proto-stream.el (proto-stream-open-network): Add some comments.
2858
2859         * nntp.el (nntp-open-connection): Provide a :success condition.
2860
2861         * nnimap.el (nnimap-open-connection-1): Ditto.
2862
2863         * proto-stream.el (proto-stream-open-network): See what the response to
2864         the STARTTLS command is.
2865
2866         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
2867         backwards compatibility).
2868         (nnimap-open-connection-1): Really respect nnimap-server-port.
2869
2870         * proto-stream.el (proto-stream-open-network): When doing opportunistic
2871         TLS upgrades we don't really care about the identity of the peer.
2872         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
2873         that what we've checked for.
2874         (proto-stream-always-use-starttls): Only default to t if
2875         open-gnutls-stream exists.
2876         (proto-stream-open-network): If STARTTLS failed, then just open a
2877         normal connection.
2878         (proto-stream-open-network): Wait until the greeting before doing
2879         STARTTLS.
2880
2881         * nntp.el (nntp-open-connection): Report what the connection error is.
2882
2883         * proto-stream.el (open-protocol-stream): Rename from
2884         open-proto-stream.
2885
2886 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2887
2888         * nnimap.el (nnimap-stream): Change default to `undecided'.
2889         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
2890         first, and then network.
2891         (nnimap-open-connection-1): Respect nnimap-server-port.
2892         (nnimap-open-connection): Be more backwards-compatible.
2893
2894         * proto-stream.el (proto-stream-always-use-starttls): New variable.
2895         (proto-stream-open-starttls): De-duplicate the starttls code.
2896         (proto-stream-open-starttls): Folded back into the main function.
2897         (proto-stream-open-network): Fix typo in the gnutls path.
2898         (proto-stream-command): Refactor out.
2899
2900         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
2901
2902         * proto-stream.el (proto-stream-open-starttls): Actually implement the
2903         starttls.el STARTTLS.
2904
2905         * color.el (color-lab->srgb): Fix function call name.
2906
2907         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
2908         if we're using tls.el.
2909         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
2910         built in, then don't try to establish a STARTTLS connection.
2911
2912         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
2913         servers.
2914
2915         * proto-stream.el (open-proto-stream): Use network, not stream.
2916         (open-proto-stream): Add a way to specify what the end of a command is.
2917
2918         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
2919         connections types.
2920         (nntp-open-network-stream): Remove.
2921         (nntp-open-ssl-stream): Remove.
2922         (nntp-open-tls-stream): Remove.
2923         (nntp-ssl-program): Remove.
2924
2925         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
2926
2927 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
2928
2929         * nnir.el: Fix typos.
2930         (nnir-retrieve-headers-override-function): Rename variable to reflect
2931         new semantics.
2932         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
2933         macros.
2934         (nnir-request-article, nnir-request-move-article): Use them.
2935         (nnir-categorize): New function.
2936         (nnir-run-query): Use it.
2937         (nnir-retrieve-headers): Rewrite to batch header retrieval.
2938         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
2939         sorted.
2940         (nnir-group-full-name): Use gnus-group-full-name instead.
2941         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
2942         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
2943
2944 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2945
2946         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
2947
2948         * proto-stream.el: New library to provide protocol-specific
2949         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
2950         protocols.
2951         (open-proto-stream): Complete the documentation.
2952         (proto-stream-open-network): Fix some typos.
2953
2954         * nnimap.el (nnimap-open-connection): Use it.
2955
2956 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
2957
2958         * pop3.el (pop3-open-server): Read server greeting before starting TLS
2959         negotiation.
2960
2961 2010-11-26  Julien Danjou  <julien@danjou.info>
2962
2963         * color.el: Rename various rgb functions to srgb.
2964
2965 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2966
2967         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
2968         names.
2969
2970 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2971
2972         * shr.el (shr-insert): Revert last change.
2973         (shr-find-fill-point): Never leave point being at bol;
2974         relax the kinsoku limitation when rendering tables.
2975
2976 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2977
2978         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
2979         results from -accept-article.
2980
2981         * shr-color.el: Require cl when compiling.
2982
2983         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
2984         checkin.
2985
2986         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
2987
2988         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
2989
2990         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
2991         'add and 'delete to set backend marks.
2992
2993         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
2994
2995         * nnheader.el (nnheader-update-marks-actions): Refactor out.
2996
2997         * nntp.el (nntp-request-set-mark): Use it.
2998
2999         * nnfolder.el (nnfolder-request-set-mark): Ditto.
3000
3001         * nnml.el (nnml-request-set-mark): Ditto.
3002
3003         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
3004         introduces regressions in article selection.
3005         (nnimap-find-uid-response): New function.
3006         (nnimap-request-accept-article): Use the UID returned, if any.
3007         (nnimap-request-move-article): Use the UID returned, if any.
3008         (nnimap-get-groups): Reimplement to work with folded lines.
3009         (nnimap-find-uid-response): The UID is the last element in the list.
3010         (nnimap-request-set-mark): Extend syntax with 'set.
3011
3012         * nnml.el (nnml-request-set-mark): Ditto.
3013
3014         * nnfolder.el (nnfolder-request-set-mark): Ditto.
3015
3016         * nntp.el (nntp-request-set-mark): Ditto.
3017
3018 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3019
3020         * message.el (message-called-interactively-p): A temporary macro.
3021         (message-goto-body): Use it temporarily.
3022
3023 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3024
3025         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
3026         (nnimap-last-response-string): Unfold quoted lines, if they exist.
3027         (nnimap-last-response-string): Fix last unfolding fix.
3028
3029 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3030
3031         * shr.el (shr-insert): Fix the way to fold lines.
3032
3033 2010-11-25  Julien Danjou  <julien@danjou.info>
3034
3035         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
3036
3037         * color.el: Rename from color-lab.el
3038         (color-rgb->hex): Add.
3039         (color-complement): Add.
3040         (color-complement-hex): Add.
3041
3042         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
3043
3044 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3045
3046         * shr-color.el (shr-color-visible): Don't bug out if the colour names
3047         don't exist.
3048
3049 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3050
3051         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
3052         assuming that article displaying or another mml-preview may be
3053         interrupted for an error or for the like.
3054
3055         * shr.el (shr-get-background): Fix argument name.
3056
3057 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3058
3059         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
3060
3061         * gnus-sum.el (gnus-summary-include-articles): New function.
3062
3063         * message.el (message-goto-body): called-interactively-p needs a
3064         parameter, so use `any'.
3065
3066         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
3067         clear marks before moving, since they're synced from the Gnus side
3068         first.
3069
3070         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
3071         (gnus-summary-move-article): Copy over all marks before moving, so that
3072         IMAP doesn't think a new article has arrived.
3073
3074 2010-11-24  Julien Danjou  <julien@danjou.info>
3075
3076         * shr.el (shr-insert-background-overlay): Fix typo.
3077         (shr-render-td): Copy the background before rendering.
3078
3079         * shr-color.el (shr-color-visible): Fix docstring.
3080
3081         * shr.el (shr-tag-table): Add bgcolor support.
3082         (shr-render-td): Add bgcolor support.
3083         (shr-get-background): Add.
3084         (shr-insert-foreground-overlay): Use shr-get-background.
3085
3086         * message.el (message-goto-body): Use called-interactively-p.
3087         (message-in-body-p): message-goto-body returns point.
3088
3089 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3090
3091         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
3092         Fixes something or other in Emacs 23, and is backwards compatible.
3093
3094         * message.el (message-goto-body): Remove the <#secure special-casing,
3095         which is too special.
3096
3097         * shr.el (shr-parse-style): Drop !important from styles.
3098
3099 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
3100
3101         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
3102         this function to return incorrect results when calling it with an
3103         explicit article argument different from
3104         (gnus-summary-article-number).
3105
3106 2010-11-24  Julien Danjou  <julien@danjou.info>
3107
3108         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
3109         (shr-tag-body): Add background support.
3110         (shr-descend): Add background support.
3111         (shr-tag-title): Add.
3112
3113         * shr-color.el (shr-color-visible): Really return original background
3114         if fixed.
3115
3116 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3117
3118         * shr.el (shr-color-check): Protect against non-existent colour names.
3119
3120 2010-11-24  Julien Danjou  <julien@danjou.info>
3121
3122         * color-lab.el: Require 'cl when compiling.
3123
3124         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
3125
3126         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
3127         matched part.
3128
3129         * color-lab.el: Fix all expt calls to use float type.
3130
3131 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3132
3133         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
3134         expression to shr-color-check as is.
3135
3136         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
3137
3138         * color-lab.el: Add coding cookie.
3139         (float-pi): Use eval-and-compile.
3140
3141         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
3142         compiled for Emacsen having no `libxml-parse-html-region' support.
3143
3144 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3145
3146         * shr.el (shr-insert-color-overlay): Split stuff like
3147         "#444444 !important" to find the real colour.
3148         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
3149         parse <font color="red"> entries.
3150
3151 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
3152
3153         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
3154         point when parsing headers.
3155
3156         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
3157         is positioned properly when parsing headers.
3158
3159 2010-11-23  Julien Danjou  <julien@danjou.info>
3160
3161         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
3162
3163         * shr-color.el (shr-color->hexadecimal): Add support for color names.
3164
3165         * shr.el (shr-parse-style): Replace \n with space in style parsing.
3166
3167         * shr-color.el (shr-color-hsl-to-rgb-fractions):
3168         Use shr-color-hue-to-rgb.
3169         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
3170
3171 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3172
3173         * shr.el (shr-color->hexadecimal): Autoload.
3174         (shr-descend): Add color to all tags.
3175
3176 2010-11-22  Julien Danjou  <julien@danjou.info>
3177
3178         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
3179         shr-color->hexadecimal.
3180
3181         * shr-color.el (shr-color->hexadecimal): Add converting functions for
3182         RGB() or HSL() color representation.
3183
3184         * shr.el (shr-tag-font): Add.
3185         (shr-tag-color-check): New function to get better colors.
3186         (shr-tag-insert-color-overlay): Factorize code between tag-font and
3187         tag-span.
3188
3189         * shr-color.el: New file.
3190
3191         * color-lab.el: New file.
3192
3193         * gnus-art.el (gnus-url-mailto): Do not downcase args.
3194
3195 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
3196
3197         * nnir.el: Fix typo in comments.
3198         (nnir-run-imap): Simplify code. No need to reverse artlist.
3199         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
3200
3201 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3202
3203         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
3204
3205         * nnimap.el (nnimap-get-capabilities): Refactor out.
3206         (nnimap-open-connection): Re-request capabilities after STARTTLS.
3207
3208 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
3209
3210         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
3211         appearing when `mm-uu-hide-markers' is nil.
3212
3213 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3214
3215         * nnimap.el (nnimap-unselect-group): Make into its own function.
3216         (nnimap-request-rename-group): Unselect group before renaming.
3217         This had gotten lost somewhere.
3218         (nnimap-request-accept-article): Keep track of examined groups, and
3219         unselect the group before APPENDing to read-only groups.
3220         (nnimap-request-move-article): Clear flags before moving so that they
3221         can be re-set later.
3222
3223 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3224
3225         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
3226         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
3227
3228 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3229
3230         * gnus-art.el (gnus-mime-display-single)
3231         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
3232         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
3233         parameter.
3234
3235 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3236
3237         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
3238         (shr-table-vertical-line): New variable.
3239         (shr-insert-table): Use it.
3240
3241 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3242
3243         * gnus-html.el (gnus-html-wash-images): Don't display images if
3244         gnus-inhibit-images is non-nil; register displayer for cid images.
3245         (gnus-html-display-image): Work for cid image.
3246         (gnus-html-insert-image): Allow arguments.
3247         (gnus-html-put-image): Inhibit read-only.
3248         (gnus-html-prefetch-images): Don't prefetch images if
3249         gnus-inhibit-images is non-nil.
3250
3251 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3252
3253         * shr.el (shr-put-image): Break lines when inserting big pictures.
3254
3255 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3256
3257         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
3258         sender, thanks Katsumi Yamaoka.
3259
3260 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
3261
3262         * nnir.el (nnir-run-imap): Reverse the article list for each group
3263         rather than the whole list.
3264
3265 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3266
3267         * shr.el (shr-image-displayer): Protect function against non-existent
3268         image source.
3269
3270         * gnus-art.el (gnus-inhibit-images): New user option.
3271         (gnus-mime-display-single): Don't display image if it is non-nil.
3272
3273         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
3274         gnus-inhibit-images.
3275
3276         * shr.el (shr-image-displayer): New function.
3277         (shr-tag-img): Use it.
3278
3279 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3280
3281         * mml2015.el (mml2015-epg-sign): Use From header.
3282
3283 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3284
3285         * gnus-html.el (gnus-html-wash-images): Register a displayer.
3286
3287         * gnus-util.el (gnus-find-text-property-region): Return markers.
3288
3289         * shr.el (shr-tag-img): Put a displayer in the text property.
3290
3291         * gnus-util.el (gnus-find-text-property-region): New utility function.
3292
3293         * gnus-html.el (gnus-html-display-image): Make the alt optional.
3294         (gnus-html-show-images): Remove.
3295
3296         * gnus-art.el (gnus-article-show-images): New, more general function.
3297
3298         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
3299         image url text properties.
3300
3301         * shr.el: Ditto.
3302
3303         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
3304         gnus-agent-auto-agentize-methods is set.  Which it isn't.
3305
3306 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3307
3308         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
3309         work for two or more articles.
3310
3311 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3312
3313         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
3314         divide an image that's in an html article to two or more when washing
3315         non-ASCII characters in alt text of it.
3316
3317 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3318
3319         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
3320         smime-decrypt-region using function argument.
3321         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
3322
3323         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
3324
3325         * smime.el (smime-decrypt-region): Catch it.
3326
3327 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3328
3329         * smime.el (smime-mode-map): Move initialization into declaration.
3330         (gnus-run-mode-hooks): Don't autoload.
3331         (smime-mode): Use define-derived-mode.
3332
3333 2010-11-11  Glenn Morris  <rgm@gnu.org>
3334
3335         * smime.el (from): Restrict declaration to XEmacs.
3336
3337         * nnir.el (gnus-group-topic-name): Autoload.
3338
3339 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3340
3341         * shr.el (shr-insert): Don't break long line if it is because of
3342         kinsoku-bol characters in the line end.
3343
3344 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
3345
3346         * nnir.el (nnir-request-move-article): Fix to provide original group
3347         and subject.
3348         (nnir-warp-to-article): Don't fail on articles whose headers haven't
3349         been retrieved.
3350
3351         * gnus-sum.el (gnus-summary-move-article): Use original group and
3352         subject for virtual articles such as those in an nnir summary buffer.
3353
3354 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3355
3356         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
3357         least 21.5).
3358
3359         * smime.el (from): Declare it again for XEmacs.
3360
3361 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3362
3363         * message.el (message-resend): Don't disable encoding unless it's
3364         already encoded.
3365
3366         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
3367         low-numbered articles.
3368
3369 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3370
3371         * rfc2047.el (rfc2047-syntax-table): Simplify.
3372
3373         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
3374
3375         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
3376         set-char-table-range for XEmacs.
3377
3378 2010-11-10  Glenn Morris  <rgm@gnu.org>
3379
3380         * time-date.el (time-to-seconds): Always an alias on Emacs,
3381         never a real function.
3382         (with-no-warnings): Remove compat stub, now unused.
3383         (time-less-p): Doc fix.
3384         (time-to-number-of-days): Simplify.
3385
3386         * smime.el (from): Remove unused declaration.
3387
3388         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
3389         (gnus-float-time): On Emacs, always an alias.
3390
3391         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
3392         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
3393
3394 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3395
3396         * dgnushack.el: Don't use ignore-errors in the top level form since it
3397         is unavailable in XEmacs even if cl is loaded.
3398
3399         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
3400
3401 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3402
3403         * shr.el (browse-url-mailto): Autoload.
3404
3405         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
3406
3407         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
3408         regexp doesn't need quoting.
3409
3410 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
3411
3412         * message.el (message-subject-trailing-was-ask-regexp)
3413         (message-subject-trailing-was-regexp): Match was: in addition to was.
3414
3415 2010-11-09  Glenn Morris  <rgm@gnu.org>
3416
3417         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
3418         (nnbabyl-check-mbox): Use point-at-bol.
3419
3420 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3421
3422         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
3423
3424         * message.el (message-mailto): New function.
3425         (message-mailto): Should accept other parameters.
3426         (message-mailto): Remove since it duplicates browse-url-mailto
3427         functionality.
3428
3429 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3430
3431         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
3432         methods.
3433         (gnus-read-active-file): Ditto.
3434
3435         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
3436         ": " from the prompt.
3437         (gnus-group-make-group): Ditto.
3438
3439 2010-11-07  Glenn Morris  <rgm@gnu.org>
3440
3441         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
3442         (gnus-bookmark-kill-line): Use point-at-eol.
3443
3444 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3445
3446         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
3447         asterisks in From header.
3448
3449 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3450
3451         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
3452         string to avoid making the From headers syntactically invalid.
3453
3454         * message.el (message-send-mail): Don't insert courtesy messages if the
3455         message already has List-Post and List-ID messages.
3456
3457 2010-11-06  Glenn Morris  <rgm@gnu.org>
3458
3459         * gnus-art.el (gnus-treat-article): Give dynamic local variables
3460         `condition', `type', `length' a prefix.
3461         (gnus-treat-predicate): Update for above name changes.
3462
3463 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
3464
3465         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
3466         binding.  Handled by `gnus-summary-refer-thread' instead.
3467         (nnir-warp-to-article): New backend function.
3468
3469         * nnimap.el (nnimap-request-thread): Force dependency updating.
3470
3471         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
3472         (gnus-summary-refer-thread): Rework to improve thread-referral.
3473
3474         * gnus-int.el (gnus-warp-to-article): New function.
3475
3476         * gnus-sum.el (gnus-summary-article-map): Bind it.
3477
3478 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
3479
3480         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
3481         gnus-summary-refer-thread.
3482
3483         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
3484         headers.
3485         (gnus-summary-limit-include-thread): Prevent articles in thread from
3486         being cut in gnus-cut-threads.
3487         (gnus-summary-refer-thread): Limit retrieved headers to those in
3488         thread.
3489
3490 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3491
3492         * message.el (message-send-mail): Use the value of
3493         message-courtesy-message from the message buffer.
3494
3495         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
3496
3497         * shr.el (shr-browse-url): Implement mailto: URLs.
3498
3499         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
3500         "raw".
3501
3502         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
3503         if it's already selected.
3504
3505         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
3506
3507 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3508
3509         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
3510         to measure the length and truncate alt text.
3511
3512 2010-11-03  Glenn Morris  <rgm@gnu.org>
3513
3514         * nndiary.el (nndiary-generate-nov-databases-1)
3515         (nndiary-generate-active-info): Rename dynamic variable `files' to
3516         something less generic.
3517
3518 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
3519
3520         * nnir.el (nnir-request-move-article): Call the underlying backend to
3521         move articles from nnir.
3522
3523 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3524
3525         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
3526
3527 2010-11-02  Julien Danjou  <julien@danjou.info>
3528
3529         * nnir.el: Remove wais support.
3530
3531 2010-11-02  Glenn Morris  <rgm@gnu.org>
3532
3533         * gnus-html.el: Reorder requirements to quieten compiler.
3534
3535 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3536
3537         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
3538         properly for XEmacs as well.
3539         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
3540         (gnus-article-natural-long-line-p): Use window-width rather than
3541         frame-width.
3542
3543 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
3544
3545         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
3546         (nnir-read-parms): Don't modify query.
3547         (nnir-run-query): Add ability to search topic on current line.
3548         (nnir-get-active): Clean up.
3549
3550 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3551
3552         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
3553         degenerate articles.
3554
3555         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
3556         (gnus-print-buffer): Just print the buffer as is, without any copying
3557         to a buffer and then re-highlighting.
3558
3559         * nnimap.el (nnimap-request-group): Store the new updated info.
3560         (nnimap-request-group): Select the group when we don't know whether it
3561         exists or not.
3562
3563         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
3564         groups.
3565
3566         * gnus-group.el (gnus-group-find-new-groups): Display all the new
3567         groups.
3568
3569         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
3570         groups.
3571
3572         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
3573         long-lines case by only filling the long lines.
3574
3575         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
3576         (bug #7311).
3577
3578 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3579
3580         * shr.el: No need to declare `declare-function' since shr.el is for
3581         only Emacsen that provide `libxml-parse-html-region'.
3582
3583         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
3584         effective only in a file it is referred to.
3585
3586 2010-11-01  Glenn Morris  <rgm@gnu.org>
3587
3588         * mm-util.el (gnus-completing-read): Autoload.
3589         (mm-read-coding-system): Simplify Emacs definition.
3590
3591         * nnmail.el (gnus-activate-group):
3592         * nnimap.el (gnutls-negotiate):
3593         * nntp.el (netrc-parse): Fix declarations.
3594
3595 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3596
3597         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
3598         string-match-p in Emacs >=23.
3599
3600         * gnus-msg.el (gnus-configure-posting-styles)
3601         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
3602
3603 2010-11-01  Glenn Morris  <rgm@gnu.org>
3604
3605         * nnir.el (declare-function): Add compat stub.
3606         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
3607         (nnir-run-gmane): Require 'mm-url.
3608
3609         * mm-util.el (mm-string-to-multibyte): Simplify.
3610
3611         * shr.el (declare-function): Add compat stub.
3612         (url-cache-create-filename): Declare.
3613         (mm-disable-multibyte, widget-convert-button): Autoload.
3614
3615         * smime.el (ldap-search): Declare.
3616         (smime-cert-by-ldap-1): Require ldap on Emacs.
3617
3618         * nnimap.el: Require nnmail, and gnus-sum when compiling.
3619         (nnimap-keepalive): Use gnus-float-time.
3620
3621         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
3622         (mail-source-delete-crash-box): Use gnus-float-time.
3623
3624         * gnus-dired.el (gnus-completing-read): Autoload.
3625
3626         * mm-view.el (gnus-rescale-image): Autoload.
3627
3628         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
3629
3630         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
3631
3632         * sieve-manage.el: Require 'cl when compiling.
3633
3634         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
3635         (gnus-iswitchb-completing-read): Require iswitchb.
3636         (gnus-select-frame-set-input-focus): Silence compiler.
3637
3638 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3639
3640         * message.el (message-subject-trailing-was-query): Change default to t,
3641         since I think that's what most people want.
3642
3643         * nnimap.el (nnimap-request-accept-article): Erase buffer before
3644         appending for easier debugging.
3645         (nnimap-wait-for-connection): Take a regexp.
3646         (nnimap-request-accept-article): Wait for the continuation line before
3647         sending anything unless we're streaming.
3648
3649         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
3650         leave the header washing to take place.
3651
3652 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3653
3654         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
3655         regular expression match and replace in posting styles.
3656
3657 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
3658
3659         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
3660         an entire server.
3661         (nnir-get-active): New function.
3662         (nnir-run-imap): Use it.
3663         (nnir-run-gmane): Who knew, gmane search returns an article score!
3664
3665         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
3666         server on the current line with nnir.
3667
3668 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3669
3670         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
3671         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
3672         left edge.
3673         (gnus-article-foldable-buffer): Skip past the prefix when determining
3674         raggedness.
3675
3676         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
3677         the raw article, and change `C-u g' to show the article without doing
3678         treatments.
3679
3680         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
3681         on to `gnus-treat-article'.
3682         (gnus-inhibit-article-treatments): New variable.
3683
3684         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
3685
3686         * gnus-art.el (gnus-treatment-function-alist): Have
3687         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
3688         (gnus-treat-fill-long-lines): Change default to fill all text/plain
3689         sections.
3690
3691         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
3692         parameter.
3693         (gnus-article-fill-cited-long-lines): New function.
3694         (gnus-article-fill-cited-article): Allow filling only long sections.
3695
3696         * shr.el (shr-find-fill-point): Don't break lines between punctuation
3697         and non-punctuation (like after the apostrophe in "'We").
3698
3699         * gnus-sum.el (gnus-summary-select-article): Make sure
3700         gnus-original-article-buffer is alive.
3701
3702         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
3703         reflect the order they're in in the digest.
3704
3705         * gnus.el (gnus-group-startup-message): Move point to the start of the
3706         buffer.
3707
3708         * nnimap.el (nnimap-capability): New function.
3709         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
3710         is set.
3711
3712 2010-10-31  David Engster  <dengste@eml.cc>
3713
3714         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
3715         conform with changes to gnus-completing-read.
3716
3717 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3718
3719         * shr.el (shr-tag-img): Output "*" instead of "[img]".
3720
3721 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
3722
3723         * nnir.el: Move defvar, defcustom around to keep file organized
3724         and keep byte-compiler quiet.
3725         (nnir-read-parms): Accept search-engine as arg.
3726         (nnir-run-query): Pass search-engine as arg.
3727         (nnir-search-engine): Remove.
3728
3729 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3730
3731         * shr.el (shr-generic): The text nodes should be text, not :text.
3732
3733         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
3734         later in the file.
3735
3736 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
3737
3738         * nnir.el: General clean up.  Allow searching with multiple engines.
3739         Allow separate extra-parameters for each engine.
3740         Batch queries when possible.
3741         (nnir-imap-default-search-key,nnir-method-default-engines):
3742         Add customize interface.
3743         (nnir-run-gmane): New engine.
3744         (nnir-engines): Use it.  Qualify all prompts with engine name.
3745         (nnir-search-engine): Remove global variable.
3746         (nnir-run-hyrex): Restore for now.
3747         (nnir-extra-parms,nnir-search-history): New variables.
3748         (gnus-group-make-nnir-group): Use them.
3749         (nnir-group-server): Remove in favor of gnus-group-server.
3750         (nnir-request-group): Avoid searching twice.
3751         (nnir-sort-groups-by-server): New function.
3752
3753 2010-10-30  Julien Danjou  <julien@danjou.info>
3754
3755         * gnus-group.el: Remove gnus-group-fetch-control.
3756
3757         * gnus-start.el (gnus-find-new-newsgroups):
3758         Remove gnus-check-first-time-used.
3759
3760         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
3761
3762 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3763
3764         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
3765         set on groups that don't have \* permanentflags.
3766
3767 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3768
3769         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
3770         control the background color.
3771         (shr-tag-img): Ignore very small web bug type images.
3772         (shr-put-image): Add help-echo alt texts to the images.
3773         (shr-tag-video): Show the video poster image.
3774
3775 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3776
3777         * shr.el (shr-table-depth): New variable.
3778         (shr-tag-table-1): Only insert the images after the top-level table.
3779
3780         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
3781
3782         * gnus-util.el (gnus-list-memq-of-list): New function.
3783
3784         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
3785         selected.
3786         (nnimap-unsplittable-articles): New slot.
3787         (nnimap-new-articles): Use it.
3788
3789 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
3790
3791         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
3792         move to the previous line on `M-g'.
3793
3794 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3795
3796         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
3797         *-request-group, which seems unnecessary.
3798
3799         * nnimap.el (nnimap-quote-specials): Function copied over from
3800         imap.el.
3801         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
3802         they support that.  Suggested by Tom Regner.
3803
3804 2010-10-29  Julien Danjou  <julien@danjou.info>
3805
3806         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
3807         defalias.
3808         (gnus-summary-delete-marked-with): Remove obsolete defalias.
3809
3810         * gnus.el: Remove `gnus-nntp-service' variable.
3811         (gnus-secondary-servers): Make obsolete.
3812         (gnus-nntp-server): Make obsolete.
3813
3814         * gnus-start.el (gnus-1): Remove x-splash calls.
3815
3816         * gnus-ems.el (gnus-x-splash): Remove.
3817
3818         * gnus.el (gnus-group-startup-message): Simplify/update code.
3819
3820         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
3821         definition.
3822
3823         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
3824         capability before doing anything.
3825         (gnus-group-insert-group-line): Remove useless
3826         gnus-group-remove-excess-properties.
3827
3828 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3829
3830         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
3831
3832 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3833
3834         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
3835         config after reselecting.
3836
3837 2010-10-28  Julien Danjou  <julien@danjou.info>
3838
3839         * shr.el (shr-put-image): Use point even if only inserting text.
3840         (shr-put-image): Save excursion when inserting alt text on non-graphic
3841         display, so the behaviour is the same when we are on a graphic display.
3842
3843         * nnir.el (nnir-run-swish-e): Remove hyrex support.
3844
3845 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3846
3847         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
3848         (gnus-mime-copy-part): Check coding system, not charset.
3849         (gnus-mime-view-part-externally): Never remove part.
3850         (gnus-mime-view-part-internally): Don't remove part here.
3851         (gnus-article-part-wrapper): Make sure MIME tag is visible.
3852         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
3853         multipart/alternative.
3854
3855         * mm-decode.el (mm-display-part): Take optional arg `force'.
3856
3857 2010-10-26  Julien Danjou  <julien@danjou.info>
3858
3859         * gnus-group.el (gnus-group-default-list-level): Add this function to
3860         compute the default list level.
3861         (gnus-group-default-list-level): Add possibility to use a function.
3862
3863 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3864
3865         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
3866
3867         * gnus-group.el (gnus-group-completing-read)
3868         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
3869         gnus-replace-in-string.
3870
3871 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3872
3873         * shr.el (shr-tag-div): Add.
3874
3875         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
3876
3877 2010-10-25  Julien Danjou  <julien@danjou.info>
3878
3879         * gnus-util.el: Remove `gnus-with-local-quit'.
3880
3881         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
3882
3883 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3884
3885         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
3886         the original article buffer.
3887
3888 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3889
3890         * nnimap.el (nnimap-request-head): New function.
3891         (nnimap-request-move-article): Try to be slighly faster by not
3892         requesting the entire message when moving.
3893         (nnimap-transform-headers): Don't bug out on bodiless articles.
3894         (nnimap-send-command): Have no outstanding messages if the IMAP server
3895         doesn't support streaming.
3896         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
3897
3898 2010-10-24  Julien Danjou  <julien@danjou.info>
3899
3900         * message.el (message-default-headers): Fix type.
3901
3902 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3903
3904         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
3905         prefetching images.
3906
3907         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
3908         backend for unknown groups.  This is mainly useful for nnimap groups.
3909
3910         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
3911         group isn't covered by the agent.
3912
3913 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
3914
3915         * nnir.el (nnir-method-default-engines): New variable.
3916         (nnir-run-query): Use it.
3917         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
3918         (gnus-summary-nnir-goto-thread): Change group if needed.
3919
3920         * gnus-group.el (gnus-group-group-map): Add key binding for
3921         gnus-group-make-nnir-group.
3922
3923 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3924
3925         * shr.el (shr-tag-object): Add.
3926
3927         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
3928         original article buffer live.
3929         (gnus-summary-select-article-buffer):
3930         Mention gnus-widen-article-buffer.
3931
3932 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3933
3934         * shr.el (shr-tag-strong): Add.
3935
3936 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3937
3938         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
3939         group names.  They mess up the group buffer badly.
3940
3941         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
3942
3943         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
3944         instead of the summary one.
3945
3946 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3947
3948         * mml.el (mml-preview): Work properly when editing article.
3949
3950         * gnus-start.el (gnus-read-active-file-1): Don't add method to
3951         gnus-have-read-active-file if it's already been in.
3952
3953 2010-10-22  Tom Tromey  <tromey@redhat.com>
3954
3955         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
3956         gnus-group-completing-read.
3957
3958 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3959
3960         * message.el (message-mode-map): Don't bind M-; to comment region, to
3961         allow the global comment-dwim to work.
3962
3963 2010-10-21  Julien Danjou  <julien@danjou.info>
3964
3965         * message.el (message-setup-1): Allow message-default-headers to be a
3966         function.
3967
3968 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3969
3970         * shr.el (shr-tag-table): Simplify.
3971
3972 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3973
3974         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
3975         to avoid trying to snarf invalid stuff.
3976
3977         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
3978
3979         * gnus.el (gnus-message-archive-group): Quote value.
3980         (gnus-message-archive-group): Mark as changed.
3981
3982         * shr.el (shr-add-font): Don't put the font properties on the newline
3983         or the indentation.
3984
3985         * message.el (message-fix-before-sending): Change options when sending
3986         non-printable characters.
3987
3988         * gnus.el (gnus-message-archive-method): Change the default to
3989         monthly outgoing groups.
3990
3991         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
3992         that have gotten new numbers.
3993
3994         * nnimap.el (nnimap-request-replace-article): New function.
3995
3996 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3997
3998         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
3999         (nnrss-request-article): Don't use special html washing code.
4000
4001 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4002
4003         * shr.el (shr-tag-table): Remove useless nconc.
4004
4005 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4006
4007         * gnus-art.el (article-wash-html): Simplify and remove the charset
4008         stuff.  Use the normal html rendering code instead of the special html
4009         washing code.
4010
4011         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
4012         `gnus-w3m' symbols.
4013         (mm-text-html-washer-alist): Remove.
4014
4015         * mm-decode.el (mm-inline-text-html-renderer): Remove.
4016         (mm-inline-media-tests): Remove use.
4017         (mm-text-html-renderer): Change default to the `shr' symbol.
4018
4019         * mm-view.el (mm-inline-text-html): Remove use.
4020
4021         * gnus-art.el (gnus-blocked-images): New function.  Allow the
4022         `gnus-blocked-images' to be a function.
4023         (gnus-article-wash-function): Remove.
4024
4025 2010-10-20  Julien Danjou  <julien@danjou.info>
4026
4027         * spam.el (spam-list-of-processors): Mark as obsolete.
4028
4029         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
4030         (nnimap-insert-partial-structure): Fix boundary detection.
4031
4032 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
4033
4034         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
4035         run file-truename on remote files.  This can be expensive and even
4036         prevent one from editing drafts if some unrelated buffer has a stale
4037         connection.
4038
4039 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4040
4041         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
4042         kinsoku-eol regardless of shr-kinsoku-shorten.
4043         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
4044         (shr-tag-table): Support caption, thead, and tfoot.
4045
4046 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4047
4048         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
4049         lines.
4050         (shr-save-contents): New command and keystroke.
4051
4052         * nndoc.el (nndoc-type-alist): Add git support.
4053         (nndoc-git-type-p): New function.
4054         (nndoc-transform-git-article): Ditto.
4055         (nndoc-transform-git-headers): Ditto.
4056         (nndoc-transform-git-headers): Generate Subject headers.
4057
4058         * shr.el (shr-parse-style): New function.
4059         (shr-tag-span): Ditto.
4060
4061         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
4062         to `G G' to avoid collisions.
4063
4064 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4065
4066         * shr.el: Load kinsoku if necessary.
4067         (shr-kinsoku-shorten): New internal variable.
4068         (shr-find-fill-point): Make kinsoku shorten text line if
4069         shr-kinsoku-shorten is bound to non-nil.
4070         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
4071         shr-indentation too when testing if table is wider than frame width.
4072         (shr-insert-table): Use `string-width' instead of `length' to measure
4073         text width.
4074         (shr-insert-table-ruler): Make sure indentation is done at bol.
4075
4076 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4077
4078         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
4079         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
4080         undecoded network data.
4081
4082 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4083
4084         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
4085         name in the mode line spec so that the mode line menu works
4086         (bug #2431).
4087
4088         * message.el (message-get-reply-headers): If we're fed `to-address',
4089         then always use that.
4090
4091         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
4092         aren't so wide as to need to switch off the edit menu.
4093
4094         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
4095         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
4096
4097         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
4098         `M-g'.
4099         (nnimap-update-info): Update flags/read marks even if \* isn't part of
4100         the permanent marks.
4101
4102 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
4103
4104         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4105         Splitting according to references/in-reply-to obeys the ignore-groups
4106         variable, while splitting by sender and subject do not.
4107
4108 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4109
4110         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
4111         alist, so that we can look for non-Unicode chars.
4112         (article-translate-strings): Allow both character and string maps.
4113
4114 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4115
4116         * shr.el (shr-insert): Don't insert space behind a wide character
4117         categorized as kinsoku-bol, or between characters both categorized as
4118         nospace.
4119
4120 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
4121
4122         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
4123         headers to gnus-newsgroup-headers.
4124
4125 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4126
4127         * shr.el (shr-tag-img): Don't align images -- since we're not
4128         rescaling, this often leads to ugly displays.
4129
4130 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
4131
4132         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
4133         duplicates.
4134
4135 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
4136
4137         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
4138         call.
4139
4140 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4141
4142         * gnus.el: Autoload gnus-html-show-images.
4143
4144         * nnimap.el: Use nnheader-message throughout.
4145
4146         * shr.el (shr-tag-img): Ignore images with no data.
4147
4148 2010-10-15  Julien Danjou  <julien@danjou.info>
4149
4150         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
4151         a possibility to disable format=flow encoding when using hard newlines.
4152
4153 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4154
4155         * shr.el (shr-insert): Remove space inserted before or after a
4156         breakable character or at the beginning or the end of a line.
4157         (shr-find-fill-point): Do kinsoku; find the second best point or give
4158         it up if there's no breakable point.
4159
4160 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4161
4162         * nnimap.el (nnimap-open-connection): Message when opening connection
4163         for debugging purposes.
4164
4165         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
4166         on every setup buffer call to allow this to change from article to
4167         article.
4168
4169         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
4170         buffers where we have a wide table.
4171
4172 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
4173
4174         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
4175         uses *-request-thread.
4176
4177 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4178
4179         * nnimap.el (nnimap-open-connection): Remove %s from openssl
4180         incantation, which is no longer valid.
4181
4182 2010-10-14  Julien Danjou  <julien@danjou.info>
4183
4184         * shr.el: Fix defcustom type (char -> character).
4185
4186 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4187
4188         * nnimap.el (nnimap-open-connection): tls-program should be a list of
4189         programs.
4190
4191 2010-10-14  Julien Danjou  <julien@danjou.info>
4192
4193         * shr.el (shr-tag-a): Use url-link as widget type.
4194
4195         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
4196         `gnus-group-get-icon'.
4197
4198 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4199
4200         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
4201         This should make server editing work better.
4202
4203         * shr.el (shr-find-fill-point): Don't inloop on indented text.
4204
4205         * tls.el (tls-program): Remove spurious %s from openssl.
4206
4207         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
4208         (nnimap-parse-flags): Fix regexp.
4209
4210         * shr.el (shr-find-fill-point): Use a filling algorithm that should
4211         probably work for CJVK text, too.
4212
4213         * nnimap.el (nnimap-extend-tls-programs): Remove.
4214         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
4215
4216         * tls.el (tls-starttls-switches): Remove starttls hack.
4217         (open-tls-stream): Ditto.
4218         (tls-find-starttls-argument): Ditto.
4219
4220 2010-10-13  Julien Danjou  <julien@danjou.info>
4221
4222         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
4223         responses.
4224
4225 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4226
4227         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
4228
4229         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
4230         anything in Emacs.
4231
4232         * shr.el (shr-current-column): Remove buggy and unnecessary function.
4233
4234 2010-10-13  Julien Danjou  <julien@danjou.info>
4235
4236         * shr.el (shr-width): Make shr-width a defcustom with default to
4237         fill-column.
4238         (shr-tag-img): Use shr-width rather than fill-column.
4239
4240 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4241
4242         * dgnushack.el (byte-optimize-apply)
4243         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
4244
4245         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
4246         position when (X-)Faces exist.
4247         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
4248         avatars when called interactively.
4249
4250 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4251
4252         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
4253         gnus-article-x-face-too-ugly is bound.
4254
4255 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4256
4257         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
4258
4259         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
4260         mailbox that doesn't exist.
4261
4262 2010-10-12  Julien Danjou  <julien@danjou.info>
4263
4264         * shr.el (shr-tag-img): Encode URL properly when retrieving.
4265         (shr-get-image-data): Encode URL properly when fetching from cache.
4266         (shr-tag-img): Use aligned-to spaces to align correctly images.
4267
4268         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
4269         before inserting the Gravatar.
4270
4271         * shr.el (shr-tag-img): Add align attribute support for <img>.
4272
4273 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4274
4275         * gnus-gravatar.el (gnus-art): Require.
4276
4277         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
4278         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4279         Remove long obsoleted functions.
4280
4281 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4282
4283         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
4284
4285         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
4286
4287         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
4288         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
4289         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
4290         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
4291         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
4292         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
4293         * sieve-manage.el, smime.el, spam.el:
4294         Fix comment for declare-function.
4295
4296 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4297
4298         * nnimap.el (nnimap-request-rename-group): Select group read-only
4299         before renaming it.
4300
4301         * shr.el (shr-insert): Fix up the white space only regexp.
4302
4303         * nnimap.el (nnimap-transform-split-mail): Not all articles have
4304         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
4305
4306         * shr.el (shr-current-column): New function.
4307         (shr-find-fill-point): New function.
4308
4309 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4310
4311         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
4312         numbers.
4313
4314 2010-10-11  Julien Danjou  <julien@danjou.info>
4315
4316         * shr.el (shr-hr-line): Add.
4317         (shr-tag-hr): Use shr-hr-line to specify which character to use to
4318         display hr lines.
4319         (shr-max-columns): Do not change state to nil if we just inserting
4320         spaces.
4321
4322 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4323
4324         * gnus-topic.el (gnus-topic-read-group): If after the last group,
4325         select the last group.
4326
4327 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
4328
4329         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
4330
4331 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
4332
4333         * dig.el (dig-mode-map): Declare and define in one step.
4334
4335 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4336
4337         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
4338         for Gnus.
4339         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
4340         (nnimap-update-qresync-info): Mark \Seen articles as read.
4341
4342         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
4343         non-variable, too.
4344
4345         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
4346         available.
4347         (nnimap-update-info): Rely more on the current active than the param
4348         active to avoid marking articles as read too much.
4349
4350         * auth-source.el (auth-source-create): Use (user-login-name) for the
4351         user name default.
4352
4353         * nnimap.el (nnimap-update-info): If the server doesn't return any
4354         useful info, just use the previous info.
4355         (nnimap-update-info): Prefer old info over start-article.
4356         (nnimap-update-qresync-info): Finish implementing QRESYNC.
4357
4358 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
4359
4360         * nnir.el (autoload): Clean up autoloads.
4361         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
4362         Use key rather than value.
4363         (nnir-imap-search-other): New variable.
4364         (nnir-read-parm): Use it.
4365         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
4366         (gnus-summary-nnir-goto-thread): Modify to work with imap.
4367
4368 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4369
4370         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
4371         the process, too.
4372
4373 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4374
4375         * spam.el (gnus-summary-mode-map): Bind to "$".
4376         Suggested by Russ Allbery.
4377
4378         * shr.el: Rework the way things are indented by <li> slightly.
4379
4380         * gnus.el (gnus-group-set-parameter): Fix typo.
4381
4382         * nnimap.el: Start implementing QRESYNC support.
4383
4384 2010-10-09  Julien Danjou  <julien@danjou.info>
4385
4386         * nnir.el (nnir-engines): Fix too many arguments.
4387
4388 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4389
4390         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
4391         group is the "last", so that the backends like nnfolder actually save
4392         their folders.
4393
4394         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
4395         try to use that for the tls stream.
4396         (nnimap-retrieve-group-data-early): Rework the marks code to heed
4397         UIDVALIDITY and find out which groups are read-only and not.
4398         (nnimap-get-flags): Use the same marks parsing code as the rest of
4399         nnimap.
4400
4401 2010-10-09  Julien Danjou  <julien@danjou.info>
4402
4403         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
4404
4405         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
4406         retrieving gravatars.
4407
4408         * shr.el (shr-table-corner): Add.
4409         (shr-table-line): Add.
4410         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
4411
4412 2010-10-08  Julien Danjou  <julien@danjou.info>
4413
4414         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
4415
4416 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
4417
4418         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
4419
4420         * gnus-sum.el (gnus-mark-article-as-unread)
4421         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
4422         (gnus-summary-set-bookmark): Use it.
4423
4424         * gnus-msg.el (gnus-setup-message): Use it.
4425
4426         * gnus-demon.el (gnus-demon-remove-handler): Use it.
4427
4428         * gnus.el (gnus-group-remove-parameter): Use it.
4429
4430         * gnus-group.el (gnus-group-make-web-group): Use it.
4431
4432         * gnus-demon.el (gnus-demon-remove-handler): Use it.
4433
4434         * nnregistry.el: Update docs to mention manual.
4435
4436         * gnus-registry.el: Update docs to mention nnregistry.el.
4437         (gnus-registry-initialize): Don't install nnregistry refer method
4438         automatically.
4439         (gnus-registry-install-nnregistry): Remove it.
4440
4441 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4442
4443         * shr.el (shr-insert): Don't insert double spaces.
4444
4445 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4446
4447         * gnus-gravatar.el (gnus-treat-from-gravatar)
4448         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
4449         called interactively.
4450
4451         * gnus-art.el (gnus-mime-view-part-externally)
4452         (gnus-mime-view-part-internally): Make predicate function passed to
4453         gnus-mime-view-part-as-type assume argument is a mime type, not a list
4454         of a mime type.
4455
4456         * shr.el (shr-table-widths): Don't use cl function `reduce'.
4457
4458 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4459
4460         * shr.el (require): Require cl when compiling.
4461         (shr-tag-hr): New function.
4462
4463         * nnimap.el (nnimap-update-info): Remove double setting of high.
4464         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
4465         This makes nnimap work properly on Courier again.
4466
4467         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
4468         the variable for backwards compatibility.
4469
4470         * mm-decode.el (mm-save-part): If given a non-directory result, expand
4471         the file name before using to avoid setting mm-default-directory to
4472         nil.
4473
4474         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
4475         bidning gnus-agent variables.
4476
4477         * shr.el (shr-render-td): Use a cache for the table rendering function
4478         to avoid getting an exponential rendering behaviour in nested tables.
4479         (shr-insert): Rework the line-breaking algorithm.
4480         (shr-insert): Don't leave trailing spaces.
4481         (shr-insert-table): Also insert empty TDs.
4482         (shr-tag-blockquote): Ensure paragraphs after </ul>.
4483
4484 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4485
4486         * gnus-sum.el (gnus-number): Rename from `number'.
4487         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
4488         (gnus-summary-limit-children): Update uses correspondingly.
4489
4490 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4491
4492         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
4493         (gnus-gravatar-transform-address): Don't show avatars of people of
4494         which mail addresses match gnus-gravatar-too-ugly.
4495
4496 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4497
4498         * shr.el (shr-table-widths): Expand TD elements to fill available
4499         space.
4500
4501 2010-10-07  Julien Danjou  <julien@danjou.info>
4502
4503         * nnimap.el (nnimap-request-rename-group): Add this method.
4504
4505 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4506
4507         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
4508         name from XEmacs' function-arglist.
4509
4510         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
4511         gravatar under XEmacs.
4512
4513 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
4514
4515         * auth-source.el: Update docs with TODO items.
4516
4517         * gnus-sync.el: Update docs to explain state and plans.
4518
4519         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
4520         Hooks for mark updates.
4521         (gnus-request-set-mark, gnus-request-update-mark): Use them.
4522
4523         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
4524         hooks with arguments, which is needed for mark update hooks.
4525
4526 2010-10-06  Julien Danjou  <julien@danjou.info>
4527
4528         * gnus.el (gnus-expand-group-parameter): Only return and act on what
4529         was matched.
4530
4531         * sieve-manage.el: Update example in `Commentary'.
4532
4533         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
4534
4535         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
4536         not 2000.
4537         (sieve-manage-authenticate): Re-add function.
4538
4539 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4540
4541         * shr.el (shr-insert): Get 'space transition right.
4542         (shr-render-td): Only delete space at the end of the TD.
4543
4544         * nnimap.el (nnimap-open-connection): Prepare to support
4545         open-gnutls-stream.
4546
4547         * shr.el: Rearrange function order to be more logical.
4548
4549 2010-10-06  Julien Danjou  <julien@danjou.info>
4550
4551         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
4552         (nnrss-discover-feed): Remove 404 URL in docstring.
4553
4554         * nnir.el: Fix Swish-E URL.
4555         Fix Namazu URL.
4556
4557         * message.el (message-change-subject): Remove 404 URL in a comment.
4558
4559 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4560
4561         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
4562         called interactively.
4563
4564         * gnus-util.el (gnus-remove-if): Allow hash table.
4565         (gnus-remove-if-not): New function.
4566
4567         * gnus-art.el (gnus-mime-view-part-as-type)
4568         * gnus-score.el (gnus-summary-score-effect)
4569         * gnus-sum.el (gnus-read-move-group-name):
4570         Replace remove-if-not with gnus-remove-if-not.
4571
4572         * gnus-group.el (gnus-group-completing-read):
4573         Regard collection as a hash table if it is not a list.
4574
4575 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4576
4577         * shr.el (shr-render-td): Allow blank/missing <TD>s.
4578
4579         * shr.el: Document the table-rendering algorithm.
4580
4581 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4582
4583         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
4584         for Emacsen having no `libxml-parse-html-region' support.
4585
4586 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4587
4588         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
4589         invalid URLs.
4590
4591         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
4592         line-broken.
4593         (shr-tag-img): Ignore image fetching errors.
4594         (shr-overlays-in-region): Compute overlay positions correctly.
4595
4596         * mm-decode.el (mm-shr): Require shr.
4597
4598         * gnus-art.el (gnus-blocked-images): Move variable here.
4599
4600         * shr.el (shr-insert-table): Bind free variable.
4601
4602         * mm-decode.el (mm-shr): Bind shr-content-function.
4603
4604         * shr.el (shr-content-function): New variable.
4605
4606         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
4607         added for symmetry.
4608
4609         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
4610
4611         * gnus-group.el (gnus-group-make-group): Doc fix.
4612
4613         * nnimap.el (nnimap-request-newgroups): Return success.
4614
4615         * shr.el (shr-find-elements): New function.
4616         (shr-tag-table): Put all the images after the table.
4617         (shr-tag-table): Really inhibit images inside the table.
4618         (shr-collect-overlays): Copy over overlays from the TD elements to the
4619         main document.
4620
4621         * mm-decode.el (mm-shr): Bind shr-blocked-images to
4622         gnus-blocked-images.
4623
4624 2010-10-05  Julien Danjou  <julien@danjou.info>
4625
4626         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
4627
4628         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
4629         (gnus-html-maximum-image-size): Add this function.
4630         (gnus-html-put-image): Use gnus-html-maximum-image-size.
4631
4632         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
4633         server-value of the capability is nil.
4634
4635 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4636
4637         * shr.el (shr-tag-em): Add <EM> tag.
4638
4639 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
4640
4641         * sieve-manage.el (sieve-manage-default-stream): Make default stream
4642         customizable.
4643
4644         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
4645         handing broken links to browse-url.
4646
4647 2010-10-05  Julien Danjou  <julien@danjou.info>
4648
4649         * gnus-util.el (gnus-emacs-completing-read)
4650         (gnus-iswitchb-completing-read): Use autoload rather than require.
4651
4652 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4653
4654         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
4655         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
4656         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
4657         iswitchb-temp-buflist for XEmacs.
4658
4659         * gnus-util.el (gnus-completing-read-function): Exclude
4660         gnus-icompleting-read and gnus-ido-completing-read from candidates for
4661         XEmacs since iswitchb.el is very old and ido.el is unavailable in
4662         XEmacs.
4663
4664         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
4665         not to use `delete-dups' that is unavailable in XEmacs 21.4.
4666
4667         * gnus-html.el: Don't require help-fns under XEmacs.
4668         (gnus-html-schedule-image-fetching): Work for XEmacs.
4669
4670         * mm-decode.el (mm-shr): Decode contents by charset.
4671
4672 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4673
4674         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
4675         unknown.
4676
4677         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
4678         (shr-get-image-data): Ensure against the cache file missing.
4679
4680         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
4681         for data.
4682
4683         * spam-report.el (spam-report-url-ping-plain): Don't query about
4684         killing the process.
4685
4686         * shr.el (shr-render-td): Protect against too-wide text.
4687
4688 2010-10-04  Julien Danjou  <julien@danjou.info>
4689
4690         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
4691         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
4692
4693         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
4694         retrieved.
4695
4696 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4697
4698         * shr.el (browse-url): Require.
4699         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
4700         lines.
4701         (shr-show-alt-text, shr-browse-image): New commands.
4702         (shr-browse-url, shr-copy-url): New commands.
4703
4704         * gnus-sum.el (gnus-widen-article-window): New variable.
4705         (gnus-summary-select-article-buffer): Use it.
4706
4707         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
4708         without @ signs.
4709
4710 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4711
4712         * nnir.el (nnir-run-imap): Remove spurious space in search string.
4713
4714 2010-10-04  Julien Danjou  <julien@danjou.info>
4715
4716         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
4717         for XEmacs.
4718
4719 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4720
4721         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
4722
4723         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
4724         (nnimap-close-server): Implement.
4725
4726         * dgnushack.el (iswitchb): Require to shut up the compiler.
4727
4728         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
4729         (shr-insert): Tweak line breaking.
4730         (shr-insert): Handle <pre> better.
4731         (shr-tag-li): Get <li> indentation right.
4732         (shr-tag-li): Get <li> indentation even righter.
4733         (shr-tag-blockquote): Ensure paragraph start.
4734         (shr-make-table): Tweak table generation.
4735         (shr-make-table): Fix typo.
4736
4737         * shr.el: Implement table rendering.
4738
4739 2010-10-04  Julien Danjou  <julien@danjou.info>
4740
4741         * gnus-html.el (gnus-html-put-image): Fix resize image code.
4742
4743 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4744
4745         * shr.el (shr-insert): Use string anchors instead of line anchors.
4746
4747 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4748
4749         * shr.el: Add headings.
4750         (shr-ensure-paragraph): Actually work.
4751         (shr-tag-li): Make <ul> prettier.
4752         (shr-insert): Get white space at the beginning/end of elements right.
4753         (shr-tag-p): Collapse subsequent <p>s.
4754         (shr-ensure-paragraph): Don't insert double line feeds after blank
4755         lines.
4756         (shr-insert): \t is also space.
4757         (shr-tag-s): Fix "s" tag name function.
4758         (shr-tag-s): Fix face prop name.
4759
4760 2010-10-03  Julien Danjou  <julien@danjou.info>
4761
4762         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
4763
4764         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
4765         gnus-window-inside-pixel-edges.
4766
4767         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
4768         gnus-ems.
4769
4770         * mm-view.el (mm-inline-image-emacs): Support image resizing.
4771
4772         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
4773         function.
4774
4775         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
4776         resize choice.
4777
4778 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4779
4780         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
4781         beginning of the buffer.
4782
4783         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
4784         article buffer again.
4785
4786         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
4787
4788         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
4789         when it's at the start of the buffer.
4790
4791         * shr.el (shr-tag-blockquote): Convert name.
4792         (shr-rescale-image): Use the right image-size variant.
4793
4794         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
4795         buffer isn't shown, then select the current article first instead of
4796         bugging out.
4797         (gnus-summary-select-article-buffer): Show both the article and summary
4798         buffers again.
4799
4800         * shr.el (shr-fontize-cont): Protect against regions with no text.
4801         Rename tag functions to shr-tag-* for enhanced security.
4802         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
4803
4804 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
4805
4806         * shr.el (shr-insert):
4807         * pop3.el (pop3-movemail):
4808         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
4809         loaded.
4810
4811 2010-10-03  Glenn Morris  <rgm@gnu.org>
4812
4813         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
4814
4815         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
4816
4817         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
4818
4819         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
4820
4821         * gnus-util.el (gnus-make-local-hook): Simplify.
4822
4823 2010-10-02  Julien Danjou  <julien@danjou.info>
4824
4825         * gnus-util.el (gnus-iswitchb-completing-read): New function.
4826         (gnus-ido-completing-read): New function.
4827         (gnus-emacs-completing-read): New function.
4828         (gnus-completing-read): Use gnus-completing-read-function.
4829         Add gnus-completing-read-function.
4830
4831 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4832
4833         * shr.el (shr-insert-document): Autoload.
4834         (shr-img): Be silent.
4835         (shr-insert): Add a newline after every picture before text.
4836         (shr-add-font): Use overlays for combining faces.
4837         (shr-insert): Pass upwards the text start point.
4838
4839         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
4840         possible.
4841         (mm-shr): New function.
4842
4843 2010-10-02  Julien Danjou  <julien@danjou.info>
4844
4845         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
4846         should go backward.
4847
4848 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
4849
4850         * shr.el (shr): Fix typo in provide call.
4851
4852 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4853
4854         * shr.el: New file.
4855
4856         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
4857
4858         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
4859         completing read.
4860
4861 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4862
4863         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
4864         we're being queried about.  Suggested by Dan Jacobson.
4865
4866         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
4867         Suggested by Jason Eisner.
4868
4869         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
4870         table, too.  Suggested by Stefan Wiens.
4871         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
4872         the table unnecessary.  Suggested by Stefan Wiens.
4873
4874         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
4875         longer needed, and probably doesn't work either, as pointed out by
4876         Stefan Wiens.
4877         (gnus-summary-exit): Remove call to the clearing function.
4878         (gnus-summary-exit-no-update): Ditto.
4879
4880         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
4881         instead of gnus-eval-in-buffer-window to avoid popping up frames.
4882         Reported by Stefan Monnier.
4883         (gnus-summary-save-in-rmail): Ditto.
4884
4885         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
4886         article buffer, instead of both the article buffer and the summary
4887         buffer.  Sort of suggested by Dan Jacobson.
4888
4889         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
4890
4891         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
4892         Suggested by Dan Jacobson.
4893
4894         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
4895         documentation clearer.
4896
4897         * message.el (message-shorten-references): Comment on the number "21".
4898         Suggested by Stefan Monnier.
4899
4900         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
4901         Suggested by Dan Jacobson.
4902
4903         * gnus.el (gnus-large-newsgroup):
4904         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
4905
4906         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
4907         externalize attachments.  Bug reported by Steve Wen.
4908
4909         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
4910         really message anything to the user.
4911
4912         * nnmail.el (nnmail-article-group): Allow using the fancy split method
4913         directly.
4914
4915         * nnimap.el (nnimap-request-group): Low higher than high to signal no
4916         messages in empty groups.
4917
4918 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
4919
4920         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
4921         non-UIDNEXT group.
4922
4923 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4924
4925         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
4926         not the value from the collection.
4927
4928         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
4929         values.  This sometimes happens on some groups that have no info.
4930         (nnimap-request-newgroups): New function.
4931
4932 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
4933
4934         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
4935         check into `gnus-registry-initialize'.
4936         (gnus-registry-initialize): Ditto.
4937         Fix and extend header docs.
4938
4939 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4940
4941         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
4942         regexp backtrace overflows.
4943
4944         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
4945         for starttls that tls.el implements; i.e. openssl.
4946
4947         * tls.el (tls-starttls-switches): Give up on using starttls with
4948         gnutls-cli.
4949         (tls-program): Add --insecure to be consistent with the defaults from
4950         openssl s_client.  Now all three commands are insecure.
4951
4952 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4953
4954         * lpath.el: Bind completion-styles-alist for XEmacs.
4955
4956         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
4957         (gravatar-create-image): New function that's an alias to
4958         gnus-xmas-create-image, gnus-create-image, or create-image.
4959         (gravatar-data->image): Use it.
4960
4961 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
4962
4963         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
4964         install the nnregistry refer method.
4965         (gnus-registry-install-hooks): Use it.
4966         (gnus-registry-unfollowed-groups): Add nnmairix to the default
4967         unfollowed groups.
4968
4969 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
4970
4971         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
4972         expanding threads.
4973
4974 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4975
4976         * nnir.el: Use the server names without suffixes (bug #7009).
4977
4978         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
4979         unencrypted to STARTTLS, if possible.
4980
4981 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4982
4983         * message.el (message-ignored-supersedes-headers): Strip Injection-*
4984         headers before superseding.
4985
4986 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4987
4988         * nnrss.el (nnrss-use-local): Add documentation.
4989
4990         * nnimap.el (nnimap-extend-tls-programs): New function.
4991         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
4992         (nnimap-wait-for-connection): Accept the greeting from the stupid
4993         output from openssl s_client -starttls, too.
4994
4995         * tls.el (tls-starttls-switches): New variable.
4996         (tls-find-starttls-argument): Use it.
4997         (open-tls-stream): Ditto.
4998
4999         * netrc.el (netrc-credentials): Return the value of the "default" entry.
5000         (netrc-machine): Ditto.
5001
5002         * nnimap.el (nnimap-find-article-by-message-id): Really return the
5003         article number.
5004         (nnimap-split-fancy): New variable.
5005         (nnimap-split-incoming-mail): Use it.
5006
5007         * nntp.el (nntp-server-list-active-group): Document.
5008
5009         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
5010         SELECT to get the message-id.
5011
5012         * mail-source.el (mail-sources): Remove webmail support.
5013         (defvar): Ditto.
5014         (mail-source-fetcher-alist): Ditto.
5015         (mail-source-fetch-webmail): Remove.
5016
5017         * webmail.el: Remove -- doesn't seem relevant any more.
5018
5019         * gnus.el: Fix up make-obsolete-variable declarations throughout.
5020
5021         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
5022         the \r.
5023
5024 2010-09-30  Julien Danjou  <julien@danjou.info>
5025
5026         * gnus-agent.el (gnus-agent-add-group): Fix call to
5027         gnus-completing-read.
5028
5029 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5030
5031         * nndoc.el (nndoc-retrieve-groups): New function.
5032
5033         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
5034         `default', use nnmail-split-methods.
5035         (nnimap-request-article): Downcase the NILs so that they are nil.
5036
5037         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
5038         symbol.
5039
5040         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
5041         code, since if the user has requested network, that's what they ought
5042         to get.
5043         (nnimap-request-set-mark): Erase the buffer before issuing commands.
5044         (nnimap-split-rule): Mark as obsolete.
5045
5046         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
5047         New variable.
5048
5049         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
5050         correct slot, too.
5051
5052 2010-09-29  Julien Danjou  <julien@danjou.info>
5053
5054         * gnus.el (gnus-local-domain): Declare variable obsolete.
5055
5056         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
5057         Fix history computing.
5058         (gnus-ido-completing-read): Require ido.
5059
5060 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5061
5062         * gnus-registry.el: Don't prompt on load, which makes it impossible to
5063         build Gnus.
5064
5065         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
5066         when interpreting the structures.
5067         (nnimap-request-accept-article): Add \r\n to the lines to make this
5068         work with Cyrus.
5069
5070         * nndraft.el (nndraft-request-expire-articles): Use the group name
5071         instead if "nndraft".  Fix found by Nils Ackermann.
5072
5073 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
5074
5075         * nnregistry.el: Add.
5076
5077 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5078
5079         * nnmail.el (group, group-art-list, group-art):
5080         Remove unneeded directives.
5081
5082 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5083
5084         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
5085         (mm-mime-charset)
5086         * rfc2047.el (rfc2047-syntax-table)
5087         * utf7.el (utf7-utf-16-coding-system): Comment fix.
5088
5089         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
5090         rather than `insert-file-contents' and `eval-region'.
5091
5092         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
5093         construction.
5094
5095         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
5096
5097         * time-date.el: No need to require cl for Emacs 21.
5098
5099 2010-09-29  Julien Danjou  <julien@danjou.info>
5100
5101         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
5102         replacement of `gnus-gravatar-relief' to mimic
5103         `gnus-faces-properties-alist'.
5104         Add :version property.
5105
5106 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5107
5108         * mail-source.el (mail-source-report-new-mail)
5109         * message.el (message-default-mail-headers)
5110         * mm-decode.el (mm-valid-image-format-p): Comment fix.
5111
5112         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
5113
5114 2010-09-28  Julien Danjou  <julien@danjou.info>
5115
5116         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
5117         mail-address contains the same string as real-name.
5118
5119         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
5120         non-blank in header, otherwise it'll get stripped.
5121
5122         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
5123         real-name, and then for mail address rather than doing : or , search.
5124
5125 2010-09-27  Julien Danjou  <julien@danjou.info>
5126
5127         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
5128         right completing-read function.
5129         (gnus-use-ido): New variable
5130         (gnus-completing-read-with-default): Remove.
5131         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
5132         (gnus-agent-add-group):
5133         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
5134         * mm-view.el (mm-view-pkcs7-decrypt):
5135         * mm-util.el (mm-codepage-setup):
5136         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
5137         * mml-smime.el (mml-smime-openssl-sign-query):
5138         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
5139         (mml-insert-multipart):
5140         * gnus-msg.el (gnus-summary-yank-message):
5141         * gnus-int.el (gnus-start-news-server):
5142         * mm-decode.el (mm-interactively-view-part):
5143         * gnus-dired.el (gnus-dired-attach):
5144         * gnus.el (gnus-read-method):
5145         * gnus-bookmark.el (gnus-bookmark-jump):
5146         * gnus-art.el (gnus-mime-view-part-as-type)
5147         (gnus-mime-action-on-part, gnus-article-encrypt-body):
5148         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
5149         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
5150         * nnmairix.el (nnmairix-create-server-and-default-group)
5151         (nnmairix-update-groups, nnmairix-get-server)
5152         (nnmairix-backend-to-server, nnmairix-goto-original-article)
5153         (nnmairix-get-group-from-file-path):
5154         * nnrss.el (nnrss-find-rss-via-syndic8):
5155         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
5156         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
5157         (gnus-group-browse-foreign-server):
5158         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
5159         (gnus-summary-execute-command, gnus-summary-respool-article)
5160         (gnus-read-move-group-name):
5161         * gnus-score.el (gnus-summary-increase-score)
5162         (gnus-summary-score-effect):
5163         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
5164
5165 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5166
5167         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
5168         x-focus-frame.
5169
5170         * nnimap.el (auth-source-forget-user-or-password)
5171         (auth-source-user-or-password): Autoload.
5172
5173         * message.el (message-from-style, message-interactive)
5174         (message-cite-prefix-regexp, message-sendmail-envelope-from)
5175         (message-yank-prefix, message-indentation-spaces, message-signature)
5176         (message-signature-file): Add comment.
5177
5178 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5179
5180         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
5181         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
5182         new articles.
5183
5184         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
5185         parts.
5186         (nnimap-request-article): Work with the t setting, too.
5187
5188         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
5189         that you don't get flashes of other buffers.
5190         (gnus-summary-show-complete-article): Intern before setting.
5191
5192 2010-09-27  David Engster  <dengste@eml.cc>
5193
5194         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
5195         well as HEADERS.
5196         (nnmairix-retrieve-headers): Provide new argument for the above.
5197
5198 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5199
5200         * gnus-sum.el (gnus-summary-move-article): Don't alter
5201         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
5202         group.
5203
5204         * nnimap.el (nnimap-update-info): Don't destructively alter active.
5205
5206         * message.el (message-cite-prefix-regexp): Revert my last edit.
5207
5208         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
5209         variable instead of the Gnus variable.
5210
5211         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
5212
5213         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
5214
5215         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
5216         since some servers don't like it.
5217         (nnimap-open-connection): Forget credentials if the server says the
5218         password was wrong.
5219         (nnimap-parse-line): Protect against invalid data.
5220
5221         * gnus-sum.el (gnus-summary-move-article): Add comment.
5222         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
5223         nothing alters it while scanning for new messages.
5224
5225         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
5226         which may or may not help.
5227         (nnimap-open-connection): If we're doing a stream connection, and then
5228         discover we're on a STARTTLS-capable server, then open a STARTTLS
5229         connection instead.
5230
5231 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5232
5233         * nnimap.el (utf7): Require.
5234
5235         * message.el (message-cite-prefix-regexp): Remove "}" from citation
5236         prefix.
5237
5238 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
5239
5240         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
5241
5242 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5243
5244         * nnimap.el (nnimap-request-accept-article): Message the error on
5245         error.
5246
5247 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5248
5249         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
5250
5251 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5252
5253         * nndoc.el (nndoc-request-list): Return success always.
5254
5255         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
5256         `fetch-old' -- we only want to fetch the articles we've requested.
5257         The rest are in the agent, probably.
5258         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
5259         disappeared server" to something low.  It's not important.
5260
5261         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
5262         arrived before the FETCH data.
5263
5264         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
5265         target here, because we don't know the Gnus name of the group.
5266
5267         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
5268         for the correct group.
5269
5270         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
5271
5272         * gnus.el (gnus): Give a final warning after startup.
5273
5274         * gnus-util.el (gnus-action-message-log): New variable.
5275         (gnus-message): Use it.
5276         (gnus-final-warning): New function.
5277
5278         * nnimap.el (nnimap-open-connection): Record the greeting.
5279         (nnimap): Add greeting.
5280
5281 2010-09-26  Julien Danjou  <julien@danjou.info>
5282
5283         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
5284         arguments.
5285         (gnus-html-wash-images): Fix spec computing to include start/end.
5286
5287         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
5288
5289 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5290
5291         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
5292         deletion.
5293         (nnimap-retrieve-headers): Don't select the group, because that's
5294         already done by nnimap-possibly-change-group.
5295
5296         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
5297         (gnus-picon-transform-address): Use it.
5298
5299         * mail-source.el (mail-source-value): Revert previous patch.
5300
5301         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
5302         on failure.
5303         (nnimap-open-connection): Look up both virtual and physical server name
5304         credentials.
5305
5306         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
5307
5308 2009-02-07  Dave Love  <fx@gnu.org>
5309
5310         * tls.el (open-tls-stream): Don't query killing process.
5311
5312 2009-02-08  Dave Love  <fx@gnu.org>
5313
5314         * gnus-win.el (gnus-window-to-buffer-helper)
5315         (gnus-all-windows-visible-p): Function needn't be a symbol.
5316
5317         * mail-source.el (mail-source-value): Function needn't be a symbol.
5318
5319 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5320
5321         * message.el (message-cite-prefix-regexp): Remove } from the cite
5322         prefix.
5323
5324         * gnus-art.el (gnus-treatment-function-alist): Do picons before
5325         highlight again, so that the highlight is correct.
5326
5327         * gnus-picon.el (gnus-picon): Remove again.
5328         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
5329
5330         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
5331         doing the header highlightling, so that the background colour of the
5332         picon is correct.
5333
5334         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
5335         (gnus-picon): Ditto.
5336         (gnus-picon): Reinstate.  The background colour for picons is white.
5337         (gnus-picon-insert-glyph): Make the background white.
5338
5339         * nnml.el (nnml-open-nov): Don't return dead buffers.
5340
5341         * auth-source.el (auth-source-create): Query the user for whether to
5342         store the credentials.
5343
5344         * netrc.el (netrc-store-data): New function.
5345
5346         * auth-source.el (auth-source-user-or-password): Use the existing auth
5347         sources, if any, for creation.
5348
5349         * gnus.el (gnus-group-fast-parameter): Return the last matching
5350         parameter instead of the first matching parameter.
5351
5352 2010-09-26  Julien Danjou  <julien@danjou.info>
5353
5354         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
5355
5356 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5357
5358         * mml2015.el (mml2015-use): Remove gpg support.
5359
5360         * mml1991.el (mml1991-function-alist): Remove gpg function.
5361         (mml1991-gpg-sign): Remove.
5362
5363 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
5364
5365         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
5366         (gnus-browse-unsubscribe-current-group): Document it.
5367         (gnus-browse-unsubscribe-group): Use it.
5368
5369 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5370
5371         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
5372         address to the To list for easier response.
5373
5374         * gnus.el (gnus-play-startup-jingle): Remove.
5375         (gnus-splash): Don't play jingle.
5376         (gnus): Silence gnus-load message.
5377
5378         * gnus-art.el (gnus-treat-play-sounds): Remove.
5379
5380         * gnus.el (gnus-play-jingle): Remove audio support.
5381
5382         * gnus-cus.el (gnus-score-customize): Remove audio reference.
5383
5384         * earcon.el: Remove -- no users.
5385
5386         * gnus-audio.el: Remove -- no users of this package.
5387
5388         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
5389
5390         * gnus-start.el (gnus-setup-news): Remove nocem support.
5391
5392         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
5393
5394         * gnus.el (gnus-use-nocem): Remove.
5395
5396         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
5397         Remove.
5398
5399         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
5400         uses NoCeM any more.
5401
5402         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
5403         (gnus-button-ctan-handler): Ditto.
5404         (gnus-button-handle-ctan-bogus-regexp): Ditto.
5405         (gnus-button-ctan-directory-regexp): Ditto.
5406         (gnus-button-handle-ctan): Ditto.
5407         (gnus-button-tex-level): Ditto.
5408         (gnus-button-alist): Remove CTAN stuff.
5409
5410 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5411
5412         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
5413         nnimap-streaming test.
5414
5415         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
5416         servers twice.
5417
5418         * nnimap.el (nnimap-open-connection): Add more error reporting when
5419         nnimap fails early.
5420
5421         * nnheader.el (nnheader-get-report-string): New function.
5422         (nnheader-get-report): Use it.
5423
5424         * gnus-int.el (gnus-check-server): Say what the error was when opening
5425         failed.
5426
5427         * nnimap.el (nnimap-wait-for-response): Search further when we're not
5428         using streaming.
5429
5430 2010-09-25  Julien Danjou  <julien@danjou.info>
5431
5432         * gnus-html.el (gnus-html-rescale-image): Use our defalias
5433         gnus-window-inside-pixel-edges.
5434
5435 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5436
5437         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
5438
5439         * mm-decode.el (mm-save-part): Allow saving to other directories the
5440         normal Emacs way.
5441
5442         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
5443         Suggested by Jay Berkenbilt.
5444
5445         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
5446         there isn't a single byte.
5447
5448         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
5449         just do it.  It doesn't really seem to matter what the user responds
5450         here, I think, so it's just a confusing question.
5451
5452         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
5453         non-streaming case.
5454
5455         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
5456         (gnus-article-encrypt-body): Use it.
5457
5458         * gnus-sum.el (gnus-summary-show-complete-article): New command and
5459         keystroke.
5460
5461         * nnimap.el (nnimap-find-wanted-parts-1):
5462         Use gnus-fetch-partial-articles.
5463
5464         * gnus-art.el (gnus-fetch-partial-articles): New variable.
5465
5466         * nnimap.el (nnimap-insert-partial-structure): New function.
5467         (nnimap-get-partial-article): New function.
5468         (nnimap-request-article): Use it.
5469         (nnimap-wait-for-response): Return whether the wait was successful.
5470         (nnimap-finish-retrieve-group-infos): Don't do anything if the
5471         retrieval wasn't successful.
5472         (nnimap-retrieve-group-data-early): Allow throttling servers.
5473         (nnimap-streaming): New variable.
5474         (nnimap-fetch-partial-articles): Remove.
5475
5476         * mm-decode.el (mm-with-part): Protect against killed buffers.
5477
5478         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
5479         for prettier summary display.
5480
5481 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
5482
5483         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
5484
5485 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5486
5487         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
5488         apparently third-party libraries depend on it.
5489
5490         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
5491         before starting negotiation.
5492
5493         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
5494         privacy reasons.
5495         (gnus-treat-mail-gravatar): Ditto.
5496
5497         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
5498         buffer when inserting images.  Inserting text into the headers, for
5499         instance, can make them invalid.
5500
5501 2010-09-25  Julien Danjou  <julien@danjou.info>
5502
5503         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
5504         variables.
5505
5506         * nnheader.el: Remove useless variables news-reply-yank-from and
5507         news-reply-yank-message-id.
5508
5509         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
5510         variables.
5511
5512         * mml1991.el: Remove useless mml1991-verbose.
5513
5514         * gnus.el: Remove useless variable gnus-use-generic-from.
5515         Remove obsolete variable gnus-topic-indentation.
5516
5517         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
5518
5519         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
5520
5521         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
5522
5523         * gnus-group.el: Remove useless gnus-group-icon-cache.
5524         Remove useless gnus-ephemeral-group-server.
5525
5526         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
5527
5528         * mml2015.el: Remove useless mml2015-verbose.
5529
5530         * mml-smime.el: Remove useless mml-smime-verbose.
5531
5532         * gnus.el: Remove useless gnus-local-domain.
5533
5534         * gnus-gravatar.el (gnus-gravatar-transform-address):
5535         Use gnus-gravatar-size.
5536
5537         * gnus-art.el: Remove useless gnus-treat-translate.
5538
5539 2010-09-24  Julien Danjou  <julien@danjou.info>
5540
5541         * gnus-sum.el: Add support for Gravatars.
5542
5543         * gnus-art.el: Add support for Gravatars.
5544
5545         * gnus-gravatar.el: Add this file.
5546
5547         * gravatar.el: Add this file.
5548
5549 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5550
5551         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
5552
5553         * gnus-group.el (gnus-group-fetch-faq): Remove.
5554
5555         * gnus.el (gnus-group-faq-directory): Remove.
5556
5557         * gnus-group.el (gnus-group-fetch-charter): Remove.
5558
5559         * gnus.el (gnus-group-charter-alist): Remove.
5560
5561         * gnus-group.el (gnus-group-archive-directory): Remove.
5562         (gnus-group-recent-archive-directory): Ditto.
5563         (gnus-group-make-archive-group): Remove.
5564
5565         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
5566
5567         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
5568         use the same article number for all the cached articles.
5569
5570         * nnimap.el (nnimap-command): Register the last command time so
5571         that we can use it for idling NOOPs.
5572         (nnimap-open-connection): Start the keeplive timer.
5573         (nnimap-make-process-buffer): Store all the process buffers.
5574         (nnimap-keepalive): New function.
5575
5576         * starttls.el (starttls-open-stream): Add autoload cookie.
5577
5578 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
5579
5580         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
5581         handling.
5582
5583 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5584
5585         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
5586         its data structures.
5587
5588         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
5589         instead of the cl.el copy-list.
5590         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
5591         equalp.
5592
5593 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5594
5595         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
5596         and tool-bar-local-item-from-menu.
5597
5598         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
5599         mode-line-highlight face for Emacs.
5600
5601         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
5602         loading gnus-sum.elc; fix comment for canlock-verify.
5603         (gnus-article-jump-to-part): Use read-number.
5604         (gnus-insert-mime-button, gnus-insert-mime-security-button):
5605         Remove Emacs pre-21 compatible code for help-echo.
5606         (gnus-article-next-page-1): No need to adjust the number of lines.
5607         (gnus-article-describe-bindings): Always use help-buffer.
5608
5609         * gnus-audio.el (gnus-audio-inline-sound)
5610         * gnus-cus.el (gnus-custom-mode)
5611         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
5612
5613         * gnus-sum.el (gnus-remove-overlays): Doc fix.
5614
5615         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
5616         compatible code.
5617
5618 2010-09-24  Glenn Morris  <rgm@gnu.org>
5619
5620         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
5621         visiting the fcc file in rmail-mode.
5622
5623         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
5624
5625 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5626
5627         * nnir.el: Silence the byte compiler.
5628
5629         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
5630         alias to browse-url-url-encode-chars if any.
5631         (gnus-html-encode-url): Use it.
5632
5633 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5634
5635         * gnus-start.el (gnus-use-backend-marks): New variable.
5636         (gnus-get-unread-articles-in-group): Use it.
5637
5638         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
5639         makeover.
5640
5641 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
5642
5643         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
5644
5645 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5646
5647         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
5648         Remove.
5649         (gnus-setup-news-hook):
5650         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
5651
5652         * gnus-int.el (gnus-request-update-info): Protect against backends not
5653         having the function.
5654
5655         * nnimap.el (nnimap-stream): Mention starttls.
5656         (nnimap-open-connection): Add starttls support.
5657
5658 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
5659
5660         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
5661
5662 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5663
5664         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
5665         BODYSTRUCTUREs.
5666         (nnimap-transform-headers): Unfold quoted {42} headers.
5667
5668         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
5669         the info.
5670         (gnus-get-unread-articles): Only call updatep on backends that support
5671         it.
5672
5673         * nnweb.el (nnweb-request-update-info): NOOP.
5674
5675         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
5676
5677         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
5678         since it only deals with marks.
5679
5680         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
5681         gnus-request-marks, and make a new gnus-request-update-info.
5682
5683         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
5684         the active instead of the high number, which is usually too low.
5685
5686 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
5687
5688         * netrc.el (netrc-parse): Remove encrypt.el mentions.
5689         * encrypt.el: Remove.
5690
5691 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5692
5693         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
5694         server in symbolic form.
5695
5696         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
5697
5698 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5699
5700         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
5701         (nnimap-update-info): Fix up code slightly.
5702
5703         * gnus-int.el (gnus-open-server): Add tracing for performance
5704         debugging.
5705
5706         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
5707         (gnus-group-insert-group-line): Pass the real group name so that it
5708         gets the right data.
5709
5710         * gnus-start.el (gnus-get-unread-articles): Don't have
5711         `gnus-get-unread-articles-in-group' update info, since that can be
5712         really slow and doesn't seem to be needed?
5713
5714 2010-09-22  Dan Christensen  <jdc@uwo.ca>
5715
5716         * time-date.el (date-to-time): Try using parse-time-string first before
5717         using the slower timezone-make-date-arpa-standard.
5718
5719 2010-09-22  Julien Danjou  <julien@danjou.info>
5720
5721         * gnus-group.el (gnus-group-insert-group-line):
5722         Call gnus-group-highlight-line.
5723         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
5724         default hook list.
5725         (gnus-group-update-eval-form): Add new function.
5726         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
5727         (gnus-group-get-icon): Use gnus-group-update-eval-form.
5728
5729 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5730
5731         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
5732         immediate, then expire all articles.
5733         (nnimap-update-info): Fix off-by-one errors.
5734         (nnimap-flags-to-marks): Would return no marks lists for group with no
5735         flags.  Instead return the other data.
5736
5737 2010-09-22  Julien Danjou  <julien@danjou.info>
5738
5739         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
5740         Only return an icon.
5741         (gnus-group-insert-group-line): Compute icon to return.
5742
5743         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
5744         (gnus-html-image-fetched): Only cache if
5745         gnus-html-image-automatic-caching is set.
5746         (gnus-html-image-fetched): Check for errors.
5747
5748 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5749
5750         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
5751         once per method on `g'.  This ensures that backends like nnfolder don't
5752         open all their folders.
5753
5754         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
5755         (nnimap-request-list): Nix out group in the correct buffer.
5756         (nnimap-parse-flags): Implement by using `read' instead of
5757         hand-parsing.
5758         (nnimap-flags-to-marks): Pass on permanent-flags.
5759         (nnimap-make-process-buffer): Record the server name.
5760         (nnimap-parse-flags): Fix typo.
5761         (nnimap-request-scan): Run split on the server in general, not just a
5762         single group.
5763
5764         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
5765         parameter, and propagate this downwards.
5766
5767         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
5768         since EXAMINE changes it on the server.
5769
5770         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
5771         this command might take a while.
5772
5773 2010-09-22  Julien Danjou  <julien@danjou.info>
5774
5775         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
5776         harmful if you have 2 images side-by-side, they can't be properly
5777         update on text deletion.  Using text-property is safer here.
5778         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
5779         data.
5780
5781 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5782
5783         * nnimap.el (nnimap-expunge-inbox): Remove.
5784         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
5785         (nnimap-expunge): Flip default to t.
5786
5787         * gnus.el (gnus-method-to-server): Don't push things to the cache
5788         unless it's unique.
5789         (gnus-server-to-method): Ditto.
5790
5791 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5792
5793         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
5794
5795 2010-09-22  Julien Danjou  <julien@danjou.info>
5796
5797         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
5798         get the start of data.
5799         (gnus-html-encode-url): Add this function to encode special chars in
5800         URL.
5801         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
5802         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
5803
5804         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
5805         default.
5806         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
5807
5808         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
5809         images alt-text.
5810         (gnus-html-put-image): Put alt-text as help-echo.
5811
5812 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5813
5814         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
5815         * mm-util.el (mm-decompress-buffer)
5816         * nnir.el (nnir-run-find-grep)
5817         * pop3.el (pop3-list): Use 3rd arg of split-string.
5818
5819         * time-date.el (format-seconds): Comment fix.
5820
5821         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
5822         and byte-optimize-form-code-walker.
5823         (dgnushack-make-auto-load): Don't advise make-autoload.
5824
5825         * lpath.el: Remove Emacs 21 stuff.
5826
5827 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5828
5829         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
5830         outside the active range.  Suggested by Dan Christensen.
5831
5832         * gnus-start.el (gnus-get-unread-articles): Get the extended method
5833         slightly later to avoid double-getting it.
5834
5835         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
5836         previous patch.
5837
5838         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
5839
5840 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
5841
5842         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
5843
5844 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5845
5846         * gnus-int.el (gnus-open-server): Give a better error message in the
5847         "go offline" case.
5848
5849         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
5850         marks for nnimap, which is seldom the right thing to do.
5851
5852         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
5853         (gnus-same-method-different-name): New function.
5854
5855         * nnimap.el (parse-time): Require.
5856
5857         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
5858         method in the presence of many similar methods.
5859
5860         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
5861
5862         * nnimap.el (nnimap-find-expired-articles): Don't refer to
5863         nnml-inhibit-expiry.
5864
5865         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
5866         find out whether methods are equal.
5867
5868         * nnimap.el (nnimap-find-expired-articles): New function.
5869         (nnimap-process-expiry-targets): New function.
5870         (nnimap-request-move-article): Request the article before looking at
5871         what the Message-ID is.  Fix found by Andrew Cohen.
5872         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
5873
5874         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
5875         for oldness in addition to being a predicate.
5876
5877         * nnimap.el (nnimap-request-group): When we have zero articles, return
5878         the right data to Gnus.
5879         (nnimap-request-expire-articles): Only delete articles immediately if
5880         the target is 'delete.
5881
5882         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
5883         method, this would bug out.
5884
5885         * gnus-group.el (gnus-group-expunge-group): Rename from
5886         gnus-group-nnimap-expunge, and implemented as a normal interface
5887         function.
5888
5889         * gnus-int.el (gnus-request-expunge-group): New function.
5890
5891         * nnimap.el (nnimap-request-create-group): Implement.
5892         (nnimap-request-expunge-group): New function.
5893
5894 2010-09-21  Julien Danjou  <julien@danjou.info>
5895
5896         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
5897         (gnus-html-cache-expired): Add new function.
5898         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
5899         wethever we should display image for fetch it.
5900         Compute alt-text earlier to pass it to the fetching function too.
5901         (gnus-html-schedule-image-fetching): Change function argument to only
5902         get one image at a time, not a list.
5903         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
5904         cache.
5905         (gnus-html-get-image-data): New function to retrieve image data from
5906         cache.
5907         (gnus-html-put-image): Change buffer argument to use image data rather
5908         than file, and place image above region rather than inserting a new
5909         one.  Do not take alt-text as argument, since it's useless now: we place
5910         the image above alt-text.
5911         (gnus-html-prune-cache): Remove.
5912         (gnus-html-show-images): Start to fetch image when we find one, do not
5913         push into a temporary list.
5914         (gnus-html-prefetch-images): Only fetch image if they have expired.
5915         (gnus-html-browse-image): Fix, use 'gnus-image-url.
5916         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
5917
5918 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5919
5920         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
5921
5922 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5923
5924         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
5925         spec inser "*" if the group isn't active instead of 0.
5926
5927         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
5928         opening the server.
5929         (nnimap-request-delete-group): Implement group deletion.
5930         (nnimap-transform-headers): Return the size of the entire message in
5931         the Bytes header, not just the size of the first part.
5932         (nnimap-request-move-article): When moving an article from nnimap,
5933         request the article first so the accepting form has an article to
5934         accept.  Reported by Dan Christensen.
5935         (nnimap-command): Make sure that the error message doesn't error out.
5936
5937 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
5938
5939         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
5940         we haven't requested anything.
5941
5942 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5943
5944         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
5945         "".  Fix found by Andrew Cohen.
5946
5947         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
5948         instead of -encode-string.
5949
5950 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5951
5952         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
5953
5954         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
5955         by mm-subst-char-in-string.
5956
5957 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5958
5959         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
5960         waiting for the connection string.
5961
5962         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
5963         arriving.
5964
5965         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
5966         bogus characters.  This allows selecting certain Gmail groups.
5967
5968         * nnimap.el (nnimap-find-wanted-parts-1): New function.
5969         (nnimap-fetch-partial-articles): New variable.
5970         (nnimap-open-connection): When looking for credentials, also use the
5971         nnimap-server-port.
5972         (nnimap-request-article): Return the group/article number, so that Gnus
5973         `^' works as expected.
5974         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
5975
5976         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
5977         comments.
5978         (gnus-methods-sloppily-equal): New function.
5979         (gnus): When using the development version of Gnus, load the gnus-load
5980         file.
5981
5982         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
5983         `gnus-open-server' on each method before trying to scan them etc.
5984         This ensures that all the backend parameters are set correctly.
5985
5986         * nnimap.el (nnimap-authenticator): New variable.
5987         (nnimap-open-connection): Allow anonymous login.
5988         (nnimap-transform-headers): The chars header is called Chars not Bytes.
5989         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
5990
5991         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
5992         patch, found by Knut Anders Hatlen.
5993
5994 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
5995
5996         * gnus-agent.el (gnus-agent-batch-confirmation)
5997         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
5998         to gnus-message.
5999         * gnus-art.el (gnus-article-describe-briefly): Likewise.
6000         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
6001         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
6002         * gnus-int.el (gnus-open-server): Likewise.
6003         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
6004         (gnus-score-check-syntax): Likewise.
6005         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
6006         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
6007         Likewise.
6008         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
6009
6010 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6011
6012         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
6013         calling conventions so that prefetch doesn't bug out.
6014
6015 2010-09-19  Julien Danjou  <julien@danjou.info>
6016
6017         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
6018         rather than `subst-char-in-region' in order to be able to replace ASCII
6019         char by UTF-8 ones.
6020
6021         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
6022         than curl.
6023         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
6024         the right URL and ALT text on images.
6025         (gnus-html-wash-tags): Fix tag case.
6026         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
6027         (gnus-article-html): Add -o display_ins_del=2 option.
6028         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
6029
6030 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6031
6032         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
6033         the extra mail headers, which sometimes seem to happen for unknown
6034         reasons.
6035
6036         * mail-parse.el (mail-header-encode-parameter): Define as
6037         rfc2045-encode-string instead of as rfc2231-encode-string, since some
6038         (or most, perhaps?) mail readers don't understand the latter, but do
6039         understand the former.
6040
6041         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
6042         to nil, so that no methods are automatically agentized.  I think this
6043         is probably what most users want.
6044
6045         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
6046         from url-retrieve, for instance about invalid URLs.
6047
6048         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
6049         groups that have no articles.
6050         (nnimap-request-article): Check that we really got an article when we
6051         requested one.
6052
6053         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
6054         doesn't exist.
6055
6056         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
6057         nntp buffer so the agent can save it.
6058         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
6059         that CRLF doesn't get translated to \n.
6060         (nnimap-open-connection): Don't make 'shell commands only send \n.
6061
6062 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6063
6064         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
6065         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
6066         Update var name.
6067         (nnml-generate-nov-file): Use dolist.
6068         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
6069         Use with-current-buffer.
6070
6071 2010-09-18  Julien Danjou  <julien@danjou.info>
6072
6073         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
6074         parallel.
6075
6076 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6077
6078         * nnimap.el (nnimap-update-info): When doing partial marks update, get
6079         the range update right.
6080         (nnimap-request-group): Don't make `M-g' bug out on group with no
6081         marks.
6082         (nnoo): Require, so that other packages can require nnimap.
6083         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
6084         command we're looking for.  This helps when the server sends more
6085         responses after we've gotten everything we expected.
6086         (nnimap): Add a `newlinep' field to keep track of end-of-line
6087         conventions.
6088         Don't send CRLF to things that don't want it.
6089         (nnimap-request-accept-article): Ditto.
6090
6091 2010-09-18  Julien Danjou  <julien@danjou.info>
6092
6093         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
6094         than curl to retrieve images.
6095
6096 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6097
6098         * nnimap.el (nnimap-update-info): Extend the info so that we can set
6099         the marks.
6100         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
6101         (nnimap-wait-for-connection): New function.
6102         (nnimap-open-connection): If we have PREAUTH, don't query for login
6103         credentials.
6104         (nnimap-update-info): Fix off-by-one error when concatenating ranges
6105         when doing a partial update.
6106
6107 2010-09-18  Julien Danjou  <julien@danjou.info>
6108
6109         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
6110         tags.
6111
6112 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6113
6114         * nnimap.el (nnimap-credentials): New function.
6115         (nnimap-open-connection): Use the new function to look for credentials
6116         also on the numeric equivalents of "imap" and "imaps".
6117
6118         * gnus-start.el (gnus-activate-group): Send the info to
6119         gnus-request-group.
6120
6121         * nnimap.el (nnimap-request-group): Have the "check" version of the
6122         function parse flags and update the info, so that a `M-g' get a total
6123         resync of all flags from the group.
6124
6125         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
6126         to allow backends to alter the info on group selection.  Also alter all
6127         the backend -request-group functions to take the parameter.
6128
6129         * nnimap.el (nnimap-store-info): New function.
6130         (nnimap-update-info): Store the info for later usage.
6131         (nnimap-request-group): Use the stored info for the dont-check case, so
6132         that we don't retrieve all marks when we enter a group.
6133
6134         * nnimap.el: Use deffoo instead of defun for interface functions.
6135
6136         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
6137         update the group info.  This makes the nndraft groups, for instance, go
6138         back to their old behaviour.
6139
6140         * gnus-sum.el (gnus-select-newsgroup): Indent.
6141
6142         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
6143         in.
6144         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
6145         nothing.
6146
6147         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
6148         from methods that are denied.
6149
6150         * gnus-int.el (gnus-method-denied-p): New function.
6151
6152         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
6153         store the password instead of netrc.
6154         (nnimap-open-connection): Don't error out when we can't make a
6155         connections.
6156
6157         * auth-source.el (auth-source-create): In the password prompt, say what
6158         we're querying for.  Also prompt for user name if that hasn't been
6159         given.
6160
6161         * nnimap.el (nnimap-with-process-buffer): Remove.
6162
6163 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6164
6165         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
6166         method when we're reading from the agent.
6167
6168         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
6169
6170         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
6171         that's probably most useful for users.
6172
6173         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
6174         "failed" all the time.
6175
6176         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
6177         ...)) with (with-current-buffer ... ).
6178
6179         * nntp.el (nntp-open-server): Return whether the open was successful or
6180         not.
6181
6182         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
6183         select an unread unseen article first.
6184
6185         * nnimap.el (nnimap-open-connection): If the user doesn't have a
6186         /etc/services, supply some sensible port defaults.
6187
6188         * dgnushack.el: Define netrc-credentials.
6189
6190 2010-09-17  Julien Danjou  <julien@danjou.info>
6191
6192         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
6193
6194 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6195
6196         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
6197         doesn't have any parameters.
6198
6199 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6200
6201         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
6202         only upcased checks.
6203
6204         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
6205
6206         * nnimap.el (nnimap-open-shell-stream): New function.
6207         (nnimap-open-connection): Use it.
6208         (nnimap-transform-headers): Get the number of lines in each message.
6209         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
6210         number of lines.
6211         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
6212         problem.
6213
6214         * utf7.el (utf7-encode): Autoload.
6215
6216         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
6217         to allow the mail splitting to not return a default group.  This is
6218         useful for nnimap, which will leave unmatched mail in the inbox.
6219
6220         * nnimap.el: Rewritten.
6221
6222         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
6223         nnimap usage.
6224
6225         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
6226         if the move is internal, so that nnimap can do fast internal moves.
6227
6228         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
6229         data.
6230         (gnus-read-active-for-groups): Support finishing the early retrieval of
6231         data.
6232
6233         * gnus-range.el (gnus-range-nconcat): New function.
6234
6235         * gnus-int.el (gnus-finish-retrieve-group-infos)
6236         (gnus-retrieve-group-data-early): New functions.
6237
6238 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6239
6240         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
6241         (nnrss-retrieve-groups):
6242         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
6243         (pop3-quit): Use with-current-buffer.
6244
6245 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6246
6247         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
6248         instead of nnheader-accept-process-output.
6249
6250         * dgnushack.el (dgnushack-compile): Add comment.
6251
6252         * lpath.el: No need to fbind propertize for XEmacs 21.4.
6253
6254         * gnus-html.el (gnus-html-schedule-image-fetching)
6255         (gnus-html-prefetch-images): Replace process-kill-without-query by
6256         gnus-set-process-query-on-exit-flag.
6257
6258 2010-09-16  Romain Francoise  <romain@orebokech.com>
6259
6260         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
6261
6262 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6263
6264         * gnus-registry.el (gnus-registry-install-shortcuts): The second
6265         parameter to unintern is mandatory-ish in Emacs 24.
6266
6267         * gnus-html.el (gnus-html-schedule-image-fetching)
6268         (gnus-html-prefetch-images): Check for curl before using it.
6269
6270         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
6271         depend on curl, which isn't essential.
6272
6273         * imap.el: Revert back to version
6274         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
6275         seem problematic.
6276
6277 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
6278
6279         * gnus-registry.el (gnus-registry-install-shortcuts):
6280         Explicitly pass `obarray' to `unintern' to avoid a warning.
6281
6282 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6283
6284         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
6285         change.
6286
6287         * nnrss.el (nnrss-request-list): Remove this function and related
6288         functions, including the moreover stuff.
6289
6290 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6291
6292         * nnrss.el (nnrss-retrieve-groups): New function.
6293
6294 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
6295
6296         * .dir-locals.el: Add no-byte-compile cookie.
6297
6298 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6299
6300         * time-date.el (format-seconds): Comment fix.
6301
6302         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
6303         for back end that doesn't support request-scan.
6304
6305 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6306
6307         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
6308         then do request scans from the backends.
6309
6310         * netrc.el (netrc-credentials): New conveniency function.
6311
6312         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
6313         avoid running a hook per line, since this takes a lot of time,
6314         profiling shows.
6315         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
6316         directly if gnus-visual-p is true.
6317
6318 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6319
6320         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
6321         groups; replace mapcar with dolist which is a bit faster; pass groups
6322         info to gnus-read-active-file-1.
6323         (gnus-read-active-file-1): Scan only specified groups if the new
6324         optional arg `infos' is given.
6325
6326 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6327
6328         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
6329
6330         * pop3.el (pop3-movemail): Remove.
6331         (pop3-streaming-movemail): Rename to pop3-movemail.
6332
6333         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
6334         don't restrict end-tag searches to the end of the line.
6335
6336 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6337
6338         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
6339         articles of every unchecked group to t, which means unknown since the
6340         server has never been opened.
6341
6342 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6343
6344         * gnus-html.el (gnus-html-show-alt-text): New command.
6345         (gnus-html-browse-image): Ditto.
6346         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
6347         to browse the image directly.
6348         (gnus-html-wash-tags): Search for images first, so that <a><img> works
6349         better.
6350
6351         * gnus-async.el (gnus-async-article-callback):
6352         Call `gnus-html-prefetch-images' unconditionally.
6353
6354         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
6355         before feeding URLs to curl.
6356
6357 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6358
6359         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
6360         internal images as deletable by `W D D'.
6361
6362         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
6363         (gnus-async-article-callback): Fix typo.
6364
6365 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6366
6367         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
6368         current line to work around bugs in the output from w3m.
6369
6370         * gnus-async.el (gnus-async-article-callback): Always prefetch images
6371         for groups that want that.
6372
6373         * nntp.el (nntp-wait-for-string): Supply a timeout for
6374         accept-process-output to ensure progress.
6375
6376         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
6377         level to get unread articles from, then use that for foreign groups,
6378         too.
6379
6380         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
6381         confuses the rest of the function.
6382
6383         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
6384         for the methods that support -retrieve-groups, too.
6385
6386         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
6387
6388 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6389
6390         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
6391         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
6392
6393         * pop3.el: Require cl when compiling.
6394         (pop3-number-of-responses): Search for "+OK", not "+OK ".
6395
6396 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6397
6398         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
6399         that aren't going to be activated.
6400         (gnus-get-unread-articles): Fix up the last commit.
6401
6402         * gnus-html.el (gnus-article-html): Allow calling without specifying
6403         the handle.  In that case, dissect the buffer first.
6404
6405         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
6406
6407         * nnimap.el (nnimap-open-connection): Revert the change that would look
6408         into authinfo for imaps instead of imap.
6409
6410         * gnus-start.el (gnus-activate-group): Take an optional parameter to
6411         say that you don't want to call gnus-request-group with don-check, but
6412         do check the reponse.  This is for virtual groups only.
6413         (gnus-get-unread-articles): Count the archive groups as secondary, so
6414         that they're activated the same way as before.
6415
6416         * imap.el (imap-message-map): Removed optional buffer parameter, since
6417         no callers use it.
6418         (imap-message-get): Ditto.
6419         (imap-message-put): Ditto.
6420         (imap-mailbox-map): Ditto.
6421         (imap-mailbox-put): Ditto.
6422         (imap-mailbox-get): Ditto.
6423         (imap-mailbox-get): Revert last change for this function.
6424
6425         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
6426         case-insensitively.
6427         (nnimap-debug): Remove.
6428
6429         * net/imap.el (imap-fetch-safe): Remove function, and alter all
6430         callers to use `imap-fetch' instead.  According to the comments, this
6431         should be safe, since all other IMAP clients use the 1:* syntax.
6432         (imap-enable-exchange-bug-workaround): Remove.
6433         (imap-debug): Remove -- doesn't seem very useful.
6434
6435         * mail-source.el (mail-source-fetch): Don't message if we're fetching
6436         mail from a file, and the file doesn't exist.
6437
6438         * imap.el (imap-log): New convenience function used throughout instead
6439         of repeating the same code all over the place.
6440
6441         * pop3.el (pop3-streaming-movemail): Return t for success.
6442
6443         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
6444         .authinfo if we're using ssl connection.
6445
6446         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
6447         already have if we're in a main Gnus `g' run.
6448
6449         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
6450
6451 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6452
6453         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
6454
6455         * nnmh.el (nnmh-request-list-1): Bind `file'.
6456
6457         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
6458         alias to set-process-query-on-exit-flag or process-kill-without-query.
6459         (pop3-open-server): Use it.
6460
6461 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6462
6463         * mail-source.el (mail-source-delete-crash-box): Always move the crash
6464         box to the Incoming file.  Fixes mistake in previous checkin.
6465
6466         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
6467         request loop (for debugging purposes) removed.
6468
6469         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
6470         culprit is more visible.
6471         (nnml-save-incremental-nov, nnml-open-incremental-nov)
6472         (nnml-add-incremental-nov): New functions to do "incremental" nov
6473         updates, where we just append to the end of the existing nov files
6474         without reading/writing them in full.
6475
6476         * mail-source.el (mail-source-delete-crash-box): Really only check the
6477         incoming files once in a while.
6478
6479         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
6480
6481         * mail-source.el (mail-source-delete-crash-box): Only check the
6482         incoming files for deletion once per day to save a lot of file
6483         accesses.
6484
6485         * pop3.el (pop3-logon): Fix up unbound variable typo.
6486
6487         * mail-source.el (pop3-streaming-movemail): Autoload.
6488
6489         * pop3.el (pop3-streaming-movemail):
6490         Respect pop3-leave-mail-on-server.
6491
6492         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
6493         retrieval.
6494
6495         * pop3.el (pop3-process-filter): Remove unused function.
6496         (pop3-streaming-movemail, pop3-send-streaming-command)
6497         (pop3-wait-for-messages, pop3-write-to-file)
6498         (pop3-number-of-responses): New functions for streaming pop3
6499         retrieval.
6500
6501         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
6502         come from no known methods.
6503         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
6504         list.
6505
6506         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
6507         message sizes.
6508         (pop3-movemail): Use erase-buffer instead of looping and deleting
6509         regions, which seems rather odd.
6510
6511         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
6512         file once per `g' run.
6513
6514         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
6515         directories.  This makes the draft queue directory work.
6516
6517         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
6518         data from the backends, so that we only request the list of groups from
6519         each method once.  This should speed things up considerably.
6520
6521         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
6522         detect that it's not implemented.
6523
6524         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
6525         we actually do recurse down into the tree, but don't stat all leaf
6526         nodes.
6527
6528         * gnus-html.el (gnus-html-show-images): If there are no images to show,
6529         then say so instead of bugging out.
6530
6531         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
6532         files exist before trying to read them.
6533
6534         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
6535         around <pre_int>.
6536
6537         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
6538
6539         * nnmh.el (nnmh-request-list-1): Optimize for speed.
6540
6541 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6542
6543         * mm-util.el (mm-image-load-path): Just return the image directories,
6544         not all directories in the path in addition to the image directories.
6545         (mm-image-load-path): Maintain a cache of the image directories so that
6546         the `g' command in Gnus doesn't have to stat dozens of directories each
6547         time.
6548
6549         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
6550         (gnus-html-wash-tags): Add a new `i' command to insert images.
6551         (gnus-html-insert-image): New command and keystroke.
6552         (gnus-html-redisplay-with-images): New command and keystroke.
6553         (gnus-html-show-images): Rename command.
6554         (gnus-html-wash-tags): Remove more white space before <pre_int> image
6555         spacers.
6556         (gnus-html-wash-tags): Decode entities at the end, so that entities
6557         inside the tags don't mess up the rest of the "parsing".
6558
6559         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
6560         so that nnimap methods aren't agentized by default.  There's apparently
6561         many problems related to agent/imap behaviour.
6562
6563         * gnus-art.el (gnus-article-copy-string): New command and key binding.
6564
6565         * gnus-html.el: Doc fix.
6566
6567 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6568
6569         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
6570         specifier-spec-list for Emacs 21.
6571
6572         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
6573         glyph-width and glyph-height instead of display-graphic-p and
6574         image-size; make avoidance of displaying small images work for XEmacs.
6575
6576         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
6577         for XEmacs.
6578
6579         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
6580         of symbol that holds plist data.
6581         (gnus-process-plist): Remove plist of process after getting it.
6582
6583 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6584
6585         * message.el (message-generate-hashcash): Change default to
6586         'opportunistic if hashcash is installed.
6587
6588         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
6589         (gnus-html-put-image): Only call image-size once, since it's somewhat
6590         time-consuming on remote X servers.
6591
6592 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6593
6594         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
6595         type on data, not a file name.
6596
6597         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
6598         window-pixel-edges for Emacs 21.
6599
6600         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
6601         decoded contents.
6602         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
6603
6604 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6605
6606         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
6607         group line format, since it isn't very interesting.
6608
6609         * gnus-agent.el (gnus-agent-short-article),
6610         (gnus-agent-long-article): Increase values for these two variables,
6611         since most people are likely to have more network connection and
6612         storage than before.
6613
6614         * gnus.el (gnus-refer-article-method): Change default to 'current.
6615         When referring an article, the common behaviour is to refer it from the
6616         current select method, not the native select method.  The chances of
6617         the native select method having the message in question is rather slim
6618         these days.
6619
6620         * gnus-sum.el (gnus-auto-select-subject): Change default to
6621         `unseen-or-unread'.  I think it's likely that most people want to
6622         select an unseen article over a previously seen, but unread one.
6623
6624         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
6625         means that in the article buffer none of the minor mode elements will
6626         be shown, usually, and this is not desirable in most cases.
6627
6628         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
6629         that commands like `d' (and the like) go to the next line in the
6630         buffer, instead of the next unread article.  I think this is the
6631         behaviour that is most natural for most users.
6632         (gnus-single-article-buffer): Change default to nil, so that people can
6633         have as many article buffers open as they have summary buffer.  I think
6634         this is the most natural way for the groups to behave.
6635
6636         * message.el (message-generate-new-buffers): Change default to
6637         `unsent', so that all new message buffers start their names with the
6638         string "*unsent", and it's easier to find the buffers if you move from
6639         them.
6640
6641 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6642
6643         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
6644         small.  They're probably tracking images.
6645         (gnus-html-wash-tags): Remove all <pre_int> place holders.
6646         (gnus-html-rescale-image): Yet another try at getting the image sizing
6647         right.
6648
6649         * nntp.el (nntp-request-set-mark): Refuse to do marks if
6650         nntp-marks-file-name is nil.
6651
6652 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6653
6654         * gnus-html.el (gnus-html-wash-tags)
6655         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
6656         Better logging.
6657
6658 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6659
6660         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
6661
6662         * gnus-html.el (gnus-html-wash-tags): Check the value of
6663         gnus-blocked-images in the summary buffer.
6664
6665 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6666
6667         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
6668
6669 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6670
6671         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
6672         like "a", it seems like.
6673         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
6674         since it needs to be picked from the correct buffer.
6675
6676         * nnwfm.el: Remove.
6677
6678         * nnlistserv.el: Remove.
6679
6680 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6681
6682         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
6683         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
6684
6685 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6686
6687         * nnkiboze.el: Remove.
6688
6689         * nndb.el: Remove.
6690
6691         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
6692         alt text.
6693         (gnus-html-rescale-image): Try to get the rescaling logic right for
6694         images that are just wide and not tall.
6695
6696         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
6697         overshadow variable bindings.
6698
6699 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
6700
6701         * gnus-html.el (gnus-html-wash-tags)
6702         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
6703         Add extra logging.
6704
6705 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6706
6707         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
6708         (gnus-max-image-proportion): New variable.
6709         (gnus-html-rescale-image): New function.
6710         (gnus-html-put-image): Rescale images.
6711
6712 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6713
6714         Fix up some byte-compiler warnings.
6715         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
6716         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
6717         (gnus-article-fill-cited-article, gnus-article-hide-citation)
6718         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
6719         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
6720         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
6721         (gnus-group-update-group): Use save-excursion and with-current-buffer.
6722
6723 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6724
6725         * gnus-html.el (gnus-article-html): Decode contents by charset.
6726
6727 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6728
6729         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
6730         (gnus-html-frame-width, gnus-blocked-images)
6731         * message.el (message-prune-recipient-rules): Add custom version.
6732         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
6733
6734         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
6735         functions.
6736
6737         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
6738         gnus-process-get.
6739
6740 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
6741
6742         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
6743         instead of lsub directly.
6744
6745 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6746
6747         * nnwarchive.el: Remove.
6748
6749         * gnus-soup.el: Remove.
6750
6751         * nnsoup.el: Remove.
6752
6753         * nnultimate.el: Remove.
6754
6755         * gnus-html.el (gnus-blocked-images): New variable.
6756
6757         * message.el (message-prune-recipients): New function.
6758         (message-prune-recipient-rules): New variable.
6759
6760         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
6761         guess whether a long line is natural text or not.
6762
6763         * gnus-html.el (gnus-html-schedule-image-fetching):
6764         Use gnus-process-plist and friends for compatibility.
6765
6766 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6767
6768         * gnus-html.el: Require packages that define macros used in this file.
6769         (gnus-article-mouse-face): Declare to silence byte-compiler.
6770         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
6771         process-get.
6772         (gnus-html-put-image): Use plist-get to avoid getf.
6773         (gnus-html-prefetch-images): Use with-current-buffer.
6774
6775 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6776
6777         * gnus-ems.el: Provide compatibility functions for
6778         gnus-set-process-plist.
6779
6780         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
6781         header-line-format for XEmacs 21.4.
6782
6783         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
6784         * gnus.el (gnus-valid-select-methods)
6785         * message.el (message-send-mail-partially-limit)
6786         * mm-decode.el (mm-text-html-renderer)
6787         * mml.el (mml-insert-mime-headers-always)
6788         * smiley.el (smiley-regexp-alist): Bump custom version.
6789
6790 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6791
6792         * gnus-html.el: require mm-url.
6793         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
6794         with the url to `url'.
6795         (gnus-html-wash-tags): Support cid: URLs/images.
6796
6797 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6798
6799         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
6800         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
6801         bindings, as they aren't useful at all.  `w' is moved to `W w'.
6802
6803         * gnus-move.el: Remove file, since it doesn't really work.
6804
6805         * gnus-html.el (gnus-article-html): Tell w3m that the input is
6806         UTF-8.  This seems to fix problems with some German web feeds.
6807
6808         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
6809         at the top so that the proper colours are applied.
6810
6811         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
6812         don't have dots in their names.
6813
6814         * gnus-art.el (gnus-article-view-part): Doc fix.
6815
6816         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
6817         XEmacs-compatible.
6818         (gnus-html-put-image): Don't do images on non-graphic displays.
6819
6820         * nnslashdot.el: Remove this unused backend.
6821
6822         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
6823         actions.
6824         (gnus-undo-register-1): Revert last change.
6825
6826         * gnus-group.el (gnus-group-completing-read): Protect against not
6827         having completion-styles bound.
6828
6829         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
6830         make broken recipients happier.
6831
6832         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
6833
6834         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
6835         point parameter.
6836
6837         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
6838
6839         * gnus-group.el (gnus-group-completing-read): Add 'substring to
6840         completion-styles for group selection.
6841
6842 2009-02-04  Andreas Schwab  <schwab@suse.de>
6843
6844         * gnus-score.el (gnus-score-string): Fix regex for matching extra
6845         headers and regexp-quote the match if necessary.
6846
6847 2009-03-24  Miles Bader  <miles@gnu.org>
6848
6849         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
6850         the blinking smiley.
6851
6852 2009-03-24  Simon Josefsson  <simon@josefsson.org>
6853
6854         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
6855         blink smiley.
6856
6857 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6858
6859         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
6860         where the dribbel file lives exists.
6861
6862         * message.el (message-send-mail-partially-limit): Change the default to
6863         nil, since most people don't want this.
6864
6865         * mm-url.el (mm-url-decode-entities): Also decode entities like
6866         &#x3212.
6867
6868 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
6869
6870         * gnus-sum.el (gnus-summary-idna-message):
6871         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
6872         Hyperlink urls in docstrings with URL `...'.
6873
6874 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
6875
6876         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
6877         functions.
6878
6879 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6880
6881         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
6882         say what the mouseover text should be.
6883
6884         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
6885         version of the mm-w3m-safe-url-regexp variable to only download images
6886         in the groups where we want that to happen.
6887
6888         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
6889
6890         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
6891         easier debugging.
6892         (gnus-article-beginning-of-window): Add kludge to allow spacing past
6893         big pictures in the article buffer.
6894
6895         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
6896         gnus-article-html.
6897         (mm-text-html-renderer): gnus-article-html needs curl in addition to
6898         w3m.
6899
6900         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
6901
6902 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6903
6904         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
6905         which doesn't exist.
6906
6907         * message.el (message-inhibit-ecomplete): New variable to allow some
6908         function to inhibit ecomplete address storage.
6909         (message-resend): Disable ecomplete message storage when resending
6910         messages.
6911
6912         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
6913
6914 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6915
6916         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
6917         Save excursion while copying, moving, and deleting articles in order to
6918         prevent the cursor from jumping to unforeseen place.
6919
6920 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6921
6922         * lpath.el: No need to bind bookmark-current-buffer,
6923         bookmark-yank-point and bookmark-make-record-function.
6924
6925 2010-08-17  Glenn Morris  <rgm@gnu.org>
6926
6927         * gnus-sync.el: Require gnus components whose functions are used.
6928
6929         * gnus-art.el (bookmark-make-record-function):
6930         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
6931         Declare for compiler.
6932
6933         * mm-url.el (mml-compute-boundary): Autoload.
6934
6935 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6936
6937         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
6938
6939 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
6940
6941         Typo fix "hoo4a" -> "hook".
6942
6943         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
6944
6945 2010-08-14  Glenn Morris  <rgm@gnu.org>
6946
6947         * gnus-sync.el (gnus-sync): Fix defgroup version.
6948
6949 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
6950
6951         Doc fixes and keep unknown groups (ammended for nunion bug fix).
6952
6953         * gnus-sync.el: Fix docs.
6954         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
6955         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
6956
6957 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6958
6959         Optimizations for gnus-sync.el.
6960
6961         * gnus-sync.el: Add docs about gnus-sync-backend
6962         possibilities.
6963         (gnus-sync-save): Remove unnecessary message.
6964         (gnus-sync-read): Optimize and show what groups were skipped.
6965
6966 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6967
6968         Minor bug fixes for gnus-sync.el.
6969
6970         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
6971         Don't read the sync on get-new-news.
6972
6973         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
6974         quiet.
6975
6976         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
6977         (fix typo).
6978
6979 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
6980
6981         Make saving and restoring of hidden threads work with overlays.
6982         Patch applied by Ted Zlatanov.
6983
6984         * gnus-sum.el (gnus-hidden-threads-configuration)
6985         (gnus-restore-hidden-threads-configuration): Update to deal with text
6986         properties, rather than searching for a magic character.
6987
6988 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
6989
6990         New gnus-sync.el library for synchronization of marks.
6991
6992         * gnus-sync.el: New library for synchronization of marks.
6993
6994         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
6995         renamed from `gnus-registry-grep-in-list'.
6996
6997         * gnus-registry.el (gnus-registry-follow-group-p):
6998         Use `gnus-grep-in-list'.
6999
7000         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
7001
7002 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7003
7004         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
7005         determining charset of text fails.
7006
7007 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7008
7009         * nnmail.el (nnmail-get-new-mail-1): Revert.
7010
7011         * nnml.el (nnml-active-number): Make sure names of newly created groups
7012         in nnml-group-alist are encoded.
7013
7014 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7015
7016         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
7017         containing non-ASCII characters in active file for nnml back end.
7018
7019 2010-07-24  David Engster  <dengste@eml.cc>
7020
7021         * mml-smime.el (mml-smime-epg-verify): Also accept the older
7022         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
7023
7024 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
7025
7026         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
7027         tag (Bug#6654).
7028
7029 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7030
7031         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
7032         the article buffer, not the summary buffer.
7033
7034 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7035
7036         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
7037         Emacs 23 as well.
7038
7039 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7040
7041         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
7042         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
7043
7044 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7045
7046         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
7047         Patch applied by Karl Fogel.
7048
7049         * gnus-sum.el (gnus-summary-bookmark-make-record):
7050         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
7051
7052 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7053
7054         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
7055         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
7056         C-w still not working correctly from Article buffers; Thierry's
7057         patch to fix that will be applied after this.
7058
7059         * gnus-art.el (bookmark-make-record-function): New local variable.
7060
7061         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
7062         article buffer.
7063         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
7064
7065 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
7066
7067         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
7068         on changes in bookmark.el.
7069
7070 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7071
7072         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
7073         `no-log' instead of message not to log prompt string.
7074
7075 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
7076
7077         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
7078         the *other* type of HTML form submission.
7079
7080 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
7081
7082         * auth-source.el (auth-source-pick): If choice does not contain a
7083         questioned keyword, set the check to t.
7084
7085 2010-06-12  Romain Francoise  <romain@orebokech.com>
7086
7087         * gnus-util.el (gnus-date-get-time): Move up before first use.
7088
7089 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7090
7091         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
7092         (gnus-article-edit-part): Bind it to make last part that is substituted
7093         or deleted visible.
7094         (gnus-mime-display-single): Buttonize part of which id equals to
7095         gnus-mime-buttonized-part-id.
7096
7097 2010-06-10  Dan Christensen  <jdc@uwo.ca>
7098
7099         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
7100         (gnus-dd-mmm): Use gnus-date-get-time.
7101         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
7102         simplify logic.
7103         (gnus-summary-limit-to-age): Use gnus-date-get-time.
7104         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
7105
7106 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
7107
7108         * auth-source.el (top): Autoload `secrets-list-collections',
7109         `secrets-create-item', `secrets-delete-item'.
7110         (auth-sources): Fix tag string.
7111         (auth-get-source, auth-source-retrieve, auth-source-create)
7112         (auth-source-delete): New defuns.
7113         (auth-source-pick): Rewrite in order to avoid 2 passes.
7114         (auth-source-forget-user-or-password): New parameter USERNAME.
7115         (auth-source-user-or-password): New parameters CREATE-MISSING and
7116         DELETE-EXISTING.  Retrieve password interactively, if needed.
7117
7118 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
7119
7120         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
7121         deleting unused directories when gnus-expert-user is t.
7122
7123 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7124
7125         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
7126         for each temp file when gnus-article-browse-delete-temp is ask.
7127
7128 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7129
7130         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
7131         Replace Lisp calls to delete-backward-char by calls to delete-char.
7132
7133 2010-05-20  Kevin Ryde  <user42@zip.com.au>
7134
7135         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
7136
7137 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
7138
7139         * password-cache.el (password-cache-remove): Fix docstring.
7140
7141 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7142
7143         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
7144         article unless decoding article to be saved.
7145
7146 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7147
7148         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
7149         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
7150         generated within the mm-with-unibyte-current-buffer macro.
7151
7152 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7153
7154         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
7155         to nil when we're in a mml-preview buffer and no group is selected.
7156
7157 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
7158
7159         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
7160         when catching the `C-g'.  Reported by "Leo".
7161
7162 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7163
7164         * message.el (message-forward-make-body-plain)
7165         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
7166         multibyte-string-p.
7167
7168         * lpath.el: Revert.
7169
7170 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7171
7172         * message.el (message-forward-make-body-mml): Assume original message
7173         is multibyte string; error on unibyte.
7174         (message-forward-make-body-plain): Ditto; don't add excessive newline
7175         in body end.
7176
7177         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
7178
7179 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
7180
7181         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
7182         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
7183
7184 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7185
7186         * mm-extern.el (mm-extern-url): Don't use
7187         mm-with-unibyte-current-buffer.
7188         (mm-extern-cache-contents): Use with-current-buffer instead of
7189         save-excursion + set-buffer.
7190
7191 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7192
7193         * mm-util.el (mm-emacs-mule): Remove.
7194
7195 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
7196
7197         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
7198         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
7199         change.
7200
7201 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7202
7203         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
7204         bind the default value of enable-multibyte-characters to nil.
7205
7206 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7207
7208         * message.el (message-forward-make-body-plain)
7209         (message-forward-make-body-mml):
7210         Don't use mm-with-unibyte-current-buffer.
7211
7212 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7213
7214         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
7215
7216 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
7217
7218         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
7219         (Bug#5592).
7220
7221 2010-05-07  Julien Danjou  <julien@danjou.info>
7222
7223         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
7224         it to mm-pipe-part.
7225
7226         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
7227         it is given.
7228
7229 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7230
7231         * binhex.el (binhex-decode-region-internal)
7232         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
7233         (dns-query)
7234         * nnweb.el (nnweb-gmane-search)
7235         * pgg-parse.el (pgg-parse-armor)
7236         * pgg.el (pgg-verify-region)
7237         * sha1.el (sha1-string-external)
7238         * uudecode.el (uudecode-decode-region-internal)
7239         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
7240         XEmacs.
7241
7242         * gnus-art.el (gnus-article-browse-html-parts)
7243         * gnus-group.el (gnus-read-ephemeral-gmane-group)
7244         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
7245         make-temp-file.
7246
7247         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
7248         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
7249         compiling.
7250
7251         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
7252         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
7253         XEmacs when compiling.
7254
7255         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
7256         gnus-pick-mode-off-hook for XEmacs when compiling.
7257         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
7258         gnus-binary-mode-off-hook for XEmacs when compiling.
7259
7260         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
7261         Return nil if char-charset is not available.
7262
7263         * imap.el (imap-disable-multibyte)
7264         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
7265         macros.
7266
7267         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
7268         instead of encode-coding-string.
7269
7270         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
7271         'xemacs) instead of mm-emacs-mule to switch function definitions.
7272         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
7273
7274         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
7275         bind temporary-file-directory for XEmacs;
7276         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
7277         timer-set-function for XEmacs 21.4 and SXEmacs;
7278         bind timer-list for XEmacs 21.4 and SXEmacs;
7279         fbind char-charset and find-charset-region for non-Mule XEmacs;
7280         fbind decode-coding-region, decode-coding-string, detect-coding-region,
7281         encode-coding-region and encode-coding-string for XEmacs having no
7282         file-coding feature.
7283
7284 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
7285
7286         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
7287
7288 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7289
7290         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
7291         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
7292
7293 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
7294
7295         * mm-util.el (mm-decompress-buffer): Use `delete-file';
7296         alias `jka-compr-delete-temp-file' no longer exists.
7297
7298 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7299
7300         Use define-minor-mode in Gnus where applicable.
7301         * mml.el (mml-mode): Use define-minor-mode.
7302         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
7303         (gnus-undo-mode): Use define-minor-mode.
7304         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
7305         (gnus-dead-summary-mode): Use define-minor-mode.
7306         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
7307         Initialize in declaration.
7308         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
7309         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
7310         (gnus-mailing-list-mode): Use define-minor-mode.
7311         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
7312         (gnus-draft-mode): Use define-minor-mode.
7313         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
7314         (gnus-dired-mode): Use define-minor-mode.
7315
7316 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
7317
7318         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
7319         handles on recursive mml-to-mime translation and check them for
7320         boundary delimiter collisions.  Reported by Greg Troxel.
7321
7322 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7323
7324         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
7325
7326 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7327
7328         * mm-util.el (mm-find-buffer-file-coding-system):
7329         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
7330
7331 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
7332
7333         * message.el (message-generate-headers): Record insertion of optional
7334         headers as well.  Otherwise the check to prevent repeated insertion of
7335         optional headers is a no-op.
7336
7337 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
7338
7339         * smime.el: Don't mention CVS.
7340
7341         * nnrss.el (nnrss-fetch): Don't mention CVS.
7342
7343         * nnir.el: Don't mention CVS.
7344
7345 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7346
7347         * gnus-sum.el (gnus-summary-bookmark-make-record):
7348         Add `location' field.
7349
7350 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7351
7352         * lpath.el: Fbind bookmark-default-handler,
7353         bookmark-get-bookmark-record, bookmark-make-record-default,
7354         bookmark-prop-get for Emacs <23 and XEmacs.
7355
7356 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7357
7358         * gnus-sum.el: Add bookmark declarations to silence the compiler.
7359         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
7360         Use with-current-buffer to silence the byte-compiler.
7361         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
7362         bother to require `gnus'.
7363         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
7364
7365 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7366
7367         * gnus-sum.el (gnus-summary-bookmark-make-record)
7368         (gnus-summary-bookmark-jump): New functions.
7369         (gnus-summary-mode): Setup bookmark support.
7370
7371 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
7372
7373         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
7374         if set.
7375
7376 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7377
7378         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
7379         gnus-article-browse-html-save-cid-image; make it work recursively for
7380         forwarded messages as well.
7381         (gnus-article-browse-html-parts): Work when prefix arg is given.
7382         (gnus-article-browse-html-article): Doc fix.
7383
7384 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
7385
7386         * message.el (message-default-mail-headers):
7387         (message-default-headers): Carry the value mail-default-headers over
7388         into message-default-mail-headers, rather than message-default-headers.
7389
7390 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
7391
7392         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
7393         charset.
7394
7395         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
7396         charset into the <meta> tag when the article is encoded to utf-8.
7397
7398 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7399
7400         * gnus-art.el (gnus-article-browse-delete-temp-files):
7401         Delete directories as well.
7402         (gnus-article-browse-html-parts): Work for images that do not specify
7403         file names; delete temp directory when quitting; insert header at the
7404         right place; use file: scheme for image files.
7405
7406 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
7407
7408         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
7409         (gnus-article-browse-html-parts): Use it to make temporary cid image
7410         files in addition to html file so that browser may display them.
7411
7412 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7413
7414         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
7415
7416 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
7417
7418         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
7419
7420 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
7421
7422         * auth-source.el (auth-sources): Change default to be simpler.
7423         Explain about Secret Service API sources.  Improve Customize options.
7424         (auth-source-pick): Change to accept any number of search parameters.
7425         Implement fallbacks iteratively, not recursively.  Add scoring on the
7426         second pass and sort by score.  Call Secret Service API when needed.
7427         (auth-source-user-or-password): Use it.  Call Secret Service API
7428         directly when needed to get the user name and the password.
7429
7430 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
7431
7432         * message.el (message-interactive): Doc fix.
7433         (message-qmail-inject-args): Reflow.
7434         (message-kill-to-signature): Fix typo in docstring.
7435
7436         * smiley.el (smiley-buffer): Fix typo in docstring.
7437
7438 2010-03-24  Glenn Morris  <rgm@gnu.org>
7439
7440         * mail-source.el (gnus-message): Declare.
7441         (mail-source-delete-old-incoming): Require gnus-util.
7442
7443 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7444
7445         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
7446
7447         * message.el (ecomplete-setup): Autoload it for Emacs <23.
7448
7449         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
7450         password-cache's default if it is not bound.
7451         (mml-secure-passphrase-cache-expiry): Default to 16 that is
7452         password-cache-expiry's default if it is not bound.
7453
7454         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
7455         available in Emacs 21.
7456
7457         * lpath.el: Suppress compiler warnings for:
7458         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
7459         XEmacs;
7460         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
7461         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
7462         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
7463
7464 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
7465
7466         * auth-source.el (auth-sources): Fix up definition so extra parameters
7467         are always inline.
7468
7469 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
7470
7471         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
7472         wasn't updated after mismatch.  Clear cached mailbox info correctly
7473         when uidvalidity changes.
7474         (nnimap-group-prefixed-name): New function to avoid some code
7475         duplication.
7476         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
7477         (nnimap-request-group): Use it.
7478         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
7479         (nnimap-update-unseen): Significantly improved speed of Gnus startup
7480         with many imap folders.  This is done by caching the group status from
7481         the imap server persistently in a group parameter `imap-status'.  (This
7482         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
7483         but not persistently, so every Gnus startup was still very slow.)
7484
7485 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
7486
7487         * assistant.el (assistant-render-text): Run `widget-setup' and don't
7488         delete the extra newline.  Otherwise editing of :string and :number
7489         types don't work.
7490
7491 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
7492
7493         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
7494         secrets.el dependency.
7495         (auth-sources): Add optional user name.  Add secrets.el configuration
7496         choice (unused right now).
7497
7498 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
7499
7500         * gnus-sum.el (gnus-summary-make-menu-bar):
7501         Let `gnus-registry-install-shortcuts' fill in the functions.
7502
7503         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
7504         warnings.
7505         (gnus-registry-misc-menus): Variable to hold registry mark menus.
7506         (gnus-registry-install-shortcuts): Populate and use it in a
7507         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
7508
7509 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
7510
7511         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
7512         In-place substitutions for the group name encoding/decoding.
7513         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
7514         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
7515         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
7516         (nnimap-update-unseen, nnimap-request-list)
7517         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
7518         (nnimap-request-set-mark, nnimap-split-to-groups)
7519         (nnimap-split-articles, nnimap-request-newgroups)
7520         (nnimap-request-create-group, nnimap-request-accept-article)
7521         (nnimap-request-delete-group, nnimap-request-rename-group)
7522         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
7523         `encoded-mbx' for consistency.
7524         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
7525         variable `imap-current-mailbox'.
7526
7527         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
7528         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
7529
7530 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
7531
7532         * pop3.el (pop3-display-message-size-flag): Display message size byte
7533         counts during POP3 download.
7534         (pop3-movemail): Use it.
7535         (pop3-list): Implement listing of available messages.
7536
7537 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
7538
7539         * nnir.el (nnir-get-article-nov-override-function): New function to
7540         override the normal NOV retrieval.
7541         (nnir-retrieve-headers): Use it.
7542
7543 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
7544
7545         * auth-source.el (netrc-machine-user-or-password): Autoload.
7546
7547 2010-03-19  Glenn Morris  <rgm@gnu.org>
7548
7549         Stop message.el from loading about 40 libraries it doesn't always need.
7550         The general approach is to autoload rather than require, and to
7551         require in the specific functions rather than the file.  (Bug#5642)
7552
7553         * gmm-utils.el: Don't require wid-edit.
7554         (widget-create-child-value, widget-convert, widget-default-get):
7555         Autoload.
7556
7557         * gnus-util.el: Don't require time-date, netrc.
7558         (message-fetch-field, gnus-group-name-decode): Declare rather than
7559         autoloading.
7560         (gnus-fetch-field): Require message.
7561         (gnus-decode-newsgroups): Require gnus-group.
7562
7563         * ietf-drums.el: Don't require time-date.
7564
7565         * message.el: Don't require hashcash, canlock, ecomplete.
7566         Do require mail-utils.  Require nnheader only when compiling.
7567         (smtpmail-default-smtp-server): Remove declaration.
7568         (message-send-mail-function): Check smtpmail-default-smtp-server
7569         is bound rather than requiring smtpmail.
7570         (message-auto-save-directory, message-insert-signature):
7571         Use expand-file-name rather than nnheader-concat.
7572         (nnheader-insert-file-contents): Autoload.
7573         (hashcash-wait-async): Declare.
7574         (message-send-mail): Only call gnus-setup-posting-charset if
7575         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
7576         (message-send-mail-with-sendmail): Require sendmail.
7577         (canlock-password, canlock-password-for-verify): Declare.
7578         (message-canlock-password): Require canlock.
7579         (nnheader-get-report): Autoload.
7580         (gnus-setup-posting-charset): Declare.
7581         (message-send-news): Require gnus-msg.
7582         (message-make-references, message-make-in-reply-to): Use mail-header-id
7583         rather than the alias mail-header-message-id.
7584         (ecomplete-add-item, ecomplete-save): Declare.
7585         (message-put-addresses-in-ecomplete): Require ecomplete.
7586         (ecomplete-display-matches): Autoload.
7587
7588         * mm-decode.el: Don't require mailcap, gnus-util.
7589         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
7590         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
7591         Autoload.
7592         (mailcap-mime-extensions): Declare.
7593
7594         * mm-encode.el: Don't require mailcap.
7595         (mailcap-extension-to-mime): Autoload.
7596
7597         * mml-sec.el: Don't require password-cache.
7598
7599         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
7600         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
7601         (mml-minibuffer-read-type): Require mailcap.
7602         (mml-preview): Require gnus-msg.
7603
7604         * mml1991.el: Require password-cache.
7605         (password-cache-expiry): Remove declaration.
7606
7607         * mml2015.el: Require password-cache.
7608         (password-cache-expiry): Remove declaration.
7609
7610         * nneething.el (mailcap): Require mailcap.
7611
7612         * nnheader.el (declare-function): Add compatibility stub.
7613         (message-remove-header): Declare rather than autoload.
7614         (nnheader-replace-header): Require message.
7615
7616         * nnimap.el (declare-function): Add compatibility stub.
7617         (netrc-parse, netrc-machine-user-or-password): Declare.
7618         (nnimap-open-connection): Require netrc.
7619
7620         * nntp.el (declare-function): Add compatibility stub.
7621         (netrc-parse, netrc-machine, netrc-get): Declare.
7622         (nntp-send-authinfo): Require netrc.
7623
7624         * rfc2047.el: Don't require qp.
7625         (quoted-printable-encode-region, quoted-printable-decode-string):
7626         Autoload.
7627
7628         * sieve-mode.el: Don't require easymenu.
7629         (easy-menu-add-item): Autoload it.
7630
7631         * spam-stat.el (time-to-number-of-days): Autoload it.
7632
7633 2010-03-19  Glenn Morris  <rgm@gnu.org>
7634
7635         * password-cache.el (password-cache, password-cache-expiry): Autoload.
7636
7637 2010-03-18  Glenn Morris  <rgm@gnu.org>
7638
7639         * hashcash.el (declare-function): Remove duplicate definition.
7640
7641 2010-03-17  Kevin Ryde  <user42@zip.com.au>
7642
7643         * mml.el (mml-read-tag): Unquote values with `read' to reverse
7644         prin1 in mml-insert-tag (just stripping the quotes gave wrong
7645         value if any backslash escapes).
7646
7647 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7648
7649         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
7650         if it is available.  (bug#5647)
7651
7652         * lpath.el: Suppress compiler warning for coding-system-from-name for
7653         Emacs 21 and XEmacs.
7654
7655 2010-03-14  Juri Linkov  <juri@jurta.org>
7656
7657         * hmac-def.el:
7658         * hmac-md5.el:
7659         * netrc.el: Fix keywords.
7660
7661 2010-02-26  Glenn Morris  <rgm@gnu.org>
7662
7663         * message.el (message-send-mail-function): Change the default, so that
7664         it inherits from a customized send-mail-function.  (Bug#5643)
7665
7666 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7667
7668         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
7669         shell-command-to-string signals an error (bug#5299).
7670
7671 2010-02-24  Glenn Morris  <rgm@gnu.org>
7672
7673         * message.el (message-smtpmail-send-it)
7674         (message-send-mail-with-mailclient): Doc fixes.
7675
7676 2010-02-16  Glenn Morris  <rgm@gnu.org>
7677
7678         * message.el (message-default-mail-headers): Change the default value
7679         to ease the transition from mail-mode to message-mode.  (Bug#5555)
7680
7681 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7682
7683         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
7684         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
7685
7686 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
7687
7688         * time-date.el (date-to-time): Doc fix (Bug#5408).
7689
7690 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
7691
7692         * message.el (message-mail): Just pass yank-action on to message-setup.
7693         (message-setup): Handle (FUN . ARGS) form of yank-action.
7694         (message-with-reply-buffer, message-widen-reply)
7695         (message-yank-original): Handle non-buffer values of
7696         message-reply-buffer (Bug#4080).
7697         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
7698
7699 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
7700
7701         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
7702         Fix typo in docstring.
7703
7704 2010-01-08  Jason Rumney  <jasonr@gnu.org>
7705
7706         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
7707         response.
7708
7709 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7710
7711         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
7712
7713         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7714
7715         * message.el (message-check-news-header-syntax): Protect against a
7716         string that `rfc822-addresses' returns when parsing fails.
7717
7718 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7719
7720         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
7721         (gnus-previous-char-property-change): New functions.
7722
7723         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
7724
7725 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
7726
7727         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
7728         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
7729
7730 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
7731
7732         * message.el (message-exchange-point-and-mark): Rework last change to
7733         avoid using optional arg of exchange-point-and-mark, for backward
7734         compatibility.
7735
7736 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
7737
7738         * message.el (message-exchange-point-and-mark):
7739         Call exchange-point-and-mark with an argument rather than setting
7740         mark-active by hand (Bug#5175).
7741
7742 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7743
7744         * nntp.el (nntp-service-to-port): Work for service expressed with
7745         numeric string; replace [:digit:] with [0-9] for XEmacs.
7746
7747 2009-12-17  Glenn Morris  <rgm@gnu.org>
7748
7749         * gnus-group.el (gnus-bug-group-download-format-alist):
7750         Change emacs entry to debbugs.gnu.org.  Bump :version.
7751
7752 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7753
7754         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
7755
7756 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
7757
7758         * message.el (message-info): Explain why we use `Info-goto-node'.
7759
7760 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7761
7762         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
7763
7764 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7765
7766         * message.el (message-completion-in-region): New compatibility function.
7767         (message-expand-group): Use it.
7768
7769 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7770
7771         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
7772         with no unread article should be listed if the 2nd arg `predicate' is
7773         given.
7774
7775 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7776
7777         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
7778
7779 2009-11-29  Juri Linkov  <juri@jurta.org>
7780
7781         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
7782         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
7783         on `gnus-recenter'.  (Bug#4698, Bug#4981)
7784
7785 2009-11-26  Kevin Ryde  <user42@zip.com.au>
7786
7787         * sha1.el (sha1-string-external): default-directory "/" in case
7788         otherwise non-existent.  process-connection-type pipe for touch of
7789         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
7790
7791 2009-11-25  Kevin Ryde  <user42@zip.com.au>
7792
7793         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
7794         it's comms related and sgml-mode.el has "comm" on that basis too.
7795
7796 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7797
7798         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
7799         containing tspecial characters if they have been already quoted.
7800
7801 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
7802
7803         * dns-mode.el (auto-mode-alist): Purecopy string.
7804
7805 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7806
7807         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
7808
7809 2009-10-24  Glenn Morris  <rgm@gnu.org>
7810
7811         * gnus-art.el (help-xref-stack-item): Define for compiler.
7812
7813 2009-10-21  Kevin Ryde  <user42@zip.com.au>
7814
7815         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
7816
7817 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7818
7819         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
7820
7821 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7822
7823         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
7824         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
7825
7826 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7827
7828         * gnus.el (gnus-overlay-get): New alias to overlay-get.
7829         (gnus-overlays-in): New alias to overlays-in.
7830
7831         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
7832         gnus-overlay-get, and gnus-delete-overlay.
7833         (gnus-summary-show-thread): Make it work as well for systems in which
7834         next-single-char-property-change is not available.
7835         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
7836
7837         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
7838         (gnus-overlay-get): New alias to extent-property.
7839         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
7840
7841         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
7842         SXEmacs.
7843
7844         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
7845         SXEmacs.
7846
7847 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
7848
7849         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
7850
7851 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
7852
7853         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
7854         and XEmacs that don't have `remove-overlays'.
7855
7856 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7857
7858         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
7859         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
7860         selective display.  Use overlays instead.
7861
7862 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
7863
7864         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
7865
7866 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
7867
7868         * spam-stat.el (spam-stat-load): Fix typo in message.
7869
7870 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
7871
7872         * dig.el (dig-invoke): Fix typo in docstring.
7873         (query-dig): Reflow docstring.
7874
7875 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
7876
7877         * gnus-art.el (gnus-article-encrypt-body):
7878         * message.el (message-check-recipients):
7879         * mm-util.el (mm-codepage-setup):
7880         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
7881         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
7882
7883 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
7884
7885         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
7886         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
7887         keys from the menu if mm-{sign,encrypt}-option is 'guided.
7888         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
7889         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
7890
7891 2009-09-21  Kevin Ryde  <user42@zip.com.au>
7892
7893         * dig.el: Add "Keywords: comm", as per net-utils.el.
7894
7895 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7896
7897         * dig.el (dig-mode): Use define-derived-mode.
7898
7899 2009-09-19  Glenn Morris  <rgm@gnu.org>
7900
7901         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
7902
7903 2009-09-18  Glenn Morris  <rgm@gnu.org>
7904
7905         * gnus-diary.el (gnus-diary-check-message):
7906         * message.el (message-insert-formatted-citation-line):
7907         * nnbabyl.el (top-level):
7908         * nndiary.el (nndiary-schedule):
7909         Fix typos in condition-case handlers.
7910
7911 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7912
7913         * gnus-art.el (gnus-article-edit-part): Work for the buffer
7914         configuration that provides the sole article window in a frame;
7915         position point correctly after deleting a part.
7916
7917 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
7918
7919         * spam.el (spam-unregister-on-reregister): Add boolean variable.
7920         (spam-resolve-registrations-routine): Use it to unregister articles
7921         that change status.
7922
7923 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7924
7925         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
7926         with XEmacs.
7927         (parse-time-string-chars): Use it.
7928
7929 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
7930
7931         * imap.el (imap-interactive-login): Better messages.
7932         (imap-open): Fix bug with renamed buffer on reconnect.
7933         (imap-authenticate): Add buffer-local imap-last-authenticator variable
7934         for easier debugging and cleaner code.  On successful (guessed based on
7935         server capabilities) secondary authentication, set imap-state
7936         correctly.
7937         (imap-last-authenticator): Define imap-last-authenticator as a variable
7938         to avoid warnings.
7939
7940 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7941
7942         * nnrss.el (nnrss-request-article): Remove binding of
7943         default-enable-multibyte-characters that has gotten needless by
7944         the 2007-07-13 change in rfc2047-encode-message-header.
7945
7946         * mml.el (mml-insert-multipart): Error on the message header.
7947         (mml-insert-part): Error on the message header; position point at
7948         the end of a MIME tag.
7949
7950 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7951
7952         * time-date.el (autoload): Expand define-obsolete-function-alias into
7953         defalias and make-obsolete for old Emacsen that Gnus supports.
7954         (with-no-warnings): Define it for old Emacsen.
7955         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
7956         is available.
7957         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
7958         float-time is available; suppress compile warning for time-to-seconds.
7959
7960         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
7961         (gnus-float-time): Alias to float-time if it exists.
7962
7963         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
7964         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
7965         float-time is available; suppress compile warning for time-to-seconds.
7966
7967         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
7968         XEmacs.
7969
7970 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
7971
7972         * imap.el (imap-message-map): Docstring fix.
7973
7974 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7975
7976         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
7977         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
7978         Add the optional argument `encoding' that overrides the default.
7979
7980         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
7981         mm-encode-buffer.
7982
7983 2009-09-04  Glenn Morris  <rgm@gnu.org>
7984
7985         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
7986         mm-disable-multibyte, rather than default-enable-multibyte-characters.
7987         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
7988         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
7989         * mm-util.el (mm-with-unibyte-current-buffer)
7990         (mm-find-buffer-file-coding-system):
7991         * yenc.el (yenc-decode-region): Use default-value rather than
7992         default-enable-multibyte-characters.
7993
7994 2009-09-03  Glenn Morris  <rgm@gnu.org>
7995
7996         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
7997         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
7998         than default-enable-multibyte-characters.
7999
8000 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
8001
8002         * gnus-art.el (gnus-article-read-summary-keys):
8003         Fix gnus-buffer-configuration's value temporarily used.
8004
8005 2009-09-02  Glenn Morris  <rgm@gnu.org>
8006
8007         * gnus-util.el (gnus-float-time): New function.
8008         * gnus-delay.el (gnus-delay-article):
8009         * gnus-sum.el (gnus-thread-latest-date):
8010         * gnus-util.el (gnus-user-date): Use gnus-float-time.
8011         * nnspool.el (nnspool-request-newgroups):
8012         Use gnus-float-time rather than time-to-seconds.
8013         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
8014
8015         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
8016         (gnus-header-subject-face, gnus-header-newsgroups-face)
8017         (gnus-header-name-face, gnus-header-content-face):
8018         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
8019         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
8020         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
8021         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
8022         (gnus-cite-face-11):
8023         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
8024         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8025         (gnus-server-closed-face, gnus-server-denied-face)
8026         (gnus-server-offline-face):
8027         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
8028         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
8029         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
8030         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
8031         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
8032         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
8033         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
8034         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
8035         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
8036         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
8037         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
8038         (gnus-summary-selected-face, gnus-summary-cancelled-face)
8039         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
8040         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
8041         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
8042         (gnus-summary-high-undownloaded-face)
8043         (gnus-summary-low-undownloaded-face)
8044         (gnus-summary-normal-undownloaded-face)
8045         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
8046         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
8047         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
8048         (gnus-splash-face):
8049         * message.el (message-header-to-face, message-header-cc-face)
8050         (message-header-subject-face, message-header-newsgroups-face)
8051         (message-header-other-face, message-header-name-face)
8052         (message-header-xheader-face, message-separator-face)
8053         (message-cited-text-face, message-mml-face):
8054         * sieve-mode.el (sieve-control-commands-face)
8055         (sieve-action-commands-face, sieve-test-commands-face)
8056         (sieve-tagged-arguments-face):
8057         * spam.el (spam-face):
8058         Mark face aliases with "-face" in the name as obsolete.
8059
8060 2009-09-01  Glenn Morris  <rgm@gnu.org>
8061
8062         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
8063         than goto-line.
8064
8065 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8066
8067         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
8068         Don't move point if the command is invoked inside the message header.
8069
8070 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8071
8072         * imap.el (imap-send-command): Simplify.
8073         (imap-wait-for-tag): point-max -> buffer-size.
8074
8075 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8076
8077         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
8078         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
8079         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
8080         * nnir.el (nnir-swish-e-index-file):
8081         * gnus-sum.el (gnus-summary-delete-marked-as-read)
8082         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
8083         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8084         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
8085         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
8086         (gnus-treat-display-xface): Add Emacs version of obsolescence.
8087
8088 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8089
8090         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
8091         Don't save excursion.
8092
8093 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8094
8095         * nnheader.el (nnheader-find-file-noselect):
8096         * mm-util.el (mm-insert-file-contents):
8097         Use (default-value 'major-mode) instead of default-major-mode.
8098
8099 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8100
8101         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
8102
8103 2009-08-26  Glenn Morris  <rgm@gnu.org>
8104
8105         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
8106         than placing in files.el.
8107
8108 2009-08-25  Glenn Morris  <rgm@gnu.org>
8109
8110         * nnir.el (top-level): Don't require cl at run-time.
8111         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
8112         Replace cl-function substitute with gnus-replace-in-string.
8113         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
8114         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
8115         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
8116         simplified expansions.
8117
8118 2009-08-25  Kevin Ryde  <user42@zip.com.au>
8119
8120         * dig.el (dig): Add autoload cookie.
8121
8122 2009-08-22  Glenn Morris  <rgm@gnu.org>
8123
8124         * gnus-art.el (gnus-button-patch): Use forward-line rather than
8125         goto-line.
8126
8127 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
8128
8129         * parse-time.el (parse-time-string-chars): Save match data.
8130
8131 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
8132
8133         * parse-time.el (parse-time-string-chars): Compute using character
8134         classes, to handle non-ascii characters (Bug#3190).
8135
8136 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8137
8138         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
8139
8140         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
8141         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
8142         (gnus-mm-display-part, gnus-mime-display-single)
8143         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
8144         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
8145
8146         * gnus-sum.el
8147         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
8148         (gnus-summary-move-article): Add expirable mark to articles copied or
8149         moved to group that has auto-expire turned on if the option is non-nil.
8150
8151 2009-07-24  Glenn Morris  <rgm@gnu.org>
8152
8153         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
8154         Fix typo.  (Bug#3903)
8155
8156 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8157
8158         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
8159         gnus-article-read-summary-keys rather than gnus-summary-edit-article
8160         that should not be used for draft articles.
8161         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
8162         that has no concern in minor mode keys.
8163         (gnus-article-summary-command, gnus-article-summary-command-nosave):
8164         Abolish.
8165
8166 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8167
8168         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
8169         article without making inquiry to a user for unknown encoding.
8170
8171         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
8172         (nnmaildir--scan): Assume i-node and device number that file-attributes
8173         returns might be cons-cell.
8174
8175         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
8176
8177         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
8178
8179 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
8180
8181         * auth-source.el: Remove docs now in auth.texi.  Don't use
8182         `gnus-message' for logging.  Add new variables `auth-source-debug' and
8183         `auth-source-hide-passwords' and use them.
8184
8185 2009-07-15  Glenn Morris  <rgm@gnu.org>
8186
8187         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
8188
8189 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8190
8191         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
8192         excessive whitespace from the default values of title and description.
8193
8194 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8195
8196         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
8197         mail-fetch-field to fetch Content-Description header in order to
8198         exclude newlines.
8199
8200 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
8201
8202         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
8203         format used by GnuPG 2.0.11.
8204
8205 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8206
8207         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
8208         to deleted part.
8209
8210 2009-05-30  David Engster  <dengste@eml.cc>
8211
8212         * nnmairix.el: Remove old documentation in the commentary block.
8213         (nnmairix-request-group): Do not update active file for nnml back ends.
8214         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
8215         end so that overview files are ignored.
8216         (nnmairix-update-groups): Make updating the groups more robust by using
8217         marks.
8218         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
8219         with dollar characters in message-id.
8220
8221 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
8222
8223         * spam.el: Use dns-query instead of query-dns.  Was renamed on
8224         2008-12-25 in dns.el.
8225
8226 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8227
8228         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
8229         could happen if the text is only composed of spaces and/or tabs.
8230
8231 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
8232
8233         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
8234         when sending a queued message to avoid extra mml tags.
8235
8236 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8237
8238         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
8239
8240 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8241
8242         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
8243         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
8244         rmail-toggle-header for XEmacs;
8245         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
8246
8247 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8248
8249         * gnus-dired.el: Remove autoload for gnus-setup-message.
8250         (gnus-dired-attach): Fake this-command value to prevent Gnus from
8251         displaying Gnus logo; always use compose-mail.
8252
8253 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8254
8255         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
8256
8257 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8258
8259         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
8260         (gnus-nocem-issuers): List currently active issuers; fix custom type.
8261         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
8262         available.
8263         (gnus-nocem-epg-verify): New function.
8264
8265 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
8266
8267         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
8268
8269 2009-02-15  Glenn Morris  <rgm@gnu.org>
8270
8271         * gnus-util.el (rmail-insert-rmail-file-header)
8272         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
8273         autoloads.
8274         (rmail-default-rmail-file): Remove unnecessary declaration.
8275         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
8276
8277 2009-02-14  Glenn Morris  <rgm@gnu.org>
8278
8279         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
8280         variable (only used in gnus-util, which declares it anyway).
8281         (rmail-output-to-rmail-file): Remove autoload of deleted function,
8282         which was only needed by gnus-art (changed to not use it any more).
8283         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
8284         only used in gnus-util, which autoloads it itself.
8285         (rmail-update-summary): Fix autoload.
8286
8287         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
8288         rather than rmail-output-to-rmail-file.
8289
8290 2009-02-07  Glenn Morris  <rgm@gnu.org>
8291
8292         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
8293         autoload of function that no longer exists.
8294         (rmail-toggle-header): Declare.
8295         (message-forward-rmail-make-body): Handle mbox Rmail.
8296
8297 2009-01-31  Glenn Morris  <rgm@gnu.org>
8298
8299         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
8300         2009-01-09 change.
8301
8302 2009-01-31  Dave Love  <fx@gnu.org>
8303
8304         * imap.el (imap-fetch-safe): Bind debug-on-error.
8305         (imap-debug): Add imap-fetch-safe.
8306
8307 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
8308
8309         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
8310         (auth-source-forget-all-cached): New convenience function.
8311         (auth-source-user-or-password): Accept list of modes or a single mode.
8312
8313         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
8314         auth-source modes.
8315
8316         * netrc.el (netrc-machine-user-or-password): Use list of
8317         auth-source modes.
8318
8319         * nnimap.el (nnimap-open-connection): Use list of
8320         auth-source modes.
8321
8322         * nntp.el (nntp-send-authinfo): Use list of
8323         auth-source modes.
8324
8325 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8326
8327         * auth-source.el: Update docs to reflect epa-file-enable is to be used
8328         now.
8329
8330 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8331
8332         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
8333         coding system in XEmacs; add a workaround for XEmacs.
8334
8335         * lpath.el: Fbind coding-system-aliasee.
8336
8337 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8338
8339         * mm-util.el (mm-coding-system-priorities): Protect against nil value
8340         of current-language-environment.
8341
8342 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
8343
8344         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
8345         available at runtime.
8346
8347 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8348
8349         * gnus-art.el (article-date-ut): Fix end point of narrowing.
8350
8351 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
8352
8353         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
8354         the greatest positive fixnum value doesn't work under an XEmacs with
8355         bignum support; use the most-positive-fixnum constant instead,
8356         available since Emacs 21.1 with cl and XEmacs 21.1.
8357
8358 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8359
8360         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
8361         XEmacs gets not to work.
8362
8363 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8364
8365         * mm-util.el (mm-coding-system-priorities): Allow the value like
8366         "Japanese (UTF-8)" of current-language-environment.
8367
8368 2009-01-09  Glenn Morris  <rgm@gnu.org>
8369
8370         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
8371         with last-command-event.
8372
8373 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
8374
8375         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
8376         in the doc string.
8377
8378         * message.el (message-fix-before-sending): Amend comment.
8379
8380 2009-01-08  Dave Love  <fx@gnu.org>
8381
8382         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
8383
8384 2009-01-07  David Engster  <dengste@eml.cc>
8385
8386         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
8387         simplified server definitions by converting it via
8388         gnus-server-to-method.
8389
8390 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8391
8392         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
8393         parameter's operands.
8394
8395 2009-01-06  David Engster  <dengste@eml.cc>
8396
8397         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
8398         primary select method (for gnus-group-mark-article-as-read).
8399
8400 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
8401
8402         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
8403         `(gnus)Face', not `(gnus)X-Face'.
8404
8405 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8406
8407         * mm-util.el (mm-ucs-to-char): New function.
8408
8409         * mm-url.el (mm-url-decode-entities): Use it.
8410
8411         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
8412         unicode-to-char.
8413
8414 2009-01-05  Dave Love  <fx@gnu.org>
8415
8416         * time-date.el: Require cl for `declare'.
8417
8418 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8419
8420         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
8421         Dave Love.
8422
8423 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8424
8425         * message.el (message-fix-before-sending): Add `eight-bit' to
8426         illegible-text check.
8427
8428 2009-01-03  Michael Olson  <mwolson@gnu.org>
8429
8430         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
8431         `headers' is nil.  This can occur if the IMAP server does not have
8432         permissions to read messages from a folder, but can write new messages
8433         to the folder.
8434         (nnimap-request-article-part): Do not insert `data' if it is nil.
8435
8436         * imap.el (imap-parse-fetch): Courier can insert spurious blank
8437         characters which will confuse `read', so skip past them.
8438
8439 2009-01-01  Dave Love  <fx@gnu.org>
8440
8441         * imap.el (imap-string-to-integer): Fix typo.
8442         (imap-fetch-safe): New function.
8443         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
8444
8445         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
8446
8447         * imap.el (imap-process-connection-type, imap-debug, imap-open):
8448         (imap-parse-greeting): Fix doc strings.
8449         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
8450         (imap-parse-flag-list): Make messages unique.
8451         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
8452
8453         * nnimap.el: Fix author email.
8454         (nnimap-split-rule): Add FIXME comment.
8455         (nnimap-debug): Fix doc string.
8456
8457 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8458
8459         * dns.el (dns-set-servers): Check "Address".  Fix typo.
8460
8461 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
8462
8463         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
8464         nslookup if resolv.conf isn't available.
8465         (dns-query): Rename from query-dns.
8466         (dns-query-cached): Rename from query-dns-cached.
8467
8468 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8469
8470         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
8471         overlay-arrow-position and overlay-arrow-string buffer-local; no need
8472         to check if those variables exist (first appeared in Emacs 18.50).
8473
8474 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8475
8476         * mm-util.el (mm-line-number-at-pos): New function.
8477
8478         * spam-report.el (spam-report-process-queue): Use it.
8479
8480 2008-12-24  David Engster  <dengste@eml.cc>
8481
8482         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
8483         parameters that haven't existed as variables as buffer-local variables.
8484
8485 2008-12-23  Dave Love  <fx@gnu.org>
8486
8487         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
8488         cadar.
8489
8490         * sieve-manage.el (sieve-manage-starttls-p): Rename from
8491         imap-starttls-p.
8492         (sieve-manage-starttls-open): Rename from imap-starttls-open.
8493
8494 2008-12-22  Dave Love  <fx@gnu.org>
8495
8496         * imap.el: Fix author email.  Doc fixes.
8497         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
8498         reply.
8499
8500 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
8501
8502         * spam-report.el (spam-report-gmane-max-requests): New constant.
8503         (spam-report-gmane-wait): New variable.
8504         (spam-report-gmane-ham, spam-report-gmane-spam)
8505         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
8506         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
8507         the server.
8508
8509         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
8510         Add explanations.
8511
8512         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
8513         nnheader-accept-process-output and nnheader-read-timeout if available.
8514         (pop3-movemail): Use it.
8515
8516         * message.el (message-check-news-body-syntax): Fix signature check if
8517         there's an attachment.
8518
8519 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8520
8521         * mm-util.el: Add comments to the mm- emulating functions.
8522
8523 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
8524
8525         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
8526         Reported by Stephen Berman <stephen.berman@gmx.net>.
8527
8528 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8529
8530         * mm-util.el (mm-substring-no-properties): New function.
8531         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
8532         (mm-special-display-p): Enable those lambda forms to be byte compiled.
8533         (mm-string-to-multibyte): Doc fix.
8534
8535         * mml.el (mml-attach-file): Use mm-substring-no-properties.
8536
8537 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8538
8539         * mml.el (mml-attach-file): Strip text properties from file name.
8540         (Bug#1574)
8541
8542 2008-12-16  Glenn Morris  <rgm@gnu.org>
8543
8544         * mm-util.el (mm-charset-override-alist): Declare for compiler.
8545
8546 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8547
8548         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
8549         knows since the charset specified might be a bogus alias that
8550         mm-charset-synonym-alist provides.
8551
8552 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8553
8554         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
8555         "ISO_8859-1".
8556
8557         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
8558
8559 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8560
8561         * mm-util.el (mm-charset-eval-alist):
8562         Define it before mm-charset-to-coding-system.
8563         (mm-charset-to-coding-system): Add optional argument `silent';
8564         define it before mm-charset-override-alist.
8565         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
8566         default value if it can be used in Emacs currently running;
8567         silence mm-charset-to-coding-system.
8568
8569 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8570
8571         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
8572         `allow-override' which says whether to use `mm-charset-override-alist'.
8573         (rfc2047-decode-encoded-words): Use it.
8574
8575         * mm-util.el (mm-charset-override-alist): Fix custom type;
8576         add `(gb2312 . gbk)' to choices.
8577
8578 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8579
8580         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
8581         fast.
8582
8583         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
8584
8585         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
8586
8587 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
8588
8589         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
8590         on links.
8591
8592         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
8593
8594 2008-12-03  Lute Kamstra  <lute@gnu.org>
8595
8596         * sha1.el: Remove leading * from docstrings of defcustoms,
8597         deffaces, defconsts and defuns.
8598
8599 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8600
8601         * message.el (message-idna-to-ascii-rhs-1): Protect against local
8602         users' addresses that don't have domain parts.
8603         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
8604         rather than message-narrow-to-head since there will be the message
8605         header separator.
8606
8607 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8608
8609         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
8610         since the result is inserted in a unibyte buffer anyway.
8611         (nnimap-demule-use-string-to-multibyte): Remove.
8612         (nnimap-demule): Alias it to mm-string-to-multibyte.
8613
8614 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
8615
8616         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
8617         variable for debugging bug#464 and bug#1174.
8618         (nnimap-demule): Use it.
8619
8620 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8621
8622         * gnus-score.el (gnus-score-find-trace): Handle default score in total
8623         score calculation correctly.
8624
8625 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8626
8627         * message.el (message-send-mail): Just set the buffer to unibyte
8628         rather than use mm-with-unibyte-current-buffer which does a lot more.
8629         (message-send-mail-partially): Don't bother with
8630         mm-with-unibyte-current-buffer since it's already been made unibyte by
8631         message-send-mail.
8632
8633 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
8634
8635         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
8636
8637 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
8638
8639         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
8640
8641 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8642
8643         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
8644         require itself and to remove `with-no-warnings'.
8645
8646 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
8647
8648         * starttls.el (starttls-any-program-available): Get the name of the
8649         available TLS layer program.
8650         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
8651         well as the host name in the "opening" message.
8652
8653         * auth-source.el (auth-source-cache, auth-source-do-cache)
8654         (auth-source-user-or-password): Cache passwords and logins by default,
8655         allow override with `auth-source-do-cache'.
8656         (auth-source-forget-user-or-password): Allow users to remove cache
8657         entries if needed.
8658
8659 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
8660
8661         * md4.el (md4-buffer): Fix typo in docstring.
8662         (md4, md4-64): Doc fixes.
8663         (md4-pack-int32): Reflow docstring.
8664
8665 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
8666
8667         * ietf-drums.el (ietf-drums-remove-comments): Localize second
8668         condition-case to only the forward-sexp call.
8669
8670 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
8671
8672         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
8673         quotes contained.  Make it more robust regardless by an extra
8674         condition-case wrapper.
8675
8676 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8677
8678         * lpath.el: No need to fbind codepage-setup for Emacs 23.
8679
8680 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8681
8682         * nnml.el (nnml-request-expire-articles): Check if the function set to
8683         `nnmail-expiry-target' returns the symbol `delete'.
8684
8685         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
8686
8687         * nnmail.el (nnmail-expiry-target): Fix custom type.
8688
8689 2008-10-02  Glenn Morris  <rgm@gnu.org>
8690
8691         * mm-util.el (mm-codepage-setup): Tweak codepage error.
8692         Silence compiler warning.
8693
8694 2008-10-01  Magnus Henoch  <mange@freemail.hu>
8695
8696         * tls.el (open-tls-stream): Show the actual command being
8697         executed, instead of the format string.
8698
8699 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8700
8701         * lpath.el: Fbind codepage-setup for Emacs 23.
8702
8703 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
8704
8705         * mml.el (mml-menu): Don't assume mml2015 is bound.
8706
8707 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8708
8709         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
8710         exists.
8711
8712 2008-09-27  Glenn Morris  <rgm@gnu.org>
8713
8714         * gnus-util.el (mail-header-remove-comments): Autoload it.
8715
8716 2008-09-27  Andreas Schwab  <schwab@suse.de>
8717
8718         * gnus-util.el (gnus-split-references): Strip comments.
8719         (gnus-parent-id): Likewise.
8720
8721 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
8722
8723         * message.el (message-confirm-send): Fix version.
8724
8725 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8726
8727         * message.el (message-idna-to-ascii-rhs-1): Use
8728         mail-extract-address-components rather than mail-header-parse-addresses
8729         that is an alias by default to ietf-drums-parse-addresses that does not
8730         support non-ASCII names in headers' contents.
8731
8732 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8733
8734         * message.el (message-confirm-send): Fix variable documentation to
8735         avoid the "y/n" wording.
8736
8737 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
8738
8739         * message.el (message-set-auto-save-file-name): Save to a different
8740         filename so multiple messages (especially drafts) can be recovered.
8741
8742 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
8743
8744         * message.el (message-confirm-send): Add appropriate version.
8745
8746 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
8747
8748         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
8749         defvar.
8750
8751 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
8752
8753         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
8754         (mm-pkcs7-enveloped-magic): Ditto.
8755
8756 2008-09-17  Simon Josefsson  <simon@josefsson.org>
8757
8758         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
8759         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
8760
8761 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
8762
8763         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
8764         default, it's better.
8765
8766 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
8767
8768         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
8769         summary line gnus-number property and ignore them (with a warning
8770         message).
8771
8772 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8773
8774         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
8775         macro caddr in the interactive form since it won't be expanded.
8776
8777 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8778
8779         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
8780         `charset'; fix name of function called recursively.
8781         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
8782
8783 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8784
8785         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
8786         (gnus-mime-set-charset-parameters): New function.
8787         (gnus-mime-view-part-as-charset): Use it to correctly display part
8788         specifying wrong charset.
8789
8790 2008-09-08  David Engster  <dengste@eml.cc>
8791
8792         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
8793         in completing-read for back end server.
8794
8795 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
8796
8797         * message.el (message-confirm-send): New variable to confirm sending a
8798         message.
8799         (message-send): Use it.
8800
8801 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
8802
8803         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
8804
8805 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8806
8807         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
8808
8809 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
8810
8811         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
8812         prevent tracking too many groups.
8813         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
8814         Use it.
8815
8816 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
8817
8818         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
8819         moving point to the bottom of the window in order to avoid recentering.
8820
8821 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8822
8823         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
8824
8825         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
8826         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
8827         (gnus-article-beginning-of-window): Fix calculation.
8828
8829 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8830
8831         * gnus-msg.el (gnus-summary-supersede-article)
8832         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
8833         value of gnus-newsgroup-charset to decode non-MIME encoded text in
8834         message header.
8835
8836 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
8837
8838         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
8839         pending output coming after the status change.
8840
8841 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
8842
8843         * message.el:
8844         * gnus-start.el:
8845         * gnus-registry.el: Remove VMS support.
8846
8847 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8848
8849         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
8850         macro.
8851         (rfc2104-hash): Use it.
8852
8853 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
8854
8855         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
8856         (gnus-summary-sort-by-most-recent-date): New commands.
8857         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
8858         and menu entries.
8859
8860 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8861
8862         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
8863         don't redisplay article for raw contents; remove plural articles stuff.
8864
8865         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
8866         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
8867         on gnus-summary-save-article; display results properly.
8868
8869 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8870
8871         * lpath.el: No need to fbind ns-focus-frame.
8872
8873 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8874
8875         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
8876
8877 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8878
8879         * gnus-art.el (gnus-summary-save-in-pipe):
8880         Consider gnus-save-all-headers.
8881
8882 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
8883
8884         * gnus-util.el (ns-focus-frame): Remove declaration.
8885         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
8886         like x.
8887
8888 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
8889
8890         * rfc2104.el (rfc2104-zero): Delete defconst.
8891         (rfc2104-hex-alist): Likewise.
8892         (rfc2104-hex-to-int): Delete func.
8893         (rfc2104-hexstring-to-bitstring): Likewise.
8894         (rfc2104-nybbles): New defconst.
8895         (rfc2104-hash): Rewrite for speed.
8896
8897 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8898
8899         * tls.el (open-tls-stream): Make it work with the 2nd argument
8900         BUFFER that is a string but does not exist as a buffer object, as
8901         mentioned in the doc-string.
8902
8903 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8904
8905         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
8906         SXEmacs.
8907
8908 2008-07-16  Glenn Morris  <rgm@gnu.org>
8909
8910         * gnus-util.el (ns-focus-frame): Declare for compiler.
8911
8912 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8913
8914         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
8915         set as a group parameter.
8916         (gnus-summary-save-in-pipe): Work when it is called independently.
8917         (gnus-summary-pipe-to-muttprint): Don't modify
8918         gnus-summary-pipe-output-default-command.
8919
8920 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8921
8922         * message.el (message-send-mail-with-sendmail):
8923         Display the error message.
8924
8925 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8926
8927         * gnus-art.el (gnus-default-article-saver):
8928         Add gnus-summary-save-in-pipe to choices.
8929         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
8930         gnus-summary-pipe-output-default-command as the default command.
8931         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
8932         instead of gnus-last-shell-command.
8933
8934         * gnus-sum.el (gnus-summary-pipe-output-default-command):
8935         New user option.
8936         (gnus-summary-muttprint-program): Mention the value will be changed.
8937         (gnus-summary-save-article): Force showing of all headers.
8938         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
8939
8940 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
8941
8942         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
8943
8944 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
8945
8946         * nnimap.el (nnimap-id):
8947         * sieve-manage.el (sieve-manage-open): Doc fixes.
8948
8949 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
8950
8951         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
8952         if available.
8953
8954 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8955
8956         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
8957
8958         * nnkiboze.el (nnkiboze-generate-group):
8959         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
8960
8961         * nnmairix.el: Require CL.
8962
8963 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8964
8965         * dgnushack.el: Autoload get-display-table and put-display-table for
8966         XEmacs 21.5.
8967
8968         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
8969         21.4 and SXEmacs.
8970
8971 2008-06-15  David Engster  <dengste@eml.cc>
8972
8973         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
8974
8975 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
8976
8977         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
8978         New macros that expand to an `aset'/`aref' call under Emacs, and to a
8979         runtime choice under XEmacs.
8980
8981         * gnus-sum.el (gnus-summary-set-display-table):
8982         Use `gnus-put-display-table', `gnus-get-display-table',
8983         `gnus-set-display-table' for the display table, instead of `aset'.
8984
8985         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
8986         Use `gnus-put-display-table', `gnus-get-display-table',
8987         `gnus-set-display-table' for the display table.
8988
8989 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
8990
8991         * nnmairix.el: Add autoloads.
8992
8993 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
8994
8995         * nnmairix.el (nnmairix-delete-recreate-group)
8996         (nnmairix-update-and-clear-marks): Fix error messages.
8997
8998 2008-06-14  David Engster  <dengste@eml.cc>
8999
9000         * nnmairix.el: Upgrade to version 0.6.
9001         (nnmairix-group-toggle-propmarks-this-group)
9002         (nnmairix-group-toggle-readmarks-this-group)
9003         (nnmairix-group-delete-recreate-this-group)
9004         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
9005         (nnmairix-remove-tick-mark-original-article): New commands.
9006         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
9007         (nnmairix-propagate-marks-to-nnmairix-groups)
9008         (nnmairix-only-use-registry, nnmairix-allowfast-default)
9009         (nnmairix-marks-cache, nnmairix-version-output): New variables.
9010         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
9011         functions needed for marks propagation and manipulation of read marks.
9012         (nnmairix-update-groups): New function.
9013         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
9014         (nnmairix-determine-original-group-from-registry)
9015         (nnmairix-determine-original-group-from-path)
9016         (nnmairix-get-group-from-file-path, nnmairix-map-range)
9017         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
9018         New helper functions.
9019         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
9020         keystrokes for new commands.
9021         (nnmairix-delete-and-create-on-change): Doc string cleanup.
9022         (nnmairix-request-group): Check allow-fast group parameter.
9023         (nnmairix-request-create-group): Set allow-fast group parameter if
9024         nnmairix-allowfast-default is set.
9025         (nnmairix-close-group): Propagate marks upon closing if needed.
9026         (nnmairix-group-toggle-threads-this-group): Use new.
9027         nnmairix-group-toggle-parameter helper function.
9028         (nnmairix-search): Better check for empty search result.
9029         (nnmairix-goto-original-article): Use new helper functions for
9030         determining original article.
9031         (nnmairix-show-original-article): Make sure message-id is in brackets.
9032         (nnmairix-call-mairix-binary): Change variable name.
9033         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
9034         helper function.
9035         (nnmairix-widget-toggle-activate): Fix doc string.
9036
9037 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9038
9039         * nnir.el: Require edmacro when compiling with XEmacs.
9040         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
9041         available in Emacs 21.
9042
9043 2008-06-11  Glenn Morris  <rgm@gnu.org>
9044
9045         * gnus-util.el (x-focus-frame):
9046         * gnus.el (image-size):
9047         * mm-decode.el (image-size): Declare.
9048
9049         * gnus-picon.el (declare-function): Add compat definition.
9050         (image-size): Declare.
9051
9052         * gnus-group.el (tool-bar-map):
9053         * gnus-sum.el (tool-bar-map): Define for compiler.
9054
9055         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
9056
9057         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
9058
9059         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
9060         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
9061         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
9062         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
9063         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
9064         * sieve-manage.el, spam-report.el, spam.el:
9065         Remove unnecessary eval-and-compile of autoloads.
9066
9067 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
9068
9069         * auth-source.el: Precise Tramp doc.
9070
9071 2008-06-07  Glenn Morris  <rgm@gnu.org>
9072
9073         * nnmairix.el: Remove unnecessary eval-when-compile.
9074
9075 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9076
9077         * lpath.el: Fbind propertize for XEmacs 21.4.
9078
9079 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
9080
9081         * nnir.el: Move here from ../contrib.
9082
9083 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9084
9085         * gnus-util.el (gnus-read-shell-command): New function.
9086         * mm-decode.el (mm-pipe-part):
9087         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
9088
9089 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9090
9091         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
9092
9093 2008-06-03  Glenn Morris  <rgm@gnu.org>
9094
9095         * pop3.el (nnheader-accept-process-output): Autoload it.
9096
9097 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9098
9099         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
9100         are not 2-digit hexadecimal characters that follow `%'s.
9101
9102 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9103
9104         * message.el (message-bogus-recipient-p): Fix type in doc string.
9105         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
9106         (message-bogus-addresses): Rename from message-bogus-address-regexp.
9107         Improve custom options.
9108         (message-bogus-recipient-p): Adjust accordingly.
9109
9110 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
9111
9112         * parse-time.el (parse-time-months, parse-time-weekdays): Add
9113         long-form month and day names.
9114
9115 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9116
9117         * dgnushack.el: Autoload debug, eudc-expand-inline and
9118         pgg-snarf-keys-region for XEmacs.
9119
9120         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
9121
9122         * nnmairix.el: Require edmacro when compiling with XEmacs.
9123
9124 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
9125
9126         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
9127         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
9128
9129 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
9130
9131         * auth-source.el: Add more docs.
9132
9133         * netrc.el (netrc-machine): Always match if the port is not given.
9134
9135 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9136
9137         * nnheader.el (nnheader-read-timeout): Change the default timeout from
9138         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
9139         retrieval faster in some cases, but might make CPU usage larger.
9140         If this has any bad side effects, we might revert this change.
9141
9142         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
9143         seems to make mail retrieval much, much faster.
9144         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
9145         unconditionally.
9146
9147         * gnus-draft.el (gnus-group-send-queue):
9148         Bind message-send-mail-partially-limit to nil to avoid being prompted.
9149
9150 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
9151
9152         * mml.el (mml-attach-buffer): Prompt for `disposition'.
9153
9154         * message.el (message-bogus-address-regexp): Fix and improve custom
9155         type.
9156         (message-setup-hook): Add message-check-recipients as custom option.
9157
9158 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
9159
9160         * message.el (message-cite-function): Remove bogus autoload which crept
9161         in during merge from v5-10.
9162
9163 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
9164
9165         * nnimap.el (nnimap-open-connection): Fix login/password bug.
9166
9167         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
9168
9169         * auth-source.el: Preliminary Tramp docs.
9170         (auth-sources): Change the default auth-sources to use
9171         EPA .gpg files.
9172
9173 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
9174
9175         * nntp.el: Autoload `auth-source-user-or-password'.
9176         (nntp-send-authinfo): Use it.
9177
9178         * nnimap.el: Autoload `auth-source-user-or-password'.
9179         (nnimap-open-connection): Use it.
9180
9181         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
9182         for the gnus-message function.
9183         (auth-source-user-or-password): Use it.
9184
9185 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9186
9187         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
9188         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
9189         (rfc2104-hash): Use it.
9190
9191 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
9192
9193         * gnus-art.el (gnus-article-toggle-truncate-lines):
9194         Don't use `iff' in docstring.
9195
9196 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
9197
9198         * gnus-registry.el: Adjusted copyright dates and added a keyword.
9199
9200         * gnus-util.el (gnus-extract-address-component-name)
9201         (gnus-extract-address-component-email): Convenience functions around
9202         `gnus-extract-address-components'.
9203
9204         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9205         Use `gnus-extract-address-component-email' to fix bug of comparing full
9206         sender name to `user-mail-address'.
9207
9208 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
9209
9210         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
9211         catch/throw to optimize.
9212         (gnus-registry-find-keywords): Just use member to find a keyword.
9213
9214 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9215
9216         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
9217         is current before calling gnus-server-prepare.
9218         (gnus-server-setup-buffer, gnus-server-update-server)
9219         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
9220
9221 2008-05-04  Juri Linkov  <juri@jurta.org>
9222
9223         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
9224         (mailcap-file-default-commands): Use mailcap-replace-in-string
9225         instead of replace-regexp-in-string, and mailcap-delete-duplicates
9226         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
9227
9228 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
9229
9230         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
9231
9232 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9233
9234         * gnus.el: Bump version to 0.11.
9235
9236 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9237
9238         * gnus.el: No Gnus v0.10 is released.
9239
9240 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9241
9242         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
9243         hooks.
9244         (gnus-update-read-articles): Speed up non-marks-using users.
9245         (gnus-use-marks): Define gnus-use-marks.
9246         (gnus-propagate-marks): Rename variable to something more sensible.
9247
9248 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
9249
9250         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
9251         (gmm-image-load-path-for-library): Fix typos in docstrings.
9252         (gmm-message): Reflow docstring.
9253
9254 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
9255
9256         * mail-source.el (mail-source-set-1, mail-source-bind):
9257         Move auth-source code out of the macro to clean it up and fix bugs.
9258
9259 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
9260
9261         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
9262         by sender if it's equal to user-mail-address, it's likely to be
9263         useless.
9264
9265         * mail-source.el (mail-source-bind): Don't use user or password if they
9266         are not bound.  Unintern them if they are nil.  Don't use server unless
9267         it's bound, and default it to empty string otherwise.
9268
9269 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
9270
9271         * mail-source.el: Load auth-source.el.
9272         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
9273         get user name or password, if auth-sources is set up.
9274
9275         * gnus-registry.el (gnus-registry-split-strategy): New variable for
9276         strategy of splitting with parent.
9277         (gnus-registry-split-fancy-with-parent)
9278         (gnus-registry-post-process-groups): Use it and fix prior
9279         bug (returning a list as the split result).
9280
9281         * auth-source.el (auth-sources): Remove server parameter.
9282         (auth-source-pick, auth-source-user-or-password)
9283         (auth-source-user-or-password-imap)
9284         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9285         (auth-source-user-or-password-sftp)
9286         (auth-source-user-or-password-smtp): Remove server parameter.
9287
9288 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
9289
9290         * smime.el (smime-sign-region, smime-encrypt-region)
9291         (smime-decrypt-region):
9292         Remove redundant calls to `generate-new-buffer-name'.
9293
9294 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
9295
9296         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
9297         Don't use QP for message/rfc822.
9298         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
9299
9300 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9301
9302         * sieve-manage.el (sieve-string-bytes): Remove.
9303         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
9304         correct byte-length only if the process's coding-system is the same as
9305         the one used internally by Emacs to represent strings.
9306
9307 2008-04-22  Juri Linkov  <juri@jurta.org>
9308
9309         * mailcap.el (mailcap-file-default-commands): New function.
9310
9311 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
9312
9313         * message.el (message-signature-separator, message-cite-function):
9314         Change custom version.
9315
9316 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
9317
9318         * tls.el (tls-program): Add -ign_eof argument to call the openssl
9319         commands.
9320         (tls-checktrust): Ditto.
9321
9322 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
9323
9324         * mm-decode.el (mm-display-external): Make temp file read-only.
9325
9326 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9327
9328         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
9329         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
9330         `C-c C-f d'.
9331
9332 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
9333
9334         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
9335
9336 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9337
9338         * gnus.el: Bump version to 0.9.
9339
9340 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
9341
9342         * gnus.el: No Gnus v0.8 is released.
9343
9344 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9345
9346         * mail-source.el (mail-source-value):
9347         Prefer fboundp to functionp so it works with macros as well.
9348
9349 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9350
9351         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9352         Fix last change in case the element is not even a symbol.
9353
9354 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9355
9356         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9357         Prefer fboundp to functionp so it works with macros as well.
9358
9359 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
9360
9361         * auth-source.el: Add docs.
9362         (auth-sources): Modify format to support server.
9363         (auth-source-pick, auth-source-user-or-password)
9364         (auth-source-user-or-password-imap)
9365         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9366         (auth-source-user-or-password-sftp)
9367         (auth-source-user-or-password-smtp): Add server parameter.
9368
9369 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
9370
9371         * gnus-registry.el: Initialize the registry when gnus-registry-install
9372         is t.
9373
9374 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9375
9376         * compface.el (uncompface): Make buffer unibyte.
9377
9378 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9379
9380         * mail-source.el (mail-source-value):
9381         Prefer fboundp to functionp so it works with macros as well.
9382
9383 2008-04-05  Glenn Morris  <rgm@gnu.org>
9384
9385         * gnus-ems.el (mm-disable-multibyte): Autoload it.
9386
9387 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9388
9389         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
9390         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
9391
9392         * nnheader.el (nnheader-init-server-buffer): Change buffer's
9393         multibyteness after rather than before erasing it.
9394
9395         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
9396         mm-with-multibyte.
9397         (gnus-request-article-this-buffer): Make sure the proper decoding is
9398         used if gnus-original-article-buffer happens to be unibyte.
9399
9400         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
9401         default-enable-multibyte-characters.
9402
9403         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
9404         default-enable-multibyte-characters.
9405
9406         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
9407
9408         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
9409
9410 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9411
9412         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9413         Fix last change in case the element is not even a symbol.
9414
9415 2008-04-02  Simon Josefsson  <simon@josefsson.org>
9416
9417         * imap.el (imap-enable-exchange-bug-workaround): New variable.
9418         (imap-message-copyuid-1): Use it.
9419         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
9420         J. Williams in
9421         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
9422
9423         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
9424         imap-enable-exchange-bug-workaround.
9425         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
9426
9427 2008-04-01  Simon Josefsson  <simon@josefsson.org>
9428
9429         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
9430         a 100 byte status-checks into a 2-3MB transfer for each group.
9431         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
9432         to enable bug workaround or not.
9433         (nnimap-find-minmax-uid): Only enable workaround conditionally.
9434
9435 2008-03-31  Glenn Morris  <rgm@gnu.org>
9436
9437         * message.el (mml2015-use): Declare for compiler.
9438         (message-info): Require mml2015 when appropriate.
9439
9440 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9441
9442         * Makefile.in (EMACS_COMP): Quote directory name that might contain
9443         whitespace.
9444
9445 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9446
9447         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
9448         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
9449         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
9450         (nntp-service-to-port): New function.
9451         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
9452         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
9453         (nntp-open-netcat-stream): New function.
9454         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
9455
9456 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
9457
9458         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
9459
9460 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9461
9462         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
9463
9464 2008-03-28  Magnus Henoch  <mange@freemail.hu>
9465
9466         * dns.el (dns-write): Use set-buffer-multibyte.
9467
9468 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
9469
9470         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
9471
9472 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9473
9474         * message.el (message-signature-separator): Change default.
9475         Improve custom type.
9476         (message-cite-function): Change default to
9477         message-cite-original-without-signature.
9478
9479         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
9480         toggle.
9481
9482         * message.el (message-check-news-body-syntax): Fix signature check.
9483         (message-setup-1): Mark buffer as unmodified _after_ running
9484         message-setup-hook and handling message-alternative-emails.
9485         (message-shorten-references): Be more strict when building list of
9486         valid references to comply with GNKSA.
9487
9488         * gnus-group.el (gnus-read-ephemeral-bug-group)
9489         (gnus-read-ephemeral-debian-bug-group)
9490         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
9491
9492         * message.el (message-info): Don't use booleanp which isn't supported
9493         in Emacs 21 and XEmacs.
9494
9495 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
9496
9497         * gnus-group.el (gnus-gmane-group-download-format): Rename from
9498         gnus-group-gmane-group-download-format.
9499         (gnus-group-read-ephemeral-gmane-group): Rename from
9500         gnus-group-read-ephemeral-gmane-group.
9501         (gnus-read-ephemeral-gmane-group-url): Rename from
9502         gnus-group-read-ephemeral-gmane-group-url.
9503         (gnus-bug-group-download-format-alist): New variable.
9504         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
9505         (gnus-read-ephemeral-emacs-bug-group): New commands.
9506
9507 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9508
9509         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
9510         (gnus-visible-headers): Improve custom type.
9511
9512 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9513
9514         * mml.el (mml-menu): Add workarounds for XEmacs.
9515
9516         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
9517         X-Boundary header.
9518
9519         * message.el (message-simplify-recipients): Fix previous commit.
9520
9521 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9522
9523         * mm-util.el (mm-set-buffer-multibyte): New function.
9524         * mm-decode.el (mm-copy-to-buffer): Use it.
9525
9526         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
9527         Prefer fboundp to functionp so it works with macros as well.
9528
9529 2008-03-19  Glenn Morris  <rgm@gnu.org>
9530
9531         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
9532         Accidentally removed in the sync process with Emacs.
9533
9534 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
9535
9536         * message.el (message-alter-recipients-discard-bogus-full-name):
9537         New function.
9538         (message-alter-recipients-function): New variable.
9539         (message-get-reply-headers): Use it.
9540         (message-replace-header): New helper function.
9541         (message-recipients-without-full-name): New variable.
9542         (message-simplify-recipients): New command.
9543
9544         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
9545
9546         * message.el (message-info): Handle EasyPG manual.
9547
9548         * mml.el (mml-menu): Add entry for EasyPG.
9549
9550 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
9551
9552         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
9553         parameter.
9554
9555         * message.el (message-disassociate-draft): Specify drafts group name
9556         fully.
9557
9558 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
9559
9560         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9561         Eliminate unnecessary duplicates from the match list.
9562
9563 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9564
9565         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
9566
9567         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
9568
9569         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
9570         args of `how-many' of which the XEmacs version doesn't take; declare
9571         Info-index-next as function.
9572
9573 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9574
9575         * gnus-score.el (gnus-score-headers): Fix handling of
9576         gnus-inhibit-slow-scoring.
9577
9578         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
9579         string.
9580         (gnus-button-url-regexp): Improve handling of parenthesis.
9581         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
9582         (gnus-button-handle-info-keystrokes): Handle index entries.
9583
9584 2008-03-15  Glenn Morris  <rgm@gnu.org>
9585
9586         * parse-time.el (parse-time-string): Simplify.
9587
9588 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9589
9590         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
9591         Incoming* files.
9592
9593 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
9594
9595         * auth-source.el (auth-sources): Rename from auth-source-choices.
9596         (auth-source-pick): Use it.
9597
9598 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9599
9600         * binhex.el (binhex-decode-region-internal):
9601         * uudecode.el (uudecode-decode-region-internal):
9602         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
9603         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
9604         setting default-enable-multibyte-characters.
9605
9606 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
9607
9608         * auth-source.el (auth-source-protocols)
9609         (auth-source-protocols-customize, auth-source-choices): Add and
9610         modified variable customizations and defaults.
9611         (auth-source-pick, auth-source-user-or-password)
9612         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
9613         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
9614         (auth-source-user-or-password-sftp)
9615         (auth-source-user-or-password-smtp): Use new variables and provide an
9616         interface to netrc.el.
9617
9618 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9619
9620         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
9621         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
9622         Make sure the nntp port to specify is a string.
9623
9624 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9625
9626         * nntp.el: Use with-current-buffer.
9627         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
9628         dubious mm-with-unibyte-current-buffer.
9629         (nntp-with-open-group-function): New function extracted from
9630         nntp-with-open-group macro.
9631         (nntp-with-open-group): Use the function, so it's easier to debug.
9632         Add indentation and debugging info.
9633         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
9634         Recommend the use of the netcat alternatives.
9635
9636         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
9637         Avoid mm-string-as-multibyte as well.
9638
9639         * nnweb.el (nnweb-insert-html):
9640         Remove use of nnheader-string-as-multibyte.
9641
9642         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
9643         (nnheader-string-as-multibyte): Remove.
9644
9645         * mm-view.el: Use inhibit-read-only.
9646         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
9647         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
9648         or unibyte-string.
9649
9650         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
9651         (mm-uu-yenc-extract): Use with-current-buffer.
9652
9653         * gnus-soup.el (gnus-soup-send-packet): Don't use
9654         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
9655
9656         * nnmh.el: Use with-current-buffer.
9657         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
9658         mm-string-as-multibyte on the output of mm-encode-coding-string.
9659
9660         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
9661         (nnimap-request-move-article): Use with-current-buffer.
9662
9663         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
9664         inserting the handle-buffer's text, so the implicit multibyte->unibyte
9665         conversion uses string-make-unibyte rather than string-as-unibyte.
9666
9667         * gnus-msg.el: Use with-current-buffer.
9668
9669         * message.el (message-ignored-resent-headers): Add "Delivered-To".
9670
9671 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
9672
9673         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
9674         string for caching if it is 'PIN.
9675
9676 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9677
9678         * lpath.el: Consider the case without Emacs/W3.
9679
9680 2008-03-08  Glenn Morris  <rgm@gnu.org>
9681
9682         * time-date.el (date-to-time, time-subtract, time-add)
9683         (safe-date-to-time): Doc fixes.
9684
9685 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9686
9687         * mail-source.el (mail-source-delete-old-incoming-confirm):
9688         Change default to nil.
9689         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
9690
9691 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9692
9693         * lpath.el: Rearrange.
9694
9695         * gnus-art.el (gnus-narrow-to-page): Position point properly.
9696         (gnus-article-goto-prev-page): Work for articles having ^L's.
9697
9698         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
9699
9700         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
9701
9702 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
9703
9704         * gnus-bookmark.el: Adjust for renames in bookmark.el.
9705         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
9706         (gnus-bookmark-jump): Adjust some variable names.
9707
9708 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
9709
9710         * auth-source.el: New package.
9711         (auth-source-choices): Add customization entry point variable.
9712
9713         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
9714         bug.
9715
9716 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
9717
9718         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
9719         (gnus-registry-initialize, gnus-registry-install-p): Use it.
9720         (gnus-registry-install-shortcuts): Rename from
9721         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
9722         the `gnus-registry-mark-map' keymap dynamically from
9723         `gnus-registry-marks'.  The generated functions update the summary line
9724         when a registry mark is added or deleted, and will call
9725         `gnus-registry-install-p' (see the comments in the code).
9726         (gnus-registry-user-format-function-M): Use concat intelligently.
9727
9728         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
9729         the registry mark functions.
9730
9731 2008-03-05  Glenn Morris  <rgm@gnu.org>
9732
9733         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
9734         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
9735         gnus-art.
9736         (top-level): No need to load own source when compiling.
9737
9738 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
9739
9740         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
9741         Suggested by <chris.anderton@zetnet.co.uk>.
9742
9743 2008-03-04  Glenn Morris  <rgm@gnu.org>
9744
9745         * gnus-sum.el (top-level): No need to require gnus when compiling,
9746         since unconditionally required near start of file.
9747         (gnus-summary-display-while-building): Move definition before use.
9748
9749 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
9750
9751         * gnus-registry.el (gnus-registry-user-format-function-M):
9752         Add formatting function.
9753
9754 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
9755
9756         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
9757         with plists.
9758         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
9759         Use new format.
9760
9761 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9762
9763         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
9764         `where-is-internal' that returns a range of key sequences.
9765
9766 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9767
9768         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
9769
9770         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
9771         (gnus-summary-jump-to-group): Consider windows on other displayed
9772         frames as well.  Similar changes might be needed elsewhere, but that's
9773         the one I've bumped into during my use.
9774
9775         * nndoc.el (nndoc-oe-dbx-type-p):
9776         * gnus-msg.el (gnus-debug):
9777         * gnus-group.el (gnus-update-group-mark-positions):
9778         Use mm-string-to-multibyte.
9779
9780 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9781
9782         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
9783         doesn't handle NotDashEscaped.
9784
9785         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
9786         (mml-dnd-attach-options): Fix typo in custom choice.
9787
9788         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
9789         Change nndoc-article-type to mbox.
9790         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
9791
9792         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
9793         to nil, instead of html2text.
9794
9795         * imap.el (imap-debug): Add `imap-ping-server'.
9796
9797         * gnus-bookmark.el: Add FIXMEs.
9798
9799         * message.el (message-form-letter-separator)
9800         (message-send-form-letter-delay): New variables.
9801         (message-send-form-letter): Use them.  New command to send form
9802         letters.  Requested by Uwe Siart.
9803         (message-send-mail-function): Doc fix.  Add "Other" custom option.
9804
9805 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9806
9807         * Update copyright years.
9808
9809 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9810
9811         Sync from EMACS_22_BASE.
9812
9813         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
9814
9815 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
9816
9817         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
9818         empty author.
9819
9820 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
9821
9822         * gnus-registry.el (gnus-registry-marks): Add variable for
9823         customization of marks and their appearance.
9824         (gnus-registry-read-mark): Use it.
9825         (gnus-registry-do-marks): Add utility function to loop through
9826         `gnus-registry-marks'.
9827         (gnus-registry-install-shortcuts-and-menus): Add function to install
9828         shortcuts and menus.
9829         (gnus-registry-initialize): Use it.
9830         (gnus-registry-default-mark): Clarify documentation.
9831
9832 2008-02-29  Glenn Morris  <rgm@gnu.org>
9833
9834         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
9835         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
9836         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
9837         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
9838         Change defcustom :version from 23.0 to 23.1.
9839
9840 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
9841
9842         * gnus-registry.el (gnus-registry-follow-group-p)
9843         (gnus-registry-post-process-groups): Add functions to aid registry
9844         splitting and improve logging.  Clarify behavior in function
9845         documentation.
9846         (gnus-registry-split-fancy-with-parent): Use them.
9847
9848 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9849
9850         * gnus-art.el: Use with-current-buffer.
9851
9852 2008-02-27  David Engster  <dengste@eml.cc>
9853
9854         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
9855         Express real group name in the response.
9856
9857 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9858
9859         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
9860         (nnmairix-last-server, nnmairix-current-server): Defvar them.
9861         (nnmairix-goto-original-article): Defvar gnus-registry-install and
9862         autoload gnus-registry-fetch-group when compiling.
9863         (nnmairix-request-group-with-article-number-correction):
9864         Remove unreferenced argument passed to nnmairix-call-backend.
9865
9866 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9867
9868         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
9869         (mm-uu-extract): Improve face for low color ttys.
9870         Reported by Sascha Wilde.
9871
9872 2008-02-27  Glenn Morris  <rgm@gnu.org>
9873
9874         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
9875         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
9876         variables to defconsts.  Convert comments to doc-strings.
9877         (nnmairix-last-server, nnmairix-current-server): Convert from free
9878         variables to defvars.  Convert comments to doc-strings.
9879         (gnus-registry-fetch-group): Autoload.
9880         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
9881         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
9882         (nnmairix-widget-build-editable-fields): Use car cddr rather than
9883         caddr.
9884         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
9885         nnmairix-request-group-with-article-number-correction call.
9886         (nnmairix-fast, nnmairix-group): New, less general names, for free
9887         variables passed from nnmairix-request-group to
9888         nnmairix-request-group-with-article-number-correction.  Declare.
9889         (nnmairix-request-group-with-article-number-correction):
9890         Use nnmairix-fast, nnmairix-group rather than fast, group.
9891
9892 2008-02-26  David Engster  <dengste@eml.cc>
9893
9894         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
9895         version 0.5.
9896
9897 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
9898
9899         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
9900         instead of making an extra function call.  Don't add the current group
9901         to articles only when they have the group.  Use
9902         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
9903         Reported by David <de_bb@arcor.de>.
9904
9905 2008-02-24  Miles Bader  <miles@gnu.org>
9906
9907         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
9908         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
9909         (mm-find-mime-charset-region):
9910         * mm-bodies.el (mm-encode-body):
9911         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
9912
9913 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9914
9915         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
9916         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
9917
9918 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
9919
9920         * mail-source.el (mail-source-delete-incoming): Change default.
9921         Supplement doc string.
9922
9923         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
9924
9925 2008-02-14  Glenn Morris  <rgm@gnu.org>
9926
9927         * time-date.el (format-seconds): New function.
9928
9929 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9930
9931         * nnmail.el (nnmail-message-id-cache-file): Derive from
9932         `gnus-home-directory'.
9933
9934 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
9935
9936         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
9937         Document negative prefix.
9938
9939         * gnus-group.el (gnus-group-read-group): Document negative prefix.
9940
9941 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9942
9943         * message.el (message-unsent-separator): Add the Exim bounce
9944         separator.
9945
9946 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
9947
9948         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
9949         list.
9950         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
9951         recipient/signer list.
9952
9953 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9954
9955         * Makefile.in (datarootdir): Define.
9956         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
9957         name that might contain whitespace.
9958
9959 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9960
9961         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
9962         fbound (Emacs 23 unicode), signal an error.
9963
9964 2008-02-08  Glenn Morris  <rgm@gnu.org>
9965
9966         * gnus-art.el (pgg-display-output-buffer): Declare as function.
9967
9968 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
9969
9970         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
9971         ports to the calls to `netrc-machine-user-or-password' in addition to
9972         "imap" and "imaps".
9973
9974 2008-02-01  Zhang Wei  <id.brep@gmail.com>
9975
9976         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
9977
9978         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
9979
9980 2008-02-01  Kenichi Handa  <handa@m17n.org>
9981
9982         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
9983         rfc2104-hexstring-to-bitstring and changed to return a byte list.
9984         (rfc2104-hash): Convert the result of concat to unibyte string.
9985
9986 2008-02-01  Dave Love  <fx@gnu.org>
9987
9988         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
9989         coding-system-for-read.
9990         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
9991
9992 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
9993
9994         * gnus.el (gnus-group-startup-message): Add `find-image' call before
9995         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
9996         <hanche@math.ntnu.no>.
9997
9998 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9999
10000         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
10001
10002         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
10003
10004 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
10005
10006         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
10007         * message.el (message-beginning-of-line): Use featurep instead of bound
10008         tests in order to resolve conditionals at compile time.
10009
10010 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
10011
10012         * mail-source.el (mail-sources): Add `group' choice.
10013
10014         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
10015         parameter `in-group' to control into which group the articles go.
10016         Add treatment of `group' mail-source.
10017
10018 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10019
10020         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
10021
10022         * mm-decode.el (mm-dissect-buffer): Decode description.
10023
10024         * mml.el (mml-to-mime): Encode message header first.
10025
10026 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10027
10028         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
10029         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
10030
10031         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
10032         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
10033
10034 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
10035
10036         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
10037
10038 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10039
10040         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
10041         prefix keys.
10042         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
10043         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
10044         gnus-xmas.el.
10045
10046         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
10047         (gnus-xmas-article-describe-bindings): New function.
10048         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
10049         gnus-xmas-article-describe-bindings.
10050
10051         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
10052
10053 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
10054
10055         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
10056         Add new variables for article mark management.
10057         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
10058         list of extra data entries which, when present, will indicate that the
10059         article ID should not be trimmed from the registry.
10060         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
10061         functions.
10062         (gnus-registry-read-mark): New function to read a mark name from the
10063         user.
10064         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
10065         (gnus-registry-set-article-mark-internal): New functions to add and
10066         remove marks.
10067         (gnus-registry-get-article-marks): New function to show the marks for
10068         an article, or retrieve them for further use.
10069
10070 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10071
10072         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
10073         keys when no argument is given.
10074
10075 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10076
10077         * imap.el (imap-ping-server): New variable.
10078         (imap-opened): On add extra ping if imap-ping-server is non-nil.
10079         (imap-ping-server): Minor doc string fixes.
10080
10081 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10082
10083         * imap.el (imap-ping-server): New function.
10084         (imap-opened): Call imap-ping-server.
10085
10086 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10087
10088         * gnus-sum.el (gnus-article-sort-by-random)
10089         (gnus-thread-sort-by-random): Fix doc strings.
10090         Reported by jidanni@jidanni.org.
10091
10092 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10093
10094         * gnus-art.el (gnus-article-describe-bindings): New function.
10095         (gnus-article-read-summary-keys): Use it.
10096         (gnus-article-mode-map): Bind `C-h b' to it.
10097
10098 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10099
10100         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
10101         XEmacs.
10102         (gnus-article-describe-key, gnus-article-describe-key-briefly):
10103         Protect against non-character events.
10104
10105         * lpath.el: Fbind map-keymap for Emacs 21.
10106
10107 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
10108
10109         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
10110         New command.
10111         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
10112         instead of END.  Change name of the temp file.
10113         (gnus-group-gmane-group-download-format): Add doc string.  Make it
10114         customizable.
10115
10116 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10117
10118         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
10119         bind `S W' to gnus-article-wide-reply-with-original; set default
10120         binding to gnus-article-read-summary-send-keys.
10121         (gnus-article-read-summary-keys): Fix the order of keys; display
10122         continuation keys correctly in the echo area; describe bindings
10123         correctly when keys end with `C-h'.
10124         (gnus-article-read-summary-send-keys): New function.
10125         (gnus-article-describe-key, gnus-article-describe-key-briefly):
10126         Work for gnus-article-read-summary-send-keys; display continuation keys
10127         correctly in the echo area.
10128         (gnus-article-reply-with-original): Ignore prefix argument.
10129         (gnus-article-wide-reply-with-original): New function.
10130
10131         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
10132         Emacs 21.
10133
10134 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10135
10136         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
10137         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
10138
10139 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
10140
10141         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
10142         (gnus-group-read-ephemeral-gmane-group): New command.
10143
10144 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
10145
10146         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
10147
10148 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10149
10150         * message.el (message-send-mail-function): Increase custom version.
10151
10152         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
10153         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
10154
10155 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
10156
10157         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
10158         for the cases where imap-authenticate is called with a nil buffer
10159         parameter.
10160
10161 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10162
10163         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
10164         html parts correctly; support forwarded messages.
10165         (gnus-article-browse-html-article): Remove work buffers.
10166
10167         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
10168         compiling.
10169         (netrc-bound-and-true-p): New macro.
10170         (netrc-parse): Use it instead of bound-and-true-p that is not available
10171         in XEmacs 21.4.
10172
10173 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
10174
10175         * gnus-registry.el (gnus-registry-mark-article)
10176         (gnus-registry-article-marks): Add functionality to mark articles
10177         through the Gnus registry.
10178
10179         * encrypt.el: Clarify documentation for the new pgg method.
10180         (encrypt-file-alist): Add PGG option.
10181         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
10182         functionality.  Abstract password key and messaging to external
10183         functions.
10184         (encrypt-password-key, encrypt-get-passphrase-if-needed)
10185         (encrypt-message-method-and-cipher): Add new convenience external
10186         functions.
10187         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
10188         (encrypt-pgg-process-buffer): Add PGG functionality glue.
10189
10190         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
10191         (netrc-parse): Use encrypt-file-alist to determine if
10192         encrypt-find-model or encrypt-insert-file-contents should be used.
10193
10194         * encrypt.el: Clarify documentation.  Load password-cache or
10195         password, whichever one is found first, instead of autoloading.
10196
10197 2007-12-19  Glenn Morris  <rgm@gnu.org>
10198
10199         * mml.el (message-options-set, message-narrow-to-head)
10200         (message-in-body-p, message-mail-p, message-encode-message-body):
10201         Autoload.
10202         (message-remove-header, message-narrow-to-headers-or-head)
10203         (message-subscribed-p, message-make-mail-followup-to)
10204         (message-position-on-field, message-news-p)
10205         (message-options-set-recipient, message-generate-headers)
10206         (message-sort-headers): Declare as functions.
10207
10208 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10209
10210         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
10211         convention in doc string.
10212
10213 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10214
10215         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
10216         title to html parts.
10217         (gnus-article-browse-html-article): Pass message header to it.
10218
10219         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
10220
10221 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
10222
10223         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
10224         or password compatible with XEmacs.
10225
10226 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10227
10228         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
10229         format document.
10230         (gnus-mime-delete-part): Don't write description line if empty.
10231         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
10232
10233 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
10234
10235         * gnus-sum.el (gnus-summary-mark-unread-as-read)
10236         (gnus-summary-mark-read-and-unread-as-read)
10237         (gnus-summary-mark-current-read-and-unread-as-read)
10238         (gnus-summary-mark-unread-as-ticked): Doc fix.
10239         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
10240
10241 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
10242
10243         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
10244         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
10245
10246 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
10247
10248         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
10249         yes-or-no-p.
10250
10251 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10252
10253         * mm-decode.el (mm-add-meta-html-tag): New function.
10254         (mm-save-part-to-file, mm-pipe-part): Use it.
10255
10256         * gnus-art.el (gnus-article-browse-delete-temp-files):
10257         Use gnus-y-or-n-p instead of y-or-n-p.
10258         (gnus-article-browse-html-parts): Work with message/external-body; use
10259         mm-add-meta-html-tag.
10260
10261 2007-12-11  Glenn Morris  <rgm@gnu.org>
10262
10263         * gnus-cache.el: Require gnus-sum not just when compiling.
10264
10265         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
10266
10267         * gnus-int.el (gnus-server-opened, gnus-status-message):
10268         Move definitions before use.
10269
10270         * mm-decode.el: Require gnus-util.
10271         (mm-remove-part): Only call delete-annotation on XEmacs.
10272
10273         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
10274
10275         * nnmail.el: Require gnus-int.
10276
10277         * spam.el: Move `require's before `eval-when-compile's.
10278
10279         * gnus-ems.el (gnus-alive-p):
10280         * gnus-fun.el (message-goto-eoh):
10281         * gnus-util.el (gnus-group-name-decode):
10282         * mail-source.el (gnus-compress-sequence):
10283         * message.el (Info-goto-node, format-spec):
10284         * mm-bodies.el (message-options-get):
10285         * mm-decode.el (mm-view-pkcs7):
10286         * mm-util.el (gmm-write-region):
10287         * mml-smime.el (mml-compute-boundary)
10288         (gnus-completing-read-with-default):
10289         * mml.el (widget-button-press, gnus-make-hashtable):
10290         * mml1991.el (mm-decode-content-transfer-encoding)
10291         (mm-encode-content-transfer-encoding)
10292         (message-options-get, message-options-set):
10293         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
10294         * nnfolder.el (gnus-request-group):
10295         * nnheader.el (ietf-drums-unfold-fws):
10296         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
10297         * smime.el (gnus-run-mode-hooks):
10298         * spam-stat.el (gnus-message): Autoload.
10299
10300         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
10301         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
10302         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
10303         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
10304         Add declare-function compatibility definition.
10305
10306         * gnus-cache.el (nnvirtual-find-group-art):
10307         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
10308         (gnus-add-image, gnus-add-wash-type):
10309         * gnus-group.el (nnkiboze-score-file):
10310         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
10311         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
10312         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
10313         (message-tokenize-header, gnus-get-buffer-create)
10314         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
10315         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
10316         * gnus.el (gnus-group-decoded-name):
10317         * mail-source.el (imap-capability):
10318         * mm-bodies.el (message-options-set):
10319         * mm-decode.el (gnus-configure-windows):
10320         * mm-extern.el (message-goto-body):
10321         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
10322         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
10323         (epg-sub-key-validity, message-options-set):
10324         * mml.el (widget-event-point, gnus-configure-windows):
10325         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
10326         * mml2015.el (epg-check-configuration, epg-configuration)
10327         (message-options-set):
10328         * nndb.el (nndb-request-article):
10329         * nnfolder.el (gnus-request-create-group):
10330         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
10331         * nnmaildir.el (gnus-group-mark-article-read):
10332         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
10333         * rfc1843.el (message-fetch-field):
10334         * spam.el (gnus-extract-address-components):
10335         Declare as functions.
10336
10337 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10338
10339         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
10340
10341         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
10342
10343         * lpath.el: Fbind run-mode-hooks for Emacs 21;
10344         bind show-trailing-whitespace for XEmacs.
10345
10346 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10347
10348         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
10349         new no-op macro for backward compatibility.
10350
10351         * imap.el (imap-string-to-integer): New function.
10352
10353 2007-12-09  Glenn Morris  <rgm@gnu.org>
10354
10355         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
10356
10357         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
10358         * message.el, mm-view.el, sieve-manage.el, smime.el:
10359         Add declare-function compatibility definition.
10360
10361         * gnus-art.el (w3-region, w3m-region, Info-menu):
10362         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
10363         * gnus-sum.el (gnus-get-predicate):
10364         * gnus-util.el (mm-append-to-file, w32-focus-frame):
10365         * message.el (mail-abbrev-in-expansion-header-p):
10366         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
10367         (w3m-detect-meta-charset, w3m-region):
10368         * sieve-manage.el (password-read, password-cache-add)
10369         (password-cache-remove):
10370         * smime.el (password-read-and-add): Declare as functions.
10371
10372 2007-12-08  David Kastrup  <dak@gnu.org>
10373
10374         * gnus-sum.el (gnus-summary-simplify-subject-query):
10375         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
10376         `message'.
10377
10378 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10379
10380         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
10381         it to bind idna-program, installation-directory, defined-colors, and
10382         face-attribute for XEmacs of the version that compiles defcustom forms.
10383
10384 2007-12-07  Glenn Morris  <rgm@gnu.org>
10385
10386         * gnus-art.el (article-make-date-line): Revert previous change.
10387
10388 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10389
10390         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
10391
10392 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
10393
10394         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
10395         Call gnus-add-to-range ranges only once with a prepared article-list.
10396
10397 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
10398
10399         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
10400         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
10401         group names with backslashes.
10402         Reported by Tassilo Horn <tassilo@member.fsf.org>.
10403
10404 2007-12-06  Deepak Goel  <deego3@gmail.com>
10405
10406         * gnus-art.el (article-make-date-line):
10407         * gnus-start.el (gnus-load):
10408         * pop3.el (pop3-read-response): Fix buggy call to `error'.
10409
10410 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10411
10412         * gnus-art.el (gnus-use-idna)
10413         * gnus-start.el (gnus-site-init-file)
10414         * message.el (message-use-idna)
10415         * mm-uu.el (mm-uu-hide-markers)
10416         * smiley.el (smiley-style): Revert changes that suppress warnings.
10417
10418 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10419
10420         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
10421         specify charset to html source.
10422         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
10423
10424 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10425
10426         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
10427         idna-program in order to suppress byte compile warning issued by XEmacs
10428         that came to byte compile the default value section of defcustom forms
10429         recently.
10430
10431         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
10432         value of installation-directory.
10433
10434         * message.el (message-use-idna): Don't directly refer to the value of
10435         idna-program.
10436
10437         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
10438
10439         * smiley.el (smiley-style): Don't directly call face-attribute.
10440
10441 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
10442
10443         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
10444
10445         * gnus-dired.el: Reduce Gnus dependencies.
10446         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
10447         Don't require.  Use autoloads instead.
10448         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
10449         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
10450         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
10451         (gnus-dired-mode): Adjust doc string.
10452         (gnus-dired-mail-mode): New variable.
10453         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
10454         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
10455         (gnus-dired-mail-buffers): New function.  Return mail or message
10456         composition buffers.
10457         (gnus-dired-attach): Use it.
10458         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
10459         NO-DECODE.
10460         (gnus-dired-print): Use `gnus-print-buffer' depending on
10461         `gnus-dired-mail-mode'.
10462
10463 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10464
10465         * rfc2047.el (rfc2047-encoded-word-regexp)
10466         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
10467         explaining what regexp patterns are for.
10468
10469 2007-12-04  Glenn Morris  <rgm@gnu.org>
10470
10471         * password.el: Move to password-cache.el.
10472
10473         * mml1991.el (password-read, password-cache-add, password-cache-remove):
10474         * mml2015.el (password-read, password-cache-add, password-cache-remove):
10475         * mml-smime.el (password-read, password-cache-add)
10476         (password-cache-remove):
10477         No need to autoload, since mml-sec requires password.
10478
10479         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
10480         * message.el (gnus-extract-address-components):
10481         * mml-smime.el (gnus-extract-address-components): Define for compiler.
10482
10483         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
10484         password.
10485
10486 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
10487
10488         * mailcap.el: Reduce dependencies.
10489         (mail-header-parse-content-type): Autoload.
10490         (mailcap-delete-duplicates): New alias.
10491         (mailcap-mime-info): Add optional argument NO-DECODE.
10492         (mailcap-mime-types): Use mailcap-delete-duplicates.
10493
10494         * message.el (message-ignored-supersedes-headers): Add "X-ID".
10495
10496 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
10497
10498         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
10499         (imap-parse-status): Upcase status-att for servers that sends them
10500         lower-case (e.g., MS Exchange 2007).
10501
10502 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10503
10504         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
10505         function.
10506
10507         * gnus-uu.el (gnus-uu-decode-yenc): New command.
10508         (gnus-uu-yenc-article): New function.
10509
10510         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
10511
10512         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
10513
10514 2007-12-02  Glenn Morris  <rgm@gnu.org>
10515
10516         * binhex.el (binhex): New custom group.
10517         (binhex-decoder-program, binhex-decoder-switches)
10518         (binhex-use-external): Move to the binhex custom group.
10519
10520         * uudecode.el (uudecode): New custom group.
10521         (uudecode-decoder-program, uudecode-decoder-switches)
10522         (uudecode-use-external): Move to the uudecode custom group.
10523
10524         * netrc.el (top-level): Don't load `encrypt' features.
10525         (netrc-parse): Don't use encrypt.
10526         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
10527
10528         * encrypt.el: Remove file.
10529
10530 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
10531
10532         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
10533         matches on patches.
10534
10535         * gnus-art.el (gnus-article-browse-html-article):
10536         Mention `mm-text-html-renderer' in the doc string.
10537
10538         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
10539         string.  Add comments.
10540
10541         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
10542         if rhs is ASCII.
10543
10544 2007-12-01  Glenn Morris  <rgm@gnu.org>
10545
10546         * mail-source.el (top-level): Require format-spec before
10547         eval-when-compile.
10548
10549 2007-11-30  Glenn Morris  <rgm@gnu.org>
10550
10551         * encrypt.el: Require password, rather than autoloading password-read.
10552
10553 2007-11-29  Glenn Morris  <rgm@gnu.org>
10554
10555         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
10556         (sasl-make-client, sasl-next-step, sasl-step-data)
10557         (sasl-step-set-data): Declare as functions.
10558
10559 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
10560
10561         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
10562
10563 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
10564
10565         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
10566         certs should be verified and what is to be done in the event of a
10567         verification failure.
10568
10569         * gnus.el (gnus-method-to-server): Add an optional parameter so the
10570         caller can indicate whether the cache should be disregarded for this
10571         call.  This way the result of the call is reproducible at all times and
10572         can be considered a canonical server name for the supplied method.
10573         (gnus-agent-method-p): Canonicalize server names by pushing their
10574         method through `gnus-method-to-server' using the no-cache argument.
10575
10576         * gnus-srvr.el (gnus-server-insert-server-line):
10577         Call `gnus-method-to-server' with `no-cache' argument.
10578
10579         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
10580         gnus-agent-possibly-synchronize-flags as this should be called when the
10581         server is actually being opened.
10582         (gnus-agent-possibly-synchronize-flags)
10583         (gnus-agent-possibly-synchronize-flags-server): Move check for the
10584         flags file of an agentized server to the latter function.
10585
10586         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
10587         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
10588         after a connection has been established successfully.
10589
10590 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10591
10592         * gnus-art.el (article-display-face): Force to display face if called
10593         interactively; check if gnus-article-x-face-too-ugly matches author.
10594         (article-display-x-face): Display face even if From header is missing
10595         as article-display-face does.
10596
10597 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
10598
10599         * hashcash.el (message-narrow-to-headers-or-head)
10600         (message-fetch-field, message-goto-eoh)
10601         (message-narrow-to-headers): Declare as functions.
10602
10603 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
10604
10605         * mail-source.el (mail-sources): Default to fetch from file for
10606         compatibility with default of nnmail-spool-file.
10607
10608 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10609
10610         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
10611         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
10612         to look for encoded word that should be encoded again.
10613         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
10614         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
10615         encoding pattern.
10616         (rfc2047-decode-region): Switch strict regexp and loose one according
10617         to rfc2047-allow-irregular-q-encoded-words.
10618
10619 2007-11-25  Romain Francoise  <romain@orebokech.com>
10620
10621         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
10622
10623 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
10624
10625         * tls.el (tls-program): Provide more custom choices from
10626         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
10627         (tls-process-connection-type, tls-success): Remove "*" in doc string.
10628
10629 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10630
10631         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
10632         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
10633
10634         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
10635         `nnmail-spool-file'.
10636
10637         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
10638         `nnmail-spool-file'.
10639
10640         * gnus-move.el (gnus-change-server): Ditto.
10641
10642         * gnus-kill.el (gnus-batch-score): Ditto.
10643
10644         * gnus-cache.el (gnus-jog-cache): Ditto.
10645
10646         * gnus-msg.el (gnus-summary-reply):
10647         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
10648
10649 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10650
10651         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
10652         version.  Minor improvement to doc strings.
10653         (tls-program): Add comment.
10654
10655 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
10656
10657         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
10658         (tls-checktrust): New variable.  Check if GNU TLS complained about a
10659         mismatch between the hostname provided in the certificate and the name
10660         of the host connnecting to.
10661         (open-tls-stream): Use them.  Check certificates against trusted root
10662         certificates.
10663
10664 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
10665
10666         * gnus-cache.el (gnus-cache-generate-nov-databases):
10667         Use nnml-generate-nov-databases-directory instead of
10668         nnml-generate-nov-databases-1.
10669
10670 2007-11-24  Glenn Morris  <rgm@gnu.org>
10671
10672         * message.el (message-tool-bar-retro): Update for rename
10673         mail_send.xpm->mail-send.xpm.
10674
10675 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
10676
10677         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
10678         `smime-ldap-search' for Emacs 22 and up.
10679
10680 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10681
10682         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
10683
10684         * message.el (message-send-mail-function): Fix error convention.
10685         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
10686         (message-widen-reply, message-send-mail, message-talkative-question)
10687         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
10688         (message-clone-locals, message-send-news): Use with-current-buffer.
10689         (message-insert-or-toggle-importance): Remove unused var `valid'.
10690         (message-make-references): Remove unused var `new-references'.
10691         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
10692
10693 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
10694
10695         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
10696         (spam-split-symbolic-return-positive): Reflow docstring.
10697         (spam-backends, spam-summary-exit-behavior)
10698         (spam-mark-ham-unread-before-move-from-spam-group)
10699         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
10700         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
10701         (spam-clear-cache, spam-backend-check, spam-install-backend)
10702         (spam-install-statistical-backend, spam-list-of-processors)
10703         (spam-group-processor-p, spam-split, spam-bogofilter-score)
10704         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
10705         (spam-check-crm114, spam-initialize, spam-unload-hook):
10706         Fix typos in docstrings.
10707
10708 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10709
10710         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
10711         been checked if they have never been read and those group levels are
10712         higher than the one that a user specified.
10713
10714 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10715
10716         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
10717         foreign groups unless a group level is specified by a user.
10718         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
10719
10720 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
10721
10722         * message.el (message-send-mail-function): Require sendmail.
10723
10724 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
10725
10726         * message.el (message-send-mail-function): Check for smtpmail too.
10727
10728         * utf7.el (utf7-encode, utf7-decode): Use coding system
10729         `utf-7'/`utf-7-imap' from utf-7.el' if available.
10730
10731         * message.el (message-send-mail-function): New function.
10732         (message-send-mail-function): Set default using
10733         message-send-mail-function.  Adjust doc string.
10734         (message-send-mail-with-mailclient): New function.
10735
10736 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
10737
10738         * smime.el (from):
10739         * rfc2047.el (message-posting-charset):
10740         * qp.el (mm-use-ultra-safe-encoding):
10741         * pop3.el (parse-time-months):
10742         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
10743         * nnml.el (files):
10744         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
10745         (jka-compr-compression-info-list, ange-ftp-path-format)
10746         (efs-path-regexp):
10747         * nndiary.el (files):
10748         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
10749         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
10750         (epg-digest-algorithm-alist, inhibit-redisplay)
10751         (password-cache-expiry):
10752         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
10753         (pgg-output-buffer, password-cache-expiry):
10754         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
10755         (efs-path-regexp):
10756         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
10757         (inhibit-redisplay):
10758         * mm-uu.el (file-name, start-point, end-point, entry)
10759         (gnus-newsgroup-name, gnus-newsgroup-charset):
10760         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
10761         (latin-unity-ucs-list):
10762         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
10763         (mm-uu-binhex-decode-function):
10764         * message.el (gnus-message-group-art, gnus-list-identifiers)
10765         (rmail-enable-mime-composing, gnus-local-organization)
10766         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
10767         (gnus-read-active-file, facemenu-add-face-function)
10768         (facemenu-remove-face-function, gnus-article-decoded-p)
10769         (tool-bar-mode):
10770         * mail-source.el (display-time-mail-function):
10771         * gnus-util.el (nnmail-pathname-coding-system)
10772         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
10773         (gnus-original-article-buffer, gnus-user-agent)
10774         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
10775         (xemacs-codename, sxemacs-codename, emacs-program-version):
10776         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
10777         * gnus-start.el (gnus-agent-covered-methods)
10778         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
10779         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
10780         (gnus-newsgroup-headers, gnus-group-list-mode)
10781         (gnus-group-mark-positions, gnus-newsgroup-data)
10782         (gnus-newsgroup-unreads, nnoo-state-alist)
10783         (gnus-current-select-method, mail-sources)
10784         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
10785         (nnmail-spool-file, gnus-cache-active-hashtb):
10786         * gnus-mh.el (mh-lib-progs):
10787         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
10788         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
10789         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
10790         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
10791         (gnus-group-buffer):
10792         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
10793         (font-lock-set-defaults):
10794         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
10795         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
10796         (gnus-summary-post-menu, total-parts, type, condition, length):
10797         * gnus-agent.el (gnus-agent-read-agentview):
10798         * flow-fill.el (show-trailing-whitespace):
10799         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
10800         eval-and-compile wrappers for byte compiler pacifiers.
10801
10802         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
10803         (mm-display-inline-fontify): Check for featurep 'xemacs not
10804         extent-list.
10805
10806         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
10807         itimer-list.
10808         (mm-create-image-xemacs): Only do something for XEmacs.
10809         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
10810
10811         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
10812
10813         * gnus-registry.el (gnus-adaptive-word-syntax-table):
10814         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
10815
10816 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
10817
10818         * nnimap.el (nnimap-split-download-body):
10819         * gnus-demon.el (gnus-demon):
10820         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
10821
10822 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10823
10824         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
10825         New macros.
10826         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
10827         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
10828         copy data from unibyte buffer to multibyte current buffer.
10829         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
10830         to copy data from unibyte current buffer to multibyte buffer.
10831         (nntp-make-process-buffer): Make process buffer unibyte.
10832
10833         * pop3.el (pop3-open-server): Fix typo in Lisp code.
10834
10835 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
10836
10837         * pop3.el (pop3-open-server): Accept and process data more robustly at
10838         connexion start to avoid spurious "POP SSL connexion failed" errors.
10839
10840 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10841
10842         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
10843         read group names.
10844
10845 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
10846
10847         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
10848
10849 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10850
10851         * nnmail.el (nnmail-parse-active): Make group names unibyte.
10852         (nnmail-save-active): Use a unibyte buffer when saving active file,
10853         which may contain non-ASCII group names.
10854
10855         * nnml.el (nnml-request-group): Decode group names in messages.
10856
10857 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
10858
10859         * message.el (message-citation-line-function)
10860         (message-insert-formatted-citation-line): Fix spelling of
10861         `message-insert-formated-citation-line'.
10862
10863 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
10864
10865         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
10866
10867 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10868
10869         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
10870         nnmail-pathname-coding-system.
10871
10872         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
10873         that a user enters; decode group names in messages.
10874
10875         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
10876
10877 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10878
10879         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
10880
10881         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
10882
10883         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
10884         risky local variable.
10885
10886         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
10887
10888 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
10889
10890         * encrypt.el: Improve documentation to fix function name typo.
10891         Reported by Daiki Ueno <ueno@unixuser.org>.
10892
10893 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10894
10895         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
10896         even if the point is not in the last page of an article.
10897         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
10898         back to the previous page.
10899
10900 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
10901
10902         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
10903
10904 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10905
10906         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
10907
10908 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10909
10910         * message.el (message-check-news-body-syntax):
10911         Avoid mm-string-as-multibyte.
10912         (message-hide-headers): Don't assume (point-min)==1.
10913
10914 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10915
10916         * message.el (message-remove-blank-cited-lines): Fix if remove is
10917         given.
10918         (message-bogus-address-regexp): New variable.
10919         (message-bogus-recipient-p): New function.
10920         (message-check-recipients): New command.
10921         (message-syntax-checks): Add `bogus-recipient'.
10922         (message-fix-before-sending): Add `bogus-recipient'.
10923
10924         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
10925         (gnus-treat-body-boundary): Don't test window-system.
10926
10927 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
10928
10929         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
10930
10931 2007-10-28  Miles Bader  <miles@gnu.org>
10932
10933         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
10934         at compile-time too.
10935
10936 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10937
10938         * gnus-msg.el (gnus-message-setup-hook):
10939         Add `message-remove-blank-cited-lines' to options.
10940
10941 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10942
10943         * message.el (message-remove-blank-cited-lines): New function.
10944         Suggested by Karl Plästerer.
10945
10946 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10947
10948         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
10949         mapc.
10950
10951         * imap.el (imap-open): Replace mapcar called for effect with mapc.
10952         (top-level): Use mapc to set functions to be traced for debugging.
10953
10954         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
10955         called for effect with while loop.
10956
10957         * message.el (message-talkative-question): Replace mapcar called for
10958         effect with mapc.
10959
10960         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
10961         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
10962         called for effect with dolist.
10963
10964         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
10965
10966         * nndiary.el: Use dolist instead of mapcar to add diary headers to
10967         gnus-extra-headers and nnmail-extra-headers.
10968
10969         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
10970         called for effect with dolist.
10971         (top-level): Use mapc to set functions to be traced for debugging.
10972
10973         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
10974         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
10975         dolist.
10976
10977         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
10978         Replace mapcar called for effect with mapc.
10979         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
10980         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
10981         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
10982         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
10983
10984         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
10985         remove-if that's a cl function.
10986
10987         * webmail.el (webmail-debug): Replace mapcar called for effect with
10988         dolist.
10989
10990         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
10991         with mapc.
10992
10993 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10994
10995         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
10996         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
10997         with while loop.
10998
10999         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
11000         functions from article-* functions.
11001         (gnus-multi-decode-header): Replace mapcar called for effect with
11002         dolist.
11003
11004         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
11005         (gnus-bookmark-show-details): Replace mapcar called for effect with
11006         while loop.
11007
11008         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
11009         called for effect with while loop.
11010
11011         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
11012         with dolist.
11013
11014         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11015         Replace mapcar called for effect with dolist.
11016
11017         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
11018
11019         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
11020         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
11021         Replace mapcar called for effect with dolist.
11022         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
11023         mapc.
11024
11025         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
11026         Replace mapcar called for effect with dolist.
11027         (gnus-topic-list): Replace mapcar called for effect with mapc.
11028
11029         * gnus.el: Use mapc instead of mapcar to add autoloads.
11030
11031 2007-10-23  Richard Stallman  <rms@gnu.org>
11032
11033         * gnus-group.el (gnus-group-highlight): Mark as risky.
11034
11035 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11036
11037         * gnus.el (gnus-server-to-method): Return method found first in
11038         gnus-newsrc-alist.
11039
11040         * gnus-art.el (gnus-article-highlight-signature)
11041         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
11042         button overlay without the front stickiness.
11043
11044 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
11045
11046         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
11047         overview buffer needed a catch to receive its throw.
11048         (gnus-agent-flush-cache): Declare as interactive to make this function
11049         easier to use.
11050
11051 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
11052
11053         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
11054         `next-line'.
11055
11056 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11057
11058         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
11059         exclude address matching message-dont-reply-to-names.
11060
11061 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11062
11063         * gnus-util.el (gnus-string<): New function.
11064
11065         * gnus-sum.el (gnus-article-sort-by-author)
11066         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
11067
11068 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11069
11070         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
11071         the frame-focus tag is set in gnus-buffer-configuration.
11072
11073 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11074
11075         * gnus-art.el (gnus-article-add-button): Make a button overlay without
11076         the front stickiness.
11077
11078 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11079
11080         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
11081         url pattern; remove duplicate one.
11082         (gnus-article-extend-url-button): New function.
11083         (gnus-article-add-buttons): Use it.
11084         (gnus-button-push): Use concatenated url that it makes.
11085
11086 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
11087
11088         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
11089
11090 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11091
11092         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
11093         Don't hardcode point-min==1.
11094
11095 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
11096
11097         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
11098         Fix comment about "iso8859-1".
11099
11100 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
11101
11102         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
11103         ones returned from the verify-function.
11104
11105         * mm-uu.el (mm-uu-pgp-signed-extract-1):
11106         Call mml2015-extract-cleartext-signature if extraction failed.
11107
11108 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
11109
11110         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
11111         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
11112         failed.
11113
11114 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11115
11116         * Relicense "GPLv2 or later" files to "GPLv3 or later".
11117
11118 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
11119
11120         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
11121         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
11122         recommends to use EasyPG instead of PGG.
11123
11124         * pgg.el: Revert to revision 6.23.2.16.
11125
11126         * pgg-def.el: Revert to revision 6.6.2.14.
11127
11128         * pgg-gpg.el: Revert to revision 6.23.2.34.
11129
11130 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
11131
11132         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
11133         to mark a thread as expirable.  Add variable `hide' to handle hiding of
11134         thread for both the null and zero (kill/expire thread) universal prefix
11135         cases.
11136         (gnus-summary-expire-thread): Add new function to expire a thread,
11137         using gnus-summary-kill-thread.
11138         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
11139         shortcuts for gnus-summary-expire-thread.
11140         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
11141         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
11142
11143 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
11144
11145         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
11146         extras value, so an extras entry can be deleted.
11147         (gnus-registry-delete-extra-entry): Use it.
11148         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
11149         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
11150         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
11151         storage through the gnus-registry, and provide an appropriate API for
11152         it.
11153
11154 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11155
11156         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
11157         Suggested by Leo <sdl.web@gmail.com>.
11158
11159         * gnus.el: Do.
11160
11161 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11162
11163         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
11164         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
11165
11166         * gnus-agent.el (gnus-agent-fetch-headers): Do.
11167
11168         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
11169         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
11170
11171 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11172
11173         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
11174         newline.
11175         (nnmbox-request-accept-article): Don't change article in source buffer;
11176         narrow to header to use message-fetch-field rather than
11177         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
11178         (nnmbox-request-replace-article): Quote lines that'll be misidentified
11179         as delimiters; make sure article ends with newline.
11180         (nnmbox-delete-mail): Correct last position of article to be deleted;
11181         ignore X-Gnus-Newsgroup header in article body.
11182         (nnmbox-save-mail): Quote lines looking like delimiters at the right
11183         positions; make sure article ends with newline.
11184
11185         * message.el (message-display-abbrev): Don't infloop when a user
11186         inserts SPC in the beginning of header.
11187
11188         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
11189         coding-system-for-read and coding-system-for-write for XEmacs having no
11190         file-coding feature.
11191
11192         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
11193
11194 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
11195
11196         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
11197         list of groups not followed by default.  Fix type to be regexp.
11198         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
11199
11200 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
11201
11202         * hmac-def.el (define-hmac-function): Switch from old-style to
11203         new-style backquotes.
11204
11205         * md4.el (md4-make-step): Likewise.
11206
11207 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11208
11209         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
11210         raw-text coding system when saving .newsrc file, which may contain
11211         non-ASCII group names.
11212
11213 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11214
11215         * gnus-cus.el (gnus-score-extra): New widget.
11216         (gnus-score-extra-convert): New function.
11217         (gnus-score-customize): Use it for Extra.
11218
11219 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
11220
11221         * mml2015.el (mml2015-extract-cleartext-signature): New function.
11222         (mml2015-mailcrypt-clear-verify): Use it.
11223         (mml2015-gpg-clear-verify): Use it.
11224         (mml2015-pgg-clear-verify): Use it.
11225         (mml2015-epg-clear-verify): Replace the current part with the output
11226         from GnuPG; don't extract the plaintext by itself.
11227
11228         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
11229         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
11230         mml2015-clear-verify-function; don't touch the armor headers or
11231         dash-escaped text here.
11232
11233 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11234
11235         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
11236         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
11237         parts, or application/octet-stream as a last resort.
11238         (gnus-mime-view-part-as-type): Don't toggle display.
11239         (gnus-mime-view-part-as-charset): Don't turn off display before
11240         querying charset.
11241
11242         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
11243         stuff to undisplayer function in Emacs.
11244         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
11245
11246         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
11247         text/calendar parts.
11248
11249 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11250
11251         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
11252         decoding text/calendar parts.
11253
11254         * message.el (message-forward-make-body-mime): Always mark body as
11255         having no illegible text; remove signed-or-encrypted argument.
11256         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
11257
11258         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
11259         (mml-generate-mime-1): Don't encode body if it is specified to be in
11260         raw form; don't make buffer be unibyte when inserting multibyte string.
11261
11262 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11263
11264         * sha1.el: Fix up comment style.
11265         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
11266         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
11267
11268         * hex-util.el: Fix up comment style.
11269         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
11270
11271         * gnus-salt.el: Use with-current-buffer.
11272         (gnus-pick-setup-message): Fix long-standing typo.
11273
11274 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11275
11276         * imap.el (imap-logout-timeout): New variable.
11277         (imap-logout, imap-logout-wait): New functions.
11278         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
11279
11280         * nnimap.el (nnimap-logout-timeout): New server variable.
11281         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
11282         nnimap-logout-timeout.
11283
11284         * gnus-art.el (gnus-article-summary-command-nosave)
11285         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
11286
11287 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11288
11289         * gnus.el (gnus-maximum-newsgroup): New variable.
11290
11291         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
11292         according to gnus-maximum-newsgroup.
11293
11294         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
11295         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
11296         Limit the range of articles according to gnus-maximum-newsgroup.
11297
11298 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
11299
11300         * gnus-art.el (gnus-sticky-article): Fix problems described in
11301         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
11302         Don't perform gnus-configure-windows here; reuse existing sticky
11303         article buffer.
11304
11305         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
11306         it doesn't exist in gnus-article-mode.
11307
11308 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11309
11310         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
11311         (gnus-agent-decoded-group-name): New function.
11312         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
11313         (gnus-agent-expire-group-1): Use it; decode group name in messages.
11314
11315 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
11316
11317         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
11318         Add binding for gnus-sticky-article.
11319         (gnus-summary-exit): Don't kill sticky article buffers.
11320
11321         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
11322         article buffer.
11323         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
11324         (gnus-kill-sticky-article-buffers): New commands.
11325
11326 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11327
11328         * nntp.el (nntp-xref-number-is-evil): New server variable.
11329         (nntp-find-group-and-number): If it is non-nil, don't trust article
11330         numbers in the Xref header.
11331
11332 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11333
11334         * gnus-agent.el (gnus-agent-read-group): New function.
11335         (gnus-agent-flush-group, gnus-agent-expire-group)
11336         (gnus-agent-regenerate-group): Use it.
11337         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
11338         nnmail-pathname-coding-system.
11339
11340 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11341
11342         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
11343
11344         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
11345         that are unread as unread, and also as selected so that information of
11346         marks having been changed by a user may be updated when exiting group.
11347
11348 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11349
11350         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
11351
11352 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11353
11354         * gnus-art.el (gnus-mime-display-single): Pass part number that is
11355         calculated ignoring signature parts to gnus-treat-article.
11356
11357 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11358
11359         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
11360         a point here in order to keep the window start.
11361         (gnus-insert-mime-security-button): Make a button overlay without the
11362         front stickiness.
11363         (gnus-mime-display-security): Goto the end of a button.
11364
11365         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
11366
11367 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11368
11369         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
11370         group-name-at-point.
11371         (gnus-group-completing-read): New function that offers decoded
11372         non-ASCII group names for completion.
11373         (gnus-fetch-group, gnus-group-read-ephemeral-group)
11374         (gnus-group-jump-to-group, gnus-group-make-group-simple)
11375         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
11376         (gnus-group-fetch-control): Use it.
11377         (gnus-fetch-group): Use group-name-at-point for the initial value
11378         rather than the default value; use gnus-alive-p.
11379
11380         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
11381         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
11382         (gnus-summary-post-news): Use gnus-group-completing-read.
11383
11384         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
11385         (gnus-read-move-group-name): Decode group name for completion.
11386
11387 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
11388
11389         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
11390         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
11391         Yamaoka slightly modified the code).
11392
11393 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11394
11395         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
11396         (nnmail-split-incoming): Bind it.
11397
11398         * nnml.el (nnml-group-name-charset): New function.
11399         (nnml-decoded-group-name): Use it; don't decode group name if
11400         nnmail-group-names-not-encoded-p is non-nil.
11401         (nnml-encoded-group-name): New function.
11402         (nnml-group-pathname): Inline nnml-decoded-group-name.
11403         (nnml-request-expire-articles): Decode group name in message.
11404         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
11405         nnmail-pathname-coding-system.
11406         (nnml-save-mail, nnml-active-number): Work with decoded group names and
11407         not decoded ones according to nnmail-group-names-not-encoded-p.
11408         (nnml-generate-active-info): Use nnml-encoded-group-name.
11409
11410 2007-08-08  Glenn Morris  <rgm@gnu.org>
11411
11412         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
11413         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
11414         doc-strings and comments.
11415
11416 2007-07-25  Glenn Morris  <rgm@gnu.org>
11417
11418         * Relicense all FSF files to GPLv3 or later.
11419
11420 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11421
11422         * gnus-sum.el (gnus-summary-move-article):
11423         Make gnus-summary-respool-article work.
11424
11425 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
11426
11427         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
11428         string.
11429
11430 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
11431
11432         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
11433         that should be ignored when comparing distant RSS articles with local
11434         ones.
11435         (nnrss-make-hash-index): New function.  Create a hash index according
11436         to the ignored fields.
11437         (nnrss-check-group): Use it.
11438
11439 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11440
11441         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
11442
11443         * gnus-art.el (article-decode-group-name): Decode Xref header too.
11444
11445         * gnus-group.el (gnus-group-make-group): Encode group name here unless
11446         the new optional argument ENCODED is non-nil.
11447         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
11448         coding system for encoding group name.
11449         (gnus-group-make-rss-group): Pass un-encoded group name to
11450         gnus-group-make-group.
11451         (gnus-group-set-info): Tell gnus-group-make-group that group name is
11452         encoded.
11453
11454         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
11455         Encode group name to which articles are moved or copied.
11456         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
11457         coding system for encoding Newsgroup, Followup-To and Xref headers.
11458
11459         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
11460         marks; use nnheader-file-coding-system to write a file.
11461         (nnagent-retrieve-headers): Bind file-name-coding-system to
11462         nnmail-pathname-coding-system.
11463
11464         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
11465
11466         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
11467         (nnml-request-article, nnml-request-create-group)
11468         (nnml-request-rename-group, nnml-find-id)
11469         (nnml-possibly-change-directory, nnml-possibly-create-directory)
11470         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
11471         (nnml-save-marks): Use nnml-group-pathname instead of
11472         nnmail-group-pathname.
11473
11474         (nnml-request-create-group, nnml-request-expire-articles)
11475         (nnml-request-move-article, nnml-request-delete-group)
11476         (nnml-deletable-article-p, nnml-possibly-create-directory)
11477         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
11478         (nnml-open-marks): Bind file-name-coding-system to
11479         nnmail-pathname-coding-system.
11480
11481         (nnml-request-article): Pass server argument to nnml-find-group-number.
11482         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
11483         Pass server argument to nnml-possibly-create-directory.
11484         (nnml-request-accept-article): Pass server argument to
11485         nnml-active-number and nnml-save-mail.
11486         (nnml-find-group-number): Pass server argument to nnml-find-id.
11487         (nnml-request-update-info): Pass server argument to
11488         nnml-marks-changed-p.
11489
11490         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
11491         (nnml-save-mail, nnml-active-number): Add server argument.
11492
11493         (nnml-request-delete-group): Warn if group is missing.
11494         (nnml-get-nov-buffer): Decode group name.
11495         (nnml-generate-active-info): Encode group name.
11496         (nnml-open-marks): Decode group name in messages.
11497
11498 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11499
11500         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
11501         if it is not specified.
11502         (gnus-article-pipe-part, gnus-article-save-part)
11503         (gnus-article-interactively-view-part, gnus-article-copy-part)
11504         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
11505         (gnus-article-inline-part, gnus-article-save-part-and-strip)
11506         (gnus-article-replace-part, gnus-article-delete-part)
11507         (gnus-article-view-part-as-type): Pass raw prefix argument to
11508         gnus-article-part-wrapper.
11509
11510 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11511
11512         * gnus-agent.el (gnus-agent-save-active):
11513         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
11514
11515         * gnus-cache.el (gnus-cache-save-buffers)
11516         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
11517         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
11518         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
11519         (gnus-cache-braid-nov, gnus-cache-braid-heads)
11520         (gnus-cache-generate-active, gnus-cache-rename-group)
11521         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
11522         (gnus-cache-update-overview-total-fetched-for):
11523         Bind file-name-coding-system to nnmail-pathname-coding-system.
11524         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
11525         New variables.
11526         (gnus-cache-decoded-group-name): New function.
11527         (gnus-cache-file-name): Use it.
11528         (gnus-cache-generate-active): Use non-decoded group name for active.
11529
11530         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
11531         right place.
11532         (gnus-write-active-file): Don't break non-ASCII group names.
11533
11534         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
11535         nnmail-pathname-coding-system.
11536
11537         * lpath.el: Bind default-file-name-coding-system,
11538         file-name-coding-system and language-info-alist for XEmacs.
11539
11540         * gnus-uu.el (gnus-uu-decode-save): Typo.
11541
11542 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11543
11544         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
11545
11546 2007-07-14  David Kastrup  <dak@gnu.org>
11547
11548         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
11549         finishing actions if we did not edit the article.
11550
11551 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11552
11553         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
11554         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
11555         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
11556         (gnus-agent-flush-group, gnus-agent-flush-cache)
11557         (gnus-agent-fetch-headers, gnus-agent-load-alist)
11558         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
11559         (gnus-agent-retrieve-headers, gnus-agent-request-article)
11560         (gnus-agent-regenerate-group)
11561         (gnus-agent-update-files-total-fetched-for)
11562         (gnus-agent-update-view-total-fetched-for):
11563         Bind file-name-coding-system to nnmail-pathname-coding-system.
11564         (gnus-agent-group-pathname): Don't encode file names by
11565         nnmail-pathname-coding-system.
11566         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
11567         coding-system-for-write instead of buffer-file-coding-system to
11568         gnus-agent-file-coding-system.
11569
11570         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
11571         Decode group name.
11572
11573         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
11574
11575         * gnus-start.el (gnus-update-active-hashtb-from-killed)
11576         (gnus-read-newsrc-el-file): Make group names unibyte.
11577
11578         * nnmail.el (nnmail-group-pathname): Don't encode file names by
11579         nnmail-pathname-coding-system.
11580
11581         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
11582         (nnrss-request-delete-group): Bind file-name-coding-system to
11583         nnmail-pathname-coding-system.
11584         (nnrss-read-server-data, nnrss-read-group-data):
11585         Bind file-name-coding-system correctly.
11586         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
11587
11588         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
11589         (nntp-server-to-method-cache): New variable.
11590         (nntp-group-pathname): New function that decodes non-ASCII group names.
11591         (nntp-possibly-create-directory, nntp-marks-changed-p)
11592         (nntp-save-marks, nntp-open-marks): Use it.
11593         (nntp-possibly-create-directory, nntp-open-marks):
11594         Bind file-name-coding-system to nnmail-pathname-coding-system.
11595         (nntp-open-marks): Decode group names when bootstrapping marks.
11596
11597         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
11598         Newsgroups and Folowup-To headers.
11599
11600 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11601
11602         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11603         (gnus-server-closed-face, gnus-server-denied-face)
11604         (gnus-server-offline-face): Remove variable.
11605         (gnus-server-font-lock-keywords): Use faces that are not aliases.
11606
11607         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
11608         of modifying message-stack directly for XEmacs.
11609
11610         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
11611         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
11612         if the coding-system argument is nil for XEmacs.
11613
11614         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
11615         mm-charset-override-alist.
11616
11617         * rfc2047.el: Don't require base64; require rfc2045 for the function
11618         rfc2045-encode-string.
11619         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
11620         to quote the parameter value.
11621
11622 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11623
11624         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
11625         form in gnus-group-name-charset-method-alist.
11626
11627         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
11628         overrides the default layout edit-form.
11629
11630         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
11631
11632         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
11633
11634 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11635
11636         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
11637         as unfetched articles.
11638
11639 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
11640
11641         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
11642
11643 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11644
11645         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
11646         original back end that keeps marks in the local system.
11647
11648 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11649
11650         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
11651         arg of pop-to-buffer for XEmacs.
11652         (gnus-article-read-summary-keys): Ditto; don't restore window
11653         configuration if summary command ends up with neither article buffer
11654         nor summary buffer; describe bindings if summary keys end with C-h.
11655
11656 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11657
11658         * message.el (message-fix-before-sending): Skip raw message part to be
11659         forwarded while checking illegible text.
11660         (message-forward-make-body-mime, message-forward-make-body):
11661         Mark signed or encrypted raw message as having no illegible text.
11662
11663 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11664
11665         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
11666         (gnus-message-with-timestamp-1): New macro.
11667         (gnus-message-with-timestamp): New function.
11668         (gnus-message): Use them.
11669
11670         * nnheader.el (nnheader-message): Use them.
11671
11672 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
11673
11674         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
11675         .newsrc.eld file.
11676
11677 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11678
11679         * gnus-agent.el (gnus-agent-fetch-headers)
11680         (gnus-agent-retrieve-headers):
11681         Bind gnus-decode-encoded-address-function to identity.
11682
11683         * nntp.el (nntp-send-xover-command): Recognize an xover command is
11684         available also when the server returns simply a dot.
11685
11686         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
11687
11688 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11689
11690         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
11691
11692 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11693
11694         * gnus-ems.el (gnus-x-splash): Make it work.
11695
11696         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
11697         from being used.
11698
11699         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
11700
11701 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11702
11703         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
11704         4th and the 5th arguments.
11705
11706         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
11707         the front stickiness.
11708         (gnus-article-summary-command-nosave): Correct the order of the
11709         arguments passed to pop-to-buffer.
11710         (gnus-article-read-summary-keys): Ditto; make it work properly when the
11711         summary command ends up with the article buffer.
11712
11713         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
11714         the same faces.
11715
11716 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
11717
11718         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
11719
11720 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
11721
11722         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
11723         * gnus-sum.el (gnus-summary-highlight):
11724         * pgg.el (pgg-sign-region, pgg-sign):
11725         * mail-source.el (mail-source-delete-old-incoming-confirm):
11726         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
11727
11728 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11729
11730         * gnus-art.el (gnus-mime-view-part-externally)
11731         (gnus-mime-view-part-internally): Fix predicate function passed to
11732         completing-read.
11733
11734         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
11735
11736         * gnus.el (gnus-update-message-archive-method): Add :version.
11737
11738 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11739
11740         * gnus.el (gnus-update-message-archive-method): New variable.
11741
11742         * gnus-start.el (gnus-setup-news): Update saved "archive" method
11743         according to gnus-message-archive-method if
11744         gnus-update-message-archive-method is non-nil.
11745
11746 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11747
11748         * gnus-sum.el (gnus-summary-limit-to-address): New function.
11749         Suggested by Loic Dachary <loic@dachary.org>.
11750         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11751
11752 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11753
11754         * message.el (message-pop-to-buffer): Add switch-function argument.
11755         (message-mail): Pass switch-function argument to it.
11756
11757 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
11758
11759         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
11760         Improve doc string.
11761
11762 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11763
11764         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
11765         (gnus-header-content)
11766         * gnus-cite.el (gnus-cite-10)
11767         * gnus-srvr.el (gnus-server-closed)
11768         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
11769         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
11770         (gnus-group-mail-3-empty, gnus-group-mail-low)
11771         (gnus-group-mail-low-empty, gnus-splash)
11772         * message.el (message-header-to, message-header-cc)
11773         (message-header-subject, message-header-other, message-header-name)
11774         (message-header-xheader, message-separator, message-cited-text)
11775         (message-mml): Lighten colors of faces used for dark background.
11776
11777 2007-05-24  Simon Josefsson  <simon@josefsson.org>
11778
11779         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
11780         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
11781
11782 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11783
11784         * message.el (message-narrow-to-headers-or-head):
11785         Ignore mail-header-separator in the body.
11786
11787 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11788
11789         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
11790         same as window size.
11791
11792 2007-05-22  Kevin Ryde  <user42@zip.com.au>
11793
11794         * message.el (message-font-lock-keywords): Use message-header-xheader
11795         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
11796         ahead of the anything pattern, to get it recognised.
11797
11798 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11799
11800         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
11801         spam.el loads uses it in the compiled defadvice form.
11802
11803 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
11804
11805         * gnus-sum.el (gnus-articles-to-read)
11806         (gnus-summary-insert-old-articles): Don't truncate group name for
11807         `read-string'.
11808
11809         * gnus-util.el (gnus-limit-string): Delete this function.
11810
11811         * gnus-sum.el (gnus-simplify-subject-fully):
11812         Use `truncate-string-to-width' instead.
11813
11814 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
11815
11816         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
11817         Tell if, on summary exit, the next group has to be selected.
11818         (gnus-summary-exit): Use it.
11819
11820 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
11821
11822         * gnus-art.el (gnus-article-mode): Fix comment about displaying
11823         non-break space.
11824
11825 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11826
11827         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
11828         Check if group is not a directory.
11829         (nnfolder-request-expire-articles): Don't delete articles if the target
11830         group is not available.
11831
11832         * nnml.el (nnml-request-create-group): Properly check if group is not a
11833         file.
11834         (nnml-request-expire-articles): Don't delete articles if the target
11835         group is not available.
11836
11837         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11838         Don't quote characters that are within parentheses.
11839
11840 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11841
11842         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
11843         (gnus-handle-ephemeral-exit): Select article according to it.
11844
11845 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11846
11847         * message.el (message-insert-formated-citation-line): Remove newline.
11848         (message-citation-line-format): Add final \n here so that the user can
11849         avoid a blank line.
11850
11851 2007-05-03  Dan Christensen  <jdc@uwo.ca>
11852
11853         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
11854         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
11855         Update lanl/arXiv support.
11856
11857 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11858
11859         * gnus.el: Bump version number.
11860
11861 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11862
11863         * gnus.el (gnus-version-number): Bump version.
11864
11865 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11866
11867         * gnus.el: No Gnus v0.6 is released.
11868
11869 2007-04-27  Didier Verna  <didier@xemacs.org>
11870
11871         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
11872         * gmm-utils.el (gmm-regexp-concat): ... here.
11873         * message.el: Don't require 'gnus-util.
11874         (message-dont-reply-to-names): Handle name change above.
11875         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
11876
11877 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11878
11879         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
11880         since the initial value varies according to the system.
11881
11882 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11883
11884         * mm-util.el (mm-charset-synonym-alist): Defcustom.
11885
11886 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
11887
11888         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
11889
11890 2007-04-24  Didier Verna  <didier@xemacs.org>
11891
11892         Improve the type of gnus-ignored-from-addresses.
11893         * gnus-util.el (gnus-orify-regexp): New function.
11894         * message.el (gnus-util): Require it.
11895         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
11896         * gnus-sum.el (gnus-ignored-from-addresses): New function.
11897         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
11898
11899 2007-04-24  Didier Verna  <didier@xemacs.org>
11900
11901         * gnus-sum.el:
11902         * gnus-utils.el: Fix some trailing whitespaces.
11903
11904 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11905
11906         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
11907         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
11908         article's Message-ID; refer parent article in summary buffer.
11909
11910         * message.el (message-bounce): Call mime-to-mml.
11911
11912         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
11913         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
11914         optimize and/or forms properly.
11915
11916 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
11917
11918         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
11919         URL.
11920
11921 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11922
11923         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
11924
11925 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11926
11927         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
11928         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
11929         displayed of multipart/alternative part if it is invoked from summary
11930         buffer.
11931
11932         * mm-view.el (mm-inline-text-html-render-with-w3m)
11933         (mm-inline-text-html-render-with-w3m-standalone)
11934         (mm-inline-render-with-function): Use mail-parse-charset by default.
11935
11936 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
11937
11938         * parse-time.el (parse-time-string-chars): Check if CHAR
11939         is less than the length of parse-time-syntax.
11940
11941 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11942
11943         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
11944         from gnus-newsgroup-processable.
11945
11946 2007-04-16  Didier Verna  <didier@xemacs.org>
11947
11948         * gnus-msg.el (gnus-configure-posting-styles):
11949         Handle message-signature-directory properly with :file syntax.
11950         Reported by "Leo".
11951
11952 2007-04-11  Didier Verna  <didier@xemacs.org>
11953
11954         New user option: message-signature-directory.
11955         * gnus-msg.el (gnus-configure-posting-styles): Support it.
11956         * message.el (message-insert-signature): Ditto.
11957         * message.el (message-signature-file): Doc update.
11958         * message.el (message-signature-directory): New.
11959
11960 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11961
11962         * gnus-msg.el (gnus-inews-yank-articles):
11963         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
11964
11965 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11966
11967         * message.el (message-yank-original): Make sure cited text ends with
11968         newline; don't exchange point and mark.
11969
11970 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
11971
11972         * tls.el (open-tls-stream): Properly handle case where there
11973         is no associated buffer.
11974
11975 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
11976
11977         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
11978         message-yank-original, make sure (< mark TEXT point).
11979
11980 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11981
11982         * message.el (message-fill-column): New variable.
11983         (message-mode): Use it.  Add comment on a possible new hook.
11984
11985         * nnmail.el (nnmail-spool-file): Mark as obsolete.
11986         (nnmail-get-new-mail): Reformat.
11987
11988         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
11989
11990         * gmm-utils.el: Fix Commentary.
11991         (gmm-tool-bar-from-list): Fix typo in doc string.
11992
11993 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
11994
11995         * message.el (message-yank-original): Don't switch point and mark
11996         unnecessarily to put point and mark as documented.
11997
11998 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11999
12000         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
12001         from the message heads.
12002
12003 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
12004
12005         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
12006         article buffer does not have a window.  This may not be the best
12007         solution but is certainly better than setting the start of the null,
12008         that is the current, window.
12009
12010 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
12011
12012         * gnus-draft.el (gnus-draft-setup-hook): New hook.
12013         (gnus-draft-setup): Run it.
12014
12015         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
12016         gnus-score-fast-scoring.  Allow regexp.
12017         (gnus-score-headers): Use it.
12018
12019         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
12020         XEmacs.
12021
12022         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
12023         string.
12024         (gnus-button-alist): Also catch `<f1> k ...'.
12025         (gnus-treat-display-x-face): Fix doc string.
12026
12027 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12028
12029         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
12030         evaluation of gnus-extended-version to ensure correct generation of the
12031         User-Agent header when message-generate-headers-first is used.
12032
12033 2007-03-24  Simon Josefsson  <simon@josefsson.org>
12034
12035         * hashcash.el (hashcash-generate-payment-async): Don't crash if
12036         hashcash-path is nil.  Don't call callback with incorrect number of
12037         parameters if val is 0.
12038
12039 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12040
12041         * message.el (message-required-news-headers):
12042         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
12043
12044 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
12045
12046         * tls.el (open-tls-stream): In handshake-waiting loop,
12047         don't wait more if there is output available to process.
12048
12049 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
12050
12051         * tls.el (tls-program): Doc fix.
12052
12053 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12054
12055         * message.el (message-generate-new-buffers): Change the meaning of the
12056         nil value; add `standard' to the choices; treat t as `unique'; improve
12057         doc string.
12058         (gnus-select-frame-set-input-focus): Autoload.
12059         (message-buffer-name): Search for the existing message buffer if
12060         message-generate-new-buffers is nil or `standard'; treat the value t of
12061         message-generate-new-buffers as `unique'.
12062         (message-pop-to-buffer): Raise the frame already displaying the message
12063         buffer; clear the echo area after querying.
12064         (message-setup): Pass the `continue' argument to compose-mail.
12065         (message-mail): Prefer `switch-function' if it is given; search for the
12066         existing message buffer if the `continue' argument is non-nil; pass
12067         continue and switch-function arguments to compose-mail by way of
12068         message-setup.
12069         (message-mail-other-window): Adjust argument of message-setup.
12070         (message-mail-other-frame): Ditto.
12071
12072 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12073
12074         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
12075         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
12076         to turn font-lock on when turning gnus-message-citation-mode on.
12077
12078 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
12079
12080         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
12081         (mml-smime-function-alist): New variable; add epg as the backend.
12082         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
12083         mml-smime- functions instead.
12084         * mm-view.el: Require smime.
12085
12086 2007-03-05  Didier Verna  <didier@xemacs.org>
12087
12088         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
12089         instead of just inheritance for posting styles.
12090         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
12091
12092 2007-02-24  Chris Moore  <dooglus@gmail.com>
12093
12094         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
12095         * pgg-pgp.el (pgg-pgp-encrypt-region):
12096         * pgg-gpg.el (pgg-gpg-encrypt-region):
12097         Check pgg-encrypt-for-me if no other recipients.
12098
12099 2007-02-24  John Paul Wallington  <jpw@pobox.com>
12100
12101         * tls.el (tls-certtool-program): Fix custom type.
12102
12103 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12104
12105         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
12106         and point-at-eol instead of line-(beginning|end)-position.
12107
12108         * assistant.el (assistant-parse-buffer): Ditto.
12109
12110         * netrc.el (netrc-parse-services): Ditto.
12111
12112 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
12113
12114         * mml2015.el (mml2015-epg-find-usable-key): New function.
12115         (mml2015-epg-sign): Use it.
12116         (mml2015-epg-encrypt): Use it.
12117
12118 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12119
12120         * message.el (message-make-in-reply-to): Quote name containing
12121         non-ASCII characters.  It will make the RFC2047 encoder cause an error
12122         if there are special characters.  Reported by NAKAJI Hiroyuki
12123         <nakaji@jp.freebsd.org>.
12124
12125 2007-02-27  Didier Verna  <didier@xemacs.org>
12126
12127         Include the group parameters as well as the topic ones in the
12128         inheritance filter process.
12129         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
12130         argument GROUP-PARAMS-LIST.
12131         * gnus-topic.el (gnus-group-topic-parameters): Use it.
12132
12133 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12134
12135         * nntp.el (nntp-never-echoes-commands)
12136         (nntp-open-connection-functions-never-echo-commands): New variables.
12137         (nntp-send-command): Use them.
12138
12139 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
12140
12141         * mml2015.el (mml2015-epg-verify): Simplify.
12142
12143 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12144
12145         * mml.el (mml-content-disposition-alist): New user option.
12146         (mml-content-disposition): New function.
12147         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
12148         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
12149
12150 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
12151
12152         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
12153         verification.
12154
12155 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12156
12157         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
12158         articles posted in the last 24 hours.
12159
12160 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
12161
12162         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
12163
12164 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
12165
12166         * nntp.el (nntp-send-command): Don't wait for echoes when
12167         nntp-open-ssl-stream is used.
12168
12169 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12170
12171         * gnus-cite.el (gnus-test-font-lock-add-keywords)
12172         (gnus-message-add-citation-keywords)
12173         (gnus-message-remove-citation-keywords): Remove.
12174         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
12175         directly, make the variables in font-lock-defaults buffer-local, add
12176         gnus-message-citation-keywords to them and then update the value of
12177         font-lock-keywords.
12178
12179 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12180
12181         * message.el (message-cite-original-1): Don't call
12182         gnus-article-highlight-citation.
12183
12184         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
12185         citations; fix line count.
12186
12187 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12188
12189         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
12190         (gnus-message-add-citation-keywords)
12191         (gnus-message-remove-citation-keywords): Use it; fix the emulating
12192         versions of font-lock-add-keywords and font-lock-remove-keywords to
12193         work with XEmacs correctly.
12194
12195 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12196
12197         * gnus-cite.el (gnus-cite-face-list): Set the values of
12198         gnus-message-max-citation-depth and gnus-message-citation-keywords.
12199         (gnus-message-max-citation-depth): Use defvar rather than defconst.
12200         (gnus-message-cite-prefix-regexp): New variable.
12201         (gnus-message-search-citation-line): Use it; protect against long
12202         citation prefix; fill match data with nil rather than 0 for XEmacs; set
12203         the 0th match data for Emacs.
12204         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
12205         (gnus-message-add-citation-keywords): Append keywords rather than
12206         prepending; emulate font-lock-add-keywords if it is not available.
12207         (gnus-message-remove-citation-keywords):
12208         Emulate font-lock-remove-keywords if it is not available.
12209
12210         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
12211
12212         * message.el (message-cite-prefix-regexp): Set the value of
12213         gnus-message-cite-prefix-regexp.
12214
12215 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12216
12217         * nnweb.el (nnweb-google-parse-1): Update parser.
12218
12219 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
12220
12221         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
12222
12223 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12224
12225         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
12226         regexp.
12227
12228 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12229
12230         * uudecode.el (uudecode-string-to-multibyte): New function emulating
12231         string-to-multibyte.
12232         (uudecode-decode-region-internal): Use it.
12233
12234         * lpath.el: Fbind string-as-multibyte for XEmacs.
12235
12236 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12237
12238         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
12239         Fix custom choice.
12240
12241         * gnus-art.el (gnus-signature-limit): Fix custom choice.
12242
12243 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
12244
12245         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
12246
12247         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
12248         `write-region' to respect `mm-inhibit-file-name-handlers'.
12249
12250 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
12251
12252         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
12253         Use gnus-home-directory instead of "~/" or "$HOME".
12254
12255 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
12256
12257         * encrypt.el (encrypt-insert-file-contents): Add better prompt
12258         to mention filename.
12259         Add comments at beginning regarding usage.
12260         (encrypt-write-file-contents): Change interactive so a string is
12261         acceptable.  If the file has no associated model, show an error instead
12262         of a nonsense prompt.
12263
12264 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12265
12266         * spam.el (spam-bsfilter-ham-switch): Fix typo.
12267         Thanks to Yoshihiko Yamada for kind notification of this typo.
12268
12269 2007-01-12  Kenichi Handa  <handa@m17n.org>
12270
12271         * uudecode.el (uudecode-decode-region-internal): Make it work in a
12272         multibyte buffer.
12273
12274 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
12275
12276         * gnus-score.el (gnus-score-fast-scoring): New variable.
12277         (gnus-score-headers): Use it.
12278
12279         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
12280
12281         * message.el (message-cite-original-1):
12282         Call gnus-article-highlight-citation if requested.
12283         (message-make-from): Allow name and address as optional arguments.
12284
12285         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
12286
12287         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
12288         bugs to doc string.
12289         (gnus-button-alist): Add mid\\|message-id.
12290         (gnus-button-fetch-group): Extend for use in
12291         `browse-url-browser-function'.
12292         (gnus-button-url-regexp): Try to catch paired parentheses like in
12293         Wikipedia URLs.
12294
12295         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
12296         Suggested by Simon Krahnke <overlord@gmx.li>.
12297
12298 2007-01-13  Romain Francoise  <romain@orebokech.com>
12299
12300         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
12301         Update copyright.
12302
12303 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
12304
12305         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
12306
12307 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
12308
12309         * gnus-registry.el (gnus-registry-unfollowed-groups)
12310         (gnus-registry-split-fancy-with-parent): Fix documentation.
12311
12312 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12313
12314         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
12315         from nnweb groups.
12316
12317 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12318
12319         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
12320         Xref urls.  Erase buffer before requesting head.
12321
12322         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
12323
12324 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
12325
12326         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
12327         customizable.
12328
12329 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
12330
12331         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
12332         no signing key is found.
12333         (mml2015-epg-encrypt): Ask user whether to skip or abort if
12334         no encrypting and/or signing key is found.
12335
12336 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12337
12338         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
12339
12340 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12341
12342         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
12343         headers read from disk with the ones newly found in the current search.
12344         This should no longer cause problems, because the article numbers in
12345         Gmane's `nov.php' output are ignored since the previous change.
12346
12347 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12348
12349         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
12350
12351 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12352
12353         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
12354         replace-regexp-in-string; bind url-version; fbind display-images-p and
12355         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
12356         find-face and set-itimer-function for Emacs; bind itimer-list for
12357         Emacs.
12358
12359         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
12360
12361 2007-01-01  Romain Francoise  <romain@orebokech.com>
12362
12363         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
12364
12365 2006-12-31  Steve Youngs  <steve@sxemacs.org>
12366
12367         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
12368         `define-minor-mode' macro definition expanded properly.
12369         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
12370         exclude it there.
12371
12372         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
12373         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
12374         `fboundp' test.
12375         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
12376         This is OK to autoload in (S)XEmacs now.
12377
12378 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12379
12380         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
12381         keystroke.
12382         (gnus-summary-limit-to-singletons): Fix typo.
12383
12384         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
12385         else fails.
12386
12387 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12388
12389         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
12390         docstring.
12391
12392         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
12393         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
12394         (gnus-summary-insert-dormant-articles): Fix typo in message.
12395
12396 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
12397
12398         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
12399         nil for XEmacs.
12400         (gnus-message-citation-mode): Don't autoload in XEmacs.
12401
12402         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
12403
12404 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
12405
12406         * nnimap.el (nnimap-expunge-search-string):
12407         Mention nnimap-search-uids-not-since-is-evil in docstring.
12408
12409 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
12410
12411         * spam.el: Revert to make-obsolete-variable because
12412         define-obsolete-variable-alias is not supported in Emacs 21.
12413
12414         * spam.el (spam-ifile-path, spam-ifile-database-path)
12415         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
12416         make-obsolete-variable.
12417         (spam-bsfilter-path, spam-bsfilter-program)
12418         (spam-spamassassin-path, spam-spamassassin-program)
12419         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
12420         Don't use "path" inappropriately.
12421         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
12422         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
12423         variable names.
12424
12425 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
12426
12427         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
12428         summary buffer.
12429
12430         * password.el (password-cache-remove): Use clear-string to burn
12431         password, if available.
12432
12433 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12434
12435         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
12436
12437         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
12438
12439         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
12440         (gnus-message-highlight-citation): Move defcustom here from
12441         gnus-cite.el.
12442         (gnus-message-citation-mode): Autoload.
12443
12444         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
12445         checks to make it compile with XEmacs.
12446         (gnus-message-citation-mode): New minor mode.
12447         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
12448         (gnus-message-highlight-citation): New variables.
12449         (gnus-message-search-citation-line)
12450         (gnus-message-add-citation-keywords)
12451         (gnus-message-remove-citation-keywords)
12452         (turn-on-gnus-message-citation-mode)
12453         (turn-off-gnus-message-citation-mode): New functions.
12454
12455 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
12456
12457         * gnus-cite.el: Enable highlighting of different citation levels in
12458         message-mode.
12459
12460 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12461
12462         * message.el (message-make-fqdn): Fix comment.
12463         (message-bogus-system-names): Add ".local".
12464
12465         * spam.el (spam-ifile-path, spam-ifile-program)
12466         (spam-ifile-database-path, spam-ifile-database)
12467         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
12468         Don't use "path" inappropriately.
12469         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
12470         strings.
12471         (spam-check-ifile, spam-ifile-register-with-ifile)
12472         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
12473         Use new variable names.
12474
12475         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
12476         (gnus-treat-display-smileys): Simplify using
12477         gnus-image-type-available-p.
12478
12479         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
12480         available.
12481
12482         * gnus-xmas.el (gnus-xmas-image-type-available-p):
12483         Use `display-images-p' if available.
12484
12485 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12486
12487         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
12488         one after turning on the buffer's multibyteness instead of decoding
12489         them directly in the unibyte buffer that causes unexpected conversion
12490         in Emacs 23 (unicode).
12491
12492 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12493
12494         * message.el (message-generate-hashcash): Fix custom type.
12495
12496 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
12497
12498         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
12499
12500 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
12501
12502         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
12503         disconnect icons.  Add help text.
12504
12505 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
12506
12507         * spam.el (spam-extra-header-to-number): CRM114 spam score is
12508         negated to be consistent with the others we handle.
12509
12510 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12511
12512         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
12513         version of gnus-summary-buffer to something, so that we can use two
12514         article buffers at the same time.
12515
12516 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
12517
12518         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
12519         trigger all the extra headers.
12520         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
12521         sorting.
12522
12523 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12524
12525         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
12526         solid groups.
12527
12528 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
12529
12530         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
12531
12532 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
12533
12534         * legacy-gnus-agent.el: Add Copyright notice.
12535
12536 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
12537
12538         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
12539
12540 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12541
12542         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
12543
12544         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
12545         to make it work reliably in CVS Emacs.
12546         (gnus-summary-limit-strange-charsets-predicate)
12547         (gnus-summary-limit-to-predicate): New functions.
12548
12549 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
12550
12551         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
12552         specifying array size.
12553         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
12554         array if it is too small.
12555         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
12556         (gnus-sort-threads-loop): New function.
12557
12558 2006-12-06  Chris Moore  <dooglus@gmail.com>
12559
12560         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
12561         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
12562
12563 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
12564
12565         * mm-url.el (mm-url-predefined-programs): Call curl with correct
12566         options.
12567
12568 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12569
12570         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
12571         DOS-ing the recipient.
12572
12573         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
12574         the headers when creating the mapping to avoid mismappings.
12575         (nnweb-gmane-create-mapping): Always nix out old mapping.
12576
12577 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12578
12579         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
12580         and mm-verify-option to never.
12581
12582 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12583
12584         * message.el (message-signed-or-encrypted-p): New function.
12585         (message-forward-make-body): Use it.
12586
12587         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
12588         Replace encode-coding-string with mm-encode-coding-string.
12589
12590 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12591
12592         * nneething.el (nneething-decode-file-name):
12593         Replace decode-coding-string with mm-decode-coding-string.
12594
12595         * gnus-int.el (gnus-open-server): Say failed server's name.
12596
12597 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12598
12599         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
12600         strings to a single string.  Quote `errors-file-name'.
12601         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
12602         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
12603         Adjust calls.  Use `shell-quote-argument'.
12604
12605 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
12606
12607         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
12608         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
12609
12610         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
12611         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
12612         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
12613         (gnus-group-make-directory-group, gnus-group-transpose-groups):
12614         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
12615         (gnus-subscribe-newsgroup, gnus-1):
12616         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
12617         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
12618         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
12619         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
12620
12621 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12622
12623         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
12624         keystroke.
12625         (gnus-summary-limit-to-bodies): Implement headersp.
12626
12627 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12628
12629         * dns.el (query-dns): Protect against "Process dns deleted" strings.
12630
12631 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12632
12633         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
12634
12635 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12636
12637         * message.el (message-generate-hashcash): Expand range of values to
12638         include `opportunistic'.
12639         (message-send-mail): Use it.
12640
12641 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12642
12643         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
12644         and comment it.
12645
12646         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
12647
12648 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
12649
12650         * gnus-util.el (gnus-extract-address-components): Improve comment.
12651
12652 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12653
12654         * gnus-util.el (gnus-extract-address-components): Work with address in
12655         which the name portion contains @.
12656
12657         * lpath.el: Fbind custom-autoload.
12658
12659 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12660
12661         * gnus.el (gnus-start): Move custom group up.
12662         (gnus-select-method): Don't autoload, but make it available for
12663         `customize-variable'.
12664         (gnus-getenv-nntpserver): Don't autoload.
12665
12666 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
12667
12668         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
12669
12670 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
12671
12672         * message.el (message-sendmail-extra-arguments): New variable.
12673         (message-send-mail-with-sendmail): Use it.
12674
12675 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12676
12677         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
12678         mm-with-unibyte-current-buffer to make string unibyte.
12679
12680         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
12681         mm-string-as-multibyte.
12682
12683 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
12684
12685         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
12686         Reported by Werner Koch <wk@gnupg.org>.
12687
12688 2006-11-14  Daiki Ueno  <ueno@p360>
12689
12690         * mml2015.el: Autoload epa-select-keys when compiling.
12691
12692 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
12693
12694         * mml2015.el (mml2015-epg-sign): Save the signing keys in
12695         message-options.
12696         (mml2015-epg-encrypt): Save the recipient keys in message-options.
12697
12698 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
12699
12700         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
12701         EasyPG (< 0.0.6).
12702         (mml2015-always-trust): New user option.
12703         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
12704         prompt.
12705
12706 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12707
12708         * nntp.el (nntp-authinfo-force): New variable.
12709         (nntp-send-authinfo): Use it.
12710
12711 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
12712
12713         * message.el (message-strip-subject-encoded-words): Allow _not_ to
12714         decode encoded words.  Improve prompt.  Add comment about forwarding.
12715         (message-replacement-char): Move up.
12716
12717 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
12718
12719         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
12720         instead of gnus-intersection because arguments of gnus-sorted-nunion
12721         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
12722
12723 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
12724
12725         * message.el (message-strip-subject-encoded-words): Reformat prompt.
12726         (message-simplify-subject-functions):
12727         Enable message-strip-subject-encoded-words by default.
12728
12729 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
12730
12731         * message.el (message-strip-subject-encoded-words): New function.
12732         (message-simplify-subject-functions): New variable.
12733         (message-simplify-subject): Use it.  Fix typo in doc string.
12734         Support message-strip-subject-encoded-words.
12735
12736 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
12737
12738         * gnus-diary.el (gnus-diary-delay-format-function):
12739         * nndiary.el (nndiary-reminders):
12740         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
12741
12742 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
12743
12744         * gnus-art.el (article-hide-boring-headers): Fetch date from
12745         gnus-original-article-buffer to avoid problems with localized date
12746         strings.
12747
12748 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12749
12750         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
12751
12752 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
12753
12754         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12755         New variables.
12756         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12757         (mm-charset-synonym-alist): Move some entries to
12758         mm-codepage-iso-8859-list.
12759         (mm-charset-synonym-alist, mm-charset-override-alist):
12760         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12761
12762 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12763
12764         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
12765
12766 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12767
12768         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
12769         with Emacs 21 and XEmacs.
12770
12771 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
12772
12773         * spam.el (spam-parse-address): New function for better parsing,
12774         catching errors, etc.
12775         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
12776
12777 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12778
12779         * mm-view.el: Add interactive arg to html2text autoload.
12780
12781 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12782
12783         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
12784
12785 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
12786
12787         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
12788         New variables.
12789         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
12790         (mm-charset-synonym-alist): Move some entries to
12791         mm-codepage-iso-8859-list.
12792
12793         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
12794
12795 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
12796
12797         * message.el (message-citation-line-format)
12798         (message-insert-formated-citation-line): Fix implementation of %E, %N
12799         and %n according to the doc string.
12800
12801 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
12802
12803         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12804         Use car-safe to avoid bad parses.
12805
12806 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12807
12808         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
12809         names.
12810
12811         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
12812
12813 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12814
12815         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
12816         header.
12817
12818         * message.el (message-draft-headers): Add Date.
12819         (message-headers-to-generate): Fix typo in docstring.
12820
12821         * nndraft.el (nndraft-required-headers): New variable.
12822         (nndraft-generate-headers): Use it.
12823
12824         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
12825
12826 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
12827
12828         * gnus-registry.el (gnus-registry-wash-for-keywords)
12829         (gnus-registry-find-keywords): New functions to allow easy searching of
12830         articles that are in the registry.
12831
12832 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
12833
12834         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
12835         Use ietf-drums-parse-address instead of gnus-extract-address-components.
12836         Reported by Damien Elmes <damien@repose.cx>.
12837
12838 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12839
12840         * gnus.el (gnus-mime): Remove unused custom group.
12841
12842 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12843
12844         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
12845         "blank line" when searching for end of armor headers.
12846
12847 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12848
12849         * gmm-utils.el (gmm-write-region): Fix variable name.
12850
12851 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
12852
12853         * gmm-utils.el (gmm-write-region): New function based on compatibility
12854         code from `mm-make-temp-file'.
12855
12856         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
12857
12858         * nnmaildir.el (nnmaildir--update-nov)
12859         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
12860         Use `gmm-write-region'.
12861
12862 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12863
12864         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
12865         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
12866
12867         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
12868
12869         * message.el (message-replacement-char): New variable.
12870         (message-fix-before-sending): Use it.
12871         (message-simplify-subject): New function to remove duplicate code.
12872         (message-reply, message-followup): Use it.
12873
12874         * gnus-sum.el (gnus-summary-make-menu-bar):
12875         Clarify gnus-summary-limit-to-articles.
12876
12877 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12878
12879         * gnus-util.el (gnus-with-local-quit): New macro.
12880
12881         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
12882
12883 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
12884
12885         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
12886         ignore non-string data.
12887
12888 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12889
12890         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
12891         non-string data (needs to be done in the registry too).
12892
12893 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12894
12895         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
12896         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
12897         (gnus-registry-split-fancy-with-parent)
12898         (gnus-registry-fetch-simplified-message-subject-fast)
12899         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
12900         Remove text properties on ingress into the registry and when it's saved.
12901         (gnus-registry-clean-empty-function): Fix bug with cleaning the
12902         registry from entries with no groups.
12903
12904 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12905
12906         * gnus-util.el (gnus-string-remove-all-properties): Add utility
12907         function to remove string properties.
12908
12909 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12910
12911         * gmm-utils.el (gmm): Adjust custom version.
12912
12913         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
12914         Adjust custom version.
12915
12916         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
12917
12918 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12919
12920         * gnus-art.el (gnus-insert-prev-page-button)
12921         (gnus-insert-next-page-button): Simplify.  Reformat.
12922
12923 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
12924
12925         * gnus-art.el (gnus-insert-prev-page-button)
12926         (gnus-insert-next-page-button): Apply gnus-article-button-face.
12927
12928 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
12929
12930         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
12931
12932 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
12933
12934         * gnus-art.el (gnus-insert-mime-button)
12935         (gnus-insert-mime-security-button):
12936         Apply gnus-article-button-face to MIME and security buttons.
12937
12938 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
12939
12940         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
12941         readable.
12942
12943 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12944
12945         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
12946
12947 2006-09-20  Steve Youngs  <steve@sxemacs.org>
12948
12949         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
12950         `browse-url-of-file' instead of `browse-url'.
12951
12952 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12953
12954         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
12955         regexp.  Articles containing quotation were cut prematurely.
12956
12957 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12958
12959         * message.el (message-cite-original-1): Use nobody by default for the
12960         value of From header.
12961         (message-reply): Ditto.
12962
12963 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
12964
12965         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
12966         to the gnus-info.  This fixes a bug of inline-PGP message verification.
12967         Reported by Michael Piotrowski <mxp@dynalabs.de>.
12968
12969 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
12970
12971         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
12972         mails in the doc string.  Add some URLs in comment.
12973         (pop3-movemail): Warn about pop3-leave-mail-on-server.
12974
12975 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12976
12977         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
12978         backslashes handling and the way to find boundaries of quoted strings.
12979
12980 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
12981
12982         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
12983         mml1991-encrypt-to-self is set and mml1991-signers is not set.
12984         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
12985         mml2015-encrypt-to-self is set and mml2015-signers is not set.
12986
12987 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12988
12989         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
12990         doc string.
12991         (gnus-button-regexp, gnus-button-last): Remove unused variables.
12992
12993 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12994
12995         * lpath.el: Fbind epg-check-configuration.
12996
12997 2006-09-06  Simon Josefsson  <jas@extundo.com>
12998
12999         * mml2015.el (mml2015-use): Doc fix, mention epg.
13000
13001 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
13002
13003         * mml2015.el (mml2015-use): Default to epg, if available.
13004
13005 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
13006
13007         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
13008         message-sender.
13009         (mml1991-epg-encrypt): Ditto.
13010         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
13011         message-sender.
13012         (mml2015-epg-encrypt): Ditto.
13013
13014 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
13015
13016         * message.el (message-send-mail-with-sendmail): Look for sendmail in
13017         several common directories.
13018
13019 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
13020
13021         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
13022         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
13023
13024 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13025
13026         * gnus-art.el (article-decode-encoded-words): Make it fast.
13027
13028 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13029
13030         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
13031
13032         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
13033         in quoted string into `\'.
13034
13035 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13036
13037         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13038         Use standard-syntax-table.
13039
13040 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13041
13042         * gnus-art.el (gnus-decode-address-function): New variable.
13043         (article-decode-encoded-words): Use it to decode headers which are
13044         assumed to contain addresses.
13045         (gnus-mime-delete-part): Remove useless `or'.
13046
13047         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
13048         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
13049         (gnus-nov-parse-line): Use it to decode From header.
13050         (gnus-get-newsgroup-headers): Ditto.
13051         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
13052
13053         * mail-parse.el (mail-decode-encoded-address-region): New alias.
13054         (mail-decode-encoded-address-string): New alias.
13055
13056         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13057         New function.
13058         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
13059         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
13060         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
13061         (rfc2047-decode-string): Ditto.
13062         (rfc2047-decode-address-region): New function.
13063         (rfc2047-decode-address-string): New function.
13064
13065 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
13066
13067         * message.el (message-caesar-buffer-body): Allow rotating headers.
13068
13069         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
13070
13071         * message.el (message-insert-formated-citation-line): Fix %f.
13072         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
13073
13074 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13075
13076         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
13077         (gnus-bookmark-mouse-available-p): New macro.
13078         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
13079         (gnus-bookmark-bmenu-show-infos): Use it.
13080         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
13081         (gnus-bookmark-bmenu-hide-infos): Ditto.
13082         (gnus-bookmark-remove-properties): New function.
13083         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
13084         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
13085         (gnus-bookmark-write-file): Bind coding-system-for-write.
13086         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
13087         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
13088         group before selecting it.
13089         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
13090         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
13091         quit-window if it is not available; use gnus-mouse-2 and bind it to
13092         gnus-bookmark-bmenu-select-by-mouse.
13093         (gnus-bookmark-show-details): Remove unused variable `details-list'.
13094         (gnus-bookmark-bmenu-select-by-mouse): New function.
13095
13096 2006-08-13  Romain Francoise  <romain@orebokech.com>
13097
13098         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
13099         space.
13100
13101 2006-08-10  Romain Francoise  <romain@orebokech.com>
13102
13103         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
13104         (dns-mode-soa-auto-increment-serial): New user option.
13105         (dns-mode-soa-maybe-increment-serial): New function.
13106         (dns-mode): Add the latter to `write-contents-functions'.
13107
13108 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13109
13110         * compface.el (uncompface): Use binary rather than raw-text-unix.
13111
13112 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13113
13114         * compface.el (uncompface): Make sure the eol conversion doesn't take
13115         place when communicating with the external programs.
13116         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13117
13118 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13119
13120         * nnheader.el (nnheader-insert-head): Fix typo in comment.
13121
13122 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13123
13124         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
13125         Make it more robust by parsing author and date independently.
13126
13127 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13128
13129         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
13130
13131 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
13132
13133         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
13134         first matching secret key.
13135         (mml2015-epg-encrypt): Ditto.
13136
13137         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
13138         first matching secret key.
13139         (mml1991-epg-encrypt): Ditto.
13140
13141         * mml2015.el (mml2015-encrypt-to-self): New user option.
13142         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
13143         mml2015-epg-encrypt-to-self is set.
13144
13145         * mml1991.el (mml1991-encrypt-to-self): New variable.
13146         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
13147         mml1991-epg-encrypt-to-self is set.
13148
13149         * mml2015.el (mml2015-signers): New user option.
13150         (mml2015-epg-sign): Reflect the value of mml2015-signers.
13151         (mml2015-epg-encrypt): Allow to select signing keys.
13152
13153         * mml1991.el (mml1991-signers): New variable.
13154         (mml1991-epg-sign): Reflect the value of mml1991-signers.
13155         (mml1991-epg-encrypt): Allow to select signing keys.
13156
13157 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13158
13159         * nnheader.el (nnheader-insert-head): Make it work even if the file
13160         uses CRLF for the line-break code.
13161
13162 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
13163
13164         * mml2015.el: Require mml-sec instead of password.
13165         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
13166         (mml2015-cache-passphrase): Inherit the default value from
13167         mml-secure-cache-passphrase.
13168         (mml2015-passphrase-cache-expiry): Inherit the default value from
13169         mml-secure-passphrase-cache-expiry.
13170
13171         * mml1991.el: Require mml-sec instead of password.
13172         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
13173         (mml1991-cache-passphrase): Inherit the default value from
13174         mml-secure-cache-passphrase.
13175         (mml1991-passphrase-cache-expiry): Inherit the default value from
13176         mml-secure-passphrase-cache-expiry.
13177
13178         * mml-sec.el: Require password.
13179         (mml-secure-verbose): New user option.
13180         (mml-secure-cache-passphrase): New user option.
13181         (mml-secure-passphrase-cache-expiry): New user option.
13182
13183 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
13184
13185         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
13186         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
13187         andreas@altroot.de (Andreas Vögele).
13188
13189         FIXME: Use `tiny change'?
13190
13191 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13192
13193         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
13194         workaround for the url package included with Emacs.
13195
13196         * nnweb.el (nnweb-google-create-mapping): Update regexp.
13197
13198 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13199
13200         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
13201         correctly.  This fixes a bug caused by the 2006-05-12 change.
13202
13203 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
13204
13205         * nnmail.el (nnmail-article-group): If splitting raises an error, give
13206         some information about the error when saying that the `bogus' mail
13207         group will be used.
13208
13209 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
13210
13211         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
13212         string.
13213
13214 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
13215
13216         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
13217
13218 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13219
13220         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
13221
13222 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
13223
13224         * mml1991.el (mml1991-function-alist): Add epg.
13225         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
13226         (mml1991-epg-encrypt): New functions.
13227
13228 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
13229
13230         * mml2015.el (mml2015-verbose): New variable.
13231         (mml2015-cache-passphrase): Ditto.
13232         (mml2015-passphrase-cache-expiry): Ditto.
13233         (mml2015-function-alist): Add epg.
13234         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
13235         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
13236         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
13237         New functions.
13238
13239 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13240
13241         * message.el (message-cite-original-1): Preserve region when removing
13242         quoted text due to X-No-Archive in order to avoid bogus attribution
13243         when citing multiple messages.
13244
13245 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13246
13247         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
13248         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
13249
13250 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
13251
13252         * gnus-diary.el (gnus-user-format-function-d)
13253         (gnus-user-format-function-D): Autoload.
13254
13255         * imap.el (Commentary): Fix typo.
13256
13257         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
13258         2006-04-22 contribution.
13259
13260 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13261
13262         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
13263         It didn't really fix the bogosity I'm seeing with solid web groups.
13264
13265 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13266
13267         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
13268         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
13269         created using server names.  If we use the feature without declaring
13270         it, Gnus does not properly manage server and group state.
13271
13272         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
13273         bound.
13274
13275 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13276
13277         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
13278         looking up the method using GROUP's prefix before inventing a new one.
13279         It is used on killed/unknown groups in various places where returning
13280         an all-new method isn't expected by the caller.
13281
13282         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
13283         and match semantics of gnus-group-real-prefix.
13284
13285 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
13286
13287         * nnmail.el (nnmail-broken-references-mailers): New variable.
13288         (nnmail-ignore-broken-references): New function generalizing
13289         nnmail-fix-eudora-headers.
13290         (nnmail-fix-eudora-headers): Now obsolete.
13291
13292         * gnus-art.el (gnus-button-handle-custom):
13293         Support `customize-apropos*'.
13294
13295 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13296
13297         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
13298
13299         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
13300         articles.
13301
13302 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
13303
13304         * message.el (message-cite-reply-above): New variable.
13305         (message-yank-original): Use it.
13306
13307 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13308
13309         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
13310
13311 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
13312
13313         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
13314         as read.
13315
13316         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
13317
13318 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
13319
13320         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
13321         (gnus-bookmark-default-file): Use gnus-directory.
13322         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
13323         Remove "*" in doc string.
13324         (gnus-bookmark-write-file): Simplify.
13325         (gnus-bookmark-maybe-sort-alist): Use `when'.
13326         (gnus-bookmark-get-bookmark): Fix typo in doc string.
13327         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
13328         Add FIXME about Emacs 21 and XEmacs compatibility.
13329         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
13330         compatibility.
13331         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
13332         compatibility.
13333         (gnus-bookmark-menu-heading): Fix version.
13334
13335 2006-06-19  Bastien Guerry  <bzg@altern.org>
13336
13337         * gnus-bookmark.el: New file.
13338
13339 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13340
13341         * message.el (message-syntax-checks): Doc fix.
13342
13343 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13344
13345         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
13346         unsubscribed groups as if they were killed ones.  It causes duplicate
13347         entries in gnus-newsrc-alist.
13348
13349 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13350
13351         * message.el (message-syntax-checks): Doc fix.
13352         (message-send-mail): Add check for continuation headers.
13353         (message-check-news-header-syntax): Fix regexp used to check for
13354         continuation headers.
13355
13356 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13357
13358         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
13359
13360 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
13361
13362         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
13363
13364 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13365
13366         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
13367         default-truncate-lines.
13368
13369 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13370
13371         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
13372         to fill the utf-8 entry.
13373
13374         * lpath.el: Fbind unicode-precedence-list.
13375
13376 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13377
13378         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
13379
13380 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
13381
13382         * gnus-agent.el (directory-files-and-attributes): Move all the way
13383         forward (the third and final move).
13384         (gnus-agent-read-agentview): Trap reconstruction errors due to
13385         nonexistent directory.  Handle by returning nil.
13386
13387 2006-05-30  Didier Verna  <didier@xemacs.org>
13388
13389         * message.el (message-dont-reply-to-names): Update the custom type.
13390         * message.el (message-dont-reply-to-names): New defsubst: potentially
13391         convert a list of regexps into a single one.
13392         * message.el (message-get-reply-headers): Use it.
13393         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
13394
13395 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13396
13397         * gnus-agent.el (directory-files-and-attributes): Move forward.
13398
13399 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13400
13401         * gnus-ml.el (gnus-mailing-list-subscribe)
13402         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
13403         (gnus-mailing-list-message): Fix doc strings.
13404
13405 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13406
13407         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
13408         of doing it manually.
13409
13410 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13411
13412         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
13413         comment.
13414
13415 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
13416
13417         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
13418         (gnus-agent-read-agentview): Fix handling of end-of-file error.
13419         (gnus-agent-read-local): All symbols allocated in my-obarray.
13420         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
13421         (gnus-agent-regenerate-group): Check numeric names to see if they are
13422         messages or groups.
13423         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
13424         better way of do this...)
13425
13426         * gnus-cache.el (gnus-agent-total-fetched-for):
13427         Ignore 'dummy.group' (there should be a better way of do this...)
13428
13429 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13430
13431         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
13432         (gnus-saved-headers): Ditto.
13433         (gnus-default-article-saver): Mention functions may have properties.
13434         (gnus-article-save): Override gnus-save-all-headers and
13435         gnus-saved-headers by :headers property which saver function may have.
13436         (gnus-summary-save-in-file): Add :headers property.
13437         (gnus-summary-write-to-file): Ditto.
13438
13439         * gnus-sum.el (gnus-summary-save-article): Bind
13440         gnus-prompt-before-saving to t when saving many articles in a file;
13441         always show all headers.
13442
13443         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
13444
13445 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
13446
13447         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
13448         marks.
13449
13450         * message.el (message-indent-citation): Add optional arguments to allow
13451         using it outside of message buffers.
13452
13453         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
13454         (gnus-article-treat-unfold-headers): Use it.
13455         (gnus-article-truncate-lines): New variable.
13456         (gnus-article-mode): Use it.
13457         (gnus-article-toggle-truncate-lines): New function.
13458
13459         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
13460         Add gnus-article-toggle-truncate-lines.
13461
13462         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
13463         coding system in XEmacs, use binary.
13464
13465 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13466
13467         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
13468         after-load-alist.
13469
13470         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
13471         this function should save decoded articles.
13472         (gnus-summary-write-to-file): Use property to specify this function
13473         should save decoded articles and specify gnus-summary-save-in-file
13474         should be used to save articles other than the first one when saving
13475         many articles.
13476         (gnus-summary-save-body-in-file): Use property to specify this
13477         function should save decoded articles.
13478         (gnus-summary-write-body-to-file): Use property to specify this
13479         function should save decoded articles and specify
13480         gnus-summary-save-body-in-file should be used to save articles other
13481         than the first one when saving many articles.
13482
13483         * gnus-sum.el (gnus-summary-save-article): Simplify.
13484
13485 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13486
13487         * gnus-art.el (gnus-default-article-saver):
13488         Add gnus-summary-write-body-to-file.
13489         (gnus-article-save-coding-system): Don't use coding system object
13490         in XEmacs.
13491         (gnus-read-save-file-name): Add optional `dir-var' argument which
13492         specifies directory in which files are saved; work even if optional
13493         `variable' argument is not specified.
13494         (gnus-summary-write-to-file): Read file name.
13495         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
13496         (gnus-summary-write-body-to-file): New function.
13497
13498         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
13499         (gnus-summary-local-variables): Add it.
13500         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
13501         (gnus-summary-save-article): Remove optional `decode' argument;
13502         determine whether to decode articles by the value of
13503         gnus-default-article-saver; when saving many files using
13504         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
13505         it first and use gnus-summary-save-in-file or
13506         gnus-summary-save-body-in-file thereafter unless
13507         gnus-prompt-before-saving is always; move point to article which
13508         will be saved.
13509         (gnus-summary-save-article-file): Revert.
13510         (gnus-summary-write-article-file): Revert.
13511         (gnus-summary-save-article-body-file): Revert.
13512         (gnus-summary-write-article-body-file): New function.
13513
13514 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13515
13516         * gnus-art.el (gnus-default-article-saver): Doc fix.
13517         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
13518         from gnus-summary-save-article-coding-system, and default to a
13519         certain coding system.
13520         (gnus-output-to-file): Add coding cookie and encode text according
13521         to gnus-article-save-coding-system; don't use mm-append-to-file.
13522
13523         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
13524         gnus-art.el and rename to gnus-article-save-coding-system.
13525         (gnus-summary-save-article): Require gnus-art; don't show all
13526         headers if it decodes articles; don't add coding cookie here;
13527         don't bind mm-text-coding-system-for-write.
13528         (gnus-summary-save-article-file): Save decoded articles.
13529         (gnus-summary-write-article-file): When saving many files, use
13530         gnus-summary-write-to-file first and gnus-summary-save-in-file
13531         thereafter unless gnus-prompt-before-saving is always.
13532         (gnus-summary-save-article-body-file): Save decoded articles.
13533
13534         * lpath.el: Fbind select-safe-coding-system for XEmacs.
13535
13536 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
13537
13538         * nnrss.el (nnrss-check-group): Bind hash-index.
13539
13540 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
13541
13542         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
13543         its hash index.  Store this hash in `nnrss-group-data'.
13544         (nnrss-read-group-data): Update accordingly.
13545
13546 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
13547
13548         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
13549         entry.
13550
13551         * gnus-sum.el (gnus-summary-make-menu-bar):
13552         Add gnus-article-browse-html-article.
13553
13554 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
13555
13556         * gnus-sum.el (gnus-summary-mime-map):
13557         Add gnus-article-browse-html-article.
13558
13559         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
13560
13561 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
13562
13563         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
13564         suitable coding systems in customize.
13565
13566 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
13567
13568         * mail-source.el (mail-sources): Fix custom type.
13569
13570 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13571
13572         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
13573         (gnus-summary-expire-articles-now): Shorten prompt.
13574
13575         * gmm-utils.el (wid-edit): Require.
13576         (defun-gmm): Rename from `gmm-defun-compat'.
13577         (gmm-image-search-load-path): Use it.
13578         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
13579
13580 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13581
13582         * gnus-sum.el (gnus-summary-save-article-coding-system):
13583         New variable.
13584         (gnus-summary-save-article): Add optional `decode' argument.
13585         If it is set and gnus-summary-save-article-coding-system is non-nil,
13586         save decoded article.
13587         (gnus-summary-write-article-file): Save decoded article if
13588         gnus-summary-save-article-coding-system is non-nil.
13589
13590         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
13591         type.
13592
13593 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13594
13595         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
13596
13597 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13598
13599         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
13600         first to test gnus-single-article-buffer which may be buffer-local.
13601
13602         * gnus-sum.el (gnus-summary-setup-buffer):
13603         Make gnus-single-article-buffer buffer-local and nil in ephemeral
13604         group; make gnus-article-buffer, gnus-article-current, and
13605         gnus-original-article-buffer always buffer-local.
13606         (gnus-summary-exit): Kill article buffer belonging to ephemeral
13607         group.
13608         (gnus-handle-ephemeral-exit): Don't move to next summary line.
13609
13610 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
13611
13612         * nnml.el (nnml-request-compact-group): Compressed files might not
13613         have .gz extension.
13614
13615 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13616
13617         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
13618         (mm-copy-to-buffer): Use with-current-buffer.
13619         (mm-display-part): Simplify.
13620         (mm-inlinable-p): Add optional arg `type'.
13621
13622 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13623
13624         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
13625         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
13626         Try harder to show the attachment internally or externally using
13627         gnus-mime-view-part-as-type.
13628
13629 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
13630
13631         * message.el (message-from-style, message-signature-separator)
13632         (message-user-organization-file, message-send-mail-function)
13633         (message-citation-line-function, message-yank-prefix)
13634         (message-indent-citation-function, message-signature)
13635         (message-signature-file, message-signature-insert-empty-line):
13636         Remove autoloads.
13637
13638         * gnus-art.el (gnus-buttonized-mime-types):
13639         Remove "multipart/signed".  Revert 2006-04-26 change.
13640
13641 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13642
13643         * gnus.el (gnus-version-number): Bump version.
13644
13645 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13646
13647         * gnus.el: No Gnus v0.5 is released.
13648
13649 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13650
13651         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
13652         fetching articles by message-id.
13653
13654 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13655
13656         * message.el (hashcash): Require hashcash as normal.
13657
13658         * ecomplete.el (ecomplete-highlight-match-line):
13659         Use point-at-eol.
13660         (ecomplete-highlight-match-line): Use `highlight', because that
13661         face exists in both Emacs and XEmacs.
13662
13663         * message.el (message-display-abbrev): Use point-at-bol.
13664
13665         * mail-source.el: Don't require timer/timer-funcs.
13666
13667         * gnus-async.el: Ditto.
13668
13669         * password.el: Ditto.
13670
13671         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
13672
13673         * mm-url.el: Ditto.
13674
13675         * gnus-xmas.el: Don't require timer-funcs.
13676
13677         * mm-util.el: Require timer/timer-funcs.
13678
13679 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13680
13681         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
13682         Close.
13683
13684 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13685
13686         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
13687         unibyte after clear-decrypt function runs.
13688
13689         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
13690         returns as a unibyte string.
13691
13692 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13693
13694         * lpath.el: Revert.
13695
13696         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
13697         (pgg-gpg-process-sentinel): Revert.
13698
13699         * pgg-pgp.el (pgg-pgp-process-region): Revert.
13700         (pgg-pgp-lookup-key): Revert.
13701
13702         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
13703         (pgg-pgp5-lookup-key): Revert.
13704
13705         * pgg.el (pgg-fetch-key): Revert.
13706
13707 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13708
13709         * lpath.el: Fbind string-as-multibyte for XEmacs.
13710
13711         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
13712         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
13713         (mml1991-pgg-encrypt): Ditto.
13714
13715         * pgg-gpg.el (pgg-string-to-multibyte): New function.
13716         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
13717         a multibyte buffer.
13718
13719         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
13720         (pgg-pgp-lookup-key): Ditto.
13721
13722         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
13723         (pgg-pgp5-lookup-key): Ditto.
13724
13725         * pgg.el (pgg-fetch-key): Ditto.
13726
13727 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
13728
13729         * message.el (message-user-organization-file): Check several
13730         locations of the organization file.
13731
13732         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
13733         Add gnus-article-view-part-as-type.
13734
13735         * gnus-art.el (gnus-article-view-part-as-type): New function.
13736
13737         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
13738         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
13739
13740         * mml.el: Simplify autoload.
13741         (mml-mode): defvar dnd-protocol-alist instead of using
13742         symbol-value.
13743         (mml-default-directory): New variable.
13744         (mml-minibuffer-read-file): Use it.
13745         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
13746
13747         * message.el (message-citation-line-format): New variable.
13748         (message-insert-formated-citation-line): New function.
13749         (message-citation-line-function):
13750         Add `message-insert-formated-citation-line' to custom type.
13751
13752         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
13753         to doc string.
13754
13755         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
13756         depending on mm-verify-option.
13757
13758 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13759
13760         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
13761         binding pgg-* variables; reimplement the section which prevents
13762         MIME header from being signed.
13763         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
13764         pgg-text-mode; remove a blank line at the top of body.
13765
13766         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
13767         lines at the top of body; use gnus-newsgroup-charset if there's no
13768         Charset header.
13769
13770 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13771
13772         * message.el (message-self-insert-commands): Doc fix.
13773
13774         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
13775         (mm-uu-pgp-encrypted-test): Ditto.
13776         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
13777         between header and body; return application/pgp-encrypted handle
13778         if decryption failed; decode decrypted body by charset.
13779
13780         * mm-decode.el (mm-automatic-display): Don't make application/pgp
13781         element match to application/pgp-*.
13782
13783 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13784
13785         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
13786         HTML.
13787
13788 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13789
13790         * mail-source.el (mail-source-call-script): Message the error
13791         string.
13792
13793 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13794
13795         * gnus-util.el (gnus-byte-compile): Use it.
13796
13797 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
13798
13799         * gnus-util.el (kill-empty-logs): New function.
13800
13801 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13802
13803         * message.el (message-mail-alias-type): Doc fix.
13804         (message-mail-alias-type-p): New function.
13805         (message-send): Use it.
13806         (message-mode): Ditto.
13807         (message-strip-forbidden-properties): Ditto.
13808
13809         * ecomplete.el (ecomplete-database-file-coding-system):
13810         New variable.
13811         (ecomplete-save): Use it.
13812         (ecomplete-setup): Use it.
13813
13814 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13815
13816         * message.el (message-self-insert-commands): New variable.
13817         (message-strip-forbidden-properties): Use it.
13818
13819 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13820
13821         * message.el (message-put-addresses-in-ecomplete): Use a regexp
13822         that doesn't make XEmacs choke.
13823
13824 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
13825
13826         * gnus-util.el (gnus-replace-in-string):
13827         Prefer replace-regexp-in-string over of replace-in-string.
13828
13829 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13830
13831         * gnus-util.el (gnus-select-frame-set-input-focus):
13832         Use select-frame-set-input-focus if it is available in XEmacs; use
13833         definition defined in Emacs 22 for old Emacsen.
13834
13835         * dgnushack.el: Autoload unmorse-region for XEmacs.
13836
13837         * lpath.el: Bind cursor-in-non-selected-windows and
13838         select-frame-set-input-focus for XEmacs.
13839
13840 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13841
13842         * mm-view.el (mm-inline-text): Use equal instead of equalp.
13843
13844 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
13845
13846         * gnus-registry.el (gnus-registry-cache-save): Remove text
13847         properties when saving via the temp buffer.
13848
13849 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13850
13851         * message.el (message-generate-hashcash): Honor custom type.
13852
13853 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13854
13855         * message.el (message-generate-hashcash): Default to non-nil when
13856         hashcash is found.
13857
13858         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
13859         (gnus-refer-thread-limit): Increase default to 500.
13860
13861         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
13862
13863         * flow-fill.el (fill-flowed): Allow delete-space.
13864
13865 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13866
13867         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
13868         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
13869         Remove autoloads.
13870
13871 2006-04-18  Simon Josefsson  <jas@extundo.com>
13872
13873         * message.el (message-generate-hashcash): Default to.
13874
13875 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13876
13877         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13878         concatenating segments rather than before concatenating them.
13879
13880 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
13881
13882         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
13883
13884 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13885
13886         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
13887
13888         * message.el (message-forward-make-body-plain):
13889         Allow message-forward-ignored-headers to be a list.
13890         (message-remove-ignored-headers): Factor out into function.
13891         (message-forward-make-body-mml): Use it.
13892
13893         * imap.el (imap-quote-specials): New function.
13894         (imap-login-auth): Quote specials.
13895
13896         * rfc2231.el (rfc2231-parse-string): Remove dead code.
13897         (rfc2231-parse-string): Allow concatanation of parameters that
13898         aren't contiguous.  The test case is
13899           (mail-header-parse-content-type "message/external-body;
13900             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
13901             access-type=LOCAL-FILE;
13902             name*1*=plugh%2fhello-sailor%2fbing.pdf")
13903
13904 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13905
13906         * nntp.el (nntp-accept-process-output): Return the value of
13907         `nnheader-accept-process-output'.
13908
13909 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13910
13911         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
13912         (gnus-button-alist): Recognize more diff formats.
13913         (gnus-button-patch): Strip directory.
13914
13915 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
13916
13917         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
13918         Emacs 22 when setting focus.
13919
13920 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13921
13922         * gnus-art.el (gnus-article-treat-types): Do treatment of
13923         text/x-verbatim parts.
13924         (gnus-button-patch): New command.
13925
13926         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
13927         addresses that contain invalid characters.
13928
13929 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13930
13931         * message.el (message-put-addresses-in-ecomplete):
13932         Use gnus-replace-in-string.
13933         (message-is-yours-p): Use the more correct
13934         mail-header-parse-address instead of
13935         mail-extract-address-components.
13936         (message-put-addresses-in-ecomplete): Fix typo.
13937
13938         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
13939         keystroke.
13940
13941         * gnus-art.el (gnus-treatment-function-alist): Change order of
13942         newsgroups/generic header folding to avoid double-folding.
13943
13944         * message.el (message-hidden-headers): Add X-Draft-From.
13945
13946         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
13947         New command.
13948         (gnus-summary-repeat-search-article-backward): New command.
13949
13950         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
13951         groups in the parent topic.
13952
13953 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
13954
13955         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
13956         (spam-extra-header-to-number): Return the CRM114 number as a
13957         number instead of a string.
13958
13959 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13960
13961         * gnus-art.el (gnus-face-properties-alist): Move here from
13962         gnus-fun.
13963
13964         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
13965
13966 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13967
13968         * message.el (message-strip-forbidden-properties): Only display on
13969         self-insert-command.
13970
13971         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
13972         reindent.
13973         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
13974
13975 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
13976
13977         * smiley.el (smiley-style): Fix typo.
13978
13979 2006-03-23  Kenichi Handa  <handa@m17n.org>
13980
13981         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
13982         instead of set-buffer-multibyte.
13983
13984 2006-03-23  Kenichi Handa  <handa@m17n.org>
13985
13986         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13987         buffer and then decode the buffer text if necessary.
13988         (rfc2231-encode-string): Be sure to work on multibyte buffer at
13989         first, and after mm-encode-body, change the buffer to unibyte.
13990
13991 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13992
13993         * hashcash.el (hashcash-insert-payment-async-2):
13994         Use message-goto-eoh instead of doing it manually.
13995         (mail-add-payment): Use message-narrow-to-header instead of trying
13996         to do the same itself.
13997
13998         * message.el (message-hidden-headers): Add Face.
13999
14000         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
14001         reparenting code.
14002         (gnus-summary-reparent-children): Refactored out code.
14003         (gnus-summary-thread-map): New keystroke.
14004         (gnus-summary-reparent-children): Make into command.
14005
14006         * smiley.el (smiley-style): Default to `medium' if using a large
14007         font.
14008
14009         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
14010         does it itself.
14011
14012         * message.el (message-point-in-header-p): Simplify definition.
14013
14014 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14015
14016         * nnagent.el (nnagent-request-set-mark): Silence log file
14017         writing.
14018         (nnagent-request-set-mark): Use write-region instead of
14019         append-to-file.
14020
14021         * gnus-sum.el (gnus-read-header): Fudge article number if using a
14022         strange select method.
14023
14024         * ecomplete.el (ecomplete-display-matches): Get highlightling
14025         right.
14026         (ecomplete-display-matches): Use literals.
14027         (ecomplete-display-matches): Disable message logging.
14028
14029         * message.el (message-display-abbrev): Small optimization.
14030
14031         * ecomplete.el (ecomplete-display-matches): Allow automatic
14032         display.
14033
14034         * message.el (message-strip-forbidden-properties):
14035         Display abbrevs.
14036         (message-display-abbrev): Get automatic display right.
14037
14038         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
14039         keystrokes.
14040
14041 2006-04-13  Romain Francoise  <romain@orebokech.com>
14042
14043         TODO: Backport to v5-10!
14044
14045         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
14046         Move here (and rename) from gnus-registry.el.
14047
14048         * gnus-registry.el: Require gnus-util.
14049         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
14050
14051 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14052
14053         * gnus-group.el (gnus-group-catchup-current):
14054         Change if-then-else-if-then-else into cond.
14055         (gnus-group-catchup): Indent.
14056         (group-name-at-point): New function.
14057         (gnus-fetch-group): Provide default from thing at point.
14058
14059 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14060
14061         * message.el (message-display-abbrev): Fix regexp.
14062
14063         * ecomplete.el (ecomplete-highlight-match-line):
14064         Reimplement choosing.
14065         (ecomplete-highlight-match-line): Fix up code rewrite, remove
14066         dead variables.
14067
14068         * message.el (message-newline-and-indent): Remove debugging.
14069         (message-display-abbrev): Use new implementation.
14070
14071 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
14072
14073         * gnus-art.el (gnus-article-mode):
14074         Set cursor-in-non-selected-windows to nil.
14075
14076         * smiley.el: Revert previous change.
14077         (smiley-data-directory): defvar it before using it in the
14078         defcustom of `smiley-style'.
14079
14080 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14081
14082         * message.el (message-newline-and-indent): New function.
14083
14084         * ecomplete.el: Implement more bits.
14085
14086         * message.el (message-put-addresses-in-ecomplete): Clean up the
14087         string.
14088
14089         * ecomplete.el (ecomplete-add-item): Chop off decimals.
14090
14091         * gnus-sum.el (gnus-summary-save-parts):
14092         Bind gnus-summary-save-parts-counter and use it to make unique file
14093         names.
14094
14095         * gnus-art.el (gnus-ignored-headers): Add some more headers.
14096
14097         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
14098         parameter to say whether to actually parse the individual
14099         addresses.
14100
14101         * message.el (message-put-addresses-in-ecomplete): New function.
14102         (ecomplete): Require.
14103         (message-mail-alias-type): Add ecomplete as an option.
14104
14105 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
14106
14107         * flow-fill.el (fill-flowed): Remove trailing space from blank
14108         quoted lines.
14109
14110 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14111
14112         * smiley.el (smiley-style): Move definition later to avoid a
14113         compilation warning.
14114
14115 2006-04-12  Kenichi Handa  <handa@m17n.org>
14116
14117         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
14118         buffer and then decode the buffer text if necessary.
14119         (rfc2231-encode-string): Be sure to work on multibyte buffer at
14120         first, and after mm-encode-body, change the buffer to unibyte.
14121         Use mm-disable-multibyte instead of set-buffer-multibyte.
14122
14123 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14124
14125         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
14126         Content-Type header instead of Content-Disposition header.
14127         (gnus-mime-inline-part): Ditto.
14128         (gnus-mime-view-part-as-charset): Ignore charset that the part
14129         specifies.
14130
14131         * mm-decode.el (mm-display-part): Work with external parts and
14132         usual parts similarly.
14133
14134         * mm-extern.el (mm-inline-external-body): Use mm-display-part
14135         instead of gnus-display-mime.
14136
14137         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
14138         instead of with-temp-buffer.
14139
14140         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
14141         tag to summarized topics part in order to encode non-ASCII text.
14142
14143 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14144
14145         * smiley.el (smiley-style): New variable.
14146         (smiley-directory): New function.
14147         (smiley-data-directory): Derive from `smiley-style' using
14148         `smiley-directory'.
14149         (smiley-regexp-alist): Add new entries.
14150
14151         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
14152         (gnus-article-browse-delete-temp): Add :version.
14153
14154 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
14155
14156         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
14157         the sieve region.
14158
14159 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14160
14161         * gnus.el (gnus-version-number): Bump version.
14162
14163 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14164
14165         * gnus.el: No Gnus v0.4 is released.
14166
14167 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14168
14169         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
14170         layout.
14171
14172         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
14173         unknown charset.
14174
14175         * message.el (message-header-synonyms): Add Original-To to the
14176         default.
14177
14178         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
14179         optional parameter.
14180
14181 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
14182
14183         * gnus-fun.el (gnus): Require it for gnus-directory.
14184
14185 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14186
14187         * gnus-fun.el (gnus-face-properties-alist): Add :version.
14188
14189 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
14190
14191         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
14192
14193 2006-04-05  Simon Josefsson  <jas@extundo.com>
14194
14195         * password.el (password-reset): New function.
14196
14197 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
14198
14199         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
14200         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
14201
14202 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14203
14204         * nnweb.el (nnweb-google-create-mapping): Update regexp.
14205         Some whitespace was matched into the url, which broke browsing hits
14206         > 100 when mm-url-use-external was nil.
14207
14208 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14209
14210         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
14211         Check gnus-extra-headers for 'Newsgroups.
14212
14213         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
14214         bound.
14215
14216 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
14217
14218         * pgg-gpg.el: Clean up process buffers every time gpg processes
14219         complete.
14220
14221 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
14222
14223         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14224         doc string.
14225
14226 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
14227
14228         * pgg-gpg.el (pgg-gpg-process-filter)
14229         (pgg-gpg-wait-for-completion): Check if buffer is alive.
14230
14231         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
14232         lines, temporary fix.
14233
14234 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14235
14236         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
14237
14238 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
14239
14240         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
14241         default-enable-multibyte-characters.  This reverts the change from
14242         revision 6.17 which is no longer necessary because the passphrase
14243         is sent separately now.  GnuPG messages are unreadable under
14244         multibyte locales with default-enable-multibyte-characters set to
14245         nil.
14246
14247 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
14248
14249         * message.el (message-tool-bar-gnome): Move "spell".
14250
14251 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
14252
14253         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
14254         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
14255         instead.
14256
14257 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
14258
14259         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
14260         Improve newsgroups handling for NNTP overviews which don't include
14261         Newsgroups.
14262
14263 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14264
14265         * message.el (message-resend): Bind message-generate-hashcash to nil.
14266
14267 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14268
14269         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
14270         when searching for already-paid recipients.
14271
14272 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
14273
14274         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
14275         passphrases when it is not needed.
14276         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
14277         passphrase stuff from gpg, should only be necessary when you use
14278         gpg with a smartcard.
14279
14280 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14281
14282         * mml.el (mml-insert-mime): Ignore cached contents of
14283         message/external-body part.
14284
14285         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
14286         (mm-insert-part): Ditto.
14287
14288 2006-03-23  Simon Josefsson  <jas@extundo.com>
14289
14290         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
14291         Reiner.
14292         (pgg-gpg-use-agent-p): Use it again.
14293
14294 2006-03-23  Simon Josefsson  <jas@extundo.com>
14295
14296         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
14297         older emacsen.
14298         (pgg-gpg-use-agent-p): Don't use it.
14299
14300 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
14301
14302         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
14303         if we can.
14304
14305 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
14306
14307         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
14308         (pgg-gpg-update-agent): New function.
14309         (pgg-gpg-use-agent-p): New function.
14310         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
14311         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14312         (pgg-gpg-sign-region): Use it.
14313
14314 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14315
14316         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
14317         Reported by Ralf Wachinger <rwachinger@gmx.de>.
14318
14319 2006-03-21  Simon Josefsson  <jas@extundo.com>
14320
14321         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
14322         <wilde@sha-bang.de>.
14323         (pgg-gpg-use-agent): New variable.
14324         (pgg-gpg-process-region): Use it.
14325         (pgg-gpg-encrypt-region): Likewise.
14326         (pgg-gpg-encrypt-symmetric-region): Likewise.
14327         (pgg-gpg-decrypt-region): Likewise.
14328         (pgg-gpg-sign-region): Likewise.
14329         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
14330
14331 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14332
14333         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
14334
14335         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
14336         Add comment on version.
14337
14338 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
14339
14340         * smiley.el: Add missing test smiley.
14341
14342 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14343
14344         * mm-decode.el (mm-with-part): New macro.
14345         (mm-get-part): Use it; work with message/external-body as well.
14346         (mm-save-part): Treat name and filename equally.
14347
14348         * mm-extern.el (mm-extern-cache-contents): New function.
14349         (mm-inline-external-body): Use it; force the part to be displayed;
14350         move undisplayer added to the cached handle to the parent.
14351
14352         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
14353         (gnus-mime-view-part-as-type): Work with message/external-body.
14354
14355         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
14356
14357 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14358
14359         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
14360         images in image-load-path.  [Sync with image.el, revision 1.60, in
14361         Emacs.]
14362
14363 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14364
14365         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
14366         path rather than symbol.  Always return list of directories.
14367         Guarantee that image directory comes first.  [Sync with image.el,
14368         revision 1.59, in Emacs.]
14369
14370         * message.el (message-make-tool-bar): Adjust to new API of
14371         `gmm-image-load-path-for-library'.
14372
14373         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14374
14375         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
14376
14377 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14378
14379         * gnus-art.el (gnus-article-only-boring-p):
14380         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
14381         intangible text.
14382         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
14383
14384 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
14385
14386         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
14387         Use `defun' instead of `gmm-defun-compat'.
14388
14389 2006-03-14  Simon Josefsson  <jas@extundo.com>
14390
14391         * message.el (message-unique-id): Don't use message-number-base36
14392         if (user-uid) is a float.
14393         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
14394
14395 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14396
14397         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
14398
14399         * gnus-art.el (gnus-mime-display-single): Make sure there is an
14400         empty line between a part and a message part.
14401
14402 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
14403
14404         * smiley.el: Add more test smileys.
14405         (smiley-data-directory, smiley-regexp-alist)
14406         (gnus-smiley-file-types): Fix doc strings.
14407         (smiley-update-cache): Clear smiley-cached-regexp-alist before
14408         adding new elements.
14409         (smiley-mouse-map): Unused code.  Make it a comment.
14410
14411 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14412
14413         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
14414         scan latest NoCeM messages instead of old ones.
14415         (gnus-nocem-check-article): Fix regexps so as to match to PGP
14416         delimiters that are recently used.
14417         (gnus-nocem-load-cache): Add autoload cookie.
14418
14419         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
14420
14421         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
14422         level which is larger than gnus-use-nocem is specified.
14423
14424         * gnus-group.el (gnus-group-get-new-news): Ditto.
14425
14426 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
14427
14428         * gnus-util.el (gnus-tool-bar-update): New function.
14429
14430         * gnus-group.el (gnus-group-update-tool-bar): New variable.
14431         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
14432
14433         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
14434
14435         * gnus-group.el (gnus-group-redraw-when-idle)
14436         (gnus-group-redraw-check): Remove.
14437         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
14438
14439 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14440
14441         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
14442         if optional last element is specified in splits (FIELD VALUE...).
14443
14444 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
14445
14446         * message.el (message-make-tool-bar): Rename gmm-image-load-path
14447         to gmm-image-load-path-for-library.  Call with no-error argument.
14448         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
14449
14450         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14451
14452         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
14453
14454         * gmm-utils.el (gmm-image-load-path): Remove alias.
14455
14456 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
14457
14458         * gmm-utils.el (gmm-image-load-path): Add alias.
14459
14460         * nnml.el (nnml-generate-nov-databases-directory): Rename from
14461         nnml-generate-nov-databases-1.
14462         (nnml-generate-nov-databases): Use it.
14463         (nnml-generate-nov-databases-directory): Document no-active
14464         argument.
14465
14466         * gmm-utils.el (gmm-image-load-path-for-library): Return single
14467         directory if path is t.  Add no-error.
14468
14469         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
14470         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
14471
14472         * gnus-art.el (gnus-article-browse-delete-temp-files):
14473         Simplify resetting gnus-article-browse-html-temp-list.
14474
14475         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
14476         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
14477         Add example to docstring.  Rename local variables.  Move error
14478         checks to default case in cond and simplify.
14479
14480 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14481
14482         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
14483         handle is multipart when calling it recursively.
14484         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
14485
14486 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
14487
14488         * nnimap.el (nnimap-request-update-info-internal): Optimize.
14489         Don't `gnus-uncompress-range' to avoid excessive memory usage.
14490
14491 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14492
14493         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
14494         is loaded.
14495
14496         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
14497         loaded.
14498
14499 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14500
14501         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
14502         to "Emacs 23 (unicode)" in doc string.
14503
14504         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
14505         "Emacs 23 (unicode)" in comment.
14506
14507 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14508
14509         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
14510
14511         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
14512         characters 160 through 255 in Emacs 23.
14513
14514 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
14515
14516         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
14517         gnus-article-browse-html-temp.
14518         (gnus-article-browse-delete-temp): Make it customizable.
14519         Add `file'.  Adjust doc string.
14520         (gnus-article-browse-delete-temp-files): Add argument.
14521         Allow query for each file.  Adjust doc string.
14522         (gnus-article-browse-html-parts):
14523         Add `gnus-article-browse-delete-temp-files' to
14524         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
14525
14526 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
14527
14528         * gnus-art.el (gnus-article-browse-html-temp)
14529         (gnus-article-browse-delete-temp): New variables.
14530         (gnus-article-browse-delete-temp-files): New function.
14531         (gnus-article-browse-html-parts): Use it.
14532
14533 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
14534
14535         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
14536
14537         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
14538         string.
14539
14540         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
14541         gnus-summary-insert-new-articles when unplugged.
14542         Remove gnus-summary-search-article-forward.
14543
14544         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
14545         display-visual-class instead of display-color-cells.
14546
14547 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14548
14549         * dgnushack.el: Autoload customize-group for XEmacs.
14550
14551         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
14552         message/* containing non-ASCII text properly.
14553
14554 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
14555
14556         * message.el: Require gmm-utils, remove autoloads.
14557         (message-tool-bar): Set default based on
14558         gmm-tool-bar-style.
14559         (message-tool-bar-gnome): Add gmm-customize-mode.
14560
14561         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
14562         gmm-tool-bar-style.
14563         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
14564
14565         * gnus-group.el (gnus-group-tool-bar): Set default based on
14566         gmm-tool-bar-style.
14567         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
14568
14569         * gmm-utils.el (gmm-image-directory): Rename variable from
14570         gmm-image-load-path.
14571         (gmm-image-load-path): Use gmm-image-directory.
14572         (gmm-customize-mode): New function.
14573         (gmm-tool-bar-style): New variable.
14574
14575         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
14576         gnus-group-redraw-line-number.
14577         (gnus-group-redraw-check): Simplify.
14578         (gnus-group-tool-bar-update): Remove redraw check.
14579         (gnus-group-make-tool-bar): Add redraw check.
14580
14581 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
14582
14583         * gnus-art.el (gnus-button): Add missing parentheses.
14584
14585 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14586
14587         * lpath.el: Fbind line-number-at-pos.
14588
14589 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14590
14591         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
14592
14593 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
14594
14595         * gnus-art.el (gnus-button): New face.
14596         (gnus-article-button-face): Use it.
14597
14598         * gnus-sum.el (gnus-summary-tool-bar-gnome):
14599         Add gnus-summary-next-page.  Re-order.
14600
14601         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
14602         next-node are now included.
14603         (gnus-group-redraw-line-number): New internal variable.
14604         (gnus-group-redraw-check): Helper function for updating the tool
14605         bar.
14606         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
14607
14608         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
14609
14610         * spam.el (spam-spamassassin-score-regexp): New internal variable.
14611         (spam-extra-header-to-number, spam-check-spamassassin-headers):
14612         Use it to match format of Spamassassin 3.0 and later.
14613         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
14614         (spam-check-bogofilter)
14615         (spam-bogofilter-register-with-bogofilter): Fix args of
14616         `gnus-error' calls.
14617
14618 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
14619
14620         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
14621         unnecessary interaction when sending queued mails.
14622         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
14623
14624 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
14625
14626         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
14627         first or last are nil.
14628
14629 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14630
14631         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
14632
14633 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14634
14635         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
14636
14637 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14638
14639         * dns.el (query-dns): Protect more against buggy tcp output.
14640
14641 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14642
14643         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
14644         nov.php.
14645
14646 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14647
14648         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
14649         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
14650         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
14651         output on the server side.
14652         (nnweb-google-create-mapping): Update regexps and add some
14653         progress indication.
14654
14655 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
14656
14657         * gnus-group.el (gnus-group-tool-bar-gnome):
14658         Fix gnus-agent-toggle-plugged.  Re-order icons.
14659         (gnus-group-tool-bar-gnome):
14660         Add gnus-group-{prev,next}-unread-group.
14661         (gnus-group-tool-bar-gnome): Re-order icons.
14662
14663         * gnus-sum.el (gnus-summary-tool-bar-gnome):
14664         Move gnus-summary-insert-new-articles.
14665
14666         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
14667         Fix comments.
14668
14669         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
14670         also available in Emacs 21.3.
14671
14672         * message.el (message-fix-before-sending): Change "Emacs 22" to
14673         "Emacs 23 (unicode)" in comment.
14674
14675         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
14676         "Emacs 23 (unicode)" in comment.
14677
14678         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
14679         comment.
14680         (mm-coding-system-p): Add comment about no-MULE XEmacs.
14681
14682         * mm-view.el (mm-fill-flowed): Add :version.
14683
14684 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14685
14686         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
14687         and load-path.
14688
14689 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
14690
14691         * message.el: Autoload gmm-image-load-path.
14692         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
14693         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
14694         consitency.
14695
14696         * gmm-utils.el (gmm-image-load-path): Also search in
14697         "../etc/images".  Don't set gmm-image-load-path if we don't find
14698         the image.
14699
14700 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14701
14702         * gmm-utils.el (gmm-image-load-path): Don't make
14703         `gmm-image-load-path' include subdirectories which the second arg
14704         `image' might specify.
14705
14706         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
14707         subdirectory to icon file names.
14708
14709         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
14710
14711 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14712
14713         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
14714         gmm-image-load-path calls.
14715
14716         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14717
14718         * message.el (message-make-tool-bar): Ditto.
14719
14720         * mml.el (mml-preview): Add comment concerning tool bar icons.
14721
14722         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
14723         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
14724
14725         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
14726         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
14727
14728         * message.el (message-tool-bar-gnome): Use new icon names.
14729         (message-make-tool-bar): Use `gmm-image-load-path'.
14730
14731         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
14732         New functions from MH-E.
14733         (gmm-image-load-path): New variable from MH-E.
14734         (gmm-image-load-path): New function from MH-E.  Add arguments
14735         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
14736         *-image-load-path-called-flag.
14737
14738 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
14739
14740         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
14741
14742 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
14743
14744         * nnimap.el (nnimap-request-move-article): Change folder back to
14745         source group before deleting.
14746
14747 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
14748
14749         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
14750
14751         * gnus-art.el (mm-url-insert-file-contents-external):
14752         Autoload mm-url.
14753
14754         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
14755
14756 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14757
14758         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
14759         coding system which mm-charset-to-coding-system returns for a
14760         given charset is valid.
14761
14762 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
14763
14764         * html2text.el (html2text-remove-tag-list):
14765         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
14766
14767 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
14768
14769         * gnus-cus.el: Revert 2005-10-17 change.
14770
14771 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14772
14773         * gnus-art.el (article-strip-banner):
14774         Call article-really-strip-banner only when the regexp match is made.
14775
14776 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14777
14778         * gnus-art.el (article-strip-banner):
14779         Use gnus-extract-address-components instead of
14780         mail-header-parse-addresses to make it work with non-ASCII text;
14781         remove mail-encode-encoded-word-string.
14782
14783         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
14784         values which are surrounded with \"...\"; make it never cause a
14785         Lisp error; give up parsing of parameters if it failed in
14786         extracting type.
14787
14788 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
14789
14790         * smime.el (smime-cert-by-ldap-1): Fix bug where
14791         `smime-ldap-search' returns results without userCertificates.
14792
14793 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14794
14795         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
14796
14797 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14798
14799         * spam.el (spam-check-spamassassin-headers): Adapt format for
14800         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
14801         <ari@mbf.ocn.ne.jp>.
14802         (spam-list-of-processors): Add spam-use-gmane.
14803
14804 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14805
14806         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
14807         make-temp-file; make it work with XEmacs as well.
14808
14809         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
14810         mm-make-temp-file.
14811
14812         * mm-decode.el (mm-display-external): Use the 3rd arg of
14813         mm-make-temp-file.
14814         (mm-create-image-xemacs): Ditto.
14815
14816 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14817
14818         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
14819         with message-narrow-to-headers.
14820         (gnus-draft-setup): Narrow to header to run message-fetch-field.
14821         (gnus-draft-check-draft-articles): New function.
14822         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
14823
14824 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14825
14826         * gnus-art.el (gnus-article-browse-html-parts):
14827         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
14828         Don't use suffix argument for mm-make-temp-file for Emacs 21
14829         compatibility.  Remove useless `format'.
14830
14831 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14832
14833         * nnweb.el (nnweb-google-wash-article): Update regexps.
14834         (nnweb-group-alist): Use defvoo instead of defvar.
14835
14836 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14837
14838         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
14839         re-loading nn* modules.
14840
14841 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
14842
14843         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
14844         for `tool-bar-mode' and don't check it's default-value.
14845
14846         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14847
14848         * message.el (message-make-tool-bar): Ditto.
14849
14850         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
14851         `substring'.  Shorten tmp-file name.
14852
14853         * gnus.el: Remove bogus comment.
14854
14855 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
14856
14857         * gnus-art.el (gnus-article-browse-html-parts): New function.
14858         (gnus-article-browse-html-article): New function for viewing html
14859         articles with a browser.
14860
14861 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
14862
14863         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
14864         in elisp.
14865         (pgg-gpg-encrypt-symmetric-region): Ditto.
14866         (pgg-gpg-sign-region): Ditto.
14867
14868         * pgg-def.el (pgg-text-mode): New variable.
14869
14870         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
14871         (mml2015-pgg-encrypt): Ditto.
14872
14873         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
14874         (mml1991-pgg-encrypt): Ditto.
14875
14876 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14877
14878         * nnfolder.el (nnfolder-insert-newsgroup-line):
14879         Use message-make-date instead of current-time-string.
14880
14881         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
14882         to gnus-decoded which mm-uu might set.
14883
14884 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14885
14886         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
14887         don't decode quoted parameters; remove misimported Emacs code.
14888         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14889         (rfc2231-decode-encoded-string): Don't use split-string which
14890         behaves differently according to Emacs version; use
14891         mm-decode-coding-region to convert charset to coding-system.
14892         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14893         (rfc2231-encode-string): Remove misimported Emacs code.
14894
14895 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14896
14897         * gnus-art.el (article-decode-charset): Don't use ignore-errors
14898         when calling mail-header-parse-content-type.
14899         (article-de-quoted-unreadable): Ditto.
14900         (article-de-base64-unreadable): Ditto.
14901         (article-wash-html): Ditto.
14902
14903         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
14904         calling mail-header-parse-content-type and
14905         mail-header-parse-content-disposition.
14906         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
14907         mail-header-parse-content-type.
14908
14909         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
14910         insert charset and format parameters; encode description after
14911         inserting it to buffer.
14912         (mml-insert-parameter): Fold lines properly even if a parameter is
14913         segmented into two or more lines; change the max column to 76.
14914
14915         * rfc1843.el (rfc1843-decode-article-body): Don't use
14916         ignore-errors when calling mail-header-parse-content-type.
14917
14918         * rfc2231.el (rfc2231-parse-string): Return at least type if
14919         possible; don't cause an error even if it fails in parsing of
14920         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14921         (rfc2231-encode-string): Don't break lines at the beginning, leave
14922         it to mml-insert-parameter.
14923
14924         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
14925         calling mail-header-parse-content-type.
14926
14927 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
14928
14929         * spam-report.el (spam-report-gmane-use-article-number):
14930         Improve doc string.
14931         (spam-report-gmane-internal): Check if a suitable header was found
14932         in the article.
14933
14934 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14935
14936         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
14937         (rfc2231-encode-string): Make param*=value always begin with LWSP.
14938
14939 2006-02-05  Romain Francoise  <romain@orebokech.com>
14940
14941         Update copyright notices of all files in the gnus directory.
14942
14943 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14944
14945         * nnweb.el (nnweb-request-group): Avoid growing overview files.
14946
14947 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14948
14949         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
14950         segmented lines of parameter value to cope with Thunderbird 1.5
14951         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
14952         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14953         (rfc2231-encode-string): Don't make lines exceeding 76 column.
14954
14955 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
14956
14957         * mml.el (mml-generate-mime-1): Correct the order of inline signed
14958         parts.
14959
14960 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
14961
14962         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
14963         there's only one active file for all servers.
14964         (nnweb-request-scan): Make sure nnweb-articles is initialized on
14965         solid groups.  Gnus might have used a FAST request to select the group.
14966         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
14967         and nnweb-search redundantly in the active file.
14968         (nnweb-request-list): Don't list bogus groups.  There can only be one.
14969         (nnweb-request-create-group): Don't use ARGS.
14970         (nnweb-possibly-change-server, nnweb-request-group): Remove some
14971         initialisations.  Let nnoo do the work.
14972
14973 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14974
14975         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
14976         Say the part has been decoded.
14977
14978         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
14979
14980 2006-01-31  Kevin Ryde  <user42@zip.com.au>
14981
14982         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
14983         mailcap-viewer-test-cache when there's no 'test clause, since that
14984         will invert the meaning of a "nil" test previously determined by
14985         mailcap-mailcap-entry-passes-test.
14986
14987 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14988
14989         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
14990         compiling.
14991
14992         * gnus-sum.el: Ditto.
14993
14994         * message.el: Don't bind tool-bar-map when compiling.
14995
14996 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
14997
14998         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
14999
15000 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15001
15002         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
15003         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
15004         current Google Groups.
15005
15006 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
15007
15008         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
15009         and tool-bar-mode.
15010
15011         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
15012         and tool-bar-mode.
15013
15014         * message.el (message-tool-bar-update): Simplify.
15015         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
15016
15017         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
15018         gnus-summary-buffer.
15019         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
15020         gnus-summary-reply.
15021
15022         * gmm-utils.el (gmm): Add :version.
15023
15024 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15025
15026         * Makefile.in (clean): New rule.
15027         (distclean): Use it.
15028
15029 2006-01-26  Steve Youngs  <steve@sxemacs.org>
15030
15031         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
15032         Don't autoload.
15033
15034 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15035
15036         * gmm-utils.el (gmm-verbose): Add :group.
15037
15038 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
15039
15040         * message.el: Change some comments WRT tool-bars.
15041
15042         * gnus-sum.el (gnus-summary-tool-bar)
15043         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
15044         (gnus-summary-tool-bar-zap-list): New variables.
15045         (gnus-summary-make-tool-bar): Complete rewrite using
15046         `gmm-tool-bar-from-list'.
15047
15048         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
15049         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
15050         New variables.
15051         (gnus-group-make-tool-bar): Complete rewrite using
15052         `gmm-tool-bar-from-list'.
15053         (gnus-group-tool-bar-update): New function.
15054
15055         * message.el (message-mode-field-menu): Add "Show hidden Headers".
15056
15057 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15058
15059         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
15060         is dissected into a single part of which the type is the same as
15061         the given one; decode charset.
15062
15063 2006-01-21  Kevin Ryde  <user42@zip.com.au>
15064
15065         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
15066         into alists as symbol not string, since that's what
15067         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
15068         look for.
15069
15070 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
15071
15072         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
15073         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
15074
15075         * message.el (message-tool-bar-gnome): Use gmm-ignore.
15076
15077 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15078
15079         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
15080         (gnus-xmas-mime-security-button-menu): New function.
15081
15082         * gnus-art.el (gnus-mime-security-button-commands): New variable.
15083         (gnus-mime-security-button-menu): New definition.
15084         (gnus-mime-security-button-map): Use them.
15085         (gnus-mime-security-button-menu): New function.
15086         (gnus-insert-mime-security-button): Addition to help echo.
15087         (gnus-mime-security-run-function, gnus-mime-security-save-part)
15088         (gnus-mime-security-pipe-part): New functions.
15089
15090         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
15091         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
15092
15093         * mm-decode.el (mm-handle-set-disposition): Remove.
15094         (mm-handle-set-description): Remove.
15095
15096 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15097
15098         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
15099         (mm-w3m-standalone-supports-m17n-p): New function.
15100         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
15101         w3m usage.
15102
15103         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
15104         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
15105
15106 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
15107
15108         * message.el (message-tool-bar-zap-list):
15109         Use gmm-tool-bar-zap-list as custom type.
15110         (message-tool-bar-update): New function.
15111         (message-tool-bar, message-tool-bar-gnome)
15112         (message-tool-bar-retro): Add message-tool-bar-update.
15113         (message-tool-bar-gnome): Add flyspell-buffer.
15114
15115         * gnus-util.el (gnus-error): Describe `args'.
15116
15117         * gmm-utils.el (gmm-error): Describe `args'.
15118         (gmm-tool-bar-zap-list): New widget.
15119         (gmm-tool-bar-from-list): Improve description of `zap-list'.
15120
15121 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15122
15123         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
15124         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
15125         the number of recursive calls.
15126
15127         * mm-decode.el (mm-handle-set-disposition): New macro.
15128         (mm-handle-set-description): New macro.
15129
15130 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15131
15132         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
15133         encoding.
15134
15135 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
15136
15137         * message.el (message-tool-bar-zap-list, message-tool-bar)
15138         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
15139         (message-tool-bar-local-item-from-menu): Remove.
15140         (message-tool-bar-map): Replace by `message-make-tool-bar'.
15141         (message-make-tool-bar): New function.
15142         (message-mode): Use `message-make-tool-bar'.
15143
15144         * gmm-utils.el: New file.
15145         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
15146         (gmm-lazy): New widget copied from `nnmail.el'.
15147         (gmm-tool-bar-from-list): New function for creating customizable
15148         tool bars.
15149         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
15150         output.
15151         (gmm): Add :prefix to defgroup.
15152
15153 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
15154
15155         * gmm-utils.el (gmm-widget-p): New function.
15156
15157 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
15158
15159         * mml.el (mml-attach-file): Describe `description' in doc string.
15160         (mml-menu): Add Emacs MIME manual and PGG manual.
15161
15162 2006-01-20  Richard M. Stallman  <rms@gnu.org>
15163
15164         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
15165
15166 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
15167
15168         * nntp.el (nntp-end-of-line): Doc fix.
15169
15170 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
15171
15172         * imap.el (imap-open): Handle case where buffer is a buffer
15173         object.
15174
15175 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15176
15177         * gnus-delay.el (gnus-delay): Don't autoload.
15178         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
15179         to be re-loaded when customizing the `gnus-delay' group.
15180
15181 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
15182
15183         * message.el (message-insert-citation-line): Use newlines.
15184
15185 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
15186
15187         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
15188         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
15189         these routines, so the passphrase can be managed externally and
15190         passed in to the system.
15191         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
15192         pgg-add-passphrase-to-cache function.
15193
15194         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
15195         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
15196         these routines, so the passphrase can be managed externally and
15197         passed in to the system.
15198         (pgg-pgp5-sign-region): Use new name of
15199         pgg-add-passphrase-to-cache function.
15200
15201 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
15202
15203         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
15204         part of the decoded armor to find the key-identifier.
15205         (pgg-gpg-lookup-key-owner): New function to return the
15206         human-readable identifier of a key owner.
15207         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
15208         itself.
15209         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
15210         the key value) if we have a key and can match it against a secret
15211         key.  Also, added a note pointing out fact that the prompt only
15212         indicates the first matching key.
15213
15214         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
15215         pgg-decrypt-region.
15216         (pgg-add-passphrase-to-cache): Rename from
15217         `pgg-add-passphrase-cache' to reduce confusion (all callers
15218         changed).
15219         (pgg-remove-passphrase-from-cache): Rename from
15220         `pgg-remove-passphrase-cache' to reduce confusion (all callers
15221         changed).
15222         (pgg-read-passphrase, pgg-add-passphrase-cache)
15223         (pgg-remove-passphrase-cache): Add informative docstrings.
15224         (pgg-decrypt): Convey provided passphrase in subordinate call to
15225         pgg-decrypt-region.
15226
15227 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
15228
15229         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
15230         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
15231         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
15232         'passphrase' argument, so the passphrase can be managed externally
15233         and then passed in to the system.
15234
15235         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
15236         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
15237         so the passphrase cache can be used reliably with identifiers
15238         besides a pgp packet's key id.
15239
15240         * pgg-gpg.el (pgg-gpg-encrypt-region)
15241         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
15242         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
15243         these routines, so the passphrase can be managed externally and
15244         passed in to the system.
15245
15246         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
15247         'notruncate' argument, so the passphrase cache can be used
15248         reliably with identifiers besides a pgp packet's key id.
15249
15250 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
15251
15252         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
15253         symmetric encryption.
15254         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
15255         encrypted session key.
15256         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
15257         message ask for the passphrase in a proper way.
15258
15259         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
15260         New user commands for symmetric encryption.
15261
15262 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15263
15264         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
15265
15266         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
15267
15268 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
15269
15270         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
15271
15272 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15273
15274         * mm-decode.el (mm-inlined-types): Add application/pgp.
15275         (mm-automatic-display): Ditto.
15276
15277         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
15278         part as text.
15279
15280 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15281
15282         * nnrss.el: Update copyright.
15283         (nnrss-opml-import): Query whether to subscribe to each entry.
15284
15285         * gnus-art.el:
15286         * gnus-sum.el:
15287         * gnus-xmas.el:
15288         * messagexmas.el:
15289         * mm-uu.el:
15290         * mm-view.el: Update copyright.
15291
15292 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
15293
15294         * message.el (message-info): New function.
15295         (message-mode-menu): Add it.
15296         Update copyright.
15297
15298         * ChangeLog: Fix and update copyright.
15299
15300 2006-01-13  Romain Francoise  <romain@orebokech.com>
15301
15302         * message.el (message-forward-subject-name-subject): Prefer the
15303         address to 'nowhere' if the sender has no name.
15304         Fix typo.  Update copyright year.
15305
15306 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15307
15308         * gnus-art.el (article-wash-html):
15309         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
15310         (gnus-article-wash-html-with-w3m-standalone): New function.
15311
15312         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
15313         mm-inline-text-html-render-with-w3m-standalone.
15314         (mm-text-html-washer-alist): Map w3m-standalone to
15315         gnus-article-wash-html-with-w3m-standalone.
15316         (mm-inline-text-html-render-with-w3m-standalone): New function.
15317
15318 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
15319
15320         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
15321         Improve LaTeX.
15322
15323 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15324
15325         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
15326         (nnrss-request-article): Render text/plain parts as HTML.
15327
15328         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
15329         the buffer.
15330
15331 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
15332
15333         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
15334         custom definition of `gnus-posting-styles'.
15335
15336         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
15337         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
15338
15339 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15340
15341         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
15342         Use nntp for bug archive.
15343
15344 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15345
15346         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
15347         parts.
15348         (nnrss-normalize-date): New function converts ISO 8601 date into
15349         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
15350         (nnrss-check-group): Use it.
15351
15352 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15353
15354         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
15355
15356         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
15357         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
15358         (nnrss-insert-w3): Ditto.
15359
15360 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15361
15362         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
15363         the articles to be forwarded including the case where neither a
15364         number of articles nor a region is specified.
15365
15366 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15367
15368         * nnrss.el (nnrss-request-article): Fix last change; fill
15369         text/plain parts.
15370
15371 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15372
15373         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
15374         in text/plain part.
15375         (nnrss-check-group): Don't add excessive newline to dc:subject.
15376
15377 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
15378
15379         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
15380         article.
15381
15382 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
15383
15384         * nnml.el: Don't require gnus-bcklg.  Autoload it.
15385         (nnml-use-compressed-files, nnml-save-mail): Support other
15386         comression programs such as bzip2.
15387
15388 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15389
15390         * dns.el (query-dns): Make sure we check the buffer size before
15391         removing tcp headers.
15392
15393 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15394
15395         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
15396         remove MIME buttons associated with multipart/alternative parts.
15397         (gnus-mime-display-alternative): Tag buttons using `article-type'
15398         text property.
15399
15400         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
15401         associated with multipart/alternative parts.
15402
15403         * gnus-art.el (gnus-signature-separator): Fix custom type.
15404
15405         * mm-decode.el (mm-inlined-types): Fix custom type.
15406         (mm-keep-viewer-alive-types): Ditto.
15407         (mm-automatic-display): Ditto.
15408         (mm-attachment-override-types): Ditto.
15409         (mm-inline-override-types): Ditto.
15410         (mm-automatic-external-display): Ditto.
15411
15412 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
15413
15414         * spam-report.el (spam-report-user-mail-address)
15415         (spam-report-user-agent): New variables.
15416         (spam-report-url-ping-plain): Use spam-report-user-agent.
15417
15418 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
15419
15420         * gnus-art.el (gnus-button-handle-custom): Do not just use
15421         `customize-apropos' for any "M-x customize-*" button but the
15422         function called for.  Accept both the function name and its
15423         argument in order to achieve this.
15424         (gnus-button-alist): Remove support for "custom:" URL's.
15425         Pass function name to `gnus-button-handle-custom' in case of "M-x
15426         customize-*" buttons.
15427
15428 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15429
15430         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
15431         multipart/alternative and add xref to mm-discouraged-alternatives
15432         in doc string.
15433
15434         * mm-decode.el (mm-discouraged-alternatives): Add xref to
15435         gnus-buttonized-mime-types in doc string.
15436
15437 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
15438
15439         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
15440         Suggest image/.* in the doc string.
15441
15442 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
15443
15444         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
15445         message-marks (Debian bug #342521).
15446
15447 2005-12-12  Simon Josefsson  <jas@extundo.com>
15448
15449         * password.el (password-read-from-cache): Add.
15450         (password-read): Use it.
15451
15452 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15453
15454         * rfc2047.el (rfc2047-charset-to-coding-system):
15455         Recognize us-ascii as a MIME charset.
15456
15457         * mm-bodies.el (mm-decode-content-transfer-encoding):
15458         Protect against the case where the 2nd arg TYPE is nil.
15459
15460 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15461
15462         * pop3.el (pop3-stream-type): Fix custom version.
15463
15464         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
15465
15466 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15467
15468         * mm-decode.el (mm-display-external): Add missing cdr.
15469
15470 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15471
15472         * mm-decode.el (mm-display-external): Use nametemplate (defined in
15473         RFC1524) if it is in mailcap or add a suffix according to
15474         mailcap-mime-extensions when generating a temp filename; postpone
15475         deleting a temp file for 2 seconds for some wrappers, shell
15476         scripts, and so on, which might exit right after having started a
15477         viewer command as a background job.
15478
15479 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15480
15481         * nntp.el (nntp-marks-directory): Fix custom group.
15482
15483         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
15484         steps when < 10.
15485
15486         * gnus-start.el (gnus-no-server-1):
15487         Mention `gnus-level-default-subscribed' in doc string.
15488
15489 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15490
15491         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
15492         parens.
15493
15494 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15495
15496         * gnus-xmas.el (gnus-use-toolbar): Revert.
15497         (gnus-xmas-setup-toolbar): Use global default-toolbar if
15498         gnus-use-toolbar is default.
15499
15500         * messagexmas.el (message-use-toolbar): Revert.
15501         (message-setup-toolbar): Use global default-toolbar if
15502         message-use-toolbar is default.
15503
15504 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15505
15506         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
15507         according to default-toolbar-visible-p.
15508
15509         * messagexmas.el (message-use-toolbar): Ditto.
15510
15511 2005-11-26  Dave Love  <fx@gnu.org>
15512
15513         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
15514         (tls-program, tls-success): Provide openssl alternative.
15515
15516         * starttls.el: Doc fixes.
15517         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
15518         SERVICE to PORT.
15519
15520         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
15521         port null or service name.
15522         (starttls-negotiate): Autoload.
15523
15524 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15525
15526         * message.el (message-kill-to-signature): Fix interactive spec.
15527
15528 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15529
15530         * pop3.el (pop3-open-server): Recognize a string as a service name.
15531
15532 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
15533
15534         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
15535
15536 2005-11-23  Dave Love  <fx@gnu.org>
15537
15538         Add pop3s, pop3/starttls.
15539
15540         * pop3.el (pop3-authentication-scheme): Clarify doc.
15541         (open-tls-stream, starttls-open-stream): Autoload.
15542         (pop3-stream-type): New.
15543         (pop3-open-server): Use it.
15544
15545         * mail-source.el (mail-sources): Fix some :types.  Add stream type
15546         for POP.
15547         (mail-source-keyword-map): Add :stream for POP.
15548         (mail-source-fetch-pop): Use pop3-stream-type.
15549
15550 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15551
15552         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
15553         of current-time-string.
15554
15555 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
15556
15557         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
15558         date header.
15559
15560 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
15561
15562         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
15563         it can seriously impact performance as it bypasses the agent's
15564         local caches.
15565
15566 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
15567
15568         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
15569         must be explicitly online rather than "not explicitly offline" for
15570         its flags to be synchronized.
15571
15572         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
15573         that gnus-uu-unmark-thread will function correctly.
15574
15575         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
15576         1024K is instead displayed as 1M.
15577
15578 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15579
15580         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
15581
15582 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
15583
15584         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
15585
15586 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
15587
15588         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
15589         error message to display actual error condition.
15590         (gnus-agent-save-local): Avoid saving symbols that are bound to
15591         nil as they simply result in a warning message in
15592         gnus-agent-read-local.
15593
15594 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15595
15596         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
15597         rather than make-variable-buffer-local for file-precious-flag.
15598
15599 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
15600
15601         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
15602         for duplicates which are removed.  The invalid sort check then
15603         triggers a rescan after the sort as sorting may have moved
15604         duplicate entries such that they can be cheaply detected.
15605
15606 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15607
15608         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
15609
15610 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
15611
15612         * gnus-agent.el (gnus-agent-article-alist-save-format):
15613         Change internal variable to a custom variable.  Change default value
15614         from compressed(2) to uncompressed(1).
15615         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
15616         support for uncompressed agentview files.  Taken together, reading
15617         the agentview file should now be 6-7 times faster.
15618
15619 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
15620
15621         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
15622         as a buffer-local variable.  This avoids creating truncated
15623         dribble files as a result of a hang up, eg.
15624
15625 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
15626
15627         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
15628         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
15629         XEmacs.
15630
15631 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15632
15633         * gnus-start.el (gnus-start-draft-setup):
15634         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
15635
15636         * gnus.el (gnus-splash): Change custom group.
15637         (gnus-group-get-parameter, gnus-group-parameter-value):
15638         Describe allow-list argument.
15639
15640         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
15641         string.
15642
15643 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15644
15645         * gnus-art.el (gnus-default-article-saver): Add user-defined
15646         `function' to custom type.
15647
15648 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
15649
15650         * imap.el (imap-open): Handle case where buffer is a buffer
15651         object.
15652
15653 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
15654
15655         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
15656         long lines.
15657         (gnus-cache-delete-group): Wrap doc strings.
15658
15659         * gnus-agent.el (gnus-agent-rename-group)
15660         (gnus-agent-delete-group): Wrap doc strings.
15661
15662 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15663
15664         * messagexmas.el (message-use-toolbar): Change the valid values
15665         into default, top, bottom, left, and right.
15666         (message-toolbar-thickness): New variable.
15667         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
15668         well.
15669         (message-setup-toolbar): Make it work.
15670
15671         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
15672         (gnus-use-toolbar): Change the valid values into default, top,
15673         bottom, left, and right.
15674         (gnus-toolbar-thickness): New variable.
15675         (gnus-xmas-setup-toolbar): New function.
15676         (gnus-xmas-setup-group-toolbar): Use it.
15677         (gnus-xmas-setup-summary-toolbar): Use it.
15678
15679 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15680
15681         * gnus-start.el (gnus-1): Add "native" to
15682         gnus-predefined-server-alist.
15683
15684         * gnus.el (gnus-method-to-server): Don't add "native" to the
15685         lists here, because that leads to problems when
15686         gnus-select-method is bound.
15687
15688 2005-11-09  Simon Josefsson  <jas@extundo.com>
15689
15690         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
15691         use (not sort-by-date) instead.
15692
15693 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15694
15695         * gnus-delay.el (gnus-delay-group): Don't autoload.
15696         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
15697         to be re-loaded when customizing the `gnus-delay' group.
15698
15699 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
15700
15701         * message.el: Revert last changes.
15702         (message-insert-citation-line): Use newlines.
15703
15704 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
15705
15706         * message.el (message-courtesy-message)
15707         (message-mark-insert-begin, message-mark-insert-end)
15708         (message-elide-ellipsis, message-cancel-message)
15709         (message-add-header, message-change-subject)
15710         (message-cross-post-followup-to-header)
15711         (message-cross-post-insert-note, message-reduce-to-to-cc)
15712         (message-widen-reply, message-delete-not-region)
15713         (message-kill-to-signature, message-insert-signature)
15714         (message-insert-importance-high, message-insert-importance-low)
15715         (message-insert-or-toggle-importance)
15716         (message-insert-disposition-notification-to)
15717         (message-indent-citation, message-yank-original)
15718         (message-cite-original-without-signature, message-cite-original)
15719         (message-insert-citation-line, message-position-on-field)
15720         (message-fix-before-sending, message-send-mail-partially)
15721         (message-send-mail, message-send-mail-with-sendmail)
15722         (message-send-mail-with-qmail, message-send-news)
15723         (message-check-news-header-syntax, message-generate-headers)
15724         (message-insert-courtesy-copy, message-fill-address)
15725         (message-fill-header, message-shorten-references)
15726         (message-setup-1, message-cancel-news)
15727         (message-forward-make-body-plain, message-forward-make-body-mime)
15728         (message-forward-make-body-mml, message-encode-message-body)
15729         (message-forward-make-body-digest-plain)
15730         (message-forward-make-body-digest-mime)
15731         (message-use-alternative-email-as-from): Insert `hard-newline'
15732         instead of ordinary newlines.
15733
15734 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15735
15736         * message.el (message-generate-headers): Downcase the argument
15737         given to message-check-element.
15738
15739 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
15740
15741         * nntp.el (nntp-authinfo-rejected): New error condition.
15742         (nntp-wait-for): Use new error condition to signal authentication
15743         error.
15744         (nntp-retrieve-data): Rethrow new error condition to break out of
15745         recursive call to nntp-send-authinfo.
15746
15747 2005-11-08  Romain Francoise  <romain@orebokech.com>
15748
15749         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
15750         (gnus-summary-exit-map): Bind to `Z p'.
15751         (gnus-summary-make-menu-bar): Add menu item.
15752
15753 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
15754
15755         * gnus-art.el (gnus-article-treat-custom): Add `first'.
15756         (gnus-treat-*): Add `first' in all doc strings.
15757
15758         * gnus-group.el (gnus-group-compact-group): Fix typo.
15759
15760 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15761
15762         * gnus.el (gnus-parameters-case-fold-search): New variable.
15763         (gnus-parameters-get-parameter): Use it.
15764
15765         * gnus-score.el (gnus-home-score-file): Doc fix.
15766
15767 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
15768
15769         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
15770
15771 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15772
15773         * mm-util.el (mm-special-display-p): New function.
15774
15775         * mml.el (mml-preview): Use it; doc fix.
15776
15777 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
15778
15779         * imap.el (imap-open): Handle case where buffer is a buffer object.
15780
15781 2005-10-29  Romain Francoise  <romain@orebokech.com>
15782
15783         * message.el (message-fix-before-sending): Fix comment.
15784
15785 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
15786
15787         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
15788
15789 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
15790
15791         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
15792         Used in gnus-score.el.
15793
15794 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15795
15796         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
15797
15798 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
15799
15800         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
15801         whitespace removed in revision 7.8.  Use concatenated string to
15802         protect trailing whitespace.
15803
15804 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
15805
15806         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
15807         (nnimap-request-expire-articles): Use it to avoid sending 'UID
15808         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
15809         Courier IMAP ("some version from 2004").  Mostly based on similar
15810         code in the same function.
15811
15812 2005-10-26  Didier Verna  <didier@xemacs.org>
15813
15814         * gnus-group.el (gnus-group-compact-group): Invalidate original
15815         article buffer.
15816         * gnus-srvr.el (gnus-server-compact-server): Ditto.
15817         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
15818         NOV database and in article itself.
15819         Invalidate article backlog.
15820
15821 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15822
15823         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
15824
15825 2005-10-26  Simon Josefsson  <jas@extundo.com>
15826
15827         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
15828         part of 2004-07-25 change.
15829
15830 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15831
15832         * message.el (message-display-completion-list): New function.
15833         (message-expand-group): Use it; make sure the Completions buffer
15834         is modifiable.
15835 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
15836
15837         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
15838         user-mail-name is an empty string.
15839
15840 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15841
15842         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
15843         depending on gnus-score-decay-constant.
15844
15845         * encrypt.el (encrypt-insert-file-contents)
15846         (encrypt-write-file-contents): Don't use `gnus-message'.
15847
15848         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
15849         arguments.
15850         (mm-uu-type-alist): Add message-marks and insert-marks.
15851         Pass arguments to mm-uu-verbatim-marks-extract.
15852         (mm-uu-hide-markers): New variable.
15853         (mm-uu-extract): Use face similar to `gnus-cite-3'.
15854
15855         * gnus-fun.el (gnus-convert-image-to-x-face-command)
15856         (gnus-convert-image-to-face-command): Use "convert" by default to
15857         allow other input image formats.
15858         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
15859         accordingly.
15860
15861 2005-10-23  Simon Josefsson  <jas@extundo.com>
15862
15863         * imap.el (imap-gssapi-program): Align command line parameters
15864         with latest GNU SASL.
15865         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
15866
15867 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15868
15869         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
15870         HTML.
15871         (nnslashdot-request-article): Ditto.
15872
15873         * lpath.el (featurep): Add nobreak-char-display.
15874
15875 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15876
15877         * mail-source.el (mail-source-fetch-pop): Require pop3.
15878         (mail-source-check-pop): Ditto.
15879
15880 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15881
15882         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
15883         errors.
15884
15885 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
15886
15887         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
15888         (gnus-treat-strip-leading-blank-lines): Improve doc string.
15889
15890         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
15891
15892         * mm-bodies.el (mm-decode-string):
15893         Call `mm-charset-to-coding-system' with allow-override argument.
15894
15895 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15896
15897         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
15898         (rfc2047-charset-to-coding-system): New function.
15899         (rfc2047-decode-encoded-words): New function.
15900         (rfc2047-decode-region): Use them.
15901         (rfc2047-decode-cte): Remove.
15902         (rfc2047-parse-and-decode): Remove.
15903         (rfc2047-decode): Remove.
15904
15905 2005-10-15  Kenichi Handa  <handa@m17n.org>
15906
15907         * rfc2047.el (rfc2047-decode-cte): New function.
15908         (rfc2047-decode-region): Change the way to decode successive
15909         encoded-words: decode B- or Q-encoding in each encoded-word,
15910         concatenate them, and decode it as charset.
15911
15912 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15913
15914         * lpath.el: Fbind codepage-setup for XEmacs.
15915
15916 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
15917
15918         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
15919         widget-move-and-invoke.
15920         (gnus-custom-mode): Use gnus-custom-map.
15921
15922 2005-10-15  Bill Wohler  <wohler@newt.com>
15923
15924         * message.el (message-tool-bar-map): Rename image file from
15925         mail_send to mail/send.
15926
15927 2005-10-16  Masatake YAMATO  <jet@gyve.org>
15928
15929         * message.el (message-expand-group): Pass the common
15930         prefix substring of completion to `display-completion-list'.
15931
15932 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
15933
15934         * mml-sec.el (mml-secure-method): New internal variable.
15935         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
15936         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
15937         New functions using mml-secure-method.
15938
15939         * mml.el (mml-mode-map): Add key bindings for those functions.
15940         (mml-menu): Simplify security menu entries.  Suggested by Jesper
15941         Harder <harder@myrealbox.com>.
15942         (mml-attach-file, mml-attach-buffer, mml-attach-external):
15943         Goto end of message if point is the headers of the message.
15944
15945         * message.el (message-in-body-p): New function.
15946
15947         * assistant.el: Autoload gnus-util and netrc.
15948
15949         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
15950         Use `mm-charset-override-alist' only when decoding.
15951
15952         * mm-bodies.el (mm-decode-body):
15953         Call `mm-charset-to-coding-system' with allow-override argument.
15954
15955         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
15956         `filename' from Content-Disposition if Content-Type doesn't
15957         provide `name'.
15958         (gnus-mime-view-part-as-type): Set default instead of
15959         initial-input.
15960
15961 2005-10-09  Daniel Brockman  <daniel@brockman.se>
15962
15963         * format-spec.el (format-spec): Propagate text properties of % spec.
15964
15965 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15966
15967         * gnus-art.el (gnus-treat-predicate): Add `first'.
15968
15969 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15970
15971         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
15972         (mm-charset-override-alist): New variable.
15973         (mm-charset-to-coding-system): Use it.
15974         (mm-codepage-setup): New helper function.
15975         (mm-charset-eval-alist): New variable.
15976         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
15977         Warn about unknown charsets.
15978
15979         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
15980
15981 2005-10-04  David Hansen  <david.hansen@gmx.net>
15982
15983         * nnrss.el (nnrss-request-article): Add support for the comments tag.
15984         (nnrss-check-group): Ditto.
15985
15986 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15987
15988         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
15989         Rename x-gnus-verbatim to x-verbatim.
15990         (mm-uu-type-alist): Fix regexp for verbatim-marks.
15991
15992         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
15993         x-verbatim.
15994
15995         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
15996
15997         * gnus-util.el (gnus-remove-duplicates): Remove.
15998
15999         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
16000         instead of gnus-remove-duplicates.
16001
16002         * message.el (message-remove-duplicates): Remove.
16003         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
16004         message-remove-duplicates.
16005
16006         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
16007         available, else use implementation from `delete-dups'.
16008
16009         * message.el (message-insert-expires): New function.
16010         (message-mode-map): Add key binding.
16011         (message-mode-field-menu): Add menu entry.
16012         (message-mode): Document it.
16013         (message-make-expires-date): Use `message-make-date'.
16014
16015 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
16016
16017         * message.el (message-make-expires-date): New function.
16018
16019 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16020
16021         * Makefile.in (list-installed-shadows): New entry.
16022         (install): Use it.
16023         (remove-installed-shadows): New entry.
16024
16025         * dgnushack.el (dgnushack-default-load-path): New variable.
16026         (dgnushack-find-lisp-shadows): New function.
16027         (dgnushack-remove-lisp-shadows): New function.
16028
16029 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16030
16031         * Makefile.in (install-el-elc): New entry.
16032         (install): Use it so that .el files are necessarily installed.
16033
16034 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16035
16036         * time-date.el: Autoload parse-time-string, XEmacs needs it.
16037
16038 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16039
16040         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
16041         function rather than the diff-mode.el package.
16042         (mm-display-external): Use with-current-buffer.
16043         (mm-viewer-completion-map, mm-viewer-completion-map):
16044         Move initialization inside declaration.
16045
16046 2005-09-29  Simon Josefsson  <jas@extundo.com>
16047
16048         * spam.el: Load hashcash when compiling, to avoid warnings.
16049         Don't autoload mail-check-payment.
16050         (spam-check-hashcash): Define unconditionally, since hashcash.el
16051         is part of Gnus now.  Ignore errors from payment checking.
16052
16053 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
16054
16055         * message.el (message-bold-region, message-unbold-region):
16056         Rename from `bold-region' and `unbold-region'.
16057
16058         * message.el: Remove useless autoloads.
16059
16060 2005-09-28  Simon Josefsson  <jas@extundo.com>
16061
16062         * message.el (message-use-idna): Default to t.
16063         (message-use-idna): Test whether encoding works too.  Doc fix.
16064
16065 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16066
16067         * nntp.el (nntp-warn-about-losing-connection): Remove.
16068
16069 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
16070
16071         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
16072         customizable.  Change default value.
16073         (mm-uu-diff-groups-regexp): Change default value.
16074         (mm-uu-type-alist): Add doc string.
16075         (mm-uu-configure): Add doc string.  Make it interactive.
16076         (mm-uu-tex-groups-regexp): New variable.
16077         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
16078         (mm-uu-type-alist): Add LaTeX documents.
16079         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
16080         of "text/verbatim".
16081         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
16082
16083         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
16084         instead of "text/verbatim".
16085
16086         * message.el (message-mark-inserted-region)
16087         (message-mark-insert-file): Use slrn style marks when called with
16088         prefix argument.
16089
16090 2005-09-27  Simon Josefsson  <jas@extundo.com>
16091
16092         * message.el (message-idna-to-ascii-rhs-1): Reformat.
16093
16094 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
16095
16096         * message.el (message-remove-duplicates): New function.
16097         Implementation borrowed from `gnus-remove-duplicates'.
16098         (message-idna-to-ascii-rhs): Also encode idna addresses in
16099         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
16100         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
16101         only ask about the same idna domain once per header and also tell
16102         in what header to replace the idna domain.
16103
16104         * gnus-art.el (article-decode-idna-rhs): Also decode idna
16105         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
16106         (article-decode-idna-rhs): Fix regexp so that all idna-address in
16107         a header is decoded and not just the last one.
16108
16109 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16110
16111         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
16112         has been decoded.
16113
16114         * mm-decode.el (mm-automatic-display): Add text/verbatim.
16115         (mm-insert-part): Don't modify text if it has been decoded.
16116
16117         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
16118         decoded.
16119
16120         * mm-view.el (mm-inline-text): Don't strip text props unless
16121         decoding enriched or richtext parts.
16122
16123 2005-09-25  Romain Francoise  <romain@orebokech.com>
16124
16125         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
16126         * gnus-start.el (gnus-subscribe-interactively):
16127         * gnus-uu.el (gnus-uu-grab-articles):
16128         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
16129         space.
16130
16131 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
16132
16133         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
16134         * mm-view.el (mm-view-pkcs7-decrypt):
16135         * gnus-sum.el (gnus-summary-limit-to-extra)
16136         (gnus-summary-respool-article, gnus-read-move-group-name):
16137         * gnus-score.el (gnus-summary-increase-score):
16138         * gnus-util.el (gnus-completing-read-with-default):
16139         * gnus-art.el (gnus-read-save-file-name)
16140         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
16141         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
16142         * message.el (message-check-news-header-syntax):
16143         Follow convention for reading with the minibuffer.
16144
16145 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
16146
16147         * spam-report.el (spam-report-url-ping-plain):
16148         Use gnus-extended-version as User-Agent.
16149
16150         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
16151         default value is nil.
16152
16153         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
16154         (mm-uu-verbatim-marks-extract): New function.
16155         (mm-uu-extract): New face.
16156         (mm-uu-copy-to-buffer): Use it.
16157
16158         * spam-report.el (spam-report-gmane-ham): Rename from
16159         `spam-report-gmane-unspam'.
16160         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
16161         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
16162
16163         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
16164         Autoload.
16165         (spam-report-gmane-unregister-routine):
16166         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
16167
16168 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
16169
16170         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
16171         (spam-report-gmane-unregister-routine): Add support for gmane
16172         unregistration.
16173
16174         * spam-report.el (spam-report-gmane-unspam)
16175         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
16176         (spam-report-gmane): Change to take a single article and do unspam
16177         registration.
16178
16179 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16180
16181         * mm-url.el (mm-url-decode-entities): Fix regexp.
16182
16183 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16184
16185         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
16186         default to nil, to be able to use Gnus at all.  If the default
16187         switches to something else, then the function should be fixed not
16188         be exceedingly slow.
16189
16190 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
16191
16192         * gnus-start.el (gnus-activate-group): If the server is nil, don't
16193         fail hard.
16194
16195         * spam-report.el: Add better Keywords line.
16196
16197         * spam.el: Add Maintainer and better Keywords line.
16198
16199 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16200
16201         * gnus-art.el (gnus-article-replace-part)
16202         (gnus-mime-replace-part): New functions.
16203         (gnus-mime-action-alist, gnus-mime-button-commands)
16204         (gnus-mime-save-part-and-strip): Add file argument.
16205         (gnus-article-part-wrapper): Add interactive argument.
16206
16207         * gnus-sum.el (gnus-summary-mime-map):
16208         Add `gnus-article-replace-part'.
16209
16210 2005-09-19  Didier Verna  <didier@xemacs.org>
16211
16212         The nnml compaction feature:
16213         * nnml.el (nnml-request-compact-group): New function.
16214         * nnml.el (nnml-request-compact): New function.
16215         * gnus-int.el (gnus-request-compact-group): New function.
16216         * gnus-int.el (gnus-request-compact): New function.
16217         * gnus-group.el (gnus-group-compact-group): New function.
16218         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
16219         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
16220         * gnus-srvr.el (gnus-server-compact-server): New function.
16221         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
16222         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
16223
16224 2005-09-18  Deepak Goel  <deego@gnufans.org>
16225
16226         * sieve.el (sieve-help): Fix `message' call: first arg should be a
16227         format spec.
16228
16229 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16230
16231         * gnus.el (gnus-group-startup-message): Bind image-load-path.
16232
16233 2005-09-15  Romain Francoise  <romain@orebokech.com>
16234
16235         * message.el (message-fill-paragraph): Clarify docstring.
16236
16237 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16238
16239         * gnus-art.el (gnus-mime-display-part): Protect against broken
16240         MIME messages.
16241
16242 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16243
16244         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
16245         before parsing header.
16246
16247 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
16248
16249         * html2text.el (html2text-replace-list): Add new entities.
16250
16251 2005-09-11  Romain Francoise  <romain@orebokech.com>
16252
16253         * message.el (message-alternative-emails): Improve docstring.
16254         (message-setup-1): Call `message-use-alternative-email-as-from'
16255         after `message-setup-hook' to give it precedence over posting
16256         styles, etc.
16257         (message-use-alternative-email-as-from): Add docstring.
16258         Remove the original From header if present.
16259
16260         * nnml.el (nnml-compressed-files-size-threshold): New variable.
16261         (nnml-save-mail): Use it.
16262
16263         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
16264         articles.  Add new argument `silent'.
16265         (gnus-uu-mark-all): Report the total number of marked articles.
16266
16267 2005-09-10  Romain Francoise  <romain@orebokech.com>
16268
16269         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
16270         (gnus-uu-mark-series): Likewise.
16271
16272 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
16273
16274         * spam-report.el (spam-report-gmane): Fix generation of spam
16275         report URL.
16276
16277 2005-09-10  Simon Josefsson  <jas@extundo.com>
16278
16279         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
16280         t, based on discussion on the ding list with Robert Epprecht
16281         <epprecht@solnet.ch>.
16282
16283 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
16284
16285         * spam-report.el (spam-report-gmane): Make it work without
16286         X-Report-Spam header.  Gmane now only provides Archived-At.
16287         This is only used if `spam-report-gmane-use-article-number' is nil.
16288         (spam-report-gmane-spam-header): Remove.  Not used anymore.
16289
16290         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
16291         make `gnus-summary-sort-by-recipient' work with threading.
16292
16293         * nnweb.el (nnweb-google-wash-article): Print a message if article
16294         is not available.
16295
16296 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16297
16298         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
16299         change.  Decode text/* parts content before displaying.
16300
16301 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
16302
16303         * mml-smime.el: Remove defvar of gnus-extract-address-components.
16304
16305 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16306
16307         * mm-view.el (mm-display-inline-fontify): Disable support modes.
16308
16309         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
16310         url-package-name, url-package-version,
16311         w3m-cid-retrieve-function-alist, w3m-current-buffer,
16312         w3m-display-inline-images, and w3m-minor-mode-map.
16313
16314 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
16315
16316         * message.el (message-tab-body-function): Fix mismatched custom type.
16317
16318         * gnus.el (gnus-group-change-level-function): Ditto.
16319
16320         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
16321
16322         * gnus-art.el (gnus-signature-limit)
16323         (gnus-article-mime-part-function): Ditto.
16324
16325 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16326
16327         * mml.el (mml-mode): Silence the byte compiler.
16328
16329         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
16330         using `(sit-for 0)' before moving the point to the specified part;
16331         skip unbuttonized parts.
16332         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
16333         return to the summary window if gnus-auto-select-part is non-nil.
16334
16335 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
16336
16337         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
16338         New variables.
16339         (mml-dnd-attach-file, mml-mode): Use them.
16340
16341         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
16342         Make fetching article by MID work again for Google Groups.
16343         Add FIXME concerning gnus-group-make-web-group.
16344
16345         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
16346         Don't depend on Gnus by using mail-extract-address-components if
16347         gnus-extract-address-components is not bound.
16348
16349 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16350
16351         * gnus-art.el (gnus-mime-display-security): Don't display the
16352         signature, but only the signed part.
16353
16354 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16355
16356         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
16357
16358         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
16359         list, not listp.
16360
16361 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
16362
16363         * mm-encode.el (mm-encode-content-transfer-encoding):
16364         Likewise when encoding.
16365
16366         * mm-bodies.el (mm-decode-content-transfer-encoding):
16367         De-canonicalize CRLF for all text content types, not just
16368         text/plain.
16369
16370 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16371
16372         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
16373         valid article; point arrow and cursor at the MIME button.
16374
16375 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16376
16377         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
16378         Suggested by Dan Christensen <jdc@uwo.ca>.
16379
16380         * mm-decode.el (mm-save-part): Enable change of prompt.
16381
16382 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
16383
16384         * gnus-msg.el (gnus-inews-add-send-actions):
16385         Make `message-post-method' lambda parameter ARG `&optional'.
16386
16387 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
16388
16389         * gnus-sum.el (gnus-summary-mime-map):
16390         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
16391         gnus-article-jump-to-part.
16392
16393         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
16394         (gnus-article-edit-part): Use it.
16395         (gnus-article-part-wrapper): Add no-handle argument.
16396         (gnus-article-save-part-and-strip, gnus-article-delete-part):
16397         New functions.
16398
16399 2005-08-29  Romain Francoise  <romain@orebokech.com>
16400
16401         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
16402         docstring.
16403         (gnus-face-from-file): Likewise.
16404
16405 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
16406
16407         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
16408         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
16409         non-nil.
16410         (gnus-auto-select-part): New variable.
16411         (gnus-article-jump-to-part): New function.
16412         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
16413         (gnus-mime-delete-part): Allow selecting specified part after
16414         deleting or stripping parts.
16415         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
16416         part if argument is bogus.
16417
16418 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
16419
16420         * gnus-art.el (w3m-minor-mode-map):
16421         * gnus-spec.el (gnus-newsrc-file-version):
16422         * gnus-util.el (nnmail-active-file-coding-system)
16423         (gnus-original-article-buffer, gnus-user-agent):
16424         * gnus.el (gnus-ham-process-destinations)
16425         (gnus-parameter-ham-marks-alist)
16426         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
16427         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
16428         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
16429         * mm-decode.el (gnus-current-window-configuration):
16430         * mm-extern.el (gnus-article-mime-handles):
16431         * mm-url.el (url-current-object, url-package-name)
16432         (url-package-version):
16433         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
16434         (smime-keys, w3m-cid-retrieve-function-alist)
16435         (w3m-current-buffer, w3m-display-inline-images)
16436         (w3m-minor-mode-map):
16437         * mml-smime.el (gnus-extract-address-components):
16438         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
16439         (gnus-newsrc-hashtb, message-default-charset)
16440         (message-deletable-headers, message-options)
16441         (message-posting-charset, message-required-mail-headers)
16442         (message-required-news-headers):
16443         * mml1991.el (mc-pgp-always-sign):
16444         * mml2015.el (mc-pgp-always-sign):
16445         * nnheader.el (nnmail-extra-headers):
16446         * rfc1843.el (gnus-decode-encoded-word-function)
16447         (gnus-decode-header-function, gnus-newsgroup-name):
16448         * spam-stat.el (gnus-original-article-buffer): Add defvars.
16449
16450 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
16451
16452         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
16453         the end of the date treatments.
16454
16455 2005-08-15  Simon Josefsson  <jas@extundo.com>
16456
16457         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
16458         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
16459         Capello and Romain Francoise.
16460         (pgg-fetch-key-function): Remove, not used?
16461         (pgg-insert-url-with-w3): Require url, to get
16462         url-insert-file-contents regardless of where it is defined.
16463
16464 2005-08-13  Romain Francoise  <romain@orebokech.com>
16465
16466         * message.el (message-cite-original-1): New function.
16467         (message-cite-original): Use it.
16468         (message-cite-original-without-signature): Ditto.
16469
16470 2005-08-08  Romain Francoise  <romain@orebokech.com>
16471
16472         * message.el (message-yank-empty-prefix): New variable.
16473         (message-indent-citation): Use it.
16474         (message-cite-original-without-signature): Respect X-No-Archive.
16475
16476 2005-08-08  Simon Josefsson  <jas@extundo.com>
16477
16478         * pgg.el: Autoload url-insert-file-contents instead of loading
16479         w3/url.
16480         (pgg-insert-url-with-w3): Don't load url here.
16481
16482 2005-08-07  Jesper Harder  <harder@phys.au.dk>
16483
16484         * message.el (message-kill-to-signature): Don't insert newline at
16485         bol.
16486         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
16487
16488 2005-08-06  Romain Francoise  <romain@orebokech.com>
16489
16490         * message.el (message-user-fqdn): Fix typo in docstring.
16491
16492 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
16493
16494         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
16495
16496         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
16497
16498 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16499
16500         * mm-bodies.el (mm-encode-body): Use coding system rather than
16501         charset to encode text.
16502
16503         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
16504         number of charsets if utf-8 is available (XEmacs).
16505
16506 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
16507
16508         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
16509         taken from `gnus-button-mid-or-mail-regexp'.
16510         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
16511         (gnus-button-alist): Improve regexp for domain part of the MIDs
16512         for news:localpart@domain buttons.
16513         (gnus-button-ctan-directory-regexp): Update.
16514
16515 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16516
16517         * sieve-manage.el (sieve-manage-interactive-login):
16518         Use make-local-variable rather than make-variable-buffer-local.
16519         (sieve-manage-open): Ditto.
16520         (sieve-manage-authenticate): Ditto.
16521
16522         * mml.el (mml-generate-mime-1): Make the content type default to
16523         text/plain if the filename is not specified.
16524
16525 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16526
16527         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
16528         instead of insert-buffer.
16529
16530         * message.el (message-yank-original): Ditto; set the mark at the
16531         end of the yanked message.
16532
16533 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16534
16535         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
16536         lines to scroll rather than to stop it.
16537
16538         * mml.el (mml-generate-default-type): Add doc string.
16539         (mml-generate-mime-1): Use mm-default-file-encoding or make it
16540         default to application/octet-stream when determining the content
16541         type if it is not specified for the part or the mml contents; add
16542         a comment about mml-generate-default-type.
16543
16544 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
16545
16546         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
16547         make it default to application/octet-stream when determining the
16548         content type if it is not specified for the external contents.
16549
16550 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16551
16552         * rfc2231.el (rfc2231-parse-string): Take care that not only a
16553         segmented parameter but also other parameters might be there.
16554
16555 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16556
16557         * mm-decode.el (mm-display-external): Delete temp file, directory
16558         and buffer immediately if the external process is exited.
16559
16560 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16561
16562         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
16563         fewer lines than that of scroll-margin.
16564         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
16565
16566 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16567
16568         * gnus-art.el (gnus-article-next-page): Revert.
16569         (gnus-article-beginning-of-window): New macro.
16570         (gnus-article-next-page-1): Use it.
16571         (gnus-article-prev-page): Ditto.
16572         (gnus-article-edit-part): Use insert-buffer-substring instead of
16573         insert-buffer.
16574         (gnus-article-edit-exit): Ditto.
16575
16576         * gnus-util.el (gnus-beginning-of-window): Remove.
16577         (gnus-end-of-window): Remove.
16578
16579         * lpath.el: Don't bind header-line-format and scroll-margin.
16580
16581 2005-07-25  Simon Josefsson  <jas@extundo.com>
16582
16583         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
16584         to have the url package without w3.  Reported by Daiki Ueno
16585         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
16586
16587 2005-07-20  Didier Verna  <didier@xemacs.org>
16588
16589         * gnus-diary.el: Remove the description comment (nndiary is now
16590         properly documented in the Gnus manual).
16591         Fix the spelling of "Back End".
16592         * nndiary.el: Ditto.
16593         Fix the copyright notice.
16594
16595 2005-07-18  Romain Francoise  <romain@orebokech.com>
16596
16597         * gnus-sum.el (gnus-summary-to-prefix)
16598         (gnus-summary-newsgroup-prefix): New variables.
16599         (gnus-summary-from-or-to-or-newsgroups): Use them.
16600
16601 2005-07-17  Romain Francoise  <romain@orebokech.com>
16602
16603         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
16604         space as it's generally not especially interesting to the user.
16605
16606 2005-07-16  Romain Francoise  <romain@orebokech.com>
16607
16608         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
16609         nil to avoid prompting and file modification if one of the
16610         messages at the top of the nnfolder file contains a copyright
16611         notice.
16612         Update copyright notice.
16613
16614         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
16615         instead of `current-time-string' as the latter creates a time
16616         string that is not RFC 2822 compliant (it lacks the zone).
16617         Update copyright notice.
16618
16619 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16620
16621         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
16622         for text/rtf.  Display default in prompt.  Pass default for M-n.
16623
16624         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
16625
16626 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16627
16628         * gnus-msg.el (gnus-button-mailto):
16629         Remove save-selected-window-window hackery because it relies on
16630         save-selected-window internals.
16631
16632 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16633
16634         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
16635         (gnus-article-next-page-1): Use gnus-beginning-of-window.
16636         (gnus-article-prev-page): Ditto.
16637
16638         * gnus-util.el (gnus-beginning-of-window): New function.
16639         (gnus-end-of-window): New function.
16640
16641         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
16642
16643 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
16644
16645         * gnus-score.el (gnus-score-edit-all-score):
16646         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
16647         gnus-message.
16648
16649 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16650
16651         * gnus-msg.el (gnus-button-mailto):
16652         Remove save-selected-window-window hackery because it relies on
16653         save-selected-window internals.
16654
16655 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16656
16657         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
16658         add-minor-mode.
16659         (gnus-binary-mode): Ditto.
16660
16661         * gnus-topic.el (gnus-topic-mode): Ditto.
16662
16663 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
16664
16665         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
16666         (gnus-article-prev-page): Take scroll-margin into consideration.
16667
16668 2005-07-04  Lute Kamstra  <lute@gnu.org>
16669
16670         Update FSF's address in GPL notices.
16671
16672 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
16673
16674         * gnus.el (gnus-exit):
16675         * gnus-group.el (gnus-group-icons):
16676         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
16677
16678         * gnus-nocem.el (gnus-nocem):
16679         * message.el (message-various, message-buffers, message-sending)
16680         (message-interface, message-forwarding, message-insertion)
16681         (message-headers, message-news, message-mail):
16682         * pgg-gpg.el (pgg-gpg):
16683         * pgg-parse.el (pgg-parse):
16684         * pgg-pgp.el (pgg-pgp):
16685         * pgg-pgp5.el (pgg-pgp5):
16686         * pop3.el (pop3): Finish `defgroup' description with period.
16687
16688 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16689
16690         * gnus-art.el (article-display-face): Improve the efficiency.
16691         (article-display-x-face): Ditto; remove grey x-face stuff.
16692
16693 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16694
16695         * gnus-art.el (article-display-face): Correct the position in
16696         which Faces are inserted.
16697
16698 2005-06-29  Didier Verna  <didier@xemacs.org>
16699
16700         * gnus-art.el (article-display-face): Display faces in correct
16701         order.
16702
16703 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16704
16705         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
16706         (gnus-fill-real-hashtb): Use hash table instead of obarray.
16707         (gnus-nocem-check-article): Fetch the Type header.
16708         (gnus-nocem-message-wanted-p): Fix the way to examine types.
16709         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
16710         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
16711         make sure gnus-nocem-hashtb is initialized.
16712         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
16713         (gnus-nocem-unwanted-article-p): Ditto.
16714
16715         * pgg.el (pgg-verify): Return the verification result.
16716
16717 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16718
16719         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
16720         is ascii.
16721
16722 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
16723
16724         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
16725         `show-nonbreak-escape'.
16726
16727 2005-06-23  Lute Kamstra  <lute@gnu.org>
16728
16729         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
16730
16731         * dig.el (dig-mode):
16732         * smime.el (smime-mode): Use gnus-run-mode-hooks.
16733
16734 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
16735
16736         * nnimap.el (nnimap-split-download-body): Fix spellings.
16737
16738 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
16739
16740         * gnus-art.el (gnus-article-encrypt-body):
16741         * gnus-cus.el (gnus-score-customize):
16742         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
16743         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
16744
16745 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
16746
16747         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
16748         header by looking for magic "MII" at the beginnig.
16749
16750 2005-06-16  Miles Bader  <miles@gnu.org>
16751
16752         * gnus-xmas.el (gnus-xmas-group-startup-message):
16753         Use renamed gnus-splash face.
16754
16755         * assistant.el (assistant-field): Remove "-face" suffix from face name.
16756         (assistant-field-face): New backward-compatibility alias for renamed
16757         face.
16758         (assistant-render-text): Use renamed assistant-field face.
16759
16760         * spam.el (spam): Remove "-face" suffix from face name.
16761         (spam-face): New backward-compatibility alias for renamed face.
16762         (spam-face, spam-initialize): Use renamed spam face.
16763
16764         * message.el (message-header-to, message-header-cc)
16765         (message-header-subject, message-header-newsgroups)
16766         (message-header-other, message-header-name)
16767         (message-header-xheader, message-separator, message-cited-text)
16768         (message-mml): Remove "-face" suffix from face names.
16769         (message-header-to-face, message-header-cc-face)
16770         (message-header-subject-face, message-header-newsgroups-face)
16771         (message-header-other-face, message-header-name-face)
16772         (message-header-xheader-face, message-separator-face)
16773         (message-cited-text-face, message-mml-face):
16774         New backward-compatibility aliases for renamed faces.
16775         (message-font-lock-keywords): Use renamed message faces.
16776
16777         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
16778         (sieve-test-commands, sieve-tagged-arguments):
16779         Remove "-face" suffix from face names.
16780         (sieve-control-commands-face, sieve-action-commands-face)
16781         (sieve-test-commands-face, sieve-tagged-arguments-face):
16782         New backward-compatibility aliases for renamed faces.
16783         (sieve-control-commands-face, sieve-action-commands-face)
16784         (sieve-test-commands-face, sieve-tagged-arguments-face):
16785         Use renamed sieve faces.
16786
16787         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
16788         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
16789         (gnus-group-news-3-empty, gnus-group-news-4)
16790         (gnus-group-news-4-empty, gnus-group-news-5)
16791         (gnus-group-news-5-empty, gnus-group-news-6)
16792         (gnus-group-news-6-empty, gnus-group-news-low)
16793         (gnus-group-news-low-empty, gnus-group-mail-1)
16794         (gnus-group-mail-1-empty, gnus-group-mail-2)
16795         (gnus-group-mail-2-empty, gnus-group-mail-3)
16796         (gnus-group-mail-3-empty, gnus-group-mail-low)
16797         (gnus-group-mail-low-empty, gnus-summary-selected)
16798         (gnus-summary-cancelled, gnus-summary-high-ticked)
16799         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
16800         (gnus-summary-high-ancient, gnus-summary-low-ancient)
16801         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
16802         (gnus-summary-low-undownloaded)
16803         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
16804         (gnus-summary-low-unread, gnus-summary-normal-unread)
16805         (gnus-summary-high-read, gnus-summary-low-read)
16806         (gnus-summary-normal-read, gnus-splash):
16807         Remove "-face" suffix from face names.
16808         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
16809         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
16810         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
16811         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
16812         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
16813         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
16814         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
16815         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
16816         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
16817         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
16818         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
16819         (gnus-summary-selected-face, gnus-summary-cancelled-face)
16820         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
16821         (gnus-summary-normal-ticked-face)
16822         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
16823         (gnus-summary-normal-ancient-face)
16824         (gnus-summary-high-undownloaded-face)
16825         (gnus-summary-low-undownloaded-face)
16826         (gnus-summary-normal-undownloaded-face)
16827         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
16828         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
16829         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
16830         (gnus-splash-face):
16831         New backward-compatibility aliases for renamed faces.
16832         (gnus-group-startup-message): Use renamed gnus faces.
16833
16834         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
16835         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
16836         (gnus-server-agent): Remove "-face" suffix from face names.
16837         (gnus-server-agent-face, gnus-server-opened-face)
16838         (gnus-server-closed-face, gnus-server-denied-face)
16839         (gnus-server-offline-face):
16840         New backward-compatibility aliases for renamed faces.
16841         (gnus-server-agent-face, gnus-server-opened-face)
16842         (gnus-server-closed-face, gnus-server-denied-face)
16843         (gnus-server-offline-face): Use renamed gnus faces.
16844
16845         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
16846         Remove "-face" suffix from face names.
16847         (gnus-picon-xbm-face, gnus-picon-face):
16848         New backward-compatibility aliases for renamed faces.
16849
16850         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
16851         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
16852         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
16853         (gnus-cite-11): Remove "-face" suffix from face names.
16854         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
16855         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
16856         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
16857         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
16858         New backward-compatibility aliases for renamed faces.
16859         (gnus-cite-attribution-face, gnus-cite-face-list)
16860         (gnus-article-boring-faces): Use renamed gnus faces.
16861
16862         * gnus-art.el (gnus-signature, gnus-header-from)
16863         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
16864         (gnus-header-content): Remove "-face" suffix from face names.
16865         (gnus-signature-face, gnus-header-from-face)
16866         (gnus-header-subject-face, gnus-header-newsgroups-face)
16867         (gnus-header-name-face, gnus-header-content-face):
16868         New backward-compatibility aliases for renamed faces.
16869         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
16870
16871         * gnus-sum.el (gnus-summary-selected-face)
16872         (gnus-summary-highlight): Use renamed gnus faces.
16873         * gnus-group.el (gnus-group-highlight): Likewise.
16874
16875 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
16876
16877         * gnus-sieve.el (gnus-sieve-article-add-rule):
16878         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
16879         * spam-stat.el (spam-stat-buffer-change-to-spam)
16880         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
16881
16882         * message.el (message-is-yours-p):
16883         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
16884
16885 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16886
16887         * mm-view.el (mm-inline-text): Withdraw the last change.
16888
16889 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16890
16891         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
16892         executing enriched-decode.
16893
16894 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16895
16896         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
16897         charset of tar files.
16898
16899 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
16900
16901         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
16902
16903 2005-06-04  Lute Kamstra  <lute@gnu.org>
16904
16905         * nnfolder.el (nnfolder-read-folder): Make sure that undo
16906         information is never recorded.
16907
16908 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16909
16910         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
16911
16912 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16913
16914         * pop3.el (pop3-apop): Run md5 in the binary mode.
16915
16916         * starttls.el (starttls-set-process-query-on-exit-flag):
16917         Use eval-and-compile.
16918
16919 2005-05-31  Simon Josefsson  <jas@extundo.com>
16920
16921         * smime.el (smime-replace-in-string): Define.
16922         (smime-cert-by-ldap-1): Use it.
16923
16924 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16925
16926         * gnus-art.el (article-display-x-face): Replace
16927         process-kill-without-query by gnus-set-process-query-on-exit-flag.
16928
16929         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
16930         set-process-query-on-exit-flag or process-kill-without-query.
16931
16932         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
16933         loop instead of replace-regexp.
16934
16935         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
16936         instead of process-kill-without-query if it is available.
16937
16938         * lpath.el: Fbind ldap-search-entries.
16939
16940         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
16941         instead of find-file-hooks if it is available.
16942
16943         * mml1991.el: Bind pgg-default-user-id when compiling.
16944
16945         * mml2015.el: Bind pgg-default-user-id when compiling.
16946
16947         * nndraft.el (nndraft-request-associate-buffer):
16948         Use write-contents-functions instead of write-contents-hooks if it is
16949         available.
16950
16951         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
16952         instead of find-file-hooks if it is available.
16953
16954         * nntp.el (nntp-open-connection): Replace
16955         process-kill-without-query by gnus-set-process-query-on-exit-flag.
16956         (nntp-open-ssl-stream): Ditto.
16957         (nntp-open-tls-stream): Ditto.
16958
16959         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
16960         set-process-query-on-exit-flag or process-kill-without-query.
16961         (starttls-open-stream-gnutls): Use it instead of
16962         process-kill-without-query.
16963         (starttls-open-stream): Ditto.
16964
16965 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
16966
16967         * smime.el (smime-cert-by-ldap-1): Don't use
16968         replace-regexp-in-string.
16969
16970 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
16971
16972         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
16973
16974         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
16975         in PEM format.  Adjust to the XEmacs compatibility.
16976
16977 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
16978
16979         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
16980         by `string-to-number'.
16981         * gnus-agent.el (gnus-agent-regenerate-group)
16982         (gnus-agent-fetch-articles): Ditto.
16983         * gnus-art.el (gnus-button-fetch-group): Ditto.
16984         * gnus-cache.el (gnus-cache-generate-active)
16985         (gnus-cache-articles-in-group): Ditto.
16986         * gnus-group.el (gnus-group-set-current-level)
16987         (gnus-group-insert-group-line): Ditto.
16988         * gnus-score.el (gnus-score-set-expunge-below)
16989         (gnus-score-set-mark-below, gnus-summary-score-effect)
16990         (gnus-summary-score-entry): Ditto.
16991         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
16992         (gnus-soup-pack): Ditto.
16993         * gnus-spec.el (gnus-xmas-format): Ditto.
16994         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
16995         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
16996         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
16997         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
16998         * nndb.el (nndb-get-remote-expire-response): Ditto.
16999         * nndiary.el (nndiary-parse-schedule-value)
17000         (nndiary-string-to-number, nndiary-request-replace-article)
17001         (nndiary-request-article): Ditto.
17002         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
17003         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
17004         * nneething.el (nneething-make-head): Ditto.
17005         * nnfolder.el (nnfolder-request-article)
17006         (nnfolder-retrieve-headers): Ditto.
17007         * nnheader.el (nnheader-file-to-number): Ditto.
17008         * nnkiboze.el (nnkiboze-request-article): Ditto.
17009         * nnmail.el (nnmail-process-unix-mail-format)
17010         (nnmail-process-babyl-mail-format): Ditto.
17011         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
17012         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
17013         (nnmh-request-create-group, nnmh-request-list-1)
17014         (nnmh-request-group, nnmh-request-article): Ditto.
17015         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
17016         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
17017         * nnsoup.el (nnsoup-make-active): Ditto.
17018         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
17019         * nntp.el (nntp-find-group-and-number)
17020         (nntp-retrieve-headers-with-xover): Ditto.
17021         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
17022         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
17023         (pgg-format-key-identifier): Ditto.
17024         * pop3.el (pop3-last, pop3-stat): Ditto.
17025         * qp.el (quoted-printable-decode-region): Ditto.
17026
17027         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
17028         of concat.
17029
17030 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17031
17032         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
17033
17034         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
17035
17036         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
17037
17038         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
17039
17040         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
17041
17042         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
17043
17044         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
17045         (gnus-carpal-mode): Ditto.
17046
17047         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
17048         (gnus-browse-mode): Ditto.
17049
17050         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
17051
17052         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
17053
17054 2005-05-29  Richard M. Stallman  <rms@gnu.org>
17055
17056         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
17057
17058 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17059
17060         * gnus-util.el (gnus-run-mode-hooks): New function.
17061
17062         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
17063
17064         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
17065         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
17066
17067 2005-05-27  Lute Kamstra  <lute@gnu.org>
17068
17069         * dns-mode.el (dns-mode): Specify customization group.
17070
17071 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
17072
17073         * gnus-agent.el (gnus-agent-make-mode-line-string):
17074         Use mode-line-highlight as mouse-face.
17075
17076 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17077
17078         * canlock.el (canlock): Change the parent group to news.
17079
17080         * deuglify.el (gnus-outlook-deuglify): Add :group.
17081
17082         * dig.el (dig): Add :group.
17083
17084         * dns-mode.el (dns-mode): Add :group.
17085
17086         * encrypt.el (encrypt): Add :group.
17087
17088         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
17089         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
17090         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
17091         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
17092         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
17093
17094         * gnus-diary.el (gnus-diary): Add :group.
17095
17096         * gnus.el (gnus-group-news-1-face): Add :group.
17097         (gnus-group-news-1-empty-face): Ditto.
17098         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
17099         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
17100         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
17101         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
17102         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
17103         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
17104         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
17105         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
17106         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
17107         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
17108         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
17109         (gnus-summary-high-ticked-face): Ditto.
17110         (gnus-summary-low-ticked-face): Ditto.
17111         (gnus-summary-normal-ticked-face): Ditto.
17112         (gnus-summary-high-ancient-face): Ditto.
17113         (gnus-summary-low-ancient-face): Ditto.
17114         (gnus-summary-normal-ancient-face): Ditto.
17115         (gnus-summary-high-undownloaded-face): Ditto.
17116         (gnus-summary-low-undownloaded-face): Ditto.
17117         (gnus-summary-normal-undownloaded-face): Ditto.
17118         (gnus-summary-high-unread-face): Ditto.
17119         (gnus-summary-low-unread-face): Ditto.
17120         (gnus-summary-normal-unread-face): Ditto.
17121         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
17122         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
17123
17124         * hashcash.el (hashcash): New custom group.
17125         (hashcash-default-payment): Add :group.
17126         (hashcash-payment-alist): Ditto.
17127         (hashcash-default-accept-payment): Ditto.
17128         (hashcash-accept-resources): Ditto.
17129         (hashcash-path): Ditto.
17130         (hashcash-extra-generate-parameters): Ditto.
17131         (hashcash-double-spend-database): Ditto.
17132         (hashcash-in-news): Ditto.
17133
17134         * message.el (message-minibuffer-local-map): Add :group.
17135
17136         * netrc.el (netrc): Add :group.
17137
17138         * sieve-manage.el (sieve-manage-log): Add :group.
17139         (sieve-manage-default-user): Diito.
17140         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
17141         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
17142         (sieve-manage-authenticators): Ditto.
17143         (sieve-manage-authenticator-alist): Ditto.
17144         (sieve-manage-default-port): Ditto.
17145
17146         * sieve-mode.el (sieve-control-commands-face): Add :group.
17147         (sieve-action-commands-face): Ditto.
17148         (sieve-test-commands-face): Ditto.
17149         (sieve-tagged-arguments-face): Ditto.
17150
17151         * smime.el (smime): Add :group.
17152
17153         * spam-report.el (spam-report): Add :group.
17154
17155         * spam.el (spam, spam-face): Add :group.
17156
17157 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17158
17159         * nntp.el (nntp-next-result-arrived-p): Some news servers may
17160         return \n.\n.\n at the end of articles.  Protect against that.
17161         (nntp-with-open-group): Allow debugging.
17162
17163         * nnheader.el (mail-header-set-extra): Make into a function
17164         because I just could't understand how to quote the list properly.
17165
17166         * dns.el (query-dns-cached): New function.
17167
17168 2005-05-26  Lute Kamstra  <lute@gnu.org>
17169
17170         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
17171
17172 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17173
17174         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
17175
17176         * gnus-art.el: Don't autoload mail-extract-address-components.
17177
17178         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
17179         eval-and-compile to evaluate it.
17180
17181         * hashcash.el: Don't autoload executable-find.
17182
17183         * nndb.el: Don't declare the nndb back end two or more times; don't
17184         autoload news-reply-mode, news-setup, cancel-timer and telnet.
17185
17186         * nntp.el: Autoload format-spec instead of format; use
17187         eval-and-compile to evaluate autoload forms.
17188
17189 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
17190
17191         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
17192
17193 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17194
17195         * gnus.el (gnus-version-number): Bump version.
17196
17197 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17198
17199         * gnus.el: No Gnus v0.3 is released.
17200
17201 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17202
17203         * lpath.el (featurep): Bind show-nonbreak-escape.
17204
17205 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17206
17207         * gnus-art.el (gnus-article-edit-part): Disable undo.
17208
17209 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17210
17211         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
17212         gnus-article-date-lapsed-new-header is t if date timer is active;
17213         skip headers in which the original date value is empty.
17214         (gnus-article-save-original-date): Redefine it as a macro.
17215         (gnus-display-mime): Use it.
17216
17217 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17218
17219         * gnus-art.el (article-date-ut): Support converting date in
17220         forwarded parts as well.
17221         (gnus-article-save-original-date): New function.
17222         (gnus-display-mime): Use it.
17223
17224 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
17225
17226         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
17227         enclosure element of <item>.
17228
17229 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
17230
17231         * message.el (message-kill-buffer-query): Rename from
17232         `message-kill-buffer-query-if-modified'.  Add :version.
17233
17234 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17235
17236         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
17237         window layout.
17238
17239 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17240
17241         * mml.el: Autoload dnd when compiling.
17242
17243 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17244
17245         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
17246         x-dnd-*.
17247
17248 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17249
17250         * qp.el (quoted-printable-encode-region): Save excursion.
17251
17252 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
17253
17254         * message.el (message-kill-buffer-query-if-modified): Add new variable
17255         so the user can kill a modified message buffer quickly.
17256         (message-kill-buffer): Use it.
17257
17258 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17259
17260         * lpath.el: Fbind display-time-event-handler; don't fbind
17261         string-to-multibyte.
17262
17263         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
17264
17265 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17266
17267         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
17268         contained in text because xml.el decodes entities) with LFs.
17269
17270 2005-04-11  Lute Kamstra  <lute@gnu.org>
17271
17272         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
17273         differently.
17274
17275 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17276
17277         * mm-util.el (mm-detect-coding-region): Typo.
17278
17279 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17280
17281         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
17282
17283 2005-04-06  Deepak Goel  <deego@gnufans.org>
17284
17285         * spam-stat.el (spam-stat-score-buffer): Add a call to a
17286         user-function allow user modifications of the scores.
17287         (spam-stat-score-buffer-user): New function, to allow
17288         user-computed modifications to the score.
17289         (spam-stat-score-buffer-user-functions): List of additional
17290         scoring functions.
17291         (spam-stat-error-holder): Global temporary error holder.
17292         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
17293         variable.
17294
17295 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
17296
17297         * gnus-registry.el (gnus-registry-clean-empty-function)
17298         (gnus-registry-trim, gnus-registry-fetch-groups)
17299         (gnus-registry-delete-group): Groups that match
17300         `gnus-registry-ignored-groups' are removed from the registry
17301         entries, not just ignored for splitting.  This helps clean up the
17302         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
17303         to get all the groups a message ID is in.
17304
17305         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
17306         (spam-stat-split-fancy): Change "threshhold" to "threshold".
17307         (spam-stat-score-buffer-user-functions): Add :number custom type.
17308
17309 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17310
17311         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
17312         argument in XEmacs.
17313
17314         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
17315         (nnrss-request-group): Decode group name first.
17316         (nnrss-request-article): Make a text/plain article if mml-to-mime
17317         failed.
17318         (nnrss-get-encoding): Return a compatible encoding according to
17319         nnrss-compatible-encoding-alist.
17320         (nnrss-find-el): Use consp instead of listp.
17321         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
17322
17323 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17324
17325         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
17326         which Emacs 20 doesn't support.
17327         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
17328
17329 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
17330
17331         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
17332         silence the byte compiler inside the defun.
17333
17334         * gnus-demon.el (parse-time-string): Add autoload.
17335
17336         * gnus-delay.el (parse-time-string): Add autoload.
17337
17338         * gnus-art.el (parse-time-string): Add autoload.
17339
17340         * nnultimate.el (parse-time): Require for `parse-time-string'.
17341
17342 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
17343
17344         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
17345
17346         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
17347
17348         * smime.el (smime-ldap-host-list): Add :version.
17349
17350 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
17351
17352         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
17353         pass it to `gnus-browse-read-group'.
17354         (gnus-browse-read-group): Add NUMBER argument and pass it to
17355         `gnus-group-read-ephemeral-group'.
17356
17357         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
17358         argument and pass it to `gnus-group-read-group'.
17359
17360 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
17361
17362         * mm-util.el (mm-xemacs-find-mime-charset): Only call
17363         mm-xemacs-find-mime-charset-1 if we have the mule feature
17364         available at runtime.
17365
17366 2005-03-25  Werner Lemberg  <wl@gnu.org>
17367
17368         * nnmaildir.el: Replace `illegal' with `invalid'.
17369
17370 2005-03-23  Lute Kamstra  <lute@gnu.org>
17371
17372         * time-date.el: Add comment on time value formats.
17373         Don't require parse-time.
17374         (with-decoded-time-value): New macro.
17375         (encode-time-value): New function.
17376         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
17377         (days-to-time): Return a valid time value when arg is huge.
17378         (time-since): Use time-subtract.
17379         (time-to-number-of-days): Use time-to-seconds.
17380
17381 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17382
17383         * gnus-start.el (gnus-display-time-event-handler):
17384         Check display-time-timer at runtime rather than only at load time
17385         in case display-time-mode is turned off in the mean time.
17386
17387 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
17388
17389         * nnimap.el (nnimap-open-connection): Print which authinfo file is
17390         used.
17391
17392         * nneething.el (nneething-map-file-directory): Derive from
17393         `gnus-directory'.
17394
17395         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
17396         the To/Cc button.
17397
17398 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
17399
17400         * nnmaildir.el (nnmaildir-request-accept-article):
17401         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
17402
17403 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
17404
17405         * gnus-async.el: Require timer-funcs at compile time when in
17406         XEmacs for `run-with-idle-timer'.
17407
17408 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
17409
17410         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
17411         autoloaded function.
17412
17413 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17414
17415         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
17416
17417 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
17418
17419         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
17420
17421 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17422
17423         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
17424         Add gnus-expert-user to default.
17425
17426 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
17427
17428         * nnimap.el (nnimap-open-server): Ditto.
17429
17430         * imap.el (imap-authenticate): Fix typo.
17431
17432 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
17433
17434         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
17435         buffer (since IMAP server might return FETCH response out of
17436         order, and the nntp buffer must be sorted).
17437
17438 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
17439
17440         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
17441         comparison on string.
17442
17443         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
17444         (gnus-agent-score): Rename category keywords to match gnus-cus.
17445         (gnus-agent-summary-fetch-series): Modify to protect against
17446         gnus-agent-summary-fetch-group clearing processable flags.
17447         (gnus-agent-synchronize-group-flags): Update live group buffer as
17448         synchronization may occur due to the user toggle the plugged
17449         status.
17450         (gnus-agent-fetch-group-1): Clear downloadable flag when article
17451         successfully downloaded.
17452         (gnus-agent-expire-group-1): Avoid using markers when the overview
17453         is in ascending order; greatly improves performance.
17454         (gnus-agent-regenerate-group):
17455         Use gnus-agent-synchronize-group-flags to reset read status in both
17456         gnus and server.
17457         (gnus-agent-update-files-total-fetched-for): Fix initial size.
17458
17459 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
17460
17461         * message.el: Don't autoload former message-utils variables.
17462         (message-strip-subject-trailing-was): Change doc string.
17463
17464         * nnweb.el: Fixes for `gnus-group-make-web-group'.
17465         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
17466         (nnweb-google-search): Add "hl=en" here.
17467         (nnweb-google-parse-1, nnweb-google-create-mapping):
17468         Don't hardcode URL.
17469
17470 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
17471
17472         * message.el (message-get-reply-headers, message-followup):
17473         Mention related variables `message-use-followup-to' and
17474         `message-use-mail-followup-to', in the information buffer.
17475
17476         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
17477         of broken groups(-beta).google.com.
17478
17479 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
17480
17481         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
17482         parameter to invoked gnus-request-move-article; remove the
17483         redundant gnus-sum-hint-move-is-internal variable; apply the marks
17484         all at once instead of once per article.
17485         (gnus-summary-remove-process-mark): Accept a list of articles as
17486         well as a single article for processing.
17487
17488         * gnus-int.el (gnus-request-move-article): Add move-is-internal
17489         parameter.
17490
17491         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
17492
17493         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
17494
17495         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
17496         parameter.
17497
17498         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
17499         parameter.
17500
17501         * nnimap.el (nnimap-request-move-article): Add move-is-internal
17502         parameter and remove the gnus-sum-hint-move-is-internal variable.
17503
17504         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
17505         parameter.
17506
17507         * nndraft.el (nndraft-request-move-article): Add move-is-internal
17508         parameter.
17509
17510         * nndiary.el (nndiary-request-move-article): Add move-is-internal
17511         parameter.
17512
17513         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
17514
17515         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
17516         parameter.
17517
17518         * nnagent.el (nnagent-request-move-article): Add move-is-internal
17519         parameter.
17520
17521 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17522
17523         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
17524         a more conservative way.
17525
17526 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17527
17528         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
17529         buffer, so it moves the window's cursor.
17530
17531 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
17532
17533         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
17534         `mm-dissect-multipart' and receive the from field as an (optional)
17535         argument from `mm-dissect-multipart'.
17536         (mm-dissect-multipart): Receive the from field as an argument and
17537         pass it on when we call `mm-dissect-buffer' on MIME parts.
17538         Fixes verification/decryption of signed/encrypted MIME parts.
17539
17540 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
17541
17542         * gnus-sum.el (gnus-summary-move-article):
17543         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
17544         whatever it calls (right now, only nnimap-request-move article
17545         respects it).
17546
17547         * nnimap.el (nnimap-request-move-article):
17548         When gnus-sum-hint-move-is-internal is set, don't do the extra
17549         nnimap-request-article.
17550
17551 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17552
17553         * nnheader.el (nnheader-find-file-noselect): Add doc string.
17554
17555         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
17556         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
17557
17558         * gnus-sum.el (gnus-summary-caesar-message):
17559         Apply `gnus-treat-article' after rotation.
17560
17561         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
17562         doc string.
17563
17564 2005-02-22  Simon Josefsson  <jas@extundo.com>
17565
17566         * encrypt.el (encrypt-password-cache-expiry): Remove (use
17567         `password-cache-expiry' instead).  Reported by Arne Jørgensen
17568         <arne@arnested.dk>.
17569         (encrypt): Add password-cache and password-cache-expiry as group
17570         members.
17571
17572 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
17573
17574         * smime.el (smime-ldap-host-list): Doc fix.
17575         (smime-ask-passphrase): Use `password-read-and-add' to read (and
17576         cache) password.
17577         (smime-sign-region): Use it.
17578         (smime-decrypt-region): Use it.
17579         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
17580         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
17581         fails.
17582         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
17583         certificate from DER to PEM format rather than calling openssl.
17584
17585         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
17586
17587         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
17588         for signing/encryption.
17589
17590         * mml.el (mml-parse-1): Use them.
17591
17592 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
17593
17594         * nnrss.el (nnrss-verbose): Remove.
17595         (nnrss-request-group): Use `nnheader-message' instead.
17596
17597 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
17598
17599         * nnrss.el (nnrss-verbose): New variable.
17600         (nnrss-request-group): Make it say nnrss is requesting a group.
17601
17602 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
17603
17604         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
17605         Handle news URL with given port correctly.
17606
17607 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17608
17609         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
17610         containing special characters.
17611
17612         * gnus-sum.el (gnus-summary-edit-article): Ditto.
17613
17614         * mml.el (mime-to-mml): Ditto.
17615
17616         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
17617         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
17618         (rfc2047-decode-region): Quote decoded words containing special
17619         characters when rfc2047-quote-decoded-words-containing-tspecials
17620         is non-nil.
17621
17622 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
17623
17624         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
17625
17626         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
17627
17628 2005-02-15  Simon Josefsson  <jas@extundo.com>
17629
17630         * nnimap.el (nnimap-debug): Doc fix.
17631
17632         * imap.el (imap-debug): Doc fix.
17633
17634 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17635
17636         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
17637
17638 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
17639
17640         * gnus.el (spam-contents): Improve docs for spam-contents
17641         parameter in its variable incarnation.
17642
17643 2005-02-14  Simon Josefsson  <jas@extundo.com>
17644
17645         * smime-ldap.el: Use require instead of load-library for ldap.
17646         (smime-ldap-search): Indent.
17647         (smime-ldap-search-internal): Shorten line.
17648
17649         * smime.el (smime-cert-by-dns): Add doc-string.
17650         (smime-cert-by-ldap-1): Indent.
17651
17652         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
17653         mml-smime-get-dns-ldap.
17654         (mml-smime-encrypt-query): Use new function.  Default to ldap.
17655
17656 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
17657
17658         * smime.el: Require smime-ldap.
17659         (smime-ldap-host-list): New variable.
17660         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
17661
17662         * mml-smime.el (mml-smime-encrypt-query): New function.
17663         (mml-smime-encrypt-query): Use it.
17664
17665         * smime-ldap.el: New file.
17666
17667 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17668
17669         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
17670
17671 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
17672
17673         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
17674         argument in doc string.  Make query for type more clear.
17675
17676 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
17677
17678         * gnus.el (gnus-group-startup-message): Search for gnus images in
17679         etc/images/gnus.
17680         * mm-util.el (mm-image-load-path): Likewise.
17681         * smiley.el (smiley-data-directory): Search for smilies in
17682         etc/images/smilies.
17683
17684 2005-02-09  Kim F. Storm  <storm@cua.dk>
17685
17686         Change Emacs release version from 21.4 to 22.1 throughout.
17687         Change Emacs development version from 21.3.50 to 22.0.50.
17688
17689 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17690
17691         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
17692
17693         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
17694         non-Mule XEmacs as well.
17695         (mm-decompress-buffer): Signal an error intentionally if it does
17696         not decompress compressed data because auto-compression-mode is
17697         disabled.
17698
17699 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
17700
17701         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
17702         an ID in the registry even if it has no groups.
17703
17704 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17705
17706         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
17707         merge it into mm-decompress-buffer.
17708         (gnus-mime-copy-part): Use the MIME part charset, the value which
17709         a user specified or gnus-newsgroup-charset for decoding, like
17710         gnus-mime-inline-part does; set buffer-file-coding-system to tell
17711         save-buffer what was used.  Suggested by Kevin Ryde
17712         <user42@zip.com.au>.
17713         (gnus-mime-inline-part): Allow the name parameter as well as the
17714         filename parameter; force decompressing of compressed data; always
17715         display contents being not decoded as unibyte.
17716
17717         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
17718         as well as the filename parameter.
17719
17720         * mm-util.el (mm-decompress-buffer):
17721         Merge gnus-mime-jka-compr-maybe-uncompress.
17722         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
17723         of compressed data.
17724
17725 2005-02-08  Simon Josefsson  <jas@extundo.com>
17726
17727         * imap.el (imap-log): Doc fix.
17728
17729 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17730
17731         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
17732         the coding cookies; decompress compressed parts.
17733
17734         * mml.el (mml-generate-mime-1): Add the charset parameter according
17735         to the value which a user specified manually or the coding cookie.
17736
17737         * mm-util.el (mm-string-to-multibyte): New function.
17738         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
17739         (mm-coding-system-to-mime-charset): New function.
17740         (mm-decompress-buffer): New function.
17741         (mm-find-buffer-file-coding-system): New function.
17742
17743         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
17744         (mm-display-inline-fontify): Rewrite for decoding and decompressing
17745         parts.
17746
17747 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17748
17749         * mm-view.el (mm-display-inline-fontify): Decode a part according
17750         to the charset parameter.
17751
17752 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17753
17754         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
17755         prefix arg is neither nil nor a number, as info specifies.
17756
17757 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17758
17759         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
17760         timestamps.
17761
17762 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
17763
17764         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
17765         groups error checking and notify user.
17766
17767 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
17768
17769         * message.el (message-send-mail-function): Check existence of
17770         sendmail-program first before using default value
17771         `message-send-mail-with-sendmail'.  Otherwise use more generic
17772         `smtpmail-send-it'.
17773
17774 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17775
17776         * nntp.el (nntp-request-update-info): Always return nil.
17777
17778 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17779
17780         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
17781
17782 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17783
17784         * message.el (message-beginning-of-line): Change the behavior when
17785         invoked between BOL and : so that it first moves backward.
17786
17787 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17788
17789         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
17790         article buffer when editing of the article is discarded.
17791         (gnus-article-prepare): Revert.
17792
17793 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17794
17795         * gnus-art.el (gnus-article-prepare):
17796         Remove message-strip-forbidden-properties from the local hook.
17797
17798 2005-01-27  Simon Josefsson  <jas@extundo.com>
17799
17800         * password.el (password-cache-add): Only start one timer per key.
17801         Reported by Derek Atkins <warlord@MIT.EDU>.
17802
17803 2005-01-26  Steve Youngs  <steve@sxemacs.org>
17804
17805         * run-at-time.el: Remove.  It is no longer needed as
17806         timer-funcs.el in the xemacs-base package has a working version of
17807         `run-at-time'.
17808
17809         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
17810
17811         * password.el: Require timer-funcs instead of run-at-time in
17812         XEmacs.
17813         Remove `password-run-at-time' macro.
17814         (password-cache-add): Use `run-at-time' instead of
17815         `password-run-at-time'.
17816
17817         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
17818         Remove `nnheader-cancel-function-timers' alias,
17819         `cancel-function-timers' exists in XEmacs in timer-funcs.
17820
17821         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
17822         for `run-with-idle-timer'.
17823
17824         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
17825         for `run-at-time'.
17826
17827         * mm-url.el: Require timer-funcs at compile time when in XEmacs
17828         for `with-timeout'.
17829
17830         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
17831         the same as for XEmacs 21.4.
17832         No need to ignore `run-with-idle-timer', this function exists in
17833         XEmacs now in timer-funcs.el in the xemacs-base package.
17834         (dgnushack-compile): No need to delete
17835         run-at-time.el from the list of files to compile because it
17836         doesn't exist anymore.
17837
17838 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17839
17840         * mml.el (mml-generate-mime-1): Convert string into unibyte when
17841         inserting " *mml*" buffer's contents into a unibyte temp buffer.
17842
17843 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
17844
17845         * mail-source.el (mail-source-fetch-imap): Search for ^From case
17846         sensitively.
17847
17848 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
17849
17850         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
17851
17852 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17853
17854         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
17855         which will be inserted according to the multibyteness of a buffer
17856         rather than the type of contents.  Suggested by ARISAWA Akihiro
17857         <ari@mbf.ocn.ne.jp>.
17858
17859         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
17860         of string which old xml.el may return rather than a string.
17861
17862 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17863
17864         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
17865
17866 2005-01-16  Simon Josefsson  <jas@extundo.com>
17867
17868         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
17869         idn/idna.el isn't available.
17870         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
17871         <michael@waxrat.com>.
17872
17873         * hashcash.el: Remove non-FSF copyright header.
17874
17875         * hashcash.el (hashcash-extra-generate-parameters): New variable.
17876         (hashcash-generate-payment): Use it.
17877         (hashcash-generate-payment-async): Use it.
17878
17879 2005-01-15  Simon Josefsson  <jas@extundo.com>
17880
17881         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
17882         Suggested by Raymond Scholz <ray-2005@zonix.de>.
17883
17884         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
17885         gnus-summary-idna-message.
17886         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
17887         (gnus-summary-idna-message): New function.
17888
17889 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
17890
17891         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
17892         gnus-novice-user.
17893
17894 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17895
17896         * nnrss.el (nnrss-request-delete-group): Delete entries in
17897         nnrss-group-alist as well.
17898         (nnrss-save-server-data): Insert newline.
17899
17900 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
17901
17902         * gnus.el (gnus-user-agent): Use list of symbols instead of
17903         symbols.  Display full version number for (S)XEmacs.
17904         Optionally display (S)XEmacs codename.
17905
17906         * gnus-util.el (gnus-emacs-version): Update for new
17907         `gnus-user-agent'.
17908
17909         * gnus-msg.el (gnus-extended-version): Make it possible to omit
17910         Gnus version.
17911
17912 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17913
17914         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
17915         which is unreadable in some setups.
17916
17917 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17918
17919         * gnus-spec.el (gnus-update-format-specifications): Flush the
17920         group format spec cache if it doesn't support decoded group names.
17921
17922 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
17923
17924         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
17925         Allow to apply decay on score files matching a regexp.
17926
17927 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17928
17929         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
17930         compatibility in %g and %c.
17931
17932 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17933
17934         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
17935         name for only %g and %c.
17936         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
17937         of gnus-tmp-group to decoded group name.
17938         (gnus-group-make-rss-group): Exclude `/'s from group names.
17939
17940 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17941
17942         * nnrss.el (nnrss-get-encoding): Fix regexp.
17943
17944 2004-12-27  Simon Josefsson  <jas@extundo.com>
17945
17946         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
17947         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
17948         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
17949
17950 2004-12-17  Kim F. Storm  <storm@cua.dk>
17951
17952         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
17953
17954         * gnus-sum.el (gnus-summary-mode-map): Likewise.
17955
17956 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
17957
17958         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
17959
17960 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17961
17962         * nnrss.el: Require rfc2047 and mml.
17963         (nnrss-file-coding-system): New variable.
17964         (nnrss-format-string): Redefine it as an inline function.
17965         (nnrss-decode-group-name): New function.
17966         (nnrss-string-as-multibyte): Remove.
17967         (nnrss-retrieve-headers): Decode group name; don't use
17968         nnrss-format-string.
17969         (nnrss-request-group): Decode group name.
17970         (nnrss-request-article): Decode group name; allow a Message-ID as
17971         well as an article number; don't use nnrss-format-string; encode a
17972         Message-ID string which may contain non-ASCII characters; use
17973         mml-to-mime to compose a MIME article.
17974         (nnrss-request-expire-articles): Decode group name.
17975         (nnrss-request-delete-group): Decode group name.
17976         (nnrss-fetch): Clarify error message.
17977         (nnrss-read-server-data): Use insert-file-contents instead of load;
17978         bind file-name-coding-system; use multibyte buffer.
17979         (nnrss-save-server-data): Bind coding-system-for-write to the
17980         value of nnrss-file-coding-system; bind file-name-coding-system;
17981         add coding cookie.
17982         (nnrss-read-group-data): Use insert-file-contents instead of load;
17983         bind file-name-coding-system; use multibyte buffer.
17984         (nnrss-save-group-data): Bind coding-system-for-write to the
17985         value of nnrss-file-coding-system; bind file-name-coding-system.
17986         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
17987         make it work with non-ASCII text.
17988         (nnrss-find-el): Make it work with old xml.el as well.
17989
17990 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
17991
17992         * nnrss.el (nnrss-get-encoding): New function.
17993         (nnrss-fetch): Use unibyte buffer initially; bind
17994         coding-system-for-read while performing mm-url-insert; remove ^Ms;
17995         decode contents according to the encoding attribute.
17996         (nnrss-save-group-data): Add coding cookie.
17997         (nnrss-mime-encode-string): New function.
17998         (nnrss-check-group): Use it to encode subject and author.
17999
18000 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
18001
18002         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
18003         imaginary variable.
18004
18005 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18006
18007         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
18008         correctly even if there are wide characters.
18009
18010 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
18011
18012         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
18013         downcased symbol names; make a new cache instead of reusing
18014         bbdb-hashtable.
18015
18016 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18017
18018         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
18019         concatenating segments rather than before concatenating them.
18020         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18021
18022         * message.el (message-get-reply-headers): Bind `extra'.
18023
18024 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18025
18026         * message.el (message-extra-wide-headers): New variable.
18027         (message-get-reply-headers): Use it.
18028
18029 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18030
18031         * gnus-agent.el (gnus-agent-group-path): Decode group name.
18032         (gnus-agent-group-pathname): Ditto.
18033
18034         * gnus-cache.el (gnus-cache-file-name): Decode group name.
18035
18036         * gnus-group.el (gnus-group-make-group): Decode group name.
18037         (gnus-group-make-rss-group): Register the group data after opening
18038         the nnrss group.
18039
18040 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
18041
18042         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
18043         by expiry now get marked as read.
18044
18045 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18046
18047         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
18048
18049 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
18050
18051         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
18052         unify Latin characters in XEmacs.
18053         (mm-find-mime-charset-region): Use it.
18054
18055 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18056
18057         * gnus-util.el (gnus-delete-directory): New function.
18058
18059         * gnus-agent.el (gnus-agent-delete-group): Use it.
18060
18061         * gnus-cache.el (gnus-cache-delete-group): Use it.
18062
18063 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18064
18065         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
18066         names.
18067
18068 2004-12-16  Simon Josefsson  <jas@extundo.com>
18069
18070         * hashcash.el (hashcash-payment-alist): Fix custom :type.
18071
18072 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18073
18074         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
18075
18076         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
18077         (gnus-group-set-current-level): Decode group name.
18078
18079 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
18080
18081         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
18082         failed.
18083
18084 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18085
18086         * gnus-group.el (gnus-group-delete-group): Decode group name.
18087         (gnus-group-make-rss-group): Encode group name.
18088         (gnus-group-catchup-current): Decode group name.
18089         (gnus-group-kill-group): Decode group name.
18090
18091 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18092
18093         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
18094
18095 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18096
18097         * gnus-group.el (gnus-group-make-rss-group):
18098         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
18099
18100         * gnus-start.el (gnus-setup-news): Honor user's setting to
18101         gnus-message-archive-method.  Suggested by Lute Kamstra
18102         <lute@gnu.org>.
18103
18104 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
18105
18106         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
18107         global counterparts of the buffer-local variables.
18108
18109 2004-11-16  Romain Francoise  <romain@orebokech.com>
18110
18111         * gnus-sum.el (gnus-summary-exit): Don't clear the global
18112         counterparts of the buffer-local variables.
18113
18114 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
18115
18116         * message.el (message-forbidden-properties): Fix typo in doc
18117         string.
18118
18119 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
18120
18121         * gnus-util.el (gnus-replace-in-string): Add doc string.
18122
18123         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
18124         to avoid problems when splitting mails with many recipients.
18125
18126 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18127
18128         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
18129         pop-to-buffer, covered by the subsequent gnus-configure-windows.
18130
18131 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
18132
18133         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
18134         if there is no hashtable in memory or file modification time is
18135         newer than cached timestamp.
18136
18137 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
18138
18139         * gnus-sum.el (gnus-summary-limit-to-recipient):
18140         Implement not-matching option.
18141
18142 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
18143
18144         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
18145         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
18146         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
18147         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
18148         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
18149         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
18150
18151 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18152
18153         * message.el (message-forward-make-body-mml): Remove headers
18154         according to message-forward-ignored-headers if a message is decoded.
18155
18156 2004-12-02  Romain Francoise  <romain@orebokech.com>
18157
18158         * message.el (message-forward-make-body-plain): Always remove
18159         headers according to message-forward-ignored-headers.
18160
18161 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
18162
18163         * spam.el (spam-summary-prepare-exit): Remove the
18164         gnus-summary-limit pop for now, it has problems with ham marks for
18165         me.
18166
18167 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
18168
18169         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
18170         correctly.
18171
18172 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
18173
18174         * format-spec.el (format-spec): Message the char.
18175
18176 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
18177
18178         * gnus-art.el (gnus-split-methods): Reformat comments.
18179
18180         * spam.el (spam-summary-prepare-exit): Remove article limits
18181         before exiting the summary buffer.
18182
18183 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18184
18185         * lpath.el: Remove bbdb-create-internal, bbdb-records,
18186         spam-BBDB-register-routine and spam-enter-ham-BBDB.
18187
18188         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
18189         order to silence the byte compiler.
18190
18191         * spam.el: Fix the way to silence the byte compiler, which
18192         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
18193         bbdb-search-simple, spam-BBDB-register-routine,
18194         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
18195         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
18196         spam-stat-buffer-is-spam, spam-stat-load,
18197         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
18198         spam-stat-save and spam-stat-split-fancy.
18199
18200 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18201
18202         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
18203         which may confuse users.
18204         (canlock-password-for-verify): Ditto.
18205
18206         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
18207
18208         * gnus-art.el (gnus-emphasis-alist): Ditto.
18209
18210         * gnus-registry.el (gnus-registry-max-entries): Ditto.
18211
18212         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
18213
18214         * gnus-start.el (gnus-save-killed-list): Ditto.
18215
18216         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
18217         (gnus-sum-thread-tree-root): Ditto.
18218         (gnus-sum-thread-tree-false-root): Ditto.
18219         (gnus-sum-thread-tree-single-indent): Ditto.
18220
18221         * message.el (message-courtesy-message): Ditto.
18222         (message-archive-note): Ditto.
18223         (message-subscribed-address-file): Ditto.
18224         (message-user-fqdn): Ditto.
18225
18226         * spam-report.el (spam-report-gmane-regex): Ditto.
18227
18228         * spam.el (spam-blackhole-good-server-regex): Ditto.
18229
18230 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18231
18232         * mml.el (mml-preview): Widen the message buffer before copying
18233         the contents to the preview buffer; sort headers before previewing.
18234
18235         * message.el (message-hidden-headers): Fix the way to avoid a bug
18236         in the `repeat' widget in Emacs 21.3 or earlier.
18237
18238 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18239
18240         * message.el (message-hidden-headers): Default to "^References:".
18241         Improve customization type.  Suggested by Reiner Steib
18242         <Reiner.Steib@gmx.de>.
18243
18244 2004-11-25  Romain Francoise  <romain@orebokech.com>
18245
18246         * message.el (message-strip-forbidden-properties): Remove check for
18247         obsolete `message-hidden' text property, hidden headers are not
18248         accessible in the buffer anymore.
18249
18250 2004-11-22  Romain Francoise  <romain@orebokech.com>
18251
18252         * message.el (message-header-format-alist): Add `From' in list
18253         so that it can be sorted.
18254         (message-fix-before-sending): Widen and sort headers before
18255         sending.
18256         (message-hide-headers): Use narrowing to hide headers by moving
18257         them to the top of the buffer and narrowing to the region
18258         underneath.
18259
18260 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18261
18262         * message.el (message-strip-forbidden-properties):
18263         Bind buffer-read-only (etc) to nil.
18264
18265 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18266
18267         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
18268         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18269
18270 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
18271
18272         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
18273
18274 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18275
18276         * dns.el (query-dns): Use sit-for to time instead of
18277         accept-process-output, since that doesn't seem to work on udp
18278         sockets.
18279
18280 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18281
18282         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
18283
18284 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
18285
18286         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
18287         doc string.  Improve doc string.
18288
18289 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18290
18291         * nntp.el (nntp-request-update-info): Return nil if
18292         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
18293         may not call gnus-activate-group which uselessly issues the GROUP
18294         commands for all nntp groups and wastes time.  Reported by Romain
18295         Francoise <romain@orebokech.com>.
18296
18297         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
18298
18299 2004-11-15  Simon Josefsson  <jas@extundo.com>
18300
18301         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
18302         headers separately.
18303         (gnus-button-openpgp): New function, inspired by Jochen Küpper
18304         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
18305
18306 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18307
18308         * gnus-start.el (gnus-convert-old-newsrc):
18309         Assign legacy-gnus-agent to 5.10.7.
18310
18311 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18312
18313         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
18314         start of the lines.
18315
18316 2004-11-14  Magnus Henoch  <mange@freemail.hu>
18317
18318         * hashcash.el (hashcash-default-payment): Change default to 20.
18319         (hashcash-default-accept-payment): Change default to 20.
18320         (hashcash-process-alist): New variable.
18321         (hashcash-generate-payment-async): Add.
18322         (hashcash-already-paid-p): Add.
18323         (hashcash-insert-payment): Don't generate payments twice.
18324         (hashcash-insert-payment-async): Add.
18325         (hashcash-insert-payment-async-2): Add.
18326         (hashcash-cancel-async): Add.
18327         (hashcash-wait-async): Add.
18328         (hashcash-processes-running-p): Add.
18329         (hashcash-wait-or-cancel): Add.
18330         (mail-add-payment): New optional argument.  Conditionally start
18331         asynchronous calculation.
18332         (mail-add-payment-async): Add.
18333
18334         * message.el (message-send-mail): Wait for asynchronous hashcash
18335         results.  Don't clobber existing X-Hashcash headers.
18336         (message-setup-1): Call mail-add-payment-async when
18337         message-generate-hashcash is non-nil.
18338
18339 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
18340
18341         * message.el (message-use-alternative-email-as-from): Examine the
18342         From header as well; use message-make-from in order to include a
18343         user's full name.
18344
18345 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18346
18347         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
18348         default; improve customization type.
18349         (gnus-emphasis-custom-with-format): New macro.
18350         (gnus-emphasis-custom-value-to-external): New function.
18351         (gnus-emphasis-custom-value-to-internal): New function.
18352
18353 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18354
18355         * dns.el (query-dns): Resolve reverse addresses.
18356
18357 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18358
18359         * gnus-group.el (gnus-group-get-new-news): Use it.
18360
18361         * gnus-start.el (gnus-check-reasonable-setup): New function.
18362
18363 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18364
18365         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
18366         "Args out of range" error.  Reported by Arnaud Giersch
18367         <arnaud.giersch@free.fr>.
18368
18369 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18370
18371         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
18372
18373 2004-11-04  Richard M. Stallman  <rms@gnu.org>
18374
18375         * spam.el (spam group): Add :version.
18376
18377         * pgg-def.el (pgg group): Add :version.
18378
18379 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18380
18381         * gnus-art.el (gnus-article-edit-article): Don't associate the
18382         article buffer with a draft file.  This is a temporary measure
18383         against the 2004-08-22 change to gnus-article-edit-mode.
18384
18385 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18386
18387         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
18388         (html2text-format-tags): Remove unused variable `attr'.
18389
18390 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
18391
18392         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
18393
18394         * tls.el (tls-process-connection-type, tls-success)
18395         (tls-certtool-program): Add :version.
18396
18397         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
18398         (starttls-extra-arguments, starttls-process-connection-type)
18399         (starttls-connect, starttls-failure, starttls-success): Add :version.
18400
18401         * spam-stat.el (spam-stat): Add :version.
18402
18403         * sieve.el (sieve): Add :version.
18404
18405         * sha1.el (sha1): Add :version.
18406         (sha1-use-external): Remove redundant version.
18407
18408         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
18409         (nnmail-cache-ignore-groups, nnmail-spool-hook)
18410         (nnmail-split-fancy-match-partial-words)
18411         (nnmail-split-lowercase-expanded): Add :version.
18412
18413         * nndiary.el (nndiary): Add :version.
18414
18415         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
18416
18417         * mml-sec.el (mml-default-sign-method)
18418         (mml-default-encrypt-method, mml-signencrypt-style-alist):
18419         Add :version.
18420
18421         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
18422
18423         * mm-url.el (mm-url-use-external, mm-url-program)
18424         (mm-url-arguments): Add :version.
18425
18426         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
18427         (mm-attachment-file-modes, mm-decrypt-option)
18428         (mm-w3m-safe-url-regexp): Add :version.
18429
18430         * message.el (message-cite-prefix-regexp)
18431         (message-sendmail-envelope-from, message-minibuffer-local-map)
18432         (message-user-fqdn, message-completion-alist): Add :version.
18433
18434         * gnus-win.el (gnus-configure-windows-hook)
18435         (gnus-use-frames-on-any-display): Add :version.
18436
18437         * gnus-art.el (gnus-article-address-banner-alist)
18438         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
18439         (gnus-treat-from-picon, gnus-treat-mail-picon)
18440         (gnus-treat-x-pgp-sig): Add :version.
18441
18442         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
18443         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
18444         (gnus-summary-article-delete-hook)
18445         (gnus-summary-display-while-building): Add :version.
18446
18447         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
18448         (gnus-get-top-new-news-hook): Add :version.
18449
18450         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
18451         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
18452
18453         * gnus-registry.el (gnus-registry): Add :version.
18454
18455         * gnus-spec.el (gnus-use-correct-string-widths)
18456         (gnus-make-format-preserve-properties): Add :version.
18457
18458         * gnus.el (gnus-group-charter-alist)
18459         (gnus-group-fetch-control-use-browse-url)
18460         (gnus-install-group-spam-parameters): Add :version.
18461
18462         * gnus-diary.el (gnus-diary): Add :version.
18463
18464         * gnus-delay.el (gnus-delay): Add :version.
18465
18466         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
18467         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
18468         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
18469         Add :version.
18470
18471         * gnus-agent.el (gnus-agent-max-fetch-size)
18472         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
18473         (gnus-agent-prompt-send-queue): Add :version.
18474
18475         * deuglify.el (gnus-outlook-deuglify): Add :version.
18476
18477         * html2text.el: Beautify code.  Improve doc strings.
18478         Some checkdoc cleanup.
18479         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
18480
18481 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
18482
18483         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
18484
18485 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
18486
18487         * gnus-registry.el (gnus-registry-hashtb): Create the registry
18488         when package is loaded.
18489
18490         * spam.el (spam-summary-score-preferred-header): Add global preference
18491         for people who want to override the default SpamAssassin over
18492         Bogofilter preference (when both are set).
18493         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
18494         (spam-user-format-function-S):
18495         Check spam-summary-score-preferred-header.
18496         (spam-extra-header-to-number): Add X-Bogosity header parsing.
18497         (spam-user-format-function-S): Format the score correctly.
18498
18499 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18500
18501         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
18502         signature file.  Suggested by Manoj Srivastava
18503         <srivasta@golden-gryphon.com>.
18504
18505         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
18506         iso-2022-jp even in the Japanese language environment.
18507         Suggested by Jason Rumney <jasonr@gnu.org>.
18508
18509 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18510
18511         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
18512         use the same characters as the dummy marks; make it free from
18513         getting affected by the language environment.
18514         (gnus-summary-read-group-1): Update mark positions only when the
18515         format spec is updated.
18516
18517         * gnus-spec.el (gnus-update-format-specifications): Return a list
18518         of updated types.
18519
18520 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18521
18522         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
18523         of boundp to check if display-warning is available.
18524
18525 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
18526
18527         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
18528
18529 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18530
18531         * nnspool.el (nnspool-spool-directory): Use news-path if the
18532         news-directory variable is not bound.
18533
18534         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
18535         function instead of display-warning if it is not available.
18536
18537 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18538
18539         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
18540         v5-10: Use `point-at-bol'.
18541
18542 2004-10-26  Simon Josefsson  <jas@extundo.com>
18543
18544         * hashcash.el: Fix URL in comment, reported by Cheng Gao
18545         <chenggao@gmail.com>.
18546
18547 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
18548
18549         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
18550         instead.
18551
18552 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
18553
18554         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
18555         to remove a server from the nnimap-server-buffer-alist.
18556         (nnimap-open-connection, nnimap-close-server): Use it.
18557
18558         * gnus-encrypt.el: Remove file in favor of encrypt.el.
18559
18560 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18561
18562         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
18563         running the major-mode function.
18564
18565 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18566
18567         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
18568         dummy marks in the right way.
18569
18570 2004-10-18  David Edmondson  <dme@dme.org>
18571
18572         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
18573         excessively.
18574
18575 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
18576
18577         * gnus-util.el (gnus-split-references): Accept a nil references
18578         string and go on blissfully.
18579
18580         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
18581         cases where the references string is non-nil but has no references.
18582
18583         * encrypt.el: Add autoload tags.
18584
18585         * spam.el (spam-resolve-registrations-routine): Remove article
18586         from unregistration list too.  Reported by David Hanak
18587         <dhanak@isis.vanderbilt.edu>
18588
18589 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
18590
18591         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
18592         nil.  Change custom type.
18593
18594 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
18595
18596         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
18597
18598         * gnus-sum.el (gnus-summary-move-article): Use it.
18599
18600 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
18601
18602         * encrypt.el: Add autoload cookies.
18603
18604         * spam.el (spam-backend-article-list-property)
18605         (spam-backend-get-article-todo-list)
18606         (spam-backend-put-article-todo-list)
18607         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
18608         Resolve registrations separately.
18609         (spam-register-routine): Format comments.
18610         (spam-unregister-routine, spam-register-routine): Always call with
18611         specific-articles, no default list.
18612         (spam-summary-prepare-exit): Use the spam-classifications function.
18613
18614         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
18615         gnus-encrypt.el.
18616
18617         * encrypt.el: Copied from gnus-encrypt.el.
18618
18619         * gnus-encrypt.el: Commented that it's obsolete.
18620
18621 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
18622
18623         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
18624         (gnus-score-save): Use it.
18625
18626         * message.el (message-bury): Use `window-dedicated-p'.
18627
18628 2004-10-15  Simon Josefsson  <jas@extundo.com>
18629
18630         * pop3.el (top-level): Don't require nnheader.
18631         (pop3-read-timeout): Add.
18632         (pop3-accept-process-output): Add.
18633         (pop3-read-response, pop3-retr): Use it.
18634
18635 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
18636
18637         * spam.el (spam-register-routine): Move comment.
18638         (spam-verify-bogofilter): Use 'unknown for the initial
18639         spam-bogofilter-valid state, not 'never.
18640
18641         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
18642         for netrc-machine.
18643
18644         * nnimap.el (nnimap-open-connection):
18645         Use netrc-machine-user-or-password.
18646
18647 2004-10-17  Richard M. Stallman  <rms@gnu.org>
18648
18649         * gnus-registry.el (gnus-registry-unload-hook):
18650         Set as a variable with add-hook.
18651
18652         * nnspool.el (nnspool-spool-directory): Use news-directory instead
18653         of news-path.
18654
18655         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
18656
18657         * spam.el: Delete duplicate `provide'.
18658         (spam-unload-hook): Set as a variable with add-hook.
18659
18660 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
18661
18662         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
18663         in the doc string.
18664
18665         * message.el (message-ignored-news-headers)
18666         (message-ignored-supersedes-headers)
18667         (message-ignored-resent-headers)
18668         (message-forward-ignored-headers): Improve custom type.
18669
18670 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18671
18672         * message.el (message-tokenize-header): Fix 2004-09-06 change
18673         which used point-min in the wrong place.
18674
18675 2004-10-12  Simon Josefsson  <jas@extundo.com>
18676
18677         * tls.el (tls-certtool-program): New variable.
18678         (tls-certificate-information): New function, based on
18679         ssl-certificate-information.
18680
18681 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18682
18683         * compface.el: Move the version of ELisp-based uncompface program
18684         to the contrib directory because of the copyright problem.
18685
18686 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
18687
18688         * message.el (message-kill-buffer): Raise the current frame.
18689
18690 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
18691
18692         * gnus-sum.el: Mention that multibyte characters don't work as marks.
18693
18694         * gnus.el (message-y-or-n-p): Autoload.
18695
18696         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
18697         (pop3-password-required, pop3-authentication-scheme)
18698         (pop3-leave-mail-on-server): Make customizable.
18699         (pop3): New custom group.
18700         (pop3-retr): Remove `sleep-for' statements.
18701         Suggested by Dave Love <fx@gnu.org>.
18702
18703         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
18704         Windows/DOS.
18705
18706         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18707         (imap-parse-body): Fix incorrect use of `assert'.
18708         Suggested by Dave Love <fx@gnu.org>.
18709
18710         * mml.el (mml-minibuffer-read-disposition): Require match.
18711         Suggested by Dave Love <fx@gnu.org>.
18712
18713 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
18714
18715         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
18716         doc string.
18717
18718 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18719
18720         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
18721
18722 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18723
18724         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
18725         instead of calling `mm-insert-inline', to decode text/* parts
18726         before displaying them.
18727
18728 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18729
18730         * mm-uu.el (mm-uu-text-plain-type): New variable.
18731         (mm-uu-pgp-signed-extract-1): Use it.
18732         (mm-uu-pgp-encrypted-extract-1): Use it.
18733         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
18734         bind mm-uu-text-plain-type with that value.
18735         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
18736         mm-uu-dissect.
18737
18738 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18739
18740         * gnus-group.el (gnus-update-group-mark-positions):
18741         * gnus-sum.el (gnus-update-summary-mark-positions):
18742         * message.el (message-check-news-body-syntax):
18743         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
18744         of string-as-multibyte.
18745
18746 2004-10-05  Juri Linkov  <juri@jurta.org>
18747
18748         * gnus-group.el (gnus-update-group-mark-positions):
18749         * gnus-sum.el (gnus-update-summary-mark-positions):
18750         * message.el (message-check-news-body-syntax):
18751         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
18752         8-bit unibyte values to a multibyte string for search functions.
18753
18754 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18755
18756         * mm-uu.el (mm-uu-dissect): Allow optional arg.
18757         (mm-uu-dissect-text-parts): New function.
18758
18759         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
18760         dissect text parts.
18761
18762         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
18763         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
18764
18765         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
18766
18767         * gnus-topic.el (gnus-topic-hierarchical-parameters):
18768         Use gnus-current-topics instead of gnus-current-topic.
18769
18770 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
18771
18772         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
18773
18774 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
18775
18776         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
18777         where approriate.
18778
18779         * nnml.el (nnml-generate-active-info): do.
18780
18781         * nndiary.el (nndiary-generate-active-info): do.
18782
18783         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
18784         (gnus-topic-move): do.
18785
18786         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
18787         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
18788
18789         * gnus-srvr.el (gnus-server-prepare)
18790         (gnus-server-open-all-servers): do.
18791
18792         * gnus-msg.el (gnus-summary-cancel-article)
18793         (gnus-summary-resend-message)
18794         (gnus-summary-mail-crosspost-complaint): do.
18795
18796         * gnus-move.el (gnus-change-server): do.
18797
18798         * gnus-group.el (gnus-group-unmark-all-groups)
18799         (gnus-group-set-current-level): do.
18800
18801 2004-10-04  Simon Josefsson  <jas@extundo.com>
18802
18803         * message.el (message-generate-hashcash): Doc fix.
18804
18805 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
18806
18807         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
18808         avoid infinite recursion via gnus-get-function.
18809
18810 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
18811
18812         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
18813
18814         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
18815
18816         * nnmail.el (nnmail-split-history): do.
18817
18818         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
18819         (nnml-request-delete-group): do.
18820
18821         * nnslashdot.el (nnslashdot-read-groups): do.
18822
18823         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
18824         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
18825
18826         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
18827         (nnspool-sift-nov-with-sed): Use last.
18828         (nnspool-retrieve-headers-with-nov): Use mapc.
18829         (nnspool-request-newgroups): Use dolist.
18830         (nnspool-request-group): Use last.
18831
18832         * nntp.el (nntp-read-server-type): Use dolist.
18833
18834         * nnvirtual.el (nnvirtual-create-mapping)
18835         (nnvirtual-update-read-and-marked): Use dolist.
18836         (nnvirtual-convert-headers): Simplify.
18837
18838 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
18839
18840         * gnus-agent.el (gnus-agent-synchronize-group-flags):
18841         Add support for sync'ing tick marks.
18842
18843 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18844
18845         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
18846         there's no visible header.
18847
18848 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
18849
18850         * gnus-agent.el (gnus-agent-synchronize-group-flags):
18851         When necessary, pass full group name to gnus-request-set-marks.
18852
18853 2004-10-01  Simon Josefsson  <jas@extundo.com>
18854
18855         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
18856         acroread.
18857
18858 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18859
18860         * spam-report.el (spam-report-gmane): Fix interactive.
18861
18862         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
18863
18864         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
18865         when writing file.
18866         (gnus-agent-synchronize-flags): Don't default to being
18867         interactive.
18868
18869 2004-09-30  Simon Josefsson  <jas@extundo.com>
18870
18871         * message.el (message-generate-hashcash): Add.
18872         (message-send-mail): Use it, call mail-add-payment.
18873
18874 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
18875
18876         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
18877
18878 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
18879
18880         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
18881         gnus-requst-update-info with explicit code to sync the in-memory
18882         info read flags with the marks being sync'd to the backend.
18883
18884         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
18885
18886 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18887
18888         * spam.el (spam-verify-bogofilter): Add new function.
18889         (spam-check-bogofilter)
18890         (spam-bogofilter-register-with-bogofilter): Use it.
18891         (spam-verify-bogofilter): Add small fixes.
18892
18893 2004-09-28  Simon Josefsson  <jas@extundo.com>
18894
18895         * hashcash.el (hashcash-generate-payment): Revert.
18896
18897 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
18898
18899         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18900         Use gnus-extract-references instead of gnus-split-references.
18901
18902         * gnus-util.el (gnus-extract-references): Add new function, analogous
18903         to gnus-split-references but extracts only the message-ID without
18904         anything extra.
18905
18906         * hashcash.el (hashcash-generate-payment)
18907         (hashcash-check-payment): Do the right thing if hashcash-path is
18908         nil (because the hashcash program could not be found).
18909
18910         * spam.el (spam-use-hashcash): Remove comment.
18911
18912 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
18913
18914         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
18915         (gnus-cache-enter-article, gnus-cache-remove-article)
18916         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
18917
18918         * gnus-async.el (gnus-async-prefetch-remove-group): do.
18919
18920         * gnus-art.el (article-hide-boring-headers)
18921         (article-translate-strings, article-display-face)
18922         (gnus-article-mime-match-handle-first)
18923         (gnus-article-highlight-headers)
18924         (gnus-article-add-buttons-to-head): do.
18925
18926 2004-09-27  Simon Josefsson  <jas@extundo.com>
18927
18928         * hashcash.el: New version, from
18929         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
18930         ../contrib/.
18931
18932 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18933
18934         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
18935
18936 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
18937
18938         * gnus-dup.el (gnus-dup-open): Use mapc.
18939         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
18940
18941         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
18942         Reported by Stefan Wiens <s.wi@gmx.net>.
18943
18944         * gnus.el (gnus-shutdown): Use dolist.
18945
18946         * gnus-undo.el (gnus-undo): Use mapc.
18947
18948         * nnrss.el (nnrss-generate-active): do.
18949
18950         * message.el (message-cite-original-without-signature)
18951         (message-cite-original): Use mapc.
18952         (message-do-actions, message-make-forward-subject): Use dolist.
18953
18954 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
18955
18956         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
18957         deletion to remove entire duplicate line.  Fixes merged article
18958         number bug.
18959
18960 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
18961
18962         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
18963         servers that are offline.  Avoids having gnus-agent-toggle-plugged
18964         first ask if you want to open a server and then, even when you
18965         responded with no, asking if you want to synchronize the server's
18966         flags.
18967         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
18968         multi-line expressions.
18969         (gnus-agent-synchronize-group-flags): New internal function.
18970         Updates marks in memory (in the info structure) AND in the
18971         backend.
18972
18973         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
18974
18975         * nnagent.el (nnagent-request-set-mark):
18976         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
18977         method, to ensure that synchronization updates marks in the
18978         backend and in the info (in memory) structure.
18979
18980 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18981
18982         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
18983         convention fully; don't miss the root article of a thread; make
18984         the X-Draft-From header with correct article numbers.
18985
18986 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
18987
18988         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
18989         unless plugged.  Disable the agent so that an open failure causes
18990         an error.
18991
18992         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
18993         Revert 2004-09-21 change.  The backend must be opened while
18994         synchronizing flags even when the backend stores the flags
18995         locally.
18996
18997 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
18998
18999         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
19000         in `header' match.  Reported by Svend Tollak Munkejord.
19001
19002         * message.el (message-cite-original): Fix use of
19003         `message-cite-articles-with-x-no-archive'.
19004
19005 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19006
19007         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
19008         (gnus-window-to-buffer): Ditto.
19009
19010         * mml.el (mml-preview-buffer): New variable.
19011         (mml-preview): Manage window layout with gnus-buffer-configuration.
19012
19013         * gnus-msg.el (gnus-setup-message): Put article numbers into the
19014         X-Draft-From header even if those articles aren't quoted.
19015
19016 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
19017
19018         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
19019         (gnus-request-set-mark, gnus-request-update-mark): Use new
19020         g-s-t-u-l-m to decide to use backend even when unplugged.
19021
19022 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19023
19024         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
19025         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
19026
19027 2004-09-20  Simon Josefsson  <jas@extundo.com>
19028
19029         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
19030         "utf-16-le".
19031
19032 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19033
19034         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
19035
19036 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
19037
19038         * uudecode.el (uudecode-use-external): Add :version.
19039
19040         * smime.el (smime-CA-file, smime-encrypt-cipher)
19041         (smime-dns-server): Add :version.
19042
19043         * smiley.el (gnus-smiley-file-types): Add :version.
19044
19045         * sha1.el (sha1-use-external): Add :version.
19046
19047         * pgg-def.el (pgg-query-keyserver): Add :version.
19048
19049         * nnmail.el (nnmail-fancy-expiry-targets)
19050         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
19051         Add :version.
19052
19053         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
19054         (nnimap-retrieve-groups-asynchronous): Add :version.
19055         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
19056
19057         * mml.el (mml-content-disposition-parameters)
19058         (mml-insert-mime-headers-always): Add :version.
19059
19060         * mm-util.el (mm-coding-system-priorities): Add :version.
19061
19062         * mm-decode.el (mm-inline-text-html-with-images)
19063         (mm-keep-viewer-alive-types, mm-external-terminal-program)
19064         (mm-verify-option): Add :version.
19065         (mm-text-html-renderer): Change :version.
19066
19067         * message.el (message-fcc-externalize-attachments)
19068         (message-required-headers, message-draft-headers)
19069         (message-subject-trailing-was-query)
19070         (message-subject-trailing-was-ask-regexp)
19071         (message-subject-trailing-was-regexp, message-mark-insert-begin)
19072         (message-mark-insert-end, message-archive-header)
19073         (message-archive-note, message-cross-post-default)
19074         (message-cross-post-note, message-followup-to-note)
19075         (message-cross-post-note-function, message-use-mail-followup-to)
19076         (message-subscribed-address-functions)
19077         (message-subscribed-address-file, message-subscribed-addresses)
19078         (message-subscribed-regexps, message-allow-no-recipients)
19079         (message-yank-cited-prefix, message-signature-insert-empty-line)
19080         (message-hidden-headers, message-hierarchical-addresses)
19081         (message-mail-user-agent, message-use-idna)
19082         (message-valid-fqdn-regexp)
19083         (message-strip-special-text-properties, message-header-synonyms)
19084         (message-beginning-of-line, message-tab-body-function): Add :version.
19085         (message-insert-canlock, message-wide-reply-confirm-recipients):
19086         Change :version.
19087
19088         * mail-source.el (mail-source-ignore-errors): Add :group, :type
19089         and :version.
19090         (mail-source-delete-old-incoming-confirm)
19091         (mail-source-movemail-program): Add :version.
19092
19093         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
19094         (gnus-agent-cache, gnus-agent): Change :version.
19095
19096         * gnus-util.el (gnus-use-byte-compile): Change :version.
19097
19098         * gnus-sum.el (gnus-summary-make-false-root-always)
19099         (gnus-summary-default-high-score)
19100         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
19101         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
19102         (gnus-read-all-available-headers, gnus-article-emulate-mime)
19103         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
19104         (gnus-sum-thread-tree-single-indent)
19105         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
19106         (gnus-sum-thread-tree-leaf-with-other)
19107         (gnus-sum-thread-tree-single-leaf): Add :version.
19108         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
19109         (gnus-article-loose-mime): Change :version.
19110
19111         * gnus-start.el (gnus-backup-startup-file)
19112         (gnus-save-startup-file-via-temp-buffer): Add :version.
19113
19114         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
19115         (gnus-server-offline-face): Add :version.
19116
19117         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
19118
19119         * gnus-msg.el (gnus-gcc-externalize-attachments)
19120         (gnus-debug-files, gnus-debug-exclude-variables)
19121         (gnus-discouraged-post-methods): Change :version.
19122         (gnus-confirm-mail-reply-to-news)
19123         (gnus-confirm-treat-mail-like-news): Add :version.
19124
19125         * gnus-int.el (gnus-server-unopen-status): Add :version.
19126
19127         * gnus-group.el (gnus-group-jump-to-group-prompt)
19128         (gnus-large-ephemeral-newsgroup)
19129         (gnus-fetch-old-ephemeral-headers): Add :version.
19130
19131         * gnus-fun.el (gnus-x-face-directory)
19132         (gnus-convert-pbm-to-x-face-command)
19133         (gnus-convert-image-to-x-face-command)
19134         (gnus-convert-image-to-face-command): Add :version.
19135
19136         * gnus-delay.el (gnus-delay-default-hour): Add :version.
19137
19138         * gnus-cite.el (gnus-cite-blank-line-after-header)
19139         (gnus-article-boring-faces): Add :version.
19140
19141         * gnus-art.el (gnus-buttonized-mime-types)
19142         (gnus-inhibit-mime-unbuttonizing)
19143         (gnus-treat-display-face)
19144         (gnus-treat-body-boundary): Change :version.
19145         (gnus-body-boundary-delimiter, gnus-picon-databases)
19146         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
19147         (gnus-treat-date-english, gnus-treat-fold-headers)
19148         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
19149         (gnus-treat-mail-picon, gnus-treat-wash-html)
19150         (gnus-article-encrypt-protocol)
19151         (gnus-use-idna, gnus-article-over-scroll)
19152         (gnus-mime-display-multipart-alternative-as-mixed)
19153         (gnus-mime-display-multipart-related-as-mixed)
19154         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
19155         (gnus-ctan-url, gnus-button-ctan-handler)
19156         (gnus-button-handle-ctan-bogus-regexp)
19157         (gnus-button-ctan-directory-regexp)
19158         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
19159         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
19160         (gnus-button-man-level, gnus-button-emacs-level)
19161         (gnus-button-message-level, gnus-button-browse-level): Add :version.
19162
19163         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
19164         (gnus-agent-go-online): Change :version.
19165         (gnus-agent-expire-unagentized-dirs)
19166         (gnus-agent-auto-agentize-methods): Add :version.
19167
19168         * flow-fill.el (fill-flowed-display-column)
19169         (fill-flowed-encode-column): Add :version.
19170
19171         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
19172         (gnus-outlook-deuglify-unwrap-max)
19173         (gnus-outlook-deuglify-cite-marks)
19174         (gnus-outlook-deuglify-unwrap-stop-chars)
19175         (gnus-outlook-deuglify-no-wrap-chars)
19176         (gnus-outlook-deuglify-attrib-cut-regexp)
19177         (gnus-outlook-deuglify-attrib-verb-regexp)
19178         (gnus-outlook-deuglify-attrib-end-regexp)
19179         (gnus-outlook-display-hook): Add :version.
19180
19181         * binhex.el (binhex-use-external): Add :version.
19182
19183 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
19184
19185         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
19186         and `invisible'.
19187
19188 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
19189
19190         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
19191         in gnus-registry-trim.
19192
19193 2004-09-13  Simon Josefsson  <jas@extundo.com>
19194
19195         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
19196
19197         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
19198
19199         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
19200         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
19201         <yamaoka@jpl.org>.
19202         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
19203         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
19204         <yamaoka@jpl.org>.
19205
19206         * sieve.el (sieve-manage-mode): Ditto.
19207
19208 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
19209
19210         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
19211
19212 2004-09-11  Simon Josefsson  <jas@extundo.com>
19213
19214         * dns-mode.el: Add.
19215
19216         * mm-view.el (mm-display-dns-inline): Add.
19217
19218         * mm-decode.el (mm-inline-media-tests): Add text/dns.
19219         (mm-automatic-display): Ditto.
19220
19221         * mailcap.el (mailcap-mime-data): Add text/dns.
19222         (mailcap-mime-extensions): Map .soa to text/dns.
19223
19224 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
19225
19226         * gnus-art.el (article-decode-mime-words, article-babel)
19227         (gnus-article-highlight-signature, gnus-article-add-buttons)
19228         (gnus-signature-toggle): Remove unnecessary bindings of
19229         `inhibit-read-only' inherited from v5.10 merge.
19230
19231 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
19232
19233         * nntp.el (nntp): New customization group.
19234         (nntp-authinfo-file): Add customization group.
19235
19236         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
19237
19238         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
19239
19240         * gnus.el (to-address, to-list, subscribed)
19241         (large-newsgroup-initial): Ditto.
19242
19243         * flow-fill.el (fill-flowed-display-column)
19244         (fill-flowed-encode-column): Ditto.
19245
19246 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19247
19248         * message.el (message-tokenize-header, message-send-mail-with-qmail):
19249         Use point-min rather than 1.
19250         (message-send-mail): Use buffer-size rather than point-max.
19251
19252         * gnus-sum.el (gnus-summary-search-article-forward):
19253         Signal a specific `search-failed' rather than a generic `error'.
19254
19255         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
19256         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
19257         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
19258
19259 2004-09-10  Simon Josefsson  <jas@extundo.com>
19260
19261         * nndb.el (require): Remove tcp and duplicate cl.
19262
19263 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19264
19265         * gnus-agent.el (directory-files-and-attributes): Move forward.
19266
19267 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
19268
19269         * gnus-agent.el (directory-files-and-attributes):
19270         Optionally defined to support XEmacs.
19271
19272 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
19273
19274         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
19275         to avoid run-time CL dependencies.
19276         (gnus-agent-unfetch-articles): New function.
19277         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
19278         article numbers even when local .overview file is missing.
19279         (gnus-agent-read-article-number): New function.  Only accepts
19280         27-bit article numbers.
19281         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
19282         Use gnus-agent-read-article-number.
19283         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
19284         from backend while recognizing that article numbers in .overview
19285         must be valid.
19286         (gnus-agent-update-files-total-fetched-for):
19287         Use directory-files-and-attributes to improve performance.
19288         * gnus-int.el (gnus-request-move-article):
19289         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
19290         improve performance.
19291
19292         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
19293         some users confused by references to .newsrc when they only have a
19294         .newsrc.eld file.
19295         (gnus-convert-mark-converter-prompt)
19296         (gnus-convert-converter-needs-prompt): Fix use of property list.
19297         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
19298         New function.  Used internally to only display 'gnus converting
19299         files' message when actually necessary.
19300
19301         * gnus-sum.el (): Remove (require 'gnus-agent) as required
19302         methods now autoloaded.
19303
19304 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19305
19306         * gnus-sum.el (gnus-summary-insert-subject): Remove list
19307         identifiers.
19308
19309 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
19310
19311         * gnus-picon.el: Fix indentation and closing parenthesis.
19312
19313 2004-09-01  Simon Josefsson  <jas@extundo.com>
19314
19315         * message.el (message-canlock-generate): Require sha1, not
19316         sha1-el.  (Can we get rid of this require altogether?  It is ugly
19317         to require within a function.  Sadly, if sha1.el isn't loaded, the
19318         let binding in m-c-g will hide the defcustom definition, which is
19319         bad.)
19320
19321         * canlock.el: Require sha1, not sha1-el.
19322
19323         * message.el: Don't autoload sha1 (there is a autoload cookie in
19324         sha1.el).
19325
19326         * sha1-el.el: Rename to sha1.el.
19327
19328 2004-08-30  Juanma Barranquero  <lektu@terra.es>
19329
19330         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
19331
19332 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19333
19334         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
19335
19336 2004-08-30  Kim F. Storm  <storm@cua.dk>
19337
19338         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
19339
19340         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
19341         Add :group 'nnimap.
19342
19343 2004-08-30  Andreas Schwab  <schwab@suse.de>
19344
19345         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
19346         ?* and ?\;.
19347
19348         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
19349         and ?\' to symbol instead of whitespace.
19350
19351 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19352
19353         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
19354
19355         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
19356         instead of re-search-forward.
19357
19358         * gnus-uu.el (gnus-uu-save-article): Ditto.
19359         (gnus-uu-post-encode-uuencode): Ditto.
19360
19361         * html2text.el (html2text-clean-list-items): Ditto.
19362         (html2text-clean-dtdd): Ditto.
19363         (html2text-format-tags): Ditto.
19364
19365         * message.el (message-send-mail-with-sendmail): Fix regexp.
19366         (message-fill-field-general): Use search-forward instead of
19367         re-search-forward.
19368         (unbold-region): Ditto.
19369
19370         * nnrss.el (nnrss-request-article): Ditto.
19371
19372         * nnslashdot.el (nnslashdot-request-article): Ditto.
19373
19374         * nnweb.el (nnweb-gmane-wash-article): Ditto.
19375
19376         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
19377         "Unrecognized menu descriptor" error in XEmacs.
19378
19379 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
19380
19381         * gnus-sum.el (gnus-read-header): Don't remove a header for the
19382         parent article of a sparse article in the thread hashtb.
19383
19384 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
19385
19386         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
19387         (nnmail-expand-newtext): Lowercase expanded entries if
19388         nnmail-split-lowercase-expanded is non-nil.
19389
19390 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19391
19392         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
19393
19394         * gnus-group.el (gnus-group-line-format-alist): Convert the value
19395         of gnus-tmp-news-method into string under XEmacs.  It will be
19396         passed to gnus-correct-length which takes only a string argument.
19397
19398 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19399
19400         * gnus-util.el (gnus-bind-print-variables): New macro.
19401         (gnus-prin1): Use it.
19402         (gnus-prin1-to-string): Use it.
19403         (gnus-pp): New function.
19404         (gnus-pp-to-string): New function.
19405
19406         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
19407         Replace pp-to-string with gnus-pp-to-string.
19408         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
19409         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
19410         * gnus-msg.el (gnus-debug): Ditto.
19411         * gnus-score.el (gnus-score-save): Ditto.
19412         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
19413         gnus-pp-to-string.
19414         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
19415         with gnus-pp.
19416         * score-mode.el (gnus-score-pretty-print): Ditto.
19417         * webmail.el (webmail-debug): Ditto.
19418
19419 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19420
19421         * gnus-art.el (article-display-face, article-display-x-face):
19422         Use buffer-read-only.
19423
19424 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19425
19426         * gnus-art.el (article-hide-list-identifiers):
19427         Bind inhibit-read-only as t.
19428
19429 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
19430
19431         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
19432
19433 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19434
19435         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
19436         (gnus-narrow-to-page): Don't assume point-min == 1.
19437         (gnus-article-edit-mode): Derive from message-mode.
19438
19439         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
19440         point-min == 1.
19441
19442         * imap.el (imap-parse-address-list, imap-parse-body-ext):
19443         Disable incorrect use of `assert'.
19444
19445         * message.el (message-mode): Set comment-start-skip.
19446
19447
19448 2004-08-22  Sam Steingold  <sds@gnu.org>
19449
19450         * pop3.el (pop3-leave-mail-on-server): New user variable.
19451         (pop3-movemail): Delete mail only when it is nil.
19452
19453 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
19454
19455         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
19456
19457         * mml.el (mml-preview): Use `pop-to-buffer'.
19458
19459         * message.el (message-goto-mail-followup-to): Insert after "To".
19460         (message-carefully-insert-headers): Add comment.
19461
19462         * gnus.el: Remove unused variable `gnus-article-check-size'.
19463
19464         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
19465
19466         * gnus-art.el (gnus-button-alist):
19467         Improve `gnus-button-handle-library' entry.
19468
19469 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
19470
19471         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
19472         Use downcase, since XEmacs capitalizes error messages differently.
19473
19474 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
19475
19476         * nntp.el: Add (require 'gnus) due to reference to
19477         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
19478
19479 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
19480
19481         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
19482         Bind `mm-fill-flowed'.
19483
19484         * mm-decode.el (mm-dissect-singlepart): Check it.
19485
19486 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
19487
19488         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
19489         'imap' for netrc parsing.
19490
19491 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
19492
19493         * mailcap.el (mailcap-mime-data): Mark as risky.
19494
19495 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19496
19497         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
19498         may be included in the encoded word.
19499         (rfc2047-encode): Don't append a space if the encoded word
19500         includes close parenthesis.
19501
19502 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19503
19504         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
19505         of text within parentheses.
19506
19507 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
19508
19509         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
19510         (gnus-encrypt-write-file-contents): Make the password key the file
19511         name PLUS the cipher, not just the cipher.  Also remove failed
19512         passwords from the cache.
19513
19514 2004-08-06  Simon Josefsson  <jas@extundo.com>
19515
19516         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
19517         Doc fix.
19518
19519 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19520
19521         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
19522         LWSP.
19523
19524 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
19525
19526         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19527         Try to append in-reply-to: data to the references: header.
19528
19529         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
19530         (netrc-parse): Use gnus-encrypt.el functions.
19531
19532         * gnus-encrypt.el: Add new file for encryption support; currently
19533         does only a few GPG ciphers and an internal XOR cipher.
19534
19535         * password.el: Add comments on using password-read-and-add.
19536         (password-read-and-add): Add function to read and add the
19537         password to the cache at once.
19538
19539 2004-07-28  Simon Josefsson  <jas@extundo.com>
19540
19541         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
19542         parameter (but don't use it, for now).
19543
19544         * imap.el (imap-ssl-open): Use imap-process-connection-type,
19545         instead of hard coding to nil.
19546
19547 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19548
19549         * mm-view.el (mm-inline-image-emacs): Open lines under an image
19550         as mm-inline-image-xemacs does.
19551
19552 2004-07-26  Simon Josefsson  <jas@extundo.com>
19553
19554         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
19555         Revert part of 2004-07-17 change below.
19556
19557 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19558
19559         * rfc2047.el (rfc2047-encode-region): Don't infloop.
19560         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19561
19562 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19563
19564         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
19565         quotes that actually start with ">" at the beginning of the
19566         lines.
19567
19568 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19569
19570         * rfc2047.el (rfc2047-encode-region): Fix last change.
19571         (rfc2047-encode-parameter): Remove useless concat.
19572
19573 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19574
19575         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
19576         encode special characters; fix some kind of misconfigured headers;
19577         signal a real error if debug-on-quit or debug-on-error is non-nil.
19578         (rfc2047-encode-max-chars): New variable.
19579         (rfc2047-encode-1): Use it.
19580         (rfc2047-encode-parameter): New function.
19581
19582         * mml.el (mml-insert-parameter): Remove an excessive space.
19583
19584 2004-07-17  Simon Josefsson  <jas@extundo.com>
19585
19586         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
19587         Kai Grossjohann <kai@emptydomain.de>.
19588         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
19589         (gnus-group-make-menu-bar): Ditto.
19590
19591         * gnus-util.el (gnus-group-server): Add.
19592
19593 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
19594
19595         * message.el (message-clone-locals): Clone sendmail and smtp
19596         variables.
19597
19598 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19599
19600         * rfc2047.el (rfc2047-encode-region): Fix last change.
19601
19602 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19603
19604         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
19605         characters as non-special.
19606
19607 2004-07-09  Simon Josefsson  <jas@extundo.com>
19608
19609         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
19610         Users will lose all flag changes made while unplugged with
19611         e.g. nntp unless flag synchronization happens, thus `nil' is not a
19612         good default.  See numerous reports on ding mailing list.
19613
19614 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19615
19616         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
19617         add generate-head-function and generate-article-function to the
19618         rfc822-forward entry.
19619         (nndoc-rfc822-forward-generate-article): New function.
19620         (nndoc-rfc822-forward-generate-head): New function.
19621
19622         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
19623
19624 2004-07-06  Dan Christensen  <jdc@uwo.ca>
19625
19626         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
19627         respect display group parameter and gnus-summary-expunge-below.
19628         (gnus-articles-to-read): Remove unused reference to display group
19629         parameter.
19630
19631 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19632
19633         * nnheader.el (nnheader-uniquify-message-id): New experimental
19634         variable.
19635         (nnheader-nov-read-message-id): Use it.
19636
19637         * spam-report.el (spam-report-gmane): Add interactive.
19638
19639 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19640
19641         * mm-encode.el (mm-content-transfer-encoding-defaults):
19642         Use qp-or-base64 for the application/* types.
19643
19644 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
19645
19646         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
19647
19648 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
19649
19650         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
19651         trim value.
19652
19653 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19654
19655         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
19656         New macro and function.
19657         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
19658
19659 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19660
19661         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
19662         after-load-alist.
19663
19664 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19665
19666         * gnus-group.el (gnus-group-get-new-news-this-group):
19667         Don't update info that isn't there.
19668
19669 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
19670
19671         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
19672         entry.
19673
19674 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19675
19676         * mm-view.el (mm-inline-render-with-function): Use multibyte
19677         buffer; decode html source by charset.
19678
19679         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
19680
19681         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
19682         Mule-UCS is loaded under XEmacs.
19683         (mm-mime-mule-charset-alist): Avoid duplicated entries.
19684
19685 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
19686
19687         * nnheader.el (nnheader-max-head-length): Increase to 8192.
19688
19689 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19690
19691         * mm-util.el (mm-coding-system-p): Return a coding-system.
19692         (mm-mime-mule-charset-alist): Use shift_jis instead of
19693         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
19694         entries for the mime charsets iso-2022-jp-3 and shift_jis.
19695         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
19696         instead of japanese-shift-jis and iso-latin-1 respectively in
19697         order to share the default value with both Emacs and XEmacs-mule.
19698         (mm-mule-charset-to-mime-charset):
19699         Make mm-coding-system-priorities effective.
19700         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
19701         while predicating of candidates upon the priorities.
19702
19703 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
19704
19705         * gnus-sum.el (gnus-summary-make-menu-bar):
19706         Add gnus-uu-invert-processable.
19707
19708         * gnus.el: Autoload gnus-uu-invert-processable.
19709
19710 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19711
19712         * mm-util.el (mm-with-multibyte-buffer): New macro.
19713
19714         * rfc2047.el (rfc2047-encode-string): Use it.
19715         (rfc2047-encode-region): Move point to the end of the region after
19716         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
19717
19718 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19719
19720         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
19721         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
19722
19723 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19724
19725         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
19726         (gnus-cite-parse): Ignore quoted envelope From_.
19727         Suggested by Karl Chen <quarl@nospam.quarl.org>.
19728
19729 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
19730
19731         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
19732         invalid addresses.
19733
19734 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
19735
19736         * spam.el: Change section markers, revise TODO list.
19737         (spam-backends): Make new master list of all installed backends.
19738         (spam-summary-exit-behavior): Add new variable to determine how
19739         messages moves are done at summary exit.
19740         (spam-move-spam-nonspam-groups-only)
19741         (spam-process-ham-in-nonham-groups)
19742         (spam-process-ham-in-spam-groups): Remove variables, the
19743         spam-summary-exit-behavior variable should be used to manage this
19744         behavior.
19745         (spam-old-ham-articles, spam-old-spam-articles): Remove.
19746         (spam-old-articles): Add variable, replacing spam-old-ham-articles
19747         and spam-old-spam-articles.
19748         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
19749         Add empty variables, placeholders for the backends they represent.
19750         (spam-set-difference): Move, unchanged.
19751         (spam-list-of-processors): Declare OBSOLETE, not used anymore
19752         unless the user has a processor variable.
19753         (spam-classifications, spam-classification-valid-p)
19754         (spam-backend-properties, spam-backend-property-valid-p)
19755         (spam-backend-function-type-valid-p)
19756         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
19757         (spam-report-articles-gmane, spam-report-articles-resend):
19758         Remove functions, they are not needed.
19759         (spam-install-backend-super, spam-backend-list)
19760         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
19761         (spam-backend-function, spam-backend-ham-registration-function)
19762         (spam-backend-spam-registration-function)
19763         (spam-backend-ham-unregistration-function)
19764         (spam-backend-spam-unregistration-function)
19765         (spam-backend-statistical-p, spam-backend-mover-p)
19766         (spam-install-backend-alias, spam-install-checkonly-backend)
19767         (spam-install-mover-backend, spam-install-nocheck-backend)
19768         (spam-install-backend, spam-install-statistical-backend)
19769         (spam-install-statistical-checkonly-backend): Add backend installation
19770         support.
19771         (spam-summary-prepare-exit): Rewrite to use the new backend code.
19772         (spam-group-processor-p): Use the new backend code and respect the
19773         summary exit behavior.
19774         (spam-mark-spam-as-expired-and-move-routine): Remove.
19775         (spam-summary-prepare): Change to use the new spam-old-articles
19776         variable.
19777         (spam-copy-or-move-routine, spam-copy-spam-routine)
19778         (spam-move-spam-routine, spam-copy-ham-routine)
19779         (spam-move-ham-routine): Add code to copy/move ham or spam.
19780         (spam-fetch-field-fast): Improve doc and code, plus allow the
19781         'number request.
19782         (spam-list-of-checks, spam-list-of-statistical-checks):
19783         Remove variables.
19784         (spam-split, spam-find-spam): Use the new backend code.
19785         (spam-registration-functions): Remove variable.
19786         (spam-unregister-routine): Add convenience wrapper.
19787         (spam-log-undo-registration, spam-register-routine)
19788         (spam-log-processing-to-registry)
19789         (spam-log-unregistration-needed-p): Rename "check" to "backend"
19790         where possible.
19791         (spam-check-gmane-xref, spam-check-regex-headers)
19792         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
19793         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
19794         (spam-check-bogofilter-headers, spam-check-spamoracle)
19795         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
19796         (spam-check-crm114-headers): Use the spam-split-group that
19797         spam-split prepares, no need to determine it every time.
19798
19799         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
19800         to the nnheader-parse-naked-head call.
19801
19802         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
19803
19804         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
19805         the nnheader-nov-read-message-id call.
19806
19807 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19808
19809         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
19810         gnus-activate-group twice.  Suggested by Markus Peter
19811         <warp@spin.de>.
19812
19813 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19814
19815         * gnus-art.el (gnus-article-time-format): Exchange the order of
19816         day and month in the default value; fix customization type.
19817         (article-date-ut): Use add-text-properties.
19818         (article-make-date-line): Use message-make-date instead of
19819         current-time-string.
19820
19821         * message.el (message-fetch-field): Don't use set-text-properties.
19822         (message-make-date): Simplify.
19823
19824         * messagexmas.el (message-xmas-make-date): New function.
19825         (message-xmas-redefine): Defalias message-make-date to it.
19826
19827 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19828
19829         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
19830         (rfc2047-encode-region): Treat text within parentheses as special;
19831         show the original text when error has occurred.
19832
19833         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
19834         already-computed method to gnus-activate-group.
19835
19836         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
19837         same select-methods identical Lisp objects.
19838
19839         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
19840         object when modifying the info.
19841
19842 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19843
19844         * gnus-srvr.el (gnus-server-set-info): Remove the server from
19845         gnus-opened-servers since it has never been opened with the new
19846         configuration yet.
19847
19848 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19849
19850         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
19851         arg to nnheader-generate-fake-message-id.
19852
19853 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
19854
19855         * nnheader.el (nnheader-generate-fake-message-id): Accept a
19856         number and build a fake message ID localized to a group and
19857         article number (so it's repeatable from that point on).
19858         (nnheader-fake-message-id-p): Change regex to accomodate new fake
19859         ID format.
19860
19861         * gnus-sum.el (gnus-get-newsgroup-headers):
19862         Call nnheader-generate-fake-message-id with the article number.
19863
19864 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
19865
19866         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
19867         end-of-buffer.
19868
19869 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19870
19871         * message.el (message-ignored-supersedes-headers): Add Approved.
19872
19873 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19874
19875         * rfc2047.el (rfc2047-encode-message-header): Remove useless
19876         goto-char.
19877         (rfc2047-encode): Fold the line before encoding.
19878
19879 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19880
19881         * rfc2047.el (rfc2047-encode-message-header): Disabled header
19882         folding -- not all headers can be folded, and this should be done
19883         by the message composition mode.  Probably.  I think.
19884
19885 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19886
19887         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
19888         fast.
19889
19890         * gnus-ems.el (gnus-remove-image): Don't use
19891         message-text-with-property; remove only the image found first.
19892
19893         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
19894         found first.
19895
19896 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
19897
19898         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
19899
19900 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19901
19902         * message.el (message-text-with-property): Make it fast and accept
19903         optional arguments.
19904         (message-strip-forbidden-properties): Use it.
19905         (message-fix-before-sending): Follow the m-t-w-p change.
19906
19907         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
19908
19909 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19910
19911         * gnus-art.el (article-hide-headers): Don't change the buffer
19912         mistakenly when performing mml-preview even if
19913         gnus-single-article-buffer is nil.
19914
19915 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
19916
19917         * message.el (message-expand-name-databases): New user option.
19918         (message-expand-name): Use it.
19919
19920 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
19921
19922         * spam.el (spam-report-articles-resend)
19923         (spam-report-resend-register-routine): Allow ham reporting.
19924         (spam-report-resend-register-ham-routine): Add wrapper.
19925         (spam-registration-functions): Add ham resending functions.
19926         (spam-list-of-processors): Add ham resend processor.
19927
19928         * gnus.el (ham-resend-to): Add new group parameter.
19929         (spam-process): Add ham resend option.
19930
19931         * spam-report.el (spam-report-resend): Allow reporting ham.
19932         (spam-report-resend-ham): Add wrapper.
19933
19934 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19935
19936         * message.el (message-cite-articles-with-x-no-archive):
19937         New variable.
19938         (message-cite-original): Use it.
19939
19940 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19941
19942         * message.el (message-cite-original): Respect X-No-Archive.
19943
19944 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19945
19946         * gnus-art.el (article-hide-headers): Refer to the values for
19947         gnus-ignored-headers and gnus-visible-headers in the summary
19948         buffer since a user may have set them as group parameters.
19949
19950 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
19951
19952         * assistant.el (assistant-node-name): Add convenience function.
19953         (assistant-render-text, assistant-render-node): Add error handling,
19954         plus handle multiple next nodes.
19955         (assistant-find-next-node): Comment out for now.
19956         (assistant-find-next-nodes): Add function, returns list of next
19957         nodes.
19958
19959 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
19960
19961         * mail-source.el (mail-source-directory): Fix doc-string.
19962
19963 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
19964
19965         * assistant.el (assistant-render-text, assistant-eval): Add :set
19966         widget type, which is different because it takes and returns a
19967         list.  Much hilarity ensues.
19968
19969 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
19970
19971         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
19972
19973         * gnus-group.el (gnus-group-get-new-news-this-group):
19974         Add doc-string.
19975
19976         * gnus-start.el (gnus-activate-group): Add doc-string.
19977
19978 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19979
19980         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
19981
19982 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
19983
19984         * assistant.el (assistant-render-text): Try to add a :set
19985         widget, more to come.
19986
19987         * spam.el (spam-group-spam-contents-p): Handle empty groupname
19988         strings.
19989         (spam-report-articles-resend)
19990         (spam-register-routine): Do registration iff any articles warrant
19991         it.
19992         (spam-summary-prepare-exit): Change log message for nil group
19993         destinations.
19994
19995 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
19996
19997         * spam.el (spam-report-resend-register-routine):
19998         Allow spam-report-resend-to to be a group parameter or a global value.
19999
20000 2004-05-26  Simon Josefsson  <jas@extundo.com>
20001
20002         * starttls.el: Merge with my GNUTLS based starttls.el.
20003         (starttls-gnutls-program, starttls-use-gnutls)
20004         (starttls-extra-arguments, starttls-process-connection-type)
20005         (starttls-connect, starttls-failure, starttls-success):
20006         New variables.
20007         (starttls-program, starttls-extra-args): Doc fix.
20008         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
20009         New functions.
20010         (starttls-negotiate, starttls-open-stream):
20011         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
20012         function if it is set.
20013
20014 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20015
20016         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
20017         structured fields.
20018
20019 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20020
20021         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
20022
20023 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
20024
20025         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
20026         Add variable.
20027         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
20028         assigning the spam-mark to new messages.
20029
20030 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
20031
20032         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
20033
20034 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20035
20036         * dgnushack.el: Autoload customize-set-variable for XEmacs.
20037
20038         * rfc2047.el (rfc2047-encodable-p): Don't move point.
20039         (rfc2047-decode): Treat the ascii coding-system as raw-text by
20040         default.
20041
20042 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
20043
20044         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
20045         correct data.
20046
20047 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
20048
20049         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
20050         (spam-group-processor-p): Fix function.
20051         (spam-group-processor-multiple-p)
20052         (spam-group-spam-processor-report-gmane-p)
20053         (spam-group-spam-processor-report-resend-p)
20054         (spam-group-spam-processor-bogofilter-p)
20055         (spam-group-spam-processor-blacklist-p)
20056         (spam-group-spam-processor-ifile-p)
20057         (spam-group-ham-processor-ifile-p)
20058         (spam-group-spam-processor-spamoracle-p)
20059         (spam-group-spam-processor-crm114-p)
20060         (spam-group-ham-processor-bogofilter-p)
20061         (spam-group-spam-processor-stat-p)
20062         (spam-group-ham-processor-stat-p)
20063         (spam-group-ham-processor-whitelist-p)
20064         (spam-group-ham-processor-BBDB-p)
20065         (spam-group-ham-processor-spamoracle-p)
20066         (spam-group-ham-processor-copy-p): Remove functions with some
20067         prejudice against unneeded code.
20068         (spam-report-articles-resend)
20069         (spam-report-resend-register-routine): Allow the group/topic
20070         spam-resend-to value to override spam-report-resend-to.
20071         (spam-summary-prepare-exit): Invoke spam-group-processor-p
20072         properly now.
20073
20074         * gnus.el (spam-resend-to): Add group/topic parameter.
20075         (spam-process): Move the OBSOLETE processors to the end of the
20076         choices.
20077
20078 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
20079
20080         * spam-report.el (spam-report-resend-to, spam-report-resend):
20081         Start with resend-to set to nil, and then ask the user if necessary.
20082         (spam-report-resend): spam-report-resend takes a list of articles, not
20083         separate article numbers.
20084
20085 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20086
20087         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
20088         addition to emacs-w3m.
20089
20090 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20091
20092         * assistant.el (assistant-authinfo-data): New function.
20093         (assistant-eval): Eval for entire assistant.
20094
20095         * netrc.el (netrc-services-file): New variable.
20096         (netrc-parse-services): New function.
20097         (netrc-find-service-name): New function.
20098         (netrc-find-service-number): New function.
20099         (netrc-port-equal): New function.
20100         (netrc-machine): Use it.
20101
20102         * nnimap.el (nnimap-open-connection): Use netrc.
20103
20104         * gnus-util.el (gnus-netrc-get): Remove aliases.
20105
20106         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
20107
20108         * assistant.el (wid-edit): Fix compilation.
20109
20110         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
20111
20112 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
20113
20114         * gnus-util.el (gnus-set-file-modes): New function.  (small
20115         patch).
20116
20117 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20118
20119         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
20120
20121         * assistant.el (assistant-render-node): Fix up rendering and
20122         read-only text.
20123         (assistant-render-node): Reset.
20124         (assistant-make-read-only): Not sticky.
20125
20126 2004-05-20  Danny Siu  <dsiu@adobe.com>
20127
20128         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
20129         centered even when gnus-auto-center-summary is t.
20130
20131 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20132
20133         * dns.el (dns-get-txt-answer): New function.
20134         (dns-read-txt): Ditto.
20135         (query-dns): Use it.
20136
20137 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20138
20139         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
20140         active for foreign groups even if the group level is higher than
20141         the specified value.
20142
20143 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20144
20145         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
20146         non-active groups.
20147
20148         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
20149
20150 2004-05-20  Magnus Henoch  <mange@freemail.hu>
20151
20152         * dns.el (dns-read-type): Add support for SVR.  (small patch)
20153
20154 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
20155
20156         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
20157         (spam-crm114-header, spam-crm114-spam-switch)
20158         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
20159         (spam-crm114-positive-spam-header)
20160         (spam-crm114-database-directory, spam-list-of-processors)
20161         (spam-group-spam-processor-crm114-p)
20162         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
20163         (spam-generic-score, spam-list-of-checks)
20164         (spam-list-of-statistical-checks, spam-registration-functions)
20165         (spam-check-crm114-headers, spam-crm114-score)
20166         (spam-check-crm114, spam-crm114-register-with-crm114)
20167         (spam-crm114-register-spam-routine)
20168         (spam-crm114-unregister-spam-routine)
20169         (spam-crm114-register-ham-routine)
20170         (spam-crm114-unregister-ham-routine): Add CRM114 support.
20171         From asjo@koldfront.dk (Adam Sjøgren).
20172
20173         * gnus.el: Add spam-use-crm114.
20174
20175         * spam.el (spam-list-of-processors, spam-registration-functions):
20176         Add spam-use-resend.
20177         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
20178         (spam-report-articles-gmane): Add doc fix.
20179         (spam-report-articles-resend, spam-report-resend-register-routine):
20180         Add wrappers around spam-report-resend-to.
20181
20182         * spam-report.el (spam-report-resend-to, spam-report-resend):
20183         Add support for resending spam.
20184         (spam-report-gmane): Fix line length >80.
20185
20186         * gnus.el (spam-process): Add spam-use-resend.
20187
20188 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20189
20190         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
20191         number of processed spam messages.
20192         (spam-ham-copy-or-move-routine): Return the number of processed
20193         ham messages.
20194         (spam-summary-prepare-exit): Use the above values to decide
20195         whether status messages shouled be displayed.
20196
20197 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20198
20199         * rfc2047.el (rfc2047-encode-function-alist): Rename from
20200         `rfc2047-encoding-function-alist' in order to avoid conflicting
20201         with the old version.
20202         (rfc2047-encode-region): Concatenate words containing non-ASCII
20203         characters in structured fields; don't encode space-delimited
20204         ASCII words even in unstructured fields; don't break words at
20205         char-category boundaries.
20206         (rfc2047-encode-1): New function.
20207         (rfc2047-encode): Use it; encode text so that it occupies the
20208         maximum width within 76-column; work correctly on Q encoding for
20209         iso-2022-* charsets.
20210         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
20211         sure not to break a line just after the header name.
20212         (rfc2047-b-encode-region): Remove.
20213         (rfc2047-b-encode-string): New function.
20214         (rfc2047-q-encode-region): Remove.
20215         (rfc2047-q-encode-string): New function.
20216
20217         * mm-util.el (mm-replace-in-string): New function.
20218
20219 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20220
20221         * gnus-msg.el (gnus-inews-make-draft-meta-information):
20222         Really get it right.
20223         (gnus-inews-make-draft): Really.
20224
20225 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
20226
20227         * nnmh.el (nnmh-request-list-1): Don't check the link count
20228         before descending.  (small patch)
20229
20230 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20231
20232         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
20233         stuff.
20234
20235         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
20236         Match on real group name.
20237
20238         * gnus-art.el (gnus-signature-limit): Doc fix.
20239
20240         * gnus-msg.el (gnus-inews-make-draft): Quote list.
20241
20242         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
20243
20244 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
20245
20246         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
20247         isn't a string.
20248
20249 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20250
20251         * gnus-draft.el (gnus-draft-send):
20252         Bind rfc2047-encode-encoded-words.
20253
20254         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
20255         (rfc2047-encodable-p): Say that =? needs encoding.
20256         (rfc2047-encode-encoded-words): New variable.
20257
20258         * gnus-group.el (gnus-group-select-group): Doc fix.
20259
20260         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
20261
20262         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
20263         to nil.
20264
20265         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
20266
20267         * nnheader.el (nnheader-get-lines-and-char): New function.
20268
20269 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
20270
20271         * gnus-msg.el (gnus-summary-followup-with-original):
20272         Document yanking of region when active.
20273
20274 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20275
20276         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
20277         groups if the group level is higher than the specified value.
20278
20279 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20280
20281         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
20282         (gnus-group-jump-to-group): Add prefix argument using
20283         `gnus-group-jump-to-group-prompt'.  Query before jumping to
20284         non-active group.
20285
20286         * compface.el (uncompface): Be verbose when changing
20287         `uncompface-use-external'.
20288
20289         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
20290         handle manual section.
20291
20292 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20293
20294         * gnus-art.el (gnus-button-alist): Revert previous change.
20295
20296 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20297
20298         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
20299
20300 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20301
20302         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
20303         whether backend can accept message.
20304
20305         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
20306
20307 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
20308
20309         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
20310         Avoid creating directory when nntp-marks-is-evil is true.
20311         Reported by Reiner Steib.
20312
20313 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20314
20315         * gnus-picon.el (gnus-picon-style): New variable.
20316         (gnus-picon-insert-glyph): Add optional `nostring' argument.
20317         (gnus-picon-transform-address): Support `gnus-picon-style'.
20318         From Jesper Harder <harder@ifa.au.dk>.
20319
20320 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20321
20322         * message.el (message-fill-field): Return point.
20323         (message-generate-headers): Go to end of field.
20324
20325         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
20326         stuff for non-living groups.
20327
20328 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
20329
20330         * gnus-art.el (gnus-article-followup-with-original)
20331         (gnus-article-reply-with-original): gnus-mark-active-p ->
20332         gnus-region-active-p.
20333
20334 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
20335
20336         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
20337         only when there is spam or ham to be processed.
20338
20339 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20340
20341         * mail-source.el (mail-source-delete-crash-box): Refactor.
20342         (mail-source-fetch): Use it.
20343         (mail-source-fetch-file): Ditto.
20344         (mail-source-fetch-directory): Run postscript in loop.
20345         (mail-source-fetch-pop): Delete.
20346         (mail-source-fetch-maildir): Ditto.
20347         (mail-source-fetch-imap): Ditto.
20348
20349         * imap.el (imap-authenticators): Comment out sasl.
20350
20351         * message.el (message-skip-to-next-address): New function.
20352         (message-fill-header-address): Refactor.
20353         (message-fill-address): Use it.
20354         (message-delete-address): Use it.
20355         (message-fill-header-general): Refactor.
20356         (message-fill-field-address): Rename.
20357         (message-narrow-to-field): Find the start of the header.
20358         (message-header-format-alist): Don't pre-fill.
20359         (message-fill-header): Remove.
20360         (message-insert-header): New function.
20361         (message-shorten-references): Use it.
20362
20363         * rfc2047.el (rfc2047-field-value): Strip props.
20364
20365         * mail-parse.el (mail-header-make-address): New alias.
20366
20367         * ietf-drums.el (ietf-drums-make-address): New function.
20368
20369         * imap.el: Add compiler directives.
20370
20371         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
20372
20373         * gnus-art.el (article-decode-idna-rhs): Don't use
20374         message-idna-inside-rhs-p.
20375
20376 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20377
20378         * message.el (message-idna-inside-rhs-p): Remove.
20379         (message-idna-to-ascii-rhs-1): Use proper address parsing.
20380
20381         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
20382         false positives.
20383
20384 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
20385
20386         * imap.el (imap-sasl-make-mechanisms): Use sasl.
20387
20388 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20389
20390         * nneething.el (nneething-file-name): Don't create spurious
20391         files.
20392
20393         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
20394         (gnus-inews-do-gcc): Remove sleep.
20395
20396         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
20397         part under point.
20398
20399         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
20400         (gnus-agent-regenerate-group): Using nil messages aren't valid.
20401
20402 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
20403
20404         * spam.el (spam-summary-prepare-exit): Fix (length).
20405
20406 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
20407
20408         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
20409         as expired without moving it" message when there are spam
20410         messages left.
20411
20412 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
20413
20414         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
20415         header is not nil.
20416
20417 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
20418
20419         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
20420         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
20421         (nntp-marks-changed-p): New arg SERVER.
20422         (nntp-request-update-info): Adjust caller.
20423
20424 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
20425
20426         * nntp.el (nntp-save-marks): Pass missing arg.
20427
20428 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
20429
20430         * nntp.el: Support marks.
20431         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
20432         (nntp-marks-modtime, nntp-marks-directory): New variables.
20433         (nntp-request-set-mark, nntp-request-update-info)
20434         (nntp-possibly-create-directory, nntp-marks-changed-p)
20435         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
20436         New functions.
20437
20438 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
20439
20440         * gnus-xmas.el (gnus-xmas-select-lowest-window)
20441         (gnus-xmas-redefine): Rename.
20442
20443         * gnus-score.el (gnus-score-insert-help):
20444         Use gnus-select-lowest-window.
20445
20446         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
20447         appt-select-lowest-window and rename to gnus-select-lowest-window.
20448
20449         * gnus.el: do.
20450
20451 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20452
20453         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
20454         encodings of MIME-encoded words, in order to improve
20455         interoperability with several broken MUAs.
20456
20457 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20458
20459         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
20460         tags, only when charsets are not specified in headers.
20461         (mm-inline-text-html-render-with-w3m): Ditto.
20462
20463         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
20464         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
20465
20466 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20467
20468         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
20469         instead of MIME-decoded from fields when checking
20470         `gnus-article-address-banner-alist'.
20471
20472 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
20473
20474         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
20475         description rather than subject.
20476
20477 2004-05-02  Steve Youngs  <steve@youngs.au.com>
20478
20479         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
20480
20481 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20482
20483         * gnus.el (gnus-version-number): Bump.
20484
20485 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20486
20487         * gnus.el: No Gnus v0.2 is released.
20488
20489 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20490
20491         * gnus-agent.el (gnus-agent-read-agentview):
20492         Inline gnus-uncompress-range.
20493
20494 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20495
20496         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
20497         `exec-installed-p'.
20498
20499 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20500
20501         * gnus.el (spam-process, spam-autodetect-methods):
20502         Add bsfilter and bsfilter-headers.
20503
20504         * spam.el (spam-bsfilter): New customize group.
20505         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
20506         (spam-bsfilter-header, spam-bsfilter-probability-header)
20507         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
20508         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
20509         (spam-bsfilter-database-directory): New options.
20510         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
20511         (spam-list-of-statistical-checks, spam-registration-functions):
20512         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
20513         (spam-bsfilter-score): New command.
20514         (spam-check-bsfilter-headers, spam-check-bsfilter)
20515         (spam-bsfilter-register-with-bsfilter)
20516         (spam-bsfilter-register-spam-routine)
20517         (spam-bsfilter-unregister-spam-routine)
20518         (spam-bsfilter-register-ham-routine)
20519         (spam-bsfilter-unregister-ham-routine): New functions.
20520         (spam-generic-score): Support bsfilter; Accept an optional argument
20521         to recalcurate spam score even if scoring header has already been
20522         added.
20523         (spam-bogofilter-score, spam-spamassassin-score): Accept an
20524         optional argument to recalcurate spam score even if scoring header
20525         has already been added.
20526
20527 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
20528
20529         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
20530         strings!  Reported by David D. Smith <davidsmith@acm.org>.
20531         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
20532         link is missing.
20533
20534 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
20535
20536         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
20537         (html2text-get-attr): Rewrite.
20538
20539         * message.el (message-setup-1): Remove redundant put-text-property
20540         on mail-header-separator.
20541
20542 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
20543
20544         * gnus-registry.el (gnus-registry-cache-whitespace)
20545         (gnus-registry-action, gnus-registry-spool-action)
20546         (gnus-registry-split-fancy-with-parent): Change message levels
20547         from 5 to 3 or 7, as needed.
20548
20549         * spam.el (spam-summary-prepare-exit)
20550         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
20551         (spam-split, spam-find-spam, spam-log-undo-registration)
20552         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
20553         level from 5 to 6.
20554
20555 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20556
20557         * gnus-ems.el: Autoload appt-select-lowest-window (revert
20558         2004-03-04 change).
20559
20560 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
20561
20562         * sieve-manage.el (sieve-manage-open):
20563         * nnweb.el (nnweb-insert-html):
20564         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
20565         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
20566         * nnspool.el (nnspool-request-group):
20567         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
20568         * nnml.el (nnml-request-update-info):
20569         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
20570         (nnmh-request-create-group, nnmh-update-gnus-unreads):
20571         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
20572         (nnimap-request-set-mark):
20573         * nnfolder.el (nnfolder-request-update-info):
20574         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
20575         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
20576         * gnus-uu.el (gnus-uu-find-articles-matching):
20577         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
20578         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
20579         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
20580         * gnus-nocem.el (gnus-nocem-scan-groups):
20581         * gnus-int.el (gnus-start-news-server):
20582         * gnus-group.el (gnus-group-make-kiboze-group)
20583         (gnus-group-browse-foreign-server):
20584         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
20585         Use mapc when appropriate.
20586
20587 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
20588
20589         FIXME: Make separate entries for each person.
20590
20591         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
20592         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
20593         <shields@msrl.com>:
20594
20595         * spam.el (spam-necessary-extra-headers): Get the extra headers we
20596         may need for spam sorting and scoring.
20597         (spam-user-format-function-S): Add user format function suitable for
20598         general use.
20599         (spam-article-sort-by-spam-status): Add sorting function for summary
20600         sorting.
20601         (spam-extra-header-to-number): Add function to get a score from a
20602         header.
20603         (spam-summary-score): Add function to get a numeric score from the
20604         headers.
20605         (spam-generic-score): Fix function doc, was in wrong place.
20606         (spam-initialize): Take symbols when it's run, and install the
20607         extra headers that spam-necessary-extra-headers thinks we need.
20608
20609 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
20610
20611         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
20612         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
20613
20614 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
20615
20616         * gnus-sum.el (gnus-set-global-variables)
20617         (gnus-build-all-threads, gnus-get-newsgroup-headers)
20618         (gnus-article-get-xrefs, gnus-summary-best-group)
20619         (gnus-summary-next-article, gnus-summary-enter-digest-group)
20620         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
20621         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
20622         Use with-current-buffer.
20623
20624 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
20625
20626         * spam.el (spam-summary-prepare-exit): Simplify logic.
20627         (spam-fetch-article-header): Read the article header if it's not
20628         available.
20629         (spam-list-articles): Simplify logic.
20630         (spam-filelist-register-routine): Fix bug with unregister-list.
20631
20632         * gnus-registry.el: Fix comments at beginning.
20633
20634 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
20635
20636         * message.el (message-cater-to-broken-inn): Remove.
20637         (message-shorten-references): Make sure the total folded length of
20638         References is shorter than 998 characters to cater to a bug in INN
20639         2.3.  Also, don't pretend that references aren't folded -- this
20640         hasn't worked for a while.
20641
20642 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20643
20644         * gnus-agent.el (gnus-agentize):
20645         gnus-agent-send-mail-real-function no longer set to current value
20646         of message-send-mail-function but rather a lambda that calls
20647         message-send-mail-function.  The change makes the agent real-time
20648         responsive to user changes to message-send-mail-function.
20649
20650 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20651
20652         * legacy-gnus-agent.el
20653         (gnus-agent-convert-to-compressed-agentview): Fix typos with
20654         help from Florian Weimer <fw@deneb.enyo.de>
20655
20656 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20657
20658         * nnmail.el (nnmail-cache-insert): Revert last change.
20659
20660 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20661
20662         * nnmail.el (nnmail-cache-insert): Always check whether
20663         nnmail-cache-ignore-groups matches a group name.
20664
20665 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
20666
20667         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
20668         (spam-find-spam, spam-log-processing-to-registry)
20669         (spam-log-registered-p, spam-log-unregistration-needed-p)
20670         (spam-log-undo-registration): Use gnus-message instead of
20671         gnus-error, none of these errors are fatal.
20672
20673         * gnus-registry.el (gnus-registry-clean-empty-function)
20674         (gnus-registry-clean-empty): Remove only empty entries without
20675         extra data.
20676
20677 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
20678
20679         * spam-stat.el (spam-stat-buffer-change-to-spam)
20680         (spam-stat-buffer-change-to-non-spam): Change (error) to
20681         (gnus-message 8) invocation.
20682
20683 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20684
20685         * nntp.el (nntp-via-netcat-command): New variable.
20686         (nntp-via-netcat-switches): New variable.
20687         (nntp-open-via-rlogin-and-netcat): New function.
20688         (nntp-open-connection-function): Doc fix.
20689         (nntp-telnet-command): Doc fix.
20690         (nntp-end-of-line): Doc fix.
20691         (nntp-via-rlogin-command): Doc fix.
20692         (nntp-via-user-name): Doc fix.
20693         (nntp-via-address): Doc fix.
20694
20695 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20696
20697         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
20698         error in Emacs 21.1.
20699
20700 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
20701
20702         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
20703
20704 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20705
20706         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
20707         (gnus-agent-with-refreshed-group): New macro.
20708         (gnus-agent-rename-group): New function.
20709         (gnus-agent-delete-group): New function.
20710         (gnus-agent-save-group-info): Use gnus-command-method when
20711         `method' parameter is nil.  Don't write nil entries into the
20712         active file.
20713         (gnus-agent-get-group-info): New function.
20714         (gnus-agent-fetch-articles):
20715         Use gnus-agent-update-files-total-fetched-for to increment disk space
20716         used.
20717         (gnus-agent-fetch-headers, gnus-agent-save-alist):
20718         Use gnus-agent-update-view-total-fetched-for to increment disk space
20719         used.
20720         (gnus-agent-get-local): Add optional parameters to avoid calling
20721         gnus-group-real-name and gnus-find-method-for-group.
20722         (gnus-agent-set-local): Delete stored entry if either min, or max,
20723         are nil.
20724         (gnus-agent-fetch-session): Reworded error/quit messages.
20725         On quit, use gnus-agent-regenerate-group to record existance of any
20726         articles fetched to disk before the quit occurred.
20727         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
20728         gnus-agent-update-view-total-fetched-for, and
20729         gnus-agent-update-files-total-fetched-for to decrement disk space
20730         used.
20731         (gnus-agent-retrieve-headers):
20732         Use gnus-agent-update-view-total-fetched-for to increment disk space
20733         used.
20734         (gnus-agent-regenerate-group): Replace gnus-group-update-group
20735         with gnus-agent-update-files-total-fetched-for to decrement disk
20736         space and fresh group buffer.
20737         (gnus-agent-inhibit-update-total-fetched-for): New variable.
20738         (gnus-agent-need-update-total-fetched-for): New variable.
20739         (gnus-agent-update-files-total-fetched-for): New function.
20740         (gnus-agent-update-view-total-fetched-for): New function.
20741         (gnus-agent-total-fetched-for): New function.
20742
20743         * gnus-cache.el (gnus-cache-save-buffers):
20744         Use gnus-cache-update-overview-total-fetched-for to change disk space
20745         used by this group.
20746         (gnus-cache-possibly-enter-article):
20747         Use gnus-cache-update-file-total-fetched-for to increment disk space
20748         used by this group.
20749         (gnus-cache-possibly-remove-article):
20750         Use gnus-cache-update-file-total-fetched-for to decrement disk space
20751         used by this group.
20752         (gnus-cache-generate-nov-databases): Purge total fetched cache.
20753         (gnus-cache-rename-group): New function.
20754         (gnus-cache-delete-group): New function.
20755         (gnus-cache-inhibit-update-total-fetched-for): New variable.
20756         (gnus-cache-need-update-total-fetched-for): New variable.
20757         (gnus-cache-with-refreshed-group): New macro.
20758         (gnus-cache-update-file-total-fetched-for): New function.
20759         (gnus-cache-update-overview-total-fetched-for): New function.
20760         (gnus-cache-rename-group-total-fetched-for): New function.
20761         (gnus-cache-delete-group-total-fetched-for): New function.
20762         (gnus-cache-total-fetched-for): New function.
20763
20764         * gnus-group.el: Require gnus-sum and autoload functions to
20765         resolve warnings when gnus-group.el compiled alone.
20766         (gnus-group-line-format): Documented new %F.
20767         (size of Fetched data) group line format; identifies disk space
20768         used by agent and cache.
20769         (gnus-group-line-format-alist): Defined new F format.
20770         (gnus-total-fetched-for): New function.
20771         (gnus-group-delete-group): No longer update
20772         gnus-cache-active-altered as gnus-request-delete-group now keeps
20773         the cache in sync.
20774         (gnus-group-list-active): Let the agent store a server's active
20775         list if currently plugged.
20776
20777         * gnus-int.el (gnus-request-delete-group):
20778         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
20779         local disk in sync with the server.
20780         (gnus-request-rename-group):
20781         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
20782         local disk in sync with the server.
20783
20784         * gnus-start.el (gnus-get-unread-articles):
20785         Cosmetic simplification to logic.
20786
20787         * gnus-util.el (gnus-rename-file): New function.
20788
20789 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
20790
20791         * mm-util.el (mm-image-load-path): Handle nil in load-path.
20792
20793 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
20794
20795         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
20796         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
20797
20798 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
20799
20800         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
20801         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
20802
20803 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
20804
20805         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
20806
20807 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
20808
20809         * spam.el (spam-set-difference): Add function to replace
20810         gnus-set-difference in spam.el.
20811         (spam-summary-prepare-exit): Use spam-set-difference.
20812
20813 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
20814
20815         * gnus-registry.el (gnus-registry-cache-file): Update to use
20816         gnus-dribble-directory OR gnus-home-directory OR ~.
20817         (gnus-registry-split-fancy-with-parent): Fix doc.
20818
20819 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20820
20821         * message.el (message-exchange-point-and-mark):
20822         Use message-mark-active-p.  Suggested by Jesper Harder
20823         <harder@ifa.au.dk>.
20824
20825 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20826
20827         * message.el (message-exchange-point-and-mark): Don't activate
20828         region if it was inactive.  Suggested by Hiroshi Fujishima
20829         <pooh@nature.tsukuba.ac.jp>.
20830
20831 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20832
20833         * gnus-art.el (article-display-face): Display Faces in the same
20834         order as X-Faces.
20835
20836 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20837
20838         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
20839
20840 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20841
20842         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
20843         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
20844         (gnus-article-mime-hierarchy): Remove.
20845         (gnus-article-mime-hierarchy-next): Remove.
20846         (gnus-article-mode): Revert 2004-03-19 change.
20847         (gnus-article-setup-buffer): Revert 2004-03-19 change.
20848         (gnus-insert-mime-button): Revert 2004-03-19 change.
20849         (gnus-mime-accumulate-hierarchy): Remove.
20850         (gnus-mime-enter-multipart): Remove.
20851         (gnus-mime-leave-multipart): Remove.
20852         (gnus-mime-display-part): Revert 2004-03-19 change.
20853         (gnus-mime-display-alternative): Revert 2004-03-19 change.
20854
20855         * mml.el (mml-preview): Revert 2004-03-19 change.
20856
20857 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
20858
20859         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
20860
20861 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20862
20863         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
20864         t while entering a file name using the mm-with-multibyte macro.
20865         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20866
20867         * mm-util.el (mm-with-multibyte): New macro.
20868
20869 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20870
20871         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
20872         New user option.
20873         (gnus-mime-multipart-functions): Doc and customization fix.
20874         (gnus-article-mime-hierarchy): New variable.
20875         (gnus-article-mime-hierarchy-next): New variable.
20876         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
20877         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
20878         gnus-article-mime-hierarchy-next to nil.
20879         (gnus-insert-mime-button): Show hierarchy numbers.
20880         (gnus-mime-accumulate-hierarchy): New function.
20881         (gnus-mime-enter-multipart): New function.
20882         (gnus-mime-leave-multipart): New function.
20883         (gnus-mime-display-part): Recompute hierarchical MIME structure.
20884         (gnus-mime-display-alternative): Show hierarchy numbers.
20885
20886         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
20887         gnus-article-mime-hierarchy-next to nil.
20888
20889 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
20890
20891         * dns.el: Don't require gnus-xmas.
20892
20893 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
20894
20895         * mml.el (mml-generate-mime-1): Don't use format=flowed with
20896         inline PGP.
20897         (mml-menu): Disable mml-quote-region if mark is inactive.
20898
20899 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20900
20901         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
20902         when the group's active is not available.
20903
20904 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20905
20906         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
20907         error.
20908
20909 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
20910
20911         * imap.el (imap-store-password): New variable.
20912         (imap-interactive-login): Use it.
20913         Suggested by Mark Plaksin <happy@mcplaksin.org>.
20914
20915 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20916
20917         * gnus-art.el (gnus-article-read-summary-keys): Restore new
20918         window-start and hscroll to summary window.
20919
20920 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20921
20922         * gnus-start.el (gnus-convert-old-newsrc): Only write the
20923         conversion message to newsrc-dribble when an actual conversion is
20924         performed.
20925
20926 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
20927
20928         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
20929
20930 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20931
20932         * mm-decode.el (mm-complicated-handles): New function reviving
20933         former definition of mm-multiple-handles.
20934
20935         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
20936         (gnus-mime-delete-part): Use it.
20937
20938 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20939
20940         * gnus-agent.el (gnus-agent-read-local):
20941         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
20942         avoid the implicit assumption that they will always be equal.
20943         (gnus-agent-save-local): Bind buffer-file-coding-system, not
20944         coding-system-for-write, as the with-temp-file macro first prints
20945         to a buffer then saves the buffer.
20946
20947 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20948
20949         * gnus-art.el (gnus-article-edit-part): New function.
20950         (gnus-mime-save-part-and-strip): Use it; do query instead of
20951         signaling an error; don't use mm-multiple-handles.
20952         (gnus-mime-delete-part): Ditto.
20953
20954 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20955
20956         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
20957         old file versions.
20958         (gnus-group-prepare-hook): Remove function that converted list
20959         form of gnus-agent-expire-days to group properties.
20960
20961         * gnus-int.el: Autoload gnus-agent-regenerate-group.
20962         (gnus-request-accept-article): Re-indented.
20963
20964         * gnus-start.el (gnus-convert-old-newsrc): Registered new
20965         converters to handle old agent file formats.  Add logic for a
20966         "backup before upgrading warning".
20967         (gnus-convert-mark-converter-prompt): Developers can mark
20968         functions as needing (default), or not needing,
20969         gnus-convert-old-newsrc's "backup before upgrading warning".
20970         (gnus-convert-converter-needs-prompt): Tests whether the user
20971         should be protected from potentially irreversable changes by the
20972         function.
20973
20974         * legacy-gnus-agent.el: New.  Provides converters that are only
20975         loaded when gnus-convert-old-newsrc needs to call them.
20976
20977 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20978
20979         * mail-source.el (mail-source-touch-pop): Doc fix.
20980
20981         * message.el (message-smtpmail-send-it): Doc fix.
20982
20983 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
20984
20985         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
20986
20987         * nnmail.el (nnmail-split-fancy): do.
20988
20989         * gnus-kill.el (gnus-kill, gnus-execute): do.
20990
20991 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
20992
20993         * gnus-sum.el (gnus-widget-reversible-match)
20994         (gnus-widget-reversible-to-internal)
20995         (gnus-widget-reversible-to-external): New functions.
20996         (gnus-widget-reversible): New widget.
20997         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
20998
20999 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
21000
21001         * gnus-sum.el (gnus-thread-sort-functions)
21002         (gnus-article-sort-functions): Document `(not F)' items.
21003
21004 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
21005
21006         * spam.el (spam-use-gmane-xref): Add new backend.
21007         (spam-gmane-xref-spam-group): Add variable to control the name of the
21008         Gmane spam group.
21009         (spam-blackhole-servers, spam-blackhole-good-server-regex)
21010         (spam-regex-headers-spam, spam-regex-headers-ham)
21011         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
21012         (spam-list-of-checks): Add spam-use-gmane-xref to list of
21013         backends and checks.
21014         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
21015
21016         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
21017         an autodetect method.
21018
21019 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21020
21021         * gnus-int.el (gnus-request-accept-article): Inform the agent that
21022         articles are being added to a group.
21023         (gnus-request-replace-article): Inform the agent that articles
21024         need to be uncached as the cached contents are no longer valid.
21025
21026 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21027
21028         * binhex.el: Don't autoload executable-find.
21029
21030         * canlock.el: Don't autoload mail-fetch-field.
21031
21032         * dgnushack.el: Autoload c-mode for XEmacs.
21033
21034         * gnus-ems.el: Don't autoload appt-select-lowest-window.
21035
21036         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
21037         rmail-dont-reply-to and rmail-output.
21038
21039         * gnus-score.el: Don't autoload ffap-string-at-point.
21040
21041         * gnus-setup.el: Don't autoload sc-cite-original.
21042
21043         * imap.el: Don't autoload base64-decode-string,
21044         base64-encode-string and md5.
21045
21046         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
21047         and rmail-msg-restore-non-pruned-header.
21048
21049         * mm-decode.el: Don't autoload executable-find.
21050
21051         * mm-url.el: Don't autoload executable-find.
21052
21053         * mm-view.el: Don't autoload diff-mode.
21054
21055         * nndb.el: Don't autoload news-reply-mode, news-setup,
21056         cancel-timer and telnet.
21057
21058         * password.el: Don't autoload run-at-time for Emacs.
21059
21060         * sha1-el.el: Don't autoload executable-find.
21061
21062         * sieve-mode.el: Don't autoload c-mode.
21063
21064         * uudecode.el: Don't autoload executable-find.
21065
21066 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21067
21068         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
21069         (gnus-agent-possibly-alter-active): Avoid null in numeric
21070         comparison.
21071         (gnus-agent-set-local): Refuse to save null in local object table.
21072         (gnus-agent-regenerate-group): The REREAD parameter can now be a
21073         list of articles that will be marked as unread.
21074
21075 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21076
21077         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
21078
21079 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
21080
21081         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
21082         language tags.
21083
21084 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
21085
21086         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
21087         Don't bind "obarray".
21088
21089         * gnus-sum.el (gnus-thread-sort-functions):
21090         Add `gnus-thread-sort-by-most-recent-number' and
21091         `gnus-thread-sort-by-most-recent-date'.
21092         Reported by Kai Grossjohann <kai@emptydomain.de>.
21093
21094 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21095
21096         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
21097
21098 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21099
21100         * gnus-cus.el (gnus-agent-customize-category):
21101         Remove ignore-errors macro reference that required cl to be loaded at
21102         run-time.
21103
21104         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
21105         single-interval range of the form (min . max).  Previously the
21106         range had to look like ((min . max)).  Likewise, return
21107         (min . max) rather than ((min . max)).
21108         (gnus-range-map): Use gnus-range-normalize to accept
21109         single-interval range.
21110
21111         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
21112         the cache, but not the agent, now appear with their usual face.
21113
21114         * dgnushack.el (loaddir): New variable that is bound to the
21115         directory containing the dgnushack.el file. Use loaddir, rather
21116         than srcdir, to update load-path. Change lets dgnushack compile
21117         code in directories other than GNUS/lisp.
21118
21119 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21120
21121         * lpath.el: Don't bind w3m-safe-url-regexp.
21122
21123         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
21124         w3m-safe-url-regexp variable buffer-local.
21125
21126         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
21127
21128 2004-02-27  Simon Josefsson  <jas@extundo.com>
21129
21130         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
21131         gnus-group-real-prefix.
21132         (gnus-summary-move-article): Use it, instead of
21133         gnus-group-real-prefix.
21134
21135 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21136
21137         * lpath.el: Bind w3m-safe-url-regexp.
21138
21139         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
21140         w3m-safe-url-regexp variable buffer-local and set it as the value
21141         of mm-w3m-safe-url-regexp.
21142
21143         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
21144
21145         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
21146         parsing gnus-posting-styles when the message is not for replying.
21147
21148         * dgnushack.el: Autoload sgml-mode for XEmacs.
21149
21150         * nnrss.el (nnrss-opml-export):
21151         Use mm-set-buffer-file-coding-system instead of
21152         set-buffer-file-coding-system.
21153
21154 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
21155
21156         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
21157         of checkdoc.el).
21158         * nnrss.el: do.
21159         * gnus-mlspl.el: do.
21160         * gnus-ml.el: do.
21161         * gnus-srvr.el: do.
21162
21163         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
21164
21165 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
21166
21167         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
21168         Corrections to custom-manual links.
21169
21170         * gnus-art.el (gnus-article): Ditto.
21171
21172         * mm-decode.el (mime-display, mime-security): Ditto.
21173
21174 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
21175
21176         * flow-fill.el: Typo.
21177
21178 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
21179
21180         * spam-wash.el: New file.
21181
21182 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
21183
21184         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
21185
21186 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
21187
21188         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
21189         to be run with new-articles as LIST1, not LIST2.
21190         (spam-registration-functions): Add spam-use-ham-copy as a nil
21191         registration backend.
21192
21193 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
21194
21195         * spam-stat.el (spam-stat-washing-hook): New option.
21196         (spam-stat-buffer-words): Use it.
21197         (spam-stat-process-directory, spam-stat-test-directory):
21198         Use insert-file-contents-literally.
21199         (spam-stat-coding-system): New variable.
21200         (spam-stat-load, spam-stat-save): Use it.
21201
21202 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21203
21204         * spam-report.el (spam-report-plug-agent):
21205         Quote spam-report-url-to-file and spam-report-url-ping-plain.
21206
21207 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
21208
21209         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
21210         Allow / in mailto URLs.
21211
21212 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
21213
21214         * spam-report.el (spam-report-process-queue): Fix interactive use.
21215         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
21216         (spam-report-unplug-agent): Doc fixes.
21217         (spam-report-url-ping-mm-url, spam-report-url-to-file)
21218         (spam-report-agentize, spam-report-deagentize): Autoload.
21219
21220 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21221
21222         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
21223
21224         * message.el (message-setup-fill-variables): Add mml tags to
21225         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
21226         <ajk@iu.edu>.
21227         (message-mode): Don't modify paragraph-separate there.
21228
21229 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21230
21231         * compface.el (uncompface-use-external): Default to undecided.
21232         (uncompface-use-external-threshold): New variable.
21233         (uncompface-float-time): New macro.
21234         (uncompface): Determine whether to use the external decoder if
21235         uncompface-use-external is undecided.
21236
21237 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21238
21239         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
21240         after images.
21241
21242         * gnus-art.el (gnus-mime-display-single): Remove dead code.
21243
21244 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
21245
21246         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
21247
21248         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
21249
21250         * gnus-sum.el (gnus-summary-limit-to-age)
21251         (gnus-summary-limit-children): do.
21252
21253         * gnus-int.el (gnus-request-scan): do.
21254
21255         * gnus-group.el (gnus-group-suspend): do.
21256
21257         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
21258
21259         * gnus-cite.el (gnus-cite-parse-attributions): do.
21260
21261         * gnus-agent.el (gnus-summary-set-agent-mark)
21262         (gnus-agent-regenerate-group): do.
21263
21264         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
21265
21266         * binhex.el (binhex-decode-region-internal): do.
21267
21268 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21269
21270         * gnus-fun.el (gnus-face-properties-alist): New user option.
21271         (gnus-display-x-face-in-from): Use it.
21272
21273         * gnus-art.el (article-display-face): Ditto.
21274
21275         * compface.el (uncompface-use-external): Default to nil.
21276
21277 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
21278
21279         * nntp.el (nntp-erase-buffer): New function.
21280         (nntp-retrieve-data, nntp-send-command)
21281         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
21282         (nntp-possibly-change-group): Use it.
21283
21284         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
21285         Use with-current-buffer.
21286
21287 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
21288
21289         * compface.el: Merge the ELisp-based uncompface program.
21290         (compface): New customization group.
21291         (uncompface-use-external): New user option.
21292         (uncompface): Call uncompface-internal if uncompface-use-external
21293         is nil.
21294         (uncompface-internal): New function.  Note that there are also
21295         some other functions and variables added for this function.
21296
21297 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
21298
21299         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
21300         if necessary.
21301
21302 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
21303
21304         * spam-report.el (spam-report-unplug-agent)
21305         (spam-report-plug-agent, spam-report-deagentize)
21306         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
21307         Add support for the Agent in spam-report: when unplugged, report to a
21308         file; when plugged, submit all the requests.
21309
21310         * spam.el (spam-register-routine): Fix message about
21311         registration.
21312
21313 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
21314
21315         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
21316         dependencies.
21317         (rfc2047-encode): Use it.
21318
21319         * gnus-art.el (gnus-button-marker-list): Move before first
21320         reference.
21321
21322         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
21323         (imap-parse-body): Fix format string mismatch.
21324
21325         * gnus-score.el (gnus-summary-increase-score): do.
21326
21327         * nnrss.el (nnrss-close): New function.
21328
21329 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
21330
21331         * nnrss.el (nnrss-make-filename): New function.
21332         (nnrss-request-delete-group, nnrss-read-server-data)
21333         (nnrss-save-server-data, nnrss-read-group-data)
21334         (nnrss-save-group-data): Use it.
21335         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
21336         (nnrss-read-server-data, nnrss-read-group-data): Use load.
21337         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
21338
21339 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
21340
21341         * mml.el (mml-compute-boundary-1): Don't uncompress files.
21342
21343 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
21344
21345         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
21346         files.
21347
21348         * message.el (message-generate-headers-first): Don't quote nil
21349         and t in docstrings.
21350
21351         * imap.el (imap-id): do.
21352
21353         * gnus-agent.el (gnus-agent-consider-all-articles)
21354         (gnus-agent-queue-mail): do.
21355
21356 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
21357
21358         * spam-report.el (spam-report-process-queue): New function.
21359         Process requests from `spam-report-requests-file'.
21360         (spam-report-process-queue): Doc fix.
21361
21362 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
21363
21364         * spam.el (spam-register-routine)
21365         (spam-log-processing-to-registry, spam-log-registered-p)
21366         (spam-log-unregistration-needed-p, spam-log-undo-registration):
21367         Change "check" to "spam-check" for semi-clarity.
21368
21369 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
21370
21371         * pop3.el: Require nnheader.
21372
21373         * mml-smime.el: Require cl.  Autoload message-fetch-field.
21374
21375         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
21376
21377         * gnus-picon.el: Require cl.
21378
21379         * gnus-fun.el: Require gnus-ems and gnus-util.
21380
21381         * gnus.el (gnus-method-to-server): Move defsubst before first use.
21382
21383         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
21384
21385         * gnus-art.el (gnus-article-edit-mode): Define before first
21386         reference.
21387
21388 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
21389
21390         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
21391         (gnus-uu-post-encoded): Use point-at-bol.
21392
21393         * gnus-topic.el (gnus-group-active-topic-p): do.
21394
21395         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
21396
21397         * gnus-group.el (gnus-group-kill-region): do.
21398
21399         * gnus-art.el (article-date-ut): do.
21400
21401         * message.el (message-fetch-field): Remove redundant
21402         case-fold-search binding.
21403         (message-narrow-to-field): Simplify.
21404
21405 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
21406
21407         * spam.el (spam-directory): Derive from `gnus-directory'.
21408
21409         * spam-report.el (spam-report-url-to-file)
21410         (spam-report-requests-file): New function and variable for offline
21411         reporting.
21412         (spam-report-url-ping-function): Add `spam-report-url-to-file'
21413         and user defined function.
21414         (spam-report-url-ping-mm-url): Remove doubled slash.
21415
21416 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
21417
21418         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
21419
21420 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
21421
21422         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
21423         Fix format string mismatch.
21424
21425         * sieve.el (sieve-deactivate-all): do.
21426
21427         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
21428
21429         * nnlistserv.el (nnlistserv-kk-wash-article): do.
21430
21431         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
21432
21433         * mm-bodies.el (mm-7bit-chars): Don't include \r.
21434
21435 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
21436
21437         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
21438         the list of checks.
21439
21440 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
21441
21442         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
21443         padding.
21444
21445 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
21446
21447         * mm-view.el (mm-fill-flowed): New variable.
21448         (mm-inline-text): Use it.
21449
21450 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
21451
21452         * spam.el (spam-spamassassin-register-ham-routine)
21453         (spam-spamassassin-register-spam-routine): Fix function names.
21454
21455 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21456
21457         * gnus.el (gnus-tmp-grouplens): Remove.
21458         (gnus-summary-line-format): Remove grouplens.
21459
21460         * gnus-group.el (gnus-group-line-format): Ditto.
21461
21462         * gnus-spec.el (gnus-format-specs): Ditto.
21463         (gnus-update-format-specifications): Flush the group format spec
21464         cache if there's the grouplens stuff.
21465         (gnus-parse-simple-format): Replace %l with the empty string.
21466
21467 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
21468
21469         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
21470         omission.
21471
21472 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21473
21474         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
21475         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21476
21477 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
21478
21479         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
21480         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
21481         New macros and functions.
21482         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
21483         Handle > NLINK_MAX messages.
21484         * nnmaildir.el (nnmaildir-request-set-mark):
21485         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
21486
21487 2004-01-25  Alex Schroeder  <alex@gnu.org>
21488
21489         * spam-stat.el (spam-stat-process-directory-age): New option.
21490         (spam-stat-process-directory): Use it.
21491
21492 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
21493
21494         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
21495         (spam-stat-save): Accept prefix argument.
21496
21497 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
21498
21499         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
21500         links" error.
21501
21502 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21503
21504         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
21505         the rest of the and/or forms.
21506
21507 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
21508
21509         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
21510         compatibility with old .newsrc.eld files.
21511
21512         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
21513
21514         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
21515
21516         * gnus-start.el (gnus-1): do.
21517
21518         * gnus-group.el (gnus-group-line-format-alist): do.
21519
21520         * gnus.el (gnus-use-grouplens, gnus-visual): do.
21521
21522         * gnus-gl.el: Remove.
21523
21524 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21525
21526         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
21527         marks consisting of a single range {for example, (3 . 5)} rather
21528         than a list of a single range { ((3 . 5)) }.
21529
21530 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
21531
21532         * spam-stat.el (spam-stat-store-gnus-article-buffer):
21533         Use with-current-buffer.
21534         (spam-stat-store-current-buffer): Use insert-buffer-substring to
21535         avoid consing a string.
21536
21537         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
21538         Remove obsolete entries for big5 and gb2312.
21539
21540 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21541
21542         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
21543         uncompressed list.
21544
21545 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
21546
21547         * spam-stat.el (spam-stat-strip-xref): New function.
21548         (spam-stat-process-directory): Use it.
21549
21550         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
21551         here -- it's done in message-fetch-field.
21552
21553 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21554
21555         * gnus-agent.el (gnus-agent-queue-mail)
21556         (gnus-agent-prompt-send-queue): New variables.
21557         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
21558         * gnus-draft.el (gnus-group-send-queue): Pass the group name
21559         "nndraft:queue" along to gnus-draft-send.
21560         Use gnus-agent-prompt-send-queue.
21561         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
21562         is "nndraft:queue".  Suggested by Gaute Strokkenes
21563         <gs234@srcf.ucam.org>
21564
21565         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
21566         (agent-enable-undownloaded-faces): Add.
21567         (gnus-agent-cat-groups): Use eval-and-compile, not
21568         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
21569         method of gnus-agent-cat-groups even when the buffer has been
21570         evaled.
21571         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
21572         delete gnus-agent-save-active-1.
21573         (gnus-agent-save-groups): Delete.  Identical to
21574         gnus-agent-save-active.
21575         (gnus-agent-write-active): No longer adjust agent's copy of active
21576         file as agent's adjustments are now stored in their own
21577         file.  Remove optional parameter.
21578         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
21579         servers.  Add use of min/max range limits from server's local
21580         file.
21581         (gnus-agent-save-alist): Remove unused optional argument.
21582         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
21583         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
21584         (gnus-agent-set-local): A per-server file that keeps min/max range
21585         limits for articles known to the agent.  Provides a fast mechanism
21586         for altering many active ranges.
21587         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
21588         active file (local makes it unnecessary).
21589         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
21590
21591         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
21592         (agent-enable-undownloaded-faces): Add.
21593
21594         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
21595         disable it when sending to "nndraft:queue".
21596         (gnus-group-send-queue): Add safety check to avoid sending queue
21597         when unplugged.
21598
21599         * gnus-group.el (gnus-group-catchup): Use new
21600         gnus-sequence-of-unread-articles, not
21601         gnus-list-of-unread-articles, to avoid exhausting memory with huge
21602         numbers of articles.  Use gnus-range-map to avoid having to
21603         uncompress the unread list.
21604         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
21605         Fix invalid ange-ftp reference.
21606
21607         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
21608         (gnus-sorted-range-intersection): Intersection of two ranges
21609         without requiring that they first be uncompressed.
21610
21611         * gnus-start.el (gnus-activate-group): Unless blocked by the
21612         caller, possibly expand the active range to include both cached
21613         and agentized articles.
21614         (gnus-convert-old-newsrc): Rewrote in anticipation of having
21615         multiple version-dependent converters.
21616         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
21617         gnus-agent-save-active.
21618         (gnus-save-newsrc-file): Save dirty agent range limits.
21619
21620         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
21621         gnus-agent-possibly-alter-active.
21622         (gnus-adjust-marked-articles): Faster handling of simple lists.
21623
21624 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
21625
21626         * spam-stat.el (spam-stat-test-directory): New optional argument
21627         displays a list of files detected.  Suggested by Andrew Cohen
21628         <cohen@andy.bu.edu>.
21629         (spam-stat-buffer-words-with-scores): Don't narrow and change
21630         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
21631
21632 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
21633
21634         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
21635         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
21636         (spam-spamassassin-arguments)
21637         (spam-spamassassin-spam-flag-header)
21638         (spam-spamassassin-positive-spam-flag-header)
21639         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
21640         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
21641         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
21642         (spam-list-of-processors, spam-list-of-checks)
21643         (spam-list-of-statistical-checks, spam-registration-functions)
21644         (spam-check-spamassassin-headers, spam-check-spamassassin)
21645         (spam-spamassassin-score)
21646         (spam-spamassassin-register-with-sa-learn)
21647         (spam-spamassassin-register-spam-routine)
21648         (spam-spamassassin-register-ham-routine)
21649         (spam-assassin-register-spam-routine)
21650         (spam-assassin-register-ham-routine): Add SpamAssassin support.
21651         (spam-bogofilter-score): Fix to show article before scoring.
21652
21653 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
21654
21655         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
21656         default scoring function.
21657         (spam-generic-score): Call spam-spamassassin-score if
21658         spam-use-spamassassin or spam-use-spamassassin-headers is on;
21659         spam-bogofilter-score otherwise.
21660
21661         * gnus.el (spam-process, spam-autodetect-methods):
21662         Add spamassassin and spamassassin-headers.
21663
21664 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
21665
21666         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21667         Suppress unnecessary messages.
21668
21669 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
21670
21671         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
21672         make-hash-table.
21673
21674 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21675
21676         * canlock.el (base64-encode-string): Don't autoload it.
21677
21678 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21679
21680         * run-at-time.el: Remove useless (require 'itimer),
21681         eval-and-compile and (featurep 'xemacs).
21682
21683 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
21684
21685         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
21686         GROUP is a virtual group.
21687
21688 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
21689
21690         * gnus.el: Autoload `message-y-or-n-p'.
21691
21692 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
21693
21694         * pgg-parse.el: Remove unnecessary (require 'custom).
21695
21696         * pgg-def.el: do.
21697
21698         * nnmail.el: do.
21699
21700         * gnus-undo.el: do.
21701
21702         * gnus-picon.el: do.
21703
21704         * gnus-util.el: do.
21705
21706 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
21707
21708         * gnus-sum.el (gnus-pick-line-number): Add autoload.
21709
21710 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21711
21712         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
21713         handle, as well as a list.
21714
21715         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
21716         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
21717         (mm-w3m-cid-retrieve): Simplify.
21718
21719 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
21720
21721         * message.el (message-kill-to-signature): Allow prefix arg to
21722         specify number of lines to keep before signature.
21723
21724 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
21725
21726         * message.el (message-kill-to-signature): Change docstring.
21727
21728 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21729
21730         * canlock.el: Always require sha1-el.
21731         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
21732
21733         * message.el: Autoload sha1 only when compiling.
21734
21735         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
21736         eudc-expand-inline for XEmacs.
21737
21738 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21739
21740         * message.el (message-canlock-generate): Require sha1-el.
21741
21742 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
21743
21744         * message.el (message-expand-name): Silence the byte compiler.
21745
21746         * lpath.el: Add detect-coding-system.
21747
21748         * dgnushack.el (dgnushack-compile): Remove obsolete check for
21749         cus-edit.
21750
21751 2004-01-13  Simon Josefsson  <jas@extundo.com>
21752
21753         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
21754         Invoke gnus-score-mode.
21755         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
21756
21757         * gnus-range.el (gnus-compress-sequence): Doc fix.
21758         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
21759
21760 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
21761
21762         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
21763
21764 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
21765
21766         * spam.el (spam-get-article-as-string): Update to use
21767         gnus-request-article-this-buffer, much simpler.
21768         (spam-get-article-as-buffer): Remove.
21769
21770 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
21771
21772         * message.el (message-expand-name): Use EUDC if the user uses that.
21773
21774 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
21775
21776         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
21777         character for the encoding to avoid consing a string.
21778
21779         * rfc2047.el (rfc2047-decode-string): Don't cons a string
21780         unnecessarily.
21781
21782         * mm-util.el (mm-replace-chars-in-string): Remove.
21783
21784         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
21785         of mm-replace-chars-in-string.
21786
21787 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
21788
21789         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
21790
21791         * mm-util.el (mm-subst-char-in-string): Support inplace.
21792
21793         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
21794         a new string in every iteration.  Use shy groups.
21795
21796 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
21797
21798         * gnus-srvr.el (gnus-browse-unsubscribe-group):
21799         * gnus-soup.el (gnus-soup-group-brew):
21800         * gnus-msg.el (gnus-put-message):
21801         * gnus-move.el (gnus-group-move-group-to-server):
21802         * gnus-kill.el (gnus-batch-score):
21803         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
21804         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
21805         (gnus-group-update-group, gnus-group-read-group)
21806         (gnus-group-make-group, gnus-group-make-help-group)
21807         (gnus-group-make-archive-group, gnus-group-make-directory-group)
21808         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
21809         (gnus-group-sort-by-unread, gnus-group-catchup)
21810         (gnus-group-unsubscribe-group, gnus-group-kill-group)
21811         (gnus-group-yank-group, gnus-group-set-info)
21812         (gnus-group-list-groups):
21813         * gnus.el (gnus-generate-new-group-name):
21814         * gnus-delay.el (gnus-delay-send-queue):
21815         * nnvirtual.el (nnvirtual-catchup-group):
21816         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
21817         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
21818         (gnus-group-prepare-topics, gnus-topic-check-topology):
21819         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
21820         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
21821         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
21822         (gnus-group-make-articles-read):
21823         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
21824         (gnus-group-change-level, gnus-kill-newsgroup)
21825         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
21826         (gnus-get-unread-articles, gnus-make-articles-unread)
21827         (gnus-make-ascending-articles-unread): Use accessor
21828         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
21829         to get group information for improved readability.
21830
21831
21832 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21833
21834         * gnus-art.el (article-decode-mime-words, article-babel)
21835         (gnus-article-highlight-signature, gnus-article-add-buttons)
21836         (gnus-signature-toggle): Use gnus-with-article-buffer.
21837
21838         * gnus-art.el (gnus-article-highlight-headers)
21839         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
21840
21841         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
21842         (gnus-article-set-globals, gnus-request-article-this-buffer)
21843         (gnus-button-message-id, gnus-article-maybe-hide-headers)
21844         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
21845         (gnus-mime-display-alternative): Use with-current-buffer.
21846
21847 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
21848
21849         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
21850         also under 80 char limit, and call gnus-error if needed.
21851         (spam-fetch-article-header): Fix - it was a
21852         buffer-local variable (gnus-newsgroup-data).
21853         (spam-find-spam): Use spam-generate-fake-headers, forget about
21854         spam-insert-fake-headers.
21855         (spam-insert-fake-headers): Remove.
21856
21857 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21858
21859         * deuglify.el (gnus-article-outlook-unwrap-lines)
21860         (gnus-outlook-rearrange-article)
21861         (gnus-outlook-repair-attribution-outlook)
21862         (gnus-outlook-repair-attribution-block)
21863         (gnus-outlook-repair-attribution-other): Remove redundant
21864         save-excursion.
21865
21866 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
21867
21868         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
21869         (spam-fetch-field-subject-fast)
21870         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
21871         (spam-fetch-article-header): Add functions to deal with Gnus
21872         internals for fast retrieval of article header data.
21873         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
21874
21875 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
21876
21877         * pop3.el (pop3-md5): Remove.
21878         (pop3-apop): Replace pop3-md5 with md5.
21879
21880         * mm-bodies.el: base64 is always built-in.
21881
21882         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
21883         Use with-current-buffer.
21884
21885 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21886
21887         * canlock.el (canlock-insert-header): Remove excessive grouping in
21888         regexp.
21889
21890         * gnus-sum.el (gnus-summary-read-document): Ditto.
21891
21892         * gnus-uu.el (gnus-uu-part-number): Ditto.
21893
21894         * html2text.el (html2text-remove-tags): Ditto.
21895         (html2text-format-tags): Ditto.
21896         (html2text-format-single-elements): Ditto.
21897
21898         * mml.el (mml-parse-1): Ditto.
21899
21900 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
21901
21902         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
21903
21904         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
21905
21906         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
21907
21908         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
21909
21910 2003-11-15  Simon Josefsson  <jas@extundo.com>
21911
21912         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
21913         (pgg-gpg-lookup-key): Use regexp match instead of
21914         split-string (split-string is different between emacs 21.2 and
21915         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
21916
21917 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
21918
21919         * gnus-art.el (gnus-mime-view-all-parts)
21920         (gnus-article-part-wrapper, gnus-article-view-part):
21921         Use with-current-buffer.
21922
21923 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
21924
21925         * spam.el (spam-disable-spam-split-during-ham-respool)
21926         (spam-spamoracle-database, spam-cache-lookups)
21927         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
21928         (spam-group-ham-mark-p, spam-group-spam-mark-p)
21929         (spam-group-ham-marks, spam-group-spam-marks)
21930         (spam-group-spam-contents-p, spam-group-ham-contents-p)
21931         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
21932         also add spam-use-blackholes to the statistical checks.
21933         (spam-fetch-field-fast): Add interface to fetching fields, may
21934         become a macro.
21935         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
21936         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
21937         (spam-insert-fake-headers): Fake an article when needed.
21938         (spam-find-spam): Fake article when possible.
21939         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
21940         (spam-check-bogofilter-headers): Use message-fetch-field instead
21941         of nnmail-fetch-field.
21942
21943 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
21944
21945         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
21946
21947 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
21948
21949         * spam.el (spam-split): Do not require spam-use-CHECK to be
21950         enabled if that check is passed to spam-split explicitly; also
21951         fix so 'spam doesn't get converted to spam-split-group when
21952         spam-split-symbolic-return is t.
21953         (spam-find-spam): Find registrations of the article and use those
21954         instead of re-running spam-split to find the spam/ham
21955         classification of the article.
21956         (spam-log-processing-to-registry, spam-log-registered-p)
21957         (spam-log-unregistration-needed-p, spam-log-undo-registration):
21958         Use gnus-error instead of gnus-message.
21959         (spam-log-registration-type): Add function to determine the
21960         classification of a message based on registry entries; will
21961         return nil if both 'spam and 'ham are found.
21962         (spam-check-BBDB): Expand all the BBDB macros here so we can have
21963         a reasonably fast local cache without the loading errors.
21964         (spam-cache-lookups): Set to t by default.
21965         (spam-find-spam): Don't try to guess spam-cache-lookups.
21966         (spam-enter-whitelist, spam-enter-blacklist): Clear the
21967         spam-caches entry.
21968         (spam-filelist-build-cache, spam-filelist-check-cache):
21969         Fix caching of whitelist/blacklist entries.
21970         (spam-check-whitelist, spam-check-blacklist):
21971         Invoke spam-from-listed-p with a type, not a cache variable.
21972         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
21973
21974 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
21975
21976         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
21977
21978         * nnmail.el (nnmail-split-fancy): do.
21979
21980         * mml.el (mml-parse): do.
21981
21982         * gnus-score.el (gnus-enter-score-words-into-hashtb)
21983         (gnus-score-adaptive): do.
21984
21985 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21986
21987         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
21988         (gnus-mime-button-map): Don't set keymap parent.
21989         (gnus-button-ctan-directory-regexp): Use shy grouping.
21990         (gnus-prev-page-map): Don't set keymap parent.
21991         (gnus-prev-page-map): Remove duplicated one.
21992         (gnus-next-page-map): Don't set keymap parent.
21993         (gnus-mime-security-button-map): Ditto.
21994
21995         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
21996         version number.
21997
21998         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
21999
22000 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22001
22002         * canlock.el (canlock-sha1-function): Remove.
22003         (canlock-sha1-function-for-verify): Remove.
22004         (canlock-openssl-program): Remove.
22005         (canlock-openssl-args): Remove.
22006         (canlock-ignore-errors): Remove.
22007         (canlock-sha1-with-openssl): Remove.
22008         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
22009         (canlock-verify): Don't use canlock-ignore-errors.
22010
22011         * sha1-el.el (sha1-string-external): Make it can return a string
22012         in binary form.
22013         (sha1-region-external): Ditto.
22014         (sha1-string-internal): Ditto.
22015         (sha1-region-internal): Ditto.
22016         (sha1-region): Ditto.
22017         (sha1-string): Ditto.
22018         (sha1): Ditto.
22019
22020 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22021
22022         * spam.el (spam-report-articles-gmane): New command.
22023
22024 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22025
22026         * gnus.el: Don't make unnecessary *Group* buffer when loading.
22027
22028         * run-at-time.el (run-at-time-saved): Remove.
22029         (run-at-time): Doc fix.
22030
22031 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
22032
22033         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
22034         (gnus-summary-limit-map): Add it.
22035         (gnus-summary-make-menu-bar): do.
22036
22037 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
22038
22039         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
22040         Make attempt at some caching support (done for BBDB only now).
22041         (spam-find-spam): Set spam-cache-lookups if there are more than 2
22042         addresses to be checked.
22043         (spam-clear-cache-BBDB): Add function, to be invoked by
22044         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
22045         (spam-check-BBDB): Check and use the caches, if
22046         spam-cache-lookups is on, remove superfluous (provide).
22047
22048 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
22049
22050         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
22051
22052 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
22053
22054         * run-at-time.el (run-at-time-saved): Move to after the definition
22055         of `run-at-time'.
22056
22057         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
22058
22059 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22060
22061         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
22062         mm-w3m-local-map-property.
22063
22064         * mm-view.el (mm-w3m-mode-map): Remove.
22065         (mm-w3m-local-map-property): Remove.
22066         (mm-inline-text-html-render-with-w3m): Don't use
22067         mm-w3m-local-map-property.
22068
22069 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22070
22071         * run-at-time.el: New file.
22072
22073         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
22074         under Emacs.
22075
22076         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
22077         of gnus-set-text-properties.
22078
22079         * gnus-uu.el (gnus-uu-save-article): Ditto.
22080
22081         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
22082
22083         * gnus-cite.el (gnus-cite-parse): Ditto.
22084
22085         * gnus-art.el (gnus-button-push): Use set-text-properties instead
22086         of gnus-.
22087
22088         * gnus-xmas.el (run-at-time): Require run-at-time.
22089
22090         * gnus.el: Change calls to nnheader-run-at-time and
22091         password-run-at-time throughout to use run-at-time directly.
22092
22093         * password.el: Remove definition of run-at-time.
22094
22095         * nnheaderxm.el: Remove definition of run-at-time.
22096
22097 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
22098
22099         * mml.el (mml-minibuffer-read-disposition): Show attachment type
22100         in prompt.
22101
22102 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
22103
22104         * messagexmas.el (message-xmas-redefine): Alias
22105         `message-make-caesar-translation-table' to
22106         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
22107         version.
22108
22109         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
22110         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
22111         `gnus-xmas-set-text-properties'.
22112         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
22113         `gnus-xmas-completing-read'.
22114         (gnus-xmas-completing-read): Removed.
22115         (gnus-xmas-open-network-stream): Removed.
22116
22117         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
22118         XEmacs version.
22119
22120         * dns.el (dns-make-network-process): Use `open-network-stream'
22121         instead of `gnus-xmas-open-network-stream'.
22122
22123         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
22124
22125         * .cvsignore: Add auto-autoloads.el, custom-load.el.
22126
22127 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
22128
22129         * gnus-art.el (gnus-mime-display-alternative)
22130         (gnus-insert-mime-button, gnus-insert-mime-security-button)
22131         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
22132         Don't use gnus-local-map-property.
22133
22134         * gnus-util.el (gnus-local-map-property): Remove.
22135
22136         * mm-view.el (mm-view-pkcs7-decrypt):
22137         Replace gnus-completing-read-maybe-default with completing-read.
22138
22139         * gnus-util.el (gnus-completing-read): do.
22140         (gnus-completing-read-maybe-default): Remove.
22141
22142 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
22143
22144         * password.el: Only autoload `run-at-time' if not XEmacs.
22145         Only autoload the itimer functions if XEmacs.
22146
22147 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22148
22149         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
22150         XEmacsen.
22151
22152         * dgnushack.el: Autoload executable-find for XEmacs.
22153
22154 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
22155
22156         * gnus-art.el (gnus-read-string): Remove.
22157         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
22158         read-string.
22159
22160 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
22161
22162         * netrc.el: Autoload password-read.
22163         (netrc): Add configuration group.
22164         (netrc-encoding-method, netrc-openssl-path):
22165         Add variables for encoding and decoding of files with symmetric
22166         ciphers.
22167         (netrc-encode): Add assistant function to encode a file with
22168         netrc-encoding-method.
22169         (netrc-parse): Add interactive parameter, added optional
22170         decoding if netrc-encoding-method is non-nil but otherwise
22171         behavior is standard.
22172         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
22173         Do s/encode/encrypt/ everywhere.
22174
22175         * spam.el: Remove executable-find autoload.
22176
22177 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
22178
22179         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
22180
22181         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
22182
22183 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
22184
22185         * gnus-art.el (gnus-treat-ansi-sequences)
22186         (article-treat-ansi-sequences): New variable and function.
22187         Suggested by Dan Jacobson <jidanni@jidanni.org>.
22188
22189         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
22190         Use it.
22191
22192 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
22193
22194         * mm-util.el (mm-quote-arg): Remove.
22195
22196         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
22197         shell-quote-argument.
22198
22199         * gnus-uu.el (gnus-uu-command): do.
22200
22201         * gnus-sum.el (gnus-summary-insert-pseudos): do.
22202
22203         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
22204         with make-char.
22205
22206         * mm-util.el (mm-make-char): Remove.
22207
22208         * mml.el (mml-mode): Replace gnus-add-minor-mode with
22209         add-minor-mode.
22210
22211         * gnus-undo.el (gnus-undo-mode): do.
22212
22213         * gnus-topic.el (gnus-topic-mode): do.
22214
22215         * gnus-sum.el (gnus-dead-summary-mode): do.
22216
22217         * gnus-start.el (gnus-slave-mode): do.
22218
22219         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
22220
22221         * gnus-ml.el (gnus-mailing-list-mode): do.
22222
22223         * gnus-gl.el (gnus-grouplens-mode): do.
22224
22225         * gnus-draft.el (gnus-draft-mode): do.
22226
22227         * gnus-dired.el (gnus-dired-mode): do.
22228
22229         * gnus-ems.el (gnus-add-minor-mode): Remove.
22230
22231         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
22232         Replace gnus-char-width with char-width.
22233
22234         * gnus-ems.el (gnus-char-width): Remove.
22235
22236         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
22237         Replace gnus-char-width with char-width.
22238
22239         * gnus-ems.el (gnus-char-width): Remove.
22240
22241         * spam-stat.el (with-syntax-table): Remove with-syntax-table
22242         definition.
22243         Remove Emacs 20 hash table compatibility code.
22244
22245         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
22246         20 compatibility code.
22247
22248         * spam.el (spam-point-at-eol): Replace with point-at-eol.
22249
22250         * smime.el (smime-point-at-eol): Replace with point-at-eol.
22251
22252         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
22253         Replace with point-at-{eol,bol}.
22254
22255         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
22256
22257         * imap.el (imap-point-at-eol): Replace with point-at-eol.
22258
22259         * flow-fill.el (fill-flowed-point-at-bol)
22260         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
22261
22262         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
22263         Replace with point-at-{eol,bol} throughout all files.
22264
22265 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22266
22267         * ntlm.el (ntlm-string-as-unibyte): New macro.
22268         (ntlm-build-auth-response): Use it.
22269
22270         Remove Emacs 20 stuff:
22271         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
22272         (butlast, mapc, remove): Remove the compiler macros.
22273         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
22274         of delq and copy-sequence.
22275         * gnus-art.el (popup-menu): Remove the compiler macro.
22276         * nnmail.el (nnmail-split-fancy): Don't support customizing with
22277         Emacs 20.
22278
22279 2004-01-05  Simon Josefsson  <jas@extundo.com>
22280
22281         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
22282         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
22283         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
22284         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
22285         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
22286         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
22287         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
22288         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
22289         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
22290         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
22291         ntlm-string-permute, string-lshift into ntlm-string-lshift,
22292         string-xor into ntlm-string-xor.
22293         Suggested by Jesper Harder <harder@myrealbox.com>.
22294
22295         * ntlm.el: Don't include poem.
22296
22297         * md4.el (print-int32, print-string-hexa): Remove.
22298         Suggested by Jesper Harder <harder@myrealbox.com>.
22299
22300         * sasl-ntlm.el, ntlm.el, md4.el: New files.
22301
22302         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
22303         probably breaks emacs with DL patch, but do we care? Is anyone
22304         still using the DL stuff?)
22305
22306         * sieve-manage.el: Use the password package.
22307         (sieve-manage-read-passwd): Remove.
22308         (sieve-manage-interactive-login): Use password.  Re-add
22309         condition-case around loop.
22310
22311         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
22312         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
22313         Use the password package.
22314
22315 2003-02-19  Simon Josefsson  <jas@extundo.com>
22316
22317         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
22318         token.
22319
22320 2002-08-07  Simon Josefsson  <jas@extundo.com>
22321
22322         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
22323         (sieve-manage-authenticators):
22324         (sieve-manage-authenticator-alist): Add some SASL mechs.
22325         (sieve-sasl-auth): New function.
22326         (sieve-manage-cram-md5-auth):
22327         (sieve-manage-plain-auth): Rewrite using SASL library.
22328         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
22329         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
22330         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
22331         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
22332
22333 2004-01-05  Simon Josefsson  <jas@extundo.com>
22334
22335         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
22336         New files.
22337
22338 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22339
22340         * gnus-group.el (gnus-no-groups-message): Update.
22341
22342         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
22343
22344 2003-11-09  Simon Josefsson  <jas@extundo.com>
22345
22346         * imap.el: Support for ID IMAP extension (RFC 2971).
22347         (imap-local-variables): Add imap-id.
22348         (imap-id): New variable.
22349         (imap-id): New function.
22350         (imap-parse-response): Parse untagged ID response.
22351         * nnimap.el (nnimap-id): New variable.
22352         (nnimap-open-connection): Use it.
22353
22354 2003-12-28  Simon Josefsson  <jas@extundo.com>
22355
22356         * gnus-score.el (gnus-score-edit-all-score): New.
22357         * gnus-group.el (gnus-group-score-map): Bind it to W e.
22358
22359 2004-01-04  Simon Josefsson  <jas@extundo.com>
22360
22361         * password.el: Add.
22362
22363 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
22364
22365         * dns.el (dns-query-types): Fix typo.
22366         (dns-query-types): New function.
22367         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
22368         PTR and SOA replies, see RFC 1035.
22369
22370 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22371
22372         * gnus.el (gnus-logo-color-style): Change colors to `no'.
22373
22374         * Move to Changelog.2.
22375
22376 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22377
22378         * gnus.el (gnus-version-number): Bump version.
22379
22380 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22381
22382         * gnus.el: No Gnus v0.1 is released.
22383
22384 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22385
22386         * gnus.el: No Gnus v0.0 is released.
22387
22388 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22389
22390         * gnus.el (gnus-version-number): Bump.
22391         (gnus-version): No.
22392
22393 See ChangeLog.2 for earlier changes.
22394
22395   Copyright (C) 2004-2011  Free Software Foundation, Inc.
22396
22397   This file is part of GNU Emacs.
22398
22399   GNU Emacs is free software: you can redistribute it and/or modify
22400   it under the terms of the GNU General Public License as published by
22401   the Free Software Foundation, either version 3 of the License, or
22402   (at your option) any later version.
22403
22404   GNU Emacs is distributed in the hope that it will be useful,
22405   but WITHOUT ANY WARRANTY; without even the implied warranty of
22406   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
22407   GNU General Public License for more details.
22408
22409   You should have received a copy of the GNU General Public License
22410   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
22411
22412 ;; Local Variables:
22413 ;; coding: utf-8
22414 ;; fill-column: 79
22415 ;; add-log-time-zone-rule: t
22416 ;; End: