* nnimap.el: Fix problem with `g' chopping of low-numbered articles.
[gnus] / lisp / ChangeLog
1 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
4         low-numbered articles.
5
6 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7
8         * rfc2047.el (rfc2047-syntax-table): Simplify.
9
10         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
11
12         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
13         set-char-table-range for XEmacs.
14
15 2010-11-10  Glenn Morris  <rgm@gnu.org>
16
17         * time-date.el (time-to-seconds): Always an alias on Emacs,
18         never a real function.
19         (with-no-warnings): Remove compat stub, now unused.
20         (time-less-p): Doc fix.
21         (time-to-number-of-days): Simplify.
22
23         * smime.el (from): Remove unused declaration.
24
25         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
26         (gnus-float-time): On Emacs, always an alias.
27
28         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
29         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
30
31 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
32
33         * dgnushack.el: Don't use ignore-errors in the top level form since it
34         is unavailable in XEmacs even if cl is loaded.
35
36         * gnus-art.el (org-entities): Bind it.
37
38 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
39
40         * shr.el (browse-url-mailto): Autoload.
41
42         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
43
44         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
45         regexp doesn't need quoting.
46
47 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
48
49         * message.el (message-subject-trailing-was-ask-regexp)
50         (message-subject-trailing-was-regexp): Match was: in addition to was.
51
52 2010-11-09  Glenn Morris  <rgm@gnu.org>
53
54         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
55         (nnbabyl-check-mbox): Use point-at-bol.
56
57 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
58
59         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
60
61         * message.el (message-mailto): New function.
62         (message-mailto): Should accept other parameters.
63         (message-mailto): Remove since it duplicates browse-url-mailto
64         functionality.
65
66 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
67
68         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
69         methods.
70         (gnus-read-active-file): Ditto.
71
72         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
73         ": " from the prompt.
74         (gnus-group-make-group): Ditto.
75
76 2010-11-07  Glenn Morris  <rgm@gnu.org>
77
78         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
79         (gnus-bookmark-kill-line): Use point-at-eol.
80
81 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
82
83         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
84         asterisks in From header.
85
86 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
87
88         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
89         string to avoid making the From headers syntactically invalid.
90
91         * message.el (message-send-mail): Don't insert courtesy messages if the
92         message already has List-Post and List-ID messages.
93
94 2010-11-06  Glenn Morris  <rgm@gnu.org>
95
96         * gnus-art.el (gnus-treat-article): Give dynamic local variables
97         `condition', `type', `length' a prefix.
98         (gnus-treat-predicate): Update for above name changes.
99
100 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
101
102         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
103         binding.  Handled by `gnus-summary-refer-thread' instead.
104         (nnir-warp-to-article): New backend function.
105
106         * nnimap.el (nnimap-request-thread): Force dependency updating.
107
108         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
109         (gnus-summary-refer-thread): Rework to improve thread-referral.
110
111         * gnus-int.el (gnus-warp-to-article): New function.
112
113         * gnus-sum.el (gnus-summary-article-map): Bind it.
114
115 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
116
117         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
118         gnus-summary-refer-thread.
119
120         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
121         headers.
122         (gnus-summary-limit-include-thread): Prevent articles in thread from
123         being cut in gnus-cut-threads.
124         (gnus-summary-refer-thread): Limit retrieved headers to those in
125         thread.
126
127 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
128
129         * message.el (message-send-mail): Use the value of
130         message-courtesy-message from the message buffer.
131
132         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
133
134         * shr.el (shr-browse-url): Implement mailto: URLs.
135
136         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
137         "raw".
138
139         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
140         if it's already selected.
141
142         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
143
144 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
145
146         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
147         to measure the length and truncate alt text.
148
149 2010-11-03  Glenn Morris  <rgm@gnu.org>
150
151         * nndiary.el (nndiary-generate-nov-databases-1)
152         (nndiary-generate-active-info): Rename dynamic variable `files' to
153         something less generic.
154
155 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
156
157         * nnir.el (nnir-request-move-article): Call the underlying backend to
158         move articles from nnir.
159
160 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
161
162         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
163
164 2010-11-02  Julien Danjou  <julien@danjou.info>
165
166         * nnir.el: Remove wais support.
167
168 2010-11-02  Glenn Morris  <rgm@gnu.org>
169
170         * gnus-html.el: Reorder requirements to quieten compiler.
171
172 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
173
174         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
175         properly for XEmacs as well.
176         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
177         (gnus-article-natural-long-line-p): Use window-width rather than
178         frame-width.
179
180 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
181
182         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
183         (nnir-read-parms): Don't modify query.
184         (nnir-run-query): Add ability to search topic on current line.
185         (nnir-get-active): Clean up.
186
187 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
188
189         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
190         degenerate articles.
191
192         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
193         (gnus-print-buffer): Just print the buffer as is, without any copying
194         to a buffer and then re-highlighting.
195
196         * nnimap.el (nnimap-request-group): Store the new updated info.
197         (nnimap-request-group): Select the group when we don't know whether it
198         exists or not.
199
200         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
201         groups.
202
203         * gnus-group.el (gnus-group-find-new-groups): Display all the new
204         groups.
205
206         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
207         groups.
208
209         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
210         long-lines case by only filling the long lines.
211
212         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
213         (bug #7311).
214
215 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
216
217         * shr.el: No need to declare `declare-function' since shr.el is for
218         only Emacsen that provide `libxml-parse-html-region'.
219
220         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
221         effective only in a file it is referred to.
222
223 2010-11-01  Glenn Morris  <rgm@gnu.org>
224
225         * mm-util.el (gnus-completing-read): Autoload.
226         (mm-read-coding-system): Simplify Emacs definition.
227
228         * nnmail.el (gnus-activate-group):
229         * nnimap.el (gnutls-negotiate):
230         * nntp.el (netrc-parse): Fix declarations.
231
232 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
233
234         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
235         string-match-p in Emacs >=23.
236
237         * gnus-msg.el (gnus-configure-posting-styles)
238         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
239
240 2010-11-01  Glenn Morris  <rgm@gnu.org>
241
242         * nnir.el (declare-function): Add compat stub.
243         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
244         (nnir-run-gmane): Require 'mm-url.
245
246         * mm-util.el (mm-string-to-multibyte): Simplify.
247
248         * shr.el (declare-function): Add compat stub.
249         (url-cache-create-filename): Declare.
250         (mm-disable-multibyte, widget-convert-button): Autoload.
251
252         * smime.el (ldap-search): Declare.
253         (smime-cert-by-ldap-1): Require ldap on Emacs.
254
255         * nnimap.el: Require nnmail, and gnus-sum when compiling.
256         (nnimap-keepalive): Use gnus-float-time.
257
258         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
259         (mail-source-delete-crash-box): Use gnus-float-time.
260
261         * gnus-dired.el (gnus-completing-read): Autoload.
262
263         * mm-view.el (gnus-rescale-image): Autoload.
264
265         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
266
267         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
268
269         * sieve-manage.el: Require 'cl when compiling.
270
271         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
272         (gnus-iswitchb-completing-read): Require iswitchb.
273         (gnus-select-frame-set-input-focus): Silence compiler.
274
275 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
276
277         * message.el (message-subject-trailing-was-query): Change default to t,
278         since I think that's what most people want.
279
280         * nnimap.el (nnimap-request-accept-article): Erase buffer before
281         appending for easier debugging.
282         (nnimap-wait-for-connection): Take a regexp.
283         (nnimap-request-accept-article): Wait for the continuation line before
284         sending anything unless we're streaming.
285
286         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
287         leave the header washing to take place.
288
289 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
290
291         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
292         regular expression match and replace in posting styles.
293
294 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
295
296         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
297         an entire server.
298         (nnir-get-active): New function.
299         (nnir-run-imap): Use it.
300         (nnir-run-gmane): Who knew, gmane search returns an article score!
301
302         * gnus-srvr.el (gnus-server-mode-map): add binding "G" to search the
303         server on the current line with nnir.
304
305 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
306
307         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
308         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
309         left edge.
310         (gnus-article-foldable-buffer): Skip past the prefix when determining
311         raggedness.
312
313         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
314         the raw article, and change `C-u g' to show the article without doing
315         treatments.
316
317         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
318         on to `gnus-treat-article'.
319         (gnus-inhibit-article-treatments): New variable.
320
321         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
322
323         * gnus-art.el (gnus-treatment-function-alist): Have
324         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
325         (gnus-treat-fill-long-lines): Change default to fill all text/plain
326         sections.
327
328         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
329         parameter.
330         (gnus-article-fill-cited-long-lines): New function.
331         (gnus-article-fill-cited-article): Allow filling only long sections.
332
333         * shr.el (shr-find-fill-point): Don't break lines between punctuation
334         and non-punctuation (like after the apostrophe in "'We").
335
336         * gnus-sum.el (gnus-summary-select-article): Make sure
337         gnus-original-article-buffer is alive.
338
339         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
340         reflect the order they're in in the digest.
341
342         * gnus.el (gnus-group-startup-message): Move point to the start of the
343         buffer.
344
345         * nnimap.el (nnimap-capability): New function.
346         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
347         is set.
348
349 2010-10-31  David Engster  <dengste@eml.cc>
350
351         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
352         conform with changes to gnus-completing-read.
353
354 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
355
356         * shr.el (shr-tag-img): Output "*" instead of "[img]".
357
358 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
359
360         * nnir.el move defvar, defcustom around to keep file organized and keep
361         byte-compiler quiet.
362         (nnir-read-parms): accept search-engine as arg.
363         (nnir-run-query): pass search-engine as arg.
364         (nnir-search-engine): remove.
365
366 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
367
368         * shr.el (shr-generic): The text nodes should be text, not :text.
369
370         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
371         later in the file.
372
373 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
374
375         * nnir.el: general clean up. allow searching with multiple
376         engines. allow separate extra-parameters for each engine. batch queries
377         when possible.
378         (nnir-imap-default-search-key,nnir-method-default-engines): add
379         customize interface.
380         (nnir-run-gmane): new engine.
381         (nnir-engines): use it. qualify all prompts with engine name.
382         (nnir-search-engine): remove global variable.
383         (nnir-run-hyrex): restore for now.
384         (nnir-extra-parms,nnir-search-history): new variables.
385         (gnus-group-make-nnir-group): use them.
386         (nnir-group-server): remove in favor of gnus-group-server.
387         (nnir-request-group): avoid searching twice.
388         (nnir-sort-groups-by-server): new function.
389
390 2010-10-30  Julien Danjou  <julien@danjou.info>
391
392         * gnus-group.el: Remove gnus-group-fetch-control.
393
394         * gnus-start.el (gnus-find-new-newsgroups): Remove
395         gnus-check-first-time-used.
396
397         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
398
399 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
400
401         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
402         set on groups that don't have \* permanentflags.
403
404 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
405
406         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
407         control the background color.
408         (shr-tag-img): Ignore very small web bug type images.
409         (shr-put-image): Add help-echo alt texts to the images.
410         (shr-tag-video): Show the video poster image.
411
412 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
413
414         * shr.el (shr-table-depth): New variable.
415         (shr-tag-table-1): Only insert the images after the top-level table.
416
417         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
418
419         * gnus-util.el (gnus-list-memq-of-list): New function.
420
421         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
422         selected.
423         (nnimap-unsplittable-articles): New slot.
424         (nnimap-new-articles): Use it.
425
426 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
427
428         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
429         move to the previous line on `M-g'.
430
431 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
432
433         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
434         *-request-group, which seems unnecessary.
435
436         * nnimap.el (nnimap-quote-specials): Function copied over from
437         imap.el.
438         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
439         they support that.  Suggested by Tom Regner.
440
441 2010-10-29  Julien Danjou  <julien@danjou.info>
442
443         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
444         defalias.
445         (gnus-summary-delete-marked-with): Remove obsolete defalias.
446
447         * gnus.el: Remove `gnus-nntp-service' variable.
448         (gnus-secondary-servers): Make obsolete.
449         (gnus-nntp-server): Make obsolete.
450
451         * gnus-start.el (gnus-1): Remove x-splash calls.
452
453         * gnus-ems.el (gnus-x-splash): Remove.
454
455         * gnus.el (gnus-group-startup-message): Simplify/update code.
456
457         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
458         definition.
459
460         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
461         capability before doing anything.
462         (gnus-group-insert-group-line): Remove useless
463         gnus-group-remove-excess-properties.
464
465 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
466
467         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
468
469 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
470
471         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
472         config after reselecting.
473
474 2010-10-28  Julien Danjou  <julien@danjou.info>
475
476         * shr.el (shr-put-image): Use point even if only inserting text.
477         (shr-put-image): Save excursion when inserting alt text on non-graphic
478         display, so the behaviour is the same when we are on a graphic display.
479
480         * nnir.el (nnir-run-swish-e): Remove hyrex support.
481
482 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
483
484         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
485         (gnus-mime-copy-part): Check coding system, not charset.
486         (gnus-mime-view-part-externally): Never remove part.
487         (gnus-mime-view-part-internally): Don't remove part here.
488         (gnus-article-part-wrapper): Make sure MIME tag is visible.
489         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
490         multipart/alternative.
491
492         * mm-decode.el (mm-display-part): Take optional arg `force'.
493
494 2010-10-26  Julien Danjou  <julien@danjou.info>
495
496         * gnus-group.el (gnus-group-default-list-level): Add this function to
497         compute the default list level.
498         (gnus-group-default-list-level): Add possibility to use a function.
499
500 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
501
502         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
503
504         * gnus-group.el (gnus-group-completing-read)
505         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
506         gnus-replace-in-string.
507
508 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
509
510         * shr.el (shr-tag-div): Added.
511
512         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
513
514 2010-10-25  Julien Danjou  <julien@danjou.info>
515
516         * gnus-util.el: Remove `gnus-with-local-quit'.
517
518         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
519
520 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
521
522         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
523         the original article buffer.
524
525 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
526
527         * nnimap.el (nnimap-request-head): New function.
528         (nnimap-request-move-article): Try to be slighly faster by not
529         requesting the entire message when moving.
530         (nnimap-transform-headers): Don't bug out on bodiless articles.
531         (nnimap-send-command): Have no outstanding messages if the IMAP server
532         doesn't support streaming.
533         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
534
535 2010-10-24  Julien Danjou  <julien@danjou.info>
536
537         * message.el (message-default-headers): Fix type.
538
539 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
540
541         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
542         prefetching images.
543
544         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
545         backend for unknown groups.  This is mainly useful for nnimap groups.
546
547         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
548         group isn't covered by the agent.
549
550 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
551
552         * nnir.el (nnir-method-default-engines): new variable.
553         (nnir-run-query): use it.
554         (nnir-group-mode-hook): remove key binding and move to gnus-group.el.
555         (gnus-summary-nnir-goto-thread): change group if needed.
556
557         * gnus-group.el (gnus-group-group-map): add key binding for
558         gnus-group-make-nnir-group.
559
560 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
561
562         * shr.el (shr-tag-object): Added.
563
564         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
565         original article buffer live.
566         (gnus-summary-select-article-buffer): Mention
567         gnus-widen-article-buffer.
568
569 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
570
571         * shr.el (shr-tag-strong): Added.
572
573 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
574
575         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
576         group names.  They mess up the group buffer badly.
577
578         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
579
580         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
581         instead of the summary one.
582
583 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
584
585         * mml.el (mml-preview): Work properly when editing article.
586
587         * gnus-start.el (gnus-read-active-file-1): Don't add method to
588         gnus-have-read-active-file if it's already been in.
589
590 2010-10-22  Tom Tromey  <tromey@redhat.com>
591
592         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
593         gnus-group-completing-read.
594
595 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
596
597         * message.el (message-mode-map): Don't bind M-; to comment region, to
598         allow the global comment-dwim to work.
599
600 2010-10-21  Julien Danjou  <julien@danjou.info>
601
602         * message.el (message-setup-1): Allow message-default-headers to be a
603         function.
604
605 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
606
607         * shr.el (shr-tag-table): Simplify.
608
609 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
610
611         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
612         to avoid trying to snarf invalid stuff.
613
614         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
615
616         * gnus.el (gnus-message-archive-group): Quote value.
617         (gnus-message-archive-group): Mark as changed.
618
619         * shr.el (shr-add-font): Don't put the font properties on the newline
620         or the indentation.
621
622         * message.el (message-fix-before-sending): Change options when sending
623         non-printable characters.
624
625         * gnus.el (gnus-message-archive-method): Change the default to
626         monthly outgoing groups.
627
628         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
629         that have gotten new numbers.
630
631         * nnimap.el (nnimap-request-replace-article): New function.
632
633 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
634
635         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
636         (nnrss-request-article): Don't use special html washing code.
637
638 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
639
640         * shr.el (shr-tag-table): Remove useless nconc.
641
642 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
643
644         * gnus-art.el (article-wash-html): Simplify and remove the charset
645         stuff.  Use the normal html rendering code instead of the special html
646         washing code.
647
648         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
649         `gnus-w3m' symbols.
650         (mm-text-html-washer-alist): Removed.
651
652         * mm-decode.el (mm-inline-text-html-renderer): Removed.
653         (mm-inline-media-tests): Removed use.
654         (mm-text-html-renderer): Change default to the `shr' symbol.
655
656         * mm-view.el (mm-inline-text-html): Removed use.
657
658         * gnus-art.el (gnus-blocked-images): New function.  Allow the
659         `gnus-blocked-images' to be a function.
660         (gnus-article-wash-function): Removed.
661
662 2010-10-20  Julien Danjou  <julien@danjou.info>
663
664         * spam.el (spam-list-of-processors): Mark as obsolete.
665
666         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
667         (nnimap-insert-partial-structure): Fix boundary detection.
668
669 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
670
671         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
672         run file-truename on remote files.  This can be expensive and even
673         prevent one from editing drafts if some unrelated buffer has a stale
674         connection.
675
676 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
677
678         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
679         kinsoku-eol regardless of shr-kinsoku-shorten.
680         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
681         (shr-tag-table): Support caption, thead, and tfoot.
682
683 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
684
685         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
686         lines.
687         (shr-save-contents): New command and keystroke.
688
689         * nndoc.el (nndoc-type-alist): Add git support.
690         (nndoc-git-type-p): New function.
691         (nndoc-transform-git-article): Ditto.
692         (nndoc-transform-git-headers): Ditto.
693         (nndoc-transform-git-headers): Generate Subject headers.
694
695         * shr.el (shr-parse-style): New function.
696         (shr-tag-span): Ditto.
697
698         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
699         to `G G' to avoid collisions.
700
701 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
702
703         * shr.el: Load kinsoku if necessary.
704         (shr-kinsoku-shorten): New internal variable.
705         (shr-find-fill-point): Make kinsoku shorten text line if
706         shr-kinsoku-shorten is bound to non-nil.
707         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
708         shr-indentation too when testing if table is wider than frame width.
709         (shr-insert-table): Use `string-width' instead of `length' to measure
710         text width.
711         (shr-insert-table-ruler): Make sure indentation is done at bol.
712
713 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
714
715         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
716         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
717         undecoded network data.
718
719 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
720
721         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
722         name in the mode line spec so that the mode line menu works
723         (bug #2431).
724
725         * message.el (message-get-reply-headers): If we're fed `to-address',
726         then always use that.
727
728         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
729         aren't so wide as to need to switch off the edit menu.
730
731         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
732         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
733
734         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
735         `M-g'.
736         (nnimap-update-info): Update flags/read marks even if \* isn't part of
737         the permanent marks.
738
739 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
740
741         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
742         Splitting according to references/in-reply-to obeys the ignore-groups
743         variable, while splitting by sender and subject do not.
744
745 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
746
747         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
748         alist, so that we can look for non-Unicode chars.
749         (article-translate-strings): Allow both character and string maps.
750
751 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
752
753         * shr.el (shr-insert): Don't insert space behind a wide character
754         categorized as kinsoku-bol, or between characters both categorized as
755         nospace.
756
757 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
758
759         * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
760         headers to gnus-newsgroup-headers.
761
762 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
763
764         * shr.el (shr-tag-img): Don't align images -- since we're not
765         rescaling, this often leads to ugly displays.
766
767 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
768
769         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
770         duplicates.
771
772 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
773
774         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
775         call.
776
777 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
778
779         * gnus.el: Autoload gnus-html-show-images.
780
781         * nnimap.el: Use nnheader-message throughout.
782
783         * shr.el (shr-tag-img): Ignore images with no data.
784
785 2010-10-15  Julien Danjou  <julien@danjou.info>
786
787         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
788         a possibility to disable format=flow encoding when using hard newlines.
789
790 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
791
792         * shr.el (shr-insert): Remove space inserted before or after a
793         breakable character or at the beginning or the end of a line.
794         (shr-find-fill-point): Do kinsoku; find the second best point or give
795         it up if there's no breakable point.
796
797 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
798
799         * nnimap.el (nnimap-open-connection): Message when opening connection
800         for debugging purposes.
801
802         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
803         on every setup buffer call to allow this to change from article to
804         article.
805
806         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
807         buffers where we have a wide table.
808
809 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
810
811         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
812         uses *-request-thread.
813
814 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
815
816         * nnimap.el (nnimap-open-connection): Remove %s from openssl
817         incantation, which is no longer valid.
818
819 2010-10-14  Julien Danjou  <julien@danjou.info>
820
821         * shr.el: Fix defcustom type (char -> character).
822
823 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
824
825         * nnimap.el (nnimap-open-connection): tls-program should be a list of
826         programs.
827
828 2010-10-14  Julien Danjou  <julien@danjou.info>
829
830         * shr.el (shr-tag-a): Use url-link as widget type.
831
832         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
833         `gnus-group-get-icon'.
834
835 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
836
837         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
838         This should make server editing work better.
839
840         * shr.el (shr-find-fill-point): Don't inloop on indented text.
841
842         * tls.el (tls-program): Remove spurious %s from openssl.
843
844         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
845         (nnimap-parse-flags): Fix regexp.
846
847         * shr.el (shr-find-fill-point): Use a filling algorithm that should
848         probably work for CJVK text, too.
849
850         * nnimap.el (nnimap-extend-tls-programs): Removed.
851         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
852
853         * tls.el (tls-starttls-switches): Remove starttls hack.
854         (open-tls-stream): Ditto.
855         (tls-find-starttls-argument): Ditto.
856
857 2010-10-13  Julien Danjou  <julien@danjou.info>
858
859         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
860         responses.
861
862 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
863
864         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
865
866         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
867         anything in Emacs.
868
869         * shr.el (shr-current-column): Remove buggy and unnecessary function.
870
871 2010-10-13  Julien Danjou  <julien@danjou.info>
872
873         * shr.el (shr-width): Make shr-width a defcustom with default to
874         fill-column.
875         (shr-tag-img): Use shr-width rather than fill-column.
876
877 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
878
879         * dgnushack.el (byte-optimize-apply)
880         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
881
882         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
883         position when (X-)Faces exist.
884         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
885         avatars when called interactively.
886
887 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
888
889         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
890         gnus-article-x-face-too-ugly is bound.
891
892 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
893
894         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
895
896         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
897         mailbox that doesn't exist.
898
899 2010-10-12  Julien Danjou  <julien@danjou.info>
900
901         * shr.el (shr-tag-img): Encode URL properly when retrieving.
902         (shr-get-image-data): Encode URL properly when fetching from cache.
903         (shr-tag-img): Use aligned-to spaces to align correctly images.
904
905         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
906         before inserting the Gravatar.
907
908         * shr.el (shr-tag-img): Add align attribute support for <img>.
909
910 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
911
912         * gnus-gravatar.el (gnus-art): Required.
913
914         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
915         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
916         Remove long obsoleted functions.
917
918 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
919
920         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
921
922         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
923
924         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
925         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
926         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
927         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
928         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
929         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
930         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
931
932 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
933
934         * nnimap.el (nnimap-request-rename-group): Select group read-only
935         before renaming it.
936
937         * shr.el (shr-insert): Fix up the white space only regexp.
938
939         * nnimap.el (nnimap-transform-split-mail): Not all articles have
940         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
941
942         * shr.el (shr-current-column): New function.
943         (shr-find-fill-point): New function.
944
945 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
946
947         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
948         numbers.
949
950 2010-10-11  Julien Danjou  <julien@danjou.info>
951
952         * shr.el (shr-hr-line): Add.
953         (shr-tag-hr): Use shr-hr-line to specify which character to use to
954         display hr lines.
955         (shr-max-columns): Do not change state to nil if we just inserting
956         spaces.
957
958 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
959
960         * gnus-topic.el (gnus-topic-read-group): If after the last group,
961         select the last group.
962
963 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
964
965         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
966
967 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
968
969         * dig.el (dig-mode-map): Declare and define in one step.
970
971 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
972
973         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
974         for Gnus.
975         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
976         (nnimap-update-qresync-info): Mark \Seen articles as read.
977
978         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
979         non-variable, too.
980
981         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
982         available.
983         (nnimap-update-info): Rely more on the current active than the param
984         active to avoid marking articles as read too much.
985
986         * auth-source.el (auth-source-create): Use (user-login-name) for the
987         user name default.
988
989         * nnimap.el (nnimap-update-info): If the server doesn't return any
990         useful info, just use the previous info.
991         (nnimap-update-info): Prefer old info over start-article.
992         (nnimap-update-qresync-info): Finish implementing QRESYNC.
993
994 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
995
996         * nnir.el (autoload): Clean up autoloads.
997         (nnir-imap-default-search-key): Renamed from
998         nnir-imap-search-field. Use key rather than value.
999         (nnir-imap-search-other): New variable.
1000         (nnir-read-parm): Use it.
1001         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1002         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1003
1004 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1005
1006         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1007         the process, too.
1008
1009 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1010
1011         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
1012         Allbery.
1013
1014         * shr.el: Rework the way things are indented by <li> slightly.
1015
1016         * gnus.el (gnus-group-set-parameter): Fix typo.
1017
1018         * nnimap.el: Start implementing QRESYNC support.
1019
1020 2010-10-09  Julien Danjou  <julien@danjou.info>
1021
1022         * nnir.el (nnir-engines): Fix too many arguments.
1023
1024 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1025
1026         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1027         group is the "last", so that the backends like nnfolder actually save
1028         their folders.
1029
1030         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1031         try to use that for the tls stream.
1032         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1033         UIDVALIDITY and find out which groups are read-only and not.
1034         (nnimap-get-flags): Use the same marks parsing code as the rest of
1035         nnimap.
1036
1037 2010-10-09  Julien Danjou  <julien@danjou.info>
1038
1039         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1040
1041         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1042         retrieving gravatars.
1043
1044         * shr.el (shr-table-corner): Add.
1045         (shr-table-line): Add.
1046         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1047
1048 2010-10-08  Julien Danjou  <julien@danjou.info>
1049
1050         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1051
1052 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1053
1054         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1055
1056         * gnus-sum.el (gnus-mark-article-as-unread)
1057         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1058         (gnus-summary-set-bookmark): Use it.
1059
1060         * gnus-msg.el (gnus-setup-message): Use it.
1061
1062         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1063
1064         * gnus.el (gnus-group-remove-parameter): Use it.
1065
1066         * gnus-group.el (gnus-group-make-web-group): Use it.
1067
1068         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1069
1070         * nnregistry.el: Update docs to mention manual.
1071
1072         * gnus-registry.el: Update docs to mention nnregistry.el.
1073         (gnus-registry-initialize): Don't install nnregistry refer method
1074         automatically.
1075         (gnus-registry-install-nnregistry): Remove it.
1076
1077 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1078
1079         * shr.el (shr-insert): Don't insert double spaces.
1080
1081 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1082
1083         * gnus-gravatar.el (gnus-treat-from-gravatar)
1084         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1085         called interactively.
1086
1087         * gnus-art.el (gnus-mime-view-part-externally)
1088         (gnus-mime-view-part-internally): Make predicate function passed to
1089         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1090         of a mime type.
1091
1092         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1093
1094 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1095
1096         * shr.el (require): Require cl when compiling.
1097         (shr-tag-hr): New function.
1098
1099         * nnimap.el (nnimap-update-info): Remove double setting of high.
1100         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
1101         makes nnimap work properly on Courier again.
1102
1103         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1104         the variable for backwards compatability.
1105
1106         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1107         the file name before using to avoid setting mm-default-directory to
1108         nil.
1109
1110         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1111         bidning gnus-agent variables.
1112
1113         * shr.el (shr-render-td): Use a cache for the table rendering function
1114         to avoid getting an exponential rendering behaviour in nested tables.
1115         (shr-insert): Rework the line-breaking algorithm.
1116         (shr-insert): Don't leave trailing spaces.
1117         (shr-insert-table): Also insert empty TDs.
1118         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1119
1120 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1121
1122         * gnus-sum.el (gnus-number): Rename from `number'.
1123         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1124         (gnus-summary-limit-children): Update uses correspondingly.
1125
1126 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1127
1128         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1129         (gnus-gravatar-transform-address): Don't show avatars of people of
1130         which mail addresses match gnus-gravatar-too-ugly.
1131
1132 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1133
1134         * shr.el (shr-table-widths): Expand TD elements to fill available
1135         space.
1136
1137 2010-10-07  Julien Danjou  <julien@danjou.info>
1138
1139         * nnimap.el (nnimap-request-rename-group): Add this method.
1140
1141 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1142
1143         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1144         name from XEmacs' function-arglist.
1145
1146         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1147         gravatar under XEmacs.
1148
1149 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1150
1151         * auth-source.el: Update docs with TODO items.
1152
1153         * gnus-sync.el: Update docs to explain state and plans.
1154
1155         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1156         Hooks for mark updates.
1157         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1158
1159         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1160         hooks with arguments, which is needed for mark update hooks.
1161
1162 2010-10-06  Julien Danjou  <julien@danjou.info>
1163
1164         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1165         was matched.
1166
1167         * sieve-manage.el: Update example in `Commentary'.
1168
1169         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1170
1171         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1172         not 2000.
1173         (sieve-manage-authenticate): Re-add function.
1174
1175 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1176
1177         * shr.el (shr-insert): Get 'space transition right.
1178         (shr-render-td): Only delete space at the end of the TD.
1179
1180         * nnimap.el (nnimap-open-connection): Prepare to support
1181         open-gnutls-stream.
1182
1183         * shr.el: Rearrange function order to be more logical.
1184
1185 2010-10-06  Julien Danjou  <julien@danjou.info>
1186
1187         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1188         (nnrss-discover-feed): Remove 404 URL in docstring.
1189
1190         * nnir.el: Fix Swish-E URL.
1191         Fix Namazu URL.
1192
1193         * message.el (message-change-subject): Remove 404 URL in a comment.
1194
1195 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1196
1197         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1198         called interactively.
1199
1200         * gnus-util.el (gnus-remove-if): Allow hash table.
1201         (gnus-remove-if-not): New function.
1202
1203         * gnus-art.el (gnus-mime-view-part-as-type)
1204         * gnus-score.el (gnus-summary-score-effect)
1205         * gnus-sum.el (gnus-read-move-group-name):
1206         Replace remove-if-not with gnus-remove-if-not.
1207
1208         * gnus-group.el (gnus-group-completing-read):
1209         Regard collection as a hash table if it is not a list.
1210
1211 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1212
1213         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1214
1215         * shr.el: Document the table-rendering algorithm.
1216
1217 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1218
1219         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1220         for Emacsen having no `libxml-parse-html-region' support.
1221
1222 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1223
1224         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1225         invalid URLs.
1226
1227         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1228         line-broken.
1229         (shr-tag-img): Ignore image fetching errors.
1230         (shr-overlays-in-region): Compute overlay positions correctly.
1231
1232         * mm-decode.el (mm-shr): Require shr.
1233
1234         * gnus-art.el (gnus-blocked-images): Move variable here.
1235
1236         * shr.el (shr-insert-table): Bind free variable.
1237
1238         * mm-decode.el (mm-shr): Bind shr-content-function.
1239
1240         * shr.el (shr-content-function): New variable.
1241
1242         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1243         added for symmetry.
1244
1245         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1246
1247         * gnus-group.el (gnus-group-make-group): Doc fix.
1248
1249         * nnimap.el (nnimap-request-newgroups): Return success.
1250
1251         * shr.el (shr-find-elements): New function.
1252         (shr-tag-table): Put all the images after the table.
1253         (shr-tag-table): Really inhibit images inside the table.
1254         (shr-collect-overlays): Copy over overlays from the TD elements to the
1255         main document.
1256
1257         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1258         gnus-blocked-images.
1259
1260 2010-10-05  Julien Danjou  <julien@danjou.info>
1261
1262         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1263
1264         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1265         (gnus-html-maximum-image-size): Add this function.
1266         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1267
1268         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1269         server-value of the capability is nil.
1270
1271 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1272
1273         * shr.el (shr-tag-em): Add <EM> tag.
1274
1275 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1276
1277         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1278         customizable.
1279
1280         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1281         handing broken links to browse-url.
1282
1283 2010-10-05  Julien Danjou  <julien@danjou.info>
1284
1285         * gnus-util.el (gnus-emacs-completing-read)
1286         (gnus-iswitchb-completing-read): Use autoload rather than require.
1287
1288 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1289
1290         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
1291         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
1292         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
1293         iswitchb-temp-buflist for XEmacs.
1294
1295         * gnus-util.el (gnus-completing-read-function): Exclude
1296         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1297         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1298         XEmacs.
1299
1300         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1301         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1302
1303         * gnus-html.el: Don't require help-fns under XEmacs.
1304         (gnus-html-schedule-image-fetching): Work for XEmacs.
1305
1306         * mm-decode.el (mm-shr): Decode contents by charset.
1307
1308 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1309
1310         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1311         unknown.
1312
1313         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1314         (shr-get-image-data): Ensure against the cache file missing.
1315
1316         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1317         for data.
1318
1319         * spam-report.el (spam-report-url-ping-plain): Don't query about
1320         killing the process.
1321
1322         * shr.el (shr-render-td): Protect against too-wide text.
1323
1324 2010-10-04  Julien Danjou  <julien@danjou.info>
1325
1326         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1327         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1328
1329         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1330         retrieved.
1331
1332 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1333
1334         * shr.el (browse-url): Required.
1335         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1336         lines.
1337         (shr-show-alt-text, shr-browse-image): New commands.
1338         (shr-browse-url, shr-copy-url): New commands.
1339
1340         * gnus-sum.el (gnus-widen-article-window): New variable.
1341         (gnus-summary-select-article-buffer): Use it.
1342
1343         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1344         without @ signs.
1345
1346 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1347
1348         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1349
1350 2010-10-04  Julien Danjou  <julien@danjou.info>
1351
1352         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1353         for XEmacs.
1354
1355 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1356
1357         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1358
1359         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1360         (nnimap-close-server): Implement.
1361
1362         * dgnushack.el (iswitchb): Require to shut up the compiler.
1363
1364         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1365         (shr-insert): Tweak line breaking.
1366         (shr-insert): Handle <pre> better.
1367         (shr-tag-li): Get <li> indentation right.
1368         (shr-tag-li): Get <li> indentation even righter.
1369         (shr-tag-blockquote): Ensure paragraph start.
1370         (shr-make-table): Tweak table generation.
1371         (shr-make-table): Fix typo.
1372
1373         * shr.el: Implement table rendering.
1374
1375 2010-10-04  Julien Danjou  <julien@danjou.info>
1376
1377         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1378
1379 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1380
1381         * shr.el (shr-insert): Use string anchors instead of line anchors.
1382
1383 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1384
1385         * shr.el: Add headings.
1386         (shr-ensure-paragraph): Actually work.
1387         (shr-tag-li): Make <ul> prettier.
1388         (shr-insert): Get white space at the beginning/end of elements right.
1389         (shr-tag-p): Collapse subsequent <p>s.
1390         (shr-ensure-paragraph): Don't insert double line feeds after blank
1391         lines.
1392         (shr-insert): \t is also space.
1393         (shr-tag-s): Fix "s" tag name function.
1394         (shr-tag-s): Fix face prop name.
1395
1396 2010-10-03  Julien Danjou  <julien@danjou.info>
1397
1398         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1399
1400         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1401         gnus-window-inside-pixel-edges.
1402
1403         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1404         gnus-ems.
1405
1406         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1407
1408         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1409         function.
1410
1411         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1412         resize choice.
1413
1414 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1415
1416         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1417         beginning of the buffer.
1418
1419         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1420         article buffer again.
1421
1422         * shr.el (shr-tag-p): Don't insert newlines at the start of the
1423         buffer.
1424
1425         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1426         when it's at the start of the buffer.
1427
1428         * shr.el (shr-tag-blockquote): Convert name.
1429         (shr-rescale-image): Use the right image-size variant.
1430
1431         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1432         buffer isn't shown, then select the current article first instead of
1433         bugging out.
1434         (gnus-summary-select-article-buffer): Show both the article and summary
1435         buffers again.
1436
1437         * shr.el (shr-fontize-cont): Protect against regions with no text.
1438         Rename tag functions to shr-tag-* for enhanced security.
1439         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1440
1441 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1442
1443         * shr.el (shr-insert):
1444         * pop3.el (pop3-movemail):
1445         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1446         loaded.
1447
1448 2010-10-03  Glenn Morris  <rgm@gnu.org>
1449
1450         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1451
1452         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1453
1454         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1455
1456         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1457
1458         * gnus-util.el (gnus-make-local-hook): Simplify.
1459
1460 2010-10-02  Julien Danjou  <julien@danjou.info>
1461
1462         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1463         (gnus-ido-completing-read): New function.
1464         (gnus-emacs-completing-read): New function.
1465         (gnus-completing-read): Use gnus-completing-read-function.
1466         Add gnus-completing-read-function.
1467
1468 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1469
1470         * shr.el (shr-insert-document): Autoload.
1471         (shr-img): Be silent.
1472         (shr-insert): Add a newline after every picture before text.
1473         (shr-add-font): Use overlays for combining faces.
1474         (shr-insert): Pass upwards the text start point.
1475
1476         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1477         possible.
1478         (mm-shr): New function.
1479
1480 2010-10-02  Julien Danjou  <julien@danjou.info>
1481
1482         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1483         should go backward.
1484
1485 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
1486
1487         * shr.el (shr): Fix typo in provide call.
1488
1489 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1490
1491         * shr.el: New file.
1492
1493         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1494
1495         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1496         completing read.
1497
1498 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1499
1500         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1501         we're being queried about.  Suggested by Dan Jacobson.
1502
1503         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
1504         by Jason Eisner.
1505
1506         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1507         table, too.  Suggested by Stefan Wiens.
1508         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1509         the table unnecessary.  Suggested by Stefan Wiens.
1510
1511         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1512         longer needed, and probably doesn't work either, as pointed out by
1513         Stefan Wiens.
1514         (gnus-summary-exit): Remove call to the clearing function.
1515         (gnus-summary-exit-no-update): Ditto.
1516
1517         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1518         instead of gnus-eval-in-buffer-window to avoid popping up frames.
1519         Reported by Stefan Monnier.
1520         (gnus-summary-save-in-rmail): Ditto.
1521
1522         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1523         article buffer, instead of both the article buffer and the summary
1524         buffer.  Sort of suggested by Dan Jacobson.
1525
1526         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1527
1528         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1529         Suggested by Dan Jacobson.
1530
1531         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1532         documentation clearer.
1533
1534         * message.el (message-shorten-references): Comment on the number "21".
1535         Suggested by Stefan Monnier.
1536
1537         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1538         Suggested by Dan Jacobson.
1539
1540         * gnus.el (gnus-large-newsgroup): Mention
1541         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
1542
1543         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1544         externalize attachments.  Bug reported by Steve Wen.
1545
1546         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
1547         really message anything to the user.
1548
1549         * nnmail.el (nnmail-article-group): Allow using the fancy split method
1550         directly.
1551
1552         * nnimap.el (nnimap-request-group): Low higher than high to signal no
1553         messages in empty groups.
1554
1555 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
1556
1557         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
1558         non-UIDNEXT group.
1559
1560 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1561
1562         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1563         not the value from the collection.
1564
1565         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1566         values.  This sometimes happens on some groups that have no info.
1567         (nnimap-request-newgroups): New function.
1568
1569 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
1570
1571         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
1572         check into `gnus-registry-initialize'.
1573         (gnus-registry-initialize): Ditto.
1574         Fix and extend header docs.
1575
1576 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1577
1578         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
1579         regexp backtrace overflows.
1580
1581         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
1582         for starttls that tls.el implements; i.e. openssl.
1583
1584         * tls.el (tls-starttls-switches): Give up on using starttls with
1585         gnutls-cli.
1586         (tls-program): Add --insecure to be consistent with the defaults from
1587         openssl s_client.  Now all three commands are insecure.
1588
1589 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1590
1591         * lpath.el: Bind completion-styles-alist for XEmacs.
1592
1593         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
1594         (gravatar-create-image): New function that's an alias to
1595         gnus-xmas-create-image, gnus-create-image, or create-image.
1596         (gravatar-data->image): Use it.
1597
1598 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
1599
1600         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
1601         install the nnregistry refer method.
1602         (gnus-registry-install-hooks): Use it.
1603         (gnus-registry-unfollowed-groups): Add nnmairix to the default
1604         unfollowed groups.
1605
1606 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
1607
1608         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
1609         expanding threads.
1610
1611 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1612
1613         * nnir.el: Use the server names without suffixes (bug #7009).
1614
1615         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
1616         unencrypted to STARTTLS, if possible.
1617
1618 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1619
1620         * message.el (message-ignored-supersedes-headers): Strip Injection-*
1621         headers before superseding.
1622
1623 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1624
1625         * nnrss.el (nnrss-use-local): Add documentation.
1626
1627         * nnimap.el (nnimap-extend-tls-programs): New function.
1628         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
1629         (nnimap-wait-for-connection): Accept the greeting from the stupid
1630         output from openssl s_client -starttls, too.
1631
1632         * tls.el (tls-starttls-switches): New variable.
1633         (tls-find-starttls-argument): Use it.
1634         (open-tls-stream): Ditto.
1635
1636         * netrc.el (netrc-credentials): Return the value of the "default"
1637         entry.
1638         (netrc-machine): Ditto.
1639
1640         * nnimap.el (nnimap-find-article-by-message-id): Really return the
1641         article number.
1642         (nnimap-split-fancy): New variable.
1643         (nnimap-split-incoming-mail): Use it.
1644
1645         * nntp.el (nntp-server-list-active-group): Document.
1646
1647         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
1648         SELECT to get the message-id.
1649
1650         * mail-source.el (mail-sources): Removed webmail support.
1651         (defvar): Ditto.
1652         (mail-source-fetcher-alist): Ditto.
1653         (mail-source-fetch-webmail): Removed.
1654
1655         * webmail.el: Removed -- doesn't seem relevant any more.
1656
1657         * gnus.el: Fix up make-obsolete-variable declarations throughout.
1658
1659         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
1660         the \r.
1661
1662 2010-09-30  Julien Danjou  <julien@danjou.info>
1663
1664         * gnus-agent.el (gnus-agent-add-group): Fix call to
1665         gnus-completing-read.
1666
1667 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1668
1669         * nndoc.el (nndoc-retrieve-groups): New function.
1670
1671         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
1672         `default', use nnmail-split-methods.
1673         (nnimap-request-article): Downcase the NILs so that they are nil.
1674
1675         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
1676         symbol.
1677
1678         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
1679         code, since if the user has requested network, that's what they ought
1680         to get.
1681         (nnimap-request-set-mark): Erase the buffer before issuing commands.
1682         (nnimap-split-rule): Mark as obsolete.
1683
1684         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
1685         variable.
1686
1687         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
1688         correct slot, too.
1689
1690 2010-09-29  Julien Danjou  <julien@danjou.info>
1691
1692         * gnus.el (gnus-local-domain): Declare variable obsolete.
1693
1694         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
1695         computing.
1696         (gnus-ido-completing-read): Require ido.
1697
1698 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1699
1700         * gnus-registry.el: Don't prompt on load, which makes it impossible to
1701         build Gnus.
1702
1703         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
1704         when interpreting the structures.
1705         (nnimap-request-accept-article): Add \r\n to the lines to make this
1706         work with Cyrus.
1707
1708         * nndraft.el (nndraft-request-expire-articles): Use the group name
1709         instead if "nndraft".  Fix found by Nils Ackermann.
1710
1711 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
1712
1713         * nnregistry.el: Added.
1714
1715 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1716
1717         * nnmail.el (group, group-art-list, group-art):
1718         Remove unneeded directives.
1719
1720 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1721
1722         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
1723         (mm-mime-charset)
1724         * rfc2047.el (rfc2047-syntax-table)
1725         * utf7.el (utf7-utf-16-coding-system): Comment fix.
1726
1727         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
1728         rather than `insert-file-contents' and `eval-region'.
1729
1730         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
1731         construction.
1732
1733         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
1734
1735         * time-date.el: No need to require cl for Emacs 21.
1736
1737 2010-09-29  Julien Danjou  <julien@danjou.info>
1738
1739         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
1740         replacement of `gnus-gravatar-relief' to mimic
1741         `gnus-faces-properties-alist'.
1742         Add :version property.
1743
1744 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1745
1746         * mail-source.el (mail-source-report-new-mail)
1747         * message.el (message-default-mail-headers)
1748         * mm-decode.el (mm-valid-image-format-p): Comment fix.
1749
1750         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
1751
1752 2010-09-28  Julien Danjou  <julien@danjou.info>
1753
1754         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
1755         mail-address contains the same string as real-name.
1756
1757         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
1758         non-blank in header, otherwise it'll get stripped.
1759
1760         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
1761         real-name, and then for mail address rather than doing : or , search.
1762
1763 2010-09-27  Julien Danjou  <julien@danjou.info>
1764
1765         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
1766         (gnus-server-goto-server): Use gnus-completing-read.
1767
1768         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
1769
1770         * mm-util.el (defalias): Use gnus-completing-read.
1771         (mm-codepage-setup): Use gnus-completing-read.
1772
1773         * smime.el (smime-sign-buffer): Use gnus-completing-read.
1774         (smime-decrypt-buffer): Use gnus-completing-read.
1775
1776         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
1777
1778         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
1779         (mml-minibuffer-read-disposition): Use gnus-completing-read.
1780         (mml-insert-multipart): Use gnus-completing-read.
1781
1782         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
1783
1784         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
1785
1786         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
1787
1788         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
1789
1790         * gnus.el (gnus-read-method): Use gnus-completing-read.
1791
1792         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
1793
1794         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
1795         (gnus-mime-action-on-part): Use gnus-completing-read.
1796         (gnus-article-encrypt-body): Use gnus-completing-read.
1797
1798         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
1799         (gnus-topic-move-matching): Use gnus-completing-read.
1800         (gnus-topic-copy-matching): Use gnus-completing-read.
1801         (gnus-topic-sort-topics): Use gnus-completing-read.
1802         (gnus-topic-move): Use gnus-completing-read.
1803
1804         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
1805         (gnus-agent-add-group): Use gnus-completing-read.
1806
1807         * nnmairix.el (nnmairix-create-server-and-default-group): Use
1808         gnus-completing-read.
1809         (nnmairix-update-groups): Use gnus-completing-read.
1810         (nnmairix-get-server): Use gnus-completing-read.
1811         (nnmairix-backend-to-server): Use gnus-completing-read.
1812         (nnmairix-goto-original-article): Use gnus-completing-read.
1813         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
1814
1815         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
1816
1817         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
1818         (gnus-group-make-useful-group): Use gnus-completing-read.
1819         (gnus-group-make-web-group): Use gnus-completing-read.
1820         (gnus-group-add-to-virtual): Use gnus-completing-read.
1821         (gnus-group-browse-foreign-server): Use gnus-completing-read.
1822
1823         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
1824         (gnus-summary-limit-to-extra): Use gnus-completing-read.
1825         (gnus-summary-execute-command): Use gnus-completing-read.
1826         (gnus-summary-respool-article): Use gnus-completing-read.
1827         (gnus-read-move-group-name): Use gnus-completing-read.
1828
1829         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
1830         (gnus-summary-score-effect): Use gnus-completing-read.
1831
1832         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
1833
1834         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
1835         right completing-read function.
1836         (gnus-use-ido): New variable
1837         (gnus-completing-read-with-default): Remove.
1838
1839 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1840
1841         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
1842         x-focus-frame.
1843
1844         * nnimap.el (auth-source-forget-user-or-password)
1845         (auth-source-user-or-password): Autoload.
1846
1847         * message.el (message-from-style, message-interactive)
1848         (message-cite-prefix-regexp, message-sendmail-envelope-from)
1849         (message-yank-prefix, message-indentation-spaces, message-signature)
1850         (message-signature-file): Add comment.
1851
1852 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1853
1854         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
1855         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
1856         new articles.
1857
1858         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
1859         parts.
1860         (nnimap-request-article): Work with the t setting, too.
1861
1862         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
1863         that you don't get flashes of other buffers.
1864         (gnus-summary-show-complete-article): Intern before setting.
1865
1866 2010-09-27  David Engster  <dengste@eml.cc>
1867
1868         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
1869         well as HEADERS.
1870         (nnmairix-retrieve-headers): Provide new argument for the above.
1871
1872 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1873
1874         * gnus-sum.el (gnus-summary-move-article): Don't alter
1875         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
1876         group.
1877
1878         * nnimap.el (nnimap-update-info): Don't destructively alter active.
1879
1880         * message.el (message-cite-prefix-regexp): Revert my last edit.
1881
1882         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
1883         variable instead of the Gnus variable.
1884
1885         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
1886
1887         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
1888         again.
1889
1890         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
1891         since some servers don't like it.
1892         (nnimap-open-connection): Forget credentials if the server says the
1893         password was wrong.
1894         (nnimap-parse-line): Protect against invalid data.
1895
1896         * gnus-sum.el (gnus-summary-move-article): Add comment.
1897         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
1898         nothing alters it while scanning for new messages.
1899
1900         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
1901         which may or may not help.
1902         (nnimap-open-connection): If we're doing a stream connection, and then
1903         discover we're on a STARTTLS-capable server, then open a STARTTLS
1904         connection instead.
1905
1906 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1907
1908         * nnimap.el (utf7): Required.
1909
1910         * message.el (message-cite-prefix-regexp): Remove "}" from citation
1911         prefix.
1912
1913 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
1914
1915         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
1916
1917 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1918
1919         * nnimap.el (nnimap-request-accept-article): Message the error on
1920         error.
1921
1922 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1923
1924         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
1925
1926 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1927
1928         * nndoc.el (nndoc-request-list): Return success always.
1929
1930         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
1931         `fetch-old' -- we only want to fetch the articles we've requested.  The
1932         rest are in the agent, probably.
1933         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
1934         disappeared server" to something low.  It's not important.
1935
1936         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
1937         arrived before the FETCH data.
1938
1939         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
1940         target here, because we don't know the Gnus name of the group.
1941
1942         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
1943         for the correct group.
1944
1945         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
1946
1947         * gnus.el (gnus): Give a final warning after startup.
1948
1949         * gnus-util.el (gnus-action-message-log): New variable.
1950         (gnus-message): Use it.
1951         (gnus-final-warning): New function.
1952
1953         * nnimap.el (nnimap-open-connection): Record the greeting.
1954         (nnimap): Add greeting.
1955
1956 2010-09-26  Julien Danjou  <julien@danjou.info>
1957
1958         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
1959         arguments.
1960         (gnus-html-wash-images): Fix spec computing to include start/end.
1961
1962         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
1963
1964 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1965
1966         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
1967         deletion.
1968         (nnimap-retrieve-headers): Don't select the group, because that's
1969         already done by nnimap-possibly-change-group.
1970
1971         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
1972         (gnus-picon-transform-address): Use it.
1973
1974         * mail-source.el (mail-source-value): Revert previous patch.
1975
1976         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
1977         on failure.
1978         (nnimap-open-connection): Look up both virtual and physical server name
1979         credentials.
1980
1981         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
1982
1983 2009-02-07  Dave Love  <fx@gnu.org>
1984
1985         * tls.el (open-tls-stream): Don't query killing process.
1986
1987 2009-02-08  Dave Love  <fx@gnu.org>
1988
1989         * gnus-win.el (gnus-window-to-buffer-helper,
1990         gnus-all-windows-visible-p): Function needn't be a symbol.
1991
1992         * mail-source.el (mail-source-value): Function needn't be a symbol.
1993
1994 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1995
1996         * message.el (message-cite-prefix-regexp): Remove } from the cite
1997         prefix.
1998
1999         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2000         highlight again, so that the highlight is correct.
2001
2002         * gnus-picon.el (gnus-picon): Remove again.
2003         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2004
2005         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2006         doing the header highlightling, so that the background colour of the
2007         picon is correct.
2008
2009         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
2010         (gnus-picon): Ditto.
2011         (gnus-picon): Reinstate.  The background colour for picons is white.
2012         (gnus-picon-insert-glyph): Make the background white.
2013
2014         * nnml.el (nnml-open-nov): Don't return dead buffers.
2015
2016         * auth-source.el (auth-source-create): Query the user for whether to
2017         store the credentials.
2018
2019         * netrc.el (netrc-store-data): New function.
2020
2021         * auth-source.el (auth-source-user-or-password): Use the existing auth
2022         sources, if any, for creation.
2023
2024         * gnus.el (gnus-group-fast-parameter): Return the last matching
2025         parameter instead of the first matching parameter.
2026
2027 2010-09-26  Julien Danjou  <julien@danjou.info>
2028
2029         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2030
2031 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2032
2033         * mml2015.el (mml2015-use): Remove gpg support.
2034
2035         * mml1991.el (mml1991-function-alist): Remove gpg function.
2036         (mml1991-gpg-sign): Removed.
2037
2038 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2039
2040         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2041         (gnus-browse-unsubscribe-current-group): Document it.
2042         (gnus-browse-unsubscribe-group): Use it.
2043
2044 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2045
2046         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2047         address to the To list for easier response.
2048
2049         * gnus.el (gnus-play-startup-jingle): Removed.
2050         (gnus-splash): Don't play jingle.
2051         (gnus): Silence gnus-load message.
2052
2053         * gnus-art.el (gnus-treat-play-sounds): Removed.
2054
2055         * gnus.el (gnus-play-jingle): Remove audio support.
2056
2057         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2058
2059         * earcon.el: Removed -- no users.
2060
2061         * gnus-audio.el: Removed -- no users of this package.
2062
2063         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2064
2065         * gnus-start.el (gnus-setup-news): Remove nocem support.
2066
2067         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
2068
2069         * gnus.el (gnus-use-nocem): Removed.
2070
2071         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2072         Removed.
2073
2074         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
2075         uses NoCeM any more.
2076
2077         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2078         (gnus-button-ctan-handler): Ditto.
2079         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2080         (gnus-button-ctan-directory-regexp): Ditto.
2081         (gnus-button-handle-ctan): Ditto.
2082         (gnus-button-tex-level): Ditto.
2083         (gnus-button-alist): Removed CTAN stuff.
2084
2085 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2086
2087         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
2088         nnimap-streaming test.
2089
2090         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2091         servers twice.
2092
2093         * nnimap.el (nnimap-open-connection): Add more error reporting when
2094         nnimap fails early.
2095
2096         * nnheader.el (nnheader-get-report-string): New function.
2097         (nnheader-get-report): Use it.
2098
2099         * gnus-int.el (gnus-check-server): Say what the error was when opening
2100         failed.
2101
2102         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2103         using streaming.
2104
2105 2010-09-25  Julien Danjou  <julien@danjou.info>
2106
2107         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2108         gnus-window-inside-pixel-edges.
2109
2110 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2111
2112         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2113
2114         * mm-decode.el (mm-save-part): Allow saving to other directories the
2115         normal Emacs way.
2116
2117         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
2118         by Jay Berkenbilt.
2119
2120         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2121         there isn't a single byte.
2122
2123         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2124         just do it.  It doesn't really seem to matter what the user responds
2125         here, I think, so it's just a confusing question.
2126
2127         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2128         non-streaming case.
2129
2130         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
2131         (gnus-article-encrypt-body): Use it.
2132
2133         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2134         keystroke.
2135
2136         * nnimap.el (nnimap-find-wanted-parts-1): Use
2137         gnus-fetch-partial-articles.
2138
2139         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2140
2141         * nnimap.el (nnimap-insert-partial-structure): New function.
2142         (nnimap-get-partial-article): New function.
2143         (nnimap-request-article): Use it.
2144         (nnimap-wait-for-response): Return whether the wait was successful.
2145         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2146         retrieval wasn't successful.
2147         (nnimap-retrieve-group-data-early): Allow throttling servers.
2148         (nnimap-streaming): New variable.
2149         (nnimap-fetch-partial-articles): Removed.
2150
2151         * mm-decode.el (mm-with-part): Protect against killed buffers.
2152
2153         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2154         for prettier summary display.
2155
2156 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2157
2158         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
2159         directly.
2160
2161 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2162
2163         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2164         apparently third-party libraries depend on it.
2165
2166         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2167         before starting negotiation.
2168
2169         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2170         privacy reasons.
2171         (gnus-treat-mail-gravatar): Ditto.
2172
2173         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2174         buffer when inserting images.  Inserting text into the headers, for
2175         instance, can make them invalid.
2176
2177 2010-09-25  Julien Danjou  <julien@danjou.info>
2178
2179         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2180         variables.
2181
2182         * nnheader.el: Remove useless variables news-reply-yank-from and
2183         news-reply-yank-message-id.
2184
2185         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2186         variables.
2187
2188         * mml1991.el: Remove useless mml1991-verbose.
2189
2190         * gnus.el: Remove useless variable gnus-use-generic-from.
2191         Remove obsolete variable gnus-topic-indentation.
2192
2193         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2194
2195         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2196
2197         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2198
2199         * gnus-group.el: Remove useless gnus-group-icon-cache.
2200         Remove useless gnus-ephemeral-group-server.
2201
2202         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2203
2204         * mml2015.el: Remove useless mml2015-verbose.
2205
2206         * mml-smime.el: Remove useless mml-smime-verbose.
2207
2208         * gnus.el: Remove useless gnus-local-domain.
2209
2210         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
2211         gnus-gravatar-size.
2212
2213         * gnus-art.el: Remove useless gnus-treat-translate.
2214
2215 2010-09-24  Julien Danjou  <julien@danjou.info>
2216
2217         * gnus-sum.el: Add support for Gravatars.
2218
2219         * gnus-art.el: Add support for Gravatars.
2220
2221         * gnus-gravatar.el: Add this file.
2222
2223         * gravatar.el: Add this file.
2224
2225 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2226
2227         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
2228
2229         * gnus-group.el (gnus-group-fetch-faq): Removed.
2230
2231         * gnus.el (gnus-group-faq-directory): Removed.
2232
2233         * gnus-group.el (gnus-group-fetch-charter): Removed.
2234
2235         * gnus.el (gnus-group-charter-alist): Removed.
2236
2237         * gnus-group.el (gnus-group-archive-directory): Removed.
2238         (gnus-group-recent-archive-directory): Ditto.
2239         (gnus-group-make-archive-group): Removed.
2240
2241         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2242
2243         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2244         use the same article number for all the cached articles.
2245
2246         * nnimap.el (nnimap-command): Register the last command time so
2247         that we can use it for idling NOOPs.
2248         (nnimap-open-connection): Start the keeplive timer.
2249         (nnimap-make-process-buffer): Store all the process buffers.
2250         (nnimap-keepalive): New function.
2251
2252         * starttls.el (starttls-open-stream): Add autoload cookie.
2253
2254 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2255
2256         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2257         handling.
2258
2259 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2260
2261         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2262         its data structures.
2263
2264         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2265         instead of the cl.el copy-list.
2266         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2267         equalp.
2268
2269 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2270
2271         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2272         and tool-bar-local-item-from-menu.
2273
2274         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2275         mode-line-highlight face for Emacs.
2276
2277         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2278         loading gnus-sum.elc; fix comment for canlock-verify.
2279         (gnus-article-jump-to-part): Use read-number.
2280         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
2281         Emacs pre-21 compatible code for help-echo.
2282         (gnus-article-next-page-1): No need to adjust the number of lines.
2283         (gnus-article-describe-bindings): Always use help-buffer.
2284
2285         * gnus-audio.el (gnus-audio-inline-sound)
2286         * gnus-cus.el (gnus-custom-mode)
2287         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2288
2289         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2290
2291         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2292         compatible code.
2293
2294 2010-09-24  Glenn Morris  <rgm@gnu.org>
2295
2296         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2297         visiting the fcc file in rmail-mode.
2298
2299         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2300
2301 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2302
2303         * nnir.el: Silence the byte compiler.
2304
2305         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2306         alias to browse-url-url-encode-chars if any.
2307         (gnus-html-encode-url): Use it.
2308
2309 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2310
2311         * gnus-start.el (gnus-use-backend-marks): New variable.
2312         (gnus-get-unread-articles-in-group): Use it.
2313
2314         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2315         makeover.
2316
2317 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2318
2319         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2320
2321 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2322
2323         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2324         Removed.
2325         (gnus-setup-news-hook): Removed
2326         gnus-fixup-nnimap-unread-after-getting-new-news.
2327
2328         * gnus-int.el (gnus-request-update-info): Protect against backends not
2329         having the function.
2330
2331         * nnimap.el (nnimap-stream): Mention starttls.
2332         (nnimap-open-connection): Add starttls support.
2333
2334 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2335
2336         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2337
2338 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2339
2340         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2341         BODYSTRUCTUREs.
2342         (nnimap-transform-headers): Unfold quoted {42} headers.
2343
2344         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2345         the info.
2346         (gnus-get-unread-articles): Only call updatep on backends that support
2347         it.
2348
2349         * nnweb.el (nnweb-request-update-info): NOOP.
2350
2351         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
2352
2353         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
2354         since it only deals with marks.
2355
2356         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
2357         gnus-request-marks, and make a new gnus-request-update-info.
2358
2359         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2360         the active instead of the high number, which is usually too low.
2361
2362 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2363
2364         * netrc.el (netrc-parse): Remove encrypt.el mentions.
2365         * encrypt.el: Removed.
2366
2367 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2368
2369         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2370         server in symbolic form.
2371
2372         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
2373         0.9.
2374
2375 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2376
2377         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2378         (nnimap-update-info): Fix up code slightly.
2379
2380         * gnus-int.el (gnus-open-server): Add tracing for performance
2381         debugging.
2382
2383         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2384         (gnus-group-insert-group-line): Pass the real group name so that it
2385         gets the right data.
2386
2387         * gnus-start.el (gnus-get-unread-articles): Don't have
2388         `gnus-get-unread-articles-in-group' update info, since that can be
2389         really slow and doesn't seem to be needed?
2390
2391 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2392
2393         * time-date.el (date-to-time): Try using parse-time-string first before
2394         using the slower timezone-make-date-arpa-standard.
2395
2396 2010-09-22  Julien Danjou  <julien@danjou.info>
2397
2398         * gnus-group.el (gnus-group-insert-group-line): Call
2399         gnus-group-highlight-line.
2400         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2401         default hook list.
2402         (gnus-group-update-eval-form): Add new function.
2403         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2404         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2405
2406 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2407
2408         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2409         immediate, then expire all articles.
2410         (nnimap-update-info): Fix off-by-one errors.
2411         (nnimap-flags-to-marks): Would return no marks lists for group with no
2412         flags.  Instead return the other data.
2413
2414 2010-09-22  Julien Danjou  <julien@danjou.info>
2415
2416         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
2417         Only return an icon.
2418         (gnus-group-insert-group-line): Compute icon to return.
2419
2420         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
2421         variable.
2422         (gnus-html-image-fetched): Only cache if
2423         gnus-html-image-automatic-caching is set.
2424         (gnus-html-image-fetched): Check for errors.
2425
2426 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2427
2428         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2429         once per method on `g'.  This ensures that backends like nnfolder don't
2430         open all their folders.
2431
2432         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2433         (nnimap-request-list): Nix out group in the correct buffer.
2434         (nnimap-parse-flags): Implement by using `read' instead of
2435         hand-parsing.
2436         (nnimap-flags-to-marks): Pass on permanent-flags.
2437         (nnimap-make-process-buffer): Record the server name.
2438         (nnimap-parse-flags): Fix typo.
2439         (nnimap-request-scan): Run split on the server in general, not just a
2440         single group.
2441
2442         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2443         parameter, and propagate this downwards.
2444
2445         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2446         since EXAMINE changes it on the server.
2447
2448         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2449         this command might take a while.
2450
2451 2010-09-22  Julien Danjou  <julien@danjou.info>
2452
2453         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
2454         harmful if you have 2 images side-by-side, they can't be properly
2455         update on text deletion.  Using text-property is safer here.
2456         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2457         data.
2458
2459 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2460
2461         * nnimap.el (nnimap-expunge-inbox): Removed.
2462         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2463         (nnimap-expunge): Flip default to t.
2464
2465         * gnus.el (gnus-method-to-server): Don't push things to the cache
2466         unless it's unique.
2467         (gnus-server-to-method): Ditto.
2468
2469 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2470
2471         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2472
2473 2010-09-22  Julien Danjou  <julien@danjou.info>
2474
2475         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2476         get the start of data.
2477         (gnus-html-encode-url): Add this function to encode special chars in
2478         URL.
2479         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2480         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2481
2482         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2483         default.
2484         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2485
2486         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2487         images alt-text.
2488         (gnus-html-put-image): Put alt-text as help-echo.
2489
2490 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2491
2492         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2493         * mm-util.el (mm-decompress-buffer)
2494         * nnir.el (nnir-run-find-grep)
2495         * pop3.el (pop3-list): Use 3rd arg of split-string.
2496
2497         * time-date.el (format-seconds): Comment fix.
2498
2499         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
2500         and byte-optimize-form-code-walker.
2501         (dgnushack-make-auto-load): Don't advise make-autoload.
2502
2503         * lpath.el: Remove Emacs 21 stuff.
2504
2505 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2506
2507         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2508         outside the active range.  Suggested by Dan Christensen.
2509
2510         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2511         slightly later to avoid double-getting it.
2512
2513         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2514         previous patch.
2515
2516         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2517
2518 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
2519
2520         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2521
2522 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2523
2524         * gnus-int.el (gnus-open-server): Give a better error message in the
2525         "go offline" case.
2526
2527         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2528         marks for nnimap, which is seldom the right thing to do.
2529
2530         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2531         (gnus-same-method-different-name): New function.
2532
2533         * nnimap.el (parse-time): Require.
2534
2535         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2536         method in the presence of many similar methods.
2537
2538         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2539
2540         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2541         nnml-inhibit-expiry.
2542
2543         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2544         find out whether methods are equal.
2545
2546         * nnimap.el (nnimap-find-expired-articles): New function.
2547         (nnimap-process-expiry-targets): New function.
2548         (nnimap-request-move-article): Request the article before looking at
2549         what the Message-ID is.  Fix found by Andrew Cohen.
2550         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2551
2552         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2553         for oldness in addition to being a predicate.
2554
2555         * nnimap.el (nnimap-request-group): When we have zero articles, return
2556         the right data to Gnus.
2557         (nnimap-request-expire-articles): Only delete articles immediately if
2558         the target is 'delete.
2559
2560         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2561         method, this would bug out.
2562
2563         * gnus-group.el (gnus-group-expunge-group): Renamed from
2564         gnus-group-nnimap-expunge, and implemented as a normal interface
2565         function.
2566
2567         * gnus-int.el (gnus-request-expunge-group): New function.
2568
2569         * nnimap.el (nnimap-request-create-group): Implement.
2570         (nnimap-request-expunge-group): New function.
2571
2572 2010-09-21  Julien Danjou  <julien@danjou.info>
2573
2574         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2575         (gnus-html-cache-expired): Add new function.
2576         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2577         wethever we should display image for fetch it.
2578         Compute alt-text earlier to pass it to the fetching function too.
2579         (gnus-html-schedule-image-fetching): Change function argument to only
2580         get one image at a time, not a list.
2581         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2582         cache.
2583         (gnus-html-get-image-data): New function to retrieve image data from
2584         cache.
2585         (gnus-html-put-image): Change buffer argument to use image data rather
2586         than file, and place image above region rather than inserting a new
2587         one. Do not take alt-text as argument, since it's useless now: we place
2588         the image above alt-text.
2589         (gnus-html-prune-cache): Remove.
2590         (gnus-html-show-images): Start to fetch image when we find one, do not
2591         push into a temporary list.
2592         (gnus-html-prefetch-images): Only fetch image if they have expired.
2593         (gnus-html-browse-image): Fix, use 'gnus-image-url.
2594         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2595
2596 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2597
2598         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2599
2600 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2601
2602         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2603         spec inser "*" if the group isn't active instead of 0.
2604
2605         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2606         opening the server.
2607         (nnimap-request-delete-group): Implement group deletion.
2608         (nnimap-transform-headers): Return the size of the entire message in
2609         the Bytes header, not just the size of the first part.
2610         (nnimap-request-move-article): When moving an article from nnimap,
2611         request the article first so the accepting form has an article to
2612         accept.  Reported by Dan Christensen.
2613         (nnimap-command): Make sure that the error message doesn't error out.
2614
2615 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
2616
2617         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2618         we haven't requested anything.
2619
2620 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2621
2622         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2623         "".  Fix found by Andrew Cohen.
2624
2625         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2626         instead of -encode-string.
2627
2628 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2629
2630         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2631
2632         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2633         by mm-subst-char-in-string.
2634
2635 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2636
2637         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2638         waiting for the connection string.
2639
2640         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2641         arriving.
2642
2643         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2644         bogus characters.  This allows selecting certain Gmail groups.
2645
2646         * nnimap.el (nnimap-find-wanted-parts-1): New function.
2647         (nnimap-fetch-partial-articles): New variable.
2648         (nnimap-open-connection): When looking for credentials, also use the
2649         nnimap-server-port.
2650         (nnimap-request-article): Return the group/article number, so that Gnus
2651         `^' works as expected.
2652         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
2653         them.
2654
2655         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2656         comments.
2657         (gnus-methods-sloppily-equal): New function.
2658         (gnus): When using the development version of Gnus, load the gnus-load
2659         file.
2660
2661         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2662         `gnus-open-server' on each method before trying to scan them etc.  This
2663         ensures that all the backend parameters are set correctly.
2664
2665         * nnimap.el (nnimap-authenticator): New variable.
2666         (nnimap-open-connection): Allow anonymous login.
2667         (nnimap-transform-headers): The chars header is called Chars not
2668         Bytes.
2669         (nnimap-wait-for-response): Don't infloop if the IMAP connection
2670         drops.
2671
2672         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2673         patch, found by Knut Anders Hatlen.
2674
2675 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
2676
2677         * gnus-agent.el (gnus-agent-batch-confirmation)
2678         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2679         to gnus-message.
2680         * gnus-art.el (gnus-article-describe-briefly): Likewise.
2681         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2682         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2683         * gnus-int.el (gnus-open-server): Likewise.
2684         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2685         (gnus-score-check-syntax): Likewise.
2686         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2687         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2688         Likewise.
2689         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2690
2691 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2692
2693         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2694         calling conventions so that prefetch doesn't bug out.
2695
2696 2010-09-19  Julien Danjou  <julien@danjou.info>
2697
2698         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2699         rather than `subst-char-in-region' in order to be able to replace ASCII
2700         char by UTF-8 ones.
2701
2702         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2703         than curl.
2704         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2705         the right URL and ALT text on images.
2706         (gnus-html-wash-tags): Fix tag case.
2707         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
2708         (gnus-article-html): Add -o display_ins_del=2 option.
2709         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2710
2711 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2712
2713         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2714         the extra mail headers, which sometimes seem to happen for unknown
2715         reasons.
2716
2717         * mail-parse.el (mail-header-encode-parameter): Define as
2718         rfc2045-encode-string instead of as rfc2231-encode-string, since some
2719         (or most, perhaps?) mail readers don't understand the latter, but do
2720         understand the former.
2721
2722         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2723         to nil, so that no methods are automatically agentized.  I think this
2724         is probably what most users want.
2725
2726         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2727         from url-retrieve, for instance about invalid URLs.
2728
2729         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2730         groups that have no articles.
2731         (nnimap-request-article): Check that we really got an article when we
2732         requested one.
2733
2734         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2735         doesn't exist.
2736
2737         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2738         nntp buffer so the agent can save it.
2739         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2740         that CRLF doesn't get translated to \n.
2741         (nnimap-open-connection): Don't make 'shell commands only send \n.
2742
2743 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2744
2745         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2746         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
2747         Update var name.
2748         (nnml-generate-nov-file): Use dolist.
2749         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
2750         Use with-current-buffer.
2751
2752 2010-09-18  Julien Danjou  <julien@danjou.info>
2753
2754         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
2755         parallel.
2756
2757 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2758
2759         * nnimap.el (nnimap-update-info): When doing partial marks update, get
2760         the range update right.
2761         (nnimap-request-group): Don't make `M-g' bug out on group with no
2762         marks.
2763         (nnoo): Required, so that other packages can require nnimap.
2764         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
2765         command we're looking for.  This helps when the server sends more
2766         responses after we've gotten everything we expected.
2767         (nnimap): Add a `newlinep' field to keep track of end-of-line
2768         conventions.
2769         Don't send CRLF to things that don't want it.
2770         (nnimap-request-accept-article): Ditto.
2771
2772 2010-09-18  Julien Danjou  <julien@danjou.info>
2773
2774         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
2775         than curl to retrieve images.
2776
2777 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2778
2779         * nnimap.el (nnimap-update-info): Extend the info so that we can set
2780         the marks.
2781         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
2782         (nnimap-wait-for-connection): New function.
2783         (nnimap-open-connection): If we have PREAUTH, don't query for login
2784         credentials.
2785         (nnimap-update-info): Fix off-by-one error when concatenating ranges
2786         when doing a partial update.
2787
2788 2010-09-18  Julien Danjou  <julien@danjou.info>
2789
2790         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
2791         tags.
2792
2793 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2794
2795         * nnimap.el (nnimap-credentials): New function.
2796         (nnimap-open-connection): Use the new function to look for credentials
2797         also on the numeric equivalents of "imap" and "imaps".
2798
2799         * gnus-start.el (gnus-activate-group): Send the info to
2800         gnus-request-group.
2801
2802         * nnimap.el (nnimap-request-group): Have the "check" version of the
2803         function parse flags and update the info, so that a `M-g' get a total
2804         resync of all flags from the group.
2805
2806         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
2807         to allow backends to alter the info on group selection.  Also alter all
2808         the backend -request-group functions to take the parameter.
2809
2810         * nnimap.el (nnimap-store-info): New function.
2811         (nnimap-update-info): Store the info for later usage.
2812         (nnimap-request-group): Use the stored info for the dont-check case, so
2813         that we don't retrieve all marks when we enter a group.
2814
2815         * nnimap.el: Use deffoo instead of defun for interface functions.
2816
2817         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
2818         update the group info.  This makes the nndraft groups, for instance, go
2819         back to their old behaviour.
2820
2821         * gnus-sum.el (gnus-select-newsgroup): Indent.
2822
2823         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
2824         in.
2825         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
2826         nothing.
2827
2828         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
2829         from methods that are denied.
2830
2831         * gnus-int.el (gnus-method-denied-p): New function.
2832
2833         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
2834         store the password instead of netrc.
2835         (nnimap-open-connection): Don't error out when we can't make a
2836         connections.
2837
2838         * auth-source.el (auth-source-create): In the password prompt, say what
2839         we're querying for.  Also prompt for user name if that hasn't been
2840         given.
2841
2842         * nnimap.el (nnimap-with-process-buffer): Removed.
2843
2844 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2845
2846         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
2847         method when we're reading from the agent.
2848
2849         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
2850
2851         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
2852         that's probably most useful for users.
2853
2854         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
2855         "failed" all the time.
2856
2857         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
2858         ...)) with (with-current-buffer ... ).
2859
2860         * nntp.el (nntp-open-server): Return whether the open was successful or
2861         not.
2862
2863         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
2864         select an unread unseen article first.
2865
2866         * nnimap.el (nnimap-open-connection): If the user doesn't have a
2867         /etc/services, supply some sensible port defaults.
2868
2869         * dgnushack.el: Define netrc-credentials.
2870
2871 2010-09-17  Julien Danjou  <julien@danjou.info>
2872
2873         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
2874
2875 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2876
2877         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
2878         doesn't have any parameters.
2879
2880 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2881
2882         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
2883         only upcased checks.
2884
2885         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
2886
2887         * nnimap.el (nnimap-open-shell-stream): New function.
2888         (nnimap-open-connection): Use it.
2889         (nnimap-transform-headers): Get the number of lines in each message.
2890         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
2891         number of lines.
2892         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
2893         problem.
2894
2895         * utf7.el (utf7-encode): Autoload.
2896
2897         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
2898         to allow the mail splitting to not return a default group.  This is
2899         useful for nnimap, which will leave unmatched mail in the inbox.
2900
2901         * nnimap.el: Rewritten.
2902
2903         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
2904         nnimap usage.
2905
2906         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
2907         if the move is internal, so that nnimap can do fast internal moves.
2908
2909         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
2910         data.
2911         (gnus-read-active-for-groups): Support finishing the early retrieval of
2912         data.
2913
2914         * gnus-range.el (gnus-range-nconcat): New function.
2915
2916         * gnus-int.el (gnus-finish-retrieve-group-infos)
2917         (gnus-retrieve-group-data-early): New functions.
2918
2919 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2920
2921         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
2922         (nnrss-retrieve-groups):
2923         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
2924         (pop3-quit): Use with-current-buffer.
2925
2926 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2927
2928         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
2929         instead of nnheader-accept-process-output.
2930
2931         * dgnushack.el (dgnushack-compile): Add comment.
2932
2933         * lpath.el: No need to fbind propertize for XEmacs 21.4.
2934
2935         * gnus-html.el (gnus-html-schedule-image-fetching)
2936         (gnus-html-prefetch-images): Replace process-kill-without-query by
2937         gnus-set-process-query-on-exit-flag.
2938
2939 2010-09-16  Romain Francoise  <romain@orebokech.com>
2940
2941         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
2942
2943 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2944
2945         * gnus-registry.el (gnus-registry-install-shortcuts): The second
2946         parameter to unintern is mandatory-ish in Emacs 24.
2947
2948         * gnus-html.el (gnus-html-schedule-image-fetching)
2949         (gnus-html-prefetch-images): Check for curl before using it.
2950
2951         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
2952         depend on curl, which isn't essential.
2953
2954         * imap.el: Revert back to version
2955         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
2956         seem problematic.
2957
2958 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2959
2960         * gnus-registry.el (gnus-registry-install-shortcuts):
2961         Explicitly pass `obarray' to `unintern' to avoid a warning.
2962
2963 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2964
2965         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
2966         change.
2967
2968         * nnrss.el (nnrss-request-list): Removed this function and related
2969         functions, including the moreover stuff.
2970
2971 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2972
2973         * nnrss.el (nnrss-retrieve-groups): New function.
2974
2975 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2976
2977         * .dir-locals.el: Add no-byte-compile cookie.
2978
2979 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2980
2981         * time-date.el (format-seconds): Comment fix.
2982
2983         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
2984         for back end that doesn't support request-scan.
2985
2986 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2987
2988         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
2989         then do request scans from the backends.
2990
2991         * netrc.el (netrc-credentials): New conveniency function.
2992
2993         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
2994         avoid running a hook per line, since this takes a lot of time,
2995         profiling shows.
2996         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
2997         directly if gnus-visual-p is true.
2998
2999 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3000
3001         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3002         groups; replace mapcar with dolist which is a bit faster; pass groups
3003         info to gnus-read-active-file-1.
3004         (gnus-read-active-file-1): Scan only specified groups if the new
3005         optional arg `infos' is given.
3006
3007 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3008
3009         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3010
3011         * pop3.el (pop3-movemail): Removed.
3012         (pop3-streaming-movemail): Renamed to pop3-movemail.
3013
3014         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3015         don't restrict end-tag searches to the end of the line.
3016
3017 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3018
3019         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3020         articles of every unchecked group to t, which means unknown since the
3021         server has never been opened.
3022
3023 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3024
3025         * gnus-html.el (gnus-html-show-alt-text): New command.
3026         (gnus-html-browse-image): Ditto.
3027         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3028         to browse the image directly.
3029         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3030         better.
3031
3032         * gnus-async.el (gnus-async-article-callback): Call
3033         `gnus-html-prefetch-images' unconditionally.
3034
3035         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3036         before feeding URLs to curl.
3037
3038 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3039
3040         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3041         internal images as deletable by `W D D'.
3042
3043         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3044         (gnus-async-article-callback): Fix typo.
3045
3046 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3047
3048         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3049         current line to work around bugs in the output from w3m.
3050
3051         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3052         for groups that want that.
3053
3054         * nntp.el (nntp-wait-for-string): Supply a timeout for
3055         accept-process-output to ensure progress.
3056
3057         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3058         level to get unread articles from, then use that for foreign groups,
3059         too.
3060
3061         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3062         confuses the rest of the function.
3063
3064         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3065         for the methods that support -retrieve-groups, too.
3066
3067         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3068
3069 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3070
3071         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3072         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3073
3074         * pop3.el: Require cl when compiling.
3075         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3076
3077 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3078
3079         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3080         that aren't going to be activated.
3081         (gnus-get-unread-articles): Fix up the last commit.
3082
3083         * gnus-html.el (gnus-article-html): Allow calling without specifying
3084         the handle.  In that case, dissect the buffer first.
3085
3086         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3087
3088         * nnimap.el (nnimap-open-connection): Revert the change that would look
3089         into authinfo for imaps instead of imap.
3090
3091         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3092         say that you don't want to call gnus-request-group with don-check, but
3093         do check the reponse.  This is for virtual groups only.
3094         (gnus-get-unread-articles): Count the archive groups as secondary, so
3095         that they're activated the same way as before.
3096
3097         * imap.el (imap-message-map): Removed optional buffer parameter, since
3098         no callers use it.
3099         (imap-message-get): Ditto.
3100         (imap-message-put): Ditto.
3101         (imap-mailbox-map): Ditto.
3102         (imap-mailbox-put): Ditto.
3103         (imap-mailbox-get): Ditto.
3104         (imap-mailbox-get): Revert last change for this function.
3105
3106         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3107         case-insensitively.
3108         (nnimap-debug): Removed.
3109
3110         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3111         to use `imap-fetch' instead.  According to the comments, this should be
3112         safe, since all other IMAP clients use the 1:* syntax.
3113         (imap-enable-exchange-bug-workaround): Removed.
3114         (imap-debug): Removed -- doesn't seem very useful.
3115
3116         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3117         mail from a file, and the file doesn't exist.
3118
3119         * imap.el (imap-log): New convenience function used throughout instead
3120         of repeating the same code all over the place.
3121
3122         * pop3.el (pop3-streaming-movemail): Return t for success.
3123
3124         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3125         .authinfo if we're using ssl connection.
3126
3127         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3128         already have if we're in a main Gnus `g' run.
3129
3130         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3131
3132 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3133
3134         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3135
3136         * nnmh.el (nnmh-request-list-1): Bind `file'.
3137
3138         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3139         alias to set-process-query-on-exit-flag or process-kill-without-query.
3140         (pop3-open-server): Use it.
3141
3142 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3143
3144         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3145         box to the Incoming file.  Fixes mistake in previous checkin.
3146
3147         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3148         request loop (for debugging purposes) removed.
3149
3150         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3151         culprit is more visible.
3152         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3153         (nnml-add-incremental-nov): New functions to do "incremental" nov
3154         updates, where we just append to the end of the existing nov files
3155         without reading/writing them in full.
3156
3157         * mail-source.el (mail-source-delete-crash-box): Really only check the
3158         incoming files once in a while.
3159
3160         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3161
3162         * mail-source.el (mail-source-delete-crash-box): Only check the
3163         incoming files for deletion once per day to save a lot of file
3164         accesses.
3165
3166         * pop3.el (pop3-logon): Fix up unbound variable typo.
3167
3168         * mail-source.el (pop3-streaming-movemail): Autoload.
3169
3170         * pop3.el (pop3-streaming-movemail): Respect
3171         pop3-leave-mail-on-server.
3172
3173         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3174         retrieval.
3175
3176         * pop3.el (pop3-process-filter): Removed unused function.
3177         (pop3-streaming-movemail, pop3-send-streaming-command)
3178         (pop3-wait-for-messages, pop3-write-to-file)
3179         (pop3-number-of-responses): New functions for streaming pop3
3180         retrieval.
3181
3182         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3183         come from no known methods.
3184         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3185         list.
3186
3187         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
3188         message sizes.
3189         (pop3-movemail): Use erase-buffer instead of looping and deleting
3190         regions, which seems rather odd.
3191
3192         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3193         file once per `g' run.
3194
3195         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3196         directories.  This makes the draft queue directory work.
3197
3198         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3199         data from the backends, so that we only request the list of groups from
3200         each method once.  This should speed things up considerably.
3201
3202         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3203         detect that it's not implemented.
3204
3205         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3206         we actually do recurse down into the tree, but don't stat all leaf
3207         nodes.
3208
3209         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3210         then say so instead of bugging out.
3211
3212         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3213         files exist before trying to read them.
3214
3215         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3216         around <pre_int>.
3217
3218         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3219
3220         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3221
3222 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3223
3224         * mm-util.el (mm-image-load-path): Just return the image directories,
3225         not all directories in the path in addition to the image directories.
3226         (mm-image-load-path): Maintain a cache of the image directories so that
3227         the `g' command in Gnus doesn't have to stat dozens of directories each
3228         time.
3229
3230         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3231         (gnus-html-wash-tags): Add a new `i' command to insert images.
3232         (gnus-html-insert-image): New command and keystroke.
3233         (gnus-html-redisplay-with-images): New command and keystroke.
3234         (gnus-html-show-images): Renamed command.
3235         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3236         spacers.
3237         (gnus-html-wash-tags): Decode entities at the end, so that entities
3238         inside the tags don't mess up the rest of the "parsing".
3239
3240         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3241         so that nnimap methods aren't agentized by default.  There's apparently
3242         many problems related to agent/imap behaviour.
3243
3244         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3245
3246         * gnus-html.el: Doc fix.
3247
3248 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3249
3250         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3251         specifier-spec-list for Emacs 21.
3252
3253         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3254         glyph-width and glyph-height instead of display-graphic-p and
3255         image-size; make avoidance of displaying small images work for XEmacs.
3256
3257         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3258         for XEmacs.
3259
3260         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3261         of symbol that holds plist data.
3262         (gnus-process-plist): Remove plist of process after getting it.
3263
3264 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3265
3266         * message.el (message-generate-hashcash): Change default to
3267         'opportunistic if hashcash is installed.
3268
3269         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3270         (gnus-html-put-image): Only call image-size once, since it's somewhat
3271         time-consuming on remote X servers.
3272
3273 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3274
3275         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3276         type on data, not a file name.
3277
3278         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3279         window-pixel-edges for Emacs 21.
3280
3281         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3282         decoded contents.
3283         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3284
3285 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3286
3287         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3288         group line format, since it isn't very interesting.
3289
3290         * gnus-agent.el (gnus-agent-short-article),
3291         (gnus-agent-long-article): Increase values for these two variables,
3292         since most people are likely to have more network connection and
3293         storage than before.
3294
3295         * gnus.el (gnus-refer-article-method): Change default to 'current.
3296         When referring an article, the common behaviour is to refer it from the
3297         current select method, not the native select method.  The chances of
3298         the native select method having the message in question is rather slim
3299         these days.
3300
3301         * gnus-sum.el (gnus-auto-select-subject): Change default to
3302         `unseen-or-unread'.  I think it's likely that most people want to
3303         select an unseen article over a previously seen, but unread one.
3304
3305         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3306         means that in the article buffer none of the minor mode elements will
3307         be shown, usually, and this is not desirable in most cases.
3308
3309         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3310         that commands like `d' (and the like) go to the next line in the
3311         buffer, instead of the next unread article.  I think this is the
3312         behaviour that is most natural for most users.
3313         (gnus-single-article-buffer): Change default to nil, so that people can
3314         have as many article buffers open as they have summary buffer.  I think
3315         this is the most natural way for the groups to behave.
3316
3317         * message.el (message-generate-new-buffers): Change default to
3318         `unsent', so that all new message buffers start their names with the
3319         string "*unsent", and it's easier to find the buffers if you move from
3320         them.
3321
3322 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3323
3324         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3325         small.  They're probably tracking images.
3326         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3327         (gnus-html-rescale-image): Yet another try at getting the image sizing
3328         right.
3329
3330         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3331         nntp-marks-file-name is nil.
3332
3333 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3334
3335         * gnus-html.el (gnus-html-wash-tags)
3336         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3337         Better logging.
3338
3339 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3340
3341         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
3342
3343         * gnus-html.el (gnus-html-wash-tags): Check the value of
3344         gnus-blocked-images in the summary buffer.
3345
3346 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3347
3348         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3349
3350 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3351
3352         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3353         like "a", it seems like.
3354         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3355         since it needs to be picked from the correct buffer.
3356
3357         * nnwfm.el: Removed.
3358
3359         * nnlistserv.el: Removed.
3360
3361 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3362
3363         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3364         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3365
3366 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3367
3368         * nnkiboze.el: Removed.
3369
3370         * nndb.el: Removed.
3371
3372         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3373         alt text.
3374         (gnus-html-rescale-image): Try to get the rescaling logic right for
3375         images that are just wide and not tall.
3376
3377         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3378         overshadow variable bindings.
3379
3380 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3381
3382         * gnus-html.el (gnus-html-wash-tags)
3383         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
3384         extra logging.
3385
3386 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3387
3388         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3389         (gnus-max-image-proportion): New variable.
3390         (gnus-html-rescale-image): New function.
3391         (gnus-html-put-image): Rescale images.
3392
3393 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3394
3395         Fix up some byte-compiler warnings.
3396         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3397         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3398         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3399         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3400         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3401         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3402         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3403
3404 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3405
3406         * gnus-html.el (gnus-article-html): Decode contents by charset.
3407
3408 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3409
3410         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3411         (gnus-html-frame-width, gnus-blocked-images)
3412         * message.el (message-prune-recipient-rules): Add custom version.
3413         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3414
3415         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3416         functions.
3417
3418         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3419         gnus-process-get.
3420
3421 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3422
3423         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3424         instead of lsub directly.
3425
3426 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3427
3428         * nnwarchive.el: Removed.
3429
3430         * gnus-soup.el: Removed.
3431
3432         * nnsoup.el: Removed.
3433
3434         * nnultimate.el: Removed.
3435
3436         * gnus-html.el (gnus-blocked-images): New variable.
3437
3438         * message.el (message-prune-recipients): New function.
3439         (message-prune-recipient-rules): New variable.
3440
3441         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3442         guess whether a long line is natural text or not.
3443
3444         * gnus-html.el (gnus-html-schedule-image-fetching): Use
3445         gnus-process-plist and friends for compatibility.
3446
3447 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3448
3449         * gnus-html.el: Require packages that define macros used in this file.
3450         (gnus-article-mouse-face): Declare to silence byte-compiler.
3451         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3452         process-get.
3453         (gnus-html-put-image): Use plist-get to avoid getf.
3454         (gnus-html-prefetch-images): Use with-current-buffer.
3455
3456 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3457
3458         * gnus-ems.el: Provide compatibility functions for
3459         gnus-set-process-plist.
3460
3461         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3462         header-line-format for XEmacs 21.4.
3463
3464         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3465         * gnus.el (gnus-valid-select-methods)
3466         * message.el (message-send-mail-partially-limit)
3467         * mm-decode.el (mm-text-html-renderer)
3468         * mml.el (mml-insert-mime-headers-always)
3469         * smiley.el (smiley-regexp-alist): Bump custom version.
3470
3471 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3472
3473         * gnus-html.el: require mm-url.
3474         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3475         with the url to `url'.
3476         (gnus-html-wash-tags): Support cid: URLs/images.
3477
3478 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3479
3480         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3481         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3482         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3483
3484         * gnus-move.el: Removed file, since it doesn't really work.
3485
3486         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3487         UTF-8.  This seems to fix problems with some German web feeds.
3488
3489         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3490         at the top so that the proper colours are applied.
3491
3492         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
3493         don't have dots in their names.
3494
3495         * gnus-art.el (gnus-article-view-part): Doc fix.
3496
3497         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3498         XEmacs-compatible.
3499         (gnus-html-put-image): Don't do images on non-graphic displays.
3500
3501         * nnslashdot.el: Removed this unused backend.
3502
3503         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3504         actions.
3505         (gnus-undo-register-1): Revert last change.
3506
3507         * gnus-group.el (gnus-group-completing-read): Protect against not
3508         having completion-styles bound.
3509
3510         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3511         make broken recipients happier.
3512
3513         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3514
3515         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3516         point parameter.
3517
3518         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
3519
3520         * gnus-group.el (gnus-group-completing-read): Add 'substring to
3521         completion-styles for group selection.
3522
3523 2009-02-04  Andreas Schwab  <schwab@suse.de>
3524
3525         * gnus-score.el (gnus-score-string): Fix regex for matching extra
3526         headers and regexp-quote the match if necessary.
3527
3528 2009-03-24  Miles Bader  <miles@gnu.org>
3529
3530         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3531         the blinking smiley.
3532
3533 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3534
3535         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3536         blink smiley.
3537
3538 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3539
3540         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3541         where the dribbel file lives exists.
3542
3543         * message.el (message-send-mail-partially-limit): Change the default to
3544         nil, since most people don't want this.
3545
3546         * mm-url.el (mm-url-decode-entities): Also decode entities like
3547         &#x3212.
3548
3549 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3550
3551         * gnus-sum.el (gnus-summary-idna-message):
3552         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3553         Hyperlink urls in docstrings with URL `...'.
3554
3555 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3556
3557         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3558         functions.
3559
3560 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3561
3562         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3563         say what the mouseover text should be.
3564
3565         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3566         version of the mm-w3m-safe-url-regexp variable to only download images
3567         in the groups where we want that to happen.
3568
3569         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3570
3571         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3572         easier debugging.
3573         (gnus-article-beginning-of-window): Add kludge to allow spacing past
3574         big pictures in the article buffer.
3575
3576         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3577         gnus-article-html.
3578         (mm-text-html-renderer): gnus-article-html needs curl in addition to
3579         w3m.
3580
3581         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3582
3583 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3584
3585         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3586         which doesn't exist.
3587
3588         * message.el (message-inhibit-ecomplete): New variable to allow some
3589         function to inhibit ecomplete address storage.
3590         (message-resend): Disable ecomplete message storage when resending
3591         messages.
3592
3593         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3594
3595 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3596
3597         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3598         Save excursion while copying, moving, and deleting articles in order to
3599         prevent the cursor from jumping to unforeseen place.
3600
3601 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3602
3603         * lpath.el: No need to bind bookmark-current-buffer,
3604         bookmark-yank-point and bookmark-make-record-function.
3605
3606 2010-08-17  Glenn Morris  <rgm@gnu.org>
3607
3608         * gnus-sync.el: Require gnus components whose functions are used.
3609
3610         * gnus-art.el (bookmark-make-record-function):
3611         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3612         Declare for compiler.
3613
3614         * mm-url.el (mml-compute-boundary): Autoload.
3615
3616 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3617
3618         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3619
3620 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
3621
3622         Typo fix "hoo4a" -> "hook".
3623
3624         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3625
3626 2010-08-14  Glenn Morris  <rgm@gnu.org>
3627
3628         * gnus-sync.el (gnus-sync): Fix defgroup version.
3629
3630 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
3631
3632         Doc fixes and keep unknown groups (ammended for nunion bug fix).
3633
3634         * gnus-sync.el: Fix docs.
3635         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3636         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3637
3638 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3639
3640         Optimizations for gnus-sync.el.
3641
3642         * gnus-sync.el: Add docs about gnus-sync-backend
3643         possibilities.
3644         (gnus-sync-save): Remove unnecessary message.
3645         (gnus-sync-read): Optimize and show what groups were skipped.
3646
3647 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3648
3649         Minor bug fixes for gnus-sync.el.
3650
3651         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
3652         read the sync on get-new-news.
3653
3654         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3655         quiet.
3656
3657         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
3658
3659 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
3660
3661         Make saving and restoring of hidden threads work with overlays.
3662         Patch applied by Ted Zlatanov.
3663
3664         * gnus-sum.el (gnus-hidden-threads-configuration)
3665         (gnus-restore-hidden-threads-configuration): Update to deal with text
3666         properties, rather than searching for a magic character.
3667
3668 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3669
3670         New gnus-sync.el library for synchronization of marks.
3671
3672         * gnus-sync.el: New library for synchronization of marks.
3673
3674         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
3675         renamed from `gnus-registry-grep-in-list'.
3676
3677         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
3678
3679         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3680
3681 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3682
3683         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3684         determining charset of text fails.
3685
3686 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3687
3688         * nnmail.el (nnmail-get-new-mail-1): Revert.
3689
3690         * nnml.el (nnml-active-number): Make sure names of newly created groups
3691         in nnml-group-alist are encoded.
3692
3693 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3694
3695         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3696         containing non-ASCII characters in active file for nnml back end.
3697
3698 2010-07-24  David Engster  <dengste@eml.cc>
3699
3700         * mml-smime.el (mml-smime-epg-verify): Also accept the older
3701         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3702
3703 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
3704
3705         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3706         tag (Bug#6654).
3707
3708 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3709
3710         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3711         the article buffer, not the summary buffer.
3712
3713 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3714
3715         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3716         Emacs 23 as well.
3717
3718 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3719
3720         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
3721         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
3722
3723 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3724
3725         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3726         Patch applied by Karl Fogel.
3727
3728         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
3729         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3730
3731 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3732
3733         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3734         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
3735         C-w still not working correctly from Article buffers; Thierry's
3736         patch to fix that will be applied after this.
3737
3738         * gnus-art.el (bookmark-make-record-function): New local variable.
3739
3740         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3741         article buffer.
3742         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3743
3744 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3745
3746         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3747         on changes in bookmark.el.
3748
3749 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3750
3751         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
3752         `no-log' instead of message not to log prompt string.
3753
3754 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
3755
3756         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3757         the *other* type of HTML form submission.
3758
3759 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
3760
3761         * auth-source.el (auth-source-pick): If choice does not contain a
3762         questioned keyword, set the check to t.
3763
3764 2010-06-12  Romain Francoise  <romain@orebokech.com>
3765
3766         * gnus-util.el (gnus-date-get-time): Move up before first use.
3767
3768 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3769
3770         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3771         (gnus-article-edit-part): Bind it to make last part that is substituted
3772         or deleted visible.
3773         (gnus-mime-display-single): Buttonize part of which id equals to
3774         gnus-mime-buttonized-part-id.
3775
3776 2010-06-10  Dan Christensen  <jdc@uwo.ca>
3777
3778         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3779         (gnus-dd-mmm): Use gnus-date-get-time.
3780         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3781         simplify logic.
3782         (gnus-summary-limit-to-age): Use gnus-date-get-time.
3783         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
3784
3785 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
3786
3787         * auth-source.el (top): Autoload `secrets-list-collections',
3788         `secrets-create-item', `secrets-delete-item'.
3789         (auth-sources): Fix tag string.
3790         (auth-get-source, auth-source-retrieve, auth-source-create)
3791         (auth-source-delete): New defuns.
3792         (auth-source-pick): Rewrite in order to avoid 2 passes.
3793         (auth-source-forget-user-or-password): New parameter USERNAME.
3794         (auth-source-user-or-password): New parameters CREATE-MISSING and
3795         DELETE-EXISTING.  Retrieve password interactively, if needed.
3796
3797 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3798
3799         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3800         deleting unused directories when gnus-expert-user is t.
3801
3802 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3803
3804         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
3805         for each temp file when gnus-article-browse-delete-temp is ask.
3806
3807 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3808
3809         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
3810         Lisp calls to delete-backward-char by calls to delete-char.
3811
3812 2010-05-20  Kevin Ryde  <user42@zip.com.au>
3813
3814         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
3815
3816 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
3817
3818         * password-cache.el (password-cache-remove): Fix docstring.
3819
3820 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3821
3822         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
3823         article unless decoding article to be saved.
3824
3825 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3826
3827         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
3828         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
3829         generated within the mm-with-unibyte-current-buffer macro.
3830
3831 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3832
3833         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
3834         to nil when we're in a mml-preview buffer and no group is selected.
3835
3836 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
3837
3838         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
3839         when catching the `C-g'.  Reported by "Leo".
3840
3841 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3842
3843         * message.el (message-forward-make-body-plain)
3844         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
3845         multibyte-string-p.
3846
3847         * lpath.el: Revert.
3848
3849 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3850
3851         * message.el (message-forward-make-body-mml): Assume original message
3852         is multibyte string; error on unibyte.
3853         (message-forward-make-body-plain): Ditto; don't add excessive newline
3854         in body end.
3855
3856         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
3857
3858 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
3859
3860         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
3861         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
3862
3863 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3864
3865         * mm-extern.el (mm-extern-url): Don't use
3866         mm-with-unibyte-current-buffer.
3867         (mm-extern-cache-contents): Use with-current-buffer instead of
3868         save-excursion + set-buffer.
3869
3870 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3871
3872         * mm-util.el (mm-emacs-mule): Remove.
3873
3874 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
3875
3876         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
3877         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
3878         change.
3879
3880 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3881
3882         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
3883         bind the default value of enable-multibyte-characters to nil.
3884
3885 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3886
3887         * message.el (message-forward-make-body-plain)
3888         (message-forward-make-body-mml):
3889         Don't use mm-with-unibyte-current-buffer.
3890
3891 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3892
3893         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
3894
3895 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
3896
3897         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
3898         (Bug#5592).
3899
3900 2010-05-07  Julien Danjou  <julien@danjou.info>
3901
3902         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
3903         it to mm-pipe-part.
3904
3905         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
3906         it is given.
3907
3908 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3909
3910         * binhex.el (binhex-decode-region-internal)
3911         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
3912         (dns-query)
3913         * nnweb.el (nnweb-gmane-search)
3914         * pgg-parse.el (pgg-parse-armor)
3915         * pgg.el (pgg-verify-region)
3916         * sha1.el (sha1-string-external)
3917         * uudecode.el (uudecode-decode-region-internal)
3918         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
3919         XEmacs.
3920
3921         * gnus-art.el (gnus-article-browse-html-parts)
3922         * gnus-group.el (gnus-read-ephemeral-gmane-group)
3923         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
3924         make-temp-file.
3925
3926         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
3927         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
3928         compiling.
3929
3930         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
3931         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
3932         XEmacs when compiling.
3933
3934         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
3935         gnus-pick-mode-off-hook for XEmacs when compiling.
3936         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
3937         gnus-binary-mode-off-hook for XEmacs when compiling.
3938
3939         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
3940         nil if char-charset is not available.
3941
3942         * imap.el (imap-disable-multibyte)
3943         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
3944         macros.
3945
3946         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
3947         instead of encode-coding-string.
3948
3949         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
3950         'xemacs) instead of mm-emacs-mule to switch function definitions.
3951         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
3952
3953         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
3954         bind temporary-file-directory for XEmacs;
3955         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
3956         timer-set-function for XEmacs 21.4 and SXEmacs;
3957         bind timer-list for XEmacs 21.4 and SXEmacs;
3958         fbind char-charset and find-charset-region for non-Mule XEmacs;
3959         fbind decode-coding-region, decode-coding-string, detect-coding-region,
3960         encode-coding-region and encode-coding-string for XEmacs having no
3961         file-coding feature.
3962
3963 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
3964
3965         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
3966
3967 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3968
3969         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
3970         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
3971
3972 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
3973
3974         * mm-util.el (mm-decompress-buffer): Use `delete-file';
3975         alias `jka-compr-delete-temp-file' no longer exists.
3976
3977 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3978
3979         Use define-minor-mode in Gnus where applicable.
3980         * mml.el (mml-mode): Use define-minor-mode.
3981         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
3982         (gnus-undo-mode): Use define-minor-mode.
3983         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
3984         (gnus-dead-summary-mode): Use define-minor-mode.
3985         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
3986         Initialize in declaration.
3987         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
3988         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
3989         (gnus-mailing-list-mode): Use define-minor-mode.
3990         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
3991         (gnus-draft-mode): Use define-minor-mode.
3992         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
3993         (gnus-dired-mode): Use define-minor-mode.
3994
3995 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
3996
3997         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
3998         handles on recursive mml-to-mime translation and check them for
3999         boundary delimiter collisions.  Reported by Greg Troxel.
4000
4001 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4002
4003         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4004
4005 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4006
4007         * mm-util.el (mm-find-buffer-file-coding-system):
4008         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4009
4010 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4011
4012         * message.el (message-generate-headers): Record insertion of optional
4013         headers as well.  Otherwise the check to prevent repeated insertion of
4014         optional headers is a no-op.
4015
4016 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4017
4018         * smime.el: Don't mention CVS.
4019
4020         * nnrss.el (nnrss-fetch): Don't mention CVS.
4021
4022         * nnir.el: Don't mention CVS.
4023
4024 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4025
4026         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
4027
4028 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4029
4030         * lpath.el: Fbind bookmark-default-handler,
4031         bookmark-get-bookmark-record, bookmark-make-record-default,
4032         bookmark-prop-get for Emacs <23 and XEmacs.
4033
4034 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4035
4036         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4037         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4038         Use with-current-buffer to silence the byte-compiler.
4039         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4040         bother to require `gnus'.
4041         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4042
4043 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4044
4045         * gnus-sum.el (gnus-summary-bookmark-make-record)
4046         (gnus-summary-bookmark-jump): New functions.
4047         (gnus-summary-mode): Setup bookmark support.
4048
4049 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4050
4051         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4052         if set.
4053
4054 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4055
4056         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4057         gnus-article-browse-html-save-cid-image; make it work recursively for
4058         forwarded messages as well.
4059         (gnus-article-browse-html-parts): Work when prefix arg is given.
4060         (gnus-article-browse-html-article): Doc fix.
4061
4062 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4063
4064         * message.el (message-default-mail-headers):
4065         (message-default-headers): Carry the value mail-default-headers over
4066         into message-default-mail-headers, rather than message-default-headers.
4067
4068 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4069
4070         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
4071         charset.
4072
4073         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4074         charset into the <meta> tag when the article is encoded to utf-8.
4075
4076 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4077
4078         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
4079         directories as well.
4080         (gnus-article-browse-html-parts): Work for images that do not specify
4081         file names; delete temp directory when quitting; insert header at the
4082         right place; use file: scheme for image files.
4083
4084 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4085
4086         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4087         (gnus-article-browse-html-parts): Use it to make temporary cid image
4088         files in addition to html file so that browser may display them.
4089
4090 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4091
4092         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4093
4094 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4095
4096         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4097
4098 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4099
4100         * auth-source.el (auth-sources): Change default to be simpler.  Explain
4101         about Secret Service API sources.  Improve Customize options.
4102         (auth-source-pick): Change to accept any number of search parameters.
4103         Implement fallbacks iteratively, not recursively.  Add scoring on the
4104         second pass and sort by score.  Call Secret Service API when needed.
4105         (auth-source-user-or-password): Use it.  Call Secret Service API
4106         directly when needed to get the user name and the password.
4107
4108 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4109
4110         * message.el (message-interactive): Doc fix.
4111         (message-qmail-inject-args): Reflow.
4112         (message-kill-to-signature): Fix typo in docstring.
4113
4114         * smiley.el (smiley-buffer): Fix typo in docstring.
4115
4116 2010-03-24  Glenn Morris  <rgm@gnu.org>
4117
4118         * mail-source.el (gnus-message): Declare.
4119         (mail-source-delete-old-incoming): Require gnus-util.
4120
4121 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4122
4123         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4124
4125         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4126
4127         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4128         password-cache's default if it is not bound.
4129         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4130         password-cache-expiry's default if it is not bound.
4131
4132         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4133         available in Emacs 21.
4134
4135         * lpath.el: Suppress compiler warnings for:
4136         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4137         XEmacs;
4138         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4139         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4140         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4141
4142 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4143
4144         * auth-source.el (auth-sources): Fix up definition so extra parameters
4145         are always inline.
4146
4147 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4148
4149         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
4150         wasn't updated after mismatch.  Clear cached mailbox info correctly
4151         when uidvalidity changes.
4152         (nnimap-group-prefixed-name): New function to avoid some code
4153         duplication.
4154         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4155         (nnimap-request-group): Use it.
4156         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4157         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4158         with many imap folders.  This is done by caching the group status from
4159         the imap server persistently in a group parameter `imap-status'.  (This
4160         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4161         but not persistently, so every Gnus startup was still very slow.)
4162
4163 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4164
4165         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4166         delete the extra newline.  Otherwise editing of :string and :number
4167         types don't work.
4168
4169 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4170
4171         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4172         secrets.el dependency.
4173         (auth-sources): Add optional user name.  Add secrets.el configuration
4174         choice (unused right now).
4175
4176 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4177
4178         * gnus-sum.el (gnus-summary-make-menu-bar): Let
4179         `gnus-registry-install-shortcuts' fill in the functions.
4180
4181         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4182         warnings.
4183         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4184         (gnus-registry-install-shortcuts): Populate and use it in a
4185         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4186
4187 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4188
4189         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4190         In-place substitutions for the group name encoding/decoding.
4191         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4192         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4193         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4194         (nnimap-update-unseen, nnimap-request-list)
4195         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4196         (nnimap-request-set-mark, nnimap-split-to-groups)
4197         (nnimap-split-articles, nnimap-request-newgroups)
4198         (nnimap-request-create-group, nnimap-request-accept-article)
4199         (nnimap-request-delete-group, nnimap-request-rename-group)
4200         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4201         `encoded-mbx' for consistency.
4202         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4203         variable `imap-current-mailbox'.
4204
4205         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4206         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4207
4208 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4209
4210         * pop3.el (pop3-display-message-size-flag): Display message size byte
4211         counts during POP3 download.
4212         (pop3-movemail): Use it.
4213         (pop3-list): Implement listing of available messages.
4214
4215 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4216
4217         * nnir.el (nnir-get-article-nov-override-function): New function to
4218         override the normal NOV retrieval.
4219         (nnir-retrieve-headers): Use it.
4220
4221 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4222
4223         * auth-source.el (netrc-machine-user-or-password): Autoload.
4224
4225 2010-03-19  Glenn Morris  <rgm@gnu.org>
4226
4227         Stop message.el from loading about 40 libraries it doesn't always need.
4228         The general approach is to autoload rather than require, and to
4229         require in the specific functions rather than the file.  (Bug#5642)
4230
4231         * gmm-utils.el: Don't require wid-edit.
4232         (widget-create-child-value, widget-convert, widget-default-get):
4233         Autoload.
4234
4235         * gnus-util.el: Don't require time-date, netrc.
4236         (message-fetch-field, gnus-group-name-decode): Declare rather than
4237         autoloading.
4238         (gnus-fetch-field): Require message.
4239         (gnus-decode-newsgroups): Require gnus-group.
4240
4241         * ietf-drums.el: Don't require time-date.
4242
4243         * message.el: Don't require hashcash, canlock, ecomplete.
4244         Do require mail-utils.  Require nnheader only when compiling.
4245         (smtpmail-default-smtp-server): Remove declaration.
4246         (message-send-mail-function): Check smtpmail-default-smtp-server
4247         is bound rather than requiring smtpmail.
4248         (message-auto-save-directory, message-insert-signature): Use
4249         expand-file-name rather than nnheader-concat.
4250         (nnheader-insert-file-contents): Autoload.
4251         (hashcash-wait-async): Declare.
4252         (message-send-mail): Only call gnus-setup-posting-charset if
4253         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4254         (message-send-mail-with-sendmail): Require sendmail.
4255         (canlock-password, canlock-password-for-verify): Declare.
4256         (message-canlock-password): Require canlock.
4257         (nnheader-get-report): Autoload.
4258         (gnus-setup-posting-charset): Declare.
4259         (message-send-news): Require gnus-msg.
4260         (message-make-references, message-make-in-reply-to): Use mail-header-id
4261         rather than the alias mail-header-message-id.
4262         (ecomplete-add-item, ecomplete-save): Declare.
4263         (message-put-addresses-in-ecomplete): Require ecomplete.
4264         (ecomplete-display-matches): Autoload.
4265
4266         * mm-decode.el: Don't require mailcap, gnus-util.
4267         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4268         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4269         Autoload.
4270         (mailcap-mime-extensions): Declare.
4271
4272         * mm-encode.el: Don't require mailcap.
4273         (mailcap-extension-to-mime): Autoload.
4274
4275         * mml-sec.el: Don't require password-cache.
4276
4277         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4278         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4279         (mml-minibuffer-read-type): Require mailcap.
4280         (mml-preview): Require gnus-msg.
4281
4282         * mml1991.el: Require password-cache.
4283         (password-cache-expiry): Remove declaration.
4284
4285         * mml2015.el: Require password-cache.
4286         (password-cache-expiry): Remove declaration.
4287
4288         * nneething.el (mailcap): Require mailcap.
4289
4290         * nnheader.el (declare-function): Add compatibility stub.
4291         (message-remove-header): Declare rather than autoload.
4292         (nnheader-replace-header): Require message.
4293
4294         * nnimap.el (declare-function): Add compatibility stub.
4295         (netrc-parse, netrc-machine-user-or-password): Declare.
4296         (nnimap-open-connection): Require netrc.
4297
4298         * nntp.el (declare-function): Add compatibility stub.
4299         (netrc-parse, netrc-machine, netrc-get): Declare.
4300         (nntp-send-authinfo): Require netrc.
4301
4302         * rfc2047.el: Don't require qp.
4303         (quoted-printable-encode-region, quoted-printable-decode-string):
4304         Autoload.
4305
4306         * sieve-mode.el: Don't require easymenu.
4307         (easy-menu-add-item): Autoload it.
4308
4309         * spam-stat.el (time-to-number-of-days): Autoload it.
4310
4311 2010-03-19  Glenn Morris  <rgm@gnu.org>
4312
4313         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4314
4315 2010-03-18  Glenn Morris  <rgm@gnu.org>
4316
4317         * hashcash.el (declare-function): Remove duplicate definition.
4318
4319 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4320
4321         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4322         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4323         value if any backslash escapes).
4324
4325 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4326
4327         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4328         if it is available.  (bug#5647)
4329
4330         * lpath.el: Suppress compiler warning for coding-system-from-name for
4331         Emacs 21 and XEmacs.
4332
4333 2010-03-14  Juri Linkov  <juri@jurta.org>
4334
4335         * hmac-def.el:
4336         * hmac-md5.el:
4337         * netrc.el: Fix keywords.
4338
4339 2010-02-26  Glenn Morris  <rgm@gnu.org>
4340
4341         * message.el (message-send-mail-function): Change the default, so that
4342         it inherits from a customized send-mail-function.  (Bug#5643)
4343
4344 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4345
4346         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4347         shell-command-to-string signals an error (bug#5299).
4348
4349 2010-02-24  Glenn Morris  <rgm@gnu.org>
4350
4351         * message.el (message-smtpmail-send-it)
4352         (message-send-mail-with-mailclient): Doc fixes.
4353
4354 2010-02-16  Glenn Morris  <rgm@gnu.org>
4355
4356         * message.el (message-default-mail-headers): Change the default value
4357         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4358
4359 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4360
4361         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
4362         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
4363
4364 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4365
4366         * time-date.el (date-to-time): Doc fix (Bug#5408).
4367
4368 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4369
4370         * message.el (message-mail): Just pass yank-action on to message-setup.
4371         (message-setup): Handle (FUN . ARGS) form of yank-action.
4372         (message-with-reply-buffer, message-widen-reply)
4373         (message-yank-original): Handle non-buffer values of
4374         message-reply-buffer (Bug#4080).
4375         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4376
4377 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4378
4379         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4380         Fix typo in docstring.
4381
4382 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4383
4384         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4385         response.
4386
4387 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4388
4389         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4390
4391         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4392
4393         * message.el (message-check-news-header-syntax): Protect against a
4394         string that `rfc822-addresses' returns when parsing fails.
4395
4396 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4397
4398         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4399         (gnus-previous-char-property-change): New functions.
4400
4401         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4402
4403 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4404
4405         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4406         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4407
4408 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4409
4410         * message.el (message-exchange-point-and-mark): Rework last change to
4411         avoid using optional arg of exchange-point-and-mark, for backward
4412         compatibility.
4413
4414 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4415
4416         * message.el (message-exchange-point-and-mark): Call
4417         exchange-point-and-mark with an argument rather than setting
4418         mark-active by hand (Bug#5175).
4419
4420 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4421
4422         * nntp.el (nntp-service-to-port): Work for service expressed with
4423         numeric string; replace [:digit:] with [0-9] for XEmacs.
4424
4425 2009-12-17  Glenn Morris  <rgm@gnu.org>
4426
4427         * gnus-group.el (gnus-bug-group-download-format-alist):
4428         Change emacs entry to debbugs.gnu.org.  Bump :version.
4429
4430 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4431
4432         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4433
4434 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4435
4436         * message.el (message-info): Explain why we use `Info-goto-node'.
4437
4438 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4439
4440         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4441
4442 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4443
4444         * message.el (message-completion-in-region): New compatibility function.
4445         (message-expand-group): Use it.
4446
4447 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4448
4449         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4450         with no unread article should be listed if the 2nd arg `predicate' is
4451         given.
4452
4453 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4454
4455         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4456
4457 2009-11-29  Juri Linkov  <juri@jurta.org>
4458
4459         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4460         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4461         on `gnus-recenter'. (Bug#4698, Bug#4981)
4462
4463 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4464
4465         * sha1.el (sha1-string-external): default-directory "/" in case
4466         otherwise non-existent.  process-connection-type pipe for touch of
4467         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4468
4469 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4470
4471         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4472         it's comms related and sgml-mode.el has "comm" on that basis too.
4473
4474 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4475
4476         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4477         containing tspecial characters if they have been already quoted.
4478
4479 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4480
4481         * dns-mode.el (auto-mode-alist): Purecopy string.
4482
4483 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4484
4485         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4486
4487 2009-10-24  Glenn Morris  <rgm@gnu.org>
4488
4489         * gnus-art.el (help-xref-stack-item): Define for compiler.
4490
4491 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4492
4493         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
4494
4495 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4496
4497         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4498
4499 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4500
4501         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4502         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4503
4504 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4505
4506         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4507         (gnus-overlays-in): New alias to overlays-in.
4508
4509         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4510         gnus-overlay-get, and gnus-delete-overlay.
4511         (gnus-summary-show-thread): Make it work as well for systems in which
4512         next-single-char-property-change is not available.
4513         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4514
4515         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
4516         (gnus-overlay-get): New alias to extent-property.
4517         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
4518
4519         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
4520         SXEmacs.
4521
4522         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
4523         SXEmacs.
4524
4525 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4526
4527         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4528
4529 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4530
4531         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4532         and XEmacs that don't have `remove-overlays'.
4533
4534 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4535
4536         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4537         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4538         selective display.  Use overlays instead.
4539
4540 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4541
4542         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4543
4544 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4545
4546         * spam-stat.el (spam-stat-load): Fix typo in message.
4547
4548 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4549
4550         * dig.el (dig-invoke): Fix typo in docstring.
4551         (query-dig): Reflow docstring.
4552
4553 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4554
4555         * gnus-art.el (gnus-article-encrypt-body):
4556         * message.el (message-check-recipients):
4557         * mm-util.el (mm-codepage-setup):
4558         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4559         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4560
4561 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4562
4563         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4564         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4565         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4566         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4567         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4568
4569 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4570
4571         * dig.el: Add "Keywords: comm", as per net-utils.el.
4572
4573 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4574
4575         * dig.el (dig-mode): Use define-derived-mode.
4576
4577 2009-09-19  Glenn Morris  <rgm@gnu.org>
4578
4579         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4580
4581 2009-09-18  Glenn Morris  <rgm@gnu.org>
4582
4583         * gnus-diary.el (gnus-diary-check-message):
4584         * message.el (message-insert-formatted-citation-line):
4585         * nnbabyl.el (top-level):
4586         * nndiary.el (nndiary-schedule):
4587         Fix typos in condition-case handlers.
4588
4589 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4590
4591         * gnus-art.el (gnus-article-edit-part): Work for the buffer
4592         configuration that provides the sole article window in a frame;
4593         position point correctly after deleting a part.
4594
4595 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
4596
4597         * spam.el (spam-unregister-on-reregister): Add boolean variable.
4598         (spam-resolve-registrations-routine): Use it to unregister articles
4599         that change status.
4600
4601 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4602
4603         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
4604         with XEmacs.
4605         (parse-time-string-chars): Use it.
4606
4607 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4608
4609         * imap.el (imap-interactive-login): Better messages.
4610         (imap-open): Fix bug with renamed buffer on reconnect.
4611         (imap-authenticate): Add buffer-local imap-last-authenticator variable
4612         for easier debugging and cleaner code.  On successful (guessed based on
4613         server capabilities) secondary authentication, set imap-state
4614         correctly.
4615         (imap-last-authenticator): Define imap-last-authenticator as a variable
4616         to avoid warnings.
4617
4618 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4619
4620         * nnrss.el (nnrss-request-article): Remove binding of
4621         default-enable-multibyte-characters that has gotten needless by
4622         the 2007-07-13 change in rfc2047-encode-message-header.
4623
4624         * mml.el (mml-insert-multipart): Error on the message header.
4625         (mml-insert-part): Error on the message header; position point at
4626         the end of a MIME tag.
4627
4628 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4629
4630         * time-date.el (autoload): Expand define-obsolete-function-alias into
4631         defalias and make-obsolete for old Emacsen that Gnus supports.
4632         (with-no-warnings): Define it for old Emacsen.
4633         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4634         is available.
4635         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4636         float-time is available; suppress compile warning for time-to-seconds.
4637
4638         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4639         (gnus-float-time): Alias to float-time if it exists.
4640
4641         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4642         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4643         float-time is available; suppress compile warning for time-to-seconds.
4644
4645         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
4646         XEmacs.
4647
4648 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
4649
4650         * imap.el (imap-message-map): Docstring fix.
4651
4652 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4653
4654         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4655         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4656         Add the optional argument `encoding' that overrides the default.
4657
4658         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4659         mm-encode-buffer.
4660
4661 2009-09-04  Glenn Morris  <rgm@gnu.org>
4662
4663         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4664         mm-disable-multibyte, rather than default-enable-multibyte-characters.
4665         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4666         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4667         * mm-util.el (mm-with-unibyte-current-buffer)
4668         (mm-find-buffer-file-coding-system):
4669         * yenc.el (yenc-decode-region): Use default-value rather than
4670         default-enable-multibyte-characters.
4671
4672 2009-09-03  Glenn Morris  <rgm@gnu.org>
4673
4674         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4675         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4676         than default-enable-multibyte-characters.
4677
4678 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
4679
4680         * gnus-art.el (gnus-article-read-summary-keys):
4681         Fix gnus-buffer-configuration's value temporarily used.
4682
4683 2009-09-02  Glenn Morris  <rgm@gnu.org>
4684
4685         * gnus-util.el (gnus-float-time): New function.
4686         * gnus-delay.el (gnus-delay-article):
4687         * gnus-sum.el (gnus-thread-latest-date):
4688         * gnus-util.el (gnus-user-date): Use gnus-float-time.
4689         * nnspool.el (nnspool-request-newgroups):
4690         Use gnus-float-time rather than time-to-seconds.
4691         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4692
4693         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4694         (gnus-header-subject-face, gnus-header-newsgroups-face)
4695         (gnus-header-name-face, gnus-header-content-face):
4696         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4697         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4698         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4699         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4700         (gnus-cite-face-11):
4701         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4702         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4703         (gnus-server-closed-face, gnus-server-denied-face)
4704         (gnus-server-offline-face):
4705         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4706         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4707         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4708         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4709         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4710         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4711         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4712         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4713         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4714         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4715         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4716         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4717         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4718         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4719         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4720         (gnus-summary-high-undownloaded-face)
4721         (gnus-summary-low-undownloaded-face)
4722         (gnus-summary-normal-undownloaded-face)
4723         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4724         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4725         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4726         (gnus-splash-face):
4727         * message.el (message-header-to-face, message-header-cc-face)
4728         (message-header-subject-face, message-header-newsgroups-face)
4729         (message-header-other-face, message-header-name-face)
4730         (message-header-xheader-face, message-separator-face)
4731         (message-cited-text-face, message-mml-face):
4732         * sieve-mode.el (sieve-control-commands-face)
4733         (sieve-action-commands-face, sieve-test-commands-face)
4734         (sieve-tagged-arguments-face):
4735         * spam.el (spam-face):
4736         Mark face aliases with "-face" in the name as obsolete.
4737
4738 2009-09-01  Glenn Morris  <rgm@gnu.org>
4739
4740         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4741         than goto-line.
4742
4743 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4744
4745         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4746         Don't move point if the command is invoked inside the message header.
4747
4748 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4749
4750         * imap.el (imap-send-command): Simplify.
4751         (imap-wait-for-tag): point-max -> buffer-size.
4752
4753 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4754
4755         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4756         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4757         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4758         * nnir.el (nnir-swish-e-index-file):
4759         * gnus-sum.el (gnus-summary-delete-marked-as-read)
4760         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4761         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4762         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4763         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4764         (gnus-treat-display-xface): Add Emacs version of obsolescence.
4765
4766 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4767
4768         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4769         Don't save excursion.
4770
4771 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4772
4773         * nnheader.el (nnheader-find-file-noselect):
4774         * mm-util.el (mm-insert-file-contents):
4775         Use (default-value 'major-mode) instead of default-major-mode.
4776
4777 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4778
4779         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4780
4781 2009-08-26  Glenn Morris  <rgm@gnu.org>
4782
4783         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
4784         than placing in files.el.
4785
4786 2009-08-25  Glenn Morris  <rgm@gnu.org>
4787
4788         * nnir.el (top-level): Don't require cl at run-time.
4789         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4790         Replace cl-function substitute with gnus-replace-in-string.
4791         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4792         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4793         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4794         simplified expansions.
4795
4796 2009-08-25  Kevin Ryde  <user42@zip.com.au>
4797
4798         * dig.el (dig): Add autoload cookie.
4799
4800 2009-08-22  Glenn Morris  <rgm@gnu.org>
4801
4802         * gnus-art.el (gnus-button-patch): Use forward-line rather than
4803         goto-line.
4804
4805 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
4806
4807         * parse-time.el (parse-time-string-chars): Save match data.
4808
4809 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
4810
4811         * parse-time.el (parse-time-string-chars): Compute using character
4812         classes, to handle non-ascii characters (Bug#3190).
4813
4814 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4815
4816         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
4817
4818         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
4819         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
4820         (gnus-mm-display-part, gnus-mime-display-single)
4821         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
4822         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
4823
4824         * gnus-sum.el
4825         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
4826         (gnus-summary-move-article): Add expirable mark to articles copied or
4827         moved to group that has auto-expire turned on if the option is non-nil.
4828
4829 2009-07-24  Glenn Morris  <rgm@gnu.org>
4830
4831         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
4832         Fix typo.  (Bug#3903)
4833
4834 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4835
4836         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
4837         gnus-article-read-summary-keys rather than gnus-summary-edit-article
4838         that should not be used for draft articles.
4839         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
4840         that has no concern in minor mode keys.
4841         (gnus-article-summary-command, gnus-article-summary-command-nosave):
4842         Abolish.
4843
4844 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4845
4846         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
4847         article without making inquiry to a user for unknown encoding.
4848
4849         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
4850         (nnmaildir--scan): Assume i-node and device number that file-attributes
4851         returns might be cons-cell.
4852
4853         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
4854
4855         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
4856
4857 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
4858
4859         * auth-source.el: Remove docs now in auth.texi.  Don't use
4860         `gnus-message' for logging.  Add new variables `auth-source-debug' and
4861         `auth-source-hide-passwords' and use them.
4862
4863 2009-07-15  Glenn Morris  <rgm@gnu.org>
4864
4865         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
4866
4867 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4868
4869         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
4870         excessive whitespace from the default values of title and description.
4871
4872 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4873
4874         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
4875         mail-fetch-field to fetch Content-Description header in order to
4876         exclude newlines.
4877
4878 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
4879
4880         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
4881         format used by GnuPG 2.0.11.
4882
4883 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4884
4885         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
4886         to deleted part.
4887
4888 2009-05-30  David Engster  <dengste@eml.cc>
4889
4890         * nnmairix.el: Remove old documentation in the commentary block.
4891         (nnmairix-request-group): Do not update active file for nnml back ends.
4892         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
4893         end so that overview files are ignored.
4894         (nnmairix-update-groups): Make updating the groups more robust by using
4895         marks.
4896         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
4897         with dollar characters in message-id.
4898
4899 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
4900
4901         * spam.el: Use dns-query instead of query-dns.  Was renamed on
4902         2008-12-25 in dns.el.
4903
4904 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4905
4906         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
4907         could happen if the text is only composed of spaces and/or tabs.
4908
4909 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
4910
4911         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
4912         when sending a queued message to avoid extra mml tags.
4913
4914 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4915
4916         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
4917
4918 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4919
4920         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
4921         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
4922         rmail-toggle-header for XEmacs;
4923         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
4924
4925 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4926
4927         * gnus-dired.el: Remove autoload for gnus-setup-message.
4928         (gnus-dired-attach): Fake this-command value to prevent Gnus from
4929         displaying Gnus logo; always use compose-mail.
4930
4931 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4932
4933         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
4934
4935 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4936
4937         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
4938         (gnus-nocem-issuers): List currently active issuers; fix custom type.
4939         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
4940         available.
4941         (gnus-nocem-epg-verify): New function.
4942
4943 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
4944
4945         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
4946
4947 2009-02-15  Glenn Morris  <rgm@gnu.org>
4948
4949         * gnus-util.el (rmail-insert-rmail-file-header)
4950         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
4951         autoloads.
4952         (rmail-default-rmail-file): Remove unnecessary declaration.
4953         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
4954
4955 2009-02-14  Glenn Morris  <rgm@gnu.org>
4956
4957         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
4958         variable (only used in gnus-util, which declares it anyway).
4959         (rmail-output-to-rmail-file): Remove autoload of deleted function,
4960         which was only needed by gnus-art (changed to not use it any more).
4961         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
4962         only used in gnus-util, which autoloads it itself.
4963         (rmail-update-summary): Fix autoload.
4964
4965         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
4966         rather than rmail-output-to-rmail-file.
4967
4968 2009-02-07  Glenn Morris  <rgm@gnu.org>
4969
4970         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
4971         autoload of function that no longer exists.
4972         (rmail-toggle-header): Declare.
4973         (message-forward-rmail-make-body): Handle mbox Rmail.
4974
4975 2009-01-31  Glenn Morris  <rgm@gnu.org>
4976
4977         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
4978         2009-01-09 change.
4979
4980 2009-01-31  Dave Love  <fx@gnu.org>
4981
4982         * imap.el (imap-fetch-safe): Bind debug-on-error.
4983         (imap-debug): Add imap-fetch-safe.
4984
4985 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
4986
4987         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
4988         (auth-source-forget-all-cached): New convenience function.
4989         (auth-source-user-or-password): Accept list of modes or a single mode.
4990
4991         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
4992         auth-source modes.
4993
4994         * netrc.el (netrc-machine-user-or-password): Use list of
4995         auth-source modes.
4996
4997         * nnimap.el (nnimap-open-connection): Use list of
4998         auth-source modes.
4999
5000         * nntp.el (nntp-send-authinfo): Use list of
5001         auth-source modes.
5002
5003 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5004
5005         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5006         now.
5007
5008 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5009
5010         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5011         coding system in XEmacs; add a workaround for XEmacs.
5012
5013         * lpath.el: Fbind coding-system-aliasee.
5014
5015 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5016
5017         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5018         of current-language-environment.
5019
5020 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5021
5022         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5023         available at runtime.
5024
5025 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5026
5027         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5028
5029 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5030
5031         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5032         the greatest positive fixnum value doesn't work under an XEmacs with
5033         bignum support; use the most-positive-fixnum constant instead,
5034         available since Emacs 21.1 with cl and XEmacs 21.1.
5035
5036 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5037
5038         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5039         XEmacs gets not to work.
5040
5041 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5042
5043         * mm-util.el (mm-coding-system-priorities): Allow the value like
5044         "Japanese (UTF-8)" of current-language-environment.
5045
5046 2009-01-09  Glenn Morris  <rgm@gnu.org>
5047
5048         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5049         with last-command-event.
5050
5051 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5052
5053         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5054         in the doc string.
5055
5056         * message.el (message-fix-before-sending): Amend comment.
5057
5058 2009-01-08  Dave Love  <fx@gnu.org>
5059
5060         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5061
5062 2009-01-07  David Engster  <dengste@eml.cc>
5063
5064         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5065         simplified server definitions by converting it via
5066         gnus-server-to-method.
5067
5068 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5069
5070         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5071         parameter's operands.
5072
5073 2009-01-06  David Engster  <dengste@eml.cc>
5074
5075         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5076         primary select method (for gnus-group-mark-article-as-read).
5077
5078 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5079
5080         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5081         `(gnus)Face', not `(gnus)X-Face'.
5082
5083 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5084
5085         * mm-util.el (mm-ucs-to-char): New function.
5086
5087         * mm-url.el (mm-url-decode-entities): Use it.
5088
5089         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5090         unicode-to-char.
5091
5092 2009-01-05  Dave Love  <fx@gnu.org>
5093
5094         * time-date.el: Require cl for `declare'.
5095
5096 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5097
5098         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5099         Dave Love.
5100
5101 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5102
5103         * message.el (message-fix-before-sending): Add `eight-bit' to
5104         illegible-text check.
5105
5106 2009-01-03  Michael Olson  <mwolson@gnu.org>
5107
5108         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5109         `headers' is nil.  This can occur if the IMAP server does not have
5110         permissions to read messages from a folder, but can write new messages
5111         to the folder.
5112         (nnimap-request-article-part): Do not insert `data' if it is nil.
5113
5114         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5115         characters which will confuse `read', so skip past them.
5116
5117 2009-01-01  Dave Love  <fx@gnu.org>
5118
5119         * imap.el (imap-string-to-integer): Fix typo.
5120         (imap-fetch-safe): New function.
5121         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5122
5123         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5124
5125         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5126         (imap-parse-greeting): Fix doc strings.
5127         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5128         (imap-parse-flag-list): Make messages unique.
5129         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5130
5131         * nnimap.el: Fix author email.
5132         (nnimap-split-rule): Add FIXME comment.
5133         (nnimap-debug): Fix doc string.
5134
5135 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5136
5137         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5138
5139 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5140
5141         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5142         nslookup if resolv.conf isn't available.
5143         (dns-query): Rename from query-dns.
5144         (dns-query-cached): Rename from query-dns-cached.
5145
5146 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5147
5148         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5149         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5150         to check if those variables exist (first appeared in Emacs 18.50).
5151
5152 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5153
5154         * mm-util.el (mm-line-number-at-pos): New function.
5155
5156         * spam-report.el (spam-report-process-queue): Use it.
5157
5158 2008-12-24  David Engster  <dengste@eml.cc>
5159
5160         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5161         parameters that haven't existed as variables as buffer-local variables.
5162
5163 2008-12-23  Dave Love  <fx@gnu.org>
5164
5165         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5166         cadar.
5167
5168         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
5169         imap-starttls-p.
5170         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
5171
5172 2008-12-22  Dave Love  <fx@gnu.org>
5173
5174         * imap.el: Fix author email.  Doc fixes.
5175         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5176         reply.
5177
5178 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5179
5180         * spam-report.el (spam-report-gmane-max-requests): New constant.
5181         (spam-report-gmane-wait): New variable.
5182         (spam-report-gmane-ham, spam-report-gmane-spam)
5183         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5184         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5185         the server.
5186
5187         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5188         Add explanations.
5189
5190         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5191         nnheader-accept-process-output and nnheader-read-timeout if available.
5192         (pop3-movemail): Use it.
5193
5194         * message.el (message-check-news-body-syntax): Fix signature check if
5195         there's an attachment.
5196
5197 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5198
5199         * mm-util.el: Add comments to the mm- emulating functions.
5200
5201 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5202
5203         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
5204         by Stephen Berman <stephen.berman@gmx.net>.
5205
5206 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5207
5208         * mm-util.el (mm-substring-no-properties): New function.
5209         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5210         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5211         (mm-string-to-multibyte): Doc fix.
5212
5213         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5214
5215 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5216
5217         * mml.el (mml-attach-file): Strip text properties from file name.
5218         (Bug#1574)
5219
5220 2008-12-16  Glenn Morris  <rgm@gnu.org>
5221
5222         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5223
5224 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5225
5226         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5227         knows since the charset specified might be a bogus alias that
5228         mm-charset-synonym-alist provides.
5229
5230 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5231
5232         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5233         "ISO_8859-1".
5234
5235         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5236
5237 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5238
5239         * mm-util.el (mm-charset-eval-alist):
5240         Define it before mm-charset-to-coding-system.
5241         (mm-charset-to-coding-system): Add optional argument `silent';
5242         define it before mm-charset-override-alist.
5243         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5244         default value if it can be used in Emacs currently running;
5245         silence mm-charset-to-coding-system.
5246
5247 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5248
5249         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5250         `allow-override' which says whether to use `mm-charset-override-alist'.
5251         (rfc2047-decode-encoded-words): Use it.
5252
5253         * mm-util.el (mm-charset-override-alist): Fix custom type;
5254         add `(gb2312 . gbk)' to choices.
5255
5256 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5257
5258         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5259         fast.
5260
5261         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5262
5263         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5264
5265 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5266
5267         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5268         on links.
5269
5270         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5271
5272 2008-12-03  Lute Kamstra  <lute@gnu.org>
5273
5274         * sha1.el: Remove leading * from docstrings of defcustoms,
5275         deffaces, defconsts and defuns.
5276
5277 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5278
5279         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5280         users' addresses that don't have domain parts.
5281         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5282         rather than message-narrow-to-head since there will be the message
5283         header separator.
5284
5285 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5286
5287         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5288         since the result is inserted in a unibyte buffer anyway.
5289         (nnimap-demule-use-string-to-multibyte): Remove.
5290         (nnimap-demule): Alias it to mm-string-to-multibyte.
5291
5292 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5293
5294         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5295         variable for debugging bug#464 and bug#1174.
5296         (nnimap-demule): Use it.
5297
5298 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5299
5300         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5301         score calculation correctly.
5302
5303 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5304
5305         * message.el (message-send-mail): Just set the buffer to unibyte
5306         rather than use mm-with-unibyte-current-buffer which does a lot more.
5307         (message-send-mail-partially): Don't bother with
5308         mm-with-unibyte-current-buffer since it's already been made unibyte by
5309         message-send-mail.
5310
5311 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5312
5313         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5314
5315 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5316
5317         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5318
5319 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5320
5321         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5322         require itself and to remove `with-no-warnings'.
5323
5324 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5325
5326         * starttls.el (starttls-any-program-available): Get the name of the
5327         available TLS layer program.
5328         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5329         well as the host name in the "opening" message.
5330
5331         * auth-source.el (auth-source-cache, auth-source-do-cache)
5332         (auth-source-user-or-password): Cache passwords and logins by default,
5333         allow override with `auth-source-do-cache'.
5334         (auth-source-forget-user-or-password): Allow users to remove cache
5335         entries if needed.
5336
5337 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5338
5339         * md4.el (md4-buffer): Fix typo in docstring.
5340         (md4, md4-64): Doc fixes.
5341         (md4-pack-int32): Reflow docstring.
5342
5343 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5344
5345         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5346         condition-case to only the forward-sexp call.
5347
5348 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5349
5350         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5351         quotes contained.  Make it more robust regardless by an extra
5352         condition-case wrapper.
5353
5354 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5355
5356         * lpath.el: No need to fbind codepage-setup for Emacs 23.
5357
5358 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5359
5360         * nnml.el (nnml-request-expire-articles): Check if the function set to
5361         `nnmail-expiry-target' returns the symbol `delete'.
5362
5363         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5364
5365         * nnmail.el (nnmail-expiry-target): Fix custom type.
5366
5367 2008-10-02  Glenn Morris  <rgm@gnu.org>
5368
5369         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5370         Silence compiler warning.
5371
5372 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5373
5374         * tls.el (open-tls-stream): Show the actual command being
5375         executed, instead of the format string.
5376
5377 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5378
5379         * lpath.el: Fbind codepage-setup for Emacs 23.
5380
5381 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5382
5383         * mml.el (mml-menu): Don't assume mml2015 is bound.
5384
5385 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5386
5387         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5388         exists.
5389
5390 2008-09-27  Glenn Morris  <rgm@gnu.org>
5391
5392         * gnus-util.el (mail-header-remove-comments): Autoload it.
5393
5394 2008-09-27  Andreas Schwab  <schwab@suse.de>
5395
5396         * gnus-util.el (gnus-split-references): Strip comments.
5397         (gnus-parent-id): Likewise.
5398
5399 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5400
5401         * message.el (message-confirm-send): Fix version.
5402
5403 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5404
5405         * message.el (message-idna-to-ascii-rhs-1): Use
5406         mail-extract-address-components rather than mail-header-parse-addresses
5407         that is an alias by default to ietf-drums-parse-addresses that does not
5408         support non-ASCII names in headers' contents.
5409
5410 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5411
5412         * message.el (message-confirm-send): Fixed variable documentation to
5413         avoid the "y/n" wording.
5414
5415 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5416
5417         * message.el (message-set-auto-save-file-name): Save to a different
5418         filename so multiple messages (especially drafts) can be recovered.
5419
5420 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5421
5422         * message.el (message-confirm-send): Add appropriate version.
5423
5424 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5425
5426         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5427         defvar.
5428
5429 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5430
5431         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5432         (mm-pkcs7-enveloped-magic): Ditto.
5433
5434 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5435
5436         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5437         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5438
5439 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5440
5441         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5442         default, it's better.
5443
5444 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5445
5446         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5447         summary line gnus-number property and ignore them (with a warning
5448         message).
5449
5450 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5451
5452         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5453         macro caddr in the interactive form since it won't be expanded.
5454
5455 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5456
5457         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5458         `charset'; fix name of function called recursively.
5459         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5460
5461 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5462
5463         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5464         (gnus-mime-set-charset-parameters): New function.
5465         (gnus-mime-view-part-as-charset): Use it to correctly display part
5466         specifying wrong charset.
5467
5468 2008-09-08  David Engster  <dengste@eml.cc>
5469
5470         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5471         in completing-read for back end server.
5472
5473 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5474
5475         * message.el (message-confirm-send): New variable to confirm sending a
5476         message.
5477         (message-send): Use it.
5478
5479 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5480
5481         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5482
5483 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5484
5485         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5486
5487 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5488
5489         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5490         prevent tracking too many groups.
5491         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5492         Use it.
5493
5494 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5495
5496         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5497         moving point to the bottom of the window in order to avoid recentering.
5498
5499 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5500
5501         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
5502
5503         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5504         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5505         (gnus-article-beginning-of-window): Fix calculation.
5506
5507 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5508
5509         * gnus-msg.el (gnus-summary-supersede-article)
5510         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5511         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5512         message header.
5513
5514 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
5515
5516         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5517         pending output coming after the status change.
5518
5519 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5520
5521         * message.el:
5522         * gnus-start.el:
5523         * gnus-registry.el: Remove VMS support.
5524
5525 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5526
5527         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5528         macro.
5529         (rfc2104-hash): Use it.
5530
5531 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5532
5533         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5534         (gnus-summary-sort-by-most-recent-date): New commands.
5535         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5536         and menu entries.
5537
5538 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5539
5540         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5541         don't redisplay article for raw contents; remove plural articles stuff.
5542
5543         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5544         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5545         on gnus-summary-save-article; display results properly.
5546
5547 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5548
5549         * lpath.el: No need to fbind ns-focus-frame.
5550
5551 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5552
5553         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5554
5555 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5556
5557         * gnus-art.el (gnus-summary-save-in-pipe): Consider
5558         gnus-save-all-headers.
5559
5560 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5561
5562         * gnus-util.el (ns-focus-frame): Remove declaration.
5563         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5564         like x.
5565
5566 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5567
5568         * rfc2104.el (rfc2104-zero): Delete defconst.
5569         (rfc2104-hex-alist): Likewise.
5570         (rfc2104-hex-to-int): Delete func.
5571         (rfc2104-hexstring-to-bitstring): Likewise.
5572         (rfc2104-nybbles): New defconst.
5573         (rfc2104-hash): Rewrite for speed.
5574
5575 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5576
5577         * tls.el (open-tls-stream): Make it work with the 2nd argument
5578         BUFFER that is a string but does not exist as a buffer object, as
5579         mentioned in the doc-string.
5580
5581 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5582
5583         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
5584         SXEmacs.
5585
5586 2008-07-16  Glenn Morris  <rgm@gnu.org>
5587
5588         * gnus-util.el (ns-focus-frame): Declare for compiler.
5589
5590 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5591
5592         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5593         set as a group parameter.
5594         (gnus-summary-save-in-pipe): Work when it is called independently.
5595         (gnus-summary-pipe-to-muttprint): Don't modify
5596         gnus-summary-pipe-output-default-command.
5597
5598 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5599
5600         * message.el (message-send-mail-with-sendmail):
5601         Display the error message.
5602
5603 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5604
5605         * gnus-art.el (gnus-default-article-saver):
5606         Add gnus-summary-save-in-pipe to choices.
5607         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5608         gnus-summary-pipe-output-default-command as the default command.
5609         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5610         instead of gnus-last-shell-command.
5611
5612         * gnus-sum.el (gnus-summary-pipe-output-default-command):
5613         New user option.
5614         (gnus-summary-muttprint-program): Mention the value will be changed.
5615         (gnus-summary-save-article): Force showing of all headers.
5616         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5617
5618 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
5619
5620         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5621
5622 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
5623
5624         * nnimap.el (nnimap-id):
5625         * sieve-manage.el (sieve-manage-open): Doc fixes.
5626
5627 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5628
5629         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5630         if available.
5631
5632 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5633
5634         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5635
5636         * nnkiboze.el (nnkiboze-generate-group):
5637         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5638
5639         * nnmairix.el: Require CL.
5640
5641 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5642
5643         * dgnushack.el: Autoload get-display-table and put-display-table for
5644         XEmacs 21.5.
5645
5646         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
5647         21.4 and SXEmacs.
5648
5649 2008-06-15  David Engster  <dengste@eml.cc>
5650
5651         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5652
5653 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
5654
5655         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5656         New macros that expand to an `aset'/`aref' call under Emacs, and to a
5657         runtime choice under XEmacs.
5658
5659         * gnus-sum.el (gnus-summary-set-display-table):
5660         Use `gnus-put-display-table', `gnus-get-display-table',
5661         `gnus-set-display-table' for the display table, instead of `aset'.
5662
5663         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
5664         Use `gnus-put-display-table', `gnus-get-display-table',
5665         `gnus-set-display-table' for the display table.
5666
5667 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5668
5669         * nnmairix.el: Add autoloads.
5670
5671 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5672
5673         * nnmairix.el (nnmairix-delete-recreate-group)
5674         (nnmairix-update-and-clear-marks): Fix error messages.
5675
5676 2008-06-14  David Engster  <dengste@eml.cc>
5677
5678         * nnmairix.el: Upgrade to version 0.6.
5679         (nnmairix-group-toggle-propmarks-this-group)
5680         (nnmairix-group-toggle-readmarks-this-group)
5681         (nnmairix-group-delete-recreate-this-group)
5682         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5683         (nnmairix-remove-tick-mark-original-article): New commands.
5684         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5685         (nnmairix-propagate-marks-to-nnmairix-groups)
5686         (nnmairix-only-use-registry, nnmairix-allowfast-default)
5687         (nnmairix-marks-cache, nnmairix-version-output): New variables.
5688         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5689         functions needed for marks propagation and manipulation of read marks.
5690         (nnmairix-update-groups): New function.
5691         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5692         (nnmairix-determine-original-group-from-registry)
5693         (nnmairix-determine-original-group-from-path)
5694         (nnmairix-get-group-from-file-path, nnmairix-map-range)
5695         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5696         New helper functions.
5697         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5698         keystrokes for new commands.
5699         (nnmairix-delete-and-create-on-change): Doc string cleanup.
5700         (nnmairix-request-group): Check allow-fast group parameter.
5701         (nnmairix-request-create-group): Set allow-fast group parameter if
5702         nnmairix-allowfast-default is set.
5703         (nnmairix-close-group): Propagate marks upon closing if needed.
5704         (nnmairix-group-toggle-threads-this-group): Use new.
5705         nnmairix-group-toggle-parameter helper function.
5706         (nnmairix-search): Better check for empty search result.
5707         (nnmairix-goto-original-article): Use new helper functions for
5708         determining original article.
5709         (nnmairix-show-original-article): Make sure message-id is in brackets.
5710         (nnmairix-call-mairix-binary): Change variable name.
5711         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5712         helper function.
5713         (nnmairix-widget-toggle-activate): Fix doc string.
5714
5715 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5716
5717         * nnir.el: Require edmacro when compiling with XEmacs.
5718         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5719         available in Emacs 21.
5720
5721 2008-06-11  Glenn Morris  <rgm@gnu.org>
5722
5723         * gnus-util.el (x-focus-frame):
5724         * gnus.el (image-size):
5725         * mm-decode.el (image-size): Declare.
5726
5727         * gnus-picon.el (declare-function): Add compat definition.
5728         (image-size): Declare.
5729
5730         * gnus-group.el (tool-bar-map):
5731         * gnus-sum.el (tool-bar-map): Define for compiler.
5732
5733         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5734
5735         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5736
5737         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5738         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5739         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5740         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5741         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5742         * sieve-manage.el, spam-report.el, spam.el:
5743         Remove unnecessary eval-and-compile of autoloads.
5744
5745 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
5746
5747         * auth-source.el: Precise Tramp doc.
5748
5749 2008-06-07  Glenn Morris  <rgm@gnu.org>
5750
5751         * nnmairix.el: Remove unnecessary eval-when-compile.
5752
5753 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5754
5755         * lpath.el: Fbind propertize for XEmacs 21.4.
5756
5757 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
5758
5759         * nnir.el: Move here from ../contrib.
5760
5761 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5762
5763         * gnus-util.el (gnus-read-shell-command): New function.
5764         * mm-decode.el (mm-pipe-part):
5765         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
5766
5767 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5768
5769         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
5770
5771 2008-06-03  Glenn Morris  <rgm@gnu.org>
5772
5773         * pop3.el (nnheader-accept-process-output): Autoload it.
5774
5775 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5776
5777         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
5778         are not 2-digit hexadecimal characters that follow `%'s.
5779
5780 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5781
5782         * message.el (message-bogus-recipient-p): Fix type in doc string.
5783         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
5784         (message-bogus-addresses): Rename from message-bogus-address-regexp.
5785         Improve custom options.
5786         (message-bogus-recipient-p): Adjust accordingly.
5787
5788 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
5789
5790         * parse-time.el (parse-time-months, parse-time-weekdays): Add
5791         long-form month and day names.
5792
5793 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5794
5795         * dgnushack.el: Autoload debug, eudc-expand-inline and
5796         pgg-snarf-keys-region for XEmacs.
5797
5798         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
5799
5800         * nnmairix.el: Require edmacro when compiling with XEmacs.
5801
5802 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
5803
5804         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
5805         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
5806
5807 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5808
5809         * auth-source.el: Add more docs.
5810
5811         * netrc.el (netrc-machine): Always match if the port is not given.
5812
5813 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5814
5815         * nnheader.el (nnheader-read-timeout): Change the default timeout from
5816         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
5817         retrieval faster in some cases, but might make CPU usage larger.  If
5818         this has any bad side effects, we might revert this change.
5819
5820         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
5821         seems to make mail retrieval much, much faster.
5822         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
5823         unconditionally.
5824
5825         * gnus-draft.el (gnus-group-send-queue): Bind
5826         message-send-mail-partially-limit to nil to avoid being prompted.
5827
5828 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
5829
5830         * mml.el (mml-attach-buffer): Prompt for `disposition'.
5831
5832         * message.el (message-bogus-address-regexp): Fix and improve custom
5833         type.
5834         (message-setup-hook): Add message-check-recipients as custom option.
5835
5836 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
5837
5838         * message.el (message-cite-function): Remove bogus autoload which crept
5839         in during merge from v5-10.
5840
5841 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
5842
5843         * nnimap.el (nnimap-open-connection): Fix login/password bug.
5844
5845         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
5846
5847         * auth-source.el: Preliminary Tramp docs.
5848         (auth-sources): Change the default auth-sources to use
5849         EPA .gpg files.
5850
5851 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5852
5853         * nntp.el: Autoload `auth-source-user-or-password'.
5854         (nntp-send-authinfo): Use it.
5855
5856         * nnimap.el: Autoload `auth-source-user-or-password'.
5857         (nnimap-open-connection): Use it.
5858
5859         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
5860         for the gnus-message function.
5861         (auth-source-user-or-password): Use it.
5862
5863 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5864
5865         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
5866         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
5867         (rfc2104-hash): Use it.
5868
5869 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
5870
5871         * gnus-art.el (gnus-article-toggle-truncate-lines):
5872         Don't use `iff' in docstring.
5873
5874 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
5875
5876         * gnus-registry.el: Adjusted copyright dates and added a keyword.
5877
5878         * gnus-util.el (gnus-extract-address-component-name)
5879         (gnus-extract-address-component-email): Convenience functions around
5880         `gnus-extract-address-components'.
5881
5882         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5883         Use `gnus-extract-address-component-email' to fix bug of comparing full
5884         sender name to `user-mail-address'.
5885
5886 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5887
5888         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
5889         catch/throw to optimize.
5890         (gnus-registry-find-keywords): Just use member to find a keyword.
5891
5892 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5893
5894         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
5895         is current before calling gnus-server-prepare.
5896         (gnus-server-setup-buffer, gnus-server-update-server)
5897         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
5898
5899 2008-05-04  Juri Linkov  <juri@jurta.org>
5900
5901         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
5902         (mailcap-file-default-commands): Use mailcap-replace-in-string
5903         instead of replace-regexp-in-string, and mailcap-delete-duplicates
5904         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
5905
5906 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
5907
5908         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
5909
5910 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5911
5912         * gnus.el: Bump version to 0.11.
5913
5914 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5915
5916         * gnus.el: No Gnus v0.10 is released.
5917
5918 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5919
5920         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
5921         hooks.
5922         (gnus-update-read-articles): Speed up non-marks-using users.
5923         (gnus-use-marks): Define gnus-use-marks.
5924         (gnus-propagate-marks): Rename variable to something more sensible.
5925
5926 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
5927
5928         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
5929         (gmm-image-load-path-for-library): Fix typos in docstrings.
5930         (gmm-message): Reflow docstring.
5931
5932 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
5933
5934         * mail-source.el (mail-source-set-1, mail-source-bind):
5935         Move auth-source code out of the macro to clean it up and fix bugs.
5936
5937 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
5938
5939         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
5940         by sender if it's equal to user-mail-address, it's likely to be
5941         useless.
5942
5943         * mail-source.el (mail-source-bind): Don't use user or password if they
5944         are not bound.  Unintern them if they are nil.  Don't use server unless
5945         it's bound, and default it to empty string otherwise.
5946
5947 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5948
5949         * mail-source.el: Load auth-source.el.
5950         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
5951         get user name or password, if auth-sources is set up.
5952
5953         * gnus-registry.el (gnus-registry-split-strategy): New variable for
5954         strategy of splitting with parent.
5955         (gnus-registry-split-fancy-with-parent)
5956         (gnus-registry-post-process-groups): Use it and fix prior
5957         bug (returning a list as the split result).
5958
5959         * auth-source.el (auth-sources): Remove server parameter.
5960         (auth-source-pick, auth-source-user-or-password)
5961         (auth-source-user-or-password-imap)
5962         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5963         (auth-source-user-or-password-sftp)
5964         (auth-source-user-or-password-smtp): Remove server parameter.
5965
5966 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
5967
5968         * smime.el (smime-sign-region, smime-encrypt-region)
5969         (smime-decrypt-region):
5970         Remove redundant calls to `generate-new-buffer-name'.
5971
5972 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
5973
5974         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
5975         Don't use QP for message/rfc822.
5976         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
5977
5978 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5979
5980         * sieve-manage.el (sieve-string-bytes): Remove.
5981         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
5982         correct byte-length only if the process's coding-system is the same as
5983         the one used internally by Emacs to represent strings.
5984
5985 2008-04-22  Juri Linkov  <juri@jurta.org>
5986
5987         * mailcap.el (mailcap-file-default-commands): New function.
5988
5989 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5990
5991         * message.el (message-signature-separator, message-cite-function):
5992         Change custom version.
5993
5994 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
5995
5996         * tls.el (tls-program): Add -ign_eof argument to call the openssl
5997         commands.
5998         (tls-checktrust): Ditto.
5999
6000 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6001
6002         * mm-decode.el (mm-display-external): Make temp file read-only.
6003
6004 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6005
6006         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6007         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6008         `C-c C-f d'.
6009
6010 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6011
6012         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6013
6014 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6015
6016         * gnus.el: Bump version to 0.9.
6017
6018 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6019
6020         * gnus.el: No Gnus v0.8 is released.
6021
6022 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6023
6024         * mail-source.el (mail-source-value):
6025         Prefer fboundp to functionp so it works with macros as well.
6026
6027 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6028
6029         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6030         Fix last change in case the element is not even a symbol.
6031
6032 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6033
6034         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6035         Prefer fboundp to functionp so it works with macros as well.
6036
6037 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6038
6039         * auth-source.el: Added docs.
6040         (auth-sources): Modify format to support server.
6041         (auth-source-pick, auth-source-user-or-password)
6042         (auth-source-user-or-password-imap)
6043         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6044         (auth-source-user-or-password-sftp)
6045         (auth-source-user-or-password-smtp): Add server parameter.
6046
6047 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6048
6049         * gnus-registry.el: Initialize the registry when gnus-registry-install
6050         is t.
6051
6052 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6053
6054         * compface.el (uncompface): Make buffer unibyte.
6055
6056 2008-04-05  Glenn Morris  <rgm@gnu.org>
6057
6058         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6059
6060 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6061
6062         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
6063         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6064
6065         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6066         multibyteness after rather than before erasing it.
6067
6068         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6069         mm-with-multibyte.
6070         (gnus-request-article-this-buffer): Make sure the proper decoding is
6071         used if gnus-original-article-buffer happens to be unibyte.
6072
6073         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6074         default-enable-multibyte-characters.
6075
6076         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6077         default-enable-multibyte-characters.
6078
6079         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6080
6081         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6082
6083 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6084
6085         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6086         (imap-message-copyuid-1): Use it.
6087         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6088         J. Williams in
6089         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6090
6091         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6092         imap-enable-exchange-bug-workaround.
6093         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6094
6095 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6096
6097         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6098         a 100 byte status-checks into a 2-3MB transfer for each group.
6099         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6100         to enable bug workaround or not.
6101         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6102
6103 2008-03-31  Glenn Morris  <rgm@gnu.org>
6104
6105         * message.el (mml2015-use): Declare for compiler.
6106         (message-info): Require mml2015 when appropriate.
6107
6108 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6109
6110         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6111         whitespace.
6112
6113 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6114
6115         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6116         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6117         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6118         (nntp-service-to-port): New function.
6119         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6120         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6121         (nntp-open-netcat-stream): New function.
6122         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6123
6124 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6125
6126         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6127
6128 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6129
6130         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6131
6132 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6133
6134         * dns.el (dns-write): Use set-buffer-multibyte.
6135
6136 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6137
6138         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6139
6140 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6141
6142         * message.el (message-signature-separator): Change default.
6143         Improve custom type.
6144         (message-cite-function): Change default to
6145         message-cite-original-without-signature.
6146
6147         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6148         toggle.
6149
6150         * message.el (message-check-news-body-syntax): Fix signature check.
6151         (message-setup-1): Mark buffer as unmodified _after_ running
6152         message-setup-hook and handling message-alternative-emails.
6153         (message-shorten-references): Be more strict when building list of
6154         valid references to comply with GNKSA.
6155
6156         * gnus-group.el (gnus-read-ephemeral-bug-group)
6157         (gnus-read-ephemeral-debian-bug-group)
6158         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6159
6160         * message.el (message-info): Don't use booleanp which isn't supported
6161         in Emacs 21 and XEmacs.
6162
6163 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6164
6165         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6166         gnus-group-gmane-group-download-format.
6167         (gnus-group-read-ephemeral-gmane-group): Rename from
6168         gnus-group-read-ephemeral-gmane-group.
6169         (gnus-read-ephemeral-gmane-group-url): Rename from
6170         gnus-group-read-ephemeral-gmane-group-url.
6171         (gnus-bug-group-download-format-alist): New variable.
6172         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6173         (gnus-read-ephemeral-emacs-bug-group): New commands.
6174
6175 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6176
6177         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6178         (gnus-visible-headers): Improve custom type.
6179
6180 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6181
6182         * mml.el (mml-menu): Add workarounds for XEmacs.
6183
6184         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6185         X-Boundary header.
6186
6187         * message.el (message-simplify-recipients): Fix previous commit.
6188
6189 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6190
6191         * mm-util.el (mm-set-buffer-multibyte): New function.
6192         * mm-decode.el (mm-copy-to-buffer): Use it.
6193
6194 2008-03-19  Glenn Morris  <rgm@gnu.org>
6195
6196         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6197         Accidentally removed in the sync process with Emacs.
6198
6199 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6200
6201         * message.el (message-alter-recipients-discard-bogus-full-name):
6202         New function.
6203         (message-alter-recipients-function): New variable.
6204         (message-get-reply-headers): Use it.
6205         (message-replace-header): New helper function.
6206         (message-recipients-without-full-name): New variable.
6207         (message-simplify-recipients): New command.
6208
6209         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6210
6211         * message.el (message-info): Handle EasyPG manual.
6212
6213         * mml.el (mml-menu): Add entry for EasyPG.
6214
6215 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6216
6217         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6218         parameter.
6219
6220         * message.el (message-disassociate-draft): Specify drafts group name
6221         fully.
6222
6223 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6224
6225         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
6226         unnecessary duplicates from the match list.
6227
6228 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6229
6230         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6231
6232         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6233
6234         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6235         args of `how-many' of which the XEmacs version doesn't take; declare
6236         Info-index-next as function.
6237
6238 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6239
6240         * gnus-score.el (gnus-score-headers): Fix handling of
6241         gnus-inhibit-slow-scoring.
6242
6243         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6244         string.
6245         (gnus-button-url-regexp): Improve handling of parenthesis.
6246         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6247         (gnus-button-handle-info-keystrokes): Handle index entries.
6248
6249 2008-03-15  Glenn Morris  <rgm@gnu.org>
6250
6251         * parse-time.el (parse-time-string): Simplify.
6252
6253 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6254
6255         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6256         Incoming* files.
6257
6258 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6259
6260         * auth-source.el (auth-sources): Renamed from auth-source-choices.
6261         (auth-source-pick): Use it.
6262
6263 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6264
6265         * binhex.el (binhex-decode-region-internal):
6266         * uudecode.el (uudecode-decode-region-internal):
6267         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6268         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6269         setting default-enable-multibyte-characters.
6270
6271 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6272
6273         * auth-source.el (auth-source-protocols)
6274         (auth-source-protocols-customize, auth-source-choices): Added and
6275         modified variable customizations and defaults.
6276         (auth-source-pick, auth-source-user-or-password)
6277         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6278         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6279         (auth-source-user-or-password-sftp)
6280         (auth-source-user-or-password-smtp): Use new variables and provide an
6281         interface to netrc.el.
6282
6283 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6284
6285         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6286         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6287         Make sure the nntp port to specify is a string.
6288
6289 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6290
6291         * nntp.el: Use with-current-buffer.
6292         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6293         dubious mm-with-unibyte-current-buffer.
6294         (nntp-with-open-group-function): New function extracted from
6295         nntp-with-open-group macro.
6296         (nntp-with-open-group): Use the function, so it's easier to debug.
6297         Add indentation and debugging info.
6298         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
6299         the use of the netcat alternatives.
6300
6301         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6302         Avoid mm-string-as-multibyte as well.
6303
6304         * nnweb.el (nnweb-insert-html):
6305         Remove use of nnheader-string-as-multibyte.
6306
6307         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6308         (nnheader-string-as-multibyte): Remove.
6309
6310         * mm-view.el: Use inhibit-read-only.
6311         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6312         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6313         or unibyte-string.
6314
6315         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6316         (mm-uu-yenc-extract): Use with-current-buffer.
6317
6318         * gnus-soup.el (gnus-soup-send-packet): Don't use
6319         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6320
6321         * nnmh.el: Use with-current-buffer.
6322         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6323         mm-string-as-multibyte on the output of mm-encode-coding-string.
6324
6325         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6326         (nnimap-request-move-article): Use with-current-buffer.
6327
6328         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6329         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6330         conversion uses string-make-unibyte rather than string-as-unibyte.
6331
6332         * gnus-msg.el: Use with-current-buffer.
6333
6334         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6335
6336 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6337
6338         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6339         string for caching if it is 'PIN.
6340
6341 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6342
6343         * lpath.el: Consider the case without Emacs/W3.
6344
6345 2008-03-08  Glenn Morris  <rgm@gnu.org>
6346
6347         * time-date.el (date-to-time, time-subtract, time-add)
6348         (safe-date-to-time): Doc fixes.
6349
6350 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6351
6352         * mail-source.el (mail-source-delete-old-incoming-confirm):
6353         Change default to nil.
6354         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6355
6356 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6357
6358         * lpath.el: Rearrange.
6359
6360         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6361         (gnus-article-goto-prev-page): Work for articles having ^L's.
6362
6363         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6364
6365         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6366
6367 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6368
6369         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6370         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6371         (gnus-bookmark-jump): Adjust some variable names.
6372
6373 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6374
6375         * auth-source.el: New package.
6376         (auth-source-choices): Add customization entry point variable.
6377
6378         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6379         bug.
6380
6381 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6382
6383         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6384         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6385         (gnus-registry-install-shortcuts): Rename from
6386         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6387         the `gnus-registry-mark-map' keymap dynamically from
6388         `gnus-registry-marks'.  The generated functions update the summary line
6389         when a registry mark is added or deleted, and will call
6390         `gnus-registry-install-p' (see the comments in the code).
6391         (gnus-registry-user-format-function-M): Use concat intelligently.
6392
6393         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6394         the registry mark functions.
6395
6396 2008-03-05  Glenn Morris  <rgm@gnu.org>
6397
6398         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6399         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6400         gnus-art.
6401         (top-level): No need to load own source when compiling.
6402
6403 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6404
6405         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6406         Suggested by <chris.anderton@zetnet.co.uk>.
6407
6408 2008-03-04  Glenn Morris  <rgm@gnu.org>
6409
6410         * gnus-sum.el (top-level): No need to require gnus when compiling,
6411         since unconditionally required near start of file.
6412         (gnus-summary-display-while-building): Move definition before use.
6413
6414 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6415
6416         * gnus-registry.el (gnus-registry-user-format-function-M): Add
6417         formatting function.
6418
6419 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6420
6421         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
6422         with plists.
6423         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6424         Use new format.
6425
6426 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6427
6428         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6429         `where-is-internal' that returns a range of key sequences.
6430
6431 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6432
6433         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6434
6435         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6436         (gnus-summary-jump-to-group): Consider windows on other displayed
6437         frames as well.  Similar changes might be needed elsewhere, but that's
6438         the one I've bumped into during my use.
6439
6440         * nndoc.el (nndoc-oe-dbx-type-p):
6441         * gnus-msg.el (gnus-debug):
6442         * gnus-group.el (gnus-update-group-mark-positions):
6443         Use mm-string-to-multibyte.
6444
6445 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6446
6447         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6448         doesn't handle NotDashEscaped.
6449
6450         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6451         (mml-dnd-attach-options): Fix typo in custom choice.
6452
6453         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
6454         nndoc-article-type to mbox.
6455         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6456
6457         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6458         to nil, instead of html2text.
6459
6460         * imap.el (imap-debug): Add `imap-ping-server'.
6461
6462         * gnus-bookmark.el: Add FIXMEs.
6463
6464         * message.el (message-form-letter-separator)
6465         (message-send-form-letter-delay): New variables.
6466         (message-send-form-letter): Use them.  New command to send form
6467         letters.  Requested by Uwe Siart.
6468         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6469
6470 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6471
6472         * Update copyright years.
6473
6474 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6475
6476         Sync from EMACS_22_BASE.
6477
6478         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6479
6480 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6481
6482         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6483         empty author.
6484
6485 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6486
6487         * gnus-registry.el (gnus-registry-marks): Add variable for
6488         customization of marks and their appearance.
6489         (gnus-registry-read-mark): Use it.
6490         (gnus-registry-do-marks): Add utility function to loop through
6491         `gnus-registry-marks'.
6492         (gnus-registry-install-shortcuts-and-menus): Add function to install
6493         shortcuts and menus.
6494         (gnus-registry-initialize): Use it.
6495         (gnus-registry-default-mark): Clarify documentation.
6496
6497 2008-02-29  Glenn Morris  <rgm@gnu.org>
6498
6499         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6500         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6501         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6502         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6503         Change defcustom :version from 23.0 to 23.1.
6504
6505 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6506
6507         * gnus-registry.el (gnus-registry-follow-group-p)
6508         (gnus-registry-post-process-groups): Add functions to aid registry
6509         splitting and improve logging.  Clarify behavior in function
6510         documentation.
6511         (gnus-registry-split-fancy-with-parent): Use them.
6512
6513 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6514
6515         * gnus-art.el: Use with-current-buffer.
6516
6517 2008-02-27  David Engster  <dengste@eml.cc>
6518
6519         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6520         Express real group name in the response.
6521
6522 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6523
6524         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6525         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6526         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6527         autoload gnus-registry-fetch-group when compiling.
6528         (nnmairix-request-group-with-article-number-correction): Remove
6529         unreferenced argument passed to nnmairix-call-backend.
6530
6531 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6532
6533         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6534         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
6535         Wilde.
6536
6537 2008-02-27  Glenn Morris  <rgm@gnu.org>
6538
6539         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6540         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6541         variables to defconsts.  Convert comments to doc-strings.
6542         (nnmairix-last-server, nnmairix-current-server): Convert from free
6543         variables to defvars.  Convert comments to doc-strings.
6544         (gnus-registry-fetch-group): Autoload.
6545         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6546         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6547         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6548         caddr.
6549         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6550         nnmairix-request-group-with-article-number-correction call.
6551         (nnmairix-fast, nnmairix-group): New, less general names, for free
6552         variables passed from nnmairix-request-group to
6553         nnmairix-request-group-with-article-number-correction.  Declare.
6554         (nnmairix-request-group-with-article-number-correction):
6555         Use nnmairix-fast, nnmairix-group rather than fast, group.
6556
6557 2008-02-26  David Engster  <dengste@eml.cc>
6558
6559         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6560         version 0.5.
6561
6562 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6563
6564         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6565         instead of making an extra function call.  Don't add the current group
6566         to articles only when they have the group.  Use
6567         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6568         Reported by David <de_bb@arcor.de>.
6569
6570 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6571
6572         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
6573         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
6574
6575 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
6576
6577         * mail-source.el (mail-source-delete-incoming): Change default.
6578         Supplement doc string.
6579
6580         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6581
6582 2008-02-14  Glenn Morris  <rgm@gnu.org>
6583
6584         * time-date.el (format-seconds): New function.
6585
6586 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6587
6588         * nnmail.el (nnmail-message-id-cache-file): Derive from
6589         `gnus-home-directory'.
6590
6591 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
6592
6593         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
6594         Document negative prefix.
6595
6596         * gnus-group.el (gnus-group-read-group): Document negative prefix.
6597
6598 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6599
6600         * message.el (message-unsent-separator): Add the Exim bounce
6601         separator.
6602
6603 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6604
6605         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
6606         list.
6607         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6608         recipient/signer list.
6609
6610 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6611
6612         * Makefile.in (datarootdir): Define.
6613         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
6614         name that might contain whitespace.
6615
6616 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6617
6618         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6619         fbound (Emacs 23 unicode), signal an error.
6620
6621 2008-02-08  Glenn Morris  <rgm@gnu.org>
6622
6623         * gnus-art.el (pgg-display-output-buffer): Declare as function.
6624
6625 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
6626
6627         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6628         ports to the calls to `netrc-machine-user-or-password' in addition to
6629         "imap" and "imaps".
6630
6631 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6632
6633         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6634
6635         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6636
6637 2008-02-01  Kenichi Handa  <handa@m17n.org>
6638
6639         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
6640         rfc2104-hexstring-to-bitstring and changed to return a byte list.
6641         (rfc2104-hash): Convert the result of concat to unibyte string.
6642
6643 2008-02-01  Dave Love  <fx@gnu.org>
6644
6645         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
6646         coding-system-for-read.
6647         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
6648
6649 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
6650
6651         * gnus.el (gnus-group-startup-message): Add `find-image' call before
6652         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
6653         <hanche@math.ntnu.no>.
6654
6655 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6656
6657         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6658
6659         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6660
6661 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
6662
6663         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6664         * message.el (message-beginning-of-line): Use featurep instead of bound
6665         tests in order to resolve conditionals at compile time.
6666
6667 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
6668
6669         * mail-source.el (mail-sources): Add `group' choice.
6670
6671         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6672         parameter `in-group' to control into which group the articles go.
6673         Add treatment of `group' mail-source.
6674
6675 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6676
6677         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
6678
6679         * mm-decode.el (mm-dissect-buffer): Decode description.
6680
6681         * mml.el (mml-to-mime): Encode message header first.
6682
6683 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6684
6685         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
6686         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
6687
6688         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
6689         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
6690
6691 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
6692
6693         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
6694
6695 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6696
6697         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6698         prefix keys.
6699         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6700         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6701         gnus-xmas.el.
6702
6703         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
6704         (gnus-xmas-article-describe-bindings): New function.
6705         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
6706         gnus-xmas-article-describe-bindings.
6707
6708         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
6709
6710 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6711
6712         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6713         Add new variables for article mark management.
6714         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6715         list of extra data entries which, when present, will indicate that the
6716         article ID should not be trimmed from the registry.
6717         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6718         functions.
6719         (gnus-registry-read-mark): New function to read a mark name from the
6720         user.
6721         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6722         (gnus-registry-set-article-mark-internal): New functions to add and
6723         remove marks.
6724         (gnus-registry-get-article-marks): New function to show the marks for
6725         an article, or retrieve them for further use.
6726
6727 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6728
6729         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6730         keys when no argument is given.
6731
6732 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6733
6734         * imap.el (imap-ping-server): New variable.
6735         (imap-opened): On add extra ping if imap-ping-server is non-nil.
6736         (imap-ping-server): Minor doc string fixes.
6737
6738 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6739
6740         * imap.el (imap-ping-server): New function.
6741         (imap-opened): Call imap-ping-server.
6742
6743 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6744
6745         * gnus-sum.el (gnus-article-sort-by-random)
6746         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
6747         jidanni@jidanni.org.
6748
6749 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6750
6751         * gnus-art.el (gnus-article-describe-bindings): New function.
6752         (gnus-article-read-summary-keys): Use it.
6753         (gnus-article-mode-map): Bind `C-h b' to it.
6754
6755 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6756
6757         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6758         XEmacs.
6759         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
6760         against non-character events.
6761
6762         * lpath.el: Fbind map-keymap for Emacs 21.
6763
6764 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
6765
6766         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
6767         command.
6768         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
6769         instead of END.  Change name of the temp file.
6770         (gnus-group-gmane-group-download-format): Add doc string.  Make it
6771         customizable.
6772
6773 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6774
6775         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
6776         bind `S W' to gnus-article-wide-reply-with-original; set default
6777         binding to gnus-article-read-summary-send-keys.
6778         (gnus-article-read-summary-keys): Fix the order of keys; display
6779         continuation keys correctly in the echo area; describe bindings
6780         correctly when keys end with `C-h'.
6781         (gnus-article-read-summary-send-keys): New function.
6782         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
6783         for gnus-article-read-summary-send-keys; display continuation keys
6784         correctly in the echo area.
6785         (gnus-article-reply-with-original): Ignore prefix argument.
6786         (gnus-article-wide-reply-with-original): New function.
6787
6788         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
6789         Emacs 21.
6790
6791 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6792
6793         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
6794         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
6795
6796 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
6797
6798         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6799         (gnus-group-read-ephemeral-gmane-group): New command.
6800
6801 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
6802
6803         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6804
6805 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6806
6807         * message.el (message-send-mail-function): Increase custom version.
6808
6809         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
6810         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
6811
6812 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6813
6814         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
6815         for the cases where imap-authenticate is called with a nil buffer
6816         parameter.
6817
6818 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6819
6820         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
6821         html parts correctly; support forwarded messages.
6822         (gnus-article-browse-html-article): Remove work buffers.
6823
6824         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
6825         compiling.
6826         (netrc-bound-and-true-p): New macro.
6827         (netrc-parse): Use it instead of bound-and-true-p that is not available
6828         in XEmacs 21.4.
6829
6830 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
6831
6832         * gnus-registry.el (gnus-registry-mark-article)
6833         (gnus-registry-article-marks): Add functionality to mark articles
6834         through the Gnus registry.
6835
6836         * encrypt.el: Clarify documentation for the new pgg method.
6837         (encrypt-file-alist): Add PGG option.
6838         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
6839         functionality.  Abstract password key and messaging to external
6840         functions.
6841         (encrypt-password-key, encrypt-get-passphrase-if-needed)
6842         (encrypt-message-method-and-cipher): Add new convenience external
6843         functions.
6844         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
6845         (encrypt-pgg-process-buffer): Add PGG functionality glue.
6846
6847         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
6848         (netrc-parse): Use encrypt-file-alist to determine if
6849         encrypt-find-model or encrypt-insert-file-contents should be used.
6850
6851         * encrypt.el: Clarify documentation.  Load password-cache or
6852         password, whichever one is found first, instead of autoloading.
6853
6854 2007-12-19  Glenn Morris  <rgm@gnu.org>
6855
6856         * mml.el (message-options-set, message-narrow-to-head)
6857         (message-in-body-p, message-mail-p, message-encode-message-body):
6858         Autoload.
6859         (message-remove-header, message-narrow-to-headers-or-head)
6860         (message-subscribed-p, message-make-mail-followup-to)
6861         (message-position-on-field, message-news-p)
6862         (message-options-set-recipient, message-generate-headers)
6863         (message-sort-headers): Declare as functions.
6864
6865 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6866
6867         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
6868         convention in doc string.
6869
6870 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6871
6872         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
6873         title to html parts.
6874         (gnus-article-browse-html-article): Pass message header to it.
6875
6876         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
6877
6878 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
6879
6880         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
6881         or password compatible with XEmacs.
6882
6883 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6884
6885         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
6886         format document.
6887         (gnus-mime-delete-part): Don't write description line if empty.
6888         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
6889
6890 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
6891
6892         * gnus-sum.el (gnus-summary-mark-unread-as-read)
6893         (gnus-summary-mark-read-and-unread-as-read)
6894         (gnus-summary-mark-current-read-and-unread-as-read)
6895         (gnus-summary-mark-unread-as-ticked): Doc fix.
6896         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
6897
6898 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6899
6900         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
6901         Christoph Conrad <christoph.conrad@gmx.de>.
6902
6903 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6904
6905         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
6906         yes-or-no-p.
6907
6908 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6909
6910         * mm-decode.el (mm-add-meta-html-tag): New function.
6911         (mm-save-part-to-file, mm-pipe-part): Use it.
6912
6913         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
6914         gnus-y-or-n-p instead of y-or-n-p.
6915         (gnus-article-browse-html-parts): Work with message/external-body; use
6916         mm-add-meta-html-tag.
6917
6918 2007-12-11  Glenn Morris  <rgm@gnu.org>
6919
6920         * gnus-cache.el: Require gnus-sum not just when compiling.
6921
6922         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
6923
6924         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
6925         definitions before use.
6926
6927         * mm-decode.el: Require gnus-util.
6928         (mm-remove-part): Only call delete-annotation on XEmacs.
6929
6930         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
6931
6932         * nnmail.el: Require gnus-int.
6933
6934         * spam.el: Move `require's before `eval-when-compile's.
6935
6936         * gnus-ems.el (gnus-alive-p):
6937         * gnus-fun.el (message-goto-eoh):
6938         * gnus-util.el (gnus-group-name-decode):
6939         * mail-source.el (gnus-compress-sequence):
6940         * message.el (Info-goto-node, format-spec):
6941         * mm-bodies.el (message-options-get):
6942         * mm-decode.el (mm-view-pkcs7):
6943         * mm-util.el (gmm-write-region):
6944         * mml-smime.el (mml-compute-boundary)
6945         (gnus-completing-read-with-default):
6946         * mml.el (widget-button-press, gnus-make-hashtable):
6947         * mml1991.el (mm-decode-content-transfer-encoding)
6948         (mm-encode-content-transfer-encoding)
6949         (message-options-get, message-options-set):
6950         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
6951         * nnfolder.el (gnus-request-group):
6952         * nnheader.el (ietf-drums-unfold-fws):
6953         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
6954         * smime.el (gnus-run-mode-hooks):
6955         * spam-stat.el (gnus-message): Autoload.
6956
6957         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
6958         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
6959         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
6960         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
6961         Add declare-function compatibility definition.
6962
6963         * gnus-cache.el (nnvirtual-find-group-art):
6964         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
6965         (gnus-add-image, gnus-add-wash-type):
6966         * gnus-group.el (nnkiboze-score-file):
6967         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
6968         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
6969         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
6970         (message-tokenize-header, gnus-get-buffer-create)
6971         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
6972         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
6973         * gnus.el (gnus-group-decoded-name):
6974         * mail-source.el (imap-capability):
6975         * mm-bodies.el (message-options-set):
6976         * mm-decode.el (gnus-configure-windows):
6977         * mm-extern.el (message-goto-body):
6978         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
6979         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
6980         (epg-sub-key-validity, message-options-set):
6981         * mml.el (widget-event-point, gnus-configure-windows):
6982         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
6983         * mml2015.el (epg-check-configuration, epg-configuration)
6984         (message-options-set):
6985         * nndb.el (nndb-request-article):
6986         * nnfolder.el (gnus-request-create-group):
6987         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
6988         * nnmaildir.el (gnus-group-mark-article-read):
6989         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
6990         * rfc1843.el (message-fetch-field):
6991         * spam.el (gnus-extract-address-components):
6992         Declare as functions.
6993
6994 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6995
6996         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
6997
6998         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
6999
7000         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7001         bind show-trailing-whitespace for XEmacs.
7002
7003 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7004
7005         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7006         new no-op macro for backward compatibility.
7007
7008         * imap.el (imap-string-to-integer): New function.
7009
7010 2007-12-09  Glenn Morris  <rgm@gnu.org>
7011
7012         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7013
7014         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7015         * message.el, mm-view.el, sieve-manage.el, smime.el:
7016         Add declare-function compatibility definition.
7017
7018         * gnus-art.el (w3-region, w3m-region, Info-menu):
7019         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7020         * gnus-sum.el (gnus-get-predicate):
7021         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7022         * message.el (mail-abbrev-in-expansion-header-p):
7023         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7024         (w3m-detect-meta-charset, w3m-region):
7025         * sieve-manage.el (password-read, password-cache-add)
7026         (password-cache-remove):
7027         * smime.el (password-read-and-add): Declare as functions.
7028
7029 2007-12-08  David Kastrup  <dak@gnu.org>
7030
7031         * gnus-sum.el (gnus-summary-simplify-subject-query):
7032         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7033         `message'.
7034
7035 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7036
7037         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7038         it to bind idna-program, installation-directory, defined-colors, and
7039         face-attribute for XEmacs of the version that compiles defcustom forms.
7040
7041 2007-12-07  Glenn Morris  <rgm@gnu.org>
7042
7043         * gnus-art.el (article-make-date-line): Revert previous change.
7044
7045 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7046
7047         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7048
7049 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7050
7051         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
7052         Call gnus-add-to-range ranges only once with a prepared article-list.
7053
7054 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7055
7056         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7057         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7058         group names with backslashes.  Reported by Tassilo Horn
7059         <tassilo@member.fsf.org>.
7060
7061 2007-12-06  Deepak Goel  <deego3@gmail.com>
7062
7063         * gnus-art.el (article-make-date-line):
7064         * gnus-start.el (gnus-load):
7065         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7066
7067 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7068
7069         * gnus-art.el (gnus-use-idna)
7070         * gnus-start.el (gnus-site-init-file)
7071         * message.el (message-use-idna)
7072         * mm-uu.el (mm-uu-hide-markers)
7073         * smiley.el (smiley-style): Revert changes that suppress warnings.
7074
7075 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7076
7077         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7078         specify charset to html source.  Reported by Christoph Conrad
7079         <christoph.conrad@gmx.de>.
7080
7081 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7082
7083         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7084         idna-program in order to suppress byte compile warning issued by XEmacs
7085         that came to byte compile the default value section of defcustom forms
7086         recently.
7087
7088         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7089         value of installation-directory.
7090
7091         * message.el (message-use-idna): Don't directly refer to the value of
7092         idna-program.
7093
7094         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7095
7096         * smiley.el (smiley-style): Don't directly call face-attribute.
7097
7098 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7099
7100         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7101
7102         * gnus-dired.el: Reduce Gnus dependencies.
7103         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
7104         require.  Use autoloads instead.
7105         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7106         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7107         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7108         (gnus-dired-mode): Adjust doc string.
7109         (gnus-dired-mail-mode): New variable.
7110         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7111         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7112         (gnus-dired-mail-buffers): New function.  Return mail or message
7113         composition buffers.
7114         (gnus-dired-attach): Use it.
7115         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7116         NO-DECODE.
7117         (gnus-dired-print): Use `gnus-print-buffer' depending on
7118         `gnus-dired-mail-mode'.
7119
7120 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7121
7122         * rfc2047.el (rfc2047-encoded-word-regexp)
7123         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7124         explaining what regexp patterns are for.
7125
7126 2007-12-04  Glenn Morris  <rgm@gnu.org>
7127
7128         * password.el: Move to password-cache.el.
7129
7130         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7131         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7132         * mml-smime.el (password-read, password-cache-add)
7133         (password-cache-remove):
7134         No need to autoload, since mml-sec requires password.
7135
7136         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7137         * message.el (gnus-extract-address-components):
7138         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7139
7140         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7141         password.
7142
7143 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7144
7145         * mailcap.el: Reduce dependencies.
7146         (mail-header-parse-content-type): Autoload.
7147         (mailcap-delete-duplicates): New alias.
7148         (mailcap-mime-info): Add optional argument NO-DECODE.
7149         (mailcap-mime-types): Use mailcap-delete-duplicates.
7150
7151         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7152
7153 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7154
7155         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7156         (imap-parse-status): Upcase status-att for servers that sends them
7157         lower-case (e.g., MS Exchange 2007).
7158
7159 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7160
7161         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7162         function.
7163
7164         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7165         (gnus-uu-yenc-article): New function.
7166
7167         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7168
7169         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
7170         buffer.
7171
7172 2007-12-02  Glenn Morris  <rgm@gnu.org>
7173
7174         * binhex.el (binhex): New custom group.
7175         (binhex-decoder-program, binhex-decoder-switches)
7176         (binhex-use-external): Move to the binhex custom group.
7177
7178         * uudecode.el (uudecode): New custom group.
7179         (uudecode-decoder-program, uudecode-decoder-switches)
7180         (uudecode-use-external): Move to the uudecode custom group.
7181
7182         * netrc.el (top-level): Don't load `encrypt' features.
7183         (netrc-parse): Don't use encrypt.
7184         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7185
7186         * encrypt.el: Remove file.
7187
7188 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7189
7190         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7191         matches on patches.
7192
7193         * gnus-art.el (gnus-article-browse-html-article): Mention
7194         `mm-text-html-renderer' in the doc string.
7195
7196         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7197         string.  Add comments.
7198
7199         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7200         if rhs is ASCII.
7201
7202 2007-12-01  Glenn Morris  <rgm@gnu.org>
7203
7204         * mail-source.el (top-level): Require format-spec before
7205         eval-when-compile.
7206
7207 2007-11-30  Glenn Morris  <rgm@gnu.org>
7208
7209         * encrypt.el: Require password, rather than autoloading password-read.
7210
7211 2007-11-29  Glenn Morris  <rgm@gnu.org>
7212
7213         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7214         (sasl-make-client, sasl-next-step, sasl-step-data)
7215         (sasl-step-set-data): Declare as functions.
7216
7217 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7218
7219         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7220
7221 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7222
7223         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7224         certs should be verified and what is to be done in the event of a
7225         verification failure.
7226
7227         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7228         caller can indicate whether the cache should be disregarded for this
7229         call.  This way the result of the call is reproducible at all times and
7230         can be considered a canonical server name for the supplied method.
7231         (gnus-agent-method-p): Canonicalize server names by pushing their
7232         method through `gnus-method-to-server' using the no-cache argument.
7233
7234         * gnus-srvr.el (gnus-server-insert-server-line): Call
7235         `gnus-method-to-server' with `no-cache' argument.
7236
7237         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7238         gnus-agent-possibly-synchronize-flags as this should be called when the
7239         server is actually being opened.
7240         (gnus-agent-possibly-synchronize-flags)
7241         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7242         flags file of an agentized server to the latter function.
7243
7244         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7245         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7246         after a connection has been established successfully.
7247
7248 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7249
7250         * gnus-art.el (article-display-face): Force to display face if called
7251         interactively; check if gnus-article-x-face-too-ugly matches author.
7252         (article-display-x-face): Display face even if From header is missing
7253         as article-display-face does.
7254
7255 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7256
7257         * hashcash.el (message-narrow-to-headers-or-head)
7258         (message-fetch-field, message-goto-eoh)
7259         (message-narrow-to-headers): Declare as functions.
7260
7261 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7262
7263         * mail-source.el (mail-sources): Default to fetch from file for
7264         compatibility with default of nnmail-spool-file.
7265
7266 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7267
7268         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7269         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7270         to look for encoded word that should be encoded again.
7271         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7272         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7273         encoding pattern.
7274         (rfc2047-decode-region): Switch strict regexp and loose one according
7275         to rfc2047-allow-irregular-q-encoded-words.
7276
7277 2007-11-25  Romain Francoise  <romain@orebokech.com>
7278
7279         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7280
7281 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7282
7283         * tls.el (tls-program): Provide more custom choices from
7284         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
7285         (tls-process-connection-type, tls-success): Remove "*" in doc string.
7286
7287 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7288
7289         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7290         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7291
7292         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7293         `nnmail-spool-file'.
7294
7295         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7296         `nnmail-spool-file'.
7297
7298         * gnus-move.el (gnus-change-server): Ditto.
7299
7300         * gnus-kill.el (gnus-batch-score): Ditto.
7301
7302         * gnus-cache.el (gnus-jog-cache): Ditto.
7303
7304         * gnus-msg.el (gnus-summary-reply):
7305         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7306
7307 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7308
7309         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7310         version.  Minor improvement to doc strings.
7311         (tls-program): Add comment.
7312
7313 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
7314
7315         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7316         (tls-checktrust): New variable.  Check if GNU TLS complained about a
7317         mismatch between the hostname provided in the certificate and the name
7318         of the host connnecting to.
7319         (open-tls-stream): Use them.  Check certificates against trusted root
7320         certificates.
7321
7322 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7323
7324         * gnus-cache.el (gnus-cache-generate-nov-databases):
7325         Use nnml-generate-nov-databases-directory instead of
7326         nnml-generate-nov-databases-1.
7327
7328 2007-11-24  Glenn Morris  <rgm@gnu.org>
7329
7330         * message.el (message-tool-bar-retro): Update for rename
7331         mail_send.xpm->mail-send.xpm.
7332
7333 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7334
7335         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7336         `smime-ldap-search' for Emacs 22 and up.
7337
7338 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7339
7340         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7341
7342         * message.el (message-send-mail-function): Fix error convention.
7343         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7344         (message-widen-reply, message-send-mail, message-talkative-question)
7345         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7346         (message-clone-locals, message-send-news): Use with-current-buffer.
7347         (message-insert-or-toggle-importance): Remove unused var `valid'.
7348         (message-make-references): Remove unused var `new-references'.
7349         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7350
7351 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7352
7353         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7354         (spam-split-symbolic-return-positive): Reflow docstring.
7355         (spam-backends, spam-summary-exit-behavior)
7356         (spam-mark-ham-unread-before-move-from-spam-group)
7357         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7358         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7359         (spam-clear-cache, spam-backend-check, spam-install-backend)
7360         (spam-install-statistical-backend, spam-list-of-processors)
7361         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7362         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7363         (spam-check-crm114, spam-initialize, spam-unload-hook):
7364         Fix typos in docstrings.
7365
7366 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7367
7368         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7369         been checked if they have never been read and those group levels are
7370         higher than the one that a user specified.
7371
7372 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7373
7374         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7375         foreign groups unless a group level is specified by a user.
7376         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7377
7378 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7379
7380         * message.el (message-send-mail-function): Require sendmail.
7381
7382 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7383
7384         * message.el (message-send-mail-function): Check for smtpmail too.
7385
7386         * utf7.el (utf7-encode, utf7-decode): Use coding system
7387         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7388
7389         * message.el (message-send-mail-function): New function.
7390         (message-send-mail-function): Set default using
7391         message-send-mail-function.  Adjust doc string.
7392         (message-send-mail-with-mailclient): New function.
7393
7394 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7395
7396         * smime.el (from):
7397         * rfc2047.el (message-posting-charset):
7398         * qp.el (mm-use-ultra-safe-encoding):
7399         * pop3.el (parse-time-months):
7400         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7401         * nnml.el (files):
7402         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7403         (jka-compr-compression-info-list, ange-ftp-path-format)
7404         (efs-path-regexp):
7405         * nndiary.el (files):
7406         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7407         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7408         (epg-digest-algorithm-alist, inhibit-redisplay)
7409         (password-cache-expiry):
7410         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7411         (pgg-output-buffer, password-cache-expiry):
7412         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7413         (efs-path-regexp):
7414         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7415         (inhibit-redisplay):
7416         * mm-uu.el (file-name, start-point, end-point, entry)
7417         (gnus-newsgroup-name, gnus-newsgroup-charset):
7418         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7419         (latin-unity-ucs-list):
7420         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7421         (mm-uu-binhex-decode-function):
7422         * message.el (gnus-message-group-art, gnus-list-identifiers)
7423         (rmail-enable-mime-composing, gnus-local-organization)
7424         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7425         (gnus-read-active-file, facemenu-add-face-function)
7426         (facemenu-remove-face-function, gnus-article-decoded-p)
7427         (tool-bar-mode):
7428         * mail-source.el (display-time-mail-function):
7429         * gnus-util.el (nnmail-pathname-coding-system)
7430         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7431         (gnus-original-article-buffer, gnus-user-agent)
7432         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7433         (xemacs-codename, sxemacs-codename, emacs-program-version):
7434         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7435         * gnus-start.el (gnus-agent-covered-methods)
7436         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7437         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7438         (gnus-newsgroup-headers, gnus-group-list-mode)
7439         (gnus-group-mark-positions, gnus-newsgroup-data)
7440         (gnus-newsgroup-unreads, nnoo-state-alist)
7441         (gnus-current-select-method, mail-sources)
7442         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7443         (nnmail-spool-file, gnus-cache-active-hashtb):
7444         * gnus-mh.el (mh-lib-progs):
7445         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7446         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7447         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7448         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7449         (gnus-group-buffer):
7450         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7451         (font-lock-set-defaults):
7452         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7453         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7454         (gnus-summary-post-menu, total-parts, type, condition, length):
7455         * gnus-agent.el (gnus-agent-read-agentview):
7456         * flow-fill.el (show-trailing-whitespace):
7457         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7458         eval-and-compile wrappers for byte compiler pacifiers.
7459
7460         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7461         (mm-display-inline-fontify): Check for featurep 'xemacs not
7462         extent-list.
7463
7464         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7465         itimer-list.
7466         (mm-create-image-xemacs): Only do something for XEmacs.
7467         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7468
7469         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7470
7471         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7472         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7473
7474 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7475
7476         * nnimap.el (nnimap-split-download-body):
7477         * gnus-demon.el (gnus-demon):
7478         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7479
7480 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7481
7482         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
7483         macros.
7484         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7485         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7486         copy data from unibyte buffer to multibyte current buffer.
7487         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7488         to copy data from unibyte current buffer to multibyte buffer.
7489         (nntp-make-process-buffer): Make process buffer unibyte.
7490
7491         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7492
7493 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7494
7495         * pop3.el (pop3-open-server): Accept and process data more robustly at
7496         connexion start to avoid spurious "POP SSL connexion failed" errors.
7497
7498 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7499
7500         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7501         read group names.
7502
7503 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7504
7505         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7506
7507 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7508
7509         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7510         (nnmail-save-active): Use a unibyte buffer when saving active file,
7511         which may contain non-ASCII group names.
7512
7513         * nnml.el (nnml-request-group): Decode group names in messages.
7514
7515 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7516
7517         * message.el (message-citation-line-function)
7518         (message-insert-formatted-citation-line): Fix spelling of
7519         `message-insert-formated-citation-line'.
7520
7521 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7522
7523         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7524
7525 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7526
7527         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7528         nnmail-pathname-coding-system.
7529
7530         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7531         that a user enters; decode group names in messages.
7532
7533         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7534
7535 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7536
7537         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7538
7539         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7540
7541         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7542         risky local variable.
7543
7544         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7545
7546 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7547
7548         * encrypt.el: Improve documentation to fix function name typo.
7549         Reported by Daiki Ueno <ueno@unixuser.org>.
7550
7551 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7552
7553         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7554         even if the point is not in the last page of an article.
7555         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7556         back to the previous page.
7557
7558 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7559
7560         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7561
7562 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7563
7564         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7565
7566 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7567
7568         * message.el (message-check-news-body-syntax): Avoid
7569         mm-string-as-multibyte.
7570         (message-hide-headers): Don't assume (point-min)==1.
7571
7572 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7573
7574         * message.el (message-remove-blank-cited-lines): Fix if remove is
7575         given.
7576         (message-bogus-address-regexp): New variable.
7577         (message-bogus-recipient-p): New function.
7578         (message-check-recipients): New command.
7579         (message-syntax-checks): Add `bogus-recipient'.
7580         (message-fix-before-sending): Add `bogus-recipient'.
7581
7582         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7583         (gnus-treat-body-boundary): Don't test window-system.
7584
7585 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
7586
7587         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7588
7589 2007-10-28  Miles Bader  <miles@gnu.org>
7590
7591         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7592         at compile-time too.
7593
7594 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7595
7596         * gnus-msg.el (gnus-message-setup-hook): Add
7597         `message-remove-blank-cited-lines' to options.
7598
7599 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7600
7601         * message.el (message-remove-blank-cited-lines): New function.
7602         Suggested by Karl Plästerer.
7603
7604 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7605
7606         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7607         mapc.
7608
7609         * imap.el (imap-open): Replace mapcar called for effect with mapc.
7610         (top-level): Use mapc to set functions to be traced for debugging.
7611
7612         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7613         called for effect with while loop.
7614
7615         * message.el (message-talkative-question): Replace mapcar called for
7616         effect with mapc.
7617
7618         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7619         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7620         called for effect with dolist.
7621
7622         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7623
7624         * nndiary.el: Use dolist instead of mapcar to add diary headers to
7625         gnus-extra-headers and nnmail-extra-headers.
7626
7627         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7628         called for effect with dolist.
7629         (top-level): Use mapc to set functions to be traced for debugging.
7630
7631         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7632         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7633         dolist.
7634
7635         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7636         Replace mapcar called for effect with mapc.
7637         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7638         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7639         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7640         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7641
7642         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7643         remove-if that's a cl function.
7644
7645         * webmail.el (webmail-debug): Replace mapcar called for effect with
7646         dolist.
7647
7648         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
7649         with mapc.
7650
7651 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7652
7653         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
7654         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7655         with while loop.
7656
7657         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7658         functions from article-* functions.
7659         (gnus-multi-decode-header): Replace mapcar called for effect with
7660         dolist.
7661
7662         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7663         (gnus-bookmark-show-details): Replace mapcar called for effect with
7664         while loop.
7665
7666         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7667         called for effect with while loop.
7668
7669         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7670         with dolist.
7671
7672         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
7673         mapcar called for effect with dolist.
7674
7675         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7676
7677         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7678         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7679         Replace mapcar called for effect with dolist.
7680         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7681         mapc.
7682
7683         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7684         Replace mapcar called for effect with dolist.
7685         (gnus-topic-list): Replace mapcar called for effect with mapc.
7686
7687         * gnus.el: Use mapc instead of mapcar to add autoloads.
7688
7689 2007-10-23  Richard Stallman  <rms@gnu.org>
7690
7691         * gnus-group.el (gnus-group-highlight): Mark as risky.
7692
7693 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7694
7695         * gnus.el (gnus-server-to-method): Return method found first in
7696         gnus-newsrc-alist.
7697
7698         * gnus-art.el (gnus-article-highlight-signature)
7699         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7700         button overlay without the front stickiness.
7701
7702 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
7703
7704         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7705         overview buffer needed a catch to receive its throw.
7706         (gnus-agent-flush-cache): Declared as interactive to make this function
7707         easier to use.
7708
7709 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
7710
7711         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7712         `next-line'.
7713
7714 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7715
7716         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7717         exclude address matching message-dont-reply-to-names.
7718
7719 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7720
7721         * gnus-util.el (gnus-string<): New function.
7722
7723         * gnus-sum.el (gnus-article-sort-by-author)
7724         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
7725
7726 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7727
7728         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7729         the frame-focus tag is set in gnus-buffer-configuration.
7730
7731 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7732
7733         * gnus-art.el (gnus-article-add-button): Make a button overlay without
7734         the front stickiness.
7735
7736 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7737
7738         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7739         url pattern; remove duplicate one.
7740         (gnus-article-extend-url-button): New function.
7741         (gnus-article-add-buttons): Use it.
7742         (gnus-button-push): Use concatenated url that it makes.
7743
7744 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7745
7746         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7747
7748 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7749
7750         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7751         Don't hardcode point-min==1.
7752
7753 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7754
7755         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7756         Fix comment about "iso8859-1".
7757
7758 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
7759
7760         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
7761         ones returned from the verify-function.
7762
7763         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
7764         mml2015-extract-cleartext-signature if extraction failed.
7765
7766 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
7767
7768         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
7769         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
7770         failed.
7771
7772 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7773
7774         * Relicense "GPLv2 or later" files to "GPLv3 or later".
7775
7776 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
7777
7778         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
7779         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
7780         recommends to use EasyPG instead of PGG.
7781
7782         * pgg.el: Revert to revision 6.23.2.16.
7783
7784         * pgg-def.el: Revert to revision 6.6.2.14.
7785
7786         * pgg-gpg.el: Revert to revision 6.23.2.34.
7787
7788 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7789
7790         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
7791         to mark a thread as expirable.  Add variable `hide' to handle hiding of
7792         thread for both the null and zero (kill/expire thread) universal prefix
7793         cases.
7794         (gnus-summary-expire-thread): Add new function to expire a thread,
7795         using gnus-summary-kill-thread.
7796         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
7797         shortcuts for gnus-summary-expire-thread.
7798         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
7799         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
7800
7801 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7802
7803         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
7804         extras value, so an extras entry can be deleted.
7805         (gnus-registry-delete-extra-entry): Use it.
7806         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
7807         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
7808         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
7809         storage through the gnus-registry, and provide an appropriate API for
7810         it.
7811
7812 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7813
7814         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
7815         Suggested by Leo <sdl.web@gmail.com>.
7816
7817         * gnus.el: Do.
7818
7819 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7820
7821         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
7822         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
7823
7824         * gnus-agent.el (gnus-agent-fetch-headers): Do.
7825
7826         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7827         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
7828
7829 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7830
7831         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
7832         newline.
7833         (nnmbox-request-accept-article): Don't change article in source buffer;
7834         narrow to header to use message-fetch-field rather than
7835         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
7836         (nnmbox-request-replace-article): Quote lines that'll be misidentified
7837         as delimiters; make sure article ends with newline.
7838         (nnmbox-delete-mail): Correct last position of article to be deleted;
7839         ignore X-Gnus-Newsgroup header in article body.
7840         (nnmbox-save-mail): Quote lines looking like delimiters at the right
7841         positions; make sure article ends with newline.
7842
7843         * message.el (message-display-abbrev): Don't infloop when a user
7844         inserts SPC in the beginning of header.
7845
7846         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
7847         coding-system-for-read and coding-system-for-write for XEmacs having no
7848         file-coding feature.
7849
7850         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
7851
7852 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
7853
7854         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
7855         list of groups not followed by default.  Fix type to be regexp.
7856         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
7857
7858 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
7859
7860         * hmac-def.el (define-hmac-function): Switch from old-style to
7861         new-style backquotes.
7862
7863         * md4.el (md4-make-step): Likewise.
7864
7865 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7866
7867         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
7868         raw-text coding system when saving .newsrc file, which may contain
7869         non-ASCII group names.
7870
7871 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7872
7873         * gnus-cus.el (gnus-score-extra): New widget.
7874         (gnus-score-extra-convert): New function.
7875         (gnus-score-customize): Use it for Extra.
7876
7877 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
7878
7879         * mml2015.el (mml2015-extract-cleartext-signature): New function.
7880         (mml2015-mailcrypt-clear-verify): Use it.
7881         (mml2015-gpg-clear-verify): Use it.
7882         (mml2015-pgg-clear-verify): Use it.
7883         (mml2015-epg-clear-verify): Replace the current part with the output
7884         from GnuPG; don't extract the plaintext by itself.
7885
7886         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
7887         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
7888         mml2015-clear-verify-function; don't touch the armor headers or
7889         dash-escaped text here.
7890
7891 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7892
7893         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
7894         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
7895         parts, or application/octet-stream as a last resort.
7896         (gnus-mime-view-part-as-type): Don't toggle display.
7897         (gnus-mime-view-part-as-charset): Don't turn off display before
7898         querying charset.
7899
7900         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
7901         stuff to undisplayer function in Emacs.
7902         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
7903
7904         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
7905         text/calendar parts.
7906
7907 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7908
7909         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
7910         decoding text/calendar parts.
7911
7912         * message.el (message-forward-make-body-mime): Always mark body as
7913         having no illegible text; remove signed-or-encrypted argument.
7914         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
7915
7916         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
7917         (mml-generate-mime-1): Don't encode body if it is specified to be in
7918         raw form; don't make buffer be unibyte when inserting multibyte string.
7919
7920 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7921
7922         * sha1.el: Fix up comment style.
7923         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
7924         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
7925
7926         * hex-util.el: Fix up comment style.
7927         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
7928
7929         * gnus-salt.el: Use with-current-buffer.
7930         (gnus-pick-setup-message): Fix long-standing typo.
7931
7932 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7933
7934         * imap.el (imap-logout-timeout): New variable.
7935         (imap-logout, imap-logout-wait): New functions.
7936         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
7937
7938         * nnimap.el (nnimap-logout-timeout): New server variable.
7939         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
7940         nnimap-logout-timeout.
7941
7942         * gnus-art.el (gnus-article-summary-command-nosave)
7943         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
7944
7945 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7946
7947         * gnus.el (gnus-maximum-newsgroup): New variable.
7948
7949         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
7950         according to gnus-maximum-newsgroup.
7951
7952         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7953         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
7954         Limit the range of articles according to gnus-maximum-newsgroup.
7955
7956 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
7957
7958         * gnus-art.el (gnus-sticky-article): Fixed problems described in
7959         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
7960         Don't perform gnus-configure-windows here; reuse existing sticky
7961         article buffer.
7962
7963         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
7964         it doesn't exist in gnus-article-mode.
7965
7966 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7967
7968         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
7969         (gnus-agent-decoded-group-name): New function.
7970         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
7971         (gnus-agent-expire-group-1): Use it; decode group name in messages.
7972
7973 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
7974
7975         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
7976         Add binding for gnus-sticky-article.
7977         (gnus-summary-exit): Don't kill sticky article buffers.
7978
7979         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
7980         article buffer.
7981         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
7982         (gnus-kill-sticky-article-buffers): New commands.
7983
7984 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7985
7986         * nntp.el (nntp-xref-number-is-evil): New server variable.
7987         (nntp-find-group-and-number): If it is non-nil, don't trust article
7988         numbers in the Xref header.
7989
7990 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7991
7992         * gnus-agent.el (gnus-agent-read-group): New function.
7993         (gnus-agent-flush-group, gnus-agent-expire-group)
7994         (gnus-agent-regenerate-group): Use it.
7995         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
7996         nnmail-pathname-coding-system.
7997
7998 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7999
8000         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8001
8002         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8003         that are unread as unread, and also as selected so that information of
8004         marks having been changed by a user may be updated when exiting group.
8005
8006 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8007
8008         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8009         calculated ignoring signature parts to gnus-treat-article.
8010
8011 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8012
8013         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8014         a point here in order to keep the window start.
8015         (gnus-insert-mime-security-button): Make a button overlay without the
8016         front stickiness.
8017         (gnus-mime-display-security): Goto the end of a button.
8018
8019         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8020
8021 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8022
8023         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8024         group-name-at-point.
8025         (gnus-group-completing-read): New function that offers decoded
8026         non-ASCII group names for completion.
8027         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8028         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8029         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8030         (gnus-group-fetch-control): Use it.
8031         (gnus-fetch-group): Use group-name-at-point for the initial value
8032         rather than the default value; use gnus-alive-p.
8033
8034         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8035         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8036         (gnus-summary-post-news): Use gnus-group-completing-read.
8037
8038         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8039         (gnus-read-move-group-name): Decode group name for completion.
8040
8041 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8042
8043         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8044         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8045         Yamaoka slightly modified the code).
8046
8047 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8048
8049         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8050         (nnmail-split-incoming): Bind it.
8051
8052         * nnml.el (nnml-group-name-charset): New function.
8053         (nnml-decoded-group-name): Use it; don't decode group name if
8054         nnmail-group-names-not-encoded-p is non-nil.
8055         (nnml-encoded-group-name): New function.
8056         (nnml-group-pathname): Inline nnml-decoded-group-name.
8057         (nnml-request-expire-articles): Decode group name in message.
8058         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8059         nnmail-pathname-coding-system.
8060         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8061         not decoded ones according to nnmail-group-names-not-encoded-p.
8062         (nnml-generate-active-info): Use nnml-encoded-group-name.
8063
8064 2007-08-08  Glenn Morris  <rgm@gnu.org>
8065
8066         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8067         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8068         doc-strings and comments.
8069
8070 2007-07-25  Glenn Morris  <rgm@gnu.org>
8071
8072         * Relicense all FSF files to GPLv3 or later.
8073
8074 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8075
8076         * gnus-sum.el (gnus-summary-move-article): Make
8077         gnus-summary-respool-article work.
8078
8079 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8080
8081         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8082         string.
8083
8084 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8085
8086         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8087         that should be ignored when comparing distant RSS articles with local
8088         ones.
8089         (nnrss-make-hash-index): New function.  Create a hash index according
8090         to the ignored fields.
8091         (nnrss-check-group): Use it.
8092
8093 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8094
8095         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8096
8097         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8098
8099         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8100         the new optional argument ENCODED is non-nil.
8101         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8102         coding system for encoding group name.
8103         (gnus-group-make-rss-group): Pass un-encoded group name to
8104         gnus-group-make-group.
8105         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8106         encoded.
8107
8108         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8109         Encode group name to which articles are moved or copied.
8110         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8111         coding system for encoding Newsgroup, Followup-To and Xref headers.
8112
8113         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8114         marks; use nnheader-file-coding-system to write a file.
8115         (nnagent-retrieve-headers): Bind file-name-coding-system to
8116         nnmail-pathname-coding-system.
8117
8118         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8119
8120         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8121         (nnml-request-article, nnml-request-create-group)
8122         (nnml-request-rename-group, nnml-find-id)
8123         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8124         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8125         (nnml-save-marks): Use nnml-group-pathname instead of
8126         nnmail-group-pathname.
8127
8128         (nnml-request-create-group, nnml-request-expire-articles)
8129         (nnml-request-move-article, nnml-request-delete-group)
8130         (nnml-deletable-article-p, nnml-possibly-create-directory)
8131         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8132         (nnml-open-marks): Bind file-name-coding-system to
8133         nnmail-pathname-coding-system.
8134
8135         (nnml-request-article): Pass server argument to nnml-find-group-number.
8136         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
8137         server argument to nnml-possibly-create-directory.
8138         (nnml-request-accept-article): Pass server argument to
8139         nnml-active-number and nnml-save-mail.
8140         (nnml-find-group-number): Pass server argument to nnml-find-id.
8141         (nnml-request-update-info): Pass server argument to
8142         nnml-marks-changed-p.
8143
8144         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8145         (nnml-save-mail, nnml-active-number): Add server argument.
8146
8147         (nnml-request-delete-group): Warn if group is missing.
8148         (nnml-get-nov-buffer): Decode group name.
8149         (nnml-generate-active-info): Encode group name.
8150         (nnml-open-marks): Decode group name in messages.
8151
8152 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8153
8154         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8155         if it is not specified.
8156         (gnus-article-pipe-part, gnus-article-save-part)
8157         (gnus-article-interactively-view-part, gnus-article-copy-part)
8158         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8159         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8160         (gnus-article-replace-part, gnus-article-delete-part)
8161         (gnus-article-view-part-as-type): Pass raw prefix argument to
8162         gnus-article-part-wrapper.
8163
8164 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8165
8166         * gnus-agent.el (gnus-agent-save-active): Bind
8167         nnheader-file-coding-system to gnus-agent-file-coding-system.
8168
8169         * gnus-cache.el (gnus-cache-save-buffers)
8170         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8171         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8172         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8173         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8174         (gnus-cache-generate-active, gnus-cache-rename-group)
8175         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8176         (gnus-cache-update-overview-total-fetched-for): Bind
8177         file-name-coding-system to nnmail-pathname-coding-system.
8178         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
8179         variables.
8180         (gnus-cache-decoded-group-name): New function.
8181         (gnus-cache-file-name): Use it.
8182         (gnus-cache-generate-active): Use non-decoded group name for active.
8183
8184         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8185         right place.
8186         (gnus-write-active-file): Don't break non-ASCII group names.
8187
8188         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8189         nnmail-pathname-coding-system.
8190
8191         * lpath.el: Bind default-file-name-coding-system,
8192         file-name-coding-system and language-info-alist for XEmacs.
8193
8194         * gnus-uu.el (gnus-uu-decode-save): Typo.
8195
8196 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8197
8198         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8199
8200 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8201
8202         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8203         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8204         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8205         (gnus-agent-flush-group, gnus-agent-flush-cache)
8206         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8207         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8208         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8209         (gnus-agent-regenerate-group)
8210         (gnus-agent-update-files-total-fetched-for)
8211         (gnus-agent-update-view-total-fetched-for): Bind
8212         file-name-coding-system to nnmail-pathname-coding-system.
8213         (gnus-agent-group-pathname): Don't encode file names by
8214         nnmail-pathname-coding-system.
8215         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8216         coding-system-for-write instead of buffer-file-coding-system to
8217         gnus-agent-file-coding-system.
8218
8219         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8220         Decode group name.
8221
8222         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8223
8224         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8225         (gnus-read-newsrc-el-file): Make group names unibyte.
8226
8227         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8228         nnmail-pathname-coding-system.
8229
8230         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8231         (nnrss-request-delete-group): Bind file-name-coding-system to
8232         nnmail-pathname-coding-system.
8233         (nnrss-read-server-data, nnrss-read-group-data): Bind
8234         file-name-coding-system correctly.
8235         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8236
8237         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8238         (nntp-server-to-method-cache): New variable.
8239         (nntp-group-pathname): New function that decodes non-ASCII group names.
8240         (nntp-possibly-create-directory, nntp-marks-changed-p)
8241         (nntp-save-marks, nntp-open-marks): Use it.
8242         (nntp-possibly-create-directory, nntp-open-marks):
8243         Bind file-name-coding-system to nnmail-pathname-coding-system.
8244         (nntp-open-marks): Decode group names when bootstrapping marks.
8245
8246         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8247         Newsgroups and Folowup-To headers.
8248
8249 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8250
8251         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8252         (gnus-server-closed-face, gnus-server-denied-face)
8253         (gnus-server-offline-face): Remove variable.
8254         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8255
8256         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8257         of modifying message-stack directly for XEmacs.
8258
8259         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8260         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8261         if the coding-system argument is nil for XEmacs.
8262
8263         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8264         mm-charset-override-alist.
8265
8266         * rfc2047.el: Don't require base64; require rfc2045 for the function
8267         rfc2045-encode-string.
8268         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8269         to quote the parameter value.
8270
8271 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8272
8273         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8274         form in gnus-group-name-charset-method-alist.
8275
8276         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8277         overrides the default layout edit-form.
8278
8279         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8280
8281         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8282
8283 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8284
8285         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8286         as unfetched articles.
8287
8288 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8289
8290         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8291
8292 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8293
8294         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8295         original back end that keeps marks in the local system.
8296
8297 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8298
8299         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8300         arg of pop-to-buffer for XEmacs.
8301         (gnus-article-read-summary-keys): Ditto; don't restore window
8302         configuration if summary command ends up with neither article buffer
8303         nor summary buffer; describe bindings if summary keys end with C-h.
8304
8305 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8306
8307         * message.el (message-fix-before-sending): Skip raw message part to be
8308         forwarded while checking illegible text.
8309         (message-forward-make-body-mime, message-forward-make-body): Mark
8310         signed or encrypted raw message as having no illegible text.
8311
8312 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8313
8314         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8315         (gnus-message-with-timestamp-1): New macro.
8316         (gnus-message-with-timestamp): New function.
8317         (gnus-message): Use them.
8318
8319         * nnheader.el (nnheader-message): Use them.
8320
8321 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8322
8323         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8324         .newsrc.eld file.
8325
8326 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8327
8328         * gnus-agent.el (gnus-agent-fetch-headers)
8329         (gnus-agent-retrieve-headers): Bind
8330         gnus-decode-encoded-address-function to identity.
8331
8332         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8333         available also when the server returns simply a dot.
8334
8335         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8336
8337 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8338
8339         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8340
8341 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8342
8343         * gnus-ems.el (gnus-x-splash): Make it work.
8344
8345         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8346         from being used.
8347
8348         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
8349
8350 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8351
8352         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
8353         4th and the 5th arguments.
8354
8355         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8356         the front stickiness.
8357         (gnus-article-summary-command-nosave): Correct the order of the
8358         arguments passed to pop-to-buffer.
8359         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8360         summary command ends up with the article buffer.
8361
8362         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8363         the same faces.
8364
8365 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8366
8367         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8368
8369 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8370
8371         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8372         * gnus-sum.el (gnus-summary-highlight):
8373         * pgg.el (pgg-sign-region, pgg-sign):
8374         * mail-source.el (mail-source-delete-old-incoming-confirm):
8375         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8376
8377 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8378
8379         * gnus-art.el (gnus-mime-view-part-externally)
8380         (gnus-mime-view-part-internally): Fix predicate function passed to
8381         completing-read.
8382
8383         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8384
8385         * gnus.el (gnus-update-message-archive-method): Add :version.
8386
8387 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8388
8389         * gnus.el (gnus-update-message-archive-method): New variable.
8390
8391         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8392         according to gnus-message-archive-method if
8393         gnus-update-message-archive-method is non-nil.
8394
8395 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8396
8397         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
8398         by Loic Dachary <loic@dachary.org>.
8399         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8400
8401 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8402
8403         * message.el (message-pop-to-buffer): Add switch-function argument.
8404         (message-mail): Pass switch-function argument to it.
8405
8406 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8407
8408         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8409         Improve doc string.
8410
8411 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8412
8413         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8414         (gnus-header-content)
8415         * gnus-cite.el (gnus-cite-10)
8416         * gnus-srvr.el (gnus-server-closed)
8417         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8418         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8419         (gnus-group-mail-3-empty, gnus-group-mail-low)
8420         (gnus-group-mail-low-empty, gnus-splash)
8421         * message.el (message-header-to, message-header-cc)
8422         (message-header-subject, message-header-other, message-header-name)
8423         (message-header-xheader, message-separator, message-cited-text)
8424         (message-mml): Lighten colors of faces used for dark background.
8425
8426 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8427
8428         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8429         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8430
8431 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8432
8433         * message.el (message-narrow-to-headers-or-head):
8434         Ignore mail-header-separator in the body.
8435
8436 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8437
8438         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8439         same as window size.
8440
8441 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8442
8443         * message.el (message-font-lock-keywords): Use message-header-xheader
8444         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8445         ahead of the anything pattern, to get it recognised.
8446
8447 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8448
8449         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8450         spam.el loads uses it in the compiled defadvice form.
8451
8452 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8453
8454         * gnus-sum.el (gnus-articles-to-read)
8455         (gnus-summary-insert-old-articles): Don't truncate group name for
8456         `read-string'.
8457
8458         * gnus-util.el (gnus-limit-string): Delete this function.
8459
8460         * gnus-sum.el (gnus-simplify-subject-fully): Use
8461         `truncate-string-to-width' instead.
8462
8463 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8464
8465         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
8466         if, on summary exit, the next group has to be selected.
8467         (gnus-summary-exit): Use it.
8468
8469 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8470
8471         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8472         non-break space.
8473
8474 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8475
8476         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8477         Check if group is not a directory.
8478         (nnfolder-request-expire-articles): Don't delete articles if the target
8479         group is not available.
8480
8481         * nnml.el (nnml-request-create-group): Properly check if group is not a
8482         file.
8483         (nnml-request-expire-articles): Don't delete articles if the target
8484         group is not available.
8485
8486         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8487         Don't quote characters that are within parentheses.
8488
8489 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8490
8491         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8492         (gnus-handle-ephemeral-exit): Select article according to it.
8493
8494 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8495
8496         * message.el (message-insert-formated-citation-line): Remove newline.
8497         (message-citation-line-format): Add final \n here so that the user can
8498         avoid a blank line.
8499
8500 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8501
8502         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8503         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8504         Update lanl/arXiv support.
8505
8506 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8507
8508         * gnus.el: Bump version number.
8509
8510 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8511
8512         * gnus.el (gnus-version-number): Bump version.
8513
8514 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8515
8516         * gnus.el: No Gnus v0.6 is released.
8517
8518 2007-04-27  Didier Verna  <didier@xemacs.org>
8519
8520         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
8521         * gmm-utils.el (gmm-regexp-concat): here.
8522         * message.el: Don't require 'gnus-util.
8523         (message-dont-reply-to-names): Handle name change above.
8524         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8525
8526 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8527
8528         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8529         since the initial value varies according to the system.
8530
8531 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8532
8533         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8534
8535 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8536
8537         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8538
8539 2007-04-24  Didier Verna  <didier@xemacs.org>
8540
8541         Improve the type of gnus-ignored-from-addresses.
8542         * gnus-util.el (gnus-orify-regexp): New function.
8543         * message.el (gnus-util): Require it.
8544         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8545         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8546         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8547
8548 2007-04-24  Didier Verna  <didier@xemacs.org>
8549
8550         * gnus-sum.el:
8551         * gnus-utils.el: Fix some trailing whitespaces.
8552
8553 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8554
8555         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8556         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8557         article's Message-ID; refer parent article in summary buffer.
8558
8559         * message.el (message-bounce): Call mime-to-mml.
8560
8561         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
8562         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
8563         optimize and/or forms properly.
8564
8565 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
8566
8567         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
8568         URL.
8569
8570 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8571
8572         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8573
8574 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8575
8576         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8577         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8578         displayed of multipart/alternative part if it is invoked from summary
8579         buffer.
8580
8581         * mm-view.el (mm-inline-text-html-render-with-w3m)
8582         (mm-inline-text-html-render-with-w3m-standalone)
8583         (mm-inline-render-with-function): Use mail-parse-charset by default.
8584
8585 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
8586
8587         * parse-time.el (parse-time-string-chars): Check if CHAR
8588         is less than the length of parse-time-syntax.
8589
8590 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8591
8592         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8593         from gnus-newsgroup-processable.
8594
8595 2007-04-16  Didier Verna  <didier@xemacs.org>
8596
8597         * gnus-msg.el (gnus-configure-posting-styles): Handle
8598         message-signature-directory properly with :file syntax.  Reported by
8599         "Leo".
8600
8601 2007-04-11  Didier Verna  <didier@xemacs.org>
8602
8603         New user option: message-signature-directory.
8604         * gnus-msg.el (gnus-configure-posting-styles): Support it.
8605         * message.el (message-insert-signature): Ditto.
8606         * message.el (message-signature-file): Doc update.
8607         * message.el (message-signature-directory): New.
8608
8609 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8610
8611         * gnus-msg.el (gnus-inews-yank-articles): Use
8612         message-exchange-point-and-mark instead of exchange-point-and-mark.
8613
8614 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8615
8616         * message.el (message-yank-original): Make sure cited text ends with
8617         newline; don't exchange point and mark.
8618
8619 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
8620
8621         * tls.el (open-tls-stream): Properly handle case where there
8622         is no associated buffer.
8623
8624 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
8625
8626         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8627         message-yank-original, make sure (< mark TEXT point).
8628
8629 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8630
8631         * message.el (message-fill-column): New variable.
8632         (message-mode): Use it.  Add comment on a possible new hook.
8633
8634         * nnmail.el (nnmail-spool-file): Mark as obsolete.
8635         (nnmail-get-new-mail): Reformat.
8636
8637         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8638
8639         * gmm-utils.el: Fix Commentary.
8640         (gmm-tool-bar-from-list): Fix typo in doc string.
8641
8642 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
8643
8644         * message.el (message-yank-original): Don't switch point and mark
8645         unnecessarily to put point and mark as documented.
8646
8647 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8648
8649         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8650         from the message heads.
8651
8652 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
8653
8654         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8655         article buffer does not have a window.  This may not be the best
8656         solution but is certainly better than setting the start of the null,
8657         that is the current, window.
8658
8659 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8660
8661         * gnus-draft.el (gnus-draft-setup-hook): New hook.
8662         (gnus-draft-setup): Run it.
8663
8664         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8665         gnus-score-fast-scoring.  Allow regexp.
8666         (gnus-score-headers): Use it.
8667
8668         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8669         XEmacs.
8670
8671         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8672         string.
8673         (gnus-button-alist): Also catch `<f1> k ...'.
8674         (gnus-treat-display-x-face): Fix doc string.
8675
8676 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8677
8678         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
8679         evaluation of gnus-extended-version to ensure correct generation of the
8680         User-Agent header when message-generate-headers-first is used.
8681
8682 2007-03-24  Simon Josefsson  <simon@josefsson.org>
8683
8684         * hashcash.el (hashcash-generate-payment-async): Don't crash if
8685         hashcash-path is nil.  Don't call callback with incorrect number of
8686         parameters if val is 0.
8687
8688 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8689
8690         * message.el (message-required-news-headers):
8691         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8692
8693 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
8694
8695         * tls.el (open-tls-stream): In handshake-waiting loop,
8696         don't wait more if there is output available to process.
8697
8698 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
8699
8700         * tls.el (tls-program): Doc fix.
8701
8702 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8703
8704         * message.el (message-generate-new-buffers): Change the meaning of the
8705         nil value; add `standard' to the choices; treat t as `unique'; improve
8706         doc string.
8707         (gnus-select-frame-set-input-focus): Autoload.
8708         (message-buffer-name): Search for the existing message buffer if
8709         message-generate-new-buffers is nil or `standard'; treat the value t of
8710         message-generate-new-buffers as `unique'.
8711         (message-pop-to-buffer): Raise the frame already displaying the message
8712         buffer; clear the echo area after querying.
8713         (message-setup): Pass the `continue' argument to compose-mail.
8714         (message-mail): Prefer `switch-function' if it is given; search for the
8715         existing message buffer if the `continue' argument is non-nil; pass
8716         continue and switch-function arguments to compose-mail by way of
8717         message-setup.
8718         (message-mail-other-window): Adjust argument of message-setup.
8719         (message-mail-other-frame): Ditto.
8720
8721 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8722
8723         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
8724         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
8725         to turn font-lock on when turning gnus-message-citation-mode on.
8726
8727 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
8728
8729         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8730         (mml-smime-function-alist): New variable; add epg as the backend.
8731         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8732         mml-smime- functions instead.
8733         * mm-view.el: Require smime.
8734
8735 2007-03-05  Didier Verna  <didier@xemacs.org>
8736
8737         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8738         instead of just inheritance for posting styles.
8739         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8740
8741 2007-02-24  Chris Moore  <dooglus@gmail.com>
8742
8743         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
8744         * pgg-pgp.el (pgg-pgp-encrypt-region):
8745         * pgg-gpg.el (pgg-gpg-encrypt-region):
8746         Check pgg-encrypt-for-me if no other recipients.
8747
8748 2007-02-24  John Paul Wallington  <jpw@pobox.com>
8749
8750         * tls.el (tls-certtool-program): Fix custom type.
8751
8752 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8753
8754         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8755         and point-at-eol instead of line-(beginning|end)-position.
8756
8757         * assistant.el (assistant-parse-buffer): Ditto.
8758
8759         * netrc.el (netrc-parse-services): Ditto.
8760
8761 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
8762
8763         * mml2015.el (mml2015-epg-find-usable-key): New function.
8764         (mml2015-epg-sign): Use it.
8765         (mml2015-epg-encrypt): Use it.
8766
8767 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8768
8769         * message.el (message-make-in-reply-to): Quote name containing
8770         non-ASCII characters.  It will make the RFC2047 encoder cause an error
8771         if there are special characters.  Reported by NAKAJI Hiroyuki
8772         <nakaji@jp.freebsd.org>.
8773
8774 2007-02-27  Didier Verna  <didier@xemacs.org>
8775
8776         Include the group parameters as well as the topic ones in the
8777         inheritance filter process.
8778         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
8779         argument GROUP-PARAMS-LIST.
8780         * gnus-topic.el (gnus-group-topic-parameters): Use it.
8781
8782 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8783
8784         * nntp.el (nntp-never-echoes-commands)
8785         (nntp-open-connection-functions-never-echo-commands): New variables.
8786         (nntp-send-command): Use them.
8787
8788 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
8789
8790         * mml2015.el (mml2015-epg-verify): Simplified.
8791
8792 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8793
8794         * mml.el (mml-content-disposition-alist): New user option.
8795         (mml-content-disposition): New function.
8796         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
8797         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
8798
8799 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
8800
8801         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
8802         verification.
8803
8804 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8805
8806         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
8807         articles posted in the last 24 hours.
8808
8809 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
8810
8811         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
8812
8813 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
8814
8815         * nntp.el (nntp-send-command): Don't wait for echoes when
8816         nntp-open-ssl-stream is used.
8817
8818 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8819
8820         * gnus-cite.el (gnus-test-font-lock-add-keywords)
8821         (gnus-message-add-citation-keywords)
8822         (gnus-message-remove-citation-keywords): Remove.
8823         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
8824         directly, make the variables in font-lock-defaults buffer-local, add
8825         gnus-message-citation-keywords to them and then update the value of
8826         font-lock-keywords.
8827
8828 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8829
8830         * message.el (message-cite-original-1): Don't call
8831         gnus-article-highlight-citation.
8832
8833         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
8834         citations; fix line count.
8835
8836 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8837
8838         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
8839         (gnus-message-add-citation-keywords)
8840         (gnus-message-remove-citation-keywords): Use it; fix the emulating
8841         versions of font-lock-add-keywords and font-lock-remove-keywords to
8842         work with XEmacs correctly.
8843
8844 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8845
8846         * gnus-cite.el (gnus-cite-face-list): Set the values of
8847         gnus-message-max-citation-depth and gnus-message-citation-keywords.
8848         (gnus-message-max-citation-depth): Use defvar rather than defconst.
8849         (gnus-message-cite-prefix-regexp): New variable.
8850         (gnus-message-search-citation-line): Use it; protect against long
8851         citation prefix; fill match data with nil rather than 0 for XEmacs; set
8852         the 0th match data for Emacs.
8853         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
8854         (gnus-message-add-citation-keywords): Append keywords rather than
8855         prepending; emulate font-lock-add-keywords if it is not available.
8856         (gnus-message-remove-citation-keywords): Emulate
8857         font-lock-remove-keywords if it is not available.
8858
8859         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
8860
8861         * message.el (message-cite-prefix-regexp): Set the value of
8862         gnus-message-cite-prefix-regexp.
8863
8864 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8865
8866         * nnweb.el (nnweb-google-parse-1): Update parser.
8867
8868 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
8869
8870         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
8871
8872 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8873
8874         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8875         regexp.
8876
8877 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8878
8879         * uudecode.el (uudecode-string-to-multibyte): New function emulating
8880         string-to-multibyte.
8881         (uudecode-decode-region-internal): Use it.
8882
8883         * lpath.el: Fbind string-as-multibyte for XEmacs.
8884
8885 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8886
8887         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
8888         custom choice.
8889
8890         * gnus-art.el (gnus-signature-limit): Fix custom choice.
8891
8892 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
8893
8894         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
8895
8896         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
8897         `write-region' to respect `mm-inhibit-file-name-handlers'.
8898
8899 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
8900
8901         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
8902         Use gnus-home-directory instead of "~/" or "$HOME".
8903
8904 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
8905
8906         * encrypt.el (encrypt-insert-file-contents): Add better prompt
8907         to mention filename.
8908         Add comments at beginning regarding usage.
8909         (encrypt-write-file-contents): Change interactive so a string is
8910         acceptable.  If the file has no associated model, show an error instead
8911         of a nonsense prompt.
8912
8913 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8914
8915         * spam.el (spam-bsfilter-ham-switch): Fix typo.
8916         Thanks to Yoshihiko Yamada for kind notification of this typo.
8917
8918 2007-01-12  Kenichi Handa  <handa@m17n.org>
8919
8920         * uudecode.el (uudecode-decode-region-internal): Make it work in a
8921         multibyte buffer.
8922
8923 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8924
8925         * gnus-score.el (gnus-score-fast-scoring): New variable.
8926         (gnus-score-headers): Use it.
8927
8928         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
8929
8930         * message.el (message-cite-original-1): Call
8931         gnus-article-highlight-citation if requested.
8932         (message-make-from): Allow name and address as optional arguments.
8933
8934         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
8935
8936         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
8937         bugs to doc string.
8938         (gnus-button-alist): Add mid\\|message-id.
8939         (gnus-button-fetch-group): Extend for use in
8940         `browse-url-browser-function'.
8941         (gnus-button-url-regexp): Try to catch paired parentheses like in
8942         Wikipedia URLs.
8943
8944         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
8945         Suggested by Simon Krahnke <overlord@gmx.li>.
8946
8947 2007-01-13  Romain Francoise  <romain@orebokech.com>
8948
8949         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
8950         Update copyright.
8951
8952 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
8953
8954         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
8955
8956 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8957
8958         * gnus-registry.el (gnus-registry-unfollowed-groups)
8959         (gnus-registry-split-fancy-with-parent): Fix documentation.
8960
8961 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8962
8963         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
8964         from nnweb groups.
8965
8966 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8967
8968         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
8969         Xref urls.  Erase buffer before requesting head.
8970
8971 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
8972
8973         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
8974         customizable.
8975
8976 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
8977
8978         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
8979         no signing key is found.
8980         (mml2015-epg-encrypt): Ask user whether to skip or abort if
8981         no encrypting and/or signing key is found.
8982
8983 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8984
8985         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
8986
8987 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8988
8989         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
8990         headers read from disk with the ones newly found in the current search.
8991         This should no longer cause problems, because the article numbers in
8992         Gmane's `nov.php' output are ignored since the previous change.
8993
8994 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8995
8996         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
8997
8998 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8999
9000         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
9001         replace-regexp-in-string; bind url-version; fbind display-images-p and
9002         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
9003         find-face and set-itimer-function for Emacs; bind itimer-list for
9004         Emacs.
9005
9006         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9007
9008 2007-01-01  Romain Francoise  <romain@orebokech.com>
9009
9010         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9011
9012 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9013
9014         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9015         `define-minor-mode' macro definition expanded properly.
9016         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9017         exclude it there.
9018
9019         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9020         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9021         `fboundp' test.
9022         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9023         This is OK to autoload in (S)XEmacs now.
9024
9025 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9026
9027         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9028         keystroke.
9029         (gnus-summary-limit-to-singletons): Fix typo.
9030
9031         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9032         else fails.
9033
9034 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9035
9036         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9037         docstring.
9038
9039         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9040         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9041         (gnus-summary-insert-dormant-articles): Fix typo in message.
9042
9043 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9044
9045         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9046         nil for XEmacs.
9047         (gnus-message-citation-mode): Don't autoload in XEmacs.
9048
9049         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9050
9051 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9052
9053         * nnimap.el (nnimap-expunge-search-string): Mention
9054         nnimap-search-uids-not-since-is-evil in docstring.
9055
9056 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9057
9058         * spam.el: Revert to make-obsolete-variable because
9059         define-obsolete-variable-alias is not supported in Emacs 21.
9060
9061         * spam.el (spam-ifile-path, spam-ifile-database-path)
9062         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9063         make-obsolete-variable.
9064         (spam-bsfilter-path, spam-bsfilter-program)
9065         (spam-spamassassin-path, spam-spamassassin-program)
9066         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
9067         use "path" inappropriately.
9068         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9069         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9070         variable names.
9071
9072 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9073
9074         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9075         summary buffer.
9076
9077         * password.el (password-cache-remove): Use clear-string to burn
9078         password, if available.
9079
9080 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9081
9082         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9083
9084         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9085
9086         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9087         (gnus-message-highlight-citation): Move defcustom here from
9088         gnus-cite.el.
9089         (gnus-message-citation-mode): Autoload.
9090
9091         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9092         checks to make it compile with XEmacs.
9093         (gnus-message-citation-mode): New minor mode.
9094         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9095         (gnus-message-highlight-citation): New variables.
9096         (gnus-message-search-citation-line)
9097         (gnus-message-add-citation-keywords)
9098         (gnus-message-remove-citation-keywords)
9099         (turn-on-gnus-message-citation-mode)
9100         (turn-off-gnus-message-citation-mode): New functions.
9101
9102 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9103
9104         * gnus-cite.el: Enable highlighting of different citation levels in
9105         message-mode.
9106
9107 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9108
9109         * message.el (message-make-fqdn): Fix comment.
9110         (message-bogus-system-names): Add ".local".
9111
9112         * spam.el (spam-ifile-path, spam-ifile-program)
9113         (spam-ifile-database-path, spam-ifile-database)
9114         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9115         Don't use "path" inappropriately.
9116         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9117         strings.
9118         (spam-check-ifile, spam-ifile-register-with-ifile)
9119         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
9120         new variable names.
9121
9122         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9123         (gnus-treat-display-smileys): Simplify using
9124         gnus-image-type-available-p.
9125
9126         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9127         available.
9128
9129         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
9130         `display-images-p' if available.
9131
9132 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9133
9134         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9135         one after turning on the buffer's multibyteness instead of decoding
9136         them directly in the unibyte buffer that causes unexpected conversion
9137         in Emacs 23 (unicode).
9138
9139 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9140
9141         * message.el (message-generate-hashcash): Fix custom type.
9142
9143 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9144
9145         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9146
9147 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9148
9149         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9150         disconnect icons.  Add help text.
9151
9152 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9153
9154         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9155         negated to be consistent with the others we handle.
9156
9157 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9158
9159         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9160         version of gnus-summary-buffer to something, so that we can use two
9161         article buffers at the same time.
9162
9163 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9164
9165         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9166         trigger all the extra headers.
9167         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9168         sorting.
9169
9170 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9171
9172         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9173         solid groups.
9174
9175 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9176
9177         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9178
9179 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9180
9181         * legacy-gnus-agent.el: Add Copyright notice.
9182
9183 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9184
9185         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9186
9187 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9188
9189         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9190
9191         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9192         to make it work reliably in CVS Emacs.
9193         (gnus-summary-limit-strange-charsets-predicate)
9194         (gnus-summary-limit-to-predicate): New functions.
9195
9196 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9197
9198         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9199         specifying array size.
9200         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9201         array if it is too small.
9202         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
9203         (gnus-sort-threads-loop): New function.
9204
9205 2006-12-06  Chris Moore  <dooglus@gmail.com>
9206
9207         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9208         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9209
9210 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9211
9212         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9213         options.
9214
9215 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9216
9217         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9218         DOS-ing the recipient.
9219
9220         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9221         the headers when creating the mapping to avoid mismappings.
9222         (nnweb-gmane-create-mapping): Always nix out old mapping.
9223
9224 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9225
9226         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9227         and mm-verify-option to never.
9228
9229 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9230
9231         * message.el (message-signed-or-encrypted-p): New function.
9232         (message-forward-make-body): Use it.
9233
9234         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9235         Replace encode-coding-string with mm-encode-coding-string.
9236
9237 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9238
9239         * nneething.el (nneething-decode-file-name): Replace
9240         decode-coding-string with mm-decode-coding-string.
9241
9242         * gnus-int.el (gnus-open-server): Say failed server's name.
9243
9244 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9245
9246         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9247         strings to a single string.  Quote `errors-file-name'.
9248         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9249         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9250         Adjust calls.  Use `shell-quote-argument'.
9251
9252 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9253
9254         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9255         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9256
9257         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9258         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9259         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9260         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9261         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9262         (gnus-subscribe-newsgroup, gnus-1):
9263         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9264         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9265         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9266         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9267
9268 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9269
9270         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9271         keystroke.
9272         (gnus-summary-limit-to-bodies): Implement headersp.
9273
9274 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9275
9276         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9277
9278 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9279
9280         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9281
9282 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9283
9284         * message.el (message-generate-hashcash): Expand range of values to
9285         include `opportunistic'.
9286         (message-send-mail): Use it.
9287
9288 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9289
9290         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9291         and comment it.
9292
9293         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9294
9295 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9296
9297         * gnus-util.el (gnus-extract-address-components): Improve comment.
9298
9299 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9300
9301         * gnus-util.el (gnus-extract-address-components): Work with address in
9302         which the name portion contains @.
9303
9304         * lpath.el: Fbind custom-autoload.
9305
9306 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9307
9308         * gnus.el (gnus-start): Move custom group up.
9309         (gnus-select-method): Don't autoload, but make it available for
9310         `customize-variable'.
9311         (gnus-getenv-nntpserver): Don't autoload.
9312
9313 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9314
9315         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9316
9317 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9318
9319         * message.el (message-sendmail-extra-arguments): New variable.
9320         (message-send-mail-with-sendmail): Use it.
9321
9322 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9323
9324         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9325         mm-with-unibyte-current-buffer to make string unibyte.
9326
9327         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9328         mm-string-as-multibyte.
9329
9330 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9331
9332         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9333         Reported by Werner Koch <wk@gnupg.org>.
9334
9335 2006-11-14  Daiki Ueno  <ueno@p360>
9336
9337         * mml2015.el: Autoload epa-select-keys when compiling.
9338
9339 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9340
9341         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9342         message-options.
9343         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9344
9345 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9346
9347         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
9348         EasyPG (< 0.0.6).
9349         (mml2015-always-trust): New user option.
9350         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9351         prompt.
9352
9353 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9354
9355         * nntp.el (nntp-authinfo-force): New variable.
9356         (nntp-send-authinfo): Use it.
9357
9358 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9359
9360         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9361         decode encoded words.  Improve prompt.  Add comment about forwarding.
9362         (message-replacement-char): Move up.
9363
9364 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9365
9366         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9367         instead of gnus-intersection because arguments of gnus-sorted-nunion
9368         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9369
9370 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9371
9372         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9373         (message-simplify-subject-functions): Enable
9374         message-strip-subject-encoded-words by default.
9375
9376 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9377
9378         * message.el (message-strip-subject-encoded-words): New function.
9379         (message-simplify-subject-functions): New variable.
9380         (message-simplify-subject): Use it.  Fix typo in doc string.
9381         Support message-strip-subject-encoded-words.
9382
9383 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9384
9385         * gnus-diary.el (gnus-diary-delay-format-function):
9386         * nndiary.el (nndiary-reminders):
9387         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9388
9389 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9390
9391         * gnus-art.el (article-hide-boring-headers): Fetch date from
9392         gnus-original-article-buffer to avoid problems with localized date
9393         strings.
9394
9395 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9396
9397         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9398
9399 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9400
9401         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9402         New variables.
9403         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9404         (mm-charset-synonym-alist): Move some entries to
9405         mm-codepage-iso-8859-list.
9406         (mm-charset-synonym-alist, mm-charset-override-alist): Add
9407         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9408
9409 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9410
9411         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9412
9413 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9414
9415         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9416         with Emacs 21 and XEmacs.
9417
9418 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9419
9420         * spam.el (spam-parse-address): New function for better parsing,
9421         catching errors, etc.
9422         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9423
9424 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9425
9426         * mm-view.el: Add interactive arg to html2text autoload.
9427
9428 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9429
9430         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9431
9432 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9433
9434         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
9435         variables.
9436         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9437         (mm-charset-synonym-alist): Move some entries to
9438         mm-codepage-iso-8859-list.
9439
9440         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9441
9442 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9443
9444         * message.el (message-citation-line-format)
9445         (message-insert-formated-citation-line): Fix implementation of %E, %N
9446         and %n according to the doc string.
9447
9448 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9449
9450         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
9451         car-safe to avoid bad parses.
9452
9453 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9454
9455         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9456         names.
9457
9458         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9459
9460 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9461
9462         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9463         header.
9464
9465         * message.el (message-draft-headers): Add Date.
9466         (message-headers-to-generate): Fix typo in docstring.
9467
9468         * nndraft.el (nndraft-required-headers): New variable.
9469         (nndraft-generate-headers): Use it.
9470
9471         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9472
9473 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9474
9475         * gnus-registry.el (gnus-registry-wash-for-keywords)
9476         (gnus-registry-find-keywords): New functions to allow easy searching of
9477         articles that are in the registry.
9478
9479 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9480
9481         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
9482         ietf-drums-parse-address instead of gnus-extract-address-components.
9483         Reported by Damien Elmes <damien@repose.cx>.
9484
9485 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9486
9487         * gnus.el (gnus-mime): Remove unused custom group.
9488
9489 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9490
9491         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9492         "blank line" when searching for end of armor headers.
9493
9494 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9495
9496         * gmm-utils.el (gmm-write-region): Fix variable name.
9497
9498 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9499
9500         * gmm-utils.el (gmm-write-region): New function based on compatibility
9501         code from `mm-make-temp-file'.
9502
9503         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9504
9505         * nnmaildir.el (nnmaildir--update-nov)
9506         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9507         Use `gmm-write-region'.
9508
9509 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9510
9511         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
9512         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9513
9514         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9515
9516         * message.el (message-replacement-char): New variable.
9517         (message-fix-before-sending): Use it.
9518         (message-simplify-subject): New function to remove duplicate code.
9519         (message-reply, message-followup): Use it.
9520
9521         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
9522         gnus-summary-limit-to-articles.
9523
9524 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9525
9526         * gnus-util.el (gnus-with-local-quit): New macro.
9527
9528         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9529
9530 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9531
9532         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9533         ignore non-string data.
9534
9535 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9536
9537         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9538         non-string data (needs to be done in the registry too).
9539
9540 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9541
9542         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9543         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9544         (gnus-registry-split-fancy-with-parent)
9545         (gnus-registry-fetch-simplified-message-subject-fast)
9546         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9547         Remove text properties on ingress into the registry and when it's saved.
9548         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9549         registry from entries with no groups.
9550
9551 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9552
9553         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9554         function to remove string properties.
9555
9556 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9557
9558         * gmm-utils.el (gmm): Adjust custom version.
9559
9560         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
9561         custom version.
9562
9563         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9564
9565 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9566
9567         * gnus-art.el (gnus-insert-prev-page-button)
9568         (gnus-insert-next-page-button): Simplify.  Reformat.
9569
9570 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9571
9572         * gnus-art.el (gnus-insert-prev-page-button)
9573         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9574
9575 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9576
9577         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9578
9579 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9580
9581         * gnus-art.el (gnus-insert-mime-button)
9582         (gnus-insert-mime-security-button):
9583         Apply gnus-article-button-face to MIME and security buttons.
9584
9585 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
9586
9587         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9588         readable.
9589
9590 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9591
9592         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
9593
9594 2006-09-20  Steve Youngs  <steve@sxemacs.org>
9595
9596         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9597         `browse-url-of-file' instead of `browse-url'.
9598
9599 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9600
9601         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9602         regexp.  Articles containing quotation were cut prematurely.
9603
9604 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9605
9606         * message.el (message-cite-original-1): Use nobody by default for the
9607         value of From header.
9608         (message-reply): Ditto.
9609
9610 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
9611
9612         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9613         to the gnus-info.  This fixes a bug of inline-PGP message verification.
9614         Reported by Michael Piotrowski <mxp@dynalabs.de>.
9615
9616 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9617
9618         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9619         mails in the doc string.  Add some URLs in comment.
9620         (pop3-movemail): Warn about pop3-leave-mail-on-server.
9621
9622 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9623
9624         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9625         backslashes handling and the way to find boundaries of quoted strings.
9626
9627 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
9628
9629         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9630         mml1991-encrypt-to-self is set and mml1991-signers is not set.
9631         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9632         mml2015-encrypt-to-self is set and mml2015-signers is not set.
9633
9634 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9635
9636         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
9637         doc string.
9638         (gnus-button-regexp, gnus-button-last): Remove unused variables.
9639
9640 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9641
9642         * lpath.el: Fbind epg-check-configuration.
9643
9644 2006-09-06  Simon Josefsson  <jas@extundo.com>
9645
9646         * mml2015.el (mml2015-use): Doc fix, mention epg.
9647
9648 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9649
9650         * mml2015.el (mml2015-use): Default to epg, if available.
9651
9652 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9653
9654         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9655         message-sender.
9656         (mml1991-epg-encrypt): Ditto.
9657         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9658         message-sender.
9659         (mml2015-epg-encrypt): Ditto.
9660
9661 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9662
9663         * message.el (message-send-mail-with-sendmail): Look for sendmail in
9664         several common directories.
9665
9666 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9667
9668         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9669         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9670
9671 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9672
9673         * gnus-art.el (article-decode-encoded-words): Make it fast.
9674
9675 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9676
9677         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9678
9679         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9680         in quoted string into `\'.
9681
9682 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9683
9684         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9685         Use standard-syntax-table.
9686
9687 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9688
9689         * gnus-art.el (gnus-decode-address-function): New variable.
9690         (article-decode-encoded-words): Use it to decode headers which are
9691         assumed to contain addresses.
9692         (gnus-mime-delete-part): Remove useless `or'.
9693
9694         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9695         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9696         (gnus-nov-parse-line): Use it to decode From header.
9697         (gnus-get-newsgroup-headers): Ditto.
9698         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9699
9700         * mail-parse.el (mail-decode-encoded-address-region): New alias.
9701         (mail-decode-encoded-address-string): New alias.
9702
9703         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9704         New function.
9705         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9706         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9707         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9708         (rfc2047-decode-string): Ditto.
9709         (rfc2047-decode-address-region): New function.
9710         (rfc2047-decode-address-string): New function.
9711
9712 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
9713
9714         * message.el (message-caesar-buffer-body): Allow rotating headers.
9715
9716         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
9717
9718         * message.el (message-insert-formated-citation-line): Fix %f.
9719         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
9720
9721 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9722
9723         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
9724         (gnus-bookmark-mouse-available-p): New macro.
9725         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
9726         (gnus-bookmark-bmenu-show-infos): Use it.
9727         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9728         (gnus-bookmark-bmenu-hide-infos): Ditto.
9729         (gnus-bookmark-remove-properties): New function.
9730         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9731         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9732         (gnus-bookmark-write-file): Bind coding-system-for-write.
9733         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9734         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9735         group before selecting it.
9736         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9737         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9738         quit-window if it is not available; use gnus-mouse-2 and bind it to
9739         gnus-bookmark-bmenu-select-by-mouse.
9740         (gnus-bookmark-show-details): Remove unused variable `details-list'.
9741         (gnus-bookmark-bmenu-select-by-mouse): New function.
9742
9743 2006-08-13  Romain Francoise  <romain@orebokech.com>
9744
9745         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9746         space.
9747
9748 2006-08-10  Romain Francoise  <romain@orebokech.com>
9749
9750         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
9751         (dns-mode-soa-auto-increment-serial): New user option.
9752         (dns-mode-soa-maybe-increment-serial): New function.
9753         (dns-mode): Add the latter to `write-contents-functions'.
9754
9755 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9756
9757         * compface.el (uncompface): Use binary rather than raw-text-unix.
9758
9759 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9760
9761         * compface.el (uncompface): Make sure the eol conversion doesn't take
9762         place when communicating with the external programs.  Reported by
9763         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9764
9765 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9766
9767         * nnheader.el (nnheader-insert-head): Fix typo in comment.
9768
9769 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9770
9771         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9772         Make it more robust by parsing author and date independently.
9773
9774 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9775
9776         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
9777
9778 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
9779
9780         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
9781         first matching secret key.
9782         (mml2015-epg-encrypt): Ditto.
9783
9784         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
9785         first matching secret key.
9786         (mml1991-epg-encrypt): Ditto.
9787
9788         * mml2015.el (mml2015-encrypt-to-self): New user option.
9789         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
9790         mml2015-epg-encrypt-to-self is set.
9791
9792         * mml1991.el (mml1991-encrypt-to-self): New variable.
9793         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
9794         mml1991-epg-encrypt-to-self is set.
9795
9796         * mml2015.el (mml2015-signers): New user option.
9797         (mml2015-epg-sign): Reflect the value of mml2015-signers.
9798         (mml2015-epg-encrypt): Allow to select signing keys.
9799
9800         * mml1991.el (mml1991-signers): New variable.
9801         (mml1991-epg-sign): Reflect the value of mml1991-signers.
9802         (mml1991-epg-encrypt): Allow to select signing keys.
9803
9804 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9805
9806         * nnheader.el (nnheader-insert-head): Make it work even if the file
9807         uses CRLF for the line-break code.
9808
9809 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
9810
9811         * mml2015.el: Require mml-sec instead of password.
9812         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
9813         (mml2015-cache-passphrase): Inherit the default value from
9814         mml-secure-cache-passphrase.
9815         (mml2015-passphrase-cache-expiry): Inherit the default value from
9816         mml-secure-passphrase-cache-expiry.
9817
9818         * mml1991.el: Require mml-sec instead of password.
9819         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
9820         (mml1991-cache-passphrase): Inherit the default value from
9821         mml-secure-cache-passphrase.
9822         (mml1991-passphrase-cache-expiry): Inherit the default value from
9823         mml-secure-passphrase-cache-expiry.
9824
9825         * mml-sec.el: Require password.
9826         (mml-secure-verbose): New user option.
9827         (mml-secure-cache-passphrase): New user option.
9828         (mml-secure-passphrase-cache-expiry): New user option.
9829
9830 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
9831
9832         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9833         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
9834         andreas@altroot.de (Andreas Vögele).
9835
9836         FIXME: Use `tiny change'?
9837
9838 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9839
9840         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
9841         workaround for the url package included with Emacs.
9842
9843         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9844
9845 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9846
9847         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
9848         correctly.  This fixes a bug caused by the 2006-05-12 change.
9849
9850 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
9851
9852         * nnmail.el (nnmail-article-group): If splitting raises an error, give
9853         some information about the error when saying that the `bogus' mail
9854         group will be used.
9855
9856 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
9857
9858         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
9859         string.
9860
9861 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
9862
9863         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
9864
9865 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9866
9867         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
9868
9869 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9870
9871         * mml1991.el (mml1991-function-alist): Add epg.
9872         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
9873         (mml1991-epg-encrypt): New functions.
9874
9875 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9876
9877         * mml2015.el (mml2015-verbose): New variable.
9878         (mml2015-cache-passphrase): Ditto.
9879         (mml2015-passphrase-cache-expiry): Ditto.
9880         (mml2015-function-alist): Add epg.
9881         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
9882         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
9883         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
9884         functions.
9885
9886 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9887
9888         * message.el (message-cite-original-1): Preserve region when removing
9889         quoted text due to X-No-Archive in order to avoid bogus attribution
9890         when citing multiple messages.
9891
9892 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9893
9894         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
9895         Kenneth Jacker <khj@be.cs.appstate.edu>.
9896
9897 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
9898
9899         * gnus-diary.el (gnus-user-format-function-d)
9900         (gnus-user-format-function-D): Autoload.
9901
9902         * imap.el (Commentary): Fix typo.
9903
9904         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
9905         2006-04-22 contribution.
9906
9907 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9908
9909         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
9910         It didn't really fix the bogosity I'm seeing with solid web groups.
9911
9912 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9913
9914         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
9915         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
9916         created using server names.  If we use the feature without declaring
9917         it, Gnus does not properly manage server and group state.
9918
9919         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
9920         bound.
9921
9922 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9923
9924         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
9925         looking up the method using GROUP's prefix before inventing a new one.
9926         It is used on killed/unknown groups in various places where returning
9927         an all-new method isn't expected by the caller.
9928
9929         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
9930         and match semantics of gnus-group-real-prefix.
9931
9932 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
9933
9934         * nnmail.el (nnmail-broken-references-mailers): New variable.
9935         (nnmail-ignore-broken-references): New function generalizing
9936         nnmail-fix-eudora-headers.
9937         (nnmail-fix-eudora-headers): Now obsolete.
9938
9939         * gnus-art.el (gnus-button-handle-custom): Support
9940         `customize-apropos*'.
9941
9942 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9943
9944         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
9945
9946         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
9947         articles.
9948
9949 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
9950
9951         * message.el (message-cite-reply-above): New variable.
9952         (message-yank-original): Use it.
9953
9954 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9955
9956         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
9957
9958 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
9959
9960         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
9961         as read.
9962
9963         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
9964
9965 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
9966
9967         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
9968         (gnus-bookmark-default-file): Use gnus-directory.
9969         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
9970         Remove "*" in doc string.
9971         (gnus-bookmark-write-file): Simplify.
9972         (gnus-bookmark-maybe-sort-alist): Use `when'.
9973         (gnus-bookmark-get-bookmark): Fix typo in doc string.
9974         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
9975         FIXME about Emacs 21 and XEmacs compatibility.
9976         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
9977         compatibility.
9978         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
9979         compatibility.
9980         (gnus-bookmark-menu-heading): Fix version.
9981
9982 2006-06-19  Bastien Guerry  <bzg@altern.org>
9983
9984         * gnus-bookmark.el: New file.
9985
9986 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9987
9988         * message.el (message-syntax-checks): Doc fix.
9989
9990 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9991
9992         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9993         unsubscribed groups as if they were killed ones.  It causes duplicate
9994         entries in gnus-newsrc-alist.
9995
9996 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9997
9998         * message.el (message-syntax-checks): Doc fix.
9999         (message-send-mail): Add check for continuation headers.
10000         (message-check-news-header-syntax): Fix regexp used to check for
10001         continuation headers.
10002
10003 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10004
10005         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10006
10007 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10008
10009         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10010
10011 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10012
10013         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10014         default-truncate-lines.
10015
10016 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10017
10018         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10019         to fill the utf-8 entry.
10020
10021         * lpath.el: Fbind unicode-precedence-list.
10022
10023 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10024
10025         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10026
10027 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10028
10029         * gnus-agent.el (directory-files-and-attributes): Move all the way
10030         forward (the third and final move).
10031         (gnus-agent-read-agentview): Trap reconstruction errors due to
10032         nonexistant directory.  Handle by returning nil.
10033
10034 2006-05-30  Didier Verna  <didier@xemacs.org>
10035
10036         * message.el (message-dont-reply-to-names): Update the custom type.
10037         * message.el (message-dont-reply-to-names): New defsubst: potentially
10038         convert a list of regexps into a single one.
10039         * message.el (message-get-reply-headers): Use it.
10040         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10041
10042 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10043
10044         * gnus-agent.el (directory-files-and-attributes): Move forward.
10045
10046 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10047
10048         * gnus-ml.el (gnus-mailing-list-subscribe)
10049         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10050         (gnus-mailing-list-message): Fix doc strings.
10051
10052 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10053
10054         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10055         of doing it manually.
10056
10057 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10058
10059         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10060         comment.
10061
10062 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10063
10064         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
10065         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
10066         (gnus-agent-read-local): All symbols allocated in my-obarray.
10067         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10068         (gnus-agent-regenerate-group): Check numeric names to see if they are
10069         messages or groups.
10070         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10071         better way of do this...)
10072
10073         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
10074         'dummy.group' (there should be a better way of do this...)
10075
10076 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10077
10078         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10079         (gnus-saved-headers): Ditto.
10080         (gnus-default-article-saver): Mention functions may have properties.
10081         (gnus-article-save): Override gnus-save-all-headers and
10082         gnus-saved-headers by :headers property which saver function may have.
10083         (gnus-summary-save-in-file): Add :headers property.
10084         (gnus-summary-write-to-file): Ditto.
10085
10086         * gnus-sum.el (gnus-summary-save-article): Bind
10087         gnus-prompt-before-saving to t when saving many articles in a file;
10088         always show all headers.
10089
10090         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10091
10092 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10093
10094         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10095         marks.
10096
10097         * message.el (message-indent-citation): Add optional arguments to allow
10098         using it outside of message buffers.
10099
10100         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10101         (gnus-article-treat-unfold-headers): Use it.
10102         (gnus-article-truncate-lines): New variable.
10103         (gnus-article-mode): Use it.
10104         (gnus-article-toggle-truncate-lines): New function.
10105
10106         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
10107         gnus-article-toggle-truncate-lines.
10108
10109         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10110         coding system in XEmacs, use binary.
10111
10112 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10113
10114         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10115         after-load-alist.
10116
10117         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10118         this function should save decoded articles.
10119         (gnus-summary-write-to-file): Use property to specify this function
10120         should save decoded articles and specify gnus-summary-save-in-file
10121         should be used to save articles other than the first one when saving
10122         many articles.
10123         (gnus-summary-save-body-in-file): Use property to specify this
10124         function should save decoded articles.
10125         (gnus-summary-write-body-to-file): Use property to specify this
10126         function should save decoded articles and specify
10127         gnus-summary-save-body-in-file should be used to save articles other
10128         than the first one when saving many articles.
10129
10130         * gnus-sum.el (gnus-summary-save-article): Simplify.
10131
10132 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10133
10134         * gnus-art.el (gnus-default-article-saver): Add
10135         gnus-summary-write-body-to-file.
10136         (gnus-article-save-coding-system): Don't use coding system object
10137         in XEmacs.
10138         (gnus-read-save-file-name): Add optional `dir-var' argument which
10139         specifies directory in which files are saved; work even if optional
10140         `variable' argument is not specified.
10141         (gnus-summary-write-to-file): Read file name.
10142         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10143         (gnus-summary-write-body-to-file): New function.
10144
10145         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10146         (gnus-summary-local-variables): Add it.
10147         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10148         (gnus-summary-save-article): Remove optional `decode' argument;
10149         determine whether to decode articles by the value of
10150         gnus-default-article-saver; when saving many files using
10151         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10152         it first and use gnus-summary-save-in-file or
10153         gnus-summary-save-body-in-file thereafter unless
10154         gnus-prompt-before-saving is always; move point to article which
10155         will be saved.
10156         (gnus-summary-save-article-file): Revert.
10157         (gnus-summary-write-article-file): Revert.
10158         (gnus-summary-save-article-body-file): Revert.
10159         (gnus-summary-write-article-body-file): New function.
10160
10161 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10162
10163         * gnus-art.el (gnus-default-article-saver): Doc fix.
10164         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10165         from gnus-summary-save-article-coding-system, and default to a
10166         certain coding system.
10167         (gnus-output-to-file): Add coding cookie and encode text according
10168         to gnus-article-save-coding-system; don't use mm-append-to-file.
10169
10170         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10171         gnus-art.el and rename to gnus-article-save-coding-system.
10172         (gnus-summary-save-article): Require gnus-art; don't show all
10173         headers if it decodes articles; don't add coding cookie here;
10174         don't bind mm-text-coding-system-for-write.
10175         (gnus-summary-save-article-file): Save decoded articles.
10176         (gnus-summary-write-article-file): When saving many files, use
10177         gnus-summary-write-to-file first and gnus-summary-save-in-file
10178         thereafter unless gnus-prompt-before-saving is always.
10179         (gnus-summary-save-article-body-file): Save decoded articles.
10180
10181         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10182
10183 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10184
10185         * nnrss.el (nnrss-check-group): Bind hash-index.
10186
10187 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10188
10189         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10190         its hash index.  Store this hash in `nnrss-group-data'.
10191         (nnrss-read-group-data): Update accordingly.
10192
10193 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10194
10195         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10196         entry.
10197
10198         * gnus-sum.el (gnus-summary-make-menu-bar): Add
10199         gnus-article-browse-html-article.
10200
10201 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10202
10203         * gnus-sum.el (gnus-summary-mime-map): Add
10204         gnus-article-browse-html-article.
10205
10206         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10207
10208 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10209
10210         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10211         suitable coding systems in customize.
10212
10213 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10214
10215         * mail-source.el (mail-sources): Fix custom type.
10216
10217 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10218
10219         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10220         (gnus-summary-expire-articles-now): Shorten prompt.
10221
10222         * gmm-utils.el (wid-edit): Require.
10223         (defun-gmm): Renamed from `gmm-defun-compat'.
10224         (gmm-image-search-load-path): Use it.
10225         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10226
10227 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10228
10229         * gnus-sum.el (gnus-summary-save-article-coding-system): New
10230         variable.
10231         (gnus-summary-save-article): Add optional `decode' argument.  If
10232         it is set and gnus-summary-save-article-coding-system is non-nil,
10233         save decoded article.
10234         (gnus-summary-write-article-file): Save decoded article if
10235         gnus-summary-save-article-coding-system is non-nil.
10236
10237         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10238         type.
10239
10240 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10241
10242         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10243
10244 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10245
10246         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10247         first to test gnus-single-article-buffer which may be buffer-local.
10248
10249         * gnus-sum.el (gnus-summary-setup-buffer): Make
10250         gnus-single-article-buffer buffer-local and nil in ephemeral
10251         group; make gnus-article-buffer, gnus-article-current, and
10252         gnus-original-article-buffer always buffer-local.
10253         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10254         group.
10255         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10256
10257 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10258
10259         * nnml.el (nnml-request-compact-group): Compressed files might not
10260         have .gz extension.
10261
10262 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10263
10264         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10265         (mm-copy-to-buffer): Use with-current-buffer.
10266         (mm-display-part): Simplify.
10267         (mm-inlinable-p): Add optional arg `type'.
10268
10269 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10270
10271         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10272         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10273         Try harder to show the attachment internally or externally using
10274         gnus-mime-view-part-as-type.
10275
10276 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10277
10278         * message.el (message-from-style, message-signature-separator)
10279         (message-user-organization-file, message-send-mail-function)
10280         (message-citation-line-function, message-yank-prefix)
10281         (message-indent-citation-function, message-signature)
10282         (message-signature-file, message-signature-insert-empty-line):
10283         Remove autoloads.
10284
10285         * gnus-art.el (gnus-buttonized-mime-types): Remove
10286         "multipart/signed".  Revert 2006-04-26 change.
10287
10288 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10289
10290         * gnus.el (gnus-version-number): Bump version.
10291
10292 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10293
10294         * gnus.el: No Gnus v0.5 is released.
10295
10296 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10297
10298         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10299         fetching articles by message-id.
10300
10301 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10302
10303         * message.el (hashcash): Require hashcash as normal.
10304
10305         * ecomplete.el (ecomplete-highlight-match-line): Use
10306         point-at-eol.
10307         (ecomplete-highlight-match-line): Use `highlight', because that
10308         face exists in both Emacs and XEmacs.
10309
10310         * message.el (message-display-abbrev): Use point-at-bol.
10311
10312         * mail-source.el: Don't require timer/timer-funcs.
10313
10314         * gnus-async.el: Ditto.
10315
10316         * password.el: Ditto.
10317
10318         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
10319
10320         * mm-url.el: Ditto.
10321
10322         * gnus-xmas.el: Don't require timer-funcs.
10323
10324         * mm-util.el: Require timer/timer-funcs.
10325
10326 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10327
10328         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10329         Close.
10330
10331 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10332
10333         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10334         unibyte after clear-decrypt function runs.
10335
10336         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10337         returns as a unibyte string.
10338
10339 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10340
10341         * lpath.el: Revert.
10342
10343         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
10344         (pgg-gpg-process-sentinel): Revert.
10345
10346         * pgg-pgp.el (pgg-pgp-process-region): Revert.
10347         (pgg-pgp-lookup-key): Revert.
10348
10349         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
10350         (pgg-pgp5-lookup-key): Revert.
10351
10352         * pgg.el (pgg-fetch-key): Revert.
10353
10354 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10355
10356         * lpath.el: Fbind string-as-multibyte for XEmacs.
10357
10358         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10359         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10360         (mml1991-pgg-encrypt): Ditto.
10361
10362         * pgg-gpg.el (pgg-string-to-multibyte): New function.
10363         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
10364         a multibyte buffer.
10365
10366         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
10367         (pgg-pgp-lookup-key): Ditto.
10368
10369         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
10370         (pgg-pgp5-lookup-key): Ditto.
10371
10372         * pgg.el (pgg-fetch-key): Ditto.
10373
10374 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10375
10376         * message.el (message-user-organization-file): Check several
10377         locations of the organization file.
10378
10379         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10380         Add gnus-article-view-part-as-type.
10381
10382         * gnus-art.el (gnus-article-view-part-as-type): New function.
10383
10384         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10385         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10386
10387         * mml.el: Simplify autoload.
10388         (mml-mode): defvar dnd-protocol-alist instead of using
10389         symbol-value.
10390         (mml-default-directory): New variable.
10391         (mml-minibuffer-read-file): Use it.
10392         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10393
10394         * message.el (message-citation-line-format): New variable.
10395         (message-insert-formated-citation-line): New function.
10396         (message-citation-line-function): Add
10397         `message-insert-formated-citation-line' to custom type.
10398
10399         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10400         to doc string.
10401
10402         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10403         depending on mm-verify-option.
10404
10405 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10406
10407         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10408         binding pgg-* variables; reimplement the section which prevents
10409         MIME header from being signed.
10410         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10411         pgg-text-mode; remove a blank line at the top of body.
10412
10413         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10414         lines at the top of body; use gnus-newsgroup-charset if there's no
10415         Charset header.
10416
10417 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10418
10419         * message.el (message-self-insert-commands): Doc fix.
10420
10421         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10422         (mm-uu-pgp-encrypted-test): Ditto.
10423         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10424         between header and body; return application/pgp-encrypted handle
10425         if decryption failed; decode decrypted body by charset.
10426
10427         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10428         element match to application/pgp-*.
10429
10430 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10431
10432         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10433         HTML.
10434
10435 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10436
10437         * mail-source.el (mail-source-call-script): Message the error
10438         string.
10439
10440 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10441
10442         * gnus-util.el (gnus-byte-compile): Use it.
10443
10444 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10445
10446         * gnus-util.el (kill-empty-logs): New function.
10447
10448 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10449
10450         * message.el (message-mail-alias-type): Doc fix.
10451         (message-mail-alias-type-p): New function.
10452         (message-send): Use it.
10453         (message-mode): Ditto.
10454         (message-strip-forbidden-properties): Ditto.
10455
10456         * ecomplete.el (ecomplete-database-file-coding-system): New
10457         variable.
10458         (ecomplete-save): Use it.
10459         (ecomplete-setup): Use it.
10460
10461 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10462
10463         * message.el (message-self-insert-commands): New variable.
10464         (message-strip-forbidden-properties): Use it.
10465
10466 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10467
10468         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10469         that doesn't make XEmacs choke.
10470
10471 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10472
10473         * gnus-util.el (gnus-replace-in-string):
10474         Prefer replace-regexp-in-string over of replace-in-string.
10475
10476 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10477
10478         * gnus-util.el (gnus-select-frame-set-input-focus):
10479         Use select-frame-set-input-focus if it is available in XEmacs; use
10480         definition defined in Emacs 22 for old Emacsen.
10481
10482         * dgnushack.el: Autoload unmorse-region for XEmacs.
10483
10484         * lpath.el: Bind cursor-in-non-selected-windows and
10485         select-frame-set-input-focus for XEmacs.
10486
10487 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10488
10489         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10490
10491 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10492
10493         * gnus-registry.el (gnus-registry-cache-save): Remove text
10494         properties when saving via the temp buffer.
10495
10496 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10497
10498         * message.el (message-generate-hashcash): Honor custom type.
10499
10500 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10501
10502         * message.el (message-generate-hashcash): Default to non-nil when
10503         hashcash is found.
10504
10505         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10506         (gnus-refer-thread-limit): Increase default to 500.
10507
10508         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10509
10510         * flow-fill.el (fill-flowed): Allow delete-space.
10511
10512 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10513
10514         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10515         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10516         Remove autoloads.
10517
10518 2006-04-18  Simon Josefsson  <jas@extundo.com>
10519
10520         * message.el (message-generate-hashcash): Default to.
10521
10522 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10523
10524         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10525         concatenating segments rather than before concatenating them.
10526
10527 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10528
10529         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10530
10531 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10532
10533         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10534
10535         * message.el (message-forward-make-body-plain): Allow
10536         message-forward-ignored-headers to be a list.
10537         (message-remove-ignored-headers): Factor out into function.
10538         (message-forward-make-body-mml): Use it.
10539
10540         * imap.el (imap-quote-specials): New function.
10541         (imap-login-auth): Quote specials.
10542
10543         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10544         (rfc2231-parse-string): Allow concatanation of parameters that
10545         aren't contiguous.  The test case is
10546           (mail-header-parse-content-type "message/external-body;
10547             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10548             access-type=LOCAL-FILE;
10549             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10550
10551 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10552
10553         * nntp.el (nntp-accept-process-output): Return the value of
10554         `nnheader-accept-process-output'.
10555
10556 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10557
10558         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10559         (gnus-button-alist): Recognize more diff formats.
10560         (gnus-button-patch): Strip directory.
10561
10562 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10563
10564         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10565         Emacs 22 when setting focus.
10566
10567 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10568
10569         * gnus-art.el (gnus-article-treat-types): Do treatment of
10570         text/x-verbatim parts.
10571         (gnus-button-patch): New command.
10572
10573         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10574         addresses that contain invalid characters.
10575
10576 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10577
10578         * message.el (message-put-addresses-in-ecomplete): Use
10579         gnus-replace-in-string.
10580         (message-is-yours-p): Use the more correct
10581         mail-header-parse-address instead of
10582         mail-extract-address-components.
10583         (message-put-addresses-in-ecomplete): Fix typo.
10584
10585         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10586         keystroke.
10587
10588         * gnus-art.el (gnus-treatment-function-alist): Change order of
10589         newsgroups/generic header folding to avoid double-folding.
10590
10591         * message.el (message-hidden-headers): Add X-Draft-From.
10592
10593         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
10594         command.
10595         (gnus-summary-repeat-search-article-backward): New command.
10596
10597         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10598         groups in the parent topic.
10599
10600 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
10601
10602         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10603         (spam-extra-header-to-number): Return the CRM114 number as a
10604         number instead of a string.
10605
10606 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10607
10608         * gnus-art.el (gnus-face-properties-alist): Moved here from
10609         gnus-fun.
10610
10611         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10612
10613 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10614
10615         * message.el (message-strip-forbidden-properties): Only display on
10616         self-insert-command.
10617
10618         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10619         reindent.
10620         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10621
10622 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
10623
10624         * smiley.el (smiley-style): Fix typo.
10625
10626 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10627
10628         * hashcash.el (hashcash-insert-payment-async-2): Use
10629         message-goto-eoh instead of doing it manually.
10630         (mail-add-payment): Use message-narrow-to-header instead of trying
10631         to do the same itself.
10632
10633         * message.el (message-hidden-headers): Add Face.
10634
10635         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10636         reparenting code.
10637         (gnus-summary-reparent-children): Refactored out code.
10638         (gnus-summary-thread-map): New keystroke.
10639         (gnus-summary-reparent-children): Make into command.
10640
10641         * smiley.el (smiley-style): Default to `medium' if using a large
10642         font.
10643
10644         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10645         does it itself.
10646
10647         * message.el (message-point-in-header-p): Simplify definition.
10648
10649 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10650
10651         * nnagent.el (nnagent-request-set-mark): Silence log file
10652         writing.
10653         (nnagent-request-set-mark): Use write-region instead of
10654         append-to-file.
10655
10656         * gnus-sum.el (gnus-read-header): Fudge article number if using a
10657         strange select method.
10658
10659         * ecomplete.el (ecomplete-display-matches): Get highlightling
10660         right.
10661         (ecomplete-display-matches): Use literals.
10662         (ecomplete-display-matches): Disable message logging.
10663
10664         * message.el (message-display-abbrev): Small optimization.
10665
10666         * ecomplete.el (ecomplete-display-matches): Allow automatic
10667         display.
10668
10669         * message.el (message-strip-forbidden-properties): Display
10670         abbrevs.
10671         (message-display-abbrev): Get automatic display right.
10672
10673         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10674         keystrokes.
10675
10676 2006-04-13  Romain Francoise  <romain@orebokech.com>
10677
10678         TODO: Backport to v5-10!
10679
10680         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
10681         Moved here (and renamed) from gnus-registry.el.
10682
10683         * gnus-registry.el: Require gnus-util.
10684         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10685
10686 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10687
10688         * gnus-group.el (gnus-group-catchup-current): Change
10689         if-then-else-if-then-else into cond.
10690         (gnus-group-catchup): Indent.
10691         (group-name-at-point): New function.
10692         (gnus-fetch-group): Provide default from thing at point.
10693
10694 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10695
10696         * message.el (message-display-abbrev): Fix regexp.
10697
10698         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
10699         choosing.
10700         (ecomplete-highlight-match-line): Fix up code rewrite, remove
10701         dead variables.
10702
10703         * message.el (message-newline-and-indent): Remove debugging.
10704         (message-display-abbrev): Use new implementation.
10705
10706 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10707
10708         * gnus-art.el (gnus-article-mode): Set
10709         cursor-in-non-selected-windows to nil.
10710
10711         * smiley.el: Revert previous change.
10712         (smiley-data-directory): defvar it before using it in the
10713         defcustom of `smiley-style'.
10714
10715 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10716
10717         * message.el (message-newline-and-indent): New function.
10718
10719         * ecomplete.el: Implement more bits.
10720
10721         * message.el (message-put-addresses-in-ecomplete): Clean up the
10722         string.
10723
10724         * ecomplete.el (ecomplete-add-item): Chop off decimals.
10725
10726         * gnus-sum.el (gnus-summary-save-parts): Bind
10727         gnus-summary-save-parts-counter and use it to make unique file
10728         names.
10729
10730         * gnus-art.el (gnus-ignored-headers): Add some more headers.
10731
10732         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10733         parameter to say whether to actually parse the individual
10734         addresses.
10735
10736         * message.el (message-put-addresses-in-ecomplete): New function.
10737         (ecomplete): Require.
10738         (message-mail-alias-type): Add ecomplete as an option.
10739
10740 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
10741
10742         * flow-fill.el (fill-flowed): Remove trailing space from blank
10743         quoted lines.
10744
10745 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10746
10747         * smiley.el (smiley-style): Move definition later to avoid a
10748         compilation warning.
10749
10750 2006-04-12  Kenichi Handa  <handa@m17n.org>
10751
10752         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10753         buffer and then decode the buffer text if necessary.
10754         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10755         first, and after mm-encode-body, change the buffer to unibyte.
10756         Use mm-disable-multibyte instead of set-buffer-multibyte.
10757
10758 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10759
10760         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
10761         Content-Type header instead of Content-Disposition header.
10762         (gnus-mime-inline-part): Ditto.
10763         (gnus-mime-view-part-as-charset): Ignore charset that the part
10764         specifies.
10765
10766         * mm-decode.el (mm-display-part): Work with external parts and
10767         usual parts similarly.
10768
10769         * mm-extern.el (mm-inline-external-body): Use mm-display-part
10770         instead of gnus-display-mime.
10771
10772         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
10773         instead of with-temp-buffer.
10774
10775         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
10776         tag to summarized topics part in order to encode non-ASCII text.
10777
10778 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10779
10780         * smiley.el (smiley-style): New variable.
10781         (smiley-directory): New function.
10782         (smiley-data-directory): Derive from `smiley-style' using
10783         `smiley-directory'.
10784         (smiley-regexp-alist): Add new entries.
10785
10786         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
10787         (gnus-article-browse-delete-temp): Add :version.
10788
10789 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
10790
10791         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
10792         the sieve region.
10793
10794 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10795
10796         * gnus.el (gnus-version-number): Bump version.
10797
10798 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10799
10800         * gnus.el: No Gnus v0.4 is released.
10801
10802 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10803
10804         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
10805         layout.
10806
10807         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
10808         unknown charset.
10809
10810         * message.el (message-header-synonyms): Add Original-To to the
10811         default.
10812
10813         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
10814         optional parameter.
10815
10816 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10817
10818         * gnus-fun.el (gnus): Require it for gnus-directory.
10819
10820 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10821
10822         * gnus-fun.el (gnus-face-properties-alist): Add :version.
10823
10824 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10825
10826         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
10827
10828 2006-04-05  Simon Josefsson  <jas@extundo.com>
10829
10830         * password.el (password-reset): New function.
10831
10832 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10833
10834         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
10835         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10836
10837 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10838
10839         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10840         Some whitespace was matched into the url, which broke browsing hits
10841         > 100 when mm-url-use-external was nil.
10842
10843 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10844
10845         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
10846         gnus-extra-headers for 'Newsgroups.
10847
10848         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
10849         bound.
10850
10851 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
10852
10853         * pgg-gpg.el: Clean up process buffers every time gpg processes
10854         complete.
10855
10856 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
10857
10858         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10859         doc string.
10860
10861 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
10862
10863         * pgg-gpg.el (pgg-gpg-process-filter)
10864         (pgg-gpg-wait-for-completion): Check if buffer is alive.
10865
10866         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10867         lines, temporary fix.
10868
10869 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10870
10871         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
10872
10873 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
10874
10875         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10876         default-enable-multibyte-characters.  This reverts the change from
10877         revision 6.17 which is no longer necessary because the passphrase
10878         is sent separately now.  GnuPG messages are unreadable under
10879         multibyte locales with default-enable-multibyte-characters set to
10880         nil.
10881
10882 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
10883
10884         * message.el (message-tool-bar-gnome): Move "spell".
10885
10886 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
10887
10888         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
10889         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
10890         instead.
10891
10892 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
10893
10894         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
10895         newsgroups handling for NNTP overviews which don't include
10896         Newsgroups.
10897
10898 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10899
10900         * message.el (message-resend): Bind message-generate-hashcash to nil.
10901
10902 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10903
10904         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
10905         when searching for already-paid recipients.
10906
10907 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
10908
10909         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10910         passphrases when it is not needed.
10911         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10912         passphrase stuff from gpg, should only be necessary when you use
10913         gpg with a smartcard.
10914
10915 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10916
10917         * mml.el (mml-insert-mime): Ignore cached contents of
10918         message/external-body part.
10919
10920         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
10921         (mm-insert-part): Ditto.
10922
10923 2006-03-23  Simon Josefsson  <jas@extundo.com>
10924
10925         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
10926         Reiner.
10927         (pgg-gpg-use-agent-p): Use it again.
10928
10929 2006-03-23  Simon Josefsson  <jas@extundo.com>
10930
10931         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
10932         older emacsen.
10933         (pgg-gpg-use-agent-p): Don't use it.
10934
10935 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
10936
10937         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
10938         if we can.
10939
10940 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
10941
10942         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10943         (pgg-gpg-update-agent): New function.
10944         (pgg-gpg-use-agent-p): New function.
10945         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10946         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10947         (pgg-gpg-sign-region): Use it.
10948
10949 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10950
10951         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
10952         Reported by Ralf Wachinger <rwachinger@gmx.de>.
10953
10954 2006-03-21  Simon Josefsson  <jas@extundo.com>
10955
10956         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10957         <wilde@sha-bang.de>.
10958         (pgg-gpg-use-agent): New variable.
10959         (pgg-gpg-process-region): Use it.
10960         (pgg-gpg-encrypt-region): Likewise.
10961         (pgg-gpg-encrypt-symmetric-region): Likewise.
10962         (pgg-gpg-decrypt-region): Likewise.
10963         (pgg-gpg-sign-region): Likewise.
10964         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10965
10966 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10967
10968         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
10969
10970         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
10971         Add comment on version.
10972
10973 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10974
10975         * smiley.el: Add missing test smiley.
10976
10977 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10978
10979         * mm-decode.el (mm-with-part): New macro.
10980         (mm-get-part): Use it; work with message/external-body as well.
10981         (mm-save-part): Treat name and filename equally.
10982
10983         * mm-extern.el (mm-extern-cache-contents): New function.
10984         (mm-inline-external-body): Use it; force the part to be displayed;
10985         move undisplayer added to the cached handle to the parent.
10986
10987         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10988         (gnus-mime-view-part-as-type): Work with message/external-body.
10989
10990         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
10991
10992 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10993
10994         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10995         images in image-load-path.  [Sync with image.el, revision 1.60, in
10996         Emacs.]
10997
10998 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10999
11000         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11001         path rather than symbol.  Always return list of directories.
11002         Guarantee that image directory comes first.  [Sync with image.el,
11003         revision 1.59, in Emacs.]
11004
11005         * message.el (message-make-tool-bar): Adjust to new API of
11006         `gmm-image-load-path-for-library'.
11007
11008         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11009
11010         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11011
11012 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11013
11014         * gnus-art.el (gnus-article-only-boring-p):
11015         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11016         intangible text.
11017         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11018
11019 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11020
11021         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
11022         `defun' instead of `gmm-defun-compat'.
11023
11024 2006-03-14  Simon Josefsson  <jas@extundo.com>
11025
11026         * message.el (message-unique-id): Don't use message-number-base36
11027         if (user-uid) is a float.
11028         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11029
11030 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11031
11032         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11033
11034         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11035         empty line between a part and a message part.
11036
11037 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11038
11039         * smiley.el: Add more test smileys.
11040         (smiley-data-directory, smiley-regexp-alist)
11041         (gnus-smiley-file-types): Fix doc strings.
11042         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11043         adding new elements.
11044         (smiley-mouse-map): Unused code.  Make it a comment.
11045
11046 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11047
11048         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11049         scan latest NoCeM messages instead of old ones.
11050         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11051         delimiters that are recently used.
11052         (gnus-nocem-load-cache): Add autoload cookie.
11053
11054         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11055
11056         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11057         level which is larger than gnus-use-nocem is specified.
11058
11059         * gnus-group.el (gnus-group-get-new-news): Ditto.
11060
11061 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11062
11063         * gnus-util.el (gnus-tool-bar-update): New function.
11064
11065         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11066         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11067
11068         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11069
11070         * gnus-group.el (gnus-group-redraw-when-idle)
11071         (gnus-group-redraw-check): Remove.
11072         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11073
11074 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11075
11076         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11077         if optional last element is specified in splits (FIELD VALUE...).
11078
11079 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11080
11081         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11082         to gmm-image-load-path-for-library.  Call with no-error argument.
11083         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11084
11085         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11086
11087         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11088
11089         * gmm-utils.el (gmm-image-load-path): Remove alias.
11090
11091 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11092
11093         * gmm-utils.el (gmm-image-load-path): Add alias.
11094
11095         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11096         nnml-generate-nov-databases-1.
11097         (nnml-generate-nov-databases): Use it.
11098         (nnml-generate-nov-databases-directory): Document no-active
11099         argument.
11100
11101         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11102         directory if path is t.  Add no-error.
11103
11104         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11105         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11106
11107         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
11108         resetting gnus-article-browse-html-temp-list.
11109
11110         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11111         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11112         Add example to docstring.  Rename local variables.  Move error
11113         checks to default case in cond and simplify.
11114
11115 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11116
11117         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11118         handle is multipart when calling it recursively.
11119         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11120
11121 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11122
11123         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11124         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11125
11126 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11127
11128         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11129         is loaded.
11130
11131         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11132         loaded.
11133
11134 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11135
11136         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11137         to "Emacs 23 (unicode)" in doc string.
11138
11139         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11140         "Emacs 23 (unicode)" in comment.
11141
11142 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11143
11144         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11145
11146         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11147         characters 160 through 255 in Emacs 23.
11148
11149 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11150
11151         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11152         gnus-article-browse-html-temp.
11153         (gnus-article-browse-delete-temp): Make it customizable.  Add
11154         `file'.  Adjust doc string.
11155         (gnus-article-browse-delete-temp-files): Add argument.  Allow
11156         query for each file.  Adjust doc string.
11157         (gnus-article-browse-html-parts): Add
11158         `gnus-article-browse-delete-temp-files' to
11159         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11160
11161 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11162
11163         * gnus-art.el (gnus-article-browse-html-temp)
11164         (gnus-article-browse-delete-temp): New variables.
11165         (gnus-article-browse-delete-temp-files): New function.
11166         (gnus-article-browse-html-parts): Use it.
11167
11168 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11169
11170         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11171
11172         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11173         string.
11174
11175         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11176         gnus-summary-insert-new-articles when unplugged.  Remove
11177         gnus-summary-search-article-forward.
11178
11179         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11180         display-visual-class instead of display-color-cells.
11181
11182 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11183
11184         * dgnushack.el: Autoload customize-group for XEmacs.
11185
11186         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11187         message/* containing non-ASCII text properly.
11188
11189 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11190
11191         * message.el: Require gmm-utils, remove autoloads.
11192         (message-tool-bar): Set default based on
11193         gmm-tool-bar-style.
11194         (message-tool-bar-gnome): Add gmm-customize-mode.
11195
11196         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11197         gmm-tool-bar-style.
11198         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11199
11200         * gnus-group.el (gnus-group-tool-bar): Set default based on
11201         gmm-tool-bar-style.
11202         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11203
11204         * gmm-utils.el (gmm-image-directory): Rename variable from
11205         gmm-image-load-path.
11206         (gmm-image-load-path): Use gmm-image-directory.
11207         (gmm-customize-mode): New function.
11208         (gmm-tool-bar-style): New variable.
11209
11210         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11211         gnus-group-redraw-line-number.
11212         (gnus-group-redraw-check): Simplify.
11213         (gnus-group-tool-bar-update): Remove redraw check.
11214         (gnus-group-make-tool-bar): Add redraw check.
11215
11216 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11217
11218         * gnus-art.el (gnus-button): Add missing parentheses.
11219
11220 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11221
11222         * lpath.el: Fbind line-number-at-pos.
11223
11224 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11225
11226         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11227
11228 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11229
11230         * gnus-art.el (gnus-button): New face.
11231         (gnus-article-button-face): Use it.
11232
11233         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
11234         gnus-summary-next-page.  Re-order.
11235
11236         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11237         next-node are now included.
11238         (gnus-group-redraw-line-number): New internal variable.
11239         (gnus-group-redraw-check): Helper function for updating the tool
11240         bar.
11241         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11242
11243         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11244
11245         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11246         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11247         Use it to match format of Spamassassin 3.0 and later.  Reported by
11248         IRIE Tetsuya <irie@t.email.ne.jp>.
11249         (spam-check-bogofilter)
11250         (spam-bogofilter-register-with-bogofilter): Fix args of
11251         `gnus-error' calls.
11252
11253 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11254
11255         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11256         unnecessary interaction when sending queued mails.  Reported by
11257         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11258
11259 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11260
11261         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11262         first or last are nil.
11263
11264 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11265
11266         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11267
11268 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11269
11270         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11271
11272 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11273
11274         * dns.el (query-dns): Protect more against buggy tcp output.
11275
11276 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11277
11278         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11279         nov.php.
11280
11281 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11282
11283         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11284         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11285         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11286         output on the server side.
11287         (nnweb-google-create-mapping): Update regexps and add some
11288         progress indication.
11289
11290 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11291
11292         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
11293         gnus-agent-toggle-plugged.  Re-order icons.
11294         (gnus-group-tool-bar-gnome): Add
11295         gnus-group-{prev,next}-unread-group.
11296         (gnus-group-tool-bar-gnome): Re-order icons.
11297
11298         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
11299         gnus-summary-insert-new-articles.
11300
11301         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
11302         comments.
11303
11304         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11305         also available in Emacs 21.3.
11306
11307         * message.el (message-fix-before-sending): Change "Emacs 22" to
11308         "Emacs 23 (unicode)" in comment.
11309
11310         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11311         "Emacs 23 (unicode)" in comment.
11312
11313         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11314         comment.
11315         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11316
11317         * mm-view.el (mm-fill-flowed): Add :version.
11318
11319 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11320
11321         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11322         and load-path.
11323
11324 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11325
11326         * message.el: Autoload gmm-image-load-path.
11327         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11328         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11329         consitency.
11330
11331         * gmm-utils.el (gmm-image-load-path): Also search in
11332         "../etc/images".  Don't set gmm-image-load-path if we don't find
11333         the image.
11334
11335 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11336
11337         * gmm-utils.el (gmm-image-load-path): Don't make
11338         `gmm-image-load-path' include subdirectories which the second arg
11339         `image' might specify.
11340
11341         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11342         subdirectory to icon file names.
11343
11344         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11345
11346 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11347
11348         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11349         gmm-image-load-path calls.
11350
11351         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11352
11353         * message.el (message-make-tool-bar): Ditto.
11354
11355         * mml.el (mml-preview): Added comment concerning tool bar icons.
11356
11357         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11358         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11359
11360         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11361         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11362
11363         * message.el (message-tool-bar-gnome): Use new icon names.
11364         (message-make-tool-bar): Use `gmm-image-load-path'.
11365
11366         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
11367         functions from MH-E.
11368         (gmm-image-load-path): New variable from MH-E.
11369         (gmm-image-load-path): New function from MH-E.  Added arguments
11370         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11371         *-image-load-path-called-flag.
11372
11373 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11374
11375         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11376
11377 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11378
11379         * nnimap.el (nnimap-request-move-article): Change folder back to
11380         source group before deleting.
11381
11382 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11383
11384         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11385
11386         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
11387         mm-url.
11388
11389         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11390
11391 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11392
11393         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11394         coding system which mm-charset-to-coding-system returns for a
11395         given charset is valid.
11396
11397 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11398
11399         * html2text.el (html2text-remove-tag-list):
11400         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11401
11402 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11403
11404         * gnus-cus.el: Revert 2005-10-17 change.
11405
11406 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11407
11408         * gnus-art.el (article-strip-banner): Call
11409         article-really-strip-banner only when the regexp match is made.
11410
11411 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11412
11413         * gnus-art.el (article-strip-banner): Use
11414         gnus-extract-address-components instead of
11415         mail-header-parse-addresses to make it work with non-ASCII text;
11416         remove mail-encode-encoded-word-string.
11417
11418         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11419         values which are surrounded with \"...\"; make it never cause a
11420         Lisp error; give up parsing of parameters if it failed in
11421         extracting type.
11422
11423 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11424
11425         * smime.el (smime-cert-by-ldap-1): Fix bug where
11426         `smime-ldap-search' returns results without userCertificates.
11427
11428 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11429
11430         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11431
11432 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11433
11434         * spam.el (spam-check-spamassassin-headers): Adapt format for
11435         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11436         <ari@mbf.ocn.ne.jp>.
11437         (spam-list-of-processors): Add spam-use-gmane.
11438
11439 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11440
11441         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11442         make-temp-file; make it work with XEmacs as well.
11443
11444         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11445         mm-make-temp-file.
11446
11447         * mm-decode.el (mm-display-external): Use the 3rd arg of
11448         mm-make-temp-file.
11449         (mm-create-image-xemacs): Ditto.
11450
11451 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11452
11453         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11454         with message-narrow-to-headers.
11455         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11456         (gnus-draft-check-draft-articles): New function.
11457         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11458
11459 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11460
11461         * gnus-art.el (gnus-article-browse-html-parts):
11462         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11463         Don't use suffix argument for mm-make-temp-file for Emacs 21
11464         compatibility.  Remove useless `format'.
11465
11466 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11467
11468         * nnweb.el (nnweb-google-wash-article): Update regexps.
11469         (nnweb-group-alist): Use defvoo instead of defvar.
11470
11471 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11472
11473         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11474         re-loading nn* modules.
11475
11476 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11477
11478         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11479         for `tool-bar-mode' and don't check it's default-value.
11480
11481         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11482
11483         * message.el (message-make-tool-bar): Ditto.
11484
11485         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11486         `substring'.  Shorten tmp-file name.
11487
11488         * gnus.el: Remove bogus comment.
11489
11490 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11491
11492         * gnus-art.el (gnus-article-browse-html-parts): New function.
11493         (gnus-article-browse-html-article): New function for viewing html
11494         articles with a browser.
11495
11496 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11497
11498         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
11499         in elisp.
11500         (pgg-gpg-encrypt-symmetric-region): Ditto.
11501         (pgg-gpg-sign-region): Ditto.
11502
11503         * pgg-def.el (pgg-text-mode): New variable.
11504
11505         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11506         (mml2015-pgg-encrypt): Ditto.
11507
11508         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11509         (mml1991-pgg-encrypt): Ditto.
11510
11511 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11512
11513         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
11514         message-make-date instead of current-time-string.
11515
11516         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11517         to gnus-decoded which mm-uu might set.
11518
11519 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11520
11521         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11522         don't decode quoted parameters; remove misimported Emacs code.
11523         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11524         (rfc2231-decode-encoded-string): Don't use split-string which
11525         behaves differently according to Emacs version; use
11526         mm-decode-coding-region to convert charset to coding-system.
11527         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11528         (rfc2231-encode-string): Remove misimported Emacs code.
11529
11530 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11531
11532         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11533         when calling mail-header-parse-content-type.
11534         (article-de-quoted-unreadable): Ditto.
11535         (article-de-base64-unreadable): Ditto.
11536         (article-wash-html): Ditto.
11537
11538         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11539         calling mail-header-parse-content-type and
11540         mail-header-parse-content-disposition.
11541         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11542         mail-header-parse-content-type.
11543
11544         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11545         insert charset and format parameters; encode description after
11546         inserting it to buffer.
11547         (mml-insert-parameter): Fold lines properly even if a parameter is
11548         segmented into two or more lines; change the max column to 76.
11549
11550         * rfc1843.el (rfc1843-decode-article-body): Don't use
11551         ignore-errors when calling mail-header-parse-content-type.
11552
11553         * rfc2231.el (rfc2231-parse-string): Return at least type if
11554         possible; don't cause an error even if it fails in parsing of
11555         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11556         (rfc2231-encode-string): Don't break lines at the beginning, leave
11557         it to mml-insert-parameter.
11558
11559         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11560         calling mail-header-parse-content-type.
11561
11562 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
11563
11564         * spam-report.el (spam-report-gmane-use-article-number):
11565         Improve doc string.
11566         (spam-report-gmane-internal): Check if a suitable header was found
11567         in the article.
11568
11569 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11570
11571         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11572         (rfc2231-encode-string): Make param*=value always begin with LWSP.
11573
11574 2006-02-05  Romain Francoise  <romain@orebokech.com>
11575
11576         Update copyright notices of all files in the gnus directory.
11577
11578 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11579
11580         * nnweb.el (nnweb-request-group): Avoid growing overview files.
11581
11582 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11583
11584         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11585         segmented lines of parameter value to cope with Thunderbird 1.5
11586         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11587         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11588         (rfc2231-encode-string): Don't make lines exceeding 76 column.
11589
11590 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
11591
11592         * mml.el (mml-generate-mime-1): Correct the order of inline signed
11593         parts.
11594
11595 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11596
11597         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11598         there's only one active file for all servers.
11599         (nnweb-request-scan): Make sure nnweb-articles is initialized on
11600         solid groups.  Gnus might have used a FAST request to select the group.
11601         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11602         and nnweb-search redundantly in the active file.
11603         (nnweb-request-list): Don't list bogus groups.  There can only be one.
11604         (nnweb-request-create-group): Don't use ARGS.
11605         (nnweb-possibly-change-server, nnweb-request-group): Remove some
11606         initialisations.  Let nnoo do the work.
11607
11608 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11609
11610         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11611         Say the part has been decoded.
11612
11613         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11614
11615 2006-01-31  Kevin Ryde  <user42@zip.com.au>
11616
11617         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11618         mailcap-viewer-test-cache when there's no 'test clause, since that
11619         will invert the meaning of a "nil" test previously determined by
11620         mailcap-mailcap-entry-passes-test.
11621
11622 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11623
11624         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11625         compiling.
11626
11627         * gnus-sum.el: Ditto.
11628
11629         * message.el: Don't bind tool-bar-map when compiling.
11630
11631 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
11632
11633         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11634
11635 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11636
11637         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11638         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11639         current Google Groups.
11640
11641 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
11642
11643         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11644         and tool-bar-mode.
11645
11646         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11647         and tool-bar-mode.
11648
11649         * message.el (message-tool-bar-update): Simplify.
11650         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11651
11652         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11653         gnus-summary-buffer.
11654         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11655         gnus-summary-reply.
11656
11657         * gmm-utils.el (gmm): Add :version.
11658
11659 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11660
11661         * Makefile.in (clean): New rule.
11662         (distclean): Use it.
11663
11664 2006-01-26  Steve Youngs  <steve@sxemacs.org>
11665
11666         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
11667         autoload.
11668
11669 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11670
11671         * gmm-utils.el (gmm-verbose): Add :group.
11672
11673 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
11674
11675         * message.el: Change some comments WRT tool-bars.
11676
11677         * gnus-sum.el (gnus-summary-tool-bar)
11678         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11679         (gnus-summary-tool-bar-zap-list): New variables.
11680         (gnus-summary-make-tool-bar): Complete rewrite using
11681         `gmm-tool-bar-from-list'.
11682
11683         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11684         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
11685         variables.
11686         (gnus-group-make-tool-bar): Complete rewrite using
11687         `gmm-tool-bar-from-list'.
11688         (gnus-group-tool-bar-update): New function.
11689
11690         * message.el (message-mode-field-menu): Add "Show hidden Headers".
11691
11692 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11693
11694         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11695         is dissected into a single part of which the type is the same as
11696         the given one; decode charset.
11697
11698 2006-01-21  Kevin Ryde  <user42@zip.com.au>
11699
11700         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11701         into alists as symbol not string, since that's what
11702         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11703         look for.
11704
11705 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
11706
11707         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11708         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
11709
11710         * message.el (message-tool-bar-gnome): Use gmm-ignore.
11711
11712 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11713
11714         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
11715         (gnus-xmas-mime-security-button-menu): New function.
11716
11717         * gnus-art.el (gnus-mime-security-button-commands): New variable.
11718         (gnus-mime-security-button-menu): New definition.
11719         (gnus-mime-security-button-map): Use them.
11720         (gnus-mime-security-button-menu): New function.
11721         (gnus-insert-mime-security-button): Addition to help echo.
11722         (gnus-mime-security-run-function, gnus-mime-security-save-part)
11723         (gnus-mime-security-pipe-part): New functions.
11724
11725         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11726         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
11727
11728         * mm-decode.el (mm-handle-set-disposition): Remove.
11729         (mm-handle-set-description): Remove.
11730
11731 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11732
11733         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11734         (mm-w3m-standalone-supports-m17n-p): New function.
11735         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11736         w3m usage.
11737
11738         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
11739         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
11740
11741 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11742
11743         * message.el (message-tool-bar-zap-list): Use
11744         gmm-tool-bar-zap-list as custom type.
11745         (message-tool-bar-update): New function.
11746         (message-tool-bar, message-tool-bar-gnome)
11747         (message-tool-bar-retro): Add message-tool-bar-update.
11748         (message-tool-bar-gnome): Add flyspell-buffer.
11749
11750         * gnus-util.el (gnus-error): Describe `args'.
11751
11752         * gmm-utils.el (gmm-error): Describe `args'.
11753         (gmm-tool-bar-zap-list): New widget.
11754         (gmm-tool-bar-from-list): Improve description of `zap-list'.
11755
11756 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11757
11758         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
11759         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
11760         the number of recursive calls.
11761
11762         * mm-decode.el (mm-handle-set-disposition): New macro.
11763         (mm-handle-set-description): New macro.
11764
11765 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11766
11767         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
11768         encoding.
11769
11770 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11771
11772         * message.el (message-tool-bar-zap-list, message-tool-bar)
11773         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
11774         (message-tool-bar-local-item-from-menu): Remove.
11775         (message-tool-bar-map): Replace by `message-make-tool-bar'.
11776         (message-make-tool-bar): New function.
11777         (message-mode): Use `message-make-tool-bar'.
11778
11779         * gmm-utils.el: New file.
11780         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
11781         (gmm-lazy): New widget copied from `nnmail.el'.
11782         (gmm-tool-bar-from-list): New function for creating customizable
11783         tool bars.
11784         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
11785         output.
11786         (gmm): Add :prefix to defgroup.
11787
11788 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
11789
11790         * gmm-utils.el (gmm-widget-p): New function.
11791
11792 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11793
11794         * mml.el (mml-attach-file): Describe `description' in doc string.
11795         (mml-menu): Add Emacs MIME manual and PGG manual.
11796
11797 2006-01-20  Richard M. Stallman  <rms@gnu.org>
11798
11799         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
11800
11801 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
11802
11803         * nntp.el (nntp-end-of-line): Doc fix.
11804
11805 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
11806
11807         * imap.el (imap-open): Handle case where buffer is a buffer
11808         object.
11809
11810 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11811
11812         * gnus-delay.el (gnus-delay): Don't autoload.
11813         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11814         to be re-loaded when customizing the `gnus-delay' group.
11815
11816 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
11817
11818         * message.el (message-insert-citation-line): Use newlines.
11819
11820 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11821
11822         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11823         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
11824         these routines, so the passphrase can be managed externally and
11825         passed in to the system.
11826         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11827         pgg-add-passphrase-to-cache function.
11828
11829         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11830         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
11831         these routines, so the passphrase can be managed externally and
11832         passed in to the system.
11833         (pgg-pgp5-sign-region): Use new name of
11834         pgg-add-passphrase-to-cache function.
11835
11836 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11837
11838         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11839         part of the decoded armor to find the key-identifier.
11840         (pgg-gpg-lookup-key-owner): New function to return the
11841         human-readable identifier of a key owner.
11842         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
11843         itself.
11844         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11845         the key value) if we have a key and can match it against a secret
11846         key.  Also, added a note pointing out fact that the prompt only
11847         indicates the first matching key.
11848
11849         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
11850         pgg-decrypt-region.
11851         (pgg-add-passphrase-to-cache): Rename from
11852         `pgg-add-passphrase-cache' to reduce confusion (all callers
11853         changed).
11854         (pgg-remove-passphrase-from-cache): Rename from
11855         `pgg-remove-passphrase-cache' to reduce confusion (all callers
11856         changed).
11857         (pgg-read-passphrase, pgg-add-passphrase-cache)
11858         (pgg-remove-passphrase-cache): Add informative docstrings.
11859         (pgg-decrypt): Convey provided passphrase in subordinate call to
11860         pgg-decrypt-region.
11861
11862 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
11863
11864         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11865         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11866         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11867         'passphrase' argument, so the passphrase can be managed externally
11868         and then passed in to the system.
11869
11870         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11871         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
11872         so the passphrase cache can be used reliably with identifiers
11873         besides a pgp packet's key id.
11874
11875         * pgg-gpg.el (pgg-gpg-encrypt-region)
11876         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11877         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
11878         these routines, so the passphrase can be managed externally and
11879         passed in to the system.
11880
11881         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11882         'notruncate' argument, so the passphrase cache can be used
11883         reliably with identifiers besides a pgp packet's key id.
11884
11885 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
11886
11887         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11888         symmetric encryption.
11889         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11890         encrypted session key.
11891         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11892         message ask for the passphrase in a proper way.
11893
11894         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11895         New user commands for symmetric encryption.
11896
11897 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11898
11899         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
11900
11901         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
11902
11903 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
11904
11905         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
11906
11907 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11908
11909         * mm-decode.el (mm-inlined-types): Add application/pgp.
11910         (mm-automatic-display): Ditto.
11911
11912         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
11913         part as text.
11914
11915 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11916
11917         * nnrss.el: Update copyright.
11918         (nnrss-opml-import): Query whether to subscribe to each entry.
11919
11920         * gnus-art.el:
11921         * gnus-sum.el:
11922         * gnus-xmas.el:
11923         * messagexmas.el:
11924         * mm-uu.el:
11925         * mm-view.el: Update copyright.
11926
11927 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
11928
11929         * message.el (message-info): New function.
11930         (message-mode-menu): Add it.
11931         Update copyright.
11932
11933         * ChangeLog: Fix and update copyright.
11934
11935 2006-01-13  Romain Francoise  <romain@orebokech.com>
11936
11937         * message.el (message-forward-subject-name-subject): Prefer the
11938         address to 'nowhere' if the sender has no name.
11939         Fix typo.  Update copyright year.
11940
11941 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11942
11943         * gnus-art.el (article-wash-html): Use
11944         gnus-summary-show-article-charset-alist if a numeric arg is given.
11945         (gnus-article-wash-html-with-w3m-standalone): New function.
11946
11947         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
11948         mm-inline-text-html-render-with-w3m-standalone.
11949         (mm-text-html-washer-alist): Map w3m-standalone to
11950         gnus-article-wash-html-with-w3m-standalone.
11951         (mm-inline-text-html-render-with-w3m-standalone): New function.
11952
11953 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11954
11955         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
11956         Improve LaTeX.
11957
11958 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11959
11960         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
11961         (nnrss-request-article): Render text/plain parts as HTML.
11962
11963         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
11964         the buffer.
11965
11966 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11967
11968         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
11969         custom definition of `gnus-posting-styles'.
11970
11971         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
11972         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
11973
11974 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11975
11976         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
11977         Use nntp for bug archive.
11978
11979 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11980
11981         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
11982         parts.
11983         (nnrss-normalize-date): New function converts ISO 8601 date into
11984         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11985         (nnrss-check-group): Use it.
11986
11987 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11988
11989         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
11990
11991         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
11992         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11993         (nnrss-insert-w3): Ditto.
11994
11995 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11996
11997         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
11998         the articles to be forwarded including the case where neither a
11999         number of articles nor a region is specified.
12000
12001 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12002
12003         * nnrss.el (nnrss-request-article): Fix last change; fill
12004         text/plain parts.
12005
12006 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12007
12008         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12009         in text/plain part.
12010         (nnrss-check-group): Don't add excessive newline to dc:subject.
12011
12012 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12013
12014         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12015         article.
12016
12017 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12018
12019         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12020         (nnml-use-compressed-files, nnml-save-mail): Support other
12021         comression programs such as bzip2.
12022
12023 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12024
12025         * dns.el (query-dns): Make sure we check the buffer size before
12026         removing tcp headers.
12027
12028 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12029
12030         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12031         remove MIME buttons associated with multipart/alternative parts.
12032         (gnus-mime-display-alternative): Tag buttons using `article-type'
12033         text property.
12034
12035         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12036         associated with multipart/alternative parts.
12037
12038         * gnus-art.el (gnus-signature-separator): Fix custom type.
12039
12040         * mm-decode.el (mm-inlined-types): Fix custom type.
12041         (mm-keep-viewer-alive-types): Ditto.
12042         (mm-automatic-display): Ditto.
12043         (mm-attachment-override-types): Ditto.
12044         (mm-inline-override-types): Ditto.
12045         (mm-automatic-external-display): Ditto.
12046
12047 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12048
12049         * spam-report.el (spam-report-user-mail-address)
12050         (spam-report-user-agent): New variables.
12051         (spam-report-url-ping-plain): Use spam-report-user-agent.
12052
12053 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12054
12055         * gnus-art.el (gnus-button-handle-custom): Do not just use
12056         `customize-apropos' for any "M-x customize-*" button but the
12057         function called for.  Accept both the function name and its
12058         argument in order to achieve this.
12059         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
12060         function name to `gnus-button-handle-custom' in case of "M-x
12061         customize-*" buttons.
12062
12063 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12064
12065         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12066         multipart/alternative and add xref to mm-discouraged-alternatives
12067         in doc string.
12068
12069         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12070         gnus-buttonized-mime-types in doc string.
12071
12072 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12073
12074         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12075         Suggest image/.* in the doc string.
12076
12077 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12078
12079         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12080         message-marks (Debian bug #342521).
12081
12082 2005-12-12  Simon Josefsson  <jas@extundo.com>
12083
12084         * password.el (password-read-from-cache): Add.
12085         (password-read): Use it.
12086
12087 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12088
12089         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
12090         us-ascii as a MIME charset.
12091
12092         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
12093         against the case where the 2nd arg TYPE is nil.
12094
12095 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12096
12097         * pop3.el (pop3-stream-type): Fix custom version.
12098
12099         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12100
12101 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12102
12103         * mm-decode.el (mm-display-external): Add missing cdr.
12104
12105 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12106
12107         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12108         RFC1524) if it is in mailcap or add a suffix according to
12109         mailcap-mime-extensions when generating a temp filename; postpone
12110         deleting a temp file for 2 seconds for some wrappers, shell
12111         scripts, and so on, which might exit right after having started a
12112         viewer command as a background job.
12113
12114 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12115
12116         * nntp.el (nntp-marks-directory): Fix custom group.
12117
12118         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12119         steps when < 10.
12120
12121         * gnus-start.el (gnus-no-server-1): Mention
12122         `gnus-level-default-subscribed' in doc string.
12123
12124 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12125
12126         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12127         parens.
12128
12129 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12130
12131         * gnus-xmas.el (gnus-use-toolbar): Revert.
12132         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12133         gnus-use-toolbar is default.
12134
12135         * messagexmas.el (message-use-toolbar): Revert.
12136         (message-setup-toolbar): Use global default-toolbar if
12137         message-use-toolbar is default.
12138
12139 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12140
12141         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12142         according to default-toolbar-visible-p.
12143
12144         * messagexmas.el (message-use-toolbar): Ditto.
12145
12146 2005-11-26  Dave Love  <fx@gnu.org>
12147
12148         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12149         (tls-program, tls-success): Provide openssl alternative.
12150
12151         * starttls.el: Doc fixes.
12152         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12153         SERVICE to PORT.
12154
12155         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12156         port null or service name.
12157         (starttls-negotiate): Autoload.
12158
12159 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12160
12161         * message.el (message-kill-to-signature): Fix interactive spec.
12162
12163 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12164
12165         * pop3.el (pop3-open-server): Recognize a string as a service name.
12166
12167 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12168
12169         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12170
12171 2005-11-23  Dave Love  <fx@gnu.org>
12172
12173         Add pop3s, pop3/starttls.
12174
12175         * pop3.el (pop3-authentication-scheme): Clarify doc.
12176         (open-tls-stream, starttls-open-stream): Autoload.
12177         (pop3-stream-type): New.
12178         (pop3-open-server): Use it.
12179
12180         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12181         for POP.
12182         (mail-source-keyword-map): Add :stream for POP.
12183         (mail-source-fetch-pop): Use pop3-stream-type.
12184
12185 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12186
12187         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12188         of current-time-string.
12189
12190 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12191
12192         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12193         date header.
12194
12195 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12196
12197         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12198         it can seriously impact performance as it bypasses the agent's
12199         local caches.
12200
12201 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12202
12203         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12204         must be explicitly online rather than "not explicitly offline" for
12205         its flags to be synchronized.
12206
12207         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12208         that gnus-uu-unmark-thread will function correctly.
12209
12210         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12211         1024K is instead displayed as 1M.
12212
12213 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12214
12215         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12216
12217 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12218
12219         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12220
12221 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12222
12223         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12224         error message to display actual error condition.
12225         (gnus-agent-save-local): Avoid saving symbols that are bound to
12226         nil as they simply result in a warning message in
12227         gnus-agent-read-local.
12228
12229 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12230
12231         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12232         rather than make-variable-buffer-local for file-precious-flag.
12233
12234 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12235
12236         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12237         for duplicates which are removed.  The invalid sort check then
12238         triggers a rescan after the sort as sorting may have moved
12239         duplicate entries such that they can be cheaply detected.
12240
12241 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12242
12243         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12244
12245 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12246
12247         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
12248         internal variable to a custom variable.  Changed default value
12249         from compressed(2) to uncompressed(1).
12250         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12251         support for uncompressed agentview files.  Taken together, reading
12252         the agentview file should now be 6-7 times faster.
12253
12254 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12255
12256         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12257         as a buffer-local variable.  This avoids creating truncated
12258         dribble files as a result of a hang up, eg.
12259
12260 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
12261
12262         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
12263         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
12264         XEmacs.
12265
12266 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12267
12268         * gnus-start.el (gnus-start-draft-setup): Enforce
12269         `gnus-draft-mode' for nndraft:drafts at startup.
12270
12271         * gnus.el (gnus-splash): Change custom group.
12272         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
12273         allow-list argument.
12274
12275         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12276         string.
12277
12278 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12279
12280         * gnus-art.el (gnus-default-article-saver): Add user-defined
12281         `function' to custom type.
12282
12283 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12284
12285         * imap.el (imap-open): Handle case where buffer is a buffer
12286         object.
12287
12288 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12289
12290         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12291         long lines.
12292         (gnus-cache-delete-group): Wrap doc strings.
12293
12294         * gnus-agent.el (gnus-agent-rename-group)
12295         (gnus-agent-delete-group): Wrap doc strings.
12296
12297 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12298
12299         * messagexmas.el (message-use-toolbar): Change the valid values
12300         into default, top, bottom, left, and right.
12301         (message-toolbar-thickness): New variable.
12302         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
12303         well.
12304         (message-setup-toolbar): Make it work.
12305
12306         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
12307         (gnus-use-toolbar): Change the valid values into default, top,
12308         bottom, left, and right.
12309         (gnus-toolbar-thickness): New variable.
12310         (gnus-xmas-setup-toolbar): New function.
12311         (gnus-xmas-setup-group-toolbar): Use it.
12312         (gnus-xmas-setup-summary-toolbar): Use it.
12313
12314 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12315
12316         * gnus-start.el (gnus-1): Add "native" to
12317         gnus-predefined-server-alist.
12318
12319         * gnus.el (gnus-method-to-server): Don't add "native" to the
12320         lists here, because that leads to problems when
12321         gnus-select-method is bound.
12322
12323 2005-11-09  Simon Josefsson  <jas@extundo.com>
12324
12325         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12326         use (not sort-by-date) instead.
12327
12328 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12329
12330         * gnus-delay.el (gnus-delay-group): Don't autoload.
12331         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12332         to be re-loaded when customizing the `gnus-delay' group.
12333
12334 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12335
12336         * message.el: Revert last changes.
12337         (message-insert-citation-line): Use newlines.
12338
12339 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12340
12341         * message.el (message-courtesy-message)
12342         (message-mark-insert-begin, message-mark-insert-end)
12343         (message-elide-ellipsis, message-cancel-message)
12344         (message-add-header, message-change-subject)
12345         (message-cross-post-followup-to-header)
12346         (message-cross-post-insert-note, message-reduce-to-to-cc)
12347         (message-widen-reply, message-delete-not-region)
12348         (message-kill-to-signature, message-insert-signature)
12349         (message-insert-importance-high, message-insert-importance-low)
12350         (message-insert-or-toggle-importance)
12351         (message-insert-disposition-notification-to)
12352         (message-indent-citation, message-yank-original)
12353         (message-cite-original-without-signature, message-cite-original)
12354         (message-insert-citation-line, message-position-on-field)
12355         (message-fix-before-sending, message-send-mail-partially)
12356         (message-send-mail, message-send-mail-with-sendmail)
12357         (message-send-mail-with-qmail, message-send-news)
12358         (message-check-news-header-syntax, message-generate-headers)
12359         (message-insert-courtesy-copy, message-fill-address)
12360         (message-fill-header, message-shorten-references)
12361         (message-setup-1, message-cancel-news)
12362         (message-forward-make-body-plain, message-forward-make-body-mime)
12363         (message-forward-make-body-mml, message-encode-message-body)
12364         (message-forward-make-body-digest-plain)
12365         (message-forward-make-body-digest-mime)
12366         (message-use-alternative-email-as-from): Insert `hard-newline'
12367         instead of ordinary newlines.
12368
12369 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12370
12371         * message.el (message-generate-headers): Downcase the argument
12372         given to message-check-element.
12373
12374 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12375
12376         * nntp.el (nntp-authinfo-rejected): New error condition.
12377         (nntp-wait-for): Use new error condition to signal authentication
12378         error.
12379         (nntp-retrieve-data): Rethrow new error condition to break out of
12380         recursive call to nntp-send-authinfo.
12381
12382 2005-11-08  Romain Francoise  <romain@orebokech.com>
12383
12384         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12385         (gnus-summary-exit-map): Bind to `Z p'.
12386         (gnus-summary-make-menu-bar): Add menu item.
12387
12388 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12389
12390         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12391         (gnus-treat-*): Add `first' in all doc strings.
12392
12393         * gnus-group.el (gnus-group-compact-group): Fix typo.
12394
12395 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12396
12397         * gnus.el (gnus-parameters-case-fold-search): New variable.
12398         (gnus-parameters-get-parameter): Use it.
12399
12400         * gnus-score.el (gnus-home-score-file): Doc fix.
12401
12402 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12403
12404         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12405
12406 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12407
12408         * mm-util.el (mm-special-display-p): New function.
12409
12410         * mml.el (mml-preview): Use it; doc fix.
12411
12412 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12413
12414         * imap.el (imap-open): Handle case where buffer is a buffer object.
12415
12416 2005-10-29  Romain Francoise  <romain@orebokech.com>
12417
12418         * message.el (message-fix-before-sending): Fix comment.
12419
12420 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12421
12422         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12423
12424 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12425
12426         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12427         Used in gnus-score.el.
12428
12429 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12430
12431         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12432
12433 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12434
12435         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12436         whitespace removed in revision 7.8.  Use concatenated string to
12437         protect trailing whitespace.
12438
12439 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12440
12441         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12442         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12443         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12444         Courier IMAP ("some version from 2004").  Mostly based on similar
12445         code in the same function.
12446
12447 2005-10-26  Didier Verna  <didier@xemacs.org>
12448
12449         * gnus-group.el (gnus-group-compact-group): Invalidate original
12450         article buffer.
12451         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12452         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12453         NOV database and in article itself.
12454         Invalidate article backlog.
12455
12456 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12457
12458         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12459
12460 2005-10-26  Simon Josefsson  <jas@extundo.com>
12461
12462         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12463         part of 2004-07-25 change.
12464
12465 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12466
12467         * message.el (message-display-completion-list): New function.
12468         (message-expand-group): Use it; make sure the Completions buffer
12469         is modifiable.
12470 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12471
12472         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12473         user-mail-name is an empty string.
12474
12475 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12476
12477         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12478         depending on gnus-score-decay-constant.
12479
12480         * encrypt.el (encrypt-insert-file-contents)
12481         (encrypt-write-file-contents): Don't use `gnus-message'.
12482
12483         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12484         arguments.
12485         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
12486         arguments to mm-uu-verbatim-marks-extract.
12487         (mm-uu-hide-markers): New variable.
12488         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12489
12490         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12491         (gnus-convert-image-to-face-command): Use "convert" by default to
12492         allow other input image formats.
12493         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12494         accordingly.
12495
12496 2005-10-23  Simon Josefsson  <jas@extundo.com>
12497
12498         * imap.el (imap-gssapi-program): Align command line parameters
12499         with latest GNU SASL.
12500         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12501
12502 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12503
12504         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12505         HTML.
12506         (nnslashdot-request-article): Ditto.
12507
12508         * lpath.el (featurep): Add nobreak-char-display.
12509
12510 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12511
12512         * mail-source.el (mail-source-fetch-pop): Require pop3.
12513         (mail-source-check-pop): Ditto.
12514
12515 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12516
12517         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12518         errors.
12519
12520 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12521
12522         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12523         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12524
12525         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12526
12527         * mm-bodies.el (mm-decode-string): Call
12528         `mm-charset-to-coding-system' with allow-override argument.
12529
12530 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12531
12532         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12533         (rfc2047-charset-to-coding-system): New function.
12534         (rfc2047-decode-encoded-words): New function.
12535         (rfc2047-decode-region): Use them.
12536         (rfc2047-decode-cte): Remove.
12537         (rfc2047-parse-and-decode): Remove.
12538         (rfc2047-decode): Remove.
12539
12540 2005-10-15  Kenichi Handa  <handa@m17n.org>
12541
12542         * rfc2047.el (rfc2047-decode-cte): New function.
12543         (rfc2047-decode-region): Change the way to decode successive
12544         encoded-words: decode B- or Q-encoding in each encoded-word,
12545         concatenate them, and decode it as charset.
12546
12547 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12548
12549         * lpath.el: Fbind codepage-setup for XEmacs.
12550
12551 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12552
12553         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
12554         widget-move-and-invoke.
12555         (gnus-custom-mode): Use gnus-custom-map.
12556
12557 2005-10-15  Bill Wohler  <wohler@newt.com>
12558
12559         * message.el (message-tool-bar-map): Renamed image file from
12560         mail_send to mail/send.
12561
12562 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12563
12564         * message.el (message-expand-group): Pass the common
12565         prefix substring of completion to `display-completion-list'.
12566
12567 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
12568
12569         * mml-sec.el (mml-secure-method): New internal variable.
12570         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12571         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
12572         functions using mml-secure-method.
12573
12574         * mml.el (mml-mode-map): Add key bindings for those functions.
12575         (mml-menu): Simplify security menu entries.  Suggested by Jesper
12576         Harder <harder@myrealbox.com>.
12577         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
12578         end of message if point is the headers of the message.
12579
12580         * message.el (message-in-body-p): New function.
12581
12582         * assistant.el: Autoload gnus-util and netrc.
12583
12584         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12585         Use `mm-charset-override-alist' only when decoding.
12586
12587         * mm-bodies.el (mm-decode-body): Call
12588         `mm-charset-to-coding-system' with allow-override argument.
12589
12590         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12591         `filename' from Content-Disposition if Content-Type doesn't
12592         provide `name'.
12593         (gnus-mime-view-part-as-type): Set default instead of
12594         initial-input.
12595
12596 2005-10-09  Daniel Brockman  <daniel@brockman.se>
12597
12598         * format-spec.el (format-spec): Propagate text properties of % spec.
12599
12600 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12601
12602         * gnus-art.el (gnus-treat-predicate): Add `first'.
12603
12604 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12605
12606         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12607         (mm-charset-override-alist): New variable.
12608         (mm-charset-to-coding-system): Use it.
12609         (mm-codepage-setup): New helper function.
12610         (mm-charset-eval-alist): New variable.
12611         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
12612         about unknown charsets.
12613
12614         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
12615
12616 2005-10-04  David Hansen  <david.hansen@gmx.net>
12617
12618         * nnrss.el (nnrss-request-article): Add support for the comments tag.
12619         (nnrss-check-group): Ditto.
12620
12621 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12622
12623         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12624         Rename x-gnus-verbatim to x-verbatim.
12625         (mm-uu-type-alist): Fix regexp for verbatim-marks.
12626
12627         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12628         x-verbatim.
12629
12630         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12631
12632         * gnus-util.el (gnus-remove-duplicates): Remove.
12633
12634         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12635         instead of gnus-remove-duplicates.
12636
12637         * message.el (message-remove-duplicates): Remove.
12638         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12639         message-remove-duplicates.
12640
12641         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12642         available, else use implementation from `delete-dups'.
12643
12644         * message.el (message-insert-expires): New function.
12645         (message-mode-map): Add key binding.
12646         (message-mode-field-menu): Add menu entry.
12647         (message-mode): Document it.
12648         (message-make-expires-date): Use `message-make-date'.
12649
12650 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
12651
12652         * message.el (message-make-expires-date): New function.
12653
12654 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12655
12656         * Makefile.in (list-installed-shadows): New entry.
12657         (install): Use it.
12658         (remove-installed-shadows): New entry.
12659
12660         * dgnushack.el (dgnushack-default-load-path): New variable.
12661         (dgnushack-find-lisp-shadows): New function.
12662         (dgnushack-remove-lisp-shadows): New function.
12663
12664 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12665
12666         * Makefile.in (install-el-elc): New entry.
12667         (install): Use it so that .el files are necessarily installed.
12668
12669 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12670
12671         * time-date.el: Autoload parse-time-string, XEmacs needs it.
12672
12673 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12674
12675         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12676         function rather than the diff-mode.el package.
12677         (mm-display-external): Use with-current-buffer.
12678         (mm-viewer-completion-map, mm-viewer-completion-map):
12679         Move initialization inside declaration.
12680
12681 2005-09-29  Simon Josefsson  <jas@extundo.com>
12682
12683         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
12684         autoload mail-check-payment.
12685         (spam-check-hashcash): Define unconditionally, since hashcash.el
12686         is part of Gnus now.  Ignore errors from payment checking.
12687
12688 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12689
12690         * message.el (message-bold-region, message-unbold-region): Rename
12691         from `bold-region' and `unbold-region'.
12692
12693         * message.el: Remove useless autoloads.
12694
12695 2005-09-28  Simon Josefsson  <jas@extundo.com>
12696
12697         * message.el (message-use-idna): Default to t.
12698         (message-use-idna): Test whether encoding works too.  Doc fix.
12699
12700 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12701
12702         * nntp.el (nntp-warn-about-losing-connection): Remove.
12703
12704 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12705
12706         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12707         customizable.  Change default value.
12708         (mm-uu-diff-groups-regexp): Change default value.
12709         (mm-uu-type-alist): Add doc string.
12710         (mm-uu-configure): Add doc string.  Make it interactive.
12711         (mm-uu-tex-groups-regexp): New variable.
12712         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12713         (mm-uu-type-alist): Add LaTeX documents.
12714         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12715         of "text/verbatim".
12716         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12717
12718         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12719         instead of "text/verbatim".
12720
12721         * message.el (message-mark-inserted-region)
12722         (message-mark-insert-file): Use slrn style marks when called with
12723         prefix argument.
12724
12725 2005-09-27  Simon Josefsson  <jas@extundo.com>
12726
12727         * message.el (message-idna-to-ascii-rhs-1): Reformat.
12728
12729 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
12730
12731         * message.el (message-remove-duplicates): New function.
12732         Implementation borrowed from `gnus-remove-duplicates'.
12733         (message-idna-to-ascii-rhs): Also encode idna addresses in
12734         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12735         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12736         only ask about the same idna domain once per header and also tell
12737         in what header to replace the idna domain.
12738
12739         * gnus-art.el (article-decode-idna-rhs): Also decode idna
12740         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12741         (article-decode-idna-rhs): Fix regexp so that all idna-address in
12742         a header is decoded and not just the last one.
12743
12744 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12745
12746         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12747         has been decoded.
12748
12749         * mm-decode.el (mm-automatic-display): Add text/verbatim.
12750         (mm-insert-part): Don't modify text if it has been decoded.
12751
12752         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12753         decoded.
12754
12755         * mm-view.el (mm-inline-text): Don't strip text props unless
12756         decoding enriched or richtext parts.
12757
12758 2005-09-25  Romain Francoise  <romain@orebokech.com>
12759
12760         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12761         * gnus-start.el (gnus-subscribe-interactively):
12762         * gnus-uu.el (gnus-uu-grab-articles):
12763         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12764         space.
12765
12766 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
12767
12768         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12769         * mm-view.el (mm-view-pkcs7-decrypt):
12770         * gnus-sum.el (gnus-summary-limit-to-extra)
12771         (gnus-summary-respool-article, gnus-read-move-group-name):
12772         * gnus-score.el (gnus-summary-increase-score):
12773         * gnus-util.el (gnus-completing-read-with-default):
12774         * gnus-art.el (gnus-read-save-file-name)
12775         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12776         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12777         * message.el (message-check-news-header-syntax):
12778         Follow convention for reading with the minibuffer.
12779
12780 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
12781
12782         * spam-report.el (spam-report-url-ping-plain):
12783         Use gnus-extended-version as User-Agent.
12784
12785         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12786         default value is nil.
12787
12788         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
12789         (mm-uu-verbatim-marks-extract): New function.
12790         (mm-uu-extract): New face.
12791         (mm-uu-copy-to-buffer): Use it.
12792
12793         * spam-report.el (spam-report-gmane-ham): Renamed from
12794         `spam-report-gmane-unspam'.
12795         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
12796         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
12797
12798         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12799         Autoload.
12800         (spam-report-gmane-unregister-routine): Renamed
12801         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12802
12803 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
12804
12805         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12806         (spam-report-gmane-unregister-routine): Add support for gmane
12807         unregistration.
12808
12809         * spam-report.el (spam-report-gmane-unspam)
12810         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12811         (spam-report-gmane): Change to take a single article and do unspam
12812         registration.
12813
12814 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12815
12816         * mm-url.el (mm-url-decode-entities): Fix regexp.
12817
12818 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12819
12820         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12821         default to nil, to be able to use Gnus at all.  If the default
12822         switches to something else, then the function should be fixed not
12823         be exceedingly slow.
12824
12825 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
12826
12827         * gnus-start.el (gnus-activate-group): If the server is nil, don't
12828         fail hard.
12829
12830         * spam-report.el: Add better Keywords line.
12831
12832         * spam.el: Add Maintainer and better Keywords line.
12833
12834 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12835
12836         * gnus-art.el (gnus-article-replace-part)
12837         (gnus-mime-replace-part): New functions.
12838         (gnus-mime-action-alist, gnus-mime-button-commands)
12839         (gnus-mime-save-part-and-strip): Added file argument.
12840         (gnus-article-part-wrapper): Added interactive argument.
12841
12842         * gnus-sum.el (gnus-summary-mime-map): Add
12843         `gnus-article-replace-part'.
12844
12845 2005-09-19  Didier Verna  <didier@xemacs.org>
12846
12847         The nnml compaction feature:
12848         * nnml.el (nnml-request-compact-group): New function.
12849         * nnml.el (nnml-request-compact): New function.
12850         * gnus-int.el (gnus-request-compact-group): New function.
12851         * gnus-int.el (gnus-request-compact): New function.
12852         * gnus-group.el (gnus-group-compact-group): New function.
12853         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
12854         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
12855         * gnus-srvr.el (gnus-server-compact-server): New function.
12856         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
12857         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
12858
12859 2005-09-18  Deepak Goel  <deego@gnufans.org>
12860
12861         * sieve.el (sieve-help): Fix `message' call: first arg should be a
12862         format spec.
12863
12864 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12865
12866         * gnus.el (gnus-group-startup-message): Bind image-load-path.
12867
12868 2005-09-15  Romain Francoise  <romain@orebokech.com>
12869
12870         * message.el (message-fill-paragraph): Clarify docstring.
12871
12872 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12873
12874         * gnus-art.el (gnus-mime-display-part): Protect against broken
12875         MIME messages.
12876
12877 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12878
12879         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
12880         before parsing header.
12881
12882 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
12883
12884         * html2text.el (html2text-replace-list): Add new entities.
12885
12886 2005-09-11  Romain Francoise  <romain@orebokech.com>
12887
12888         * message.el (message-alternative-emails): Improve docstring.
12889         (message-setup-1): Call `message-use-alternative-email-as-from'
12890         after `message-setup-hook' to give it precedence over posting
12891         styles, etc.
12892         (message-use-alternative-email-as-from): Add docstring.  Remove
12893         the original From header if present.
12894
12895         * nnml.el (nnml-compressed-files-size-threshold): New variable.
12896         (nnml-save-mail): Use it.
12897
12898         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
12899         articles.  Add new argument `silent'.
12900         (gnus-uu-mark-all): Report the total number of marked articles.
12901
12902 2005-09-10  Romain Francoise  <romain@orebokech.com>
12903
12904         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
12905         (gnus-uu-mark-series): Likewise.
12906
12907 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
12908
12909         * spam-report.el (spam-report-gmane): Fix generation of spam
12910         report URL.
12911
12912 2005-09-10  Simon Josefsson  <jas@extundo.com>
12913
12914         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
12915         t, based on discussion on the ding list with Robert Epprecht
12916         <epprecht@solnet.ch>.
12917
12918 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
12919
12920         * spam-report.el (spam-report-gmane): Make it work without
12921         X-Report-Spam header.  Gmane now only provides Archived-At.
12922         This is only used if `spam-report-gmane-use-article-number' is nil.
12923         (spam-report-gmane-spam-header): Remove.  Not used anymore.
12924
12925         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
12926         make `gnus-summary-sort-by-recipient' work with threading.
12927
12928         * nnweb.el (nnweb-google-wash-article): Print a message if article
12929         is not available.
12930
12931 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12932
12933         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
12934         change.  Decode text/* parts content before displaying.
12935
12936 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12937
12938         * mml-smime.el: Remove defvar of gnus-extract-address-components.
12939
12940 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12941
12942         * mm-view.el (mm-display-inline-fontify): Disable support modes.
12943
12944         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
12945         url-package-name, url-package-version,
12946         w3m-cid-retrieve-function-alist, w3m-current-buffer,
12947         w3m-display-inline-images, and w3m-minor-mode-map.
12948
12949 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
12950
12951         * message.el (message-tab-body-function): Fix mismatched custom type.
12952
12953         * gnus.el (gnus-group-change-level-function): Ditto.
12954
12955         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
12956
12957         * gnus-art.el (gnus-signature-limit)
12958         (gnus-article-mime-part-function): Ditto.
12959
12960 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12961
12962         * mml.el (mml-mode): Silence the byte compiler.
12963
12964         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
12965         using `(sit-for 0)' before moving the point to the specified part;
12966         skip unbuttonized parts.
12967         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
12968         return to the summary window if gnus-auto-select-part is non-nil.
12969
12970 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
12971
12972         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
12973         variables.
12974         (mml-dnd-attach-file, mml-mode): Use them.
12975
12976         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
12977         Make fetching article by MID work again for Google Groups.  Added
12978         FIXME concerning gnus-group-make-web-group.
12979
12980         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
12981         Don't depend on Gnus by using mail-extract-address-components if
12982         gnus-extract-address-components is not bound.
12983
12984 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12985
12986         * gnus-art.el (gnus-mime-display-security): Don't display the
12987         signature, but only the signed part.
12988
12989 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12990
12991         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
12992
12993         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
12994         list, not listp.
12995
12996 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
12997
12998         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
12999         when encoding.
13000
13001         * mm-bodies.el (mm-decode-content-transfer-encoding):
13002         De-canonicalize CRLF for all text content types, not just
13003         text/plain.
13004
13005 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13006
13007         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13008         valid article; point arrow and cursor at the MIME button.
13009
13010 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13011
13012         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13013         Suggested by Dan Christensen <jdc@uwo.ca>.
13014
13015         * mm-decode.el (mm-save-part): Enable change of prompt.
13016
13017 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13018
13019         * gnus-msg.el (gnus-inews-add-send-actions): Made
13020         `message-post-method' lambda parameter ARG `&optional'.
13021
13022 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13023
13024         * gnus-sum.el (gnus-summary-mime-map): Added
13025         gnus-article-save-part-and-strip, gnus-article-delete-part and
13026         gnus-article-jump-to-part.
13027
13028         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
13029         (gnus-article-edit-part): Use it.
13030         (gnus-article-part-wrapper): Added no-handle argument.
13031         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
13032         functions.
13033
13034 2005-08-29  Romain Francoise  <romain@orebokech.com>
13035
13036         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13037         docstring.
13038         (gnus-face-from-file): Likewise.
13039
13040 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13041
13042         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13043         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13044         non-nil.
13045         (gnus-auto-select-part): New variable.
13046         (gnus-article-jump-to-part): New function.
13047         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13048         (gnus-mime-delete-part): Allow selecting specified part after
13049         deleting or stripping parts.
13050         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13051         part if argument is bogus.
13052
13053 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13054
13055         * gnus-art.el (w3m-minor-mode-map):
13056         * gnus-spec.el (gnus-newsrc-file-version):
13057         * gnus-util.el (nnmail-active-file-coding-system)
13058         (gnus-original-article-buffer, gnus-user-agent):
13059         * gnus.el (gnus-ham-process-destinations)
13060         (gnus-parameter-ham-marks-alist)
13061         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13062         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13063         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13064         * mm-decode.el (gnus-current-window-configuration):
13065         * mm-extern.el (gnus-article-mime-handles):
13066         * mm-url.el (url-current-object, url-package-name)
13067         (url-package-version):
13068         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13069         (smime-keys, w3m-cid-retrieve-function-alist)
13070         (w3m-current-buffer, w3m-display-inline-images)
13071         (w3m-minor-mode-map):
13072         * mml-smime.el (gnus-extract-address-components):
13073         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13074         (gnus-newsrc-hashtb, message-default-charset)
13075         (message-deletable-headers, message-options)
13076         (message-posting-charset, message-required-mail-headers)
13077         (message-required-news-headers):
13078         * mml1991.el (mc-pgp-always-sign):
13079         * mml2015.el (mc-pgp-always-sign):
13080         * nnheader.el (nnmail-extra-headers):
13081         * rfc1843.el (gnus-decode-encoded-word-function)
13082         (gnus-decode-header-function, gnus-newsgroup-name):
13083         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13084
13085 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13086
13087         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13088         the end of the date treatments.
13089
13090 2005-08-15  Simon Josefsson  <jas@extundo.com>
13091
13092         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13093         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13094         Capello and Romain Francoise.
13095         (pgg-fetch-key-function): Removed, not used?
13096         (pgg-insert-url-with-w3): Require url, to get
13097         url-insert-file-contents regardless of where it is defined.
13098
13099 2005-08-13  Romain Francoise  <romain@orebokech.com>
13100
13101         * message.el (message-cite-original-1): New function.
13102         (message-cite-original): Use it.
13103         (message-cite-original-without-signature): Ditto.
13104
13105 2005-08-08  Romain Francoise  <romain@orebokech.com>
13106
13107         * message.el (message-yank-empty-prefix): New variable.
13108         (message-indent-citation): Use it.
13109         (message-cite-original-without-signature): Respect X-No-Archive.
13110
13111 2005-08-08  Simon Josefsson  <jas@extundo.com>
13112
13113         * pgg.el: Autoload url-insert-file-contents instead of loading
13114         w3/url.
13115         (pgg-insert-url-with-w3): Don't load url here.
13116
13117 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13118
13119         * message.el (message-kill-to-signature): Don't insert newline at
13120         bol.
13121         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13122
13123 2005-08-06  Romain Francoise  <romain@orebokech.com>
13124
13125         * message.el (message-user-fqdn): Fix typo in docstring.
13126
13127 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13128
13129         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13130
13131         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13132
13133 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13134
13135         * mm-bodies.el (mm-encode-body): Use coding system rather than
13136         charset to encode text.
13137
13138         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13139         number of charsets if utf-8 is available (XEmacs).
13140
13141 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13142
13143         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13144         taken from `gnus-button-mid-or-mail-regexp'.
13145         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13146         (gnus-button-alist): Improve regexp for domain part of the MIDs
13147         for news:localpart@domain buttons.
13148         (gnus-button-ctan-directory-regexp): Update.
13149
13150 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13151
13152         * sieve-manage.el (sieve-manage-interactive-login): Use
13153         make-local-variable rather than make-variable-buffer-local.
13154         (sieve-manage-open): Ditto.
13155         (sieve-manage-authenticate): Ditto.
13156
13157         * mml.el (mml-generate-mime-1): Make the content type default to
13158         text/plain if the filename is not specified.
13159
13160 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13161
13162         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13163         instead of insert-buffer.
13164
13165         * message.el (message-yank-original): Ditto; set the mark at the
13166         end of the yanked message.
13167
13168 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13169
13170         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13171         lines to scroll rather than to stop it.
13172
13173         * mml.el (mml-generate-default-type): Add doc string.
13174         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13175         default to application/octet-stream when determining the content
13176         type if it is not specified for the part or the mml contents; add
13177         a comment about mml-generate-default-type.
13178
13179 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13180
13181         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13182         make it default to application/octet-stream when determining the
13183         content type if it is not specified for the external contents.
13184
13185 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13186
13187         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13188         segmented parameter but also other parameters might be there.
13189
13190 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13191
13192         * mm-decode.el (mm-display-external): Delete temp file, directory
13193         and buffer immediately if the external process is exited.
13194
13195 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13196
13197         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13198         fewer lines than that of scroll-margin.
13199         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13200
13201 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13202
13203         * gnus-art.el (gnus-article-next-page): Revert.
13204         (gnus-article-beginning-of-window): New macro.
13205         (gnus-article-next-page-1): Use it.
13206         (gnus-article-prev-page): Ditto.
13207         (gnus-article-edit-part): Use insert-buffer-substring instead of
13208         insert-buffer.
13209         (gnus-article-edit-exit): Ditto.
13210
13211         * gnus-util.el (gnus-beginning-of-window): Remove.
13212         (gnus-end-of-window): Remove.
13213
13214         * lpath.el: Don't bind header-line-format and scroll-margin.
13215
13216 2005-07-25  Simon Josefsson  <jas@extundo.com>
13217
13218         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13219         to have the url package without w3.  Reported by Daiki Ueno
13220         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13221
13222 2005-07-20  Didier Verna  <didier@xemacs.org>
13223
13224         * gnus-diary.el: Remove the description comment (nndiary is now
13225         properly documented in the Gnus manual).
13226         Fix the spelling of "Back End".
13227         * nndiary.el: Ditto.
13228         Fix the copyright notice.
13229
13230 2005-07-18  Romain Francoise  <romain@orebokech.com>
13231
13232         * gnus-sum.el (gnus-summary-to-prefix)
13233         (gnus-summary-newsgroup-prefix): New variables.
13234         (gnus-summary-from-or-to-or-newsgroups): Use them.
13235
13236 2005-07-17  Romain Francoise  <romain@orebokech.com>
13237
13238         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13239         space as it's generally not especially interesting to the user.
13240
13241 2005-07-16  Romain Francoise  <romain@orebokech.com>
13242
13243         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13244         nil to avoid prompting and file modification if one of the
13245         messages at the top of the nnfolder file contains a copyright
13246         notice.
13247         Update copyright notice.
13248
13249         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13250         instead of `current-time-string' as the latter creates a time
13251         string that is not RFC 2822 compliant (it lacks the zone).
13252         Update copyright notice.
13253
13254 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13255
13256         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13257         for text/rtf.  Display default in prompt.  Pass default for M-n.
13258
13259         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13260
13261 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13262
13263         * gnus-msg.el (gnus-button-mailto): Remove
13264         save-selected-window-window hackery because it relies on
13265         save-selected-window internals.
13266
13267 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13268
13269         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13270         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13271         (gnus-article-prev-page): Ditto.
13272
13273         * gnus-util.el (gnus-beginning-of-window): New function.
13274         (gnus-end-of-window): New function.
13275
13276         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
13277
13278 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13279
13280         * gnus-score.el (gnus-score-edit-all-score): Set
13281         gnus-score-edit-exit-function to gnus-score-edit-done and call
13282         gnus-message.
13283
13284 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13285
13286         * gnus-msg.el (gnus-button-mailto): Remove
13287         save-selected-window-window hackery because it relies on
13288         save-selected-window internals.
13289
13290 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13291
13292         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13293         add-minor-mode.
13294         (gnus-binary-mode): Ditto.
13295
13296         * gnus-topic.el (gnus-topic-mode): Ditto.
13297
13298 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13299
13300         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13301         (gnus-article-prev-page): Take scroll-margin into consideration.
13302
13303 2005-07-04  Lute Kamstra  <lute@gnu.org>
13304
13305         Update FSF's address in GPL notices.
13306
13307 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13308
13309         * gnus.el (gnus-exit):
13310         * gnus-group.el (gnus-group-icons):
13311         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13312
13313         * gnus-nocem.el (gnus-nocem):
13314         * message.el (message-various, message-buffers, message-sending)
13315         (message-interface, message-forwarding, message-insertion)
13316         (message-headers, message-news, message-mail):
13317         * pgg-gpg.el (pgg-gpg):
13318         * pgg-parse.el (pgg-parse):
13319         * pgg-pgp.el (pgg-pgp):
13320         * pgg-pgp5.el (pgg-pgp5):
13321         * pop3.el (pop3): Finish `defgroup' description with period.
13322
13323 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13324
13325         * gnus-art.el (article-display-face): Improve the efficiency.
13326         (article-display-x-face): Ditto; remove grey x-face stuff.
13327
13328 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13329
13330         * gnus-art.el (article-display-face): Correct the position in
13331         which Faces are inserted.
13332
13333 2005-06-29  Didier Verna  <didier@xemacs.org>
13334
13335         * gnus-art.el (article-display-face): Display faces in correct
13336         order.
13337
13338 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13339
13340         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13341         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13342         (gnus-nocem-check-article): Fetch the Type header.
13343         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13344         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13345         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13346         make sure gnus-nocem-hashtb is initialized.
13347         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13348         (gnus-nocem-unwanted-article-p): Ditto.
13349
13350         * pgg.el (pgg-verify): Return the verification result.
13351
13352 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13353
13354         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13355         is ascii.
13356
13357 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13358
13359         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13360         `show-nonbreak-escape'.
13361
13362 2005-06-23  Lute Kamstra  <lute@gnu.org>
13363
13364         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13365
13366         * dig.el (dig-mode):
13367         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13368
13369 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13370
13371         * nnimap.el (nnimap-split-download-body): Fix spellings.
13372
13373 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13374
13375         * gnus-art.el (gnus-article-encrypt-body):
13376         * gnus-cus.el (gnus-score-customize):
13377         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13378         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13379
13380 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13381
13382         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13383         header by looking for magic "MII" at the beginnig.
13384
13385 2005-06-16  Miles Bader  <miles@gnu.org>
13386
13387         * gnus-xmas.el (gnus-xmas-group-startup-message):
13388         Use renamed gnus-splash face.
13389
13390         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13391         (assistant-field-face): New backward-compatibility alias for renamed
13392         face.
13393         (assistant-render-text): Use renamed assistant-field face.
13394
13395         * spam.el (spam): Remove "-face" suffix from face name.
13396         (spam-face): New backward-compatibility alias for renamed face.
13397         (spam-face, spam-initialize): Use renamed spam face.
13398
13399         * message.el (message-header-to, message-header-cc)
13400         (message-header-subject, message-header-newsgroups)
13401         (message-header-other, message-header-name)
13402         (message-header-xheader, message-separator, message-cited-text)
13403         (message-mml): Remove "-face" suffix from face names.
13404         (message-header-to-face, message-header-cc-face)
13405         (message-header-subject-face, message-header-newsgroups-face)
13406         (message-header-other-face, message-header-name-face)
13407         (message-header-xheader-face, message-separator-face)
13408         (message-cited-text-face, message-mml-face):
13409         New backward-compatibility aliases for renamed faces.
13410         (message-font-lock-keywords): Use renamed message faces.
13411
13412         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13413         (sieve-test-commands, sieve-tagged-arguments):
13414         Remove "-face" suffix from face names.
13415         (sieve-control-commands-face, sieve-action-commands-face)
13416         (sieve-test-commands-face, sieve-tagged-arguments-face):
13417         New backward-compatibility aliases for renamed faces.
13418         (sieve-control-commands-face, sieve-action-commands-face)
13419         (sieve-test-commands-face, sieve-tagged-arguments-face):
13420         Use renamed sieve faces.
13421
13422         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13423         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13424         (gnus-group-news-3-empty, gnus-group-news-4)
13425         (gnus-group-news-4-empty, gnus-group-news-5)
13426         (gnus-group-news-5-empty, gnus-group-news-6)
13427         (gnus-group-news-6-empty, gnus-group-news-low)
13428         (gnus-group-news-low-empty, gnus-group-mail-1)
13429         (gnus-group-mail-1-empty, gnus-group-mail-2)
13430         (gnus-group-mail-2-empty, gnus-group-mail-3)
13431         (gnus-group-mail-3-empty, gnus-group-mail-low)
13432         (gnus-group-mail-low-empty, gnus-summary-selected)
13433         (gnus-summary-cancelled, gnus-summary-high-ticked)
13434         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13435         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13436         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13437         (gnus-summary-low-undownloaded)
13438         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13439         (gnus-summary-low-unread, gnus-summary-normal-unread)
13440         (gnus-summary-high-read, gnus-summary-low-read)
13441         (gnus-summary-normal-read, gnus-splash):
13442         Remove "-face" suffix from face names.
13443         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13444         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13445         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13446         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13447         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13448         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13449         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13450         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13451         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13452         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13453         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13454         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13455         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13456         (gnus-summary-normal-ticked-face)
13457         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13458         (gnus-summary-normal-ancient-face)
13459         (gnus-summary-high-undownloaded-face)
13460         (gnus-summary-low-undownloaded-face)
13461         (gnus-summary-normal-undownloaded-face)
13462         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13463         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13464         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13465         (gnus-splash-face):
13466         New backward-compatibility aliases for renamed faces.
13467         (gnus-group-startup-message): Use renamed gnus faces.
13468
13469         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13470         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13471         (gnus-server-agent): Remove "-face" suffix from face names.
13472         (gnus-server-agent-face, gnus-server-opened-face)
13473         (gnus-server-closed-face, gnus-server-denied-face)
13474         (gnus-server-offline-face):
13475         New backward-compatibility aliases for renamed faces.
13476         (gnus-server-agent-face, gnus-server-opened-face)
13477         (gnus-server-closed-face, gnus-server-denied-face)
13478         (gnus-server-offline-face): Use renamed gnus faces.
13479
13480         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13481         Remove "-face" suffix from face names.
13482         (gnus-picon-xbm-face, gnus-picon-face):
13483         New backward-compatibility aliases for renamed faces.
13484
13485         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13486         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13487         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13488         (gnus-cite-11): Remove "-face" suffix from face names.
13489         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13490         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13491         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13492         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13493         New backward-compatibility aliases for renamed faces.
13494         (gnus-cite-attribution-face, gnus-cite-face-list)
13495         (gnus-article-boring-faces): Use renamed gnus faces.
13496
13497         * gnus-art.el (gnus-signature, gnus-header-from)
13498         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13499         (gnus-header-content): Remove "-face" suffix from face names.
13500         (gnus-signature-face, gnus-header-from-face)
13501         (gnus-header-subject-face, gnus-header-newsgroups-face)
13502         (gnus-header-name-face, gnus-header-content-face):
13503         New backward-compatibility aliases for renamed faces.
13504         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13505
13506         * gnus-sum.el (gnus-summary-selected-face)
13507         (gnus-summary-highlight): Use renamed gnus faces.
13508         * gnus-group.el (gnus-group-highlight): Likewise.
13509
13510 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13511
13512         * gnus-sieve.el (gnus-sieve-article-add-rule):
13513         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13514         * spam-stat.el (spam-stat-buffer-change-to-spam)
13515         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13516
13517         * message.el (message-is-yours-p):
13518         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13519
13520 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13521
13522         * mm-view.el (mm-inline-text): Withdraw the last change.
13523
13524 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13525
13526         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13527         executing enriched-decode.
13528
13529 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13530
13531         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13532         charset of tar files.
13533
13534 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13535
13536         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13537
13538 2005-06-04  Lute Kamstra  <lute@gnu.org>
13539
13540         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13541         information is never recorded.
13542
13543 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13544
13545         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13546
13547 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13548
13549         * pop3.el (pop3-apop): Run md5 in the binary mode.
13550
13551         * starttls.el (starttls-set-process-query-on-exit-flag):
13552         Use eval-and-compile.
13553
13554 2005-05-31  Simon Josefsson  <jas@extundo.com>
13555
13556         * smime.el (smime-replace-in-string): Define.
13557         (smime-cert-by-ldap-1): Use it.
13558
13559 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13560
13561         * gnus-art.el (article-display-x-face): Replace
13562         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13563
13564         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13565         set-process-query-on-exit-flag or process-kill-without-query.
13566
13567         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13568         loop instead of replace-regexp.
13569
13570         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13571         instead of process-kill-without-query if it is available.
13572
13573         * lpath.el: Fbind ldap-search-entries.
13574
13575         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13576         instead of find-file-hooks if it is available.
13577
13578         * mml1991.el: Bind pgg-default-user-id when compiling.
13579
13580         * mml2015.el: Bind pgg-default-user-id when compiling.
13581
13582         * nndraft.el (nndraft-request-associate-buffer):
13583         Use write-contents-functions instead of write-contents-hooks if it is
13584         available.
13585
13586         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13587         instead of find-file-hooks if it is available.
13588
13589         * nntp.el (nntp-open-connection): Replace
13590         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13591         (nntp-open-ssl-stream): Ditto.
13592         (nntp-open-tls-stream): Ditto.
13593
13594         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13595         set-process-query-on-exit-flag or process-kill-without-query.
13596         (starttls-open-stream-gnutls): Use it instead of
13597         process-kill-without-query.
13598         (starttls-open-stream): Ditto.
13599
13600 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
13601
13602         * smime.el (smime-cert-by-ldap-1): Don't use
13603         replace-regexp-in-string.
13604
13605 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
13606
13607         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13608
13609         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13610         in PEM format.  Adjust to the XEmacs compability.
13611
13612 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13613
13614         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13615         by `string-to-number'.
13616         * gnus-agent.el (gnus-agent-regenerate-group)
13617         (gnus-agent-fetch-articles): Ditto.
13618         * gnus-art.el (gnus-button-fetch-group): Ditto.
13619         * gnus-cache.el (gnus-cache-generate-active)
13620         (gnus-cache-articles-in-group): Ditto.
13621         * gnus-group.el (gnus-group-set-current-level)
13622         (gnus-group-insert-group-line): Ditto.
13623         * gnus-score.el (gnus-score-set-expunge-below)
13624         (gnus-score-set-mark-below, gnus-summary-score-effect)
13625         (gnus-summary-score-entry): Ditto.
13626         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13627         (gnus-soup-pack): Ditto.
13628         * gnus-spec.el (gnus-xmas-format): Ditto.
13629         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13630         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13631         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13632         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13633         * nndb.el (nndb-get-remote-expire-response): Ditto.
13634         * nndiary.el (nndiary-parse-schedule-value)
13635         (nndiary-string-to-number, nndiary-request-replace-article)
13636         (nndiary-request-article): Ditto.
13637         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13638         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13639         * nneething.el (nneething-make-head): Ditto.
13640         * nnfolder.el (nnfolder-request-article)
13641         (nnfolder-retrieve-headers): Ditto.
13642         * nnheader.el (nnheader-file-to-number): Ditto.
13643         * nnkiboze.el (nnkiboze-request-article): Ditto.
13644         * nnmail.el (nnmail-process-unix-mail-format)
13645         (nnmail-process-babyl-mail-format): Ditto.
13646         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13647         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13648         (nnmh-request-create-group, nnmh-request-list-1)
13649         (nnmh-request-group, nnmh-request-article): Ditto.
13650         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13651         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13652         * nnsoup.el (nnsoup-make-active): Ditto.
13653         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13654         * nntp.el (nntp-find-group-and-number)
13655         (nntp-retrieve-headers-with-xover): Ditto.
13656         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13657         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13658         (pgg-format-key-identifier): Ditto.
13659         * pop3.el (pop3-last, pop3-stat): Ditto.
13660         * qp.el (quoted-printable-decode-region): Ditto.
13661
13662         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13663         of concat.
13664
13665 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13666
13667         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13668
13669         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13670
13671         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13672
13673         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13674
13675         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13676
13677         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13678
13679         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13680         (gnus-carpal-mode): Ditto.
13681
13682         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13683         (gnus-browse-mode): Ditto.
13684
13685         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13686
13687         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13688
13689 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13690
13691         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13692
13693 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13694
13695         * gnus-util.el (gnus-run-mode-hooks): New function.
13696
13697         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13698
13699         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
13700         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
13701
13702 2005-05-27  Lute Kamstra  <lute@gnu.org>
13703
13704         * dns-mode.el (dns-mode): Specify customization group.
13705
13706 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13707
13708         * gnus-agent.el (gnus-agent-make-mode-line-string):
13709         Use mode-line-highlight as mouse-face.
13710
13711 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13712
13713         * canlock.el (canlock): Change the parent group to news.
13714
13715         * deuglify.el (gnus-outlook-deuglify): Add :group.
13716
13717         * dig.el (dig): Add :group.
13718
13719         * dns-mode.el (dns-mode): Add :group.
13720
13721         * encrypt.el (encrypt): Add :group.
13722
13723         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13724         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13725         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13726         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13727         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13728
13729         * gnus-diary.el (gnus-diary): Add :group.
13730
13731         * gnus.el (gnus-group-news-1-face): Add :group.
13732         (gnus-group-news-1-empty-face): Ditto.
13733         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13734         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13735         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13736         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13737         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13738         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13739         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13740         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13741         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13742         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13743         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13744         (gnus-summary-high-ticked-face): Ditto.
13745         (gnus-summary-low-ticked-face): Ditto.
13746         (gnus-summary-normal-ticked-face): Ditto.
13747         (gnus-summary-high-ancient-face): Ditto.
13748         (gnus-summary-low-ancient-face): Ditto.
13749         (gnus-summary-normal-ancient-face): Ditto.
13750         (gnus-summary-high-undownloaded-face): Ditto.
13751         (gnus-summary-low-undownloaded-face): Ditto.
13752         (gnus-summary-normal-undownloaded-face): Ditto.
13753         (gnus-summary-high-unread-face): Ditto.
13754         (gnus-summary-low-unread-face): Ditto.
13755         (gnus-summary-normal-unread-face): Ditto.
13756         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13757         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13758
13759         * hashcash.el (hashcash): New custom group.
13760         (hashcash-default-payment): Add :group.
13761         (hashcash-payment-alist): Ditto.
13762         (hashcash-default-accept-payment): Ditto.
13763         (hashcash-accept-resources): Ditto.
13764         (hashcash-path): Ditto.
13765         (hashcash-extra-generate-parameters): Ditto.
13766         (hashcash-double-spend-database): Ditto.
13767         (hashcash-in-news): Ditto.
13768
13769         * message.el (message-minibuffer-local-map): Add :group.
13770
13771         * netrc.el (netrc): Add :group.
13772
13773         * sieve-manage.el (sieve-manage-log): Add :group.
13774         (sieve-manage-default-user): Diito.
13775         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13776         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13777         (sieve-manage-authenticators): Ditto.
13778         (sieve-manage-authenticator-alist): Ditto.
13779         (sieve-manage-default-port): Ditto.
13780
13781         * sieve-mode.el (sieve-control-commands-face): Add :group.
13782         (sieve-action-commands-face): Ditto.
13783         (sieve-test-commands-face): Ditto.
13784         (sieve-tagged-arguments-face): Ditto.
13785
13786         * smime.el (smime): Add :group.
13787
13788         * spam-report.el (spam-report): Add :group.
13789
13790         * spam.el (spam, spam-face): Add :group.
13791
13792 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13793
13794         * nntp.el (nntp-next-result-arrived-p): Some news servers may
13795         return \n.\n.\n at the end of articles.  Protect against that.
13796         (nntp-with-open-group): Allow debugging.
13797
13798         * nnheader.el (mail-header-set-extra): Make into a function
13799         because I just could't understand how to quote the list properly.
13800
13801         * dns.el (query-dns-cached): New function.
13802
13803 2005-05-26  Lute Kamstra  <lute@gnu.org>
13804
13805         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13806
13807 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13808
13809         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
13810
13811         * gnus-art.el: Don't autoload mail-extract-address-components.
13812
13813         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13814         eval-and-compile to evaluate it.
13815
13816         * hashcash.el: Don't autoload executable-find.
13817
13818         * nndb.el: Don't declare the nndb back end two or more times; don't
13819         autoload news-reply-mode, news-setup, cancel-timer and telnet.
13820
13821         * nntp.el: Autoload format-spec instead of format; use
13822         eval-and-compile to evaluate autoload forms.
13823
13824 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
13825
13826         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13827
13828 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13829
13830         * gnus.el (gnus-version-number): Bump version.
13831
13832 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13833
13834         * gnus.el: No Gnus v0.3 is released.
13835
13836 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13837
13838         * lpath.el (featurep): Bind show-nonbreak-escape.
13839
13840 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13841
13842         * gnus-art.el (gnus-article-edit-part): Disable undo.
13843
13844 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13845
13846         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13847         gnus-article-date-lapsed-new-header is t if date timer is active;
13848         skip headers in which the original date value is empty.
13849         (gnus-article-save-original-date): Redefine it as a macro.
13850         (gnus-display-mime): Use it.
13851
13852 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13853
13854         * gnus-art.el (article-date-ut): Support converting date in
13855         forwarded parts as well.
13856         (gnus-article-save-original-date): New function.
13857         (gnus-display-mime): Use it.
13858
13859 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
13860
13861         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
13862         enclosure element of <item>.
13863
13864 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
13865
13866         * message.el (message-kill-buffer-query): Renamed from
13867         `message-kill-buffer-query-if-modified'.  Added :version.
13868
13869 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13870
13871         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
13872         window layout.
13873
13874 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13875
13876         * mml.el: Autoload dnd when compiling.
13877
13878 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13879
13880         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
13881         x-dnd-*.
13882
13883 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13884
13885         * qp.el (quoted-printable-encode-region): Save excursion.
13886
13887 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
13888
13889         * message.el (message-kill-buffer-query-if-modified): Add new variable
13890         so the user can kill a modified message buffer quickly.
13891         (message-kill-buffer): Use it.
13892
13893 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13894
13895         * lpath.el: Fbind display-time-event-handler; don't fbind
13896         string-to-multibyte.
13897
13898         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
13899
13900 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13901
13902         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
13903         contained in text because xml.el decodes entities) with LFs.
13904
13905 2005-04-11  Lute Kamstra  <lute@gnu.org>
13906
13907         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
13908         differently.
13909
13910 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13911
13912         * mm-util.el (mm-detect-coding-region): Typo.
13913
13914 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13915
13916         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
13917
13918 2005-04-06  Deepak Goel  <deego@gnufans.org>
13919
13920         * spam-stat.el (spam-stat-score-buffer): Add a call to a
13921         user-function allow user modifications of the scores.
13922         (spam-stat-score-buffer-user): New function, to allow
13923         user-computed modifications to the score.
13924         (spam-stat-score-buffer-user-functions): List of additional
13925         scoring functions.
13926         (spam-stat-error-holder): Global temporary error holder.
13927         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
13928         variable.
13929
13930 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
13931
13932         * gnus-registry.el (gnus-registry-clean-empty-function)
13933         (gnus-registry-trim, gnus-registry-fetch-groups)
13934         (gnus-registry-delete-group): Groups that match
13935         `gnus-registry-ignored-groups' are removed from the registry
13936         entries, not just ignored for splitting.  This helps clean up the
13937         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
13938         to get all the groups a message ID is in.
13939
13940         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
13941         (spam-stat-split-fancy): Change "threshhold" to "threshold".
13942         (spam-stat-score-buffer-user-functions): Add :number custom type.
13943
13944 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13945
13946         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
13947         argument in XEmacs.
13948
13949         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
13950         (nnrss-request-group): Decode group name first.
13951         (nnrss-request-article): Make a text/plain article if mml-to-mime
13952         failed.
13953         (nnrss-get-encoding): Return a compatible encoding according to
13954         nnrss-compatible-encoding-alist.
13955         (nnrss-find-el): Use consp instead of listp.
13956         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
13957
13958 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13959
13960         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
13961         which Emacs 20 doesn't support.
13962         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
13963
13964 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13965
13966         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
13967         silence the byte compiler inside the defun.
13968
13969         * gnus-demon.el (parse-time-string): Add autoload.
13970
13971         * gnus-delay.el (parse-time-string): Add autoload.
13972
13973         * gnus-art.el (parse-time-string): Add autoload.
13974
13975         * nnultimate.el (parse-time): Require for `parse-time-string'.
13976
13977 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13978
13979         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
13980
13981         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
13982
13983         * smime.el (smime-ldap-host-list): Add :version.
13984
13985 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13986
13987         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
13988         pass it to `gnus-browse-read-group'.
13989         (gnus-browse-read-group): Add NUMBER argument and pass it to
13990         `gnus-group-read-ephemeral-group'.
13991
13992         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
13993         argument and pass it to `gnus-group-read-group'.
13994
13995 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
13996
13997         * mm-util.el (mm-xemacs-find-mime-charset): Only call
13998         mm-xemacs-find-mime-charset-1 if we have the mule feature
13999         available at runtime.
14000
14001 2005-03-25  Werner Lemberg  <wl@gnu.org>
14002
14003         * nnmaildir.el: Replace `illegal' with `invalid'.
14004
14005 2005-03-23  Lute Kamstra  <lute@gnu.org>
14006
14007         * time-date.el: Add comment on time value formats.
14008         Don't require parse-time.
14009         (with-decoded-time-value): New macro.
14010         (encode-time-value): New function.
14011         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14012         (days-to-time): Return a valid time value when arg is huge.
14013         (time-since): Use time-subtract.
14014         (time-to-number-of-days): Use time-to-seconds.
14015
14016 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14017
14018         * gnus-start.el (gnus-display-time-event-handler):
14019         Check display-time-timer at runtime rather than only at load time
14020         in case display-time-mode is turned off in the mean time.
14021
14022 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14023
14024         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14025         used.
14026
14027         * nneething.el (nneething-map-file-directory): Derive from
14028         `gnus-directory'.
14029
14030         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14031         the To/Cc button.
14032
14033 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14034
14035         * nnmaildir.el (nnmaildir-request-accept-article):
14036         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14037
14038 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14039
14040         * gnus-async.el: Require timer-funcs at compile time when in
14041         XEmacs for `run-with-idle-timer'.
14042
14043 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14044
14045         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14046         autoloaded function.
14047
14048 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14049
14050         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14051
14052 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14053
14054         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14055
14056 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14057
14058         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
14059         gnus-expert-user to default.
14060
14061 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14062
14063         * nnimap.el (nnimap-open-server): Ditto.
14064
14065         * imap.el (imap-authenticate): Fix typo.
14066
14067 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14068
14069         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14070         buffer (since IMAP server might return FETCH response out of
14071         order, and the nntp buffer must be sorted).
14072
14073 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14074
14075         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
14076         comparison on string.
14077
14078         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14079         (gnus-agent-score): Renamed category keywords to match gnus-cus.
14080         (gnus-agent-summary-fetch-series): Modified to protect against
14081         gnus-agent-summary-fetch-group clearing processable flags.
14082         (gnus-agent-synchronize-group-flags): Update live group buffer as
14083         synchronization may occur due to the user toggle the plugged
14084         status.
14085         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14086         successfully downloaded.
14087         (gnus-agent-expire-group-1): Avoid using markers when the overview
14088         is in ascending order; greatly improves performance.
14089         (gnus-agent-regenerate-group): Use
14090         gnus-agent-synchronize-group-flags to reset read status in both
14091         gnus and server.
14092         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
14093
14094 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14095
14096         * message.el: Don't autoload former message-utils variables.
14097         (message-strip-subject-trailing-was): Change doc string.
14098
14099         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14100         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14101         (nnweb-google-search): Add "hl=en" here.
14102         (nnweb-google-parse-1, nnweb-google-create-mapping):
14103         Don't hardcode URL.
14104
14105 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14106
14107         * message.el (message-get-reply-headers, message-followup):
14108         Mention related variables `message-use-followup-to' and
14109         `message-use-mail-followup-to', in the information buffer.
14110
14111         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14112         of broken groups(-beta).google.com.
14113
14114 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14115
14116         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14117         parameter to invoked gnus-request-move-article; remove the
14118         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14119         all at once instead of once per article.
14120         (gnus-summary-remove-process-mark): Accept a list of articles as
14121         well as a single article for processing.
14122
14123         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14124         parameter.
14125
14126         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14127
14128         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14129
14130         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14131         parameter.
14132
14133         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14134         parameter.
14135
14136         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14137         parameter and remove the gnus-sum-hint-move-is-internal variable.
14138
14139         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14140         parameter.
14141
14142         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14143         parameter.
14144
14145         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14146         parameter.
14147
14148         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14149
14150         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14151         parameter.
14152
14153         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14154         parameter.
14155
14156 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14157
14158         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14159         a more conservative way.
14160
14161 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14162
14163         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14164         buffer, so it moves the window's cursor.
14165
14166 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14167
14168         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14169         `mm-dissect-multipart' and receive the from field as an (optional)
14170         argument from `mm-dissect-multipart'.
14171         (mm-dissect-multipart): Receive the from field as an argument and
14172         pass it on when we call `mm-dissect-buffer' on MIME parts.
14173         Fixes verification/decryption of signed/encrypted MIME parts.
14174
14175 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14176
14177         * gnus-sum.el (gnus-summary-move-article): Set
14178         gnus-sum-hint-move-is-internal for gnus-request-move-article and
14179         whatever it calls (right now, only nnimap-request-move article
14180         respects it).
14181
14182         * nnimap.el (nnimap-request-move-article): When
14183         gnus-sum-hint-move-is-internal is set, don't do the extra
14184         nnimap-request-article.
14185
14186 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14187
14188         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14189
14190         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14191         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14192
14193         * gnus-sum.el (gnus-summary-caesar-message):
14194         Apply `gnus-treat-article' after rotation.
14195
14196         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14197         doc string.
14198
14199 2005-02-22  Simon Josefsson  <jas@extundo.com>
14200
14201         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14202         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14203         <arne@arnested.dk>.
14204         (encrypt): Add password-cache and password-cache-expiry as group
14205         members.
14206
14207 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14208
14209         * smime.el (smime-ldap-host-list): Doc fix.
14210         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14211         cache) password.
14212         (smime-sign-region): Use it.
14213         (smime-decrypt-region): Use it.
14214         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14215         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14216         fails.
14217         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14218         certificate from DER to PEM format rather than calling openssl.
14219
14220         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14221
14222         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14223         for signing/encryption.
14224
14225         * mml.el (mml-parse-1): Use them.
14226
14227 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14228
14229         * nnrss.el (nnrss-verbose): Removed.
14230         (nnrss-request-group): Use `nnheader-message' instead.
14231
14232 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14233
14234         * nnrss.el (nnrss-verbose): New variable.
14235         (nnrss-request-group): Make it say nnrss is requesting a group.
14236
14237 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14238
14239         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14240         Handle news URL with given port correctly.
14241
14242 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14243
14244         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14245         containing special characters.
14246
14247         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14248
14249         * mml.el (mime-to-mml): Ditto.
14250
14251         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14252         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14253         (rfc2047-decode-region): Quote decoded words containing special
14254         characters when rfc2047-quote-decoded-words-containing-tspecials
14255         is non-nil.
14256
14257 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14258
14259         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14260
14261         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14262
14263 2005-02-15  Simon Josefsson  <jas@extundo.com>
14264
14265         * nnimap.el (nnimap-debug): Doc fix.
14266
14267         * imap.el (imap-debug): Doc fix.
14268
14269 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14270
14271         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14272
14273 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14274
14275         * gnus.el (spam-contents): Improve docs for spam-contents
14276         parameter in its variable incarnation.
14277
14278 2005-02-14  Simon Josefsson  <jas@extundo.com>
14279
14280         * smime-ldap.el: Use require instead of load-library for ldap.
14281         (smime-ldap-search): Indent.
14282         (smime-ldap-search-internal): Shorten line.
14283
14284         * smime.el (smime-cert-by-dns): Add doc-string.
14285         (smime-cert-by-ldap-1): Indent.
14286
14287         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
14288         mml-smime-get-dns-ldap.
14289         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14290
14291 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14292
14293         * smime.el: Require smime-ldap.
14294         (smime-ldap-host-list): New variable.
14295         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14296
14297         * mml-smime.el (mml-smime-encrypt-query): New function.
14298         (mml-smime-encrypt-query): Use it.
14299
14300         * smime-ldap.el: New file.
14301
14302 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14303
14304         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14305
14306 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14307
14308         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14309         argument in doc string.  Make query for type more clear.
14310
14311 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14312
14313         * gnus.el (gnus-group-startup-message): Search for gnus images in
14314         etc/images/gnus.
14315         * mm-util.el (mm-image-load-path): Likewise.
14316         * smiley.el (smiley-data-directory): Search for smilies in
14317         etc/images/smilies.
14318
14319 2005-02-09  Kim F. Storm  <storm@cua.dk>
14320
14321         Change Emacs release version from 21.4 to 22.1 throughout.
14322         Change Emacs development version from 21.3.50 to 22.0.50.
14323
14324 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14325
14326         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14327
14328         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14329         non-Mule XEmacs as well.
14330         (mm-decompress-buffer): Signal an error intentionally if it does
14331         not decompress compressed data because auto-compression-mode is
14332         disabled.
14333
14334 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14335
14336         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14337         an ID in the registry even if it has no groups.
14338
14339 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14340
14341         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14342         merge it into mm-decompress-buffer.
14343         (gnus-mime-copy-part): Use the MIME part charset, the value which
14344         a user specified or gnus-newsgroup-charset for decoding, like
14345         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14346         save-buffer what was used.  Suggested by Kevin Ryde
14347         <user42@zip.com.au>.
14348         (gnus-mime-inline-part): Allow the name parameter as well as the
14349         filename parameter; force decompressing of compressed data; always
14350         display contents being not decoded as unibyte.
14351
14352         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14353         as well as the filename parameter.
14354
14355         * mm-util.el (mm-decompress-buffer): Merge
14356         gnus-mime-jka-compr-maybe-uncompress.
14357         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14358         of compressed data.
14359
14360 2005-02-08  Simon Josefsson  <jas@extundo.com>
14361
14362         * imap.el (imap-log): Doc fix.
14363
14364 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14365
14366         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14367         the coding cookies; decompress compressed parts.
14368
14369         * mml.el (mml-generate-mime-1): Add the charset parameter according
14370         to the value which a user specified manually or the coding cookie.
14371
14372         * mm-util.el (mm-string-to-multibyte): New function.
14373         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14374         (mm-coding-system-to-mime-charset): New function.
14375         (mm-decompress-buffer): New function.
14376         (mm-find-buffer-file-coding-system): New function.
14377
14378         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14379         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14380         parts.
14381
14382 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14383
14384         * mm-view.el (mm-display-inline-fontify): Decode a part according
14385         to the charset parameter.
14386
14387 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14388
14389         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14390         prefix arg is neither nil nor a number, as info specifies.
14391
14392 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14393
14394         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14395         timestamps.
14396
14397 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14398
14399         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14400         groups error checking and notify user.
14401
14402 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14403
14404         * message.el (message-send-mail-function): Check existence of
14405         sendmail-program first before using default value
14406         `message-send-mail-with-sendmail'.  Otherwise use more generic
14407         `smtpmail-send-it'.
14408
14409 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14410
14411         * nntp.el (nntp-request-update-info): Always return nil.
14412
14413 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14414
14415         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14416
14417 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14418
14419         * message.el (message-beginning-of-line): Change the behavior when
14420         invoked between BOL and : so that it first moves backward.
14421
14422 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14423
14424         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14425         article buffer when editing of the article is discarded.
14426         (gnus-article-prepare): Revert.
14427
14428 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14429
14430         * gnus-art.el (gnus-article-prepare):
14431         Remove message-strip-forbidden-properties from the local hook.
14432
14433 2005-01-27  Simon Josefsson  <jas@extundo.com>
14434
14435         * password.el (password-cache-add): Only start one timer per key.
14436         Reported by Derek Atkins <warlord@MIT.EDU>.
14437
14438 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14439
14440         * run-at-time.el: Removed.  It is no longer needed as
14441         timer-funcs.el in the xemacs-base package has a working version of
14442         `run-at-time'.
14443
14444         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
14445
14446         * password.el: Require timer-funcs instead of run-at-time in
14447         XEmacs.
14448         Remove `password-run-at-time' macro.
14449         (password-cache-add): Use `run-at-time' instead of
14450         `password-run-at-time'.
14451
14452         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
14453         Remove `nnheader-cancel-function-timers' alias,
14454         `cancel-function-timers' exists in XEmacs in timer-funcs.
14455
14456         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14457         for `run-with-idle-timer'.
14458
14459         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14460         for `run-at-time'.
14461
14462         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14463         for `with-timeout'.
14464
14465         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
14466         the same as for XEmacs 21.4.
14467         No need to ignore `run-with-idle-timer', this function exists in
14468         XEmacs now in timer-funcs.el in the xemacs-base package.
14469         (dgnushack-compile): No need to delete
14470         run-at-time.el from the list of files to compile because it
14471         doesn't exist anymore.
14472
14473 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14474
14475         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14476         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14477
14478 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14479
14480         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14481         sensitively.
14482
14483 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14484
14485         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14486
14487 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14488
14489         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14490         which will be inserted according to the multibyteness of a buffer
14491         rather than the type of contents.  Suggested by ARISAWA Akihiro
14492         <ari@mbf.ocn.ne.jp>.
14493
14494         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14495         of string which old xml.el may return rather than a string.
14496
14497 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14498
14499         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14500
14501 2005-01-16  Simon Josefsson  <jas@extundo.com>
14502
14503         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14504         idn/idna.el isn't available.
14505         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14506         <michael@waxrat.com>.
14507
14508         * hashcash.el: Remove non-FSF copyright header.
14509
14510         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14511         (hashcash-generate-payment): Use it.
14512         (hashcash-generate-payment-async): Use it.
14513
14514 2005-01-15  Simon Josefsson  <jas@extundo.com>
14515
14516         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14517         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14518
14519         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14520         gnus-summary-idna-message.
14521         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14522         (gnus-summary-idna-message): New function.
14523
14524 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14525
14526         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14527         gnus-novice-user.
14528
14529 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14530
14531         * nnrss.el (nnrss-request-delete-group): Delete entries in
14532         nnrss-group-alist as well.
14533         (nnrss-save-server-data): Insert newline.
14534
14535 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14536
14537         * gnus.el (gnus-user-agent): Use list of symbols instead of
14538         symbols.  Display full version number for (S)XEmacs.  Optionally
14539         display (S)XEmacs codename.
14540
14541         * gnus-util.el (gnus-emacs-version): Update for new
14542         `gnus-user-agent'.
14543
14544         * gnus-msg.el (gnus-extended-version): Make it possible to omit
14545         Gnus version.
14546
14547 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14548
14549         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
14550         which is unreadable in some setups.
14551
14552 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14553
14554         * gnus-spec.el (gnus-update-format-specifications): Flush the
14555         group format spec cache if it doesn't support decoded group names.
14556
14557 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14558
14559         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14560         Allow to apply decay on score files matching a regexp.
14561
14562 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14563
14564         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14565         compatibility in %g and %c.
14566
14567 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14568
14569         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14570         name for only %g and %c.
14571         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14572         of gnus-tmp-group to decoded group name.
14573         (gnus-group-make-rss-group): Exclude `/'s from group names.
14574
14575 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14576
14577         * nnrss.el (nnrss-get-encoding): Fix regexp.
14578
14579 2004-12-27  Simon Josefsson  <jas@extundo.com>
14580
14581         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14582         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14583         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
14584
14585 2004-12-17  Kim F. Storm  <storm@cua.dk>
14586
14587         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14588
14589         * gnus-sum.el (gnus-summary-mode-map): Likewise.
14590
14591 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14592
14593         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14594
14595 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14596
14597         * nnrss.el: Require rfc2047 and mml.
14598         (nnrss-file-coding-system): New variable.
14599         (nnrss-format-string): Redefine it as an inline function.
14600         (nnrss-decode-group-name): New function.
14601         (nnrss-string-as-multibyte): Remove.
14602         (nnrss-retrieve-headers): Decode group name; don't use
14603         nnrss-format-string.
14604         (nnrss-request-group): Decode group name.
14605         (nnrss-request-article): Decode group name; allow a Message-ID as
14606         well as an article number; don't use nnrss-format-string; encode a
14607         Message-ID string which may contain non-ASCII characters; use
14608         mml-to-mime to compose a MIME article.
14609         (nnrss-request-expire-articles): Decode group name.
14610         (nnrss-request-delete-group): Decode group name.
14611         (nnrss-fetch): Clarify error message.
14612         (nnrss-read-server-data): Use insert-file-contents instead of load;
14613         bind file-name-coding-system; use multibyte buffer.
14614         (nnrss-save-server-data): Bind coding-system-for-write to the
14615         value of nnrss-file-coding-system; bind file-name-coding-system;
14616         add coding cookie.
14617         (nnrss-read-group-data): Use insert-file-contents instead of load;
14618         bind file-name-coding-system; use multibyte buffer.
14619         (nnrss-save-group-data): Bind coding-system-for-write to the
14620         value of nnrss-file-coding-system; bind file-name-coding-system.
14621         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14622         make it work with non-ASCII text.
14623         (nnrss-find-el): Make it work with old xml.el as well.
14624
14625 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14626
14627         * nnrss.el (nnrss-get-encoding): New function.
14628         (nnrss-fetch): Use unibyte buffer initially; bind
14629         coding-system-for-read while performing mm-url-insert; remove ^Ms;
14630         decode contents according to the encoding attribute.
14631         (nnrss-save-group-data): Add coding cookie.
14632         (nnrss-mime-encode-string): New function.
14633         (nnrss-check-group): Use it to encode subject and author.
14634
14635 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
14636
14637         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14638         imaginary variable.
14639
14640 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14641
14642         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14643         correctly even if there are wide characters.
14644
14645 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14646
14647         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14648         downcased symbol names; make a new cache instead of reusing
14649         bbdb-hashtable.
14650
14651 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14652
14653         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14654         concatenating segments rather than before concatenating them.
14655         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14656
14657         * message.el (message-get-reply-headers): Bind `extra'.
14658
14659 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14660
14661         * message.el (message-extra-wide-headers): New variable.
14662         (message-get-reply-headers): Use it.
14663
14664 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14665
14666         * gnus-agent.el (gnus-agent-group-path): Decode group name.
14667         (gnus-agent-group-pathname): Ditto.
14668
14669         * gnus-cache.el (gnus-cache-file-name): Decode group name.
14670
14671         * gnus-group.el (gnus-group-make-group): Decode group name.
14672         (gnus-group-make-rss-group): Register the group data after opening
14673         the nnrss group.
14674
14675 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
14676
14677         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14678         by expiry now get marked as read.
14679
14680 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14681
14682         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14683
14684 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
14685
14686         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14687         unify Latin characters in XEmacs.
14688         (mm-find-mime-charset-region): Use it.
14689
14690 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14691
14692         * gnus-util.el (gnus-delete-directory): New function.
14693
14694         * gnus-agent.el (gnus-agent-delete-group): Use it.
14695
14696         * gnus-cache.el (gnus-cache-delete-group): Use it.
14697
14698 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14699
14700         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14701         names.
14702
14703 2004-12-16  Simon Josefsson  <jas@extundo.com>
14704
14705         * hashcash.el (hashcash-payment-alist): Fix custom :type.
14706
14707 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14708
14709         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14710
14711         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14712         (gnus-group-set-current-level): Decode group name.
14713
14714 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
14715
14716         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14717         failed.
14718
14719 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14720
14721         * gnus-group.el (gnus-group-delete-group): Decode group name.
14722         (gnus-group-make-rss-group): Encode group name.
14723         (gnus-group-catchup-current): Decode group name.
14724         (gnus-group-kill-group): Decode group name.
14725
14726 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14727
14728         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14729
14730 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14731
14732         * gnus-group.el (gnus-group-make-rss-group):
14733         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14734
14735         * gnus-start.el (gnus-setup-news): Honor user's setting to
14736         gnus-message-archive-method.  Suggested by Lute Kamstra
14737         <lute@gnu.org>.
14738
14739 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
14740
14741         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14742         global counterparts of the buffer-local variables.
14743
14744 2004-11-16  Romain Francoise  <romain@orebokech.com>
14745
14746         * gnus-sum.el (gnus-summary-exit): Don't clear the global
14747         counterparts of the buffer-local variables.
14748
14749 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14750
14751         * message.el (message-forbidden-properties): Fixed typo in doc
14752         string.
14753
14754 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14755
14756         * gnus-util.el (gnus-replace-in-string): Added doc string.
14757
14758         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14759         to avoid problems when splitting mails with many recipients.
14760
14761 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14762
14763         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14764         pop-to-buffer, covered by the subsequent gnus-configure-windows.
14765
14766 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
14767
14768         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14769         if there is no hashtable in memory or file modification time is
14770         newer than cached timestamp.
14771
14772 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14773
14774         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
14775         not-matching option.
14776
14777 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
14778
14779         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14780         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14781         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14782         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14783         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
14784         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14785
14786 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14787
14788         * message.el (message-forward-make-body-mml): Remove headers
14789         according to message-forward-ignored-headers if a message is decoded.
14790
14791 2004-12-02  Romain Francoise  <romain@orebokech.com>
14792
14793         * message.el (message-forward-make-body-plain): Always remove
14794         headers according to message-forward-ignored-headers.
14795
14796 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
14797
14798         * spam.el (spam-summary-prepare-exit): Remove the
14799         gnus-summary-limit pop for now, it has problems with ham marks for
14800         me.
14801
14802 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
14803
14804         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14805         correctly.
14806
14807 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
14808
14809         * format-spec.el (format-spec): Message the char.
14810
14811 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
14812
14813         * gnus-art.el (gnus-split-methods): Reformat comments.
14814
14815         * spam.el (spam-summary-prepare-exit): Remove article limits
14816         before exiting the summary buffer.
14817
14818 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14819
14820         * lpath.el: Remove bbdb-create-internal, bbdb-records,
14821         spam-BBDB-register-routine and spam-enter-ham-BBDB.
14822
14823         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14824         order to silence the byte compiler.
14825
14826         * spam.el: Fix the way to silence the byte compiler, which
14827         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14828         bbdb-search-simple, spam-BBDB-register-routine,
14829         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14830         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14831         spam-stat-buffer-is-spam, spam-stat-load,
14832         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14833         spam-stat-save and spam-stat-split-fancy.
14834
14835 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14836
14837         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14838         which may confuse users.
14839         (canlock-password-for-verify): Ditto.
14840
14841         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14842
14843         * gnus-art.el (gnus-emphasis-alist): Ditto.
14844
14845         * gnus-registry.el (gnus-registry-max-entries): Ditto.
14846
14847         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14848
14849         * gnus-start.el (gnus-save-killed-list): Ditto.
14850
14851         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14852         (gnus-sum-thread-tree-root): Ditto.
14853         (gnus-sum-thread-tree-false-root): Ditto.
14854         (gnus-sum-thread-tree-single-indent): Ditto.
14855
14856         * message.el (message-courtesy-message): Ditto.
14857         (message-archive-note): Ditto.
14858         (message-subscribed-address-file): Ditto.
14859         (message-user-fqdn): Ditto.
14860
14861         * spam-report.el (spam-report-gmane-regex): Ditto.
14862
14863         * spam.el (spam-blackhole-good-server-regex): Ditto.
14864
14865 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14866
14867         * mml.el (mml-preview): Widen the message buffer before copying
14868         the contents to the preview buffer; sort headers before previewing.
14869
14870         * message.el (message-hidden-headers): Fix the way to avoid a bug
14871         in the `repeat' widget in Emacs 21.3 or earlier.
14872
14873 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14874
14875         * message.el (message-hidden-headers): Default to "^References:".
14876         Improve customization type.  Suggested by Reiner Steib
14877         <Reiner.Steib@gmx.de>.
14878
14879 2004-11-25  Romain Francoise  <romain@orebokech.com>
14880
14881         * message.el (message-strip-forbidden-properties): Remove check for
14882         obsolete `message-hidden' text property, hidden headers are not
14883         accessible in the buffer anymore.
14884
14885 2004-11-22  Romain Francoise  <romain@orebokech.com>
14886
14887         * message.el (message-header-format-alist): Add `From' in list
14888         so that it can be sorted.
14889         (message-fix-before-sending): Widen and sort headers before
14890         sending.
14891         (message-hide-headers): Use narrowing to hide headers by moving
14892         them to the top of the buffer and narrowing to the region
14893         underneath.
14894
14895 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14896
14897         * message.el (message-strip-forbidden-properties): Bind
14898         buffer-read-only (etc) to nil.
14899
14900 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14901
14902         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
14903         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14904
14905 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
14906
14907         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
14908
14909 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14910
14911         * dns.el (query-dns): Use sit-for to time instead of
14912         accept-process-output, since that doesn't seem to work on udp
14913         sockets.
14914
14915 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14916
14917         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
14918
14919 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
14920
14921         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
14922         doc string.  Improve doc string.
14923
14924 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14925
14926         * nntp.el (nntp-request-update-info): Return nil if
14927         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
14928         may not call gnus-activate-group which uselessly issues the GROUP
14929         commands for all nntp groups and wastes time.  Reported by Romain
14930         Francoise <romain@orebokech.com>.
14931
14932         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
14933
14934 2004-11-15  Simon Josefsson  <jas@extundo.com>
14935
14936         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
14937         headers separately.
14938         (gnus-button-openpgp): New function, inspired by Jochen Küpper
14939         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
14940
14941 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14942
14943         * gnus-start.el (gnus-convert-old-newsrc):
14944         Assign legacy-gnus-agent to 5.10.7.
14945
14946 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14947
14948         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
14949         start of the lines.
14950
14951 2004-11-14  Magnus Henoch  <mange@freemail.hu>
14952
14953         * hashcash.el (hashcash-default-payment): Change default to 20.
14954         (hashcash-default-accept-payment): Change default to 20.
14955         (hashcash-process-alist): New variable.
14956         (hashcash-generate-payment-async): Add.
14957         (hashcash-already-paid-p): Add.
14958         (hashcash-insert-payment): Don't generate payments twice.
14959         (hashcash-insert-payment-async): Add.
14960         (hashcash-insert-payment-async-2): Add.
14961         (hashcash-cancel-async): Add.
14962         (hashcash-wait-async): Add.
14963         (hashcash-processes-running-p): Add.
14964         (hashcash-wait-or-cancel): Add.
14965         (mail-add-payment): New optional argument.  Conditionally start
14966         asynchronous calculation.
14967         (mail-add-payment-async): Add.
14968
14969         * message.el (message-send-mail): Wait for asynchronous hashcash
14970         results.  Don't clobber existing X-Hashcash headers.
14971         (message-setup-1): Call mail-add-payment-async when
14972         message-generate-hashcash is non-nil.
14973
14974 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14975
14976         * message.el (message-use-alternative-email-as-from): Examine the
14977         From header as well; use message-make-from in order to include a
14978         user's full name.
14979
14980 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14981
14982         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
14983         default; improve customization type.
14984         (gnus-emphasis-custom-with-format): New macro.
14985         (gnus-emphasis-custom-value-to-external): New function.
14986         (gnus-emphasis-custom-value-to-internal): New function.
14987
14988 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14989
14990         * dns.el (query-dns): Resolve reverse addresses.
14991
14992 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14993
14994         * gnus-group.el (gnus-group-get-new-news): Use it.
14995
14996         * gnus-start.el (gnus-check-reasonable-setup): New function.
14997
14998 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14999
15000         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15001         "Args out of range" error.  Reported by Arnaud Giersch
15002         <arnaud.giersch@free.fr>.
15003
15004 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15005
15006         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15007
15008 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15009
15010         * spam.el (spam group): Add :version.
15011
15012         * pgg-def.el (pgg group): Add :version.
15013
15014 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15015
15016         * gnus-art.el (gnus-article-edit-article): Don't associate the
15017         article buffer with a draft file.  This is a temporary measure
15018         against the 2004-08-22 change to gnus-article-edit-mode.
15019
15020 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15021
15022         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15023         (html2text-format-tags): Remove unused variable `attr'.
15024
15025 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15026
15027         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15028
15029         * tls.el (tls-process-connection-type, tls-success)
15030         (tls-certtool-program): Add :version.
15031
15032         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
15033         (starttls-extra-arguments, starttls-process-connection-type)
15034         (starttls-connect, starttls-failure, starttls-success): Add :version.
15035
15036         * spam-stat.el (spam-stat): Add :version.
15037
15038         * sieve.el (sieve): Add :version.
15039
15040         * sha1.el (sha1): Add :version.
15041         (sha1-use-external): Remove redundant version.
15042
15043         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15044         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15045         (nnmail-split-fancy-match-partial-words)
15046         (nnmail-split-lowercase-expanded): Add :version.
15047
15048         * nndiary.el (nndiary): Add :version.
15049
15050         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15051
15052         * mml-sec.el (mml-default-sign-method)
15053         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15054         Add :version.
15055
15056         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15057
15058         * mm-url.el (mm-url-use-external, mm-url-program)
15059         (mm-url-arguments): Add :version.
15060
15061         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15062         (mm-attachment-file-modes, mm-decrypt-option)
15063         (mm-w3m-safe-url-regexp): Add :version.
15064
15065         * message.el (message-cite-prefix-regexp)
15066         (message-sendmail-envelope-from, message-minibuffer-local-map)
15067         (message-user-fqdn, message-completion-alist): Add :version.
15068
15069         * gnus-win.el (gnus-configure-windows-hook)
15070         (gnus-use-frames-on-any-display): Add :version.
15071
15072         * gnus-art.el (gnus-article-address-banner-alist)
15073         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15074         (gnus-treat-from-picon, gnus-treat-mail-picon)
15075         (gnus-treat-x-pgp-sig): Add :version.
15076
15077         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15078         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15079         (gnus-summary-article-delete-hook)
15080         (gnus-summary-display-while-building): Add :version.
15081
15082         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15083         (gnus-get-top-new-news-hook): Add :version.
15084
15085         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15086         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15087
15088         * gnus-registry.el (gnus-registry): Add :version.
15089
15090         * gnus-spec.el (gnus-use-correct-string-widths)
15091         (gnus-make-format-preserve-properties): Add :version.
15092
15093         * gnus.el (gnus-group-charter-alist)
15094         (gnus-group-fetch-control-use-browse-url)
15095         (gnus-install-group-spam-parameters): Add :version.
15096
15097         * gnus-diary.el (gnus-diary): Add :version.
15098
15099         * gnus-delay.el (gnus-delay): Add :version.
15100
15101         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15102         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15103         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15104         Add :version.
15105
15106         * gnus-agent.el (gnus-agent-max-fetch-size)
15107         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15108         (gnus-agent-prompt-send-queue): Add :version.
15109
15110         * deuglify.el (gnus-outlook-deuglify): Add :version.
15111
15112         * html2text.el: Beautify code.  Improve doc strings.  Some
15113         checkdoc cleanup.
15114         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15115
15116 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15117
15118         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15119
15120 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15121
15122         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15123         when package is loaded.
15124
15125         * spam.el (spam-summary-score-preferred-header): Add global preference
15126         for people who want to override the default SpamAssassin over
15127         Bogofilter preference (when both are set).
15128         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15129         (spam-user-format-function-S): Check
15130         spam-summary-score-preferred-header.
15131         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15132         (spam-user-format-function-S): Format the score correctly.
15133
15134 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15135
15136         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15137         signature file.  Suggested by Manoj Srivastava
15138         <srivasta@golden-gryphon.com>.
15139
15140         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15141         iso-2022-jp even in the Japanese language environment.
15142         Suggested by Jason Rumney <jasonr@gnu.org>.
15143
15144 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15145
15146         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15147         use the same characters as the dummy marks; make it free from
15148         getting affected by the language environment.
15149         (gnus-summary-read-group-1): Update mark positions only when the
15150         format spec is updated.
15151
15152         * gnus-spec.el (gnus-update-format-specifications): Return a list
15153         of updated types.
15154
15155 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15156
15157         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15158         of boundp to check if display-warning is available.
15159
15160 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15161
15162         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15163
15164 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15165
15166         * nnspool.el (nnspool-spool-directory): Use news-path if the
15167         news-directory variable is not bound.
15168
15169         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15170         function instead of display-warning if it is not available.
15171
15172 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15173
15174         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15175         v5-10: Use `point-at-bol'.
15176
15177 2004-10-26  Simon Josefsson  <jas@extundo.com>
15178
15179         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15180         <chenggao@gmail.com>.
15181
15182 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15183
15184         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15185         instead.
15186
15187 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15188
15189         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15190         to remove a server from the nnimap-server-buffer-alist.
15191         (nnimap-open-connection, nnimap-close-server): Use it.
15192
15193         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15194
15195 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15196
15197         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15198         running the major-mode function.
15199
15200 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15201
15202         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15203         dummy marks in the right way.
15204
15205 2004-10-18  David Edmondson  <dme@dme.org>
15206
15207         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15208         excessively.
15209
15210 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15211
15212         * gnus-util.el (gnus-split-references): Accept a nil references
15213         string and go on blissfully.
15214
15215         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15216         cases where the references string is non-nil but has no references.
15217
15218         * encrypt.el: Add autoload tags.
15219
15220         * spam.el (spam-resolve-registrations-routine): Remove article
15221         from unregistration list too.  Reported by David Hanak
15222         <dhanak@isis.vanderbilt.edu>
15223
15224 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15225
15226         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15227         nil.  Changed custom type.
15228
15229 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15230
15231         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15232
15233         * gnus-sum.el (gnus-summary-move-article): Use it.
15234
15235 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15236
15237         * encrypt.el: Add autoload cookies.
15238
15239         * spam.el (spam-backend-article-list-property)
15240         (spam-backend-get-article-todo-list)
15241         (spam-backend-put-article-todo-list)
15242         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15243         Resolve registrations separately.
15244         (spam-register-routine): Format comments.
15245         (spam-unregister-routine, spam-register-routine): Always call with
15246         specific-articles, no default list.
15247         (spam-summary-prepare-exit): Use the spam-classifications function.
15248
15249         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15250         gnus-encrypt.el.
15251
15252         * encrypt.el: Copied from gnus-encrypt.el.
15253
15254         * gnus-encrypt.el: Commented that it's obsolete.
15255
15256 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15257
15258         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15259         (gnus-score-save): Use it.
15260
15261         * message.el (message-bury): Use `window-dedicated-p'.
15262
15263 2004-10-15  Simon Josefsson  <jas@extundo.com>
15264
15265         * pop3.el (top-level): Don't require nnheader.
15266         (pop3-read-timeout): Add.
15267         (pop3-accept-process-output): Add.
15268         (pop3-read-response, pop3-retr): Use it.
15269
15270 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15271
15272         * spam.el (spam-register-routine): Move comment.
15273         (spam-verify-bogofilter): Use 'unknown for the initial
15274         spam-bogofilter-valid state, not 'never.
15275
15276         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15277         for netrc-machine.
15278
15279         * nnimap.el (nnimap-open-connection): Use
15280         netrc-machine-user-or-password.
15281
15282 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15283
15284         * gnus-registry.el (gnus-registry-unload-hook):
15285         Set as a variable with add-hook.
15286
15287         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15288         of news-path.
15289
15290         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15291
15292         * spam.el: Delete duplicate `provide'.
15293         (spam-unload-hook): Set as a variable with add-hook.
15294
15295 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15296
15297         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15298         in the doc string.
15299
15300         * message.el (message-ignored-news-headers)
15301         (message-ignored-supersedes-headers)
15302         (message-ignored-resent-headers)
15303         (message-forward-ignored-headers): Improve custom type.
15304
15305 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15306
15307         * message.el (message-tokenize-header): Fix 2004-09-06 change
15308         which used point-min in the wrong place.
15309
15310 2004-10-12  Simon Josefsson  <jas@extundo.com>
15311
15312         * tls.el (tls-certtool-program): New variable.
15313         (tls-certificate-information): New function, based on
15314         ssl-certificate-information.
15315
15316 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15317
15318         * compface.el: Move the version of ELisp-based uncompface program
15319         to the contrib directory because of the copyright problem.
15320
15321 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15322
15323         * message.el (message-kill-buffer): Raise the current frame.
15324
15325 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15326
15327         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15328
15329         * gnus.el (message-y-or-n-p): Autoload.
15330
15331         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15332         (pop3-password-required, pop3-authentication-scheme)
15333         (pop3-leave-mail-on-server): Made customizable.
15334         (pop3): New custom group.
15335         (pop3-retr): Remove `sleep-for' statements.
15336         Suggested by Dave Love <fx@gnu.org>.
15337
15338         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15339         Windows/DOS.
15340
15341         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15342         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
15343         Dave Love <fx@gnu.org>.
15344
15345         * mml.el (mml-minibuffer-read-disposition): Require match.
15346         Suggested by Dave Love <fx@gnu.org>.
15347
15348 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15349
15350         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15351         doc string.
15352
15353 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15354
15355         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15356
15357 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15358
15359         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15360         instead of calling `mm-insert-inline', to decode text/* parts
15361         before displaying them.
15362
15363 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15364
15365         * mm-uu.el (mm-uu-text-plain-type): New variable.
15366         (mm-uu-pgp-signed-extract-1): Use it.
15367         (mm-uu-pgp-encrypted-extract-1): Use it.
15368         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15369         bind mm-uu-text-plain-type with that value.
15370         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15371         mm-uu-dissect.
15372
15373 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15374
15375         * gnus-group.el (gnus-update-group-mark-positions):
15376         * gnus-sum.el (gnus-update-summary-mark-positions):
15377         * message.el (message-check-news-body-syntax):
15378         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15379         of string-as-multibyte.
15380
15381 2004-10-05  Juri Linkov  <juri@jurta.org>
15382
15383         * gnus-group.el (gnus-update-group-mark-positions):
15384         * gnus-sum.el (gnus-update-summary-mark-positions):
15385         * message.el (message-check-news-body-syntax):
15386         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15387         8-bit unibyte values to a multibyte string for search functions.
15388
15389 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15390
15391         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15392         (mm-uu-dissect-text-parts): New function.
15393
15394         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15395         dissect text parts.
15396
15397         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15398         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15399
15400         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15401
15402         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
15403         gnus-current-topics instead of gnus-current-topic.
15404
15405 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15406
15407         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15408
15409 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15410
15411         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15412         where approriate.
15413
15414         * nnml.el (nnml-generate-active-info): do.
15415
15416         * nndiary.el (nndiary-generate-active-info): do.
15417
15418         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15419         (gnus-topic-move): do.
15420
15421         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15422         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15423
15424         * gnus-srvr.el (gnus-server-prepare)
15425         (gnus-server-open-all-servers): do.
15426
15427         * gnus-msg.el (gnus-summary-cancel-article)
15428         (gnus-summary-resend-message)
15429         (gnus-summary-mail-crosspost-complaint): do.
15430
15431         * gnus-move.el (gnus-change-server): do.
15432
15433         * gnus-group.el (gnus-group-unmark-all-groups)
15434         (gnus-group-set-current-level): do.
15435
15436 2004-10-04  Simon Josefsson  <jas@extundo.com>
15437
15438         * message.el (message-generate-hashcash): Doc fix.
15439
15440 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15441
15442         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15443         avoid infinite recursion via gnus-get-function.
15444
15445 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15446
15447         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15448
15449         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15450
15451         * nnmail.el (nnmail-split-history): do.
15452
15453         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15454         (nnml-request-delete-group): do.
15455
15456         * nnslashdot.el (nnslashdot-read-groups): do.
15457
15458         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15459         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15460
15461         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15462         (nnspool-sift-nov-with-sed): Use last.
15463         (nnspool-retrieve-headers-with-nov): Use mapc.
15464         (nnspool-request-newgroups): Use dolist.
15465         (nnspool-request-group): Use last.
15466
15467         * nntp.el (nntp-read-server-type): Use dolist.
15468
15469         * nnvirtual.el (nnvirtual-create-mapping)
15470         (nnvirtual-update-read-and-marked): Use dolist.
15471         (nnvirtual-convert-headers): Simplify.
15472
15473 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15474
15475         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
15476         support for sync'ing tick marks.
15477
15478 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15479
15480         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15481         there's no visible header.
15482
15483 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15484
15485         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
15486         necessary, pass full group name to gnus-request-set-marks.
15487
15488 2004-10-01  Simon Josefsson  <jas@extundo.com>
15489
15490         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15491         acroread.
15492
15493 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15494
15495         * spam-report.el (spam-report-gmane): Fix interactive.
15496
15497         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15498
15499         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15500         when writing file.
15501         (gnus-agent-synchronize-flags): Don't default to being
15502         interactive.
15503
15504 2004-09-30  Simon Josefsson  <jas@extundo.com>
15505
15506         * message.el (message-generate-hashcash): Add.
15507         (message-send-mail): Use it, call mail-add-payment.
15508
15509 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15510
15511         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15512
15513 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15514
15515         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
15516         gnus-requst-update-info with explicit code to sync the in-memory
15517         info read flags with the marks being sync'd to the backend.
15518
15519         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
15520
15521 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15522
15523         * spam.el (spam-verify-bogofilter): Add new function.
15524         (spam-check-bogofilter)
15525         (spam-bogofilter-register-with-bogofilter): Use it.
15526         (spam-verify-bogofilter): Add small fixes.
15527
15528 2004-09-28  Simon Josefsson  <jas@extundo.com>
15529
15530         * hashcash.el (hashcash-generate-payment): Revert.
15531
15532 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15533
15534         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
15535         gnus-extract-references instead of gnus-split-references.
15536
15537         * gnus-util.el (gnus-extract-references): Add new function, analogous
15538         to gnus-split-references but extracts only the message-ID without
15539         anything extra.
15540
15541         * hashcash.el (hashcash-generate-payment)
15542         (hashcash-check-payment): Do the right thing if hashcash-path is
15543         nil (because the hashcash program could not be found).
15544
15545         * spam.el (spam-use-hashcash): Remove comment.
15546
15547 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
15548
15549         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15550         (gnus-cache-enter-article, gnus-cache-remove-article)
15551         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15552
15553         * gnus-async.el (gnus-async-prefetch-remove-group): do.
15554
15555         * gnus-art.el (article-hide-boring-headers)
15556         (article-translate-strings, article-display-face)
15557         (gnus-article-mime-match-handle-first)
15558         (gnus-article-highlight-headers)
15559         (gnus-article-add-buttons-to-head): do.
15560
15561 2004-09-27  Simon Josefsson  <jas@extundo.com>
15562
15563         * hashcash.el: New version, from
15564         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
15565         ../contrib/.
15566
15567 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15568
15569         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15570
15571 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
15572
15573         * gnus-dup.el (gnus-dup-open): Use mapc.
15574         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15575
15576         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15577         Reported by Stefan Wiens <s.wi@gmx.net>.
15578
15579         * gnus.el (gnus-shutdown): Use dolist.
15580
15581         * gnus-undo.el (gnus-undo): Use mapc.
15582
15583         * nnrss.el (nnrss-generate-active): do.
15584
15585         * message.el (message-cite-original-without-signature)
15586         (message-cite-original): Use mapc.
15587         (message-do-actions, message-make-forward-subject): Use dolist.
15588
15589 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15590
15591         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
15592         deletion to remove entire duplicate line.  Fixes merged article
15593         number bug.
15594
15595 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15596
15597         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15598         servers that are offline.  Avoids having gnus-agent-toggle-plugged
15599         first ask if you want to open a server and then, even when you
15600         responded with no, asking if you want to synchronize the server's
15601         flags.
15602         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15603         multi-line expressions.
15604         (gnus-agent-synchronize-group-flags): New internal function.
15605         Updates marks in memory (in the info structure) AND in the
15606         backend.
15607
15608         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
15609
15610         * nnagent.el (nnagent-request-set-mark): Use
15611         gnus-agent-synchronize-group-flags, not backend's request-set-mark
15612         method, to ensure that synchronization updates marks in the
15613         backend and in the info (in memory) structure.
15614
15615 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15616
15617         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15618         convention fully; don't miss the root article of a thread; make
15619         the X-Draft-From header with correct article numbers.
15620
15621 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
15622
15623         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15624         unless plugged.  Disable the agent so that an open failure causes
15625         an error.
15626
15627         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15628         Reverted 2004-09-21 change.  The backend must be opened while
15629         synchronizing flags even when the backend stores the flags
15630         locally.
15631
15632 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
15633
15634         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15635         in `header' match.  Reported by Svend Tollak Munkejord.
15636
15637         * message.el (message-cite-original): Fix use of
15638         `message-cite-articles-with-x-no-archive'.
15639
15640 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15641
15642         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15643         (gnus-window-to-buffer): Ditto.
15644
15645         * mml.el (mml-preview-buffer): New variable.
15646         (mml-preview): Manage window layout with gnus-buffer-configuration.
15647
15648         * gnus-msg.el (gnus-setup-message): Put article numbers into the
15649         X-Draft-From header even if those articles aren't quoted.
15650
15651 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
15652
15653         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15654         (gnus-request-set-mark, gnus-request-update-mark): Use new
15655         g-s-t-u-l-m to decide to use backend even when unplugged.
15656
15657 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15658
15659         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15660         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
15661
15662 2004-09-20  Simon Josefsson  <jas@extundo.com>
15663
15664         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15665         "utf-16-le".
15666
15667 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15668
15669         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15670
15671 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15672
15673         * uudecode.el (uudecode-use-external): Add :version.
15674
15675         * smime.el (smime-CA-file, smime-encrypt-cipher)
15676         (smime-dns-server): Add :version.
15677
15678         * smiley.el (gnus-smiley-file-types): Add :version.
15679
15680         * sha1.el (sha1-use-external): Add :version.
15681
15682         * pgg-def.el (pgg-query-keyserver): Add :version.
15683
15684         * nnmail.el (nnmail-fancy-expiry-targets)
15685         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15686         Add :version.
15687
15688         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15689         (nnimap-retrieve-groups-asynchronous): Add :version.
15690         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
15691
15692         * mml.el (mml-content-disposition-parameters)
15693         (mml-insert-mime-headers-always): Add :version.
15694
15695         * mm-util.el (mm-coding-system-priorities): Add :version.
15696
15697         * mm-decode.el (mm-inline-text-html-with-images)
15698         (mm-keep-viewer-alive-types, mm-external-terminal-program)
15699         (mm-verify-option): Add :version.
15700         (mm-text-html-renderer): Change :version.
15701
15702         * message.el (message-fcc-externalize-attachments)
15703         (message-required-headers, message-draft-headers)
15704         (message-subject-trailing-was-query)
15705         (message-subject-trailing-was-ask-regexp)
15706         (message-subject-trailing-was-regexp, message-mark-insert-begin)
15707         (message-mark-insert-end, message-archive-header)
15708         (message-archive-note, message-cross-post-default)
15709         (message-cross-post-note, message-followup-to-note)
15710         (message-cross-post-note-function, message-use-mail-followup-to)
15711         (message-subscribed-address-functions)
15712         (message-subscribed-address-file, message-subscribed-addresses)
15713         (message-subscribed-regexps, message-allow-no-recipients)
15714         (message-yank-cited-prefix, message-signature-insert-empty-line)
15715         (message-hidden-headers, message-hierarchical-addresses)
15716         (message-mail-user-agent, message-use-idna)
15717         (message-valid-fqdn-regexp)
15718         (message-strip-special-text-properties, message-header-synonyms)
15719         (message-beginning-of-line, message-tab-body-function): Add :version.
15720         (message-insert-canlock, message-wide-reply-confirm-recipients):
15721         Change :version.
15722
15723         * mail-source.el (mail-source-ignore-errors): Add :group, :type
15724         and :version.
15725         (mail-source-delete-old-incoming-confirm)
15726         (mail-source-movemail-program): Add :version.
15727
15728         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15729         (gnus-agent-cache, gnus-agent): Change :version.
15730
15731         * gnus-util.el (gnus-use-byte-compile): Change :version.
15732
15733         * gnus-sum.el (gnus-summary-make-false-root-always)
15734         (gnus-summary-default-high-score)
15735         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15736         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15737         (gnus-read-all-available-headers, gnus-article-emulate-mime)
15738         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15739         (gnus-sum-thread-tree-single-indent)
15740         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15741         (gnus-sum-thread-tree-leaf-with-other)
15742         (gnus-sum-thread-tree-single-leaf): Add :version.
15743         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15744         (gnus-article-loose-mime): Change :version.
15745
15746         * gnus-start.el (gnus-backup-startup-file)
15747         (gnus-save-startup-file-via-temp-buffer): Add :version.
15748
15749         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15750         (gnus-server-offline-face): Add :version.
15751
15752         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15753
15754         * gnus-msg.el (gnus-gcc-externalize-attachments)
15755         (gnus-debug-files, gnus-debug-exclude-variables)
15756         (gnus-discouraged-post-methods): Change :version.
15757         (gnus-confirm-mail-reply-to-news)
15758         (gnus-confirm-treat-mail-like-news): Add :version.
15759
15760         * gnus-int.el (gnus-server-unopen-status): Add :version.
15761
15762         * gnus-group.el (gnus-group-jump-to-group-prompt)
15763         (gnus-large-ephemeral-newsgroup)
15764         (gnus-fetch-old-ephemeral-headers): Add :version.
15765
15766         * gnus-fun.el (gnus-x-face-directory)
15767         (gnus-convert-pbm-to-x-face-command)
15768         (gnus-convert-image-to-x-face-command)
15769         (gnus-convert-image-to-face-command): Add :version.
15770
15771         * gnus-delay.el (gnus-delay-default-hour): Add :version.
15772
15773         * gnus-cite.el (gnus-cite-blank-line-after-header)
15774         (gnus-article-boring-faces): Add :version.
15775
15776         * gnus-art.el (gnus-buttonized-mime-types)
15777         (gnus-inhibit-mime-unbuttonizing)
15778         (gnus-treat-display-face)
15779         (gnus-treat-body-boundary): Change :version.
15780         (gnus-body-boundary-delimiter, gnus-picon-databases)
15781         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15782         (gnus-treat-date-english, gnus-treat-fold-headers)
15783         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15784         (gnus-treat-mail-picon, gnus-treat-wash-html)
15785         (gnus-article-encrypt-protocol)
15786         (gnus-use-idna, gnus-article-over-scroll)
15787         (gnus-mime-display-multipart-alternative-as-mixed)
15788         (gnus-mime-display-multipart-related-as-mixed)
15789         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15790         (gnus-ctan-url, gnus-button-ctan-handler)
15791         (gnus-button-handle-ctan-bogus-regexp)
15792         (gnus-button-ctan-directory-regexp)
15793         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15794         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15795         (gnus-button-man-level, gnus-button-emacs-level)
15796         (gnus-button-message-level, gnus-button-browse-level): Add :version.
15797
15798         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15799         (gnus-agent-go-online): Change :version.
15800         (gnus-agent-expire-unagentized-dirs)
15801         (gnus-agent-auto-agentize-methods): Add :version.
15802
15803         * flow-fill.el (fill-flowed-display-column)
15804         (fill-flowed-encode-column): Add :version.
15805
15806         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15807         (gnus-outlook-deuglify-unwrap-max)
15808         (gnus-outlook-deuglify-cite-marks)
15809         (gnus-outlook-deuglify-unwrap-stop-chars)
15810         (gnus-outlook-deuglify-no-wrap-chars)
15811         (gnus-outlook-deuglify-attrib-cut-regexp)
15812         (gnus-outlook-deuglify-attrib-verb-regexp)
15813         (gnus-outlook-deuglify-attrib-end-regexp)
15814         (gnus-outlook-display-hook): Add :version.
15815
15816         * binhex.el (binhex-use-external): Add :version.
15817
15818 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
15819
15820         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15821         and `invisible'.
15822
15823 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
15824
15825         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15826         in gnus-registry-trim.
15827
15828 2004-09-13  Simon Josefsson  <jas@extundo.com>
15829
15830         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15831
15832         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15833
15834         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15835         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15836         <yamaoka@jpl.org>.
15837         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15838         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15839         <yamaoka@jpl.org>.
15840
15841         * sieve.el (sieve-manage-mode): Ditto.
15842
15843 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
15844
15845         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15846
15847 2004-09-11  Simon Josefsson  <jas@extundo.com>
15848
15849         * dns-mode.el: Add.
15850
15851         * mm-view.el (mm-display-dns-inline): Add.
15852
15853         * mm-decode.el (mm-inline-media-tests): Add text/dns.
15854         (mm-automatic-display): Ditto.
15855
15856         * mailcap.el (mailcap-mime-data): Add text/dns.
15857         (mailcap-mime-extensions): Map .soa to text/dns.
15858
15859 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
15860
15861         * gnus-art.el (article-decode-mime-words, article-babel)
15862         (gnus-article-highlight-signature, gnus-article-add-buttons)
15863         (gnus-signature-toggle): Remove unnecessary bindings of
15864         `inhibit-read-only' inherited from v5.10 merge.
15865
15866 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15867
15868         * nntp.el (nntp): New customization group.
15869         (nntp-authinfo-file): Add customization group.
15870
15871         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15872
15873         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15874
15875         * gnus.el (to-address, to-list, subscribed)
15876         (large-newsgroup-initial): Ditto.
15877
15878         * flow-fill.el (fill-flowed-display-column)
15879         (fill-flowed-encode-column): Ditto.
15880
15881 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15882
15883         * message.el (message-tokenize-header, message-send-mail-with-qmail):
15884         Use point-min rather than 1.
15885         (message-send-mail): Use buffer-size rather than point-max.
15886
15887         * gnus-sum.el (gnus-summary-search-article-forward):
15888         Signal a specific `search-failed' rather than a generic `error'.
15889
15890         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15891         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15892         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15893
15894 2004-09-10  Simon Josefsson  <jas@extundo.com>
15895
15896         * nndb.el (require): Remove tcp and duplicate cl.
15897
15898 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15899
15900         * gnus-agent.el (directory-files-and-attributes): Move forward.
15901
15902 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15903
15904         * gnus-agent.el (directory-files-and-attributes): Optionally
15905         defined to support XEmacs.
15906
15907 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15908
15909         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
15910         to avoid run-time CL dependencies.
15911         (gnus-agent-unfetch-articles): New function.
15912         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
15913         article numbers even when local .overview file is missing.
15914         (gnus-agent-read-article-number): New function.  Only accepts
15915         27-bit article numbers.
15916         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
15917         gnus-agent-read-article-number.
15918         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
15919         from backend while recognizing that article numbers in .overview
15920         must be valid.
15921         (gnus-agent-update-files-total-fetched-for): Use
15922         directory-files-and-attributes to improve performance.
15923         * gnus-int.el (gnus-request-move-article): Use
15924         gnus-agent-unfetch-articles in place of gnus-agent-expire to
15925         improve performance.
15926
15927         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
15928         some users confused by references to .newsrc when they only have a
15929         .newsrc.eld file.
15930         (gnus-convert-mark-converter-prompt)
15931         (gnus-convert-converter-needs-prompt): Fixed use of property list.
15932         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
15933         New function.  Used internally to only display 'gnus converting
15934         files' message when actually necessary.
15935
15936         * gnus-sum.el (): Removed (require 'gnus-agent) as required
15937         methods now autoloaded.
15938
15939 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15940
15941         * gnus-sum.el (gnus-summary-insert-subject): Remove list
15942         identifiers.
15943
15944 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
15945
15946         * gnus-picon.el: Fix indentation and closing parenthesis.
15947
15948 2004-09-01  Simon Josefsson  <jas@extundo.com>
15949
15950         * message.el (message-canlock-generate): Require sha1, not
15951         sha1-el.  (Can we get rid of this require altogether?  It is ugly
15952         to require within a function.  Sadly, if sha1.el isn't loaded, the
15953         let binding in m-c-g will hide the defcustom definition, which is
15954         bad.)
15955
15956         * canlock.el: Require sha1, not sha1-el.
15957
15958         * message.el: Don't autoload sha1 (there is a autoload cookie in
15959         sha1.el).
15960
15961         * sha1-el.el: Renamed to sha1.el.
15962
15963 2004-08-30  Juanma Barranquero  <lektu@terra.es>
15964
15965         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
15966
15967 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15968
15969         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
15970
15971 2004-08-30  Kim F. Storm  <storm@cua.dk>
15972
15973         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
15974
15975         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
15976         Add :group 'nnimap.
15977
15978 2004-08-30  Andreas Schwab  <schwab@suse.de>
15979
15980         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
15981         ?* and ?\;.
15982
15983         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
15984         and ?\' to symbol instead of whitespace.
15985
15986 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15987
15988         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
15989
15990         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
15991         instead of re-search-forward.
15992
15993         * gnus-uu.el (gnus-uu-save-article): Ditto.
15994         (gnus-uu-post-encode-uuencode): Ditto.
15995
15996         * html2text.el (html2text-clean-list-items): Ditto.
15997         (html2text-clean-dtdd): Ditto.
15998         (html2text-format-tags): Ditto.
15999
16000         * message.el (message-send-mail-with-sendmail): Fix regexp.
16001         (message-fill-field-general): Use search-forward instead of
16002         re-search-forward.
16003         (unbold-region): Ditto.
16004
16005         * nnrss.el (nnrss-request-article): Ditto.
16006
16007         * nnslashdot.el (nnslashdot-request-article): Ditto.
16008
16009         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16010
16011         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16012         "Unrecognized menu descriptor" error in XEmacs.
16013
16014 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16015
16016         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16017         parent article of a sparse article in the thread hashtb.
16018
16019 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16020
16021         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16022         (nnmail-expand-newtext): Lowercase expanded entries if
16023         nnmail-split-lowercase-expanded is non-nil.
16024
16025 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16026
16027         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16028
16029         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16030         of gnus-tmp-news-method into string under XEmacs.  It will be
16031         passed to gnus-correct-length which takes only a string argument.
16032
16033 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16034
16035         * gnus-util.el (gnus-bind-print-variables): New macro.
16036         (gnus-prin1): Use it.
16037         (gnus-prin1-to-string): Use it.
16038         (gnus-pp): New function.
16039         (gnus-pp-to-string): New function.
16040
16041         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16042         Replace pp-to-string with gnus-pp-to-string.
16043         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16044         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16045         * gnus-msg.el (gnus-debug): Ditto.
16046         * gnus-score.el (gnus-score-save): Ditto.
16047         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16048         gnus-pp-to-string.
16049         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16050         with gnus-pp.
16051         * score-mode.el (gnus-score-pretty-print): Ditto.
16052         * webmail.el (webmail-debug): Ditto.
16053
16054 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16055
16056         * gnus-art.el (article-display-face, article-display-x-face):
16057         Use buffer-read-only.
16058
16059 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16060
16061         * gnus-art.el (article-hide-list-identifiers):
16062         Bind inhibit-read-only as t.
16063
16064 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16065
16066         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16067
16068 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16069
16070         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16071         (gnus-narrow-to-page): Don't assume point-min == 1.
16072         (gnus-article-edit-mode): Derive from message-mode.
16073
16074         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16075         point-min == 1.
16076
16077         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16078         Disable incorrect use of `assert'.
16079
16080         * message.el (message-mode): Set comment-start-skip.
16081
16082
16083 2004-08-22  Sam Steingold  <sds@gnu.org>
16084
16085         * pop3.el (pop3-leave-mail-on-server): New user variable.
16086         (pop3-movemail): Delete mail only when it is nil.
16087
16088 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16089
16090         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16091
16092         * mml.el (mml-preview): Use `pop-to-buffer'.
16093
16094         * message.el (message-goto-mail-followup-to): Insert after "To".
16095         (message-carefully-insert-headers): Add comment.
16096
16097         * gnus.el: Remove unused variable `gnus-article-check-size'.
16098
16099         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16100
16101         * gnus-art.el (gnus-button-alist): Improve
16102         `gnus-button-handle-library' entry.
16103
16104 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16105
16106         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
16107         downcase, since XEmacs capitalizes error messages differently.
16108
16109 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16110
16111         * nntp.el: Add (require 'gnus) due to reference to
16112         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16113
16114 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16115
16116         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
16117         `mm-fill-flowed'.
16118
16119         * mm-decode.el (mm-dissect-singlepart): Check it.
16120
16121 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16122
16123         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16124         'imap' for netrc parsing.
16125
16126 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16127
16128         * mailcap.el (mailcap-mime-data): Mark as risky.
16129
16130 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16131
16132         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16133         may be included in the encoded word.
16134         (rfc2047-encode): Don't append a space if the encoded word
16135         includes close parenthesis.
16136
16137 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16138
16139         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16140         of text within parentheses.
16141
16142 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16143
16144         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16145         (gnus-encrypt-write-file-contents): Make the password key the file
16146         name PLUS the cipher, not just the cipher.  Also remove failed
16147         passwords from the cache.
16148
16149 2004-08-06  Simon Josefsson  <jas@extundo.com>
16150
16151         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
16152         fix.
16153
16154 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16155
16156         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16157         LWSP.
16158
16159 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16160
16161         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
16162         to append in-reply-to: data to the references: header.
16163
16164         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16165         (netrc-parse): Use gnus-encrypt.el functions.
16166
16167         * gnus-encrypt.el: Add new file for encryption support; currently
16168         does only a few GPG ciphers and an internal XOR cipher.
16169
16170         * password.el: Add comments on using password-read-and-add.
16171         (password-read-and-add): Add function to read and add the
16172         password to the cache at once.
16173
16174 2004-07-28  Simon Josefsson  <jas@extundo.com>
16175
16176         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16177         parameter (but don't use it, for now).
16178
16179         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16180         instead of hard coding to nil.
16181
16182 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16183
16184         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16185         as mm-inline-image-xemacs does.
16186
16187 2004-07-26  Simon Josefsson  <jas@extundo.com>
16188
16189         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16190         Revert part of 2004-07-17 change below.
16191
16192 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16193
16194         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
16195         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16196
16197 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16198
16199         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16200         quotes that actually start with ">" at the beginning of the
16201         lines.
16202
16203 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16204
16205         * rfc2047.el (rfc2047-encode-region): Fix last change.
16206         (rfc2047-encode-parameter): Remove useless concat.
16207
16208 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16209
16210         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16211         encode special characters; fix some kind of misconfigured headers;
16212         signal a real error if debug-on-quit or debug-on-error is non-nil.
16213         (rfc2047-encode-max-chars): New variable.
16214         (rfc2047-encode-1): Use it.
16215         (rfc2047-encode-parameter): New function.
16216
16217         * mml.el (mml-insert-parameter): Remove an excessive space.
16218
16219 2004-07-17  Simon Josefsson  <jas@extundo.com>
16220
16221         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16222         Kai Grossjohann <kai@emptydomain.de>.
16223         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16224         (gnus-group-make-menu-bar): Ditto.
16225
16226         * gnus-util.el (gnus-group-server): Add.
16227
16228 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16229
16230         * message.el (message-clone-locals): Clone sendmail and smtp
16231         variables.
16232
16233 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16234
16235         * rfc2047.el (rfc2047-encode-region): Fix last change.
16236
16237 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16238
16239         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16240         characters as non-special.
16241
16242 2004-07-09  Simon Josefsson  <jas@extundo.com>
16243
16244         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16245         Users will lose all flag changes made while unplugged with
16246         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16247         good default.  See numerous reports on ding mailing list.
16248
16249 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16250
16251         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16252         add generate-head-function and generate-article-function to the
16253         rfc822-forward entry.
16254         (nndoc-rfc822-forward-generate-article): New function.
16255         (nndoc-rfc822-forward-generate-head): New function.
16256
16257         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16258
16259 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16260
16261         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16262         respect display group parameter and gnus-summary-expunge-below.
16263         (gnus-articles-to-read): Remove unused reference to display group
16264         parameter.
16265
16266 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16267
16268         * nnheader.el (nnheader-uniquify-message-id): New experimental
16269         variable.
16270         (nnheader-nov-read-message-id): Use it.
16271
16272         * spam-report.el (spam-report-gmane): Add interactive.
16273
16274 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16275
16276         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
16277         qp-or-base64 for the application/* types.
16278
16279 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16280
16281         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16282
16283 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16284
16285         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16286         trim value.
16287
16288 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16289
16290         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16291         New macro and function.
16292         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16293
16294 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16295
16296         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16297         after-load-alist.
16298
16299 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16300
16301         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
16302         update info that isn't there.
16303
16304 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
16305
16306         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16307         entry.
16308
16309 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16310
16311         * mm-view.el (mm-inline-render-with-function): Use multibyte
16312         buffer; decode html source by charset.
16313
16314         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16315
16316         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16317         Mule-UCS is loaded under XEmacs.
16318         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16319
16320 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16321
16322         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16323
16324 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16325
16326         * mm-util.el (mm-coding-system-p): Return a coding-system.
16327         (mm-mime-mule-charset-alist): Use shift_jis instead of
16328         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16329         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16330         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16331         instead of japanese-shift-jis and iso-latin-1 respectively in
16332         order to share the default value with both Emacs and XEmacs-mule.
16333         (mm-mule-charset-to-mime-charset): Make
16334         mm-coding-system-priorities effective.
16335         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16336         while predicating of candidates upon the priorities.
16337
16338 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16339
16340         * gnus-sum.el (gnus-summary-make-menu-bar): Add
16341         gnus-uu-invert-processable.
16342
16343         * gnus.el: Autoload gnus-uu-invert-processable.
16344
16345 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16346
16347         * mm-util.el (mm-with-multibyte-buffer): New macro.
16348
16349         * rfc2047.el (rfc2047-encode-string): Use it.
16350         (rfc2047-encode-region): Move point to the end of the region after
16351         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16352
16353 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16354
16355         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16356         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16357
16358 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16359
16360         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16361         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
16362         Karl Chen <quarl@nospam.quarl.org>.
16363
16364 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16365
16366         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16367         invalid addresses.
16368
16369 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16370
16371         * spam.el: Change section markers, revise TODO list.
16372         (spam-backends): Make new master list of all installed backends.
16373         (spam-summary-exit-behavior): Add new variable to determine how
16374         messages moves are done at summary exit.
16375         (spam-move-spam-nonspam-groups-only)
16376         (spam-process-ham-in-nonham-groups)
16377         (spam-process-ham-in-spam-groups): Remove variables, the
16378         spam-summary-exit-behavior variable should be used to manage this
16379         behavior.
16380         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16381         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16382         and spam-old-spam-articles.
16383         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16384         Add empty variables, placeholders for the backends they represent.
16385         (spam-set-difference): Move, unchanged.
16386         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16387         unless the user has a processor variable.
16388         (spam-classifications, spam-classification-valid-p)
16389         (spam-backend-properties, spam-backend-property-valid-p)
16390         (spam-backend-function-type-valid-p)
16391         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16392         (spam-report-articles-gmane, spam-report-articles-resend):
16393         Remove functions, they are not needed.
16394         (spam-install-backend-super, spam-backend-list)
16395         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16396         (spam-backend-function, spam-backend-ham-registration-function)
16397         (spam-backend-spam-registration-function)
16398         (spam-backend-ham-unregistration-function)
16399         (spam-backend-spam-unregistration-function)
16400         (spam-backend-statistical-p, spam-backend-mover-p)
16401         (spam-install-backend-alias, spam-install-checkonly-backend)
16402         (spam-install-mover-backend, spam-install-nocheck-backend)
16403         (spam-install-backend, spam-install-statistical-backend)
16404         (spam-install-statistical-checkonly-backend): Add backend installation
16405         support.
16406         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16407         (spam-group-processor-p): Use the new backend code and respect the
16408         summary exit behavior.
16409         (spam-mark-spam-as-expired-and-move-routine): Remove.
16410         (spam-summary-prepare): Change to use the new spam-old-articles
16411         variable.
16412         (spam-copy-or-move-routine, spam-copy-spam-routine)
16413         (spam-move-spam-routine, spam-copy-ham-routine)
16414         (spam-move-ham-routine): Add code to copy/move ham or spam.
16415         (spam-fetch-field-fast): Improve doc and code, plus allow the
16416         'number request.
16417         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
16418         variables.
16419         (spam-split, spam-find-spam): Use the new backend code.
16420         (spam-registration-functions): Remove variable.
16421         (spam-unregister-routine): Add convenience wrapper.
16422         (spam-log-undo-registration, spam-register-routine)
16423         (spam-log-processing-to-registry)
16424         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16425         where possible.
16426         (spam-check-gmane-xref, spam-check-regex-headers)
16427         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16428         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16429         (spam-check-bogofilter-headers, spam-check-spamoracle)
16430         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16431         (spam-check-crm114-headers): Use the spam-split-group that
16432         spam-split prepares, no need to determine it every time.
16433
16434         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16435         to the nnheader-parse-naked-head call.
16436
16437         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16438
16439         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16440         the nnheader-nov-read-message-id call.
16441
16442 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16443
16444         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16445         gnus-activate-group twice.  Suggested by Markus Peter
16446         <warp@spin.de>.
16447
16448 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16449
16450         * gnus-art.el (gnus-article-time-format): Exchange the order of
16451         day and month in the default value; fix customization type.
16452         (article-date-ut): Use add-text-properties.
16453         (article-make-date-line): Use message-make-date instead of
16454         current-time-string.
16455
16456         * message.el (message-fetch-field): Don't use set-text-properties.
16457         (message-make-date): Simplify.
16458
16459         * messagexmas.el (message-xmas-make-date): New function.
16460         (message-xmas-redefine): Defalias message-make-date to it.
16461
16462 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16463
16464         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16465         (rfc2047-encode-region): Treat text within parentheses as special;
16466         show the original text when error has occurred.
16467
16468         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16469         already-computed method to gnus-activate-group.
16470
16471         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16472         same select-methods identical Lisp objects.
16473
16474         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16475         object when modifying the info.
16476
16477 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16478
16479         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16480         gnus-opened-servers since it has never been opened with the new
16481         configuration yet.
16482
16483 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16484
16485         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16486         arg to nnheader-generate-fake-message-id.
16487
16488 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16489
16490         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16491         number and build a fake message ID localized to a group and
16492         article number (so it's repeatable from that point on).
16493         (nnheader-fake-message-id-p): Change regex to accomodate new fake
16494         ID format.
16495
16496         * gnus-sum.el (gnus-get-newsgroup-headers): Call
16497         nnheader-generate-fake-message-id with the article number.
16498
16499 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16500
16501         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16502         end-of-buffer.
16503
16504 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16505
16506         * message.el (message-ignored-supersedes-headers): Add Approved.
16507
16508 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16509
16510         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16511         goto-char.
16512         (rfc2047-encode): Fold the line before encoding.
16513
16514 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16515
16516         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16517         folding -- not all headers can be folded, and this should be done
16518         by the message composition mode.  Probably.  I think.
16519
16520 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16521
16522         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16523         fast.
16524
16525         * gnus-ems.el (gnus-remove-image): Don't use
16526         message-text-with-property; remove only the image found first.
16527
16528         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
16529         found first.
16530
16531 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16532
16533         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16534
16535 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16536
16537         * message.el (message-text-with-property): Make it fast and accept
16538         optional arguments.
16539         (message-strip-forbidden-properties): Use it.
16540         (message-fix-before-sending): Follow the m-t-w-p change.
16541
16542         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16543
16544 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16545
16546         * gnus-art.el (article-hide-headers): Don't change the buffer
16547         mistakenly when performing mml-preview even if
16548         gnus-single-article-buffer is nil.
16549
16550 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
16551
16552         * message.el (message-expand-name-databases): New user option.
16553         (message-expand-name): Use it.
16554
16555 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
16556
16557         * spam.el (spam-report-articles-resend)
16558         (spam-report-resend-register-routine): Allow ham reporting.
16559         (spam-report-resend-register-ham-routine): Add wrapper.
16560         (spam-registration-functions): Add ham resending functions.
16561         (spam-list-of-processors): Add ham resend processor.
16562
16563         * gnus.el (ham-resend-to): Add new group parameter.
16564         (spam-process): Add ham resend option.
16565
16566         * spam-report.el (spam-report-resend): Allow reporting ham.
16567         (spam-report-resend-ham): Add wrapper.
16568
16569 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16570
16571         * message.el (message-cite-articles-with-x-no-archive): New
16572         variable.
16573         (message-cite-original): Use it.
16574
16575 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16576
16577         * message.el (message-cite-original): Respect X-No-Archive.
16578
16579 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16580
16581         * gnus-art.el (article-hide-headers): Refer to the values for
16582         gnus-ignored-headers and gnus-visible-headers in the summary
16583         buffer since a user may have set them as group parameters.
16584
16585 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
16586
16587         * assistant.el (assistant-node-name): Add convenience function.
16588         (assistant-render-text, assistant-render-node): Add error handling,
16589         plus handle multiple next nodes.
16590         (assistant-find-next-node): Comment out for now.
16591         (assistant-find-next-nodes): Add function, returns list of next
16592         nodes.
16593
16594 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
16595
16596         * mail-source.el (mail-source-directory): Fix doc-string.
16597
16598 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
16599
16600         * assistant.el (assistant-render-text, assistant-eval): Add :set
16601         widget type, which is different because it takes and returns a
16602         list.  Much hilarity ensues.
16603
16604 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
16605
16606         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
16607
16608         * gnus-group.el (gnus-group-get-new-news-this-group): Added
16609         doc-string.
16610
16611         * gnus-start.el (gnus-activate-group): Added doc-string.
16612
16613 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16614
16615         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16616
16617 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
16618
16619         * assistant.el (assistant-render-text): Try to add a :set
16620         widget, more to come.
16621
16622         * spam.el (spam-group-spam-contents-p): Handle empty groupname
16623         strings.
16624         (spam-report-articles-resend)
16625         (spam-register-routine): Do registration iff any articles warrant
16626         it.
16627         (spam-summary-prepare-exit): Change log message for nil group
16628         destinations.
16629
16630 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
16631
16632         * spam.el (spam-report-resend-register-routine): Allow
16633         spam-report-resend-to to be a group parameter or a global value.
16634
16635 2004-05-26  Simon Josefsson  <jas@extundo.com>
16636
16637         * starttls.el: Merge with my GNUTLS based starttls.el.
16638         (starttls-gnutls-program, starttls-use-gnutls)
16639         (starttls-extra-arguments, starttls-process-connection-type)
16640         (starttls-connect, starttls-failure, starttls-success): New
16641         variables.
16642         (starttls-program, starttls-extra-args): Doc fix.
16643         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
16644         functions.
16645         (starttls-negotiate, starttls-open-stream): Check
16646         `starttls-use-gnutls' and pass on to corresponding *-gnutls
16647         function if it is set.
16648
16649 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16650
16651         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16652         structured fields.
16653
16654 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16655
16656         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16657
16658 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
16659
16660         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
16661         variable.
16662         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
16663         assigning the spam-mark to new messages.
16664
16665 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
16666
16667         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16668
16669 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16670
16671         * dgnushack.el: Autoload customize-set-variable for XEmacs.
16672
16673         * rfc2047.el (rfc2047-encodable-p): Don't move point.
16674         (rfc2047-decode): Treat the ascii coding-system as raw-text by
16675         default.
16676
16677 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
16678
16679         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16680         correct data.
16681
16682 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
16683
16684         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16685         (spam-group-processor-p): Fix function.
16686         (spam-group-processor-multiple-p)
16687         (spam-group-spam-processor-report-gmane-p)
16688         (spam-group-spam-processor-report-resend-p)
16689         (spam-group-spam-processor-bogofilter-p)
16690         (spam-group-spam-processor-blacklist-p)
16691         (spam-group-spam-processor-ifile-p)
16692         (spam-group-ham-processor-ifile-p)
16693         (spam-group-spam-processor-spamoracle-p)
16694         (spam-group-spam-processor-crm114-p)
16695         (spam-group-ham-processor-bogofilter-p)
16696         (spam-group-spam-processor-stat-p)
16697         (spam-group-ham-processor-stat-p)
16698         (spam-group-ham-processor-whitelist-p)
16699         (spam-group-ham-processor-BBDB-p)
16700         (spam-group-ham-processor-spamoracle-p)
16701         (spam-group-ham-processor-copy-p): Remove functions with some
16702         prejudice against unneeded code.
16703         (spam-report-articles-resend)
16704         (spam-report-resend-register-routine): Allow the group/topic
16705         spam-resend-to value to override spam-report-resend-to.
16706         (spam-summary-prepare-exit): Invoke spam-group-processor-p
16707         properly now.
16708
16709         * gnus.el (spam-resend-to): Add group/topic parameter.
16710         (spam-process): Move the OBSOLETE processors to the end of the
16711         choices.
16712
16713 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
16714
16715         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
16716         with resend-to set to nil, and then ask the user if necessary.
16717         (spam-report-resend): spam-report-resend takes a list of articles, not
16718         separate article numbers.
16719
16720 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16721
16722         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16723         addition to emacs-w3m.
16724
16725 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16726
16727         * assistant.el (assistant-authinfo-data): New function.
16728         (assistant-eval): Eval for entire assistant.
16729
16730         * netrc.el (netrc-services-file): New variable.
16731         (netrc-parse-services): New function.
16732         (netrc-find-service-name): New function.
16733         (netrc-find-service-number): New function.
16734         (netrc-port-equal): New function.
16735         (netrc-machine): Use it.
16736
16737         * nnimap.el (nnimap-open-connection): Use netrc.
16738
16739         * gnus-util.el (gnus-netrc-get): Remove aliases.
16740
16741         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16742
16743         * assistant.el (wid-edit): Fix compilation.
16744
16745         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16746
16747 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
16748
16749         * gnus-util.el (gnus-set-file-modes): New function.  (small
16750         patch).
16751
16752 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16753
16754         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16755
16756         * assistant.el (assistant-render-node): Fix up rendering and
16757         read-only text.
16758         (assistant-render-node): Reset.
16759         (assistant-make-read-only): Not sticky.
16760
16761 2004-05-20  Danny Siu  <dsiu@adobe.com>
16762
16763         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16764         centered even when gnus-auto-center-summary is t.
16765
16766 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16767
16768         * dns.el (dns-get-txt-answer): New function.
16769         (dns-read-txt): Ditto.
16770         (query-dns): Use it.
16771
16772 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16773
16774         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16775         active for foreign groups even if the group level is higher than
16776         the specified value.
16777
16778 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16779
16780         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16781         non-active groups.
16782
16783         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16784
16785 2004-05-20  Magnus Henoch  <mange@freemail.hu>
16786
16787         * dns.el (dns-read-type): Add support for SVR.  (small patch)
16788
16789 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
16790
16791         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16792         (spam-crm114-header, spam-crm114-spam-switch)
16793         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16794         (spam-crm114-positive-spam-header)
16795         (spam-crm114-database-directory, spam-list-of-processors)
16796         (spam-group-spam-processor-crm114-p)
16797         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16798         (spam-generic-score, spam-list-of-checks)
16799         (spam-list-of-statistical-checks, spam-registration-functions)
16800         (spam-check-crm114-headers, spam-crm114-score)
16801         (spam-check-crm114, spam-crm114-register-with-crm114)
16802         (spam-crm114-register-spam-routine)
16803         (spam-crm114-unregister-spam-routine)
16804         (spam-crm114-register-ham-routine)
16805         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
16806         asjo@koldfront.dk (Adam Sjøgren).
16807
16808         * gnus.el: Add spam-use-crm114.
16809
16810         * spam.el (spam-list-of-processors, spam-registration-functions):
16811         Add spam-use-resend.
16812         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16813         (spam-report-articles-gmane): Add doc fix.
16814         (spam-report-articles-resend, spam-report-resend-register-routine):
16815         Add wrappers around spam-report-resend-to.
16816
16817         * spam-report.el (spam-report-resend-to, spam-report-resend):
16818         Add support for resending spam.
16819         (spam-report-gmane): Fix line length >80.
16820
16821         * gnus.el (spam-process): Add spam-use-resend.
16822
16823 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16824
16825         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16826         number of processed spam messages.
16827         (spam-ham-copy-or-move-routine): Return the number of processed
16828         ham messages.
16829         (spam-summary-prepare-exit): Use the above values to decide
16830         whether status messages shouled be displayed.
16831
16832 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16833
16834         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
16835         `rfc2047-encoding-function-alist' in order to avoid conflicting
16836         with the old version.
16837         (rfc2047-encode-region): Concatenate words containing non-ASCII
16838         characters in structured fields; don't encode space-delimited
16839         ASCII words even in unstructured fields; don't break words at
16840         char-category boundaries.
16841         (rfc2047-encode-1): New function.
16842         (rfc2047-encode): Use it; encode text so that it occupies the
16843         maximum width within 76-column; work correctly on Q encoding for
16844         iso-2022-* charsets.
16845         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16846         sure not to break a line just after the header name.
16847         (rfc2047-b-encode-region): Removed.
16848         (rfc2047-b-encode-string): New function.
16849         (rfc2047-q-encode-region): Removed.
16850         (rfc2047-q-encode-string): New function.
16851
16852         * mm-util.el (mm-replace-in-string): New function.
16853
16854 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16855
16856         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
16857         get it right.
16858         (gnus-inews-make-draft): Really.
16859
16860 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
16861
16862         * nnmh.el (nnmh-request-list-1): Don't check the link count
16863         before descending.  (small patch)
16864
16865 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16866
16867         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16868         stuff.
16869
16870         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
16871         on real group name.
16872
16873         * gnus-art.el (gnus-signature-limit): Doc fix.
16874
16875         * gnus-msg.el (gnus-inews-make-draft): Quote list.
16876
16877         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
16878
16879 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
16880
16881         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
16882         isn't a string.
16883
16884 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16885
16886         * gnus-draft.el (gnus-draft-send): Bind
16887         rfc2047-encode-encoded-words.
16888
16889         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16890         (rfc2047-encodable-p): Say that =? needs encoding.
16891         (rfc2047-encode-encoded-words): New variable.
16892
16893         * gnus-group.el (gnus-group-select-group): Doc fix.
16894
16895         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
16896
16897         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
16898         to nil.
16899
16900         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
16901
16902         * nnheader.el (nnheader-get-lines-and-char): New function.
16903
16904 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
16905
16906         * gnus-msg.el (gnus-summary-followup-with-original): Document
16907         yanking of region when active.
16908
16909 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16910
16911         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
16912         groups if the group level is higher than the specified value.
16913
16914 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16915
16916         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
16917         (gnus-group-jump-to-group): Added prefix argument using
16918         `gnus-group-jump-to-group-prompt'.  Query before jumping to
16919         non-active group.
16920
16921         * compface.el (uncompface): Be verbose when changing
16922         `uncompface-use-external'.
16923
16924         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
16925         handle manual section.
16926
16927 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16928
16929         * gnus-art.el (gnus-button-alist): Revert previous change.
16930
16931 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16932
16933         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
16934
16935 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16936
16937         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
16938         whether backend can accept message.
16939
16940         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
16941
16942 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
16943
16944         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16945         Avoid creating directory when nntp-marks-is-evil is true.
16946         Reported by Reiner Steib.
16947
16948 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16949
16950         * gnus-picon.el (gnus-picon-style): New variable.
16951         (gnus-picon-insert-glyph): Added optional `nostring' argument.
16952         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
16953         Jesper Harder <harder@ifa.au.dk>.
16954
16955 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16956
16957         * message.el (message-fill-field): Return point.
16958         (message-generate-headers): Go to end of field.
16959
16960         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
16961         stuff for non-living groups.
16962
16963 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
16964
16965         * gnus-art.el (gnus-article-followup-with-original)
16966         (gnus-article-reply-with-original): gnus-mark-active-p ->
16967         gnus-region-active-p.
16968
16969 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
16970
16971         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
16972         only when there is spam or ham to be processed.
16973
16974 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16975
16976         * mail-source.el (mail-source-delete-crash-box): Refactor.
16977         (mail-source-fetch): Use it.
16978         (mail-source-fetch-file): Ditto.
16979         (mail-source-fetch-directory): Run postscript in loop.
16980         (mail-source-fetch-pop): Delete.
16981         (mail-source-fetch-maildir): Ditto.
16982         (mail-source-fetch-imap): Ditto.
16983
16984         * imap.el (imap-authenticators): Comment out sasl.
16985
16986         * message.el (message-skip-to-next-address): New function.
16987         (message-fill-header-address): Refactor.
16988         (message-fill-address): Use it.
16989         (message-delete-address): Use it.
16990         (message-fill-header-general): Refactor.
16991         (message-fill-field-address): Rename.
16992         (message-narrow-to-field): Find the start of the header.
16993         (message-header-format-alist): Don't pre-fill.
16994         (message-fill-header): Removed.
16995         (message-insert-header): New function.
16996         (message-shorten-references): Use it.
16997
16998         * rfc2047.el (rfc2047-field-value): Strip props.
16999
17000         * mail-parse.el (mail-header-make-address): New alias.
17001
17002         * ietf-drums.el (ietf-drums-make-address): New function.
17003
17004         * imap.el: Add compiler directives.
17005
17006         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17007
17008         * gnus-art.el (article-decode-idna-rhs): Don't use
17009         message-idna-inside-rhs-p.
17010
17011 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17012
17013         * message.el (message-idna-inside-rhs-p): Removed.
17014         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17015
17016         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
17017         false positives.
17018
17019 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17020
17021         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17022
17023 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17024
17025         * nneething.el (nneething-file-name): Don't create spurious
17026         files.
17027
17028         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17029         (gnus-inews-do-gcc): Remove sleep.
17030
17031         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17032         part under point.
17033
17034         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17035         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17036
17037 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17038
17039         * spam.el (spam-summary-prepare-exit): Fixed (length).
17040
17041 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17042
17043         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17044         as expired without moving it" message when there are spam
17045         messages left.
17046
17047 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17048
17049         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17050         header is not nil.
17051
17052 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17053
17054         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
17055         nntp-possibly-create-directory, not nntp-possibly-change-group.
17056         (nntp-marks-changed-p): New arg SERVER.
17057         (nntp-request-update-info): Adjust caller.
17058
17059 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17060
17061         * nntp.el (nntp-save-marks): Pass missing arg.
17062
17063 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17064
17065         * nntp.el: Support marks.
17066         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17067         (nntp-marks-modtime, nntp-marks-directory): New variables.
17068         (nntp-request-set-mark, nntp-request-update-info)
17069         (nntp-possibly-create-directory, nntp-marks-changed-p)
17070         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
17071         functions.
17072
17073 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17074
17075         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17076         (gnus-xmas-redefine): Rename.
17077
17078         * gnus-score.el (gnus-score-insert-help): Use
17079         gnus-select-lowest-window.
17080
17081         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17082         appt-select-lowest-window and rename to gnus-select-lowest-window.
17083
17084         * gnus.el: do.
17085
17086 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17087
17088         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17089         encodings of MIME-encoded words, in order to improve
17090         interoperability with several broken MUAs.
17091
17092 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17093
17094         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17095         tags, only when charsets are not specified in headers.
17096         (mm-inline-text-html-render-with-w3m): Ditto.
17097
17098         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17099         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17100
17101 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17102
17103         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17104         instead of MIME-decoded from fields when checking
17105         `gnus-article-address-banner-alist'.
17106
17107 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17108
17109         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17110         description rather than subject.
17111
17112 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17113
17114         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17115
17116 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17117
17118         * gnus.el (gnus-version-number): Bump.
17119
17120 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17121
17122         * gnus.el: No Gnus v0.2 is released.
17123
17124 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17125
17126         * gnus-agent.el (gnus-agent-read-agentview): Inline
17127         gnus-uncompress-range.
17128
17129 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17130
17131         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17132         `exec-installed-p'.
17133
17134 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17135
17136         * gnus.el (spam-process, spam-autodetect-methods): Add
17137         bsfilter and bsfilter-headers.
17138
17139         * spam.el (spam-bsfilter): New customize group.
17140         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17141         (spam-bsfilter-header, spam-bsfilter-probability-header)
17142         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17143         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17144         (spam-bsfilter-database-directory): New options.
17145         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17146         (spam-list-of-statistical-checks, spam-registration-functions):
17147         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17148         (spam-bsfilter-score): New command.
17149         (spam-check-bsfilter-headers, spam-check-bsfilter)
17150         (spam-bsfilter-register-with-bsfilter)
17151         (spam-bsfilter-register-spam-routine)
17152         (spam-bsfilter-unregister-spam-routine)
17153         (spam-bsfilter-register-ham-routine)
17154         (spam-bsfilter-unregister-ham-routine): New functions.
17155         (spam-generic-score): Support bsfilter; Accept an optional argument
17156         to recalcurate spam score even if scoring header has already been
17157         added.
17158         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17159         optional argument to recalcurate spam score even if scoring header
17160         has already been added.
17161
17162 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17163
17164         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17165         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17166         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17167         link is missing.
17168
17169 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17170
17171         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17172         (html2text-get-attr): Rewrite.
17173
17174         * message.el (message-setup-1): Remove redundant put-text-property
17175         on mail-header-separator.
17176
17177 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17178
17179         * gnus-registry.el (gnus-registry-cache-whitespace)
17180         (gnus-registry-action, gnus-registry-spool-action)
17181         (gnus-registry-split-fancy-with-parent): Change message levels
17182         from 5 to 3 or 7, as needed.
17183
17184         * spam.el (spam-summary-prepare-exit)
17185         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17186         (spam-split, spam-find-spam, spam-log-undo-registration)
17187         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
17188         level from 5 to 6.
17189
17190 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17191
17192         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17193         2004-03-04 change).
17194
17195 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17196
17197         * sieve-manage.el (sieve-manage-open):
17198         * nnweb.el (nnweb-insert-html):
17199         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17200         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17201         * nnspool.el (nnspool-request-group):
17202         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17203         * nnml.el (nnml-request-update-info):
17204         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17205         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17206         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17207         (nnimap-request-set-mark):
17208         * nnfolder.el (nnfolder-request-update-info):
17209         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17210         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17211         * gnus-uu.el (gnus-uu-find-articles-matching):
17212         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17213         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17214         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17215         * gnus-nocem.el (gnus-nocem-scan-groups):
17216         * gnus-int.el (gnus-start-news-server):
17217         * gnus-group.el (gnus-group-make-kiboze-group)
17218         (gnus-group-browse-foreign-server):
17219         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17220         Use mapc when appropriate.
17221
17222 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17223
17224         FIXME: Make separate entries for each person.
17225
17226         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17227         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17228         <shields@msrl.com>:
17229
17230         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17231         may need for spam sorting and scoring.
17232         (spam-user-format-function-S): Add user format function suitable for
17233         general use.
17234         (spam-article-sort-by-spam-status): Add sorting function for summary
17235         sorting.
17236         (spam-extra-header-to-number): Add function to get a score from a
17237         header.
17238         (spam-summary-score): Add function to get a numeric score from the
17239         headers.
17240         (spam-generic-score): Fix function doc, was in wrong place.
17241         (spam-initialize): Take symbols when it's run, and install the
17242         extra headers that spam-necessary-extra-headers thinks we need.
17243
17244 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17245
17246         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17247         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17248
17249 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17250
17251         * gnus-sum.el (gnus-set-global-variables)
17252         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17253         (gnus-article-get-xrefs, gnus-summary-best-group)
17254         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17255         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17256         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17257         Use with-current-buffer.
17258
17259 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17260
17261         * spam.el (spam-summary-prepare-exit): Simplify logic.
17262         (spam-fetch-article-header): Read the article header if it's not
17263         available.
17264         (spam-list-articles): Simplify logic.
17265         (spam-filelist-register-routine): Fix bug with unregister-list.
17266
17267         * gnus-registry.el: Fix comments at beginning.
17268
17269 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17270
17271         * message.el (message-cater-to-broken-inn): Remove.
17272         (message-shorten-references): Make sure the total folded length of
17273         References is shorter than 998 characters to cater to a bug in INN
17274         2.3.  Also, don't pretend that references aren't folded -- this
17275         hasn't worked for a while.
17276
17277 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17278
17279         * gnus-agent.el (gnus-agentize):
17280         gnus-agent-send-mail-real-function no longer set to current value
17281         of message-send-mail-function but rather a lambda that calls
17282         message-send-mail-function.  The change makes the agent real-time
17283         responsive to user changes to message-send-mail-function.
17284
17285 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17286
17287         * legacy-gnus-agent.el
17288         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
17289         help from Florian Weimer <fw@deneb.enyo.de>
17290
17291 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17292
17293         * nnmail.el (nnmail-cache-insert): Revert last change.
17294
17295 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17296
17297         * nnmail.el (nnmail-cache-insert): Always check whether
17298         nnmail-cache-ignore-groups matches a group name.
17299
17300 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17301
17302         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17303         (spam-find-spam, spam-log-processing-to-registry)
17304         (spam-log-registered-p, spam-log-unregistration-needed-p)
17305         (spam-log-undo-registration): Use gnus-message instead of
17306         gnus-error, none of these errors are fatal.
17307
17308         * gnus-registry.el (gnus-registry-clean-empty-function)
17309         (gnus-registry-clean-empty): Remove only empty entries without
17310         extra data.
17311
17312 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17313
17314         * spam-stat.el (spam-stat-buffer-change-to-spam)
17315         (spam-stat-buffer-change-to-non-spam): Change (error) to
17316         (gnus-message 8) invocation.
17317
17318 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17319
17320         * nntp.el (nntp-via-netcat-command): New variable.
17321         (nntp-via-netcat-switches): New variable.
17322         (nntp-open-via-rlogin-and-netcat): New function.
17323         (nntp-open-connection-function): Doc fix.
17324         (nntp-telnet-command): Doc fix.
17325         (nntp-end-of-line): Doc fix.
17326         (nntp-via-rlogin-command): Doc fix.
17327         (nntp-via-user-name): Doc fix.
17328         (nntp-via-address): Doc fix.
17329
17330 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17331
17332         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17333         error in Emacs 21.1.
17334
17335 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17336
17337         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17338
17339 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17340
17341         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17342         (gnus-agent-with-refreshed-group): New macro.
17343         (gnus-agent-rename-group): New function.
17344         (gnus-agent-delete-group): New function.
17345         (gnus-agent-save-group-info): Use gnus-command-method when
17346         `method' parameter is nil.  Don't write nil entries into the
17347         active file.
17348         (gnus-agent-get-group-info): New function.
17349         (gnus-agent-fetch-articles): Use
17350         gnus-agent-update-files-total-fetched-for to increment disk space
17351         used.
17352         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
17353         gnus-agent-update-view-total-fetched-for to increment disk space
17354         used.
17355         (gnus-agent-get-local): Added optional parameters to avoid calling
17356         gnus-group-real-name and gnus-find-method-for-group.
17357         (gnus-agent-set-local): Delete stored entry if either min, or max,
17358         are nil.
17359         (gnus-agent-fetch-session): Reworded error/quit messages.  On
17360         quit, use gnus-agent-regenerate-group to record existance of any
17361         articles fetched to disk before the quit occurred.
17362         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17363         gnus-agent-update-view-total-fetched-for, and
17364         gnus-agent-update-files-total-fetched-for to decrement disk space
17365         used.
17366         (gnus-agent-retrieve-headers): Use
17367         gnus-agent-update-view-total-fetched-for to increment disk space
17368         used.
17369         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17370         with gnus-agent-update-files-total-fetched-for to decrement disk
17371         space and fresh group buffer.
17372         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17373         (gnus-agent-need-update-total-fetched-for): New variable.
17374         (gnus-agent-update-files-total-fetched-for): New function.
17375         (gnus-agent-update-view-total-fetched-for): New function.
17376         (gnus-agent-total-fetched-for): New function.
17377
17378         * gnus-cache.el (gnus-cache-save-buffers): Use
17379         gnus-cache-update-overview-total-fetched-for to change disk space
17380         used by this group.
17381         (gnus-cache-possibly-enter-article): Use
17382         gnus-cache-update-file-total-fetched-for to increment disk space
17383         used by this group.
17384         (gnus-cache-possibly-remove-article): Use
17385         gnus-cache-update-file-total-fetched-for to decrement disk space
17386         used by this group.
17387         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17388         (gnus-cache-rename-group): New function.
17389         (gnus-cache-delete-group): New function.
17390         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17391         (gnus-cache-need-update-total-fetched-for): New variable.
17392         (gnus-cache-with-refreshed-group): New macro.
17393         (gnus-cache-update-file-total-fetched-for): New function.
17394         (gnus-cache-update-overview-total-fetched-for): New function.
17395         (gnus-cache-rename-group-total-fetched-for): New function.
17396         (gnus-cache-delete-group-total-fetched-for): New function.
17397         (gnus-cache-total-fetched-for): New function.
17398
17399         * gnus-group.el: Require gnus-sum and autoload functions to
17400         resolve warnings when gnus-group.el compiled alone.
17401         (gnus-group-line-format): Documented new %F.
17402         (size of Fetched data) group line format; identifies disk space
17403         used by agent and cache.
17404         (gnus-group-line-format-alist): Defined new F format.
17405         (gnus-total-fetched-for): New function.
17406         (gnus-group-delete-group): No longer update
17407         gnus-cache-active-altered as gnus-request-delete-group now keeps
17408         the cache in sync.
17409         (gnus-group-list-active): Let the agent store a server's active
17410         list if currently plugged.
17411
17412         * gnus-int.el (gnus-request-delete-group):
17413         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17414         local disk in sync with the server.
17415         (gnus-request-rename-group):
17416         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17417         local disk in sync with the server.
17418
17419         * gnus-start.el (gnus-get-unread-articles):
17420         Cosmetic simplification to logic.
17421
17422         * gnus-util.el (gnus-rename-file): New function.
17423
17424 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17425
17426         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17427
17428 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17429
17430         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17431         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17432
17433 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17434
17435         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17436         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17437
17438 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17439
17440         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17441
17442 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17443
17444         * spam.el (spam-set-difference): Add function to replace
17445         gnus-set-difference in spam.el.
17446         (spam-summary-prepare-exit): Use spam-set-difference.
17447
17448 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17449
17450         * gnus-registry.el (gnus-registry-cache-file): Update to use
17451         gnus-dribble-directory OR gnus-home-directory OR ~.
17452         (gnus-registry-split-fancy-with-parent): Fix doc.
17453
17454 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17455
17456         * message.el (message-exchange-point-and-mark): Use
17457         message-mark-active-p.  Suggested by Jesper Harder
17458         <harder@ifa.au.dk>.
17459
17460 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17461
17462         * message.el (message-exchange-point-and-mark): Don't activate
17463         region if it was inactive.  Suggested by Hiroshi Fujishima
17464         <pooh@nature.tsukuba.ac.jp>.
17465
17466 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17467
17468         * gnus-art.el (article-display-face): Display Faces in the same
17469         order as X-Faces.
17470
17471 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17472
17473         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17474
17475 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17476
17477         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17478         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17479         (gnus-article-mime-hierarchy): Remove.
17480         (gnus-article-mime-hierarchy-next): Remove.
17481         (gnus-article-mode): Revert 2004-03-19 change.
17482         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17483         (gnus-insert-mime-button): Revert 2004-03-19 change.
17484         (gnus-mime-accumulate-hierarchy): Remove.
17485         (gnus-mime-enter-multipart): Remove.
17486         (gnus-mime-leave-multipart): Remove.
17487         (gnus-mime-display-part): Revert 2004-03-19 change.
17488         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17489
17490         * mml.el (mml-preview): Revert 2004-03-19 change.
17491
17492 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17493
17494         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17495
17496 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17497
17498         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17499         t while entering a file name using the mm-with-multibyte macro.
17500         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17501
17502         * mm-util.el (mm-with-multibyte): New macro.
17503
17504 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17505
17506         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
17507         user option.
17508         (gnus-mime-multipart-functions): Doc and customization fix.
17509         (gnus-article-mime-hierarchy): New variable.
17510         (gnus-article-mime-hierarchy-next): New variable.
17511         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17512         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17513         gnus-article-mime-hierarchy-next to nil.
17514         (gnus-insert-mime-button): Show hierarchy numbers.
17515         (gnus-mime-accumulate-hierarchy): New function.
17516         (gnus-mime-enter-multipart): New function.
17517         (gnus-mime-leave-multipart): New function.
17518         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17519         (gnus-mime-display-alternative): Show hierarchy numbers.
17520
17521         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17522         gnus-article-mime-hierarchy-next to nil.
17523
17524 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17525
17526         * dns.el: Don't require gnus-xmas.
17527
17528 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17529
17530         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17531         inline PGP.
17532         (mml-menu): Disable mml-quote-region if mark is inactive.
17533
17534 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17535
17536         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17537         when the group's active is not available.
17538
17539 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17540
17541         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17542         error.
17543
17544 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
17545
17546         * imap.el (imap-store-password): New variable.
17547         (imap-interactive-login): Use it.
17548         Suggested by Mark Plaksin <happy@mcplaksin.org>.
17549
17550 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17551
17552         * gnus-art.el (gnus-article-read-summary-keys): Restore new
17553         window-start and hscroll to summary window.
17554
17555 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17556
17557         * gnus-start.el (gnus-convert-old-newsrc): Only write the
17558         conversion message to newsrc-dribble when an actual conversion is
17559         performed.
17560
17561 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
17562
17563         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17564
17565 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17566
17567         * mm-decode.el (mm-complicated-handles): New function reviving
17568         former definition of mm-multiple-handles.
17569
17570         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17571         (gnus-mime-delete-part): Use it.
17572
17573 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17574
17575         * gnus-agent.el (gnus-agent-read-local): Bind
17576         nnheader-file-coding-system to gnus-agent-file-coding-system to
17577         avoid the implicit assumption that they will always be equal.
17578         (gnus-agent-save-local): Bind buffer-file-coding-system, not
17579         coding-system-for-write, as the with-temp-file macro first prints
17580         to a buffer then saves the buffer.
17581
17582 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17583
17584         * gnus-art.el (gnus-article-edit-part): New function.
17585         (gnus-mime-save-part-and-strip): Use it; do query instead of
17586         signaling an error; don't use mm-multiple-handles.
17587         (gnus-mime-delete-part): Ditto.
17588
17589 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17590
17591         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
17592         old file versions.
17593         (gnus-group-prepare-hook): Removed function that converted list
17594         form of gnus-agent-expire-days to group properties.
17595
17596         * gnus-int.el: Autoload gnus-agent-regenerate-group.
17597         (gnus-request-accept-article): Re-indented.
17598
17599         * gnus-start.el (gnus-convert-old-newsrc): Registered new
17600         converters to handle old agent file formats.  Added logic for a
17601         "backup before upgrading warning".
17602         (gnus-convert-mark-converter-prompt): Developers can mark
17603         functions as needing (default), or not needing,
17604         gnus-convert-old-newsrc's "backup before upgrading warning".
17605         (gnus-convert-converter-needs-prompt): Tests whether the user
17606         should be protected from potentially irreversable changes by the
17607         function.
17608
17609         * legacy-gnus-agent.el: New.  Provides converters that are only
17610         loaded when gnus-convert-old-newsrc needs to call them.
17611
17612 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17613
17614         * mail-source.el (mail-source-touch-pop): Doc fix.
17615
17616         * message.el (message-smtpmail-send-it): Doc fix.
17617
17618 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
17619
17620         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17621
17622         * nnmail.el (nnmail-split-fancy): do.
17623
17624         * gnus-kill.el (gnus-kill, gnus-execute): do.
17625
17626 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17627
17628         * gnus-sum.el (gnus-widget-reversible-match)
17629         (gnus-widget-reversible-to-internal)
17630         (gnus-widget-reversible-to-external): New functions.
17631         (gnus-widget-reversible): New widget.
17632         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17633
17634 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
17635
17636         * gnus-sum.el (gnus-thread-sort-functions)
17637         (gnus-article-sort-functions): Document `(not F)' items.
17638
17639 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
17640
17641         * spam.el (spam-use-gmane-xref): Add new backend.
17642         (spam-gmane-xref-spam-group): Add variable to control the name of the
17643         Gmane spam group.
17644         (spam-blackhole-servers, spam-blackhole-good-server-regex)
17645         (spam-regex-headers-spam, spam-regex-headers-ham)
17646         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17647         (spam-list-of-checks): Add spam-use-gmane-xref to list of
17648         backends and checks.
17649         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17650
17651         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17652         an autodetect method.
17653
17654 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17655
17656         * gnus-int.el (gnus-request-accept-article): Inform the agent that
17657         articles are being added to a group.
17658         (gnus-request-replace-article): Inform the agent that articles
17659         need to be uncached as the cached contents are no longer valid.
17660
17661 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17662
17663         * binhex.el: Don't autoload executable-find.
17664
17665         * canlock.el: Don't autoload mail-fetch-field.
17666
17667         * dgnushack.el: Autoload c-mode for XEmacs.
17668
17669         * gnus-ems.el: Don't autoload appt-select-lowest-window.
17670
17671         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17672         rmail-dont-reply-to and rmail-output.
17673
17674         * gnus-score.el: Don't autoload ffap-string-at-point.
17675
17676         * gnus-setup.el: Don't autoload sc-cite-original.
17677
17678         * imap.el: Don't autoload base64-decode-string,
17679         base64-encode-string and md5.
17680
17681         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17682         and rmail-msg-restore-non-pruned-header.
17683
17684         * mm-decode.el: Don't autoload executable-find.
17685
17686         * mm-url.el: Don't autoload executable-find.
17687
17688         * mm-view.el: Don't autoload diff-mode.
17689
17690         * nndb.el: Don't autoload news-reply-mode, news-setup,
17691         cancel-timer and telnet.
17692
17693         * password.el: Don't autoload run-at-time for Emacs.
17694
17695         * sha1-el.el: Don't autoload executable-find.
17696
17697         * sieve-mode.el: Don't autoload c-mode.
17698
17699         * uudecode.el: Don't autoload executable-find.
17700
17701 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17702
17703         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
17704         (gnus-agent-possibly-alter-active): Avoid null in numeric
17705         comparison.
17706         (gnus-agent-set-local): Refuse to save null in local object table.
17707         (gnus-agent-regenerate-group): The REREAD parameter can now be a
17708         list of articles that will be marked as unread.
17709
17710 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17711
17712         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17713
17714 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
17715
17716         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17717         language tags.
17718
17719 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
17720
17721         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17722         Don't bind "obarray".
17723
17724         * gnus-sum.el (gnus-thread-sort-functions): Added
17725         `gnus-thread-sort-by-most-recent-number' and
17726         `gnus-thread-sort-by-most-recent-date'.
17727         Reported by Kai Grossjohann <kai@emptydomain.de>.
17728
17729 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17730
17731         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17732
17733 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17734
17735         * gnus-cus.el (gnus-agent-customize-category): Removed
17736         ignore-errors macro reference that required cl to be loaded at
17737         run-time.
17738
17739         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17740         single-interval range of the form (min . max).  Previously the
17741         range had to look like ((min . max)).  Likewise, return
17742         (min . max) rather than ((min . max)).
17743         (gnus-range-map): Use gnus-range-normalize to accept
17744         single-interval range.
17745
17746         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17747         the cache, but not the agent, now appear with their usual face.
17748
17749         * dgnushack.el (loaddir): New variable that is bound to the
17750         directory containing the dgnushack.el file. Use loaddir, rather
17751         than srcdir, to update load-path. Change lets dgnushack compile
17752         code in directories other than GNUS/lisp.
17753
17754 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17755
17756         * lpath.el: Don't bind w3m-safe-url-regexp.
17757
17758         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17759         w3m-safe-url-regexp variable buffer-local.
17760
17761         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17762
17763 2004-02-27  Simon Josefsson  <jas@extundo.com>
17764
17765         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17766         gnus-group-real-prefix.
17767         (gnus-summary-move-article): Use it, instead of
17768         gnus-group-real-prefix.
17769
17770 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17771
17772         * lpath.el: Bind w3m-safe-url-regexp.
17773
17774         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17775         w3m-safe-url-regexp variable buffer-local and set it as the value
17776         of mm-w3m-safe-url-regexp.
17777
17778         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17779
17780         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17781         parsing gnus-posting-styles when the message is not for replying.
17782
17783         * dgnushack.el: Autoload sgml-mode for XEmacs.
17784
17785         * nnrss.el (nnrss-opml-export): Use
17786         mm-set-buffer-file-coding-system instead of
17787         set-buffer-file-coding-system.
17788
17789 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
17790
17791         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17792         of checkdoc.el).
17793         * nnrss.el: do.
17794         * gnus-mlspl.el: do.
17795         * gnus-ml.el: do.
17796         * gnus-srvr.el: do.
17797
17798         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17799
17800 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
17801
17802         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17803         Corrections to custom-manual links.
17804
17805         * gnus-art.el (gnus-article): Ditto.
17806
17807         * mm-decode.el (mime-display, mime-security): Ditto.
17808
17809 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17810
17811         * flow-fill.el: Typo.
17812
17813 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
17814
17815         * spam-wash.el: New file.
17816
17817 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
17818
17819         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
17820
17821 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
17822
17823         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17824         to be run with new-articles as LIST1, not LIST2.
17825         (spam-registration-functions): Add spam-use-ham-copy as a nil
17826         registration backend.
17827
17828 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17829
17830         * spam-stat.el (spam-stat-washing-hook): New option.
17831         (spam-stat-buffer-words): Use it.
17832         (spam-stat-process-directory, spam-stat-test-directory): Use
17833         insert-file-contents-literally.
17834         (spam-stat-coding-system): New variable.
17835         (spam-stat-load, spam-stat-save): Use it.
17836
17837 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17838
17839         * spam-report.el (spam-report-plug-agent): Quote
17840         spam-report-url-to-file and spam-report-url-ping-plain.
17841
17842 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
17843
17844         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
17845         / in mailto URLs.
17846
17847 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17848
17849         * spam-report.el (spam-report-process-queue): Fix interactive use.
17850         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17851         (spam-report-unplug-agent): Doc fixes.
17852         (spam-report-url-ping-mm-url, spam-report-url-to-file)
17853         (spam-report-agentize, spam-report-deagentize): Autoload.
17854
17855 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17856
17857         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
17858
17859         * message.el (message-setup-fill-variables): Add mml tags to
17860         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
17861         <ajk@iu.edu>.
17862         (message-mode): Don't modify paragraph-separate there.
17863
17864 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17865
17866         * compface.el (uncompface-use-external): Default to undecided.
17867         (uncompface-use-external-threshold): New variable.
17868         (uncompface-float-time): New macro.
17869         (uncompface): Determine whether to use the external decoder if
17870         uncompface-use-external is undecided.
17871
17872 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17873
17874         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17875         after images.
17876
17877         * gnus-art.el (gnus-mime-display-single): Remove dead code.
17878
17879 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
17880
17881         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17882
17883         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17884
17885         * gnus-sum.el (gnus-summary-limit-to-age)
17886         (gnus-summary-limit-children): do.
17887
17888         * gnus-int.el (gnus-request-scan): do.
17889
17890         * gnus-group.el (gnus-group-suspend): do.
17891
17892         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
17893
17894         * gnus-cite.el (gnus-cite-parse-attributions): do.
17895
17896         * gnus-agent.el (gnus-summary-set-agent-mark)
17897         (gnus-agent-regenerate-group): do.
17898
17899         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
17900
17901         * binhex.el (binhex-decode-region-internal): do.
17902
17903 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17904
17905         * gnus-fun.el (gnus-face-properties-alist): New user option.
17906         (gnus-display-x-face-in-from): Use it.
17907
17908         * gnus-art.el (article-display-face): Ditto.
17909
17910         * compface.el (uncompface-use-external): Default to nil.
17911
17912 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
17913
17914         * nntp.el (nntp-erase-buffer): New function.
17915         (nntp-retrieve-data, nntp-send-command)
17916         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
17917         (nntp-possibly-change-group): Use it.
17918
17919         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
17920         with-current-buffer.
17921
17922 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
17923
17924         * compface.el: Merge the ELisp-based uncompface program.
17925         (compface): New customization group.
17926         (uncompface-use-external): New user option.
17927         (uncompface): Call uncompface-internal if uncompface-use-external
17928         is nil.
17929         (uncompface-internal): New function.  Note that there are also
17930         some other functions and variables added for this function.
17931
17932 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
17933
17934         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
17935         if necessary.
17936
17937 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
17938
17939         * spam-report.el (spam-report-unplug-agent)
17940         (spam-report-plug-agent, spam-report-deagentize)
17941         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
17942         Add support for the Agent in spam-report: when unplugged, report to a
17943         file; when plugged, submit all the requests.
17944
17945         * spam.el (spam-register-routine): Fix message about
17946         registration.
17947
17948 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
17949
17950         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
17951         dependencies.
17952         (rfc2047-encode): Use it.
17953
17954         * gnus-art.el (gnus-button-marker-list): Move before first
17955         reference.
17956
17957         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17958         (imap-parse-body): Fix format string mismatch.
17959
17960         * gnus-score.el (gnus-summary-increase-score): do.
17961
17962         * nnrss.el (nnrss-close): New function.
17963
17964 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
17965
17966         * nnrss.el (nnrss-make-filename): New function.
17967         (nnrss-request-delete-group, nnrss-read-server-data)
17968         (nnrss-save-server-data, nnrss-read-group-data)
17969         (nnrss-save-group-data): Use it.
17970         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
17971         (nnrss-read-server-data, nnrss-read-group-data): Use load.
17972         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
17973
17974 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
17975
17976         * mml.el (mml-compute-boundary-1): Don't uncompress files.
17977
17978 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
17979
17980         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
17981         files.
17982
17983         * message.el (message-generate-headers-first): Don't quote nil
17984         and t in docstrings.
17985
17986         * imap.el (imap-id): do.
17987
17988         * gnus-agent.el (gnus-agent-consider-all-articles)
17989         (gnus-agent-queue-mail): do.
17990
17991 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
17992
17993         * spam-report.el (spam-report-process-queue): New function.
17994         Process requests from `spam-report-requests-file'.
17995         (spam-report-process-queue): Doc fix.
17996
17997 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
17998
17999         * spam.el (spam-register-routine)
18000         (spam-log-processing-to-registry, spam-log-registered-p)
18001         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18002         Change "check" to "spam-check" for semi-clarity.
18003
18004 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18005
18006         * pop3.el: Require nnheader.
18007
18008         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18009
18010         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18011
18012         * gnus-picon.el: Require cl.
18013
18014         * gnus-fun.el: Require gnus-ems and gnus-util.
18015
18016         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18017
18018         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18019
18020         * gnus-art.el (gnus-article-edit-mode): Define before first
18021         reference.
18022
18023 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18024
18025         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18026         (gnus-uu-post-encoded): Use point-at-bol.
18027
18028         * gnus-topic.el (gnus-group-active-topic-p): do.
18029
18030         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18031
18032         * gnus-group.el (gnus-group-kill-region): do.
18033
18034         * gnus-art.el (article-date-ut): do.
18035
18036         * message.el (message-fetch-field): Remove redundant
18037         case-fold-search binding.
18038         (message-narrow-to-field): Simplify.
18039
18040 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18041
18042         * spam.el (spam-directory): Derive from `gnus-directory'.
18043
18044         * spam-report.el (spam-report-url-to-file)
18045         (spam-report-requests-file): New function and variable for offline
18046         reporting.
18047         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18048         and user defined function.
18049         (spam-report-url-ping-mm-url): Remove doubled slash.
18050
18051 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18052
18053         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18054
18055 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18056
18057         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
18058         format string mismatch.
18059
18060         * sieve.el (sieve-deactivate-all): do.
18061
18062         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18063
18064         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18065
18066         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18067
18068         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18069
18070 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18071
18072         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18073         the list of checks.
18074
18075 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18076
18077         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18078         padding.
18079
18080 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18081
18082         * mm-view.el (mm-fill-flowed): New variable.
18083         (mm-inline-text): Use it.
18084
18085 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18086
18087         * spam.el (spam-spamassassin-register-ham-routine)
18088         (spam-spamassassin-register-spam-routine): Fix function names.
18089
18090 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18091
18092         * gnus.el (gnus-tmp-grouplens): Remove.
18093         (gnus-summary-line-format): Remove grouplens.
18094
18095         * gnus-group.el (gnus-group-line-format): Ditto.
18096
18097         * gnus-spec.el (gnus-format-specs): Ditto.
18098         (gnus-update-format-specifications): Flush the group format spec
18099         cache if there's the grouplens stuff.
18100         (gnus-parse-simple-format): Replace %l with the empty string.
18101
18102 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18103
18104         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18105         omission.
18106
18107 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18108
18109         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18110         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18111
18112 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18113
18114         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18115         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18116         New macros and functions.
18117         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18118         Handle > NLINK_MAX messages.
18119         * nnmaildir.el (nnmaildir-request-set-mark): Use
18120         nnmaildir--emlink-p and nnmaildir--eexist-p.
18121
18122 2004-01-25  Alex Schroeder  <alex@gnu.org>
18123
18124         * spam-stat.el (spam-stat-process-directory-age): New option.
18125         (spam-stat-process-directory): Use it.
18126
18127 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18128
18129         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18130         (spam-stat-save): Accept prefix argument.
18131
18132 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18133
18134         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18135         links" error.
18136
18137 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18138
18139         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18140         the rest of the and/or forms.
18141
18142 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18143
18144         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18145         compatibility with old .newsrc.eld files.
18146
18147         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18148
18149         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18150
18151         * gnus-start.el (gnus-1): do.
18152
18153         * gnus-group.el (gnus-group-line-format-alist): do.
18154
18155         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18156
18157         * gnus-gl.el: Remove.
18158
18159 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18160
18161         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18162         marks consisting of a single range {for example, (3 . 5)} rather
18163         than a list of a single range { ((3 . 5)) }.
18164
18165 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18166
18167         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
18168         with-current-buffer.
18169         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18170         avoid consing a string.
18171
18172         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18173         Remove obsolete entries for big5 and gb2312.
18174
18175 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18176
18177         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18178         uncompressed list.
18179
18180 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18181
18182         * spam-stat.el (spam-stat-strip-xref): New function.
18183         (spam-stat-process-directory): Use it.
18184
18185         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18186         here -- it's done in message-fetch-field.
18187
18188 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18189
18190         * gnus-agent.el (gnus-agent-queue-mail)
18191         (gnus-agent-prompt-send-queue): New variables.
18192         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18193         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18194         "nndraft:queue" along to gnus-draft-send.  Use
18195         gnus-agent-prompt-send-queue.
18196         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18197         is "nndraft:queue".  Suggested by Gaute Strokkenes
18198         <gs234@srcf.ucam.org>
18199
18200         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
18201         (agent-enable-undownloaded-faces): Added.
18202         (gnus-agent-cat-groups): Use eval-and-compile, not
18203         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18204         method of gnus-agent-cat-groups even when the buffer has been
18205         evaled.
18206         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
18207         delete gnus-agent-save-active-1.
18208         (gnus-agent-save-groups): Deleted.  Identical to
18209         gnus-agent-save-active.
18210         (gnus-agent-write-active): No longer adjust agent's copy of active
18211         file as agent's adjustments are now stored in their own
18212         file.  Removed optional parameter.
18213         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18214         servers.  Add use of min/max range limits from server's local
18215         file.
18216         (gnus-agent-save-alist): Removed unused optional argument.
18217         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18218         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18219         (gnus-agent-set-local): A per-server file that keeps min/max range
18220         limits for articles known to the agent.  Provides a fast mechanism
18221         for altering many active ranges.
18222         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18223         active file (local makes it unnecessary).
18224         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
18225
18226         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
18227         (agent-enable-undownloaded-faces): Added.
18228
18229         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18230         disable it when sending to "nndraft:queue".
18231         (gnus-group-send-queue): Add safety check to avoid sending queue
18232         when unplugged.
18233
18234         * gnus-group.el (gnus-group-catchup): Use new
18235         gnus-sequence-of-unread-articles, not
18236         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18237         numbers of articles.  Use gnus-range-map to avoid having to
18238         uncompress the unread list.
18239         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18240         Fixed invalid ange-ftp reference.
18241
18242         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18243         (gnus-sorted-range-intersection): Intersection of two ranges
18244         without requiring that they first be uncompressed.
18245
18246         * gnus-start.el (gnus-activate-group): Unless blocked by the
18247         caller, possibly expand the active range to include both cached
18248         and agentized articles.
18249         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18250         multiple version-dependent converters.
18251         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
18252         gnus-agent-save-active.
18253         (gnus-save-newsrc-file): Save dirty agent range limits.
18254
18255         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
18256         gnus-agent-possibly-alter-active.
18257         (gnus-adjust-marked-articles): Faster handling of simple lists.
18258
18259 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18260
18261         * spam-stat.el (spam-stat-test-directory): New optional argument
18262         displays a list of files detected.  Suggested by Andrew Cohen
18263         <cohen@andy.bu.edu>.
18264         (spam-stat-buffer-words-with-scores): Don't narrow and change
18265         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18266
18267 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18268
18269         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18270         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18271         (spam-spamassassin-arguments)
18272         (spam-spamassassin-spam-flag-header)
18273         (spam-spamassassin-positive-spam-flag-header)
18274         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18275         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18276         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18277         (spam-list-of-processors, spam-list-of-checks)
18278         (spam-list-of-statistical-checks, spam-registration-functions)
18279         (spam-check-spamassassin-headers, spam-check-spamassassin)
18280         (spam-spamassassin-score)
18281         (spam-spamassassin-register-with-sa-learn)
18282         (spam-spamassassin-register-spam-routine)
18283         (spam-spamassassin-register-ham-routine)
18284         (spam-assassin-register-spam-routine)
18285         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18286         (spam-bogofilter-score): Fix to show article before scoring.
18287
18288 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18289
18290         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18291         default scoring function.
18292         (spam-generic-score): Call spam-spamassassin-score if
18293         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18294         spam-bogofilter-score otherwise.
18295
18296         * gnus.el (spam-process, spam-autodetect-methods): Add
18297         spamassassin and spamassassin-headers.
18298
18299 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18300
18301         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18302         Suppress unnecessary messages.
18303
18304 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18305
18306         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18307         make-hash-table.
18308
18309 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18310
18311         * canlock.el (base64-encode-string): Don't autoload it.
18312
18313 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18314
18315         * run-at-time.el: Remove useless (require 'itimer),
18316         eval-and-compile and (featurep 'xemacs).
18317
18318 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18319
18320         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18321         GROUP is a virtual group.
18322
18323 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18324
18325         * gnus.el: Autoload `message-y-or-n-p'.
18326
18327 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18328
18329         * pgg-parse.el: Remove unnecessary (require 'custom).
18330
18331         * pgg-def.el: do.
18332
18333         * nnmail.el: do.
18334
18335         * gnus-undo.el: do.
18336
18337         * gnus-picon.el: do.
18338
18339         * gnus-util.el: do.
18340
18341 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18342
18343         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18344
18345 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18346
18347         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18348         handle, as well as a list.
18349
18350         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18351         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18352         (mm-w3m-cid-retrieve): Simplify.
18353
18354 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18355
18356         * message.el (message-kill-to-signature): Allow prefix arg to
18357         specify number of lines to keep before signature.
18358
18359 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18360
18361         * message.el (message-kill-to-signature): Change docstring.
18362
18363 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18364
18365         * canlock.el: Always require sha1-el.
18366         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18367
18368         * message.el: Autoload sha1 only when compiling.
18369
18370         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
18371         eudc-expand-inline for XEmacs.
18372
18373 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18374
18375         * message.el (message-canlock-generate): Require sha1-el.
18376
18377 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18378
18379         * message.el (message-expand-name): Silence the byte compiler.
18380
18381         * lpath.el: Add detect-coding-system.
18382
18383         * dgnushack.el (dgnushack-compile): Remove obsolete check for
18384         cus-edit.
18385
18386 2004-01-13  Simon Josefsson  <jas@extundo.com>
18387
18388         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18389         Invoke gnus-score-mode.  Reported by
18390         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18391
18392         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
18393         Jim Blandy <jimb@redhat.com> (tiny change).
18394
18395 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18396
18397         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18398
18399 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18400
18401         * spam.el (spam-get-article-as-string): Update to use
18402         gnus-request-article-this-buffer, much simpler.
18403         (spam-get-article-as-buffer): Remove.
18404
18405 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18406
18407         * message.el (message-expand-name): Use EUDC if the user uses that.
18408
18409 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18410
18411         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18412         character for the encoding to avoid consing a string.
18413
18414         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18415         unnecessarily.
18416
18417         * mm-util.el (mm-replace-chars-in-string): Remove.
18418
18419         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18420         of mm-replace-chars-in-string.
18421
18422 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18423
18424         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18425
18426         * mm-util.el (mm-subst-char-in-string): Support inplace.
18427
18428         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18429         a new string in every iteration.  Use shy groups.
18430
18431 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18432
18433         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18434         * gnus-soup.el (gnus-soup-group-brew):
18435         * gnus-msg.el (gnus-put-message):
18436         * gnus-move.el (gnus-group-move-group-to-server):
18437         * gnus-kill.el (gnus-batch-score):
18438         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18439         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18440         (gnus-group-update-group, gnus-group-read-group)
18441         (gnus-group-make-group, gnus-group-make-help-group)
18442         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18443         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18444         (gnus-group-sort-by-unread, gnus-group-catchup)
18445         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18446         (gnus-group-yank-group, gnus-group-set-info)
18447         (gnus-group-list-groups):
18448         * gnus.el (gnus-generate-new-group-name):
18449         * gnus-delay.el (gnus-delay-send-queue):
18450         * nnvirtual.el (nnvirtual-catchup-group):
18451         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18452         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18453         (gnus-group-prepare-topics, gnus-topic-check-topology):
18454         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18455         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18456         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18457         (gnus-group-make-articles-read):
18458         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18459         (gnus-group-change-level, gnus-kill-newsgroup)
18460         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18461         (gnus-get-unread-articles, gnus-make-articles-unread)
18462         (gnus-make-ascending-articles-unread): Use accessor
18463         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18464         to get group information for improved readability.
18465
18466
18467 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18468
18469         * gnus-art.el (article-decode-mime-words, article-babel)
18470         (gnus-article-highlight-signature, gnus-article-add-buttons)
18471         (gnus-signature-toggle): Use gnus-with-article-buffer.
18472
18473         * gnus-art.el (gnus-article-highlight-headers)
18474         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18475
18476         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18477         (gnus-article-set-globals, gnus-request-article-this-buffer)
18478         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18479         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18480         (gnus-mime-display-alternative): Use with-current-buffer.
18481
18482 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18483
18484         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18485         also under 80 char limit, and call gnus-error if needed.
18486         (spam-fetch-article-header): Fix - it was a
18487         buffer-local variable (gnus-newsgroup-data).
18488         (spam-find-spam): Use spam-generate-fake-headers, forget about
18489         spam-insert-fake-headers.
18490         (spam-insert-fake-headers): Remove.
18491
18492 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18493
18494         * deuglify.el (gnus-article-outlook-unwrap-lines)
18495         (gnus-outlook-rearrange-article)
18496         (gnus-outlook-repair-attribution-outlook)
18497         (gnus-outlook-repair-attribution-block)
18498         (gnus-outlook-repair-attribution-other): Remove redundant
18499         save-excursion.
18500
18501 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18502
18503         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18504         (spam-fetch-field-subject-fast)
18505         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18506         (spam-fetch-article-header): Add functions to deal with Gnus
18507         internals for fast retrieval of article header data.
18508         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18509
18510 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18511
18512         * pop3.el (pop3-md5): Remove.
18513         (pop3-apop): Replace pop3-md5 with md5.
18514
18515         * mm-bodies.el: base64 is always built-in.
18516
18517         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
18518         with-current-buffer.
18519
18520 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18521
18522         * canlock.el (canlock-insert-header): Remove excessive grouping in
18523         regexp.
18524
18525         * gnus-sum.el (gnus-summary-read-document): Ditto.
18526
18527         * gnus-uu.el (gnus-uu-part-number): Ditto.
18528
18529         * html2text.el (html2text-remove-tags): Ditto.
18530         (html2text-format-tags): Ditto.
18531         (html2text-format-single-elements): Ditto.
18532
18533         * mml.el (mml-parse-1): Ditto.
18534
18535 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18536
18537         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18538
18539         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18540
18541         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18542
18543         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18544
18545 2003-11-15  Simon Josefsson  <jas@extundo.com>
18546
18547         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18548         (pgg-gpg-lookup-key): Use regexp match instead of
18549         split-string (split-string is different between emacs 21.2 and
18550         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
18551
18552 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18553
18554         * gnus-art.el (gnus-mime-view-all-parts)
18555         (gnus-article-part-wrapper, gnus-article-view-part): Use
18556         with-current-buffer.
18557
18558 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18559
18560         * spam.el (spam-disable-spam-split-during-ham-respool)
18561         (spam-spamoracle-database, spam-cache-lookups)
18562         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18563         (spam-group-ham-mark-p, spam-group-spam-mark-p)
18564         (spam-group-ham-marks, spam-group-spam-marks)
18565         (spam-group-spam-contents-p, spam-group-ham-contents-p)
18566         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18567         also add spam-use-blackholes to the statistical checks.
18568         (spam-fetch-field-fast): Add interface to fetching fields, may
18569         become a macro.
18570         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18571         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18572         (spam-insert-fake-headers): Fake an article when needed.
18573         (spam-find-spam): Fake article when possible.
18574         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18575         (spam-check-bogofilter-headers): Use message-fetch-field instead
18576         of nnmail-fetch-field.
18577
18578 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18579
18580         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18581
18582 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18583
18584         * spam.el (spam-split): Do not require spam-use-CHECK to be
18585         enabled if that check is passed to spam-split explicitly; also
18586         fix so 'spam doesn't get converted to spam-split-group when
18587         spam-split-symbolic-return is t.
18588         (spam-find-spam): Find registrations of the article and use those
18589         instead of re-running spam-split to find the spam/ham
18590         classification of the article.
18591         (spam-log-processing-to-registry, spam-log-registered-p)
18592         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18593         Use gnus-error instead of gnus-message.
18594         (spam-log-registration-type): Add function to determine the
18595         classification of a message based on registry entries; will
18596         return nil if both 'spam and 'ham are found.
18597         (spam-check-BBDB): Expand all the BBDB macros here so we can have
18598         a reasonably fast local cache without the loading errors.
18599         (spam-cache-lookups): Set to t by default.
18600         (spam-find-spam): Don't try to guess spam-cache-lookups.
18601         (spam-enter-whitelist, spam-enter-blacklist): Clear the
18602         spam-caches entry.
18603         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
18604         caching of whitelist/blacklist entries.
18605         (spam-check-whitelist, spam-check-blacklist): Invoke
18606         spam-from-listed-p with a type, not a cache variable.
18607         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18608
18609 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18610
18611         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18612
18613         * nnmail.el (nnmail-split-fancy): do.
18614
18615         * mml.el (mml-parse): do.
18616
18617         * gnus-score.el (gnus-enter-score-words-into-hashtb)
18618         (gnus-score-adaptive): do.
18619
18620 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18621
18622         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18623         (gnus-mime-button-map): Don't set keymap parent.
18624         (gnus-button-ctan-directory-regexp): Use shy grouping.
18625         (gnus-prev-page-map): Don't set keymap parent.
18626         (gnus-prev-page-map): Remove duplicated one.
18627         (gnus-next-page-map): Don't set keymap parent.
18628         (gnus-mime-security-button-map): Ditto.
18629
18630         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18631         version number.
18632
18633         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18634
18635 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18636
18637         * canlock.el (canlock-sha1-function): Remove.
18638         (canlock-sha1-function-for-verify): Remove.
18639         (canlock-openssl-program): Remove.
18640         (canlock-openssl-args): Remove.
18641         (canlock-ignore-errors): Remove.
18642         (canlock-sha1-with-openssl): Remove.
18643         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18644         (canlock-verify): Don't use canlock-ignore-errors.
18645
18646         * sha1-el.el (sha1-string-external): Make it can return a string
18647         in binary form.
18648         (sha1-region-external): Ditto.
18649         (sha1-string-internal): Ditto.
18650         (sha1-region-internal): Ditto.
18651         (sha1-region): Ditto.
18652         (sha1-string): Ditto.
18653         (sha1): Ditto.
18654
18655 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18656
18657         * spam.el (spam-report-articles-gmane): New command.
18658
18659 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18660
18661         * gnus.el: Don't make unnecessary *Group* buffer when loading.
18662
18663         * run-at-time.el (run-at-time-saved): Remove.
18664         (run-at-time): Doc fix.
18665
18666 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18667
18668         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18669         (gnus-summary-limit-map): Add it.
18670         (gnus-summary-make-menu-bar): do.
18671
18672 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
18673
18674         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18675         Make attempt at some caching support (done for BBDB only now).
18676         (spam-find-spam): Set spam-cache-lookups if there are more than 2
18677         addresses to be checked.
18678         (spam-clear-cache-BBDB): Add function, to be invoked by
18679         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18680         (spam-check-BBDB): Check and use the caches, if
18681         spam-cache-lookups is on, remove superfluous (provide).
18682
18683 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
18684
18685         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
18686
18687 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
18688
18689         * run-at-time.el (run-at-time-saved): Move to after the definition
18690         of `run-at-time'.
18691
18692         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
18693
18694 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18695
18696         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18697         mm-w3m-local-map-property.
18698
18699         * mm-view.el (mm-w3m-mode-map): Remove.
18700         (mm-w3m-local-map-property): Remove.
18701         (mm-inline-text-html-render-with-w3m): Don't use
18702         mm-w3m-local-map-property.
18703
18704 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18705
18706         * run-at-time.el: New file.
18707
18708         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
18709         under Emacs.
18710
18711         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18712         of gnus-set-text-properties.
18713
18714         * gnus-uu.el (gnus-uu-save-article): Ditto.
18715
18716         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18717
18718         * gnus-cite.el (gnus-cite-parse): Ditto.
18719
18720         * gnus-art.el (gnus-button-push): Use set-text-properties instead
18721         of gnus-.
18722
18723         * gnus-xmas.el (run-at-time): Require run-at-time.
18724
18725         * gnus.el: Changed calls to nnheader-run-at-time and
18726         password-run-at-time throughout to use run-at-time directly.
18727
18728         * password.el: Removed definition of run-at-time.
18729
18730         * nnheaderxm.el: Remove definition of run-at-time.
18731
18732 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
18733
18734         * mml.el (mml-minibuffer-read-disposition): Show attachment type
18735         in prompt.
18736
18737 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18738
18739         * messagexmas.el (message-xmas-redefine): Alias
18740         `message-make-caesar-translation-table' to
18741         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
18742         version.
18743
18744         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
18745         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
18746         `gnus-xmas-set-text-properties'.
18747         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
18748         `gnus-xmas-completing-read'.
18749         (gnus-xmas-completing-read): Removed.
18750         (gnus-xmas-open-network-stream): Removed.
18751
18752         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18753         XEmacs version.
18754
18755         * dns.el (dns-make-network-process): Use `open-network-stream'
18756         instead of `gnus-xmas-open-network-stream'.
18757
18758         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
18759
18760         * .cvsignore: Add auto-autoloads.el, custom-load.el.
18761
18762 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18763
18764         * gnus-art.el (gnus-mime-display-alternative)
18765         (gnus-insert-mime-button, gnus-insert-mime-security-button)
18766         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18767         Don't use gnus-local-map-property.
18768
18769         * gnus-util.el (gnus-local-map-property): Remove.
18770
18771         * mm-view.el (mm-view-pkcs7-decrypt): Replace
18772         gnus-completing-read-maybe-default with completing-read.
18773
18774         * gnus-util.el (gnus-completing-read): do.
18775         (gnus-completing-read-maybe-default): Remove.
18776
18777 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18778
18779         * password.el: Only autoload `run-at-time' if not XEmacs.
18780         Only autoload the itimer functions if XEmacs.
18781
18782 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18783
18784         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
18785         XEmacsen.
18786
18787         * dgnushack.el: Autoload executable-find for XEmacs.
18788
18789 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18790
18791         * gnus-art.el (gnus-read-string): Remove.
18792         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18793         read-string.
18794
18795 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
18796
18797         * netrc.el: Autoload password-read.
18798         (netrc): Add configuration group.
18799         (netrc-encoding-method, netrc-openssl-path): Add
18800         variables for encoding and decoding of files with symmetric
18801         ciphers.
18802         (netrc-encode): Add assistant function to encode a file with
18803         netrc-encoding-method.
18804         (netrc-parse): Add interactive parameter, added optional
18805         decoding if netrc-encoding-method is non-nil but otherwise
18806         behavior is standard.
18807         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18808         Do s/encode/encrypt/ everywhere.
18809
18810         * spam.el: Remove executable-find autoload.
18811
18812 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18813
18814         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
18815
18816         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
18817
18818 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18819
18820         * gnus-art.el (gnus-treat-ansi-sequences)
18821         (article-treat-ansi-sequences): New variable and function.
18822         Suggested by Dan Jacobson <jidanni@jidanni.org>.
18823
18824         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18825         Use it.
18826
18827 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18828
18829         * mm-util.el (mm-quote-arg): Remove.
18830
18831         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18832         shell-quote-argument.
18833
18834         * gnus-uu.el (gnus-uu-command): do.
18835
18836         * gnus-sum.el (gnus-summary-insert-pseudos): do.
18837
18838         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18839         with make-char.
18840
18841         * mm-util.el (mm-make-char): Remove.
18842
18843         * mml.el (mml-mode): Replace gnus-add-minor-mode with
18844         add-minor-mode.
18845
18846         * gnus-undo.el (gnus-undo-mode): do.
18847
18848         * gnus-topic.el (gnus-topic-mode): do.
18849
18850         * gnus-sum.el (gnus-dead-summary-mode): do.
18851
18852         * gnus-start.el (gnus-slave-mode): do.
18853
18854         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
18855
18856         * gnus-ml.el (gnus-mailing-list-mode): do.
18857
18858         * gnus-gl.el (gnus-grouplens-mode): do.
18859
18860         * gnus-draft.el (gnus-draft-mode): do.
18861
18862         * gnus-dired.el (gnus-dired-mode): do.
18863
18864         * gnus-ems.el (gnus-add-minor-mode): Remove.
18865
18866         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18867         Replace gnus-char-width with char-width.
18868
18869         * gnus-ems.el (gnus-char-width): Remove.
18870
18871         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18872         Replace gnus-char-width with char-width.
18873
18874         * gnus-ems.el (gnus-char-width): Remove.
18875
18876         * spam-stat.el (with-syntax-table): Remove with-syntax-table
18877         definition.
18878         Remove Emacs 20 hash table compatibility code.
18879
18880         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18881         20 compatibility code.
18882
18883         * spam.el (spam-point-at-eol): Replace with point-at-eol.
18884
18885         * smime.el (smime-point-at-eol): Replace with point-at-eol.
18886
18887         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
18888         with point-at-{eol,bol}.
18889
18890         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
18891
18892         * imap.el (imap-point-at-eol): Replace with point-at-eol.
18893
18894         * flow-fill.el (fill-flowed-point-at-bol)
18895         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
18896
18897         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
18898         Replace with point-at-{eol,bol} throughout all files.
18899
18900 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18901
18902         * ntlm.el (ntlm-string-as-unibyte): New macro.
18903         (ntlm-build-auth-response): Use it.
18904
18905         Remove Emacs 20 stuff:
18906         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
18907         (butlast, mapc, remove): Remove the compiler macros.
18908         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
18909         of delq and copy-sequence.
18910         * gnus-art.el (popup-menu): Remove the compiler macro.
18911         * nnmail.el (nnmail-split-fancy): Don't support customizing with
18912         Emacs 20.
18913
18914 2004-01-05  Simon Josefsson  <jas@extundo.com>
18915
18916         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
18917         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
18918         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18919         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18920         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18921         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18922         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
18923         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
18924         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
18925         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
18926         ntlm-string-permute, string-lshift into ntlm-string-lshift,
18927         string-xor into ntlm-string-xor.  Suggested by
18928         Jesper Harder <harder@myrealbox.com>.
18929
18930         * ntlm.el: Don't include poem.
18931
18932         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
18933         Jesper Harder <harder@myrealbox.com>.
18934
18935         * sasl-ntlm.el, ntlm.el, md4.el: New files.
18936
18937         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
18938         probably breaks emacs with DL patch, but do we care? Is anyone
18939         still using the DL stuff?)
18940
18941         * sieve-manage.el: Use the password package.
18942         (sieve-manage-read-passwd): Remove.
18943         (sieve-manage-interactive-login): Use password.  Re-add
18944         condition-case around loop.
18945
18946         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
18947         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
18948         the password package.
18949
18950 2003-02-19  Simon Josefsson  <jas@extundo.com>
18951
18952         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
18953         token.
18954
18955 2002-08-07  Simon Josefsson  <jas@extundo.com>
18956
18957         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
18958         (sieve-manage-authenticators):
18959         (sieve-manage-authenticator-alist): Add some SASL mechs.
18960         (sieve-sasl-auth): New function.
18961         (sieve-manage-cram-md5-auth):
18962         (sieve-manage-plain-auth): Rewrite using SASL library.
18963         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18964         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18965         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18966         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18967
18968 2004-01-05  Simon Josefsson  <jas@extundo.com>
18969
18970         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18971         New files.
18972
18973 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18974
18975         * gnus-group.el (gnus-no-groups-message): Update.
18976
18977         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18978
18979 2003-11-09  Simon Josefsson  <jas@extundo.com>
18980
18981         * imap.el: Support for ID IMAP extension (RFC 2971).
18982         (imap-local-variables): Add imap-id.
18983         (imap-id): New variable.
18984         (imap-id): New function.
18985         (imap-parse-response): Parse untagged ID response.
18986         * nnimap.el (nnimap-id): New variable.
18987         (nnimap-open-connection): Use it.
18988
18989 2003-12-28  Simon Josefsson  <jas@extundo.com>
18990
18991         * gnus-score.el (gnus-score-edit-all-score): New.
18992         * gnus-group.el (gnus-group-score-map): Bind it to W e.
18993
18994 2004-01-04  Simon Josefsson  <jas@extundo.com>
18995
18996         * password.el: Add.
18997
18998 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
18999
19000         * dns.el (dns-query-types): Fix typo.
19001         (dns-query-types): New function.
19002         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19003         PTR and SOA replies, see RFC 1035.
19004
19005 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19006
19007         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
19008
19009         * Moved to Changelog.2.
19010
19011 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19012
19013         * gnus.el (gnus-version-number): Bump version.
19014
19015 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19016
19017         * gnus.el: No Gnus v0.1 is released.
19018
19019 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19020
19021         * gnus.el: No Gnus v0.0 is released.
19022
19023 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19024
19025         * gnus.el (gnus-version-number): Bump.
19026         (gnus-version): No.
19027
19028 See ChangeLog.2 for earlier changes.
19029
19030     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19031       Free Software Foundation, Inc.
19032
19033   This file is part of GNU Emacs.
19034
19035   GNU Emacs is free software: you can redistribute it and/or modify
19036   it under the terms of the GNU General Public License as published by
19037   the Free Software Foundation, either version 3 of the License, or
19038   (at your option) any later version.
19039
19040   GNU Emacs is distributed in the hope that it will be useful,
19041   but WITHOUT ANY WARRANTY; without even the implied warranty of
19042   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19043   GNU General Public License for more details.
19044
19045   You should have received a copy of the GNU General Public License
19046   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19047
19048 ;; Local Variables:
19049 ;; coding: utf-8
19050 ;; fill-column: 79
19051 ;; add-log-time-zone-rule: t
19052 ;; End: