gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it work for two...
[gnus] / lisp / ChangeLog
1 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
4         work for two or more articles.
5
6 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7
8         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
9         divide an image that's in an html article to two or more when washing
10         non-ASCII characters in alt text of it.
11
12 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13
14         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
15         smime-decrypt-region using function argument.
16         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
17
18         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
19
20         * smime.el (smime-decrypt-region): Catch it.
21
22 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
23
24         * smime.el (smime-mode-map): Move initialization into declaration.
25         (gnus-run-mode-hooks): Don't autoload.
26         (smime-mode): Use define-derived-mode.
27
28 2010-11-11  Glenn Morris  <rgm@gnu.org>
29
30         * smime.el (from): Restrict declaration to XEmacs.
31
32         * nnir.el (gnus-group-topic-name): Autoload.
33
34 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
35
36         * shr.el (shr-insert): Don't break long line if it is because of
37         kinsoku-bol characters in the line end.
38
39 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
40
41         * nnir.el (nnir-request-move-article): Fix to provide original group
42         and subject.
43         (nnir-warp-to-article): Don't fail on articles whose headers haven't
44         been retrieved.
45
46         * gnus-sum.el (gnus-summary-move-article): Use original group and
47         subject for virtual articles such as those in an nnir summary buffer.
48
49 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
50
51         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
52         least 21.5).
53
54         * smime.el (from): Declare it again for XEmacs.
55
56 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
57
58         * message.el (message-resend): Don't disable encoding unless it's
59         already encoded.
60
61         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
62         low-numbered articles.
63
64 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
65
66         * rfc2047.el (rfc2047-syntax-table): Simplify.
67
68         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
69
70         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
71         set-char-table-range for XEmacs.
72
73 2010-11-10  Glenn Morris  <rgm@gnu.org>
74
75         * time-date.el (time-to-seconds): Always an alias on Emacs,
76         never a real function.
77         (with-no-warnings): Remove compat stub, now unused.
78         (time-less-p): Doc fix.
79         (time-to-number-of-days): Simplify.
80
81         * smime.el (from): Remove unused declaration.
82
83         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
84         (gnus-float-time): On Emacs, always an alias.
85
86         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
87         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
88
89 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
90
91         * dgnushack.el: Don't use ignore-errors in the top level form since it
92         is unavailable in XEmacs even if cl is loaded.
93
94         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
95
96 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
97
98         * shr.el (browse-url-mailto): Autoload.
99
100         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
101
102         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
103         regexp doesn't need quoting.
104
105 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
106
107         * message.el (message-subject-trailing-was-ask-regexp)
108         (message-subject-trailing-was-regexp): Match was: in addition to was.
109
110 2010-11-09  Glenn Morris  <rgm@gnu.org>
111
112         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
113         (nnbabyl-check-mbox): Use point-at-bol.
114
115 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
116
117         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
118
119         * message.el (message-mailto): New function.
120         (message-mailto): Should accept other parameters.
121         (message-mailto): Remove since it duplicates browse-url-mailto
122         functionality.
123
124 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
125
126         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
127         methods.
128         (gnus-read-active-file): Ditto.
129
130         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
131         ": " from the prompt.
132         (gnus-group-make-group): Ditto.
133
134 2010-11-07  Glenn Morris  <rgm@gnu.org>
135
136         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
137         (gnus-bookmark-kill-line): Use point-at-eol.
138
139 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
140
141         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
142         asterisks in From header.
143
144 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
145
146         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
147         string to avoid making the From headers syntactically invalid.
148
149         * message.el (message-send-mail): Don't insert courtesy messages if the
150         message already has List-Post and List-ID messages.
151
152 2010-11-06  Glenn Morris  <rgm@gnu.org>
153
154         * gnus-art.el (gnus-treat-article): Give dynamic local variables
155         `condition', `type', `length' a prefix.
156         (gnus-treat-predicate): Update for above name changes.
157
158 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
159
160         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
161         binding.  Handled by `gnus-summary-refer-thread' instead.
162         (nnir-warp-to-article): New backend function.
163
164         * nnimap.el (nnimap-request-thread): Force dependency updating.
165
166         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
167         (gnus-summary-refer-thread): Rework to improve thread-referral.
168
169         * gnus-int.el (gnus-warp-to-article): New function.
170
171         * gnus-sum.el (gnus-summary-article-map): Bind it.
172
173 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
174
175         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
176         gnus-summary-refer-thread.
177
178         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
179         headers.
180         (gnus-summary-limit-include-thread): Prevent articles in thread from
181         being cut in gnus-cut-threads.
182         (gnus-summary-refer-thread): Limit retrieved headers to those in
183         thread.
184
185 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
186
187         * message.el (message-send-mail): Use the value of
188         message-courtesy-message from the message buffer.
189
190         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
191
192         * shr.el (shr-browse-url): Implement mailto: URLs.
193
194         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
195         "raw".
196
197         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
198         if it's already selected.
199
200         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
201
202 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
203
204         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
205         to measure the length and truncate alt text.
206
207 2010-11-03  Glenn Morris  <rgm@gnu.org>
208
209         * nndiary.el (nndiary-generate-nov-databases-1)
210         (nndiary-generate-active-info): Rename dynamic variable `files' to
211         something less generic.
212
213 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
214
215         * nnir.el (nnir-request-move-article): Call the underlying backend to
216         move articles from nnir.
217
218 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
219
220         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
221
222 2010-11-02  Julien Danjou  <julien@danjou.info>
223
224         * nnir.el: Remove wais support.
225
226 2010-11-02  Glenn Morris  <rgm@gnu.org>
227
228         * gnus-html.el: Reorder requirements to quieten compiler.
229
230 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
231
232         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
233         properly for XEmacs as well.
234         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
235         (gnus-article-natural-long-line-p): Use window-width rather than
236         frame-width.
237
238 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
239
240         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
241         (nnir-read-parms): Don't modify query.
242         (nnir-run-query): Add ability to search topic on current line.
243         (nnir-get-active): Clean up.
244
245 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
246
247         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
248         degenerate articles.
249
250         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
251         (gnus-print-buffer): Just print the buffer as is, without any copying
252         to a buffer and then re-highlighting.
253
254         * nnimap.el (nnimap-request-group): Store the new updated info.
255         (nnimap-request-group): Select the group when we don't know whether it
256         exists or not.
257
258         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
259         groups.
260
261         * gnus-group.el (gnus-group-find-new-groups): Display all the new
262         groups.
263
264         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
265         groups.
266
267         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
268         long-lines case by only filling the long lines.
269
270         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
271         (bug #7311).
272
273 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
274
275         * shr.el: No need to declare `declare-function' since shr.el is for
276         only Emacsen that provide `libxml-parse-html-region'.
277
278         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
279         effective only in a file it is referred to.
280
281 2010-11-01  Glenn Morris  <rgm@gnu.org>
282
283         * mm-util.el (gnus-completing-read): Autoload.
284         (mm-read-coding-system): Simplify Emacs definition.
285
286         * nnmail.el (gnus-activate-group):
287         * nnimap.el (gnutls-negotiate):
288         * nntp.el (netrc-parse): Fix declarations.
289
290 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
291
292         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
293         string-match-p in Emacs >=23.
294
295         * gnus-msg.el (gnus-configure-posting-styles)
296         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
297
298 2010-11-01  Glenn Morris  <rgm@gnu.org>
299
300         * nnir.el (declare-function): Add compat stub.
301         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
302         (nnir-run-gmane): Require 'mm-url.
303
304         * mm-util.el (mm-string-to-multibyte): Simplify.
305
306         * shr.el (declare-function): Add compat stub.
307         (url-cache-create-filename): Declare.
308         (mm-disable-multibyte, widget-convert-button): Autoload.
309
310         * smime.el (ldap-search): Declare.
311         (smime-cert-by-ldap-1): Require ldap on Emacs.
312
313         * nnimap.el: Require nnmail, and gnus-sum when compiling.
314         (nnimap-keepalive): Use gnus-float-time.
315
316         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
317         (mail-source-delete-crash-box): Use gnus-float-time.
318
319         * gnus-dired.el (gnus-completing-read): Autoload.
320
321         * mm-view.el (gnus-rescale-image): Autoload.
322
323         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
324
325         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
326
327         * sieve-manage.el: Require 'cl when compiling.
328
329         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
330         (gnus-iswitchb-completing-read): Require iswitchb.
331         (gnus-select-frame-set-input-focus): Silence compiler.
332
333 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
334
335         * message.el (message-subject-trailing-was-query): Change default to t,
336         since I think that's what most people want.
337
338         * nnimap.el (nnimap-request-accept-article): Erase buffer before
339         appending for easier debugging.
340         (nnimap-wait-for-connection): Take a regexp.
341         (nnimap-request-accept-article): Wait for the continuation line before
342         sending anything unless we're streaming.
343
344         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
345         leave the header washing to take place.
346
347 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
348
349         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
350         regular expression match and replace in posting styles.
351
352 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
353
354         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
355         an entire server.
356         (nnir-get-active): New function.
357         (nnir-run-imap): Use it.
358         (nnir-run-gmane): Who knew, gmane search returns an article score!
359
360         * gnus-srvr.el (gnus-server-mode-map): add binding "G" to search the
361         server on the current line with nnir.
362
363 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
364
365         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
366         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
367         left edge.
368         (gnus-article-foldable-buffer): Skip past the prefix when determining
369         raggedness.
370
371         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
372         the raw article, and change `C-u g' to show the article without doing
373         treatments.
374
375         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
376         on to `gnus-treat-article'.
377         (gnus-inhibit-article-treatments): New variable.
378
379         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
380
381         * gnus-art.el (gnus-treatment-function-alist): Have
382         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
383         (gnus-treat-fill-long-lines): Change default to fill all text/plain
384         sections.
385
386         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
387         parameter.
388         (gnus-article-fill-cited-long-lines): New function.
389         (gnus-article-fill-cited-article): Allow filling only long sections.
390
391         * shr.el (shr-find-fill-point): Don't break lines between punctuation
392         and non-punctuation (like after the apostrophe in "'We").
393
394         * gnus-sum.el (gnus-summary-select-article): Make sure
395         gnus-original-article-buffer is alive.
396
397         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
398         reflect the order they're in in the digest.
399
400         * gnus.el (gnus-group-startup-message): Move point to the start of the
401         buffer.
402
403         * nnimap.el (nnimap-capability): New function.
404         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
405         is set.
406
407 2010-10-31  David Engster  <dengste@eml.cc>
408
409         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
410         conform with changes to gnus-completing-read.
411
412 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
413
414         * shr.el (shr-tag-img): Output "*" instead of "[img]".
415
416 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
417
418         * nnir.el move defvar, defcustom around to keep file organized and keep
419         byte-compiler quiet.
420         (nnir-read-parms): accept search-engine as arg.
421         (nnir-run-query): pass search-engine as arg.
422         (nnir-search-engine): remove.
423
424 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
425
426         * shr.el (shr-generic): The text nodes should be text, not :text.
427
428         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
429         later in the file.
430
431 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
432
433         * nnir.el: general clean up. allow searching with multiple
434         engines. allow separate extra-parameters for each engine. batch queries
435         when possible.
436         (nnir-imap-default-search-key,nnir-method-default-engines): add
437         customize interface.
438         (nnir-run-gmane): new engine.
439         (nnir-engines): use it. qualify all prompts with engine name.
440         (nnir-search-engine): remove global variable.
441         (nnir-run-hyrex): restore for now.
442         (nnir-extra-parms,nnir-search-history): new variables.
443         (gnus-group-make-nnir-group): use them.
444         (nnir-group-server): remove in favor of gnus-group-server.
445         (nnir-request-group): avoid searching twice.
446         (nnir-sort-groups-by-server): new function.
447
448 2010-10-30  Julien Danjou  <julien@danjou.info>
449
450         * gnus-group.el: Remove gnus-group-fetch-control.
451
452         * gnus-start.el (gnus-find-new-newsgroups): Remove
453         gnus-check-first-time-used.
454
455         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
456
457 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
458
459         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
460         set on groups that don't have \* permanentflags.
461
462 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
463
464         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
465         control the background color.
466         (shr-tag-img): Ignore very small web bug type images.
467         (shr-put-image): Add help-echo alt texts to the images.
468         (shr-tag-video): Show the video poster image.
469
470 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
471
472         * shr.el (shr-table-depth): New variable.
473         (shr-tag-table-1): Only insert the images after the top-level table.
474
475         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
476
477         * gnus-util.el (gnus-list-memq-of-list): New function.
478
479         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
480         selected.
481         (nnimap-unsplittable-articles): New slot.
482         (nnimap-new-articles): Use it.
483
484 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
485
486         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
487         move to the previous line on `M-g'.
488
489 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
490
491         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
492         *-request-group, which seems unnecessary.
493
494         * nnimap.el (nnimap-quote-specials): Function copied over from
495         imap.el.
496         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
497         they support that.  Suggested by Tom Regner.
498
499 2010-10-29  Julien Danjou  <julien@danjou.info>
500
501         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
502         defalias.
503         (gnus-summary-delete-marked-with): Remove obsolete defalias.
504
505         * gnus.el: Remove `gnus-nntp-service' variable.
506         (gnus-secondary-servers): Make obsolete.
507         (gnus-nntp-server): Make obsolete.
508
509         * gnus-start.el (gnus-1): Remove x-splash calls.
510
511         * gnus-ems.el (gnus-x-splash): Remove.
512
513         * gnus.el (gnus-group-startup-message): Simplify/update code.
514
515         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
516         definition.
517
518         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
519         capability before doing anything.
520         (gnus-group-insert-group-line): Remove useless
521         gnus-group-remove-excess-properties.
522
523 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
524
525         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
526
527 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
528
529         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
530         config after reselecting.
531
532 2010-10-28  Julien Danjou  <julien@danjou.info>
533
534         * shr.el (shr-put-image): Use point even if only inserting text.
535         (shr-put-image): Save excursion when inserting alt text on non-graphic
536         display, so the behaviour is the same when we are on a graphic display.
537
538         * nnir.el (nnir-run-swish-e): Remove hyrex support.
539
540 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
541
542         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
543         (gnus-mime-copy-part): Check coding system, not charset.
544         (gnus-mime-view-part-externally): Never remove part.
545         (gnus-mime-view-part-internally): Don't remove part here.
546         (gnus-article-part-wrapper): Make sure MIME tag is visible.
547         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
548         multipart/alternative.
549
550         * mm-decode.el (mm-display-part): Take optional arg `force'.
551
552 2010-10-26  Julien Danjou  <julien@danjou.info>
553
554         * gnus-group.el (gnus-group-default-list-level): Add this function to
555         compute the default list level.
556         (gnus-group-default-list-level): Add possibility to use a function.
557
558 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
559
560         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
561
562         * gnus-group.el (gnus-group-completing-read)
563         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
564         gnus-replace-in-string.
565
566 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
567
568         * shr.el (shr-tag-div): Added.
569
570         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
571
572 2010-10-25  Julien Danjou  <julien@danjou.info>
573
574         * gnus-util.el: Remove `gnus-with-local-quit'.
575
576         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
577
578 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
579
580         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
581         the original article buffer.
582
583 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
584
585         * nnimap.el (nnimap-request-head): New function.
586         (nnimap-request-move-article): Try to be slighly faster by not
587         requesting the entire message when moving.
588         (nnimap-transform-headers): Don't bug out on bodiless articles.
589         (nnimap-send-command): Have no outstanding messages if the IMAP server
590         doesn't support streaming.
591         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
592
593 2010-10-24  Julien Danjou  <julien@danjou.info>
594
595         * message.el (message-default-headers): Fix type.
596
597 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
598
599         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
600         prefetching images.
601
602         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
603         backend for unknown groups.  This is mainly useful for nnimap groups.
604
605         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
606         group isn't covered by the agent.
607
608 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
609
610         * nnir.el (nnir-method-default-engines): new variable.
611         (nnir-run-query): use it.
612         (nnir-group-mode-hook): remove key binding and move to gnus-group.el.
613         (gnus-summary-nnir-goto-thread): change group if needed.
614
615         * gnus-group.el (gnus-group-group-map): add key binding for
616         gnus-group-make-nnir-group.
617
618 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
619
620         * shr.el (shr-tag-object): Added.
621
622         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
623         original article buffer live.
624         (gnus-summary-select-article-buffer): Mention
625         gnus-widen-article-buffer.
626
627 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
628
629         * shr.el (shr-tag-strong): Added.
630
631 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
632
633         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
634         group names.  They mess up the group buffer badly.
635
636         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
637
638         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
639         instead of the summary one.
640
641 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
642
643         * mml.el (mml-preview): Work properly when editing article.
644
645         * gnus-start.el (gnus-read-active-file-1): Don't add method to
646         gnus-have-read-active-file if it's already been in.
647
648 2010-10-22  Tom Tromey  <tromey@redhat.com>
649
650         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
651         gnus-group-completing-read.
652
653 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
654
655         * message.el (message-mode-map): Don't bind M-; to comment region, to
656         allow the global comment-dwim to work.
657
658 2010-10-21  Julien Danjou  <julien@danjou.info>
659
660         * message.el (message-setup-1): Allow message-default-headers to be a
661         function.
662
663 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
664
665         * shr.el (shr-tag-table): Simplify.
666
667 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
668
669         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
670         to avoid trying to snarf invalid stuff.
671
672         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
673
674         * gnus.el (gnus-message-archive-group): Quote value.
675         (gnus-message-archive-group): Mark as changed.
676
677         * shr.el (shr-add-font): Don't put the font properties on the newline
678         or the indentation.
679
680         * message.el (message-fix-before-sending): Change options when sending
681         non-printable characters.
682
683         * gnus.el (gnus-message-archive-method): Change the default to
684         monthly outgoing groups.
685
686         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
687         that have gotten new numbers.
688
689         * nnimap.el (nnimap-request-replace-article): New function.
690
691 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
692
693         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
694         (nnrss-request-article): Don't use special html washing code.
695
696 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
697
698         * shr.el (shr-tag-table): Remove useless nconc.
699
700 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
701
702         * gnus-art.el (article-wash-html): Simplify and remove the charset
703         stuff.  Use the normal html rendering code instead of the special html
704         washing code.
705
706         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
707         `gnus-w3m' symbols.
708         (mm-text-html-washer-alist): Removed.
709
710         * mm-decode.el (mm-inline-text-html-renderer): Removed.
711         (mm-inline-media-tests): Removed use.
712         (mm-text-html-renderer): Change default to the `shr' symbol.
713
714         * mm-view.el (mm-inline-text-html): Removed use.
715
716         * gnus-art.el (gnus-blocked-images): New function.  Allow the
717         `gnus-blocked-images' to be a function.
718         (gnus-article-wash-function): Removed.
719
720 2010-10-20  Julien Danjou  <julien@danjou.info>
721
722         * spam.el (spam-list-of-processors): Mark as obsolete.
723
724         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
725         (nnimap-insert-partial-structure): Fix boundary detection.
726
727 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
728
729         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
730         run file-truename on remote files.  This can be expensive and even
731         prevent one from editing drafts if some unrelated buffer has a stale
732         connection.
733
734 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
735
736         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
737         kinsoku-eol regardless of shr-kinsoku-shorten.
738         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
739         (shr-tag-table): Support caption, thead, and tfoot.
740
741 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
742
743         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
744         lines.
745         (shr-save-contents): New command and keystroke.
746
747         * nndoc.el (nndoc-type-alist): Add git support.
748         (nndoc-git-type-p): New function.
749         (nndoc-transform-git-article): Ditto.
750         (nndoc-transform-git-headers): Ditto.
751         (nndoc-transform-git-headers): Generate Subject headers.
752
753         * shr.el (shr-parse-style): New function.
754         (shr-tag-span): Ditto.
755
756         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
757         to `G G' to avoid collisions.
758
759 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
760
761         * shr.el: Load kinsoku if necessary.
762         (shr-kinsoku-shorten): New internal variable.
763         (shr-find-fill-point): Make kinsoku shorten text line if
764         shr-kinsoku-shorten is bound to non-nil.
765         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
766         shr-indentation too when testing if table is wider than frame width.
767         (shr-insert-table): Use `string-width' instead of `length' to measure
768         text width.
769         (shr-insert-table-ruler): Make sure indentation is done at bol.
770
771 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
772
773         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
774         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
775         undecoded network data.
776
777 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
778
779         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
780         name in the mode line spec so that the mode line menu works
781         (bug #2431).
782
783         * message.el (message-get-reply-headers): If we're fed `to-address',
784         then always use that.
785
786         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
787         aren't so wide as to need to switch off the edit menu.
788
789         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
790         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
791
792         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
793         `M-g'.
794         (nnimap-update-info): Update flags/read marks even if \* isn't part of
795         the permanent marks.
796
797 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
798
799         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
800         Splitting according to references/in-reply-to obeys the ignore-groups
801         variable, while splitting by sender and subject do not.
802
803 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
804
805         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
806         alist, so that we can look for non-Unicode chars.
807         (article-translate-strings): Allow both character and string maps.
808
809 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
810
811         * shr.el (shr-insert): Don't insert space behind a wide character
812         categorized as kinsoku-bol, or between characters both categorized as
813         nospace.
814
815 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
816
817         * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
818         headers to gnus-newsgroup-headers.
819
820 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
821
822         * shr.el (shr-tag-img): Don't align images -- since we're not
823         rescaling, this often leads to ugly displays.
824
825 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
826
827         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
828         duplicates.
829
830 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
831
832         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
833         call.
834
835 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
836
837         * gnus.el: Autoload gnus-html-show-images.
838
839         * nnimap.el: Use nnheader-message throughout.
840
841         * shr.el (shr-tag-img): Ignore images with no data.
842
843 2010-10-15  Julien Danjou  <julien@danjou.info>
844
845         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
846         a possibility to disable format=flow encoding when using hard newlines.
847
848 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
849
850         * shr.el (shr-insert): Remove space inserted before or after a
851         breakable character or at the beginning or the end of a line.
852         (shr-find-fill-point): Do kinsoku; find the second best point or give
853         it up if there's no breakable point.
854
855 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
856
857         * nnimap.el (nnimap-open-connection): Message when opening connection
858         for debugging purposes.
859
860         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
861         on every setup buffer call to allow this to change from article to
862         article.
863
864         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
865         buffers where we have a wide table.
866
867 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
868
869         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
870         uses *-request-thread.
871
872 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
873
874         * nnimap.el (nnimap-open-connection): Remove %s from openssl
875         incantation, which is no longer valid.
876
877 2010-10-14  Julien Danjou  <julien@danjou.info>
878
879         * shr.el: Fix defcustom type (char -> character).
880
881 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
882
883         * nnimap.el (nnimap-open-connection): tls-program should be a list of
884         programs.
885
886 2010-10-14  Julien Danjou  <julien@danjou.info>
887
888         * shr.el (shr-tag-a): Use url-link as widget type.
889
890         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
891         `gnus-group-get-icon'.
892
893 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
894
895         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
896         This should make server editing work better.
897
898         * shr.el (shr-find-fill-point): Don't inloop on indented text.
899
900         * tls.el (tls-program): Remove spurious %s from openssl.
901
902         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
903         (nnimap-parse-flags): Fix regexp.
904
905         * shr.el (shr-find-fill-point): Use a filling algorithm that should
906         probably work for CJVK text, too.
907
908         * nnimap.el (nnimap-extend-tls-programs): Removed.
909         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
910
911         * tls.el (tls-starttls-switches): Remove starttls hack.
912         (open-tls-stream): Ditto.
913         (tls-find-starttls-argument): Ditto.
914
915 2010-10-13  Julien Danjou  <julien@danjou.info>
916
917         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
918         responses.
919
920 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
921
922         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
923
924         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
925         anything in Emacs.
926
927         * shr.el (shr-current-column): Remove buggy and unnecessary function.
928
929 2010-10-13  Julien Danjou  <julien@danjou.info>
930
931         * shr.el (shr-width): Make shr-width a defcustom with default to
932         fill-column.
933         (shr-tag-img): Use shr-width rather than fill-column.
934
935 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
936
937         * dgnushack.el (byte-optimize-apply)
938         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
939
940         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
941         position when (X-)Faces exist.
942         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
943         avatars when called interactively.
944
945 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
946
947         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
948         gnus-article-x-face-too-ugly is bound.
949
950 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
951
952         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
953
954         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
955         mailbox that doesn't exist.
956
957 2010-10-12  Julien Danjou  <julien@danjou.info>
958
959         * shr.el (shr-tag-img): Encode URL properly when retrieving.
960         (shr-get-image-data): Encode URL properly when fetching from cache.
961         (shr-tag-img): Use aligned-to spaces to align correctly images.
962
963         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
964         before inserting the Gravatar.
965
966         * shr.el (shr-tag-img): Add align attribute support for <img>.
967
968 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
969
970         * gnus-gravatar.el (gnus-art): Required.
971
972         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
973         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
974         Remove long obsoleted functions.
975
976 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
977
978         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
979
980         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
981
982         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
983         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
984         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
985         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
986         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
987         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
988         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
989
990 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
991
992         * nnimap.el (nnimap-request-rename-group): Select group read-only
993         before renaming it.
994
995         * shr.el (shr-insert): Fix up the white space only regexp.
996
997         * nnimap.el (nnimap-transform-split-mail): Not all articles have
998         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
999
1000         * shr.el (shr-current-column): New function.
1001         (shr-find-fill-point): New function.
1002
1003 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1004
1005         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1006         numbers.
1007
1008 2010-10-11  Julien Danjou  <julien@danjou.info>
1009
1010         * shr.el (shr-hr-line): Add.
1011         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1012         display hr lines.
1013         (shr-max-columns): Do not change state to nil if we just inserting
1014         spaces.
1015
1016 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1017
1018         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1019         select the last group.
1020
1021 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1022
1023         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1024
1025 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1026
1027         * dig.el (dig-mode-map): Declare and define in one step.
1028
1029 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1030
1031         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1032         for Gnus.
1033         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1034         (nnimap-update-qresync-info): Mark \Seen articles as read.
1035
1036         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1037         non-variable, too.
1038
1039         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1040         available.
1041         (nnimap-update-info): Rely more on the current active than the param
1042         active to avoid marking articles as read too much.
1043
1044         * auth-source.el (auth-source-create): Use (user-login-name) for the
1045         user name default.
1046
1047         * nnimap.el (nnimap-update-info): If the server doesn't return any
1048         useful info, just use the previous info.
1049         (nnimap-update-info): Prefer old info over start-article.
1050         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1051
1052 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1053
1054         * nnir.el (autoload): Clean up autoloads.
1055         (nnir-imap-default-search-key): Renamed from
1056         nnir-imap-search-field. Use key rather than value.
1057         (nnir-imap-search-other): New variable.
1058         (nnir-read-parm): Use it.
1059         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1060         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1061
1062 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1063
1064         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1065         the process, too.
1066
1067 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1068
1069         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
1070         Allbery.
1071
1072         * shr.el: Rework the way things are indented by <li> slightly.
1073
1074         * gnus.el (gnus-group-set-parameter): Fix typo.
1075
1076         * nnimap.el: Start implementing QRESYNC support.
1077
1078 2010-10-09  Julien Danjou  <julien@danjou.info>
1079
1080         * nnir.el (nnir-engines): Fix too many arguments.
1081
1082 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1083
1084         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1085         group is the "last", so that the backends like nnfolder actually save
1086         their folders.
1087
1088         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1089         try to use that for the tls stream.
1090         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1091         UIDVALIDITY and find out which groups are read-only and not.
1092         (nnimap-get-flags): Use the same marks parsing code as the rest of
1093         nnimap.
1094
1095 2010-10-09  Julien Danjou  <julien@danjou.info>
1096
1097         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1098
1099         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1100         retrieving gravatars.
1101
1102         * shr.el (shr-table-corner): Add.
1103         (shr-table-line): Add.
1104         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1105
1106 2010-10-08  Julien Danjou  <julien@danjou.info>
1107
1108         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1109
1110 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1111
1112         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1113
1114         * gnus-sum.el (gnus-mark-article-as-unread)
1115         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1116         (gnus-summary-set-bookmark): Use it.
1117
1118         * gnus-msg.el (gnus-setup-message): Use it.
1119
1120         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1121
1122         * gnus.el (gnus-group-remove-parameter): Use it.
1123
1124         * gnus-group.el (gnus-group-make-web-group): Use it.
1125
1126         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1127
1128         * nnregistry.el: Update docs to mention manual.
1129
1130         * gnus-registry.el: Update docs to mention nnregistry.el.
1131         (gnus-registry-initialize): Don't install nnregistry refer method
1132         automatically.
1133         (gnus-registry-install-nnregistry): Remove it.
1134
1135 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1136
1137         * shr.el (shr-insert): Don't insert double spaces.
1138
1139 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1140
1141         * gnus-gravatar.el (gnus-treat-from-gravatar)
1142         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1143         called interactively.
1144
1145         * gnus-art.el (gnus-mime-view-part-externally)
1146         (gnus-mime-view-part-internally): Make predicate function passed to
1147         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1148         of a mime type.
1149
1150         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1151
1152 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1153
1154         * shr.el (require): Require cl when compiling.
1155         (shr-tag-hr): New function.
1156
1157         * nnimap.el (nnimap-update-info): Remove double setting of high.
1158         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
1159         makes nnimap work properly on Courier again.
1160
1161         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1162         the variable for backwards compatability.
1163
1164         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1165         the file name before using to avoid setting mm-default-directory to
1166         nil.
1167
1168         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1169         bidning gnus-agent variables.
1170
1171         * shr.el (shr-render-td): Use a cache for the table rendering function
1172         to avoid getting an exponential rendering behaviour in nested tables.
1173         (shr-insert): Rework the line-breaking algorithm.
1174         (shr-insert): Don't leave trailing spaces.
1175         (shr-insert-table): Also insert empty TDs.
1176         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1177
1178 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1179
1180         * gnus-sum.el (gnus-number): Rename from `number'.
1181         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1182         (gnus-summary-limit-children): Update uses correspondingly.
1183
1184 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1185
1186         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1187         (gnus-gravatar-transform-address): Don't show avatars of people of
1188         which mail addresses match gnus-gravatar-too-ugly.
1189
1190 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1191
1192         * shr.el (shr-table-widths): Expand TD elements to fill available
1193         space.
1194
1195 2010-10-07  Julien Danjou  <julien@danjou.info>
1196
1197         * nnimap.el (nnimap-request-rename-group): Add this method.
1198
1199 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1200
1201         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1202         name from XEmacs' function-arglist.
1203
1204         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1205         gravatar under XEmacs.
1206
1207 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1208
1209         * auth-source.el: Update docs with TODO items.
1210
1211         * gnus-sync.el: Update docs to explain state and plans.
1212
1213         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1214         Hooks for mark updates.
1215         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1216
1217         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1218         hooks with arguments, which is needed for mark update hooks.
1219
1220 2010-10-06  Julien Danjou  <julien@danjou.info>
1221
1222         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1223         was matched.
1224
1225         * sieve-manage.el: Update example in `Commentary'.
1226
1227         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1228
1229         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1230         not 2000.
1231         (sieve-manage-authenticate): Re-add function.
1232
1233 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1234
1235         * shr.el (shr-insert): Get 'space transition right.
1236         (shr-render-td): Only delete space at the end of the TD.
1237
1238         * nnimap.el (nnimap-open-connection): Prepare to support
1239         open-gnutls-stream.
1240
1241         * shr.el: Rearrange function order to be more logical.
1242
1243 2010-10-06  Julien Danjou  <julien@danjou.info>
1244
1245         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1246         (nnrss-discover-feed): Remove 404 URL in docstring.
1247
1248         * nnir.el: Fix Swish-E URL.
1249         Fix Namazu URL.
1250
1251         * message.el (message-change-subject): Remove 404 URL in a comment.
1252
1253 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1254
1255         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1256         called interactively.
1257
1258         * gnus-util.el (gnus-remove-if): Allow hash table.
1259         (gnus-remove-if-not): New function.
1260
1261         * gnus-art.el (gnus-mime-view-part-as-type)
1262         * gnus-score.el (gnus-summary-score-effect)
1263         * gnus-sum.el (gnus-read-move-group-name):
1264         Replace remove-if-not with gnus-remove-if-not.
1265
1266         * gnus-group.el (gnus-group-completing-read):
1267         Regard collection as a hash table if it is not a list.
1268
1269 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1270
1271         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1272
1273         * shr.el: Document the table-rendering algorithm.
1274
1275 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1276
1277         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1278         for Emacsen having no `libxml-parse-html-region' support.
1279
1280 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1281
1282         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1283         invalid URLs.
1284
1285         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1286         line-broken.
1287         (shr-tag-img): Ignore image fetching errors.
1288         (shr-overlays-in-region): Compute overlay positions correctly.
1289
1290         * mm-decode.el (mm-shr): Require shr.
1291
1292         * gnus-art.el (gnus-blocked-images): Move variable here.
1293
1294         * shr.el (shr-insert-table): Bind free variable.
1295
1296         * mm-decode.el (mm-shr): Bind shr-content-function.
1297
1298         * shr.el (shr-content-function): New variable.
1299
1300         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1301         added for symmetry.
1302
1303         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1304
1305         * gnus-group.el (gnus-group-make-group): Doc fix.
1306
1307         * nnimap.el (nnimap-request-newgroups): Return success.
1308
1309         * shr.el (shr-find-elements): New function.
1310         (shr-tag-table): Put all the images after the table.
1311         (shr-tag-table): Really inhibit images inside the table.
1312         (shr-collect-overlays): Copy over overlays from the TD elements to the
1313         main document.
1314
1315         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1316         gnus-blocked-images.
1317
1318 2010-10-05  Julien Danjou  <julien@danjou.info>
1319
1320         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1321
1322         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1323         (gnus-html-maximum-image-size): Add this function.
1324         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1325
1326         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1327         server-value of the capability is nil.
1328
1329 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1330
1331         * shr.el (shr-tag-em): Add <EM> tag.
1332
1333 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1334
1335         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1336         customizable.
1337
1338         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1339         handing broken links to browse-url.
1340
1341 2010-10-05  Julien Danjou  <julien@danjou.info>
1342
1343         * gnus-util.el (gnus-emacs-completing-read)
1344         (gnus-iswitchb-completing-read): Use autoload rather than require.
1345
1346 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1347
1348         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
1349         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
1350         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
1351         iswitchb-temp-buflist for XEmacs.
1352
1353         * gnus-util.el (gnus-completing-read-function): Exclude
1354         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1355         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1356         XEmacs.
1357
1358         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1359         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1360
1361         * gnus-html.el: Don't require help-fns under XEmacs.
1362         (gnus-html-schedule-image-fetching): Work for XEmacs.
1363
1364         * mm-decode.el (mm-shr): Decode contents by charset.
1365
1366 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1367
1368         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1369         unknown.
1370
1371         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1372         (shr-get-image-data): Ensure against the cache file missing.
1373
1374         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1375         for data.
1376
1377         * spam-report.el (spam-report-url-ping-plain): Don't query about
1378         killing the process.
1379
1380         * shr.el (shr-render-td): Protect against too-wide text.
1381
1382 2010-10-04  Julien Danjou  <julien@danjou.info>
1383
1384         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1385         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1386
1387         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1388         retrieved.
1389
1390 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1391
1392         * shr.el (browse-url): Required.
1393         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1394         lines.
1395         (shr-show-alt-text, shr-browse-image): New commands.
1396         (shr-browse-url, shr-copy-url): New commands.
1397
1398         * gnus-sum.el (gnus-widen-article-window): New variable.
1399         (gnus-summary-select-article-buffer): Use it.
1400
1401         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1402         without @ signs.
1403
1404 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1405
1406         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1407
1408 2010-10-04  Julien Danjou  <julien@danjou.info>
1409
1410         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1411         for XEmacs.
1412
1413 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1414
1415         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1416
1417         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1418         (nnimap-close-server): Implement.
1419
1420         * dgnushack.el (iswitchb): Require to shut up the compiler.
1421
1422         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1423         (shr-insert): Tweak line breaking.
1424         (shr-insert): Handle <pre> better.
1425         (shr-tag-li): Get <li> indentation right.
1426         (shr-tag-li): Get <li> indentation even righter.
1427         (shr-tag-blockquote): Ensure paragraph start.
1428         (shr-make-table): Tweak table generation.
1429         (shr-make-table): Fix typo.
1430
1431         * shr.el: Implement table rendering.
1432
1433 2010-10-04  Julien Danjou  <julien@danjou.info>
1434
1435         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1436
1437 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1438
1439         * shr.el (shr-insert): Use string anchors instead of line anchors.
1440
1441 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1442
1443         * shr.el: Add headings.
1444         (shr-ensure-paragraph): Actually work.
1445         (shr-tag-li): Make <ul> prettier.
1446         (shr-insert): Get white space at the beginning/end of elements right.
1447         (shr-tag-p): Collapse subsequent <p>s.
1448         (shr-ensure-paragraph): Don't insert double line feeds after blank
1449         lines.
1450         (shr-insert): \t is also space.
1451         (shr-tag-s): Fix "s" tag name function.
1452         (shr-tag-s): Fix face prop name.
1453
1454 2010-10-03  Julien Danjou  <julien@danjou.info>
1455
1456         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1457
1458         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1459         gnus-window-inside-pixel-edges.
1460
1461         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1462         gnus-ems.
1463
1464         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1465
1466         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1467         function.
1468
1469         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1470         resize choice.
1471
1472 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1473
1474         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1475         beginning of the buffer.
1476
1477         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1478         article buffer again.
1479
1480         * shr.el (shr-tag-p): Don't insert newlines at the start of the
1481         buffer.
1482
1483         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1484         when it's at the start of the buffer.
1485
1486         * shr.el (shr-tag-blockquote): Convert name.
1487         (shr-rescale-image): Use the right image-size variant.
1488
1489         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1490         buffer isn't shown, then select the current article first instead of
1491         bugging out.
1492         (gnus-summary-select-article-buffer): Show both the article and summary
1493         buffers again.
1494
1495         * shr.el (shr-fontize-cont): Protect against regions with no text.
1496         Rename tag functions to shr-tag-* for enhanced security.
1497         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1498
1499 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1500
1501         * shr.el (shr-insert):
1502         * pop3.el (pop3-movemail):
1503         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1504         loaded.
1505
1506 2010-10-03  Glenn Morris  <rgm@gnu.org>
1507
1508         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1509
1510         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1511
1512         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1513
1514         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1515
1516         * gnus-util.el (gnus-make-local-hook): Simplify.
1517
1518 2010-10-02  Julien Danjou  <julien@danjou.info>
1519
1520         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1521         (gnus-ido-completing-read): New function.
1522         (gnus-emacs-completing-read): New function.
1523         (gnus-completing-read): Use gnus-completing-read-function.
1524         Add gnus-completing-read-function.
1525
1526 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1527
1528         * shr.el (shr-insert-document): Autoload.
1529         (shr-img): Be silent.
1530         (shr-insert): Add a newline after every picture before text.
1531         (shr-add-font): Use overlays for combining faces.
1532         (shr-insert): Pass upwards the text start point.
1533
1534         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1535         possible.
1536         (mm-shr): New function.
1537
1538 2010-10-02  Julien Danjou  <julien@danjou.info>
1539
1540         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1541         should go backward.
1542
1543 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
1544
1545         * shr.el (shr): Fix typo in provide call.
1546
1547 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1548
1549         * shr.el: New file.
1550
1551         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1552
1553         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1554         completing read.
1555
1556 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1557
1558         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1559         we're being queried about.  Suggested by Dan Jacobson.
1560
1561         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
1562         by Jason Eisner.
1563
1564         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1565         table, too.  Suggested by Stefan Wiens.
1566         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1567         the table unnecessary.  Suggested by Stefan Wiens.
1568
1569         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1570         longer needed, and probably doesn't work either, as pointed out by
1571         Stefan Wiens.
1572         (gnus-summary-exit): Remove call to the clearing function.
1573         (gnus-summary-exit-no-update): Ditto.
1574
1575         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1576         instead of gnus-eval-in-buffer-window to avoid popping up frames.
1577         Reported by Stefan Monnier.
1578         (gnus-summary-save-in-rmail): Ditto.
1579
1580         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1581         article buffer, instead of both the article buffer and the summary
1582         buffer.  Sort of suggested by Dan Jacobson.
1583
1584         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1585
1586         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1587         Suggested by Dan Jacobson.
1588
1589         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1590         documentation clearer.
1591
1592         * message.el (message-shorten-references): Comment on the number "21".
1593         Suggested by Stefan Monnier.
1594
1595         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1596         Suggested by Dan Jacobson.
1597
1598         * gnus.el (gnus-large-newsgroup): Mention
1599         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
1600
1601         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1602         externalize attachments.  Bug reported by Steve Wen.
1603
1604         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
1605         really message anything to the user.
1606
1607         * nnmail.el (nnmail-article-group): Allow using the fancy split method
1608         directly.
1609
1610         * nnimap.el (nnimap-request-group): Low higher than high to signal no
1611         messages in empty groups.
1612
1613 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
1614
1615         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
1616         non-UIDNEXT group.
1617
1618 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1619
1620         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1621         not the value from the collection.
1622
1623         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1624         values.  This sometimes happens on some groups that have no info.
1625         (nnimap-request-newgroups): New function.
1626
1627 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
1628
1629         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
1630         check into `gnus-registry-initialize'.
1631         (gnus-registry-initialize): Ditto.
1632         Fix and extend header docs.
1633
1634 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1635
1636         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
1637         regexp backtrace overflows.
1638
1639         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
1640         for starttls that tls.el implements; i.e. openssl.
1641
1642         * tls.el (tls-starttls-switches): Give up on using starttls with
1643         gnutls-cli.
1644         (tls-program): Add --insecure to be consistent with the defaults from
1645         openssl s_client.  Now all three commands are insecure.
1646
1647 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1648
1649         * lpath.el: Bind completion-styles-alist for XEmacs.
1650
1651         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
1652         (gravatar-create-image): New function that's an alias to
1653         gnus-xmas-create-image, gnus-create-image, or create-image.
1654         (gravatar-data->image): Use it.
1655
1656 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
1657
1658         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
1659         install the nnregistry refer method.
1660         (gnus-registry-install-hooks): Use it.
1661         (gnus-registry-unfollowed-groups): Add nnmairix to the default
1662         unfollowed groups.
1663
1664 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
1665
1666         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
1667         expanding threads.
1668
1669 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1670
1671         * nnir.el: Use the server names without suffixes (bug #7009).
1672
1673         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
1674         unencrypted to STARTTLS, if possible.
1675
1676 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1677
1678         * message.el (message-ignored-supersedes-headers): Strip Injection-*
1679         headers before superseding.
1680
1681 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1682
1683         * nnrss.el (nnrss-use-local): Add documentation.
1684
1685         * nnimap.el (nnimap-extend-tls-programs): New function.
1686         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
1687         (nnimap-wait-for-connection): Accept the greeting from the stupid
1688         output from openssl s_client -starttls, too.
1689
1690         * tls.el (tls-starttls-switches): New variable.
1691         (tls-find-starttls-argument): Use it.
1692         (open-tls-stream): Ditto.
1693
1694         * netrc.el (netrc-credentials): Return the value of the "default"
1695         entry.
1696         (netrc-machine): Ditto.
1697
1698         * nnimap.el (nnimap-find-article-by-message-id): Really return the
1699         article number.
1700         (nnimap-split-fancy): New variable.
1701         (nnimap-split-incoming-mail): Use it.
1702
1703         * nntp.el (nntp-server-list-active-group): Document.
1704
1705         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
1706         SELECT to get the message-id.
1707
1708         * mail-source.el (mail-sources): Removed webmail support.
1709         (defvar): Ditto.
1710         (mail-source-fetcher-alist): Ditto.
1711         (mail-source-fetch-webmail): Removed.
1712
1713         * webmail.el: Removed -- doesn't seem relevant any more.
1714
1715         * gnus.el: Fix up make-obsolete-variable declarations throughout.
1716
1717         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
1718         the \r.
1719
1720 2010-09-30  Julien Danjou  <julien@danjou.info>
1721
1722         * gnus-agent.el (gnus-agent-add-group): Fix call to
1723         gnus-completing-read.
1724
1725 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1726
1727         * nndoc.el (nndoc-retrieve-groups): New function.
1728
1729         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
1730         `default', use nnmail-split-methods.
1731         (nnimap-request-article): Downcase the NILs so that they are nil.
1732
1733         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
1734         symbol.
1735
1736         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
1737         code, since if the user has requested network, that's what they ought
1738         to get.
1739         (nnimap-request-set-mark): Erase the buffer before issuing commands.
1740         (nnimap-split-rule): Mark as obsolete.
1741
1742         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
1743         variable.
1744
1745         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
1746         correct slot, too.
1747
1748 2010-09-29  Julien Danjou  <julien@danjou.info>
1749
1750         * gnus.el (gnus-local-domain): Declare variable obsolete.
1751
1752         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
1753         computing.
1754         (gnus-ido-completing-read): Require ido.
1755
1756 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1757
1758         * gnus-registry.el: Don't prompt on load, which makes it impossible to
1759         build Gnus.
1760
1761         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
1762         when interpreting the structures.
1763         (nnimap-request-accept-article): Add \r\n to the lines to make this
1764         work with Cyrus.
1765
1766         * nndraft.el (nndraft-request-expire-articles): Use the group name
1767         instead if "nndraft".  Fix found by Nils Ackermann.
1768
1769 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
1770
1771         * nnregistry.el: Added.
1772
1773 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1774
1775         * nnmail.el (group, group-art-list, group-art):
1776         Remove unneeded directives.
1777
1778 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1779
1780         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
1781         (mm-mime-charset)
1782         * rfc2047.el (rfc2047-syntax-table)
1783         * utf7.el (utf7-utf-16-coding-system): Comment fix.
1784
1785         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
1786         rather than `insert-file-contents' and `eval-region'.
1787
1788         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
1789         construction.
1790
1791         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
1792
1793         * time-date.el: No need to require cl for Emacs 21.
1794
1795 2010-09-29  Julien Danjou  <julien@danjou.info>
1796
1797         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
1798         replacement of `gnus-gravatar-relief' to mimic
1799         `gnus-faces-properties-alist'.
1800         Add :version property.
1801
1802 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1803
1804         * mail-source.el (mail-source-report-new-mail)
1805         * message.el (message-default-mail-headers)
1806         * mm-decode.el (mm-valid-image-format-p): Comment fix.
1807
1808         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
1809
1810 2010-09-28  Julien Danjou  <julien@danjou.info>
1811
1812         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
1813         mail-address contains the same string as real-name.
1814
1815         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
1816         non-blank in header, otherwise it'll get stripped.
1817
1818         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
1819         real-name, and then for mail address rather than doing : or , search.
1820
1821 2010-09-27  Julien Danjou  <julien@danjou.info>
1822
1823         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
1824         (gnus-server-goto-server): Use gnus-completing-read.
1825
1826         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
1827
1828         * mm-util.el (defalias): Use gnus-completing-read.
1829         (mm-codepage-setup): Use gnus-completing-read.
1830
1831         * smime.el (smime-sign-buffer): Use gnus-completing-read.
1832         (smime-decrypt-buffer): Use gnus-completing-read.
1833
1834         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
1835
1836         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
1837         (mml-minibuffer-read-disposition): Use gnus-completing-read.
1838         (mml-insert-multipart): Use gnus-completing-read.
1839
1840         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
1841
1842         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
1843
1844         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
1845
1846         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
1847
1848         * gnus.el (gnus-read-method): Use gnus-completing-read.
1849
1850         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
1851
1852         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
1853         (gnus-mime-action-on-part): Use gnus-completing-read.
1854         (gnus-article-encrypt-body): Use gnus-completing-read.
1855
1856         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
1857         (gnus-topic-move-matching): Use gnus-completing-read.
1858         (gnus-topic-copy-matching): Use gnus-completing-read.
1859         (gnus-topic-sort-topics): Use gnus-completing-read.
1860         (gnus-topic-move): Use gnus-completing-read.
1861
1862         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
1863         (gnus-agent-add-group): Use gnus-completing-read.
1864
1865         * nnmairix.el (nnmairix-create-server-and-default-group): Use
1866         gnus-completing-read.
1867         (nnmairix-update-groups): Use gnus-completing-read.
1868         (nnmairix-get-server): Use gnus-completing-read.
1869         (nnmairix-backend-to-server): Use gnus-completing-read.
1870         (nnmairix-goto-original-article): Use gnus-completing-read.
1871         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
1872
1873         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
1874
1875         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
1876         (gnus-group-make-useful-group): Use gnus-completing-read.
1877         (gnus-group-make-web-group): Use gnus-completing-read.
1878         (gnus-group-add-to-virtual): Use gnus-completing-read.
1879         (gnus-group-browse-foreign-server): Use gnus-completing-read.
1880
1881         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
1882         (gnus-summary-limit-to-extra): Use gnus-completing-read.
1883         (gnus-summary-execute-command): Use gnus-completing-read.
1884         (gnus-summary-respool-article): Use gnus-completing-read.
1885         (gnus-read-move-group-name): Use gnus-completing-read.
1886
1887         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
1888         (gnus-summary-score-effect): Use gnus-completing-read.
1889
1890         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
1891
1892         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
1893         right completing-read function.
1894         (gnus-use-ido): New variable
1895         (gnus-completing-read-with-default): Remove.
1896
1897 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1898
1899         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
1900         x-focus-frame.
1901
1902         * nnimap.el (auth-source-forget-user-or-password)
1903         (auth-source-user-or-password): Autoload.
1904
1905         * message.el (message-from-style, message-interactive)
1906         (message-cite-prefix-regexp, message-sendmail-envelope-from)
1907         (message-yank-prefix, message-indentation-spaces, message-signature)
1908         (message-signature-file): Add comment.
1909
1910 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1911
1912         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
1913         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
1914         new articles.
1915
1916         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
1917         parts.
1918         (nnimap-request-article): Work with the t setting, too.
1919
1920         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
1921         that you don't get flashes of other buffers.
1922         (gnus-summary-show-complete-article): Intern before setting.
1923
1924 2010-09-27  David Engster  <dengste@eml.cc>
1925
1926         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
1927         well as HEADERS.
1928         (nnmairix-retrieve-headers): Provide new argument for the above.
1929
1930 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1931
1932         * gnus-sum.el (gnus-summary-move-article): Don't alter
1933         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
1934         group.
1935
1936         * nnimap.el (nnimap-update-info): Don't destructively alter active.
1937
1938         * message.el (message-cite-prefix-regexp): Revert my last edit.
1939
1940         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
1941         variable instead of the Gnus variable.
1942
1943         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
1944
1945         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
1946         again.
1947
1948         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
1949         since some servers don't like it.
1950         (nnimap-open-connection): Forget credentials if the server says the
1951         password was wrong.
1952         (nnimap-parse-line): Protect against invalid data.
1953
1954         * gnus-sum.el (gnus-summary-move-article): Add comment.
1955         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
1956         nothing alters it while scanning for new messages.
1957
1958         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
1959         which may or may not help.
1960         (nnimap-open-connection): If we're doing a stream connection, and then
1961         discover we're on a STARTTLS-capable server, then open a STARTTLS
1962         connection instead.
1963
1964 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1965
1966         * nnimap.el (utf7): Required.
1967
1968         * message.el (message-cite-prefix-regexp): Remove "}" from citation
1969         prefix.
1970
1971 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
1972
1973         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
1974
1975 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1976
1977         * nnimap.el (nnimap-request-accept-article): Message the error on
1978         error.
1979
1980 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1981
1982         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
1983
1984 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1985
1986         * nndoc.el (nndoc-request-list): Return success always.
1987
1988         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
1989         `fetch-old' -- we only want to fetch the articles we've requested.  The
1990         rest are in the agent, probably.
1991         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
1992         disappeared server" to something low.  It's not important.
1993
1994         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
1995         arrived before the FETCH data.
1996
1997         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
1998         target here, because we don't know the Gnus name of the group.
1999
2000         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2001         for the correct group.
2002
2003         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2004
2005         * gnus.el (gnus): Give a final warning after startup.
2006
2007         * gnus-util.el (gnus-action-message-log): New variable.
2008         (gnus-message): Use it.
2009         (gnus-final-warning): New function.
2010
2011         * nnimap.el (nnimap-open-connection): Record the greeting.
2012         (nnimap): Add greeting.
2013
2014 2010-09-26  Julien Danjou  <julien@danjou.info>
2015
2016         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2017         arguments.
2018         (gnus-html-wash-images): Fix spec computing to include start/end.
2019
2020         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2021
2022 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2023
2024         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2025         deletion.
2026         (nnimap-retrieve-headers): Don't select the group, because that's
2027         already done by nnimap-possibly-change-group.
2028
2029         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2030         (gnus-picon-transform-address): Use it.
2031
2032         * mail-source.el (mail-source-value): Revert previous patch.
2033
2034         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2035         on failure.
2036         (nnimap-open-connection): Look up both virtual and physical server name
2037         credentials.
2038
2039         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2040
2041 2009-02-07  Dave Love  <fx@gnu.org>
2042
2043         * tls.el (open-tls-stream): Don't query killing process.
2044
2045 2009-02-08  Dave Love  <fx@gnu.org>
2046
2047         * gnus-win.el (gnus-window-to-buffer-helper,
2048         gnus-all-windows-visible-p): Function needn't be a symbol.
2049
2050         * mail-source.el (mail-source-value): Function needn't be a symbol.
2051
2052 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2053
2054         * message.el (message-cite-prefix-regexp): Remove } from the cite
2055         prefix.
2056
2057         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2058         highlight again, so that the highlight is correct.
2059
2060         * gnus-picon.el (gnus-picon): Remove again.
2061         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2062
2063         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2064         doing the header highlightling, so that the background colour of the
2065         picon is correct.
2066
2067         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
2068         (gnus-picon): Ditto.
2069         (gnus-picon): Reinstate.  The background colour for picons is white.
2070         (gnus-picon-insert-glyph): Make the background white.
2071
2072         * nnml.el (nnml-open-nov): Don't return dead buffers.
2073
2074         * auth-source.el (auth-source-create): Query the user for whether to
2075         store the credentials.
2076
2077         * netrc.el (netrc-store-data): New function.
2078
2079         * auth-source.el (auth-source-user-or-password): Use the existing auth
2080         sources, if any, for creation.
2081
2082         * gnus.el (gnus-group-fast-parameter): Return the last matching
2083         parameter instead of the first matching parameter.
2084
2085 2010-09-26  Julien Danjou  <julien@danjou.info>
2086
2087         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2088
2089 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2090
2091         * mml2015.el (mml2015-use): Remove gpg support.
2092
2093         * mml1991.el (mml1991-function-alist): Remove gpg function.
2094         (mml1991-gpg-sign): Removed.
2095
2096 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2097
2098         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2099         (gnus-browse-unsubscribe-current-group): Document it.
2100         (gnus-browse-unsubscribe-group): Use it.
2101
2102 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2103
2104         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2105         address to the To list for easier response.
2106
2107         * gnus.el (gnus-play-startup-jingle): Removed.
2108         (gnus-splash): Don't play jingle.
2109         (gnus): Silence gnus-load message.
2110
2111         * gnus-art.el (gnus-treat-play-sounds): Removed.
2112
2113         * gnus.el (gnus-play-jingle): Remove audio support.
2114
2115         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2116
2117         * earcon.el: Removed -- no users.
2118
2119         * gnus-audio.el: Removed -- no users of this package.
2120
2121         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2122
2123         * gnus-start.el (gnus-setup-news): Remove nocem support.
2124
2125         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
2126
2127         * gnus.el (gnus-use-nocem): Removed.
2128
2129         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2130         Removed.
2131
2132         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
2133         uses NoCeM any more.
2134
2135         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2136         (gnus-button-ctan-handler): Ditto.
2137         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2138         (gnus-button-ctan-directory-regexp): Ditto.
2139         (gnus-button-handle-ctan): Ditto.
2140         (gnus-button-tex-level): Ditto.
2141         (gnus-button-alist): Removed CTAN stuff.
2142
2143 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2144
2145         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
2146         nnimap-streaming test.
2147
2148         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2149         servers twice.
2150
2151         * nnimap.el (nnimap-open-connection): Add more error reporting when
2152         nnimap fails early.
2153
2154         * nnheader.el (nnheader-get-report-string): New function.
2155         (nnheader-get-report): Use it.
2156
2157         * gnus-int.el (gnus-check-server): Say what the error was when opening
2158         failed.
2159
2160         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2161         using streaming.
2162
2163 2010-09-25  Julien Danjou  <julien@danjou.info>
2164
2165         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2166         gnus-window-inside-pixel-edges.
2167
2168 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2169
2170         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2171
2172         * mm-decode.el (mm-save-part): Allow saving to other directories the
2173         normal Emacs way.
2174
2175         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
2176         by Jay Berkenbilt.
2177
2178         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2179         there isn't a single byte.
2180
2181         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2182         just do it.  It doesn't really seem to matter what the user responds
2183         here, I think, so it's just a confusing question.
2184
2185         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2186         non-streaming case.
2187
2188         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
2189         (gnus-article-encrypt-body): Use it.
2190
2191         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2192         keystroke.
2193
2194         * nnimap.el (nnimap-find-wanted-parts-1): Use
2195         gnus-fetch-partial-articles.
2196
2197         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2198
2199         * nnimap.el (nnimap-insert-partial-structure): New function.
2200         (nnimap-get-partial-article): New function.
2201         (nnimap-request-article): Use it.
2202         (nnimap-wait-for-response): Return whether the wait was successful.
2203         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2204         retrieval wasn't successful.
2205         (nnimap-retrieve-group-data-early): Allow throttling servers.
2206         (nnimap-streaming): New variable.
2207         (nnimap-fetch-partial-articles): Removed.
2208
2209         * mm-decode.el (mm-with-part): Protect against killed buffers.
2210
2211         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2212         for prettier summary display.
2213
2214 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2215
2216         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
2217         directly.
2218
2219 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2220
2221         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2222         apparently third-party libraries depend on it.
2223
2224         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2225         before starting negotiation.
2226
2227         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2228         privacy reasons.
2229         (gnus-treat-mail-gravatar): Ditto.
2230
2231         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2232         buffer when inserting images.  Inserting text into the headers, for
2233         instance, can make them invalid.
2234
2235 2010-09-25  Julien Danjou  <julien@danjou.info>
2236
2237         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2238         variables.
2239
2240         * nnheader.el: Remove useless variables news-reply-yank-from and
2241         news-reply-yank-message-id.
2242
2243         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2244         variables.
2245
2246         * mml1991.el: Remove useless mml1991-verbose.
2247
2248         * gnus.el: Remove useless variable gnus-use-generic-from.
2249         Remove obsolete variable gnus-topic-indentation.
2250
2251         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2252
2253         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2254
2255         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2256
2257         * gnus-group.el: Remove useless gnus-group-icon-cache.
2258         Remove useless gnus-ephemeral-group-server.
2259
2260         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2261
2262         * mml2015.el: Remove useless mml2015-verbose.
2263
2264         * mml-smime.el: Remove useless mml-smime-verbose.
2265
2266         * gnus.el: Remove useless gnus-local-domain.
2267
2268         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
2269         gnus-gravatar-size.
2270
2271         * gnus-art.el: Remove useless gnus-treat-translate.
2272
2273 2010-09-24  Julien Danjou  <julien@danjou.info>
2274
2275         * gnus-sum.el: Add support for Gravatars.
2276
2277         * gnus-art.el: Add support for Gravatars.
2278
2279         * gnus-gravatar.el: Add this file.
2280
2281         * gravatar.el: Add this file.
2282
2283 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2284
2285         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
2286
2287         * gnus-group.el (gnus-group-fetch-faq): Removed.
2288
2289         * gnus.el (gnus-group-faq-directory): Removed.
2290
2291         * gnus-group.el (gnus-group-fetch-charter): Removed.
2292
2293         * gnus.el (gnus-group-charter-alist): Removed.
2294
2295         * gnus-group.el (gnus-group-archive-directory): Removed.
2296         (gnus-group-recent-archive-directory): Ditto.
2297         (gnus-group-make-archive-group): Removed.
2298
2299         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2300
2301         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2302         use the same article number for all the cached articles.
2303
2304         * nnimap.el (nnimap-command): Register the last command time so
2305         that we can use it for idling NOOPs.
2306         (nnimap-open-connection): Start the keeplive timer.
2307         (nnimap-make-process-buffer): Store all the process buffers.
2308         (nnimap-keepalive): New function.
2309
2310         * starttls.el (starttls-open-stream): Add autoload cookie.
2311
2312 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2313
2314         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2315         handling.
2316
2317 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2318
2319         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2320         its data structures.
2321
2322         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2323         instead of the cl.el copy-list.
2324         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2325         equalp.
2326
2327 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2328
2329         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2330         and tool-bar-local-item-from-menu.
2331
2332         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2333         mode-line-highlight face for Emacs.
2334
2335         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2336         loading gnus-sum.elc; fix comment for canlock-verify.
2337         (gnus-article-jump-to-part): Use read-number.
2338         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
2339         Emacs pre-21 compatible code for help-echo.
2340         (gnus-article-next-page-1): No need to adjust the number of lines.
2341         (gnus-article-describe-bindings): Always use help-buffer.
2342
2343         * gnus-audio.el (gnus-audio-inline-sound)
2344         * gnus-cus.el (gnus-custom-mode)
2345         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2346
2347         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2348
2349         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2350         compatible code.
2351
2352 2010-09-24  Glenn Morris  <rgm@gnu.org>
2353
2354         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2355         visiting the fcc file in rmail-mode.
2356
2357         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2358
2359 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2360
2361         * nnir.el: Silence the byte compiler.
2362
2363         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2364         alias to browse-url-url-encode-chars if any.
2365         (gnus-html-encode-url): Use it.
2366
2367 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2368
2369         * gnus-start.el (gnus-use-backend-marks): New variable.
2370         (gnus-get-unread-articles-in-group): Use it.
2371
2372         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2373         makeover.
2374
2375 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2376
2377         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2378
2379 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2380
2381         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2382         Removed.
2383         (gnus-setup-news-hook): Removed
2384         gnus-fixup-nnimap-unread-after-getting-new-news.
2385
2386         * gnus-int.el (gnus-request-update-info): Protect against backends not
2387         having the function.
2388
2389         * nnimap.el (nnimap-stream): Mention starttls.
2390         (nnimap-open-connection): Add starttls support.
2391
2392 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2393
2394         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2395
2396 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2397
2398         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2399         BODYSTRUCTUREs.
2400         (nnimap-transform-headers): Unfold quoted {42} headers.
2401
2402         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2403         the info.
2404         (gnus-get-unread-articles): Only call updatep on backends that support
2405         it.
2406
2407         * nnweb.el (nnweb-request-update-info): NOOP.
2408
2409         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
2410
2411         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
2412         since it only deals with marks.
2413
2414         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
2415         gnus-request-marks, and make a new gnus-request-update-info.
2416
2417         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2418         the active instead of the high number, which is usually too low.
2419
2420 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2421
2422         * netrc.el (netrc-parse): Remove encrypt.el mentions.
2423         * encrypt.el: Removed.
2424
2425 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2426
2427         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2428         server in symbolic form.
2429
2430         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
2431         0.9.
2432
2433 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2434
2435         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2436         (nnimap-update-info): Fix up code slightly.
2437
2438         * gnus-int.el (gnus-open-server): Add tracing for performance
2439         debugging.
2440
2441         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2442         (gnus-group-insert-group-line): Pass the real group name so that it
2443         gets the right data.
2444
2445         * gnus-start.el (gnus-get-unread-articles): Don't have
2446         `gnus-get-unread-articles-in-group' update info, since that can be
2447         really slow and doesn't seem to be needed?
2448
2449 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2450
2451         * time-date.el (date-to-time): Try using parse-time-string first before
2452         using the slower timezone-make-date-arpa-standard.
2453
2454 2010-09-22  Julien Danjou  <julien@danjou.info>
2455
2456         * gnus-group.el (gnus-group-insert-group-line): Call
2457         gnus-group-highlight-line.
2458         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2459         default hook list.
2460         (gnus-group-update-eval-form): Add new function.
2461         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2462         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2463
2464 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2465
2466         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2467         immediate, then expire all articles.
2468         (nnimap-update-info): Fix off-by-one errors.
2469         (nnimap-flags-to-marks): Would return no marks lists for group with no
2470         flags.  Instead return the other data.
2471
2472 2010-09-22  Julien Danjou  <julien@danjou.info>
2473
2474         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
2475         Only return an icon.
2476         (gnus-group-insert-group-line): Compute icon to return.
2477
2478         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
2479         variable.
2480         (gnus-html-image-fetched): Only cache if
2481         gnus-html-image-automatic-caching is set.
2482         (gnus-html-image-fetched): Check for errors.
2483
2484 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2485
2486         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2487         once per method on `g'.  This ensures that backends like nnfolder don't
2488         open all their folders.
2489
2490         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2491         (nnimap-request-list): Nix out group in the correct buffer.
2492         (nnimap-parse-flags): Implement by using `read' instead of
2493         hand-parsing.
2494         (nnimap-flags-to-marks): Pass on permanent-flags.
2495         (nnimap-make-process-buffer): Record the server name.
2496         (nnimap-parse-flags): Fix typo.
2497         (nnimap-request-scan): Run split on the server in general, not just a
2498         single group.
2499
2500         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2501         parameter, and propagate this downwards.
2502
2503         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2504         since EXAMINE changes it on the server.
2505
2506         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2507         this command might take a while.
2508
2509 2010-09-22  Julien Danjou  <julien@danjou.info>
2510
2511         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
2512         harmful if you have 2 images side-by-side, they can't be properly
2513         update on text deletion.  Using text-property is safer here.
2514         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2515         data.
2516
2517 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2518
2519         * nnimap.el (nnimap-expunge-inbox): Removed.
2520         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2521         (nnimap-expunge): Flip default to t.
2522
2523         * gnus.el (gnus-method-to-server): Don't push things to the cache
2524         unless it's unique.
2525         (gnus-server-to-method): Ditto.
2526
2527 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2528
2529         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2530
2531 2010-09-22  Julien Danjou  <julien@danjou.info>
2532
2533         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2534         get the start of data.
2535         (gnus-html-encode-url): Add this function to encode special chars in
2536         URL.
2537         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2538         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2539
2540         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2541         default.
2542         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2543
2544         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2545         images alt-text.
2546         (gnus-html-put-image): Put alt-text as help-echo.
2547
2548 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2549
2550         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2551         * mm-util.el (mm-decompress-buffer)
2552         * nnir.el (nnir-run-find-grep)
2553         * pop3.el (pop3-list): Use 3rd arg of split-string.
2554
2555         * time-date.el (format-seconds): Comment fix.
2556
2557         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
2558         and byte-optimize-form-code-walker.
2559         (dgnushack-make-auto-load): Don't advise make-autoload.
2560
2561         * lpath.el: Remove Emacs 21 stuff.
2562
2563 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2564
2565         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2566         outside the active range.  Suggested by Dan Christensen.
2567
2568         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2569         slightly later to avoid double-getting it.
2570
2571         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2572         previous patch.
2573
2574         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2575
2576 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
2577
2578         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2579
2580 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2581
2582         * gnus-int.el (gnus-open-server): Give a better error message in the
2583         "go offline" case.
2584
2585         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2586         marks for nnimap, which is seldom the right thing to do.
2587
2588         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2589         (gnus-same-method-different-name): New function.
2590
2591         * nnimap.el (parse-time): Require.
2592
2593         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2594         method in the presence of many similar methods.
2595
2596         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2597
2598         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2599         nnml-inhibit-expiry.
2600
2601         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2602         find out whether methods are equal.
2603
2604         * nnimap.el (nnimap-find-expired-articles): New function.
2605         (nnimap-process-expiry-targets): New function.
2606         (nnimap-request-move-article): Request the article before looking at
2607         what the Message-ID is.  Fix found by Andrew Cohen.
2608         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2609
2610         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2611         for oldness in addition to being a predicate.
2612
2613         * nnimap.el (nnimap-request-group): When we have zero articles, return
2614         the right data to Gnus.
2615         (nnimap-request-expire-articles): Only delete articles immediately if
2616         the target is 'delete.
2617
2618         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2619         method, this would bug out.
2620
2621         * gnus-group.el (gnus-group-expunge-group): Renamed from
2622         gnus-group-nnimap-expunge, and implemented as a normal interface
2623         function.
2624
2625         * gnus-int.el (gnus-request-expunge-group): New function.
2626
2627         * nnimap.el (nnimap-request-create-group): Implement.
2628         (nnimap-request-expunge-group): New function.
2629
2630 2010-09-21  Julien Danjou  <julien@danjou.info>
2631
2632         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2633         (gnus-html-cache-expired): Add new function.
2634         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2635         wethever we should display image for fetch it.
2636         Compute alt-text earlier to pass it to the fetching function too.
2637         (gnus-html-schedule-image-fetching): Change function argument to only
2638         get one image at a time, not a list.
2639         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2640         cache.
2641         (gnus-html-get-image-data): New function to retrieve image data from
2642         cache.
2643         (gnus-html-put-image): Change buffer argument to use image data rather
2644         than file, and place image above region rather than inserting a new
2645         one. Do not take alt-text as argument, since it's useless now: we place
2646         the image above alt-text.
2647         (gnus-html-prune-cache): Remove.
2648         (gnus-html-show-images): Start to fetch image when we find one, do not
2649         push into a temporary list.
2650         (gnus-html-prefetch-images): Only fetch image if they have expired.
2651         (gnus-html-browse-image): Fix, use 'gnus-image-url.
2652         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2653
2654 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2655
2656         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2657
2658 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2659
2660         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2661         spec inser "*" if the group isn't active instead of 0.
2662
2663         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2664         opening the server.
2665         (nnimap-request-delete-group): Implement group deletion.
2666         (nnimap-transform-headers): Return the size of the entire message in
2667         the Bytes header, not just the size of the first part.
2668         (nnimap-request-move-article): When moving an article from nnimap,
2669         request the article first so the accepting form has an article to
2670         accept.  Reported by Dan Christensen.
2671         (nnimap-command): Make sure that the error message doesn't error out.
2672
2673 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
2674
2675         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2676         we haven't requested anything.
2677
2678 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2679
2680         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2681         "".  Fix found by Andrew Cohen.
2682
2683         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2684         instead of -encode-string.
2685
2686 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2687
2688         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2689
2690         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2691         by mm-subst-char-in-string.
2692
2693 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2694
2695         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2696         waiting for the connection string.
2697
2698         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2699         arriving.
2700
2701         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2702         bogus characters.  This allows selecting certain Gmail groups.
2703
2704         * nnimap.el (nnimap-find-wanted-parts-1): New function.
2705         (nnimap-fetch-partial-articles): New variable.
2706         (nnimap-open-connection): When looking for credentials, also use the
2707         nnimap-server-port.
2708         (nnimap-request-article): Return the group/article number, so that Gnus
2709         `^' works as expected.
2710         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
2711         them.
2712
2713         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2714         comments.
2715         (gnus-methods-sloppily-equal): New function.
2716         (gnus): When using the development version of Gnus, load the gnus-load
2717         file.
2718
2719         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2720         `gnus-open-server' on each method before trying to scan them etc.  This
2721         ensures that all the backend parameters are set correctly.
2722
2723         * nnimap.el (nnimap-authenticator): New variable.
2724         (nnimap-open-connection): Allow anonymous login.
2725         (nnimap-transform-headers): The chars header is called Chars not
2726         Bytes.
2727         (nnimap-wait-for-response): Don't infloop if the IMAP connection
2728         drops.
2729
2730         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2731         patch, found by Knut Anders Hatlen.
2732
2733 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
2734
2735         * gnus-agent.el (gnus-agent-batch-confirmation)
2736         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2737         to gnus-message.
2738         * gnus-art.el (gnus-article-describe-briefly): Likewise.
2739         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2740         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2741         * gnus-int.el (gnus-open-server): Likewise.
2742         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2743         (gnus-score-check-syntax): Likewise.
2744         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2745         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2746         Likewise.
2747         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2748
2749 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2750
2751         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2752         calling conventions so that prefetch doesn't bug out.
2753
2754 2010-09-19  Julien Danjou  <julien@danjou.info>
2755
2756         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2757         rather than `subst-char-in-region' in order to be able to replace ASCII
2758         char by UTF-8 ones.
2759
2760         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2761         than curl.
2762         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2763         the right URL and ALT text on images.
2764         (gnus-html-wash-tags): Fix tag case.
2765         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
2766         (gnus-article-html): Add -o display_ins_del=2 option.
2767         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2768
2769 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2770
2771         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2772         the extra mail headers, which sometimes seem to happen for unknown
2773         reasons.
2774
2775         * mail-parse.el (mail-header-encode-parameter): Define as
2776         rfc2045-encode-string instead of as rfc2231-encode-string, since some
2777         (or most, perhaps?) mail readers don't understand the latter, but do
2778         understand the former.
2779
2780         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2781         to nil, so that no methods are automatically agentized.  I think this
2782         is probably what most users want.
2783
2784         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2785         from url-retrieve, for instance about invalid URLs.
2786
2787         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2788         groups that have no articles.
2789         (nnimap-request-article): Check that we really got an article when we
2790         requested one.
2791
2792         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2793         doesn't exist.
2794
2795         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2796         nntp buffer so the agent can save it.
2797         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2798         that CRLF doesn't get translated to \n.
2799         (nnimap-open-connection): Don't make 'shell commands only send \n.
2800
2801 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2802
2803         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2804         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
2805         Update var name.
2806         (nnml-generate-nov-file): Use dolist.
2807         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
2808         Use with-current-buffer.
2809
2810 2010-09-18  Julien Danjou  <julien@danjou.info>
2811
2812         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
2813         parallel.
2814
2815 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2816
2817         * nnimap.el (nnimap-update-info): When doing partial marks update, get
2818         the range update right.
2819         (nnimap-request-group): Don't make `M-g' bug out on group with no
2820         marks.
2821         (nnoo): Required, so that other packages can require nnimap.
2822         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
2823         command we're looking for.  This helps when the server sends more
2824         responses after we've gotten everything we expected.
2825         (nnimap): Add a `newlinep' field to keep track of end-of-line
2826         conventions.
2827         Don't send CRLF to things that don't want it.
2828         (nnimap-request-accept-article): Ditto.
2829
2830 2010-09-18  Julien Danjou  <julien@danjou.info>
2831
2832         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
2833         than curl to retrieve images.
2834
2835 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2836
2837         * nnimap.el (nnimap-update-info): Extend the info so that we can set
2838         the marks.
2839         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
2840         (nnimap-wait-for-connection): New function.
2841         (nnimap-open-connection): If we have PREAUTH, don't query for login
2842         credentials.
2843         (nnimap-update-info): Fix off-by-one error when concatenating ranges
2844         when doing a partial update.
2845
2846 2010-09-18  Julien Danjou  <julien@danjou.info>
2847
2848         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
2849         tags.
2850
2851 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2852
2853         * nnimap.el (nnimap-credentials): New function.
2854         (nnimap-open-connection): Use the new function to look for credentials
2855         also on the numeric equivalents of "imap" and "imaps".
2856
2857         * gnus-start.el (gnus-activate-group): Send the info to
2858         gnus-request-group.
2859
2860         * nnimap.el (nnimap-request-group): Have the "check" version of the
2861         function parse flags and update the info, so that a `M-g' get a total
2862         resync of all flags from the group.
2863
2864         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
2865         to allow backends to alter the info on group selection.  Also alter all
2866         the backend -request-group functions to take the parameter.
2867
2868         * nnimap.el (nnimap-store-info): New function.
2869         (nnimap-update-info): Store the info for later usage.
2870         (nnimap-request-group): Use the stored info for the dont-check case, so
2871         that we don't retrieve all marks when we enter a group.
2872
2873         * nnimap.el: Use deffoo instead of defun for interface functions.
2874
2875         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
2876         update the group info.  This makes the nndraft groups, for instance, go
2877         back to their old behaviour.
2878
2879         * gnus-sum.el (gnus-select-newsgroup): Indent.
2880
2881         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
2882         in.
2883         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
2884         nothing.
2885
2886         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
2887         from methods that are denied.
2888
2889         * gnus-int.el (gnus-method-denied-p): New function.
2890
2891         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
2892         store the password instead of netrc.
2893         (nnimap-open-connection): Don't error out when we can't make a
2894         connections.
2895
2896         * auth-source.el (auth-source-create): In the password prompt, say what
2897         we're querying for.  Also prompt for user name if that hasn't been
2898         given.
2899
2900         * nnimap.el (nnimap-with-process-buffer): Removed.
2901
2902 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2903
2904         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
2905         method when we're reading from the agent.
2906
2907         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
2908
2909         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
2910         that's probably most useful for users.
2911
2912         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
2913         "failed" all the time.
2914
2915         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
2916         ...)) with (with-current-buffer ... ).
2917
2918         * nntp.el (nntp-open-server): Return whether the open was successful or
2919         not.
2920
2921         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
2922         select an unread unseen article first.
2923
2924         * nnimap.el (nnimap-open-connection): If the user doesn't have a
2925         /etc/services, supply some sensible port defaults.
2926
2927         * dgnushack.el: Define netrc-credentials.
2928
2929 2010-09-17  Julien Danjou  <julien@danjou.info>
2930
2931         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
2932
2933 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2934
2935         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
2936         doesn't have any parameters.
2937
2938 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2939
2940         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
2941         only upcased checks.
2942
2943         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
2944
2945         * nnimap.el (nnimap-open-shell-stream): New function.
2946         (nnimap-open-connection): Use it.
2947         (nnimap-transform-headers): Get the number of lines in each message.
2948         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
2949         number of lines.
2950         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
2951         problem.
2952
2953         * utf7.el (utf7-encode): Autoload.
2954
2955         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
2956         to allow the mail splitting to not return a default group.  This is
2957         useful for nnimap, which will leave unmatched mail in the inbox.
2958
2959         * nnimap.el: Rewritten.
2960
2961         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
2962         nnimap usage.
2963
2964         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
2965         if the move is internal, so that nnimap can do fast internal moves.
2966
2967         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
2968         data.
2969         (gnus-read-active-for-groups): Support finishing the early retrieval of
2970         data.
2971
2972         * gnus-range.el (gnus-range-nconcat): New function.
2973
2974         * gnus-int.el (gnus-finish-retrieve-group-infos)
2975         (gnus-retrieve-group-data-early): New functions.
2976
2977 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2978
2979         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
2980         (nnrss-retrieve-groups):
2981         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
2982         (pop3-quit): Use with-current-buffer.
2983
2984 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2985
2986         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
2987         instead of nnheader-accept-process-output.
2988
2989         * dgnushack.el (dgnushack-compile): Add comment.
2990
2991         * lpath.el: No need to fbind propertize for XEmacs 21.4.
2992
2993         * gnus-html.el (gnus-html-schedule-image-fetching)
2994         (gnus-html-prefetch-images): Replace process-kill-without-query by
2995         gnus-set-process-query-on-exit-flag.
2996
2997 2010-09-16  Romain Francoise  <romain@orebokech.com>
2998
2999         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3000
3001 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3002
3003         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3004         parameter to unintern is mandatory-ish in Emacs 24.
3005
3006         * gnus-html.el (gnus-html-schedule-image-fetching)
3007         (gnus-html-prefetch-images): Check for curl before using it.
3008
3009         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3010         depend on curl, which isn't essential.
3011
3012         * imap.el: Revert back to version
3013         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3014         seem problematic.
3015
3016 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3017
3018         * gnus-registry.el (gnus-registry-install-shortcuts):
3019         Explicitly pass `obarray' to `unintern' to avoid a warning.
3020
3021 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3022
3023         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
3024         change.
3025
3026         * nnrss.el (nnrss-request-list): Removed this function and related
3027         functions, including the moreover stuff.
3028
3029 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3030
3031         * nnrss.el (nnrss-retrieve-groups): New function.
3032
3033 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3034
3035         * .dir-locals.el: Add no-byte-compile cookie.
3036
3037 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3038
3039         * time-date.el (format-seconds): Comment fix.
3040
3041         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3042         for back end that doesn't support request-scan.
3043
3044 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3045
3046         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3047         then do request scans from the backends.
3048
3049         * netrc.el (netrc-credentials): New conveniency function.
3050
3051         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3052         avoid running a hook per line, since this takes a lot of time,
3053         profiling shows.
3054         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3055         directly if gnus-visual-p is true.
3056
3057 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3058
3059         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3060         groups; replace mapcar with dolist which is a bit faster; pass groups
3061         info to gnus-read-active-file-1.
3062         (gnus-read-active-file-1): Scan only specified groups if the new
3063         optional arg `infos' is given.
3064
3065 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3066
3067         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3068
3069         * pop3.el (pop3-movemail): Removed.
3070         (pop3-streaming-movemail): Renamed to pop3-movemail.
3071
3072         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3073         don't restrict end-tag searches to the end of the line.
3074
3075 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3076
3077         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3078         articles of every unchecked group to t, which means unknown since the
3079         server has never been opened.
3080
3081 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3082
3083         * gnus-html.el (gnus-html-show-alt-text): New command.
3084         (gnus-html-browse-image): Ditto.
3085         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3086         to browse the image directly.
3087         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3088         better.
3089
3090         * gnus-async.el (gnus-async-article-callback): Call
3091         `gnus-html-prefetch-images' unconditionally.
3092
3093         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3094         before feeding URLs to curl.
3095
3096 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3097
3098         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3099         internal images as deletable by `W D D'.
3100
3101         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3102         (gnus-async-article-callback): Fix typo.
3103
3104 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3105
3106         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3107         current line to work around bugs in the output from w3m.
3108
3109         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3110         for groups that want that.
3111
3112         * nntp.el (nntp-wait-for-string): Supply a timeout for
3113         accept-process-output to ensure progress.
3114
3115         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3116         level to get unread articles from, then use that for foreign groups,
3117         too.
3118
3119         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3120         confuses the rest of the function.
3121
3122         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3123         for the methods that support -retrieve-groups, too.
3124
3125         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3126
3127 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3128
3129         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3130         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3131
3132         * pop3.el: Require cl when compiling.
3133         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3134
3135 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3136
3137         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3138         that aren't going to be activated.
3139         (gnus-get-unread-articles): Fix up the last commit.
3140
3141         * gnus-html.el (gnus-article-html): Allow calling without specifying
3142         the handle.  In that case, dissect the buffer first.
3143
3144         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3145
3146         * nnimap.el (nnimap-open-connection): Revert the change that would look
3147         into authinfo for imaps instead of imap.
3148
3149         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3150         say that you don't want to call gnus-request-group with don-check, but
3151         do check the reponse.  This is for virtual groups only.
3152         (gnus-get-unread-articles): Count the archive groups as secondary, so
3153         that they're activated the same way as before.
3154
3155         * imap.el (imap-message-map): Removed optional buffer parameter, since
3156         no callers use it.
3157         (imap-message-get): Ditto.
3158         (imap-message-put): Ditto.
3159         (imap-mailbox-map): Ditto.
3160         (imap-mailbox-put): Ditto.
3161         (imap-mailbox-get): Ditto.
3162         (imap-mailbox-get): Revert last change for this function.
3163
3164         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3165         case-insensitively.
3166         (nnimap-debug): Removed.
3167
3168         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3169         to use `imap-fetch' instead.  According to the comments, this should be
3170         safe, since all other IMAP clients use the 1:* syntax.
3171         (imap-enable-exchange-bug-workaround): Removed.
3172         (imap-debug): Removed -- doesn't seem very useful.
3173
3174         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3175         mail from a file, and the file doesn't exist.
3176
3177         * imap.el (imap-log): New convenience function used throughout instead
3178         of repeating the same code all over the place.
3179
3180         * pop3.el (pop3-streaming-movemail): Return t for success.
3181
3182         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3183         .authinfo if we're using ssl connection.
3184
3185         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3186         already have if we're in a main Gnus `g' run.
3187
3188         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3189
3190 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3191
3192         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3193
3194         * nnmh.el (nnmh-request-list-1): Bind `file'.
3195
3196         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3197         alias to set-process-query-on-exit-flag or process-kill-without-query.
3198         (pop3-open-server): Use it.
3199
3200 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3201
3202         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3203         box to the Incoming file.  Fixes mistake in previous checkin.
3204
3205         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3206         request loop (for debugging purposes) removed.
3207
3208         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3209         culprit is more visible.
3210         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3211         (nnml-add-incremental-nov): New functions to do "incremental" nov
3212         updates, where we just append to the end of the existing nov files
3213         without reading/writing them in full.
3214
3215         * mail-source.el (mail-source-delete-crash-box): Really only check the
3216         incoming files once in a while.
3217
3218         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3219
3220         * mail-source.el (mail-source-delete-crash-box): Only check the
3221         incoming files for deletion once per day to save a lot of file
3222         accesses.
3223
3224         * pop3.el (pop3-logon): Fix up unbound variable typo.
3225
3226         * mail-source.el (pop3-streaming-movemail): Autoload.
3227
3228         * pop3.el (pop3-streaming-movemail): Respect
3229         pop3-leave-mail-on-server.
3230
3231         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3232         retrieval.
3233
3234         * pop3.el (pop3-process-filter): Removed unused function.
3235         (pop3-streaming-movemail, pop3-send-streaming-command)
3236         (pop3-wait-for-messages, pop3-write-to-file)
3237         (pop3-number-of-responses): New functions for streaming pop3
3238         retrieval.
3239
3240         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3241         come from no known methods.
3242         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3243         list.
3244
3245         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
3246         message sizes.
3247         (pop3-movemail): Use erase-buffer instead of looping and deleting
3248         regions, which seems rather odd.
3249
3250         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3251         file once per `g' run.
3252
3253         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3254         directories.  This makes the draft queue directory work.
3255
3256         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3257         data from the backends, so that we only request the list of groups from
3258         each method once.  This should speed things up considerably.
3259
3260         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3261         detect that it's not implemented.
3262
3263         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3264         we actually do recurse down into the tree, but don't stat all leaf
3265         nodes.
3266
3267         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3268         then say so instead of bugging out.
3269
3270         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3271         files exist before trying to read them.
3272
3273         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3274         around <pre_int>.
3275
3276         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3277
3278         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3279
3280 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3281
3282         * mm-util.el (mm-image-load-path): Just return the image directories,
3283         not all directories in the path in addition to the image directories.
3284         (mm-image-load-path): Maintain a cache of the image directories so that
3285         the `g' command in Gnus doesn't have to stat dozens of directories each
3286         time.
3287
3288         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3289         (gnus-html-wash-tags): Add a new `i' command to insert images.
3290         (gnus-html-insert-image): New command and keystroke.
3291         (gnus-html-redisplay-with-images): New command and keystroke.
3292         (gnus-html-show-images): Renamed command.
3293         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3294         spacers.
3295         (gnus-html-wash-tags): Decode entities at the end, so that entities
3296         inside the tags don't mess up the rest of the "parsing".
3297
3298         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3299         so that nnimap methods aren't agentized by default.  There's apparently
3300         many problems related to agent/imap behaviour.
3301
3302         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3303
3304         * gnus-html.el: Doc fix.
3305
3306 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3307
3308         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3309         specifier-spec-list for Emacs 21.
3310
3311         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3312         glyph-width and glyph-height instead of display-graphic-p and
3313         image-size; make avoidance of displaying small images work for XEmacs.
3314
3315         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3316         for XEmacs.
3317
3318         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3319         of symbol that holds plist data.
3320         (gnus-process-plist): Remove plist of process after getting it.
3321
3322 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3323
3324         * message.el (message-generate-hashcash): Change default to
3325         'opportunistic if hashcash is installed.
3326
3327         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3328         (gnus-html-put-image): Only call image-size once, since it's somewhat
3329         time-consuming on remote X servers.
3330
3331 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3332
3333         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3334         type on data, not a file name.
3335
3336         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3337         window-pixel-edges for Emacs 21.
3338
3339         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3340         decoded contents.
3341         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3342
3343 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3344
3345         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3346         group line format, since it isn't very interesting.
3347
3348         * gnus-agent.el (gnus-agent-short-article),
3349         (gnus-agent-long-article): Increase values for these two variables,
3350         since most people are likely to have more network connection and
3351         storage than before.
3352
3353         * gnus.el (gnus-refer-article-method): Change default to 'current.
3354         When referring an article, the common behaviour is to refer it from the
3355         current select method, not the native select method.  The chances of
3356         the native select method having the message in question is rather slim
3357         these days.
3358
3359         * gnus-sum.el (gnus-auto-select-subject): Change default to
3360         `unseen-or-unread'.  I think it's likely that most people want to
3361         select an unseen article over a previously seen, but unread one.
3362
3363         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3364         means that in the article buffer none of the minor mode elements will
3365         be shown, usually, and this is not desirable in most cases.
3366
3367         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3368         that commands like `d' (and the like) go to the next line in the
3369         buffer, instead of the next unread article.  I think this is the
3370         behaviour that is most natural for most users.
3371         (gnus-single-article-buffer): Change default to nil, so that people can
3372         have as many article buffers open as they have summary buffer.  I think
3373         this is the most natural way for the groups to behave.
3374
3375         * message.el (message-generate-new-buffers): Change default to
3376         `unsent', so that all new message buffers start their names with the
3377         string "*unsent", and it's easier to find the buffers if you move from
3378         them.
3379
3380 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3381
3382         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3383         small.  They're probably tracking images.
3384         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3385         (gnus-html-rescale-image): Yet another try at getting the image sizing
3386         right.
3387
3388         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3389         nntp-marks-file-name is nil.
3390
3391 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3392
3393         * gnus-html.el (gnus-html-wash-tags)
3394         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3395         Better logging.
3396
3397 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3398
3399         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
3400
3401         * gnus-html.el (gnus-html-wash-tags): Check the value of
3402         gnus-blocked-images in the summary buffer.
3403
3404 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3405
3406         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3407
3408 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3409
3410         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3411         like "a", it seems like.
3412         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3413         since it needs to be picked from the correct buffer.
3414
3415         * nnwfm.el: Removed.
3416
3417         * nnlistserv.el: Removed.
3418
3419 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3420
3421         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3422         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3423
3424 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3425
3426         * nnkiboze.el: Removed.
3427
3428         * nndb.el: Removed.
3429
3430         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3431         alt text.
3432         (gnus-html-rescale-image): Try to get the rescaling logic right for
3433         images that are just wide and not tall.
3434
3435         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3436         overshadow variable bindings.
3437
3438 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3439
3440         * gnus-html.el (gnus-html-wash-tags)
3441         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
3442         extra logging.
3443
3444 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3445
3446         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3447         (gnus-max-image-proportion): New variable.
3448         (gnus-html-rescale-image): New function.
3449         (gnus-html-put-image): Rescale images.
3450
3451 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3452
3453         Fix up some byte-compiler warnings.
3454         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3455         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3456         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3457         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3458         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3459         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3460         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3461
3462 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3463
3464         * gnus-html.el (gnus-article-html): Decode contents by charset.
3465
3466 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3467
3468         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3469         (gnus-html-frame-width, gnus-blocked-images)
3470         * message.el (message-prune-recipient-rules): Add custom version.
3471         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3472
3473         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3474         functions.
3475
3476         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3477         gnus-process-get.
3478
3479 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3480
3481         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3482         instead of lsub directly.
3483
3484 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3485
3486         * nnwarchive.el: Removed.
3487
3488         * gnus-soup.el: Removed.
3489
3490         * nnsoup.el: Removed.
3491
3492         * nnultimate.el: Removed.
3493
3494         * gnus-html.el (gnus-blocked-images): New variable.
3495
3496         * message.el (message-prune-recipients): New function.
3497         (message-prune-recipient-rules): New variable.
3498
3499         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3500         guess whether a long line is natural text or not.
3501
3502         * gnus-html.el (gnus-html-schedule-image-fetching): Use
3503         gnus-process-plist and friends for compatibility.
3504
3505 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3506
3507         * gnus-html.el: Require packages that define macros used in this file.
3508         (gnus-article-mouse-face): Declare to silence byte-compiler.
3509         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3510         process-get.
3511         (gnus-html-put-image): Use plist-get to avoid getf.
3512         (gnus-html-prefetch-images): Use with-current-buffer.
3513
3514 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3515
3516         * gnus-ems.el: Provide compatibility functions for
3517         gnus-set-process-plist.
3518
3519         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3520         header-line-format for XEmacs 21.4.
3521
3522         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3523         * gnus.el (gnus-valid-select-methods)
3524         * message.el (message-send-mail-partially-limit)
3525         * mm-decode.el (mm-text-html-renderer)
3526         * mml.el (mml-insert-mime-headers-always)
3527         * smiley.el (smiley-regexp-alist): Bump custom version.
3528
3529 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3530
3531         * gnus-html.el: require mm-url.
3532         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3533         with the url to `url'.
3534         (gnus-html-wash-tags): Support cid: URLs/images.
3535
3536 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3537
3538         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3539         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3540         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3541
3542         * gnus-move.el: Removed file, since it doesn't really work.
3543
3544         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3545         UTF-8.  This seems to fix problems with some German web feeds.
3546
3547         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3548         at the top so that the proper colours are applied.
3549
3550         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
3551         don't have dots in their names.
3552
3553         * gnus-art.el (gnus-article-view-part): Doc fix.
3554
3555         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3556         XEmacs-compatible.
3557         (gnus-html-put-image): Don't do images on non-graphic displays.
3558
3559         * nnslashdot.el: Removed this unused backend.
3560
3561         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3562         actions.
3563         (gnus-undo-register-1): Revert last change.
3564
3565         * gnus-group.el (gnus-group-completing-read): Protect against not
3566         having completion-styles bound.
3567
3568         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3569         make broken recipients happier.
3570
3571         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3572
3573         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3574         point parameter.
3575
3576         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
3577
3578         * gnus-group.el (gnus-group-completing-read): Add 'substring to
3579         completion-styles for group selection.
3580
3581 2009-02-04  Andreas Schwab  <schwab@suse.de>
3582
3583         * gnus-score.el (gnus-score-string): Fix regex for matching extra
3584         headers and regexp-quote the match if necessary.
3585
3586 2009-03-24  Miles Bader  <miles@gnu.org>
3587
3588         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3589         the blinking smiley.
3590
3591 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3592
3593         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3594         blink smiley.
3595
3596 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3597
3598         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3599         where the dribbel file lives exists.
3600
3601         * message.el (message-send-mail-partially-limit): Change the default to
3602         nil, since most people don't want this.
3603
3604         * mm-url.el (mm-url-decode-entities): Also decode entities like
3605         &#x3212.
3606
3607 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3608
3609         * gnus-sum.el (gnus-summary-idna-message):
3610         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3611         Hyperlink urls in docstrings with URL `...'.
3612
3613 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3614
3615         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3616         functions.
3617
3618 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3619
3620         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3621         say what the mouseover text should be.
3622
3623         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3624         version of the mm-w3m-safe-url-regexp variable to only download images
3625         in the groups where we want that to happen.
3626
3627         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3628
3629         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3630         easier debugging.
3631         (gnus-article-beginning-of-window): Add kludge to allow spacing past
3632         big pictures in the article buffer.
3633
3634         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3635         gnus-article-html.
3636         (mm-text-html-renderer): gnus-article-html needs curl in addition to
3637         w3m.
3638
3639         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3640
3641 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3642
3643         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3644         which doesn't exist.
3645
3646         * message.el (message-inhibit-ecomplete): New variable to allow some
3647         function to inhibit ecomplete address storage.
3648         (message-resend): Disable ecomplete message storage when resending
3649         messages.
3650
3651         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3652
3653 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3654
3655         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3656         Save excursion while copying, moving, and deleting articles in order to
3657         prevent the cursor from jumping to unforeseen place.
3658
3659 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3660
3661         * lpath.el: No need to bind bookmark-current-buffer,
3662         bookmark-yank-point and bookmark-make-record-function.
3663
3664 2010-08-17  Glenn Morris  <rgm@gnu.org>
3665
3666         * gnus-sync.el: Require gnus components whose functions are used.
3667
3668         * gnus-art.el (bookmark-make-record-function):
3669         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3670         Declare for compiler.
3671
3672         * mm-url.el (mml-compute-boundary): Autoload.
3673
3674 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3675
3676         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3677
3678 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
3679
3680         Typo fix "hoo4a" -> "hook".
3681
3682         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3683
3684 2010-08-14  Glenn Morris  <rgm@gnu.org>
3685
3686         * gnus-sync.el (gnus-sync): Fix defgroup version.
3687
3688 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
3689
3690         Doc fixes and keep unknown groups (ammended for nunion bug fix).
3691
3692         * gnus-sync.el: Fix docs.
3693         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3694         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3695
3696 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3697
3698         Optimizations for gnus-sync.el.
3699
3700         * gnus-sync.el: Add docs about gnus-sync-backend
3701         possibilities.
3702         (gnus-sync-save): Remove unnecessary message.
3703         (gnus-sync-read): Optimize and show what groups were skipped.
3704
3705 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3706
3707         Minor bug fixes for gnus-sync.el.
3708
3709         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
3710         read the sync on get-new-news.
3711
3712         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3713         quiet.
3714
3715         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
3716
3717 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
3718
3719         Make saving and restoring of hidden threads work with overlays.
3720         Patch applied by Ted Zlatanov.
3721
3722         * gnus-sum.el (gnus-hidden-threads-configuration)
3723         (gnus-restore-hidden-threads-configuration): Update to deal with text
3724         properties, rather than searching for a magic character.
3725
3726 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3727
3728         New gnus-sync.el library for synchronization of marks.
3729
3730         * gnus-sync.el: New library for synchronization of marks.
3731
3732         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
3733         renamed from `gnus-registry-grep-in-list'.
3734
3735         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
3736
3737         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3738
3739 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3740
3741         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3742         determining charset of text fails.
3743
3744 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3745
3746         * nnmail.el (nnmail-get-new-mail-1): Revert.
3747
3748         * nnml.el (nnml-active-number): Make sure names of newly created groups
3749         in nnml-group-alist are encoded.
3750
3751 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3752
3753         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3754         containing non-ASCII characters in active file for nnml back end.
3755
3756 2010-07-24  David Engster  <dengste@eml.cc>
3757
3758         * mml-smime.el (mml-smime-epg-verify): Also accept the older
3759         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3760
3761 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
3762
3763         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3764         tag (Bug#6654).
3765
3766 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3767
3768         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3769         the article buffer, not the summary buffer.
3770
3771 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3772
3773         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3774         Emacs 23 as well.
3775
3776 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3777
3778         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
3779         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
3780
3781 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3782
3783         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3784         Patch applied by Karl Fogel.
3785
3786         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
3787         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3788
3789 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3790
3791         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3792         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
3793         C-w still not working correctly from Article buffers; Thierry's
3794         patch to fix that will be applied after this.
3795
3796         * gnus-art.el (bookmark-make-record-function): New local variable.
3797
3798         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3799         article buffer.
3800         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3801
3802 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3803
3804         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3805         on changes in bookmark.el.
3806
3807 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3808
3809         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
3810         `no-log' instead of message not to log prompt string.
3811
3812 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
3813
3814         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3815         the *other* type of HTML form submission.
3816
3817 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
3818
3819         * auth-source.el (auth-source-pick): If choice does not contain a
3820         questioned keyword, set the check to t.
3821
3822 2010-06-12  Romain Francoise  <romain@orebokech.com>
3823
3824         * gnus-util.el (gnus-date-get-time): Move up before first use.
3825
3826 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3827
3828         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3829         (gnus-article-edit-part): Bind it to make last part that is substituted
3830         or deleted visible.
3831         (gnus-mime-display-single): Buttonize part of which id equals to
3832         gnus-mime-buttonized-part-id.
3833
3834 2010-06-10  Dan Christensen  <jdc@uwo.ca>
3835
3836         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3837         (gnus-dd-mmm): Use gnus-date-get-time.
3838         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3839         simplify logic.
3840         (gnus-summary-limit-to-age): Use gnus-date-get-time.
3841         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
3842
3843 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
3844
3845         * auth-source.el (top): Autoload `secrets-list-collections',
3846         `secrets-create-item', `secrets-delete-item'.
3847         (auth-sources): Fix tag string.
3848         (auth-get-source, auth-source-retrieve, auth-source-create)
3849         (auth-source-delete): New defuns.
3850         (auth-source-pick): Rewrite in order to avoid 2 passes.
3851         (auth-source-forget-user-or-password): New parameter USERNAME.
3852         (auth-source-user-or-password): New parameters CREATE-MISSING and
3853         DELETE-EXISTING.  Retrieve password interactively, if needed.
3854
3855 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3856
3857         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3858         deleting unused directories when gnus-expert-user is t.
3859
3860 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3861
3862         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
3863         for each temp file when gnus-article-browse-delete-temp is ask.
3864
3865 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3866
3867         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
3868         Lisp calls to delete-backward-char by calls to delete-char.
3869
3870 2010-05-20  Kevin Ryde  <user42@zip.com.au>
3871
3872         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
3873
3874 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
3875
3876         * password-cache.el (password-cache-remove): Fix docstring.
3877
3878 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3879
3880         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
3881         article unless decoding article to be saved.
3882
3883 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3884
3885         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
3886         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
3887         generated within the mm-with-unibyte-current-buffer macro.
3888
3889 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3890
3891         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
3892         to nil when we're in a mml-preview buffer and no group is selected.
3893
3894 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
3895
3896         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
3897         when catching the `C-g'.  Reported by "Leo".
3898
3899 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3900
3901         * message.el (message-forward-make-body-plain)
3902         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
3903         multibyte-string-p.
3904
3905         * lpath.el: Revert.
3906
3907 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3908
3909         * message.el (message-forward-make-body-mml): Assume original message
3910         is multibyte string; error on unibyte.
3911         (message-forward-make-body-plain): Ditto; don't add excessive newline
3912         in body end.
3913
3914         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
3915
3916 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
3917
3918         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
3919         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
3920
3921 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3922
3923         * mm-extern.el (mm-extern-url): Don't use
3924         mm-with-unibyte-current-buffer.
3925         (mm-extern-cache-contents): Use with-current-buffer instead of
3926         save-excursion + set-buffer.
3927
3928 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3929
3930         * mm-util.el (mm-emacs-mule): Remove.
3931
3932 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
3933
3934         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
3935         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
3936         change.
3937
3938 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3939
3940         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
3941         bind the default value of enable-multibyte-characters to nil.
3942
3943 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3944
3945         * message.el (message-forward-make-body-plain)
3946         (message-forward-make-body-mml):
3947         Don't use mm-with-unibyte-current-buffer.
3948
3949 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3950
3951         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
3952
3953 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
3954
3955         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
3956         (Bug#5592).
3957
3958 2010-05-07  Julien Danjou  <julien@danjou.info>
3959
3960         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
3961         it to mm-pipe-part.
3962
3963         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
3964         it is given.
3965
3966 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3967
3968         * binhex.el (binhex-decode-region-internal)
3969         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
3970         (dns-query)
3971         * nnweb.el (nnweb-gmane-search)
3972         * pgg-parse.el (pgg-parse-armor)
3973         * pgg.el (pgg-verify-region)
3974         * sha1.el (sha1-string-external)
3975         * uudecode.el (uudecode-decode-region-internal)
3976         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
3977         XEmacs.
3978
3979         * gnus-art.el (gnus-article-browse-html-parts)
3980         * gnus-group.el (gnus-read-ephemeral-gmane-group)
3981         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
3982         make-temp-file.
3983
3984         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
3985         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
3986         compiling.
3987
3988         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
3989         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
3990         XEmacs when compiling.
3991
3992         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
3993         gnus-pick-mode-off-hook for XEmacs when compiling.
3994         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
3995         gnus-binary-mode-off-hook for XEmacs when compiling.
3996
3997         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
3998         nil if char-charset is not available.
3999
4000         * imap.el (imap-disable-multibyte)
4001         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4002         macros.
4003
4004         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4005         instead of encode-coding-string.
4006
4007         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4008         'xemacs) instead of mm-emacs-mule to switch function definitions.
4009         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4010
4011         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4012         bind temporary-file-directory for XEmacs;
4013         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4014         timer-set-function for XEmacs 21.4 and SXEmacs;
4015         bind timer-list for XEmacs 21.4 and SXEmacs;
4016         fbind char-charset and find-charset-region for non-Mule XEmacs;
4017         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4018         encode-coding-region and encode-coding-string for XEmacs having no
4019         file-coding feature.
4020
4021 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4022
4023         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4024
4025 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4026
4027         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4028         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4029
4030 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4031
4032         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4033         alias `jka-compr-delete-temp-file' no longer exists.
4034
4035 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4036
4037         Use define-minor-mode in Gnus where applicable.
4038         * mml.el (mml-mode): Use define-minor-mode.
4039         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4040         (gnus-undo-mode): Use define-minor-mode.
4041         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4042         (gnus-dead-summary-mode): Use define-minor-mode.
4043         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4044         Initialize in declaration.
4045         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4046         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4047         (gnus-mailing-list-mode): Use define-minor-mode.
4048         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4049         (gnus-draft-mode): Use define-minor-mode.
4050         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4051         (gnus-dired-mode): Use define-minor-mode.
4052
4053 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4054
4055         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4056         handles on recursive mml-to-mime translation and check them for
4057         boundary delimiter collisions.  Reported by Greg Troxel.
4058
4059 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4060
4061         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4062
4063 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4064
4065         * mm-util.el (mm-find-buffer-file-coding-system):
4066         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4067
4068 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4069
4070         * message.el (message-generate-headers): Record insertion of optional
4071         headers as well.  Otherwise the check to prevent repeated insertion of
4072         optional headers is a no-op.
4073
4074 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4075
4076         * smime.el: Don't mention CVS.
4077
4078         * nnrss.el (nnrss-fetch): Don't mention CVS.
4079
4080         * nnir.el: Don't mention CVS.
4081
4082 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4083
4084         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
4085
4086 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4087
4088         * lpath.el: Fbind bookmark-default-handler,
4089         bookmark-get-bookmark-record, bookmark-make-record-default,
4090         bookmark-prop-get for Emacs <23 and XEmacs.
4091
4092 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4093
4094         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4095         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4096         Use with-current-buffer to silence the byte-compiler.
4097         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4098         bother to require `gnus'.
4099         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4100
4101 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4102
4103         * gnus-sum.el (gnus-summary-bookmark-make-record)
4104         (gnus-summary-bookmark-jump): New functions.
4105         (gnus-summary-mode): Setup bookmark support.
4106
4107 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4108
4109         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4110         if set.
4111
4112 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4113
4114         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4115         gnus-article-browse-html-save-cid-image; make it work recursively for
4116         forwarded messages as well.
4117         (gnus-article-browse-html-parts): Work when prefix arg is given.
4118         (gnus-article-browse-html-article): Doc fix.
4119
4120 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4121
4122         * message.el (message-default-mail-headers):
4123         (message-default-headers): Carry the value mail-default-headers over
4124         into message-default-mail-headers, rather than message-default-headers.
4125
4126 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4127
4128         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
4129         charset.
4130
4131         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4132         charset into the <meta> tag when the article is encoded to utf-8.
4133
4134 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4135
4136         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
4137         directories as well.
4138         (gnus-article-browse-html-parts): Work for images that do not specify
4139         file names; delete temp directory when quitting; insert header at the
4140         right place; use file: scheme for image files.
4141
4142 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4143
4144         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4145         (gnus-article-browse-html-parts): Use it to make temporary cid image
4146         files in addition to html file so that browser may display them.
4147
4148 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4149
4150         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4151
4152 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4153
4154         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4155
4156 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4157
4158         * auth-source.el (auth-sources): Change default to be simpler.  Explain
4159         about Secret Service API sources.  Improve Customize options.
4160         (auth-source-pick): Change to accept any number of search parameters.
4161         Implement fallbacks iteratively, not recursively.  Add scoring on the
4162         second pass and sort by score.  Call Secret Service API when needed.
4163         (auth-source-user-or-password): Use it.  Call Secret Service API
4164         directly when needed to get the user name and the password.
4165
4166 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4167
4168         * message.el (message-interactive): Doc fix.
4169         (message-qmail-inject-args): Reflow.
4170         (message-kill-to-signature): Fix typo in docstring.
4171
4172         * smiley.el (smiley-buffer): Fix typo in docstring.
4173
4174 2010-03-24  Glenn Morris  <rgm@gnu.org>
4175
4176         * mail-source.el (gnus-message): Declare.
4177         (mail-source-delete-old-incoming): Require gnus-util.
4178
4179 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4180
4181         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4182
4183         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4184
4185         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4186         password-cache's default if it is not bound.
4187         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4188         password-cache-expiry's default if it is not bound.
4189
4190         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4191         available in Emacs 21.
4192
4193         * lpath.el: Suppress compiler warnings for:
4194         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4195         XEmacs;
4196         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4197         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4198         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4199
4200 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4201
4202         * auth-source.el (auth-sources): Fix up definition so extra parameters
4203         are always inline.
4204
4205 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4206
4207         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
4208         wasn't updated after mismatch.  Clear cached mailbox info correctly
4209         when uidvalidity changes.
4210         (nnimap-group-prefixed-name): New function to avoid some code
4211         duplication.
4212         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4213         (nnimap-request-group): Use it.
4214         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4215         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4216         with many imap folders.  This is done by caching the group status from
4217         the imap server persistently in a group parameter `imap-status'.  (This
4218         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4219         but not persistently, so every Gnus startup was still very slow.)
4220
4221 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4222
4223         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4224         delete the extra newline.  Otherwise editing of :string and :number
4225         types don't work.
4226
4227 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4228
4229         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4230         secrets.el dependency.
4231         (auth-sources): Add optional user name.  Add secrets.el configuration
4232         choice (unused right now).
4233
4234 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4235
4236         * gnus-sum.el (gnus-summary-make-menu-bar): Let
4237         `gnus-registry-install-shortcuts' fill in the functions.
4238
4239         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4240         warnings.
4241         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4242         (gnus-registry-install-shortcuts): Populate and use it in a
4243         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4244
4245 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4246
4247         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4248         In-place substitutions for the group name encoding/decoding.
4249         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4250         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4251         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4252         (nnimap-update-unseen, nnimap-request-list)
4253         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4254         (nnimap-request-set-mark, nnimap-split-to-groups)
4255         (nnimap-split-articles, nnimap-request-newgroups)
4256         (nnimap-request-create-group, nnimap-request-accept-article)
4257         (nnimap-request-delete-group, nnimap-request-rename-group)
4258         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4259         `encoded-mbx' for consistency.
4260         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4261         variable `imap-current-mailbox'.
4262
4263         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4264         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4265
4266 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4267
4268         * pop3.el (pop3-display-message-size-flag): Display message size byte
4269         counts during POP3 download.
4270         (pop3-movemail): Use it.
4271         (pop3-list): Implement listing of available messages.
4272
4273 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4274
4275         * nnir.el (nnir-get-article-nov-override-function): New function to
4276         override the normal NOV retrieval.
4277         (nnir-retrieve-headers): Use it.
4278
4279 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4280
4281         * auth-source.el (netrc-machine-user-or-password): Autoload.
4282
4283 2010-03-19  Glenn Morris  <rgm@gnu.org>
4284
4285         Stop message.el from loading about 40 libraries it doesn't always need.
4286         The general approach is to autoload rather than require, and to
4287         require in the specific functions rather than the file.  (Bug#5642)
4288
4289         * gmm-utils.el: Don't require wid-edit.
4290         (widget-create-child-value, widget-convert, widget-default-get):
4291         Autoload.
4292
4293         * gnus-util.el: Don't require time-date, netrc.
4294         (message-fetch-field, gnus-group-name-decode): Declare rather than
4295         autoloading.
4296         (gnus-fetch-field): Require message.
4297         (gnus-decode-newsgroups): Require gnus-group.
4298
4299         * ietf-drums.el: Don't require time-date.
4300
4301         * message.el: Don't require hashcash, canlock, ecomplete.
4302         Do require mail-utils.  Require nnheader only when compiling.
4303         (smtpmail-default-smtp-server): Remove declaration.
4304         (message-send-mail-function): Check smtpmail-default-smtp-server
4305         is bound rather than requiring smtpmail.
4306         (message-auto-save-directory, message-insert-signature): Use
4307         expand-file-name rather than nnheader-concat.
4308         (nnheader-insert-file-contents): Autoload.
4309         (hashcash-wait-async): Declare.
4310         (message-send-mail): Only call gnus-setup-posting-charset if
4311         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4312         (message-send-mail-with-sendmail): Require sendmail.
4313         (canlock-password, canlock-password-for-verify): Declare.
4314         (message-canlock-password): Require canlock.
4315         (nnheader-get-report): Autoload.
4316         (gnus-setup-posting-charset): Declare.
4317         (message-send-news): Require gnus-msg.
4318         (message-make-references, message-make-in-reply-to): Use mail-header-id
4319         rather than the alias mail-header-message-id.
4320         (ecomplete-add-item, ecomplete-save): Declare.
4321         (message-put-addresses-in-ecomplete): Require ecomplete.
4322         (ecomplete-display-matches): Autoload.
4323
4324         * mm-decode.el: Don't require mailcap, gnus-util.
4325         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4326         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4327         Autoload.
4328         (mailcap-mime-extensions): Declare.
4329
4330         * mm-encode.el: Don't require mailcap.
4331         (mailcap-extension-to-mime): Autoload.
4332
4333         * mml-sec.el: Don't require password-cache.
4334
4335         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4336         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4337         (mml-minibuffer-read-type): Require mailcap.
4338         (mml-preview): Require gnus-msg.
4339
4340         * mml1991.el: Require password-cache.
4341         (password-cache-expiry): Remove declaration.
4342
4343         * mml2015.el: Require password-cache.
4344         (password-cache-expiry): Remove declaration.
4345
4346         * nneething.el (mailcap): Require mailcap.
4347
4348         * nnheader.el (declare-function): Add compatibility stub.
4349         (message-remove-header): Declare rather than autoload.
4350         (nnheader-replace-header): Require message.
4351
4352         * nnimap.el (declare-function): Add compatibility stub.
4353         (netrc-parse, netrc-machine-user-or-password): Declare.
4354         (nnimap-open-connection): Require netrc.
4355
4356         * nntp.el (declare-function): Add compatibility stub.
4357         (netrc-parse, netrc-machine, netrc-get): Declare.
4358         (nntp-send-authinfo): Require netrc.
4359
4360         * rfc2047.el: Don't require qp.
4361         (quoted-printable-encode-region, quoted-printable-decode-string):
4362         Autoload.
4363
4364         * sieve-mode.el: Don't require easymenu.
4365         (easy-menu-add-item): Autoload it.
4366
4367         * spam-stat.el (time-to-number-of-days): Autoload it.
4368
4369 2010-03-19  Glenn Morris  <rgm@gnu.org>
4370
4371         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4372
4373 2010-03-18  Glenn Morris  <rgm@gnu.org>
4374
4375         * hashcash.el (declare-function): Remove duplicate definition.
4376
4377 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4378
4379         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4380         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4381         value if any backslash escapes).
4382
4383 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4384
4385         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4386         if it is available.  (bug#5647)
4387
4388         * lpath.el: Suppress compiler warning for coding-system-from-name for
4389         Emacs 21 and XEmacs.
4390
4391 2010-03-14  Juri Linkov  <juri@jurta.org>
4392
4393         * hmac-def.el:
4394         * hmac-md5.el:
4395         * netrc.el: Fix keywords.
4396
4397 2010-02-26  Glenn Morris  <rgm@gnu.org>
4398
4399         * message.el (message-send-mail-function): Change the default, so that
4400         it inherits from a customized send-mail-function.  (Bug#5643)
4401
4402 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4403
4404         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4405         shell-command-to-string signals an error (bug#5299).
4406
4407 2010-02-24  Glenn Morris  <rgm@gnu.org>
4408
4409         * message.el (message-smtpmail-send-it)
4410         (message-send-mail-with-mailclient): Doc fixes.
4411
4412 2010-02-16  Glenn Morris  <rgm@gnu.org>
4413
4414         * message.el (message-default-mail-headers): Change the default value
4415         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4416
4417 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4418
4419         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
4420         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
4421
4422 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4423
4424         * time-date.el (date-to-time): Doc fix (Bug#5408).
4425
4426 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4427
4428         * message.el (message-mail): Just pass yank-action on to message-setup.
4429         (message-setup): Handle (FUN . ARGS) form of yank-action.
4430         (message-with-reply-buffer, message-widen-reply)
4431         (message-yank-original): Handle non-buffer values of
4432         message-reply-buffer (Bug#4080).
4433         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4434
4435 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4436
4437         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4438         Fix typo in docstring.
4439
4440 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4441
4442         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4443         response.
4444
4445 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4446
4447         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4448
4449         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4450
4451         * message.el (message-check-news-header-syntax): Protect against a
4452         string that `rfc822-addresses' returns when parsing fails.
4453
4454 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4455
4456         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4457         (gnus-previous-char-property-change): New functions.
4458
4459         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4460
4461 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4462
4463         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4464         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4465
4466 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4467
4468         * message.el (message-exchange-point-and-mark): Rework last change to
4469         avoid using optional arg of exchange-point-and-mark, for backward
4470         compatibility.
4471
4472 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4473
4474         * message.el (message-exchange-point-and-mark): Call
4475         exchange-point-and-mark with an argument rather than setting
4476         mark-active by hand (Bug#5175).
4477
4478 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4479
4480         * nntp.el (nntp-service-to-port): Work for service expressed with
4481         numeric string; replace [:digit:] with [0-9] for XEmacs.
4482
4483 2009-12-17  Glenn Morris  <rgm@gnu.org>
4484
4485         * gnus-group.el (gnus-bug-group-download-format-alist):
4486         Change emacs entry to debbugs.gnu.org.  Bump :version.
4487
4488 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4489
4490         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4491
4492 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4493
4494         * message.el (message-info): Explain why we use `Info-goto-node'.
4495
4496 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4497
4498         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4499
4500 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4501
4502         * message.el (message-completion-in-region): New compatibility function.
4503         (message-expand-group): Use it.
4504
4505 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4506
4507         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4508         with no unread article should be listed if the 2nd arg `predicate' is
4509         given.
4510
4511 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4512
4513         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4514
4515 2009-11-29  Juri Linkov  <juri@jurta.org>
4516
4517         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4518         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4519         on `gnus-recenter'. (Bug#4698, Bug#4981)
4520
4521 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4522
4523         * sha1.el (sha1-string-external): default-directory "/" in case
4524         otherwise non-existent.  process-connection-type pipe for touch of
4525         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4526
4527 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4528
4529         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4530         it's comms related and sgml-mode.el has "comm" on that basis too.
4531
4532 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4533
4534         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4535         containing tspecial characters if they have been already quoted.
4536
4537 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4538
4539         * dns-mode.el (auto-mode-alist): Purecopy string.
4540
4541 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4542
4543         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4544
4545 2009-10-24  Glenn Morris  <rgm@gnu.org>
4546
4547         * gnus-art.el (help-xref-stack-item): Define for compiler.
4548
4549 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4550
4551         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
4552
4553 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4554
4555         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4556
4557 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4558
4559         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4560         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4561
4562 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4563
4564         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4565         (gnus-overlays-in): New alias to overlays-in.
4566
4567         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4568         gnus-overlay-get, and gnus-delete-overlay.
4569         (gnus-summary-show-thread): Make it work as well for systems in which
4570         next-single-char-property-change is not available.
4571         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4572
4573         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
4574         (gnus-overlay-get): New alias to extent-property.
4575         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
4576
4577         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
4578         SXEmacs.
4579
4580         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
4581         SXEmacs.
4582
4583 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4584
4585         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4586
4587 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4588
4589         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4590         and XEmacs that don't have `remove-overlays'.
4591
4592 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4593
4594         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4595         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4596         selective display.  Use overlays instead.
4597
4598 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4599
4600         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4601
4602 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4603
4604         * spam-stat.el (spam-stat-load): Fix typo in message.
4605
4606 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4607
4608         * dig.el (dig-invoke): Fix typo in docstring.
4609         (query-dig): Reflow docstring.
4610
4611 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4612
4613         * gnus-art.el (gnus-article-encrypt-body):
4614         * message.el (message-check-recipients):
4615         * mm-util.el (mm-codepage-setup):
4616         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4617         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4618
4619 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4620
4621         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4622         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4623         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4624         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4625         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4626
4627 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4628
4629         * dig.el: Add "Keywords: comm", as per net-utils.el.
4630
4631 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4632
4633         * dig.el (dig-mode): Use define-derived-mode.
4634
4635 2009-09-19  Glenn Morris  <rgm@gnu.org>
4636
4637         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4638
4639 2009-09-18  Glenn Morris  <rgm@gnu.org>
4640
4641         * gnus-diary.el (gnus-diary-check-message):
4642         * message.el (message-insert-formatted-citation-line):
4643         * nnbabyl.el (top-level):
4644         * nndiary.el (nndiary-schedule):
4645         Fix typos in condition-case handlers.
4646
4647 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4648
4649         * gnus-art.el (gnus-article-edit-part): Work for the buffer
4650         configuration that provides the sole article window in a frame;
4651         position point correctly after deleting a part.
4652
4653 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
4654
4655         * spam.el (spam-unregister-on-reregister): Add boolean variable.
4656         (spam-resolve-registrations-routine): Use it to unregister articles
4657         that change status.
4658
4659 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4660
4661         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
4662         with XEmacs.
4663         (parse-time-string-chars): Use it.
4664
4665 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4666
4667         * imap.el (imap-interactive-login): Better messages.
4668         (imap-open): Fix bug with renamed buffer on reconnect.
4669         (imap-authenticate): Add buffer-local imap-last-authenticator variable
4670         for easier debugging and cleaner code.  On successful (guessed based on
4671         server capabilities) secondary authentication, set imap-state
4672         correctly.
4673         (imap-last-authenticator): Define imap-last-authenticator as a variable
4674         to avoid warnings.
4675
4676 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4677
4678         * nnrss.el (nnrss-request-article): Remove binding of
4679         default-enable-multibyte-characters that has gotten needless by
4680         the 2007-07-13 change in rfc2047-encode-message-header.
4681
4682         * mml.el (mml-insert-multipart): Error on the message header.
4683         (mml-insert-part): Error on the message header; position point at
4684         the end of a MIME tag.
4685
4686 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4687
4688         * time-date.el (autoload): Expand define-obsolete-function-alias into
4689         defalias and make-obsolete for old Emacsen that Gnus supports.
4690         (with-no-warnings): Define it for old Emacsen.
4691         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4692         is available.
4693         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4694         float-time is available; suppress compile warning for time-to-seconds.
4695
4696         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4697         (gnus-float-time): Alias to float-time if it exists.
4698
4699         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4700         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4701         float-time is available; suppress compile warning for time-to-seconds.
4702
4703         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
4704         XEmacs.
4705
4706 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
4707
4708         * imap.el (imap-message-map): Docstring fix.
4709
4710 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4711
4712         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4713         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4714         Add the optional argument `encoding' that overrides the default.
4715
4716         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4717         mm-encode-buffer.
4718
4719 2009-09-04  Glenn Morris  <rgm@gnu.org>
4720
4721         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4722         mm-disable-multibyte, rather than default-enable-multibyte-characters.
4723         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4724         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4725         * mm-util.el (mm-with-unibyte-current-buffer)
4726         (mm-find-buffer-file-coding-system):
4727         * yenc.el (yenc-decode-region): Use default-value rather than
4728         default-enable-multibyte-characters.
4729
4730 2009-09-03  Glenn Morris  <rgm@gnu.org>
4731
4732         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4733         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4734         than default-enable-multibyte-characters.
4735
4736 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
4737
4738         * gnus-art.el (gnus-article-read-summary-keys):
4739         Fix gnus-buffer-configuration's value temporarily used.
4740
4741 2009-09-02  Glenn Morris  <rgm@gnu.org>
4742
4743         * gnus-util.el (gnus-float-time): New function.
4744         * gnus-delay.el (gnus-delay-article):
4745         * gnus-sum.el (gnus-thread-latest-date):
4746         * gnus-util.el (gnus-user-date): Use gnus-float-time.
4747         * nnspool.el (nnspool-request-newgroups):
4748         Use gnus-float-time rather than time-to-seconds.
4749         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4750
4751         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4752         (gnus-header-subject-face, gnus-header-newsgroups-face)
4753         (gnus-header-name-face, gnus-header-content-face):
4754         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4755         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4756         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4757         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4758         (gnus-cite-face-11):
4759         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4760         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4761         (gnus-server-closed-face, gnus-server-denied-face)
4762         (gnus-server-offline-face):
4763         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4764         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4765         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4766         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4767         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4768         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4769         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4770         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4771         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4772         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4773         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4774         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4775         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4776         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4777         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4778         (gnus-summary-high-undownloaded-face)
4779         (gnus-summary-low-undownloaded-face)
4780         (gnus-summary-normal-undownloaded-face)
4781         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4782         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4783         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4784         (gnus-splash-face):
4785         * message.el (message-header-to-face, message-header-cc-face)
4786         (message-header-subject-face, message-header-newsgroups-face)
4787         (message-header-other-face, message-header-name-face)
4788         (message-header-xheader-face, message-separator-face)
4789         (message-cited-text-face, message-mml-face):
4790         * sieve-mode.el (sieve-control-commands-face)
4791         (sieve-action-commands-face, sieve-test-commands-face)
4792         (sieve-tagged-arguments-face):
4793         * spam.el (spam-face):
4794         Mark face aliases with "-face" in the name as obsolete.
4795
4796 2009-09-01  Glenn Morris  <rgm@gnu.org>
4797
4798         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4799         than goto-line.
4800
4801 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4802
4803         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4804         Don't move point if the command is invoked inside the message header.
4805
4806 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4807
4808         * imap.el (imap-send-command): Simplify.
4809         (imap-wait-for-tag): point-max -> buffer-size.
4810
4811 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4812
4813         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4814         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4815         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4816         * nnir.el (nnir-swish-e-index-file):
4817         * gnus-sum.el (gnus-summary-delete-marked-as-read)
4818         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4819         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4820         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4821         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4822         (gnus-treat-display-xface): Add Emacs version of obsolescence.
4823
4824 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4825
4826         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4827         Don't save excursion.
4828
4829 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4830
4831         * nnheader.el (nnheader-find-file-noselect):
4832         * mm-util.el (mm-insert-file-contents):
4833         Use (default-value 'major-mode) instead of default-major-mode.
4834
4835 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4836
4837         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4838
4839 2009-08-26  Glenn Morris  <rgm@gnu.org>
4840
4841         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
4842         than placing in files.el.
4843
4844 2009-08-25  Glenn Morris  <rgm@gnu.org>
4845
4846         * nnir.el (top-level): Don't require cl at run-time.
4847         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4848         Replace cl-function substitute with gnus-replace-in-string.
4849         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4850         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4851         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4852         simplified expansions.
4853
4854 2009-08-25  Kevin Ryde  <user42@zip.com.au>
4855
4856         * dig.el (dig): Add autoload cookie.
4857
4858 2009-08-22  Glenn Morris  <rgm@gnu.org>
4859
4860         * gnus-art.el (gnus-button-patch): Use forward-line rather than
4861         goto-line.
4862
4863 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
4864
4865         * parse-time.el (parse-time-string-chars): Save match data.
4866
4867 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
4868
4869         * parse-time.el (parse-time-string-chars): Compute using character
4870         classes, to handle non-ascii characters (Bug#3190).
4871
4872 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4873
4874         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
4875
4876         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
4877         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
4878         (gnus-mm-display-part, gnus-mime-display-single)
4879         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
4880         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
4881
4882         * gnus-sum.el
4883         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
4884         (gnus-summary-move-article): Add expirable mark to articles copied or
4885         moved to group that has auto-expire turned on if the option is non-nil.
4886
4887 2009-07-24  Glenn Morris  <rgm@gnu.org>
4888
4889         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
4890         Fix typo.  (Bug#3903)
4891
4892 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4893
4894         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
4895         gnus-article-read-summary-keys rather than gnus-summary-edit-article
4896         that should not be used for draft articles.
4897         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
4898         that has no concern in minor mode keys.
4899         (gnus-article-summary-command, gnus-article-summary-command-nosave):
4900         Abolish.
4901
4902 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4903
4904         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
4905         article without making inquiry to a user for unknown encoding.
4906
4907         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
4908         (nnmaildir--scan): Assume i-node and device number that file-attributes
4909         returns might be cons-cell.
4910
4911         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
4912
4913         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
4914
4915 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
4916
4917         * auth-source.el: Remove docs now in auth.texi.  Don't use
4918         `gnus-message' for logging.  Add new variables `auth-source-debug' and
4919         `auth-source-hide-passwords' and use them.
4920
4921 2009-07-15  Glenn Morris  <rgm@gnu.org>
4922
4923         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
4924
4925 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4926
4927         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
4928         excessive whitespace from the default values of title and description.
4929
4930 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4931
4932         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
4933         mail-fetch-field to fetch Content-Description header in order to
4934         exclude newlines.
4935
4936 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
4937
4938         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
4939         format used by GnuPG 2.0.11.
4940
4941 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4942
4943         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
4944         to deleted part.
4945
4946 2009-05-30  David Engster  <dengste@eml.cc>
4947
4948         * nnmairix.el: Remove old documentation in the commentary block.
4949         (nnmairix-request-group): Do not update active file for nnml back ends.
4950         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
4951         end so that overview files are ignored.
4952         (nnmairix-update-groups): Make updating the groups more robust by using
4953         marks.
4954         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
4955         with dollar characters in message-id.
4956
4957 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
4958
4959         * spam.el: Use dns-query instead of query-dns.  Was renamed on
4960         2008-12-25 in dns.el.
4961
4962 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4963
4964         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
4965         could happen if the text is only composed of spaces and/or tabs.
4966
4967 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
4968
4969         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
4970         when sending a queued message to avoid extra mml tags.
4971
4972 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4973
4974         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
4975
4976 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4977
4978         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
4979         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
4980         rmail-toggle-header for XEmacs;
4981         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
4982
4983 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4984
4985         * gnus-dired.el: Remove autoload for gnus-setup-message.
4986         (gnus-dired-attach): Fake this-command value to prevent Gnus from
4987         displaying Gnus logo; always use compose-mail.
4988
4989 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4990
4991         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
4992
4993 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4994
4995         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
4996         (gnus-nocem-issuers): List currently active issuers; fix custom type.
4997         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
4998         available.
4999         (gnus-nocem-epg-verify): New function.
5000
5001 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5002
5003         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5004
5005 2009-02-15  Glenn Morris  <rgm@gnu.org>
5006
5007         * gnus-util.el (rmail-insert-rmail-file-header)
5008         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5009         autoloads.
5010         (rmail-default-rmail-file): Remove unnecessary declaration.
5011         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5012
5013 2009-02-14  Glenn Morris  <rgm@gnu.org>
5014
5015         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5016         variable (only used in gnus-util, which declares it anyway).
5017         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5018         which was only needed by gnus-art (changed to not use it any more).
5019         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5020         only used in gnus-util, which autoloads it itself.
5021         (rmail-update-summary): Fix autoload.
5022
5023         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5024         rather than rmail-output-to-rmail-file.
5025
5026 2009-02-07  Glenn Morris  <rgm@gnu.org>
5027
5028         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5029         autoload of function that no longer exists.
5030         (rmail-toggle-header): Declare.
5031         (message-forward-rmail-make-body): Handle mbox Rmail.
5032
5033 2009-01-31  Glenn Morris  <rgm@gnu.org>
5034
5035         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5036         2009-01-09 change.
5037
5038 2009-01-31  Dave Love  <fx@gnu.org>
5039
5040         * imap.el (imap-fetch-safe): Bind debug-on-error.
5041         (imap-debug): Add imap-fetch-safe.
5042
5043 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
5044
5045         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5046         (auth-source-forget-all-cached): New convenience function.
5047         (auth-source-user-or-password): Accept list of modes or a single mode.
5048
5049         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5050         auth-source modes.
5051
5052         * netrc.el (netrc-machine-user-or-password): Use list of
5053         auth-source modes.
5054
5055         * nnimap.el (nnimap-open-connection): Use list of
5056         auth-source modes.
5057
5058         * nntp.el (nntp-send-authinfo): Use list of
5059         auth-source modes.
5060
5061 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5062
5063         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5064         now.
5065
5066 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5067
5068         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5069         coding system in XEmacs; add a workaround for XEmacs.
5070
5071         * lpath.el: Fbind coding-system-aliasee.
5072
5073 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5074
5075         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5076         of current-language-environment.
5077
5078 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5079
5080         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5081         available at runtime.
5082
5083 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5084
5085         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5086
5087 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5088
5089         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5090         the greatest positive fixnum value doesn't work under an XEmacs with
5091         bignum support; use the most-positive-fixnum constant instead,
5092         available since Emacs 21.1 with cl and XEmacs 21.1.
5093
5094 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5095
5096         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5097         XEmacs gets not to work.
5098
5099 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5100
5101         * mm-util.el (mm-coding-system-priorities): Allow the value like
5102         "Japanese (UTF-8)" of current-language-environment.
5103
5104 2009-01-09  Glenn Morris  <rgm@gnu.org>
5105
5106         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5107         with last-command-event.
5108
5109 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5110
5111         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5112         in the doc string.
5113
5114         * message.el (message-fix-before-sending): Amend comment.
5115
5116 2009-01-08  Dave Love  <fx@gnu.org>
5117
5118         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5119
5120 2009-01-07  David Engster  <dengste@eml.cc>
5121
5122         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5123         simplified server definitions by converting it via
5124         gnus-server-to-method.
5125
5126 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5127
5128         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5129         parameter's operands.
5130
5131 2009-01-06  David Engster  <dengste@eml.cc>
5132
5133         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5134         primary select method (for gnus-group-mark-article-as-read).
5135
5136 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5137
5138         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5139         `(gnus)Face', not `(gnus)X-Face'.
5140
5141 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5142
5143         * mm-util.el (mm-ucs-to-char): New function.
5144
5145         * mm-url.el (mm-url-decode-entities): Use it.
5146
5147         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5148         unicode-to-char.
5149
5150 2009-01-05  Dave Love  <fx@gnu.org>
5151
5152         * time-date.el: Require cl for `declare'.
5153
5154 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5155
5156         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5157         Dave Love.
5158
5159 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5160
5161         * message.el (message-fix-before-sending): Add `eight-bit' to
5162         illegible-text check.
5163
5164 2009-01-03  Michael Olson  <mwolson@gnu.org>
5165
5166         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5167         `headers' is nil.  This can occur if the IMAP server does not have
5168         permissions to read messages from a folder, but can write new messages
5169         to the folder.
5170         (nnimap-request-article-part): Do not insert `data' if it is nil.
5171
5172         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5173         characters which will confuse `read', so skip past them.
5174
5175 2009-01-01  Dave Love  <fx@gnu.org>
5176
5177         * imap.el (imap-string-to-integer): Fix typo.
5178         (imap-fetch-safe): New function.
5179         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5180
5181         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5182
5183         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5184         (imap-parse-greeting): Fix doc strings.
5185         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5186         (imap-parse-flag-list): Make messages unique.
5187         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5188
5189         * nnimap.el: Fix author email.
5190         (nnimap-split-rule): Add FIXME comment.
5191         (nnimap-debug): Fix doc string.
5192
5193 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5194
5195         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5196
5197 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5198
5199         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5200         nslookup if resolv.conf isn't available.
5201         (dns-query): Rename from query-dns.
5202         (dns-query-cached): Rename from query-dns-cached.
5203
5204 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5205
5206         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5207         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5208         to check if those variables exist (first appeared in Emacs 18.50).
5209
5210 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5211
5212         * mm-util.el (mm-line-number-at-pos): New function.
5213
5214         * spam-report.el (spam-report-process-queue): Use it.
5215
5216 2008-12-24  David Engster  <dengste@eml.cc>
5217
5218         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5219         parameters that haven't existed as variables as buffer-local variables.
5220
5221 2008-12-23  Dave Love  <fx@gnu.org>
5222
5223         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5224         cadar.
5225
5226         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
5227         imap-starttls-p.
5228         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
5229
5230 2008-12-22  Dave Love  <fx@gnu.org>
5231
5232         * imap.el: Fix author email.  Doc fixes.
5233         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5234         reply.
5235
5236 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5237
5238         * spam-report.el (spam-report-gmane-max-requests): New constant.
5239         (spam-report-gmane-wait): New variable.
5240         (spam-report-gmane-ham, spam-report-gmane-spam)
5241         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5242         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5243         the server.
5244
5245         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5246         Add explanations.
5247
5248         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5249         nnheader-accept-process-output and nnheader-read-timeout if available.
5250         (pop3-movemail): Use it.
5251
5252         * message.el (message-check-news-body-syntax): Fix signature check if
5253         there's an attachment.
5254
5255 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5256
5257         * mm-util.el: Add comments to the mm- emulating functions.
5258
5259 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5260
5261         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
5262         by Stephen Berman <stephen.berman@gmx.net>.
5263
5264 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5265
5266         * mm-util.el (mm-substring-no-properties): New function.
5267         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5268         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5269         (mm-string-to-multibyte): Doc fix.
5270
5271         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5272
5273 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5274
5275         * mml.el (mml-attach-file): Strip text properties from file name.
5276         (Bug#1574)
5277
5278 2008-12-16  Glenn Morris  <rgm@gnu.org>
5279
5280         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5281
5282 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5283
5284         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5285         knows since the charset specified might be a bogus alias that
5286         mm-charset-synonym-alist provides.
5287
5288 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5289
5290         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5291         "ISO_8859-1".
5292
5293         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5294
5295 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5296
5297         * mm-util.el (mm-charset-eval-alist):
5298         Define it before mm-charset-to-coding-system.
5299         (mm-charset-to-coding-system): Add optional argument `silent';
5300         define it before mm-charset-override-alist.
5301         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5302         default value if it can be used in Emacs currently running;
5303         silence mm-charset-to-coding-system.
5304
5305 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5306
5307         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5308         `allow-override' which says whether to use `mm-charset-override-alist'.
5309         (rfc2047-decode-encoded-words): Use it.
5310
5311         * mm-util.el (mm-charset-override-alist): Fix custom type;
5312         add `(gb2312 . gbk)' to choices.
5313
5314 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5315
5316         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5317         fast.
5318
5319         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5320
5321         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5322
5323 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5324
5325         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5326         on links.
5327
5328         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5329
5330 2008-12-03  Lute Kamstra  <lute@gnu.org>
5331
5332         * sha1.el: Remove leading * from docstrings of defcustoms,
5333         deffaces, defconsts and defuns.
5334
5335 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5336
5337         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5338         users' addresses that don't have domain parts.
5339         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5340         rather than message-narrow-to-head since there will be the message
5341         header separator.
5342
5343 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5344
5345         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5346         since the result is inserted in a unibyte buffer anyway.
5347         (nnimap-demule-use-string-to-multibyte): Remove.
5348         (nnimap-demule): Alias it to mm-string-to-multibyte.
5349
5350 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5351
5352         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5353         variable for debugging bug#464 and bug#1174.
5354         (nnimap-demule): Use it.
5355
5356 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5357
5358         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5359         score calculation correctly.
5360
5361 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5362
5363         * message.el (message-send-mail): Just set the buffer to unibyte
5364         rather than use mm-with-unibyte-current-buffer which does a lot more.
5365         (message-send-mail-partially): Don't bother with
5366         mm-with-unibyte-current-buffer since it's already been made unibyte by
5367         message-send-mail.
5368
5369 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5370
5371         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5372
5373 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5374
5375         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5376
5377 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5378
5379         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5380         require itself and to remove `with-no-warnings'.
5381
5382 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5383
5384         * starttls.el (starttls-any-program-available): Get the name of the
5385         available TLS layer program.
5386         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5387         well as the host name in the "opening" message.
5388
5389         * auth-source.el (auth-source-cache, auth-source-do-cache)
5390         (auth-source-user-or-password): Cache passwords and logins by default,
5391         allow override with `auth-source-do-cache'.
5392         (auth-source-forget-user-or-password): Allow users to remove cache
5393         entries if needed.
5394
5395 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5396
5397         * md4.el (md4-buffer): Fix typo in docstring.
5398         (md4, md4-64): Doc fixes.
5399         (md4-pack-int32): Reflow docstring.
5400
5401 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5402
5403         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5404         condition-case to only the forward-sexp call.
5405
5406 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5407
5408         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5409         quotes contained.  Make it more robust regardless by an extra
5410         condition-case wrapper.
5411
5412 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5413
5414         * lpath.el: No need to fbind codepage-setup for Emacs 23.
5415
5416 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5417
5418         * nnml.el (nnml-request-expire-articles): Check if the function set to
5419         `nnmail-expiry-target' returns the symbol `delete'.
5420
5421         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5422
5423         * nnmail.el (nnmail-expiry-target): Fix custom type.
5424
5425 2008-10-02  Glenn Morris  <rgm@gnu.org>
5426
5427         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5428         Silence compiler warning.
5429
5430 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5431
5432         * tls.el (open-tls-stream): Show the actual command being
5433         executed, instead of the format string.
5434
5435 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5436
5437         * lpath.el: Fbind codepage-setup for Emacs 23.
5438
5439 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5440
5441         * mml.el (mml-menu): Don't assume mml2015 is bound.
5442
5443 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5444
5445         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5446         exists.
5447
5448 2008-09-27  Glenn Morris  <rgm@gnu.org>
5449
5450         * gnus-util.el (mail-header-remove-comments): Autoload it.
5451
5452 2008-09-27  Andreas Schwab  <schwab@suse.de>
5453
5454         * gnus-util.el (gnus-split-references): Strip comments.
5455         (gnus-parent-id): Likewise.
5456
5457 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5458
5459         * message.el (message-confirm-send): Fix version.
5460
5461 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5462
5463         * message.el (message-idna-to-ascii-rhs-1): Use
5464         mail-extract-address-components rather than mail-header-parse-addresses
5465         that is an alias by default to ietf-drums-parse-addresses that does not
5466         support non-ASCII names in headers' contents.
5467
5468 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5469
5470         * message.el (message-confirm-send): Fixed variable documentation to
5471         avoid the "y/n" wording.
5472
5473 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5474
5475         * message.el (message-set-auto-save-file-name): Save to a different
5476         filename so multiple messages (especially drafts) can be recovered.
5477
5478 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5479
5480         * message.el (message-confirm-send): Add appropriate version.
5481
5482 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5483
5484         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5485         defvar.
5486
5487 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5488
5489         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5490         (mm-pkcs7-enveloped-magic): Ditto.
5491
5492 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5493
5494         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5495         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5496
5497 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5498
5499         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5500         default, it's better.
5501
5502 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5503
5504         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5505         summary line gnus-number property and ignore them (with a warning
5506         message).
5507
5508 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5509
5510         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5511         macro caddr in the interactive form since it won't be expanded.
5512
5513 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5514
5515         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5516         `charset'; fix name of function called recursively.
5517         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5518
5519 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5520
5521         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5522         (gnus-mime-set-charset-parameters): New function.
5523         (gnus-mime-view-part-as-charset): Use it to correctly display part
5524         specifying wrong charset.
5525
5526 2008-09-08  David Engster  <dengste@eml.cc>
5527
5528         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5529         in completing-read for back end server.
5530
5531 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5532
5533         * message.el (message-confirm-send): New variable to confirm sending a
5534         message.
5535         (message-send): Use it.
5536
5537 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5538
5539         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5540
5541 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5542
5543         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5544
5545 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5546
5547         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5548         prevent tracking too many groups.
5549         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5550         Use it.
5551
5552 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5553
5554         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5555         moving point to the bottom of the window in order to avoid recentering.
5556
5557 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5558
5559         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
5560
5561         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5562         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5563         (gnus-article-beginning-of-window): Fix calculation.
5564
5565 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5566
5567         * gnus-msg.el (gnus-summary-supersede-article)
5568         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5569         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5570         message header.
5571
5572 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
5573
5574         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5575         pending output coming after the status change.
5576
5577 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5578
5579         * message.el:
5580         * gnus-start.el:
5581         * gnus-registry.el: Remove VMS support.
5582
5583 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5584
5585         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5586         macro.
5587         (rfc2104-hash): Use it.
5588
5589 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5590
5591         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5592         (gnus-summary-sort-by-most-recent-date): New commands.
5593         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5594         and menu entries.
5595
5596 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5597
5598         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5599         don't redisplay article for raw contents; remove plural articles stuff.
5600
5601         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5602         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5603         on gnus-summary-save-article; display results properly.
5604
5605 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5606
5607         * lpath.el: No need to fbind ns-focus-frame.
5608
5609 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5610
5611         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5612
5613 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5614
5615         * gnus-art.el (gnus-summary-save-in-pipe): Consider
5616         gnus-save-all-headers.
5617
5618 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5619
5620         * gnus-util.el (ns-focus-frame): Remove declaration.
5621         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5622         like x.
5623
5624 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5625
5626         * rfc2104.el (rfc2104-zero): Delete defconst.
5627         (rfc2104-hex-alist): Likewise.
5628         (rfc2104-hex-to-int): Delete func.
5629         (rfc2104-hexstring-to-bitstring): Likewise.
5630         (rfc2104-nybbles): New defconst.
5631         (rfc2104-hash): Rewrite for speed.
5632
5633 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5634
5635         * tls.el (open-tls-stream): Make it work with the 2nd argument
5636         BUFFER that is a string but does not exist as a buffer object, as
5637         mentioned in the doc-string.
5638
5639 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5640
5641         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
5642         SXEmacs.
5643
5644 2008-07-16  Glenn Morris  <rgm@gnu.org>
5645
5646         * gnus-util.el (ns-focus-frame): Declare for compiler.
5647
5648 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5649
5650         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5651         set as a group parameter.
5652         (gnus-summary-save-in-pipe): Work when it is called independently.
5653         (gnus-summary-pipe-to-muttprint): Don't modify
5654         gnus-summary-pipe-output-default-command.
5655
5656 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5657
5658         * message.el (message-send-mail-with-sendmail):
5659         Display the error message.
5660
5661 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5662
5663         * gnus-art.el (gnus-default-article-saver):
5664         Add gnus-summary-save-in-pipe to choices.
5665         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5666         gnus-summary-pipe-output-default-command as the default command.
5667         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5668         instead of gnus-last-shell-command.
5669
5670         * gnus-sum.el (gnus-summary-pipe-output-default-command):
5671         New user option.
5672         (gnus-summary-muttprint-program): Mention the value will be changed.
5673         (gnus-summary-save-article): Force showing of all headers.
5674         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5675
5676 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
5677
5678         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5679
5680 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
5681
5682         * nnimap.el (nnimap-id):
5683         * sieve-manage.el (sieve-manage-open): Doc fixes.
5684
5685 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5686
5687         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5688         if available.
5689
5690 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5691
5692         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5693
5694         * nnkiboze.el (nnkiboze-generate-group):
5695         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5696
5697         * nnmairix.el: Require CL.
5698
5699 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5700
5701         * dgnushack.el: Autoload get-display-table and put-display-table for
5702         XEmacs 21.5.
5703
5704         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
5705         21.4 and SXEmacs.
5706
5707 2008-06-15  David Engster  <dengste@eml.cc>
5708
5709         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5710
5711 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
5712
5713         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5714         New macros that expand to an `aset'/`aref' call under Emacs, and to a
5715         runtime choice under XEmacs.
5716
5717         * gnus-sum.el (gnus-summary-set-display-table):
5718         Use `gnus-put-display-table', `gnus-get-display-table',
5719         `gnus-set-display-table' for the display table, instead of `aset'.
5720
5721         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
5722         Use `gnus-put-display-table', `gnus-get-display-table',
5723         `gnus-set-display-table' for the display table.
5724
5725 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5726
5727         * nnmairix.el: Add autoloads.
5728
5729 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5730
5731         * nnmairix.el (nnmairix-delete-recreate-group)
5732         (nnmairix-update-and-clear-marks): Fix error messages.
5733
5734 2008-06-14  David Engster  <dengste@eml.cc>
5735
5736         * nnmairix.el: Upgrade to version 0.6.
5737         (nnmairix-group-toggle-propmarks-this-group)
5738         (nnmairix-group-toggle-readmarks-this-group)
5739         (nnmairix-group-delete-recreate-this-group)
5740         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5741         (nnmairix-remove-tick-mark-original-article): New commands.
5742         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5743         (nnmairix-propagate-marks-to-nnmairix-groups)
5744         (nnmairix-only-use-registry, nnmairix-allowfast-default)
5745         (nnmairix-marks-cache, nnmairix-version-output): New variables.
5746         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5747         functions needed for marks propagation and manipulation of read marks.
5748         (nnmairix-update-groups): New function.
5749         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5750         (nnmairix-determine-original-group-from-registry)
5751         (nnmairix-determine-original-group-from-path)
5752         (nnmairix-get-group-from-file-path, nnmairix-map-range)
5753         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5754         New helper functions.
5755         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5756         keystrokes for new commands.
5757         (nnmairix-delete-and-create-on-change): Doc string cleanup.
5758         (nnmairix-request-group): Check allow-fast group parameter.
5759         (nnmairix-request-create-group): Set allow-fast group parameter if
5760         nnmairix-allowfast-default is set.
5761         (nnmairix-close-group): Propagate marks upon closing if needed.
5762         (nnmairix-group-toggle-threads-this-group): Use new.
5763         nnmairix-group-toggle-parameter helper function.
5764         (nnmairix-search): Better check for empty search result.
5765         (nnmairix-goto-original-article): Use new helper functions for
5766         determining original article.
5767         (nnmairix-show-original-article): Make sure message-id is in brackets.
5768         (nnmairix-call-mairix-binary): Change variable name.
5769         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5770         helper function.
5771         (nnmairix-widget-toggle-activate): Fix doc string.
5772
5773 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5774
5775         * nnir.el: Require edmacro when compiling with XEmacs.
5776         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5777         available in Emacs 21.
5778
5779 2008-06-11  Glenn Morris  <rgm@gnu.org>
5780
5781         * gnus-util.el (x-focus-frame):
5782         * gnus.el (image-size):
5783         * mm-decode.el (image-size): Declare.
5784
5785         * gnus-picon.el (declare-function): Add compat definition.
5786         (image-size): Declare.
5787
5788         * gnus-group.el (tool-bar-map):
5789         * gnus-sum.el (tool-bar-map): Define for compiler.
5790
5791         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5792
5793         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5794
5795         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5796         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5797         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5798         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5799         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5800         * sieve-manage.el, spam-report.el, spam.el:
5801         Remove unnecessary eval-and-compile of autoloads.
5802
5803 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
5804
5805         * auth-source.el: Precise Tramp doc.
5806
5807 2008-06-07  Glenn Morris  <rgm@gnu.org>
5808
5809         * nnmairix.el: Remove unnecessary eval-when-compile.
5810
5811 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5812
5813         * lpath.el: Fbind propertize for XEmacs 21.4.
5814
5815 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
5816
5817         * nnir.el: Move here from ../contrib.
5818
5819 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5820
5821         * gnus-util.el (gnus-read-shell-command): New function.
5822         * mm-decode.el (mm-pipe-part):
5823         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
5824
5825 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5826
5827         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
5828
5829 2008-06-03  Glenn Morris  <rgm@gnu.org>
5830
5831         * pop3.el (nnheader-accept-process-output): Autoload it.
5832
5833 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5834
5835         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
5836         are not 2-digit hexadecimal characters that follow `%'s.
5837
5838 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5839
5840         * message.el (message-bogus-recipient-p): Fix type in doc string.
5841         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
5842         (message-bogus-addresses): Rename from message-bogus-address-regexp.
5843         Improve custom options.
5844         (message-bogus-recipient-p): Adjust accordingly.
5845
5846 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
5847
5848         * parse-time.el (parse-time-months, parse-time-weekdays): Add
5849         long-form month and day names.
5850
5851 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5852
5853         * dgnushack.el: Autoload debug, eudc-expand-inline and
5854         pgg-snarf-keys-region for XEmacs.
5855
5856         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
5857
5858         * nnmairix.el: Require edmacro when compiling with XEmacs.
5859
5860 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
5861
5862         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
5863         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
5864
5865 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5866
5867         * auth-source.el: Add more docs.
5868
5869         * netrc.el (netrc-machine): Always match if the port is not given.
5870
5871 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5872
5873         * nnheader.el (nnheader-read-timeout): Change the default timeout from
5874         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
5875         retrieval faster in some cases, but might make CPU usage larger.  If
5876         this has any bad side effects, we might revert this change.
5877
5878         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
5879         seems to make mail retrieval much, much faster.
5880         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
5881         unconditionally.
5882
5883         * gnus-draft.el (gnus-group-send-queue): Bind
5884         message-send-mail-partially-limit to nil to avoid being prompted.
5885
5886 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
5887
5888         * mml.el (mml-attach-buffer): Prompt for `disposition'.
5889
5890         * message.el (message-bogus-address-regexp): Fix and improve custom
5891         type.
5892         (message-setup-hook): Add message-check-recipients as custom option.
5893
5894 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
5895
5896         * message.el (message-cite-function): Remove bogus autoload which crept
5897         in during merge from v5-10.
5898
5899 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
5900
5901         * nnimap.el (nnimap-open-connection): Fix login/password bug.
5902
5903         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
5904
5905         * auth-source.el: Preliminary Tramp docs.
5906         (auth-sources): Change the default auth-sources to use
5907         EPA .gpg files.
5908
5909 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5910
5911         * nntp.el: Autoload `auth-source-user-or-password'.
5912         (nntp-send-authinfo): Use it.
5913
5914         * nnimap.el: Autoload `auth-source-user-or-password'.
5915         (nnimap-open-connection): Use it.
5916
5917         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
5918         for the gnus-message function.
5919         (auth-source-user-or-password): Use it.
5920
5921 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5922
5923         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
5924         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
5925         (rfc2104-hash): Use it.
5926
5927 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
5928
5929         * gnus-art.el (gnus-article-toggle-truncate-lines):
5930         Don't use `iff' in docstring.
5931
5932 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
5933
5934         * gnus-registry.el: Adjusted copyright dates and added a keyword.
5935
5936         * gnus-util.el (gnus-extract-address-component-name)
5937         (gnus-extract-address-component-email): Convenience functions around
5938         `gnus-extract-address-components'.
5939
5940         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5941         Use `gnus-extract-address-component-email' to fix bug of comparing full
5942         sender name to `user-mail-address'.
5943
5944 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5945
5946         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
5947         catch/throw to optimize.
5948         (gnus-registry-find-keywords): Just use member to find a keyword.
5949
5950 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5951
5952         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
5953         is current before calling gnus-server-prepare.
5954         (gnus-server-setup-buffer, gnus-server-update-server)
5955         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
5956
5957 2008-05-04  Juri Linkov  <juri@jurta.org>
5958
5959         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
5960         (mailcap-file-default-commands): Use mailcap-replace-in-string
5961         instead of replace-regexp-in-string, and mailcap-delete-duplicates
5962         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
5963
5964 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
5965
5966         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
5967
5968 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5969
5970         * gnus.el: Bump version to 0.11.
5971
5972 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5973
5974         * gnus.el: No Gnus v0.10 is released.
5975
5976 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5977
5978         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
5979         hooks.
5980         (gnus-update-read-articles): Speed up non-marks-using users.
5981         (gnus-use-marks): Define gnus-use-marks.
5982         (gnus-propagate-marks): Rename variable to something more sensible.
5983
5984 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
5985
5986         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
5987         (gmm-image-load-path-for-library): Fix typos in docstrings.
5988         (gmm-message): Reflow docstring.
5989
5990 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
5991
5992         * mail-source.el (mail-source-set-1, mail-source-bind):
5993         Move auth-source code out of the macro to clean it up and fix bugs.
5994
5995 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
5996
5997         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
5998         by sender if it's equal to user-mail-address, it's likely to be
5999         useless.
6000
6001         * mail-source.el (mail-source-bind): Don't use user or password if they
6002         are not bound.  Unintern them if they are nil.  Don't use server unless
6003         it's bound, and default it to empty string otherwise.
6004
6005 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6006
6007         * mail-source.el: Load auth-source.el.
6008         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6009         get user name or password, if auth-sources is set up.
6010
6011         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6012         strategy of splitting with parent.
6013         (gnus-registry-split-fancy-with-parent)
6014         (gnus-registry-post-process-groups): Use it and fix prior
6015         bug (returning a list as the split result).
6016
6017         * auth-source.el (auth-sources): Remove server parameter.
6018         (auth-source-pick, auth-source-user-or-password)
6019         (auth-source-user-or-password-imap)
6020         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6021         (auth-source-user-or-password-sftp)
6022         (auth-source-user-or-password-smtp): Remove server parameter.
6023
6024 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6025
6026         * smime.el (smime-sign-region, smime-encrypt-region)
6027         (smime-decrypt-region):
6028         Remove redundant calls to `generate-new-buffer-name'.
6029
6030 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6031
6032         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6033         Don't use QP for message/rfc822.
6034         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6035
6036 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6037
6038         * sieve-manage.el (sieve-string-bytes): Remove.
6039         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6040         correct byte-length only if the process's coding-system is the same as
6041         the one used internally by Emacs to represent strings.
6042
6043 2008-04-22  Juri Linkov  <juri@jurta.org>
6044
6045         * mailcap.el (mailcap-file-default-commands): New function.
6046
6047 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6048
6049         * message.el (message-signature-separator, message-cite-function):
6050         Change custom version.
6051
6052 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6053
6054         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6055         commands.
6056         (tls-checktrust): Ditto.
6057
6058 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6059
6060         * mm-decode.el (mm-display-external): Make temp file read-only.
6061
6062 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6063
6064         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6065         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6066         `C-c C-f d'.
6067
6068 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6069
6070         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6071
6072 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6073
6074         * gnus.el: Bump version to 0.9.
6075
6076 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6077
6078         * gnus.el: No Gnus v0.8 is released.
6079
6080 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6081
6082         * mail-source.el (mail-source-value):
6083         Prefer fboundp to functionp so it works with macros as well.
6084
6085 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6086
6087         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6088         Fix last change in case the element is not even a symbol.
6089
6090 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6091
6092         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6093         Prefer fboundp to functionp so it works with macros as well.
6094
6095 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6096
6097         * auth-source.el: Added docs.
6098         (auth-sources): Modify format to support server.
6099         (auth-source-pick, auth-source-user-or-password)
6100         (auth-source-user-or-password-imap)
6101         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6102         (auth-source-user-or-password-sftp)
6103         (auth-source-user-or-password-smtp): Add server parameter.
6104
6105 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6106
6107         * gnus-registry.el: Initialize the registry when gnus-registry-install
6108         is t.
6109
6110 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6111
6112         * compface.el (uncompface): Make buffer unibyte.
6113
6114 2008-04-05  Glenn Morris  <rgm@gnu.org>
6115
6116         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6117
6118 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6119
6120         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
6121         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6122
6123         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6124         multibyteness after rather than before erasing it.
6125
6126         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6127         mm-with-multibyte.
6128         (gnus-request-article-this-buffer): Make sure the proper decoding is
6129         used if gnus-original-article-buffer happens to be unibyte.
6130
6131         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6132         default-enable-multibyte-characters.
6133
6134         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6135         default-enable-multibyte-characters.
6136
6137         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6138
6139         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6140
6141 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6142
6143         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6144         (imap-message-copyuid-1): Use it.
6145         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6146         J. Williams in
6147         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6148
6149         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6150         imap-enable-exchange-bug-workaround.
6151         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6152
6153 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6154
6155         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6156         a 100 byte status-checks into a 2-3MB transfer for each group.
6157         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6158         to enable bug workaround or not.
6159         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6160
6161 2008-03-31  Glenn Morris  <rgm@gnu.org>
6162
6163         * message.el (mml2015-use): Declare for compiler.
6164         (message-info): Require mml2015 when appropriate.
6165
6166 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6167
6168         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6169         whitespace.
6170
6171 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6172
6173         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6174         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6175         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6176         (nntp-service-to-port): New function.
6177         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6178         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6179         (nntp-open-netcat-stream): New function.
6180         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6181
6182 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6183
6184         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6185
6186 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6187
6188         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6189
6190 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6191
6192         * dns.el (dns-write): Use set-buffer-multibyte.
6193
6194 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6195
6196         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6197
6198 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6199
6200         * message.el (message-signature-separator): Change default.
6201         Improve custom type.
6202         (message-cite-function): Change default to
6203         message-cite-original-without-signature.
6204
6205         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6206         toggle.
6207
6208         * message.el (message-check-news-body-syntax): Fix signature check.
6209         (message-setup-1): Mark buffer as unmodified _after_ running
6210         message-setup-hook and handling message-alternative-emails.
6211         (message-shorten-references): Be more strict when building list of
6212         valid references to comply with GNKSA.
6213
6214         * gnus-group.el (gnus-read-ephemeral-bug-group)
6215         (gnus-read-ephemeral-debian-bug-group)
6216         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6217
6218         * message.el (message-info): Don't use booleanp which isn't supported
6219         in Emacs 21 and XEmacs.
6220
6221 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6222
6223         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6224         gnus-group-gmane-group-download-format.
6225         (gnus-group-read-ephemeral-gmane-group): Rename from
6226         gnus-group-read-ephemeral-gmane-group.
6227         (gnus-read-ephemeral-gmane-group-url): Rename from
6228         gnus-group-read-ephemeral-gmane-group-url.
6229         (gnus-bug-group-download-format-alist): New variable.
6230         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6231         (gnus-read-ephemeral-emacs-bug-group): New commands.
6232
6233 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6234
6235         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6236         (gnus-visible-headers): Improve custom type.
6237
6238 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6239
6240         * mml.el (mml-menu): Add workarounds for XEmacs.
6241
6242         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6243         X-Boundary header.
6244
6245         * message.el (message-simplify-recipients): Fix previous commit.
6246
6247 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6248
6249         * mm-util.el (mm-set-buffer-multibyte): New function.
6250         * mm-decode.el (mm-copy-to-buffer): Use it.
6251
6252 2008-03-19  Glenn Morris  <rgm@gnu.org>
6253
6254         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6255         Accidentally removed in the sync process with Emacs.
6256
6257 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6258
6259         * message.el (message-alter-recipients-discard-bogus-full-name):
6260         New function.
6261         (message-alter-recipients-function): New variable.
6262         (message-get-reply-headers): Use it.
6263         (message-replace-header): New helper function.
6264         (message-recipients-without-full-name): New variable.
6265         (message-simplify-recipients): New command.
6266
6267         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6268
6269         * message.el (message-info): Handle EasyPG manual.
6270
6271         * mml.el (mml-menu): Add entry for EasyPG.
6272
6273 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6274
6275         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6276         parameter.
6277
6278         * message.el (message-disassociate-draft): Specify drafts group name
6279         fully.
6280
6281 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6282
6283         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
6284         unnecessary duplicates from the match list.
6285
6286 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6287
6288         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6289
6290         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6291
6292         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6293         args of `how-many' of which the XEmacs version doesn't take; declare
6294         Info-index-next as function.
6295
6296 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6297
6298         * gnus-score.el (gnus-score-headers): Fix handling of
6299         gnus-inhibit-slow-scoring.
6300
6301         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6302         string.
6303         (gnus-button-url-regexp): Improve handling of parenthesis.
6304         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6305         (gnus-button-handle-info-keystrokes): Handle index entries.
6306
6307 2008-03-15  Glenn Morris  <rgm@gnu.org>
6308
6309         * parse-time.el (parse-time-string): Simplify.
6310
6311 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6312
6313         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6314         Incoming* files.
6315
6316 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6317
6318         * auth-source.el (auth-sources): Renamed from auth-source-choices.
6319         (auth-source-pick): Use it.
6320
6321 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6322
6323         * binhex.el (binhex-decode-region-internal):
6324         * uudecode.el (uudecode-decode-region-internal):
6325         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6326         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6327         setting default-enable-multibyte-characters.
6328
6329 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6330
6331         * auth-source.el (auth-source-protocols)
6332         (auth-source-protocols-customize, auth-source-choices): Added and
6333         modified variable customizations and defaults.
6334         (auth-source-pick, auth-source-user-or-password)
6335         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6336         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6337         (auth-source-user-or-password-sftp)
6338         (auth-source-user-or-password-smtp): Use new variables and provide an
6339         interface to netrc.el.
6340
6341 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6342
6343         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6344         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6345         Make sure the nntp port to specify is a string.
6346
6347 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6348
6349         * nntp.el: Use with-current-buffer.
6350         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6351         dubious mm-with-unibyte-current-buffer.
6352         (nntp-with-open-group-function): New function extracted from
6353         nntp-with-open-group macro.
6354         (nntp-with-open-group): Use the function, so it's easier to debug.
6355         Add indentation and debugging info.
6356         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
6357         the use of the netcat alternatives.
6358
6359         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6360         Avoid mm-string-as-multibyte as well.
6361
6362         * nnweb.el (nnweb-insert-html):
6363         Remove use of nnheader-string-as-multibyte.
6364
6365         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6366         (nnheader-string-as-multibyte): Remove.
6367
6368         * mm-view.el: Use inhibit-read-only.
6369         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6370         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6371         or unibyte-string.
6372
6373         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6374         (mm-uu-yenc-extract): Use with-current-buffer.
6375
6376         * gnus-soup.el (gnus-soup-send-packet): Don't use
6377         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6378
6379         * nnmh.el: Use with-current-buffer.
6380         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6381         mm-string-as-multibyte on the output of mm-encode-coding-string.
6382
6383         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6384         (nnimap-request-move-article): Use with-current-buffer.
6385
6386         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6387         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6388         conversion uses string-make-unibyte rather than string-as-unibyte.
6389
6390         * gnus-msg.el: Use with-current-buffer.
6391
6392         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6393
6394 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6395
6396         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6397         string for caching if it is 'PIN.
6398
6399 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6400
6401         * lpath.el: Consider the case without Emacs/W3.
6402
6403 2008-03-08  Glenn Morris  <rgm@gnu.org>
6404
6405         * time-date.el (date-to-time, time-subtract, time-add)
6406         (safe-date-to-time): Doc fixes.
6407
6408 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6409
6410         * mail-source.el (mail-source-delete-old-incoming-confirm):
6411         Change default to nil.
6412         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6413
6414 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6415
6416         * lpath.el: Rearrange.
6417
6418         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6419         (gnus-article-goto-prev-page): Work for articles having ^L's.
6420
6421         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6422
6423         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6424
6425 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6426
6427         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6428         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6429         (gnus-bookmark-jump): Adjust some variable names.
6430
6431 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6432
6433         * auth-source.el: New package.
6434         (auth-source-choices): Add customization entry point variable.
6435
6436         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6437         bug.
6438
6439 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6440
6441         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6442         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6443         (gnus-registry-install-shortcuts): Rename from
6444         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6445         the `gnus-registry-mark-map' keymap dynamically from
6446         `gnus-registry-marks'.  The generated functions update the summary line
6447         when a registry mark is added or deleted, and will call
6448         `gnus-registry-install-p' (see the comments in the code).
6449         (gnus-registry-user-format-function-M): Use concat intelligently.
6450
6451         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6452         the registry mark functions.
6453
6454 2008-03-05  Glenn Morris  <rgm@gnu.org>
6455
6456         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6457         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6458         gnus-art.
6459         (top-level): No need to load own source when compiling.
6460
6461 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6462
6463         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6464         Suggested by <chris.anderton@zetnet.co.uk>.
6465
6466 2008-03-04  Glenn Morris  <rgm@gnu.org>
6467
6468         * gnus-sum.el (top-level): No need to require gnus when compiling,
6469         since unconditionally required near start of file.
6470         (gnus-summary-display-while-building): Move definition before use.
6471
6472 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6473
6474         * gnus-registry.el (gnus-registry-user-format-function-M): Add
6475         formatting function.
6476
6477 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6478
6479         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
6480         with plists.
6481         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6482         Use new format.
6483
6484 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6485
6486         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6487         `where-is-internal' that returns a range of key sequences.
6488
6489 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6490
6491         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6492
6493         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6494         (gnus-summary-jump-to-group): Consider windows on other displayed
6495         frames as well.  Similar changes might be needed elsewhere, but that's
6496         the one I've bumped into during my use.
6497
6498         * nndoc.el (nndoc-oe-dbx-type-p):
6499         * gnus-msg.el (gnus-debug):
6500         * gnus-group.el (gnus-update-group-mark-positions):
6501         Use mm-string-to-multibyte.
6502
6503 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6504
6505         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6506         doesn't handle NotDashEscaped.
6507
6508         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6509         (mml-dnd-attach-options): Fix typo in custom choice.
6510
6511         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
6512         nndoc-article-type to mbox.
6513         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6514
6515         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6516         to nil, instead of html2text.
6517
6518         * imap.el (imap-debug): Add `imap-ping-server'.
6519
6520         * gnus-bookmark.el: Add FIXMEs.
6521
6522         * message.el (message-form-letter-separator)
6523         (message-send-form-letter-delay): New variables.
6524         (message-send-form-letter): Use them.  New command to send form
6525         letters.  Requested by Uwe Siart.
6526         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6527
6528 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6529
6530         * Update copyright years.
6531
6532 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6533
6534         Sync from EMACS_22_BASE.
6535
6536         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6537
6538 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6539
6540         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6541         empty author.
6542
6543 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6544
6545         * gnus-registry.el (gnus-registry-marks): Add variable for
6546         customization of marks and their appearance.
6547         (gnus-registry-read-mark): Use it.
6548         (gnus-registry-do-marks): Add utility function to loop through
6549         `gnus-registry-marks'.
6550         (gnus-registry-install-shortcuts-and-menus): Add function to install
6551         shortcuts and menus.
6552         (gnus-registry-initialize): Use it.
6553         (gnus-registry-default-mark): Clarify documentation.
6554
6555 2008-02-29  Glenn Morris  <rgm@gnu.org>
6556
6557         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6558         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6559         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6560         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6561         Change defcustom :version from 23.0 to 23.1.
6562
6563 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6564
6565         * gnus-registry.el (gnus-registry-follow-group-p)
6566         (gnus-registry-post-process-groups): Add functions to aid registry
6567         splitting and improve logging.  Clarify behavior in function
6568         documentation.
6569         (gnus-registry-split-fancy-with-parent): Use them.
6570
6571 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6572
6573         * gnus-art.el: Use with-current-buffer.
6574
6575 2008-02-27  David Engster  <dengste@eml.cc>
6576
6577         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6578         Express real group name in the response.
6579
6580 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6581
6582         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6583         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6584         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6585         autoload gnus-registry-fetch-group when compiling.
6586         (nnmairix-request-group-with-article-number-correction): Remove
6587         unreferenced argument passed to nnmairix-call-backend.
6588
6589 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6590
6591         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6592         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
6593         Wilde.
6594
6595 2008-02-27  Glenn Morris  <rgm@gnu.org>
6596
6597         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6598         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6599         variables to defconsts.  Convert comments to doc-strings.
6600         (nnmairix-last-server, nnmairix-current-server): Convert from free
6601         variables to defvars.  Convert comments to doc-strings.
6602         (gnus-registry-fetch-group): Autoload.
6603         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6604         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6605         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6606         caddr.
6607         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6608         nnmairix-request-group-with-article-number-correction call.
6609         (nnmairix-fast, nnmairix-group): New, less general names, for free
6610         variables passed from nnmairix-request-group to
6611         nnmairix-request-group-with-article-number-correction.  Declare.
6612         (nnmairix-request-group-with-article-number-correction):
6613         Use nnmairix-fast, nnmairix-group rather than fast, group.
6614
6615 2008-02-26  David Engster  <dengste@eml.cc>
6616
6617         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6618         version 0.5.
6619
6620 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6621
6622         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6623         instead of making an extra function call.  Don't add the current group
6624         to articles only when they have the group.  Use
6625         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6626         Reported by David <de_bb@arcor.de>.
6627
6628 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6629
6630         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
6631         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
6632
6633 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
6634
6635         * mail-source.el (mail-source-delete-incoming): Change default.
6636         Supplement doc string.
6637
6638         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6639
6640 2008-02-14  Glenn Morris  <rgm@gnu.org>
6641
6642         * time-date.el (format-seconds): New function.
6643
6644 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6645
6646         * nnmail.el (nnmail-message-id-cache-file): Derive from
6647         `gnus-home-directory'.
6648
6649 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
6650
6651         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
6652         Document negative prefix.
6653
6654         * gnus-group.el (gnus-group-read-group): Document negative prefix.
6655
6656 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6657
6658         * message.el (message-unsent-separator): Add the Exim bounce
6659         separator.
6660
6661 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6662
6663         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
6664         list.
6665         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6666         recipient/signer list.
6667
6668 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6669
6670         * Makefile.in (datarootdir): Define.
6671         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
6672         name that might contain whitespace.
6673
6674 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6675
6676         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6677         fbound (Emacs 23 unicode), signal an error.
6678
6679 2008-02-08  Glenn Morris  <rgm@gnu.org>
6680
6681         * gnus-art.el (pgg-display-output-buffer): Declare as function.
6682
6683 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
6684
6685         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6686         ports to the calls to `netrc-machine-user-or-password' in addition to
6687         "imap" and "imaps".
6688
6689 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6690
6691         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6692
6693         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6694
6695 2008-02-01  Kenichi Handa  <handa@m17n.org>
6696
6697         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
6698         rfc2104-hexstring-to-bitstring and changed to return a byte list.
6699         (rfc2104-hash): Convert the result of concat to unibyte string.
6700
6701 2008-02-01  Dave Love  <fx@gnu.org>
6702
6703         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
6704         coding-system-for-read.
6705         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
6706
6707 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
6708
6709         * gnus.el (gnus-group-startup-message): Add `find-image' call before
6710         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
6711         <hanche@math.ntnu.no>.
6712
6713 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6714
6715         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6716
6717         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6718
6719 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
6720
6721         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6722         * message.el (message-beginning-of-line): Use featurep instead of bound
6723         tests in order to resolve conditionals at compile time.
6724
6725 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
6726
6727         * mail-source.el (mail-sources): Add `group' choice.
6728
6729         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6730         parameter `in-group' to control into which group the articles go.
6731         Add treatment of `group' mail-source.
6732
6733 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6734
6735         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
6736
6737         * mm-decode.el (mm-dissect-buffer): Decode description.
6738
6739         * mml.el (mml-to-mime): Encode message header first.
6740
6741 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6742
6743         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
6744         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
6745
6746         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
6747         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
6748
6749 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
6750
6751         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
6752
6753 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6754
6755         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6756         prefix keys.
6757         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6758         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6759         gnus-xmas.el.
6760
6761         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
6762         (gnus-xmas-article-describe-bindings): New function.
6763         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
6764         gnus-xmas-article-describe-bindings.
6765
6766         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
6767
6768 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6769
6770         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6771         Add new variables for article mark management.
6772         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6773         list of extra data entries which, when present, will indicate that the
6774         article ID should not be trimmed from the registry.
6775         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6776         functions.
6777         (gnus-registry-read-mark): New function to read a mark name from the
6778         user.
6779         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6780         (gnus-registry-set-article-mark-internal): New functions to add and
6781         remove marks.
6782         (gnus-registry-get-article-marks): New function to show the marks for
6783         an article, or retrieve them for further use.
6784
6785 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6786
6787         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6788         keys when no argument is given.
6789
6790 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6791
6792         * imap.el (imap-ping-server): New variable.
6793         (imap-opened): On add extra ping if imap-ping-server is non-nil.
6794         (imap-ping-server): Minor doc string fixes.
6795
6796 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6797
6798         * imap.el (imap-ping-server): New function.
6799         (imap-opened): Call imap-ping-server.
6800
6801 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6802
6803         * gnus-sum.el (gnus-article-sort-by-random)
6804         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
6805         jidanni@jidanni.org.
6806
6807 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6808
6809         * gnus-art.el (gnus-article-describe-bindings): New function.
6810         (gnus-article-read-summary-keys): Use it.
6811         (gnus-article-mode-map): Bind `C-h b' to it.
6812
6813 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6814
6815         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6816         XEmacs.
6817         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
6818         against non-character events.
6819
6820         * lpath.el: Fbind map-keymap for Emacs 21.
6821
6822 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
6823
6824         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
6825         command.
6826         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
6827         instead of END.  Change name of the temp file.
6828         (gnus-group-gmane-group-download-format): Add doc string.  Make it
6829         customizable.
6830
6831 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6832
6833         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
6834         bind `S W' to gnus-article-wide-reply-with-original; set default
6835         binding to gnus-article-read-summary-send-keys.
6836         (gnus-article-read-summary-keys): Fix the order of keys; display
6837         continuation keys correctly in the echo area; describe bindings
6838         correctly when keys end with `C-h'.
6839         (gnus-article-read-summary-send-keys): New function.
6840         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
6841         for gnus-article-read-summary-send-keys; display continuation keys
6842         correctly in the echo area.
6843         (gnus-article-reply-with-original): Ignore prefix argument.
6844         (gnus-article-wide-reply-with-original): New function.
6845
6846         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
6847         Emacs 21.
6848
6849 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6850
6851         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
6852         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
6853
6854 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
6855
6856         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6857         (gnus-group-read-ephemeral-gmane-group): New command.
6858
6859 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
6860
6861         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6862
6863 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6864
6865         * message.el (message-send-mail-function): Increase custom version.
6866
6867         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
6868         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
6869
6870 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6871
6872         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
6873         for the cases where imap-authenticate is called with a nil buffer
6874         parameter.
6875
6876 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6877
6878         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
6879         html parts correctly; support forwarded messages.
6880         (gnus-article-browse-html-article): Remove work buffers.
6881
6882         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
6883         compiling.
6884         (netrc-bound-and-true-p): New macro.
6885         (netrc-parse): Use it instead of bound-and-true-p that is not available
6886         in XEmacs 21.4.
6887
6888 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
6889
6890         * gnus-registry.el (gnus-registry-mark-article)
6891         (gnus-registry-article-marks): Add functionality to mark articles
6892         through the Gnus registry.
6893
6894         * encrypt.el: Clarify documentation for the new pgg method.
6895         (encrypt-file-alist): Add PGG option.
6896         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
6897         functionality.  Abstract password key and messaging to external
6898         functions.
6899         (encrypt-password-key, encrypt-get-passphrase-if-needed)
6900         (encrypt-message-method-and-cipher): Add new convenience external
6901         functions.
6902         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
6903         (encrypt-pgg-process-buffer): Add PGG functionality glue.
6904
6905         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
6906         (netrc-parse): Use encrypt-file-alist to determine if
6907         encrypt-find-model or encrypt-insert-file-contents should be used.
6908
6909         * encrypt.el: Clarify documentation.  Load password-cache or
6910         password, whichever one is found first, instead of autoloading.
6911
6912 2007-12-19  Glenn Morris  <rgm@gnu.org>
6913
6914         * mml.el (message-options-set, message-narrow-to-head)
6915         (message-in-body-p, message-mail-p, message-encode-message-body):
6916         Autoload.
6917         (message-remove-header, message-narrow-to-headers-or-head)
6918         (message-subscribed-p, message-make-mail-followup-to)
6919         (message-position-on-field, message-news-p)
6920         (message-options-set-recipient, message-generate-headers)
6921         (message-sort-headers): Declare as functions.
6922
6923 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6924
6925         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
6926         convention in doc string.
6927
6928 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6929
6930         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
6931         title to html parts.
6932         (gnus-article-browse-html-article): Pass message header to it.
6933
6934         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
6935
6936 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
6937
6938         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
6939         or password compatible with XEmacs.
6940
6941 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6942
6943         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
6944         format document.
6945         (gnus-mime-delete-part): Don't write description line if empty.
6946         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
6947
6948 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
6949
6950         * gnus-sum.el (gnus-summary-mark-unread-as-read)
6951         (gnus-summary-mark-read-and-unread-as-read)
6952         (gnus-summary-mark-current-read-and-unread-as-read)
6953         (gnus-summary-mark-unread-as-ticked): Doc fix.
6954         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
6955
6956 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6957
6958         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
6959         Christoph Conrad <christoph.conrad@gmx.de>.
6960
6961 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6962
6963         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
6964         yes-or-no-p.
6965
6966 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6967
6968         * mm-decode.el (mm-add-meta-html-tag): New function.
6969         (mm-save-part-to-file, mm-pipe-part): Use it.
6970
6971         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
6972         gnus-y-or-n-p instead of y-or-n-p.
6973         (gnus-article-browse-html-parts): Work with message/external-body; use
6974         mm-add-meta-html-tag.
6975
6976 2007-12-11  Glenn Morris  <rgm@gnu.org>
6977
6978         * gnus-cache.el: Require gnus-sum not just when compiling.
6979
6980         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
6981
6982         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
6983         definitions before use.
6984
6985         * mm-decode.el: Require gnus-util.
6986         (mm-remove-part): Only call delete-annotation on XEmacs.
6987
6988         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
6989
6990         * nnmail.el: Require gnus-int.
6991
6992         * spam.el: Move `require's before `eval-when-compile's.
6993
6994         * gnus-ems.el (gnus-alive-p):
6995         * gnus-fun.el (message-goto-eoh):
6996         * gnus-util.el (gnus-group-name-decode):
6997         * mail-source.el (gnus-compress-sequence):
6998         * message.el (Info-goto-node, format-spec):
6999         * mm-bodies.el (message-options-get):
7000         * mm-decode.el (mm-view-pkcs7):
7001         * mm-util.el (gmm-write-region):
7002         * mml-smime.el (mml-compute-boundary)
7003         (gnus-completing-read-with-default):
7004         * mml.el (widget-button-press, gnus-make-hashtable):
7005         * mml1991.el (mm-decode-content-transfer-encoding)
7006         (mm-encode-content-transfer-encoding)
7007         (message-options-get, message-options-set):
7008         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7009         * nnfolder.el (gnus-request-group):
7010         * nnheader.el (ietf-drums-unfold-fws):
7011         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7012         * smime.el (gnus-run-mode-hooks):
7013         * spam-stat.el (gnus-message): Autoload.
7014
7015         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7016         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7017         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7018         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7019         Add declare-function compatibility definition.
7020
7021         * gnus-cache.el (nnvirtual-find-group-art):
7022         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7023         (gnus-add-image, gnus-add-wash-type):
7024         * gnus-group.el (nnkiboze-score-file):
7025         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7026         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7027         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7028         (message-tokenize-header, gnus-get-buffer-create)
7029         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7030         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7031         * gnus.el (gnus-group-decoded-name):
7032         * mail-source.el (imap-capability):
7033         * mm-bodies.el (message-options-set):
7034         * mm-decode.el (gnus-configure-windows):
7035         * mm-extern.el (message-goto-body):
7036         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7037         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7038         (epg-sub-key-validity, message-options-set):
7039         * mml.el (widget-event-point, gnus-configure-windows):
7040         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7041         * mml2015.el (epg-check-configuration, epg-configuration)
7042         (message-options-set):
7043         * nndb.el (nndb-request-article):
7044         * nnfolder.el (gnus-request-create-group):
7045         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7046         * nnmaildir.el (gnus-group-mark-article-read):
7047         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7048         * rfc1843.el (message-fetch-field):
7049         * spam.el (gnus-extract-address-components):
7050         Declare as functions.
7051
7052 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7053
7054         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7055
7056         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7057
7058         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7059         bind show-trailing-whitespace for XEmacs.
7060
7061 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7062
7063         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7064         new no-op macro for backward compatibility.
7065
7066         * imap.el (imap-string-to-integer): New function.
7067
7068 2007-12-09  Glenn Morris  <rgm@gnu.org>
7069
7070         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7071
7072         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7073         * message.el, mm-view.el, sieve-manage.el, smime.el:
7074         Add declare-function compatibility definition.
7075
7076         * gnus-art.el (w3-region, w3m-region, Info-menu):
7077         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7078         * gnus-sum.el (gnus-get-predicate):
7079         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7080         * message.el (mail-abbrev-in-expansion-header-p):
7081         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7082         (w3m-detect-meta-charset, w3m-region):
7083         * sieve-manage.el (password-read, password-cache-add)
7084         (password-cache-remove):
7085         * smime.el (password-read-and-add): Declare as functions.
7086
7087 2007-12-08  David Kastrup  <dak@gnu.org>
7088
7089         * gnus-sum.el (gnus-summary-simplify-subject-query):
7090         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7091         `message'.
7092
7093 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7094
7095         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7096         it to bind idna-program, installation-directory, defined-colors, and
7097         face-attribute for XEmacs of the version that compiles defcustom forms.
7098
7099 2007-12-07  Glenn Morris  <rgm@gnu.org>
7100
7101         * gnus-art.el (article-make-date-line): Revert previous change.
7102
7103 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7104
7105         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7106
7107 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7108
7109         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
7110         Call gnus-add-to-range ranges only once with a prepared article-list.
7111
7112 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7113
7114         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7115         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7116         group names with backslashes.  Reported by Tassilo Horn
7117         <tassilo@member.fsf.org>.
7118
7119 2007-12-06  Deepak Goel  <deego3@gmail.com>
7120
7121         * gnus-art.el (article-make-date-line):
7122         * gnus-start.el (gnus-load):
7123         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7124
7125 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7126
7127         * gnus-art.el (gnus-use-idna)
7128         * gnus-start.el (gnus-site-init-file)
7129         * message.el (message-use-idna)
7130         * mm-uu.el (mm-uu-hide-markers)
7131         * smiley.el (smiley-style): Revert changes that suppress warnings.
7132
7133 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7134
7135         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7136         specify charset to html source.  Reported by Christoph Conrad
7137         <christoph.conrad@gmx.de>.
7138
7139 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7140
7141         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7142         idna-program in order to suppress byte compile warning issued by XEmacs
7143         that came to byte compile the default value section of defcustom forms
7144         recently.
7145
7146         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7147         value of installation-directory.
7148
7149         * message.el (message-use-idna): Don't directly refer to the value of
7150         idna-program.
7151
7152         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7153
7154         * smiley.el (smiley-style): Don't directly call face-attribute.
7155
7156 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7157
7158         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7159
7160         * gnus-dired.el: Reduce Gnus dependencies.
7161         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
7162         require.  Use autoloads instead.
7163         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7164         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7165         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7166         (gnus-dired-mode): Adjust doc string.
7167         (gnus-dired-mail-mode): New variable.
7168         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7169         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7170         (gnus-dired-mail-buffers): New function.  Return mail or message
7171         composition buffers.
7172         (gnus-dired-attach): Use it.
7173         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7174         NO-DECODE.
7175         (gnus-dired-print): Use `gnus-print-buffer' depending on
7176         `gnus-dired-mail-mode'.
7177
7178 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7179
7180         * rfc2047.el (rfc2047-encoded-word-regexp)
7181         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7182         explaining what regexp patterns are for.
7183
7184 2007-12-04  Glenn Morris  <rgm@gnu.org>
7185
7186         * password.el: Move to password-cache.el.
7187
7188         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7189         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7190         * mml-smime.el (password-read, password-cache-add)
7191         (password-cache-remove):
7192         No need to autoload, since mml-sec requires password.
7193
7194         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7195         * message.el (gnus-extract-address-components):
7196         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7197
7198         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7199         password.
7200
7201 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7202
7203         * mailcap.el: Reduce dependencies.
7204         (mail-header-parse-content-type): Autoload.
7205         (mailcap-delete-duplicates): New alias.
7206         (mailcap-mime-info): Add optional argument NO-DECODE.
7207         (mailcap-mime-types): Use mailcap-delete-duplicates.
7208
7209         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7210
7211 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7212
7213         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7214         (imap-parse-status): Upcase status-att for servers that sends them
7215         lower-case (e.g., MS Exchange 2007).
7216
7217 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7218
7219         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7220         function.
7221
7222         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7223         (gnus-uu-yenc-article): New function.
7224
7225         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7226
7227         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
7228         buffer.
7229
7230 2007-12-02  Glenn Morris  <rgm@gnu.org>
7231
7232         * binhex.el (binhex): New custom group.
7233         (binhex-decoder-program, binhex-decoder-switches)
7234         (binhex-use-external): Move to the binhex custom group.
7235
7236         * uudecode.el (uudecode): New custom group.
7237         (uudecode-decoder-program, uudecode-decoder-switches)
7238         (uudecode-use-external): Move to the uudecode custom group.
7239
7240         * netrc.el (top-level): Don't load `encrypt' features.
7241         (netrc-parse): Don't use encrypt.
7242         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7243
7244         * encrypt.el: Remove file.
7245
7246 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7247
7248         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7249         matches on patches.
7250
7251         * gnus-art.el (gnus-article-browse-html-article): Mention
7252         `mm-text-html-renderer' in the doc string.
7253
7254         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7255         string.  Add comments.
7256
7257         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7258         if rhs is ASCII.
7259
7260 2007-12-01  Glenn Morris  <rgm@gnu.org>
7261
7262         * mail-source.el (top-level): Require format-spec before
7263         eval-when-compile.
7264
7265 2007-11-30  Glenn Morris  <rgm@gnu.org>
7266
7267         * encrypt.el: Require password, rather than autoloading password-read.
7268
7269 2007-11-29  Glenn Morris  <rgm@gnu.org>
7270
7271         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7272         (sasl-make-client, sasl-next-step, sasl-step-data)
7273         (sasl-step-set-data): Declare as functions.
7274
7275 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7276
7277         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7278
7279 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7280
7281         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7282         certs should be verified and what is to be done in the event of a
7283         verification failure.
7284
7285         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7286         caller can indicate whether the cache should be disregarded for this
7287         call.  This way the result of the call is reproducible at all times and
7288         can be considered a canonical server name for the supplied method.
7289         (gnus-agent-method-p): Canonicalize server names by pushing their
7290         method through `gnus-method-to-server' using the no-cache argument.
7291
7292         * gnus-srvr.el (gnus-server-insert-server-line): Call
7293         `gnus-method-to-server' with `no-cache' argument.
7294
7295         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7296         gnus-agent-possibly-synchronize-flags as this should be called when the
7297         server is actually being opened.
7298         (gnus-agent-possibly-synchronize-flags)
7299         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7300         flags file of an agentized server to the latter function.
7301
7302         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7303         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7304         after a connection has been established successfully.
7305
7306 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7307
7308         * gnus-art.el (article-display-face): Force to display face if called
7309         interactively; check if gnus-article-x-face-too-ugly matches author.
7310         (article-display-x-face): Display face even if From header is missing
7311         as article-display-face does.
7312
7313 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7314
7315         * hashcash.el (message-narrow-to-headers-or-head)
7316         (message-fetch-field, message-goto-eoh)
7317         (message-narrow-to-headers): Declare as functions.
7318
7319 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7320
7321         * mail-source.el (mail-sources): Default to fetch from file for
7322         compatibility with default of nnmail-spool-file.
7323
7324 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7325
7326         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7327         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7328         to look for encoded word that should be encoded again.
7329         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7330         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7331         encoding pattern.
7332         (rfc2047-decode-region): Switch strict regexp and loose one according
7333         to rfc2047-allow-irregular-q-encoded-words.
7334
7335 2007-11-25  Romain Francoise  <romain@orebokech.com>
7336
7337         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7338
7339 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7340
7341         * tls.el (tls-program): Provide more custom choices from
7342         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
7343         (tls-process-connection-type, tls-success): Remove "*" in doc string.
7344
7345 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7346
7347         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7348         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7349
7350         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7351         `nnmail-spool-file'.
7352
7353         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7354         `nnmail-spool-file'.
7355
7356         * gnus-move.el (gnus-change-server): Ditto.
7357
7358         * gnus-kill.el (gnus-batch-score): Ditto.
7359
7360         * gnus-cache.el (gnus-jog-cache): Ditto.
7361
7362         * gnus-msg.el (gnus-summary-reply):
7363         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7364
7365 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7366
7367         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7368         version.  Minor improvement to doc strings.
7369         (tls-program): Add comment.
7370
7371 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
7372
7373         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7374         (tls-checktrust): New variable.  Check if GNU TLS complained about a
7375         mismatch between the hostname provided in the certificate and the name
7376         of the host connnecting to.
7377         (open-tls-stream): Use them.  Check certificates against trusted root
7378         certificates.
7379
7380 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7381
7382         * gnus-cache.el (gnus-cache-generate-nov-databases):
7383         Use nnml-generate-nov-databases-directory instead of
7384         nnml-generate-nov-databases-1.
7385
7386 2007-11-24  Glenn Morris  <rgm@gnu.org>
7387
7388         * message.el (message-tool-bar-retro): Update for rename
7389         mail_send.xpm->mail-send.xpm.
7390
7391 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7392
7393         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7394         `smime-ldap-search' for Emacs 22 and up.
7395
7396 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7397
7398         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7399
7400         * message.el (message-send-mail-function): Fix error convention.
7401         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7402         (message-widen-reply, message-send-mail, message-talkative-question)
7403         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7404         (message-clone-locals, message-send-news): Use with-current-buffer.
7405         (message-insert-or-toggle-importance): Remove unused var `valid'.
7406         (message-make-references): Remove unused var `new-references'.
7407         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7408
7409 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7410
7411         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7412         (spam-split-symbolic-return-positive): Reflow docstring.
7413         (spam-backends, spam-summary-exit-behavior)
7414         (spam-mark-ham-unread-before-move-from-spam-group)
7415         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7416         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7417         (spam-clear-cache, spam-backend-check, spam-install-backend)
7418         (spam-install-statistical-backend, spam-list-of-processors)
7419         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7420         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7421         (spam-check-crm114, spam-initialize, spam-unload-hook):
7422         Fix typos in docstrings.
7423
7424 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7425
7426         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7427         been checked if they have never been read and those group levels are
7428         higher than the one that a user specified.
7429
7430 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7431
7432         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7433         foreign groups unless a group level is specified by a user.
7434         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7435
7436 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7437
7438         * message.el (message-send-mail-function): Require sendmail.
7439
7440 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7441
7442         * message.el (message-send-mail-function): Check for smtpmail too.
7443
7444         * utf7.el (utf7-encode, utf7-decode): Use coding system
7445         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7446
7447         * message.el (message-send-mail-function): New function.
7448         (message-send-mail-function): Set default using
7449         message-send-mail-function.  Adjust doc string.
7450         (message-send-mail-with-mailclient): New function.
7451
7452 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7453
7454         * smime.el (from):
7455         * rfc2047.el (message-posting-charset):
7456         * qp.el (mm-use-ultra-safe-encoding):
7457         * pop3.el (parse-time-months):
7458         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7459         * nnml.el (files):
7460         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7461         (jka-compr-compression-info-list, ange-ftp-path-format)
7462         (efs-path-regexp):
7463         * nndiary.el (files):
7464         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7465         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7466         (epg-digest-algorithm-alist, inhibit-redisplay)
7467         (password-cache-expiry):
7468         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7469         (pgg-output-buffer, password-cache-expiry):
7470         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7471         (efs-path-regexp):
7472         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7473         (inhibit-redisplay):
7474         * mm-uu.el (file-name, start-point, end-point, entry)
7475         (gnus-newsgroup-name, gnus-newsgroup-charset):
7476         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7477         (latin-unity-ucs-list):
7478         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7479         (mm-uu-binhex-decode-function):
7480         * message.el (gnus-message-group-art, gnus-list-identifiers)
7481         (rmail-enable-mime-composing, gnus-local-organization)
7482         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7483         (gnus-read-active-file, facemenu-add-face-function)
7484         (facemenu-remove-face-function, gnus-article-decoded-p)
7485         (tool-bar-mode):
7486         * mail-source.el (display-time-mail-function):
7487         * gnus-util.el (nnmail-pathname-coding-system)
7488         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7489         (gnus-original-article-buffer, gnus-user-agent)
7490         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7491         (xemacs-codename, sxemacs-codename, emacs-program-version):
7492         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7493         * gnus-start.el (gnus-agent-covered-methods)
7494         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7495         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7496         (gnus-newsgroup-headers, gnus-group-list-mode)
7497         (gnus-group-mark-positions, gnus-newsgroup-data)
7498         (gnus-newsgroup-unreads, nnoo-state-alist)
7499         (gnus-current-select-method, mail-sources)
7500         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7501         (nnmail-spool-file, gnus-cache-active-hashtb):
7502         * gnus-mh.el (mh-lib-progs):
7503         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7504         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7505         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7506         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7507         (gnus-group-buffer):
7508         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7509         (font-lock-set-defaults):
7510         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7511         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7512         (gnus-summary-post-menu, total-parts, type, condition, length):
7513         * gnus-agent.el (gnus-agent-read-agentview):
7514         * flow-fill.el (show-trailing-whitespace):
7515         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7516         eval-and-compile wrappers for byte compiler pacifiers.
7517
7518         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7519         (mm-display-inline-fontify): Check for featurep 'xemacs not
7520         extent-list.
7521
7522         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7523         itimer-list.
7524         (mm-create-image-xemacs): Only do something for XEmacs.
7525         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7526
7527         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7528
7529         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7530         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7531
7532 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7533
7534         * nnimap.el (nnimap-split-download-body):
7535         * gnus-demon.el (gnus-demon):
7536         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7537
7538 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7539
7540         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
7541         macros.
7542         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7543         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7544         copy data from unibyte buffer to multibyte current buffer.
7545         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7546         to copy data from unibyte current buffer to multibyte buffer.
7547         (nntp-make-process-buffer): Make process buffer unibyte.
7548
7549         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7550
7551 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7552
7553         * pop3.el (pop3-open-server): Accept and process data more robustly at
7554         connexion start to avoid spurious "POP SSL connexion failed" errors.
7555
7556 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7557
7558         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7559         read group names.
7560
7561 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7562
7563         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7564
7565 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7566
7567         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7568         (nnmail-save-active): Use a unibyte buffer when saving active file,
7569         which may contain non-ASCII group names.
7570
7571         * nnml.el (nnml-request-group): Decode group names in messages.
7572
7573 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7574
7575         * message.el (message-citation-line-function)
7576         (message-insert-formatted-citation-line): Fix spelling of
7577         `message-insert-formated-citation-line'.
7578
7579 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7580
7581         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7582
7583 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7584
7585         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7586         nnmail-pathname-coding-system.
7587
7588         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7589         that a user enters; decode group names in messages.
7590
7591         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7592
7593 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7594
7595         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7596
7597         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7598
7599         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7600         risky local variable.
7601
7602         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7603
7604 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7605
7606         * encrypt.el: Improve documentation to fix function name typo.
7607         Reported by Daiki Ueno <ueno@unixuser.org>.
7608
7609 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7610
7611         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7612         even if the point is not in the last page of an article.
7613         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7614         back to the previous page.
7615
7616 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7617
7618         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7619
7620 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7621
7622         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7623
7624 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7625
7626         * message.el (message-check-news-body-syntax): Avoid
7627         mm-string-as-multibyte.
7628         (message-hide-headers): Don't assume (point-min)==1.
7629
7630 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7631
7632         * message.el (message-remove-blank-cited-lines): Fix if remove is
7633         given.
7634         (message-bogus-address-regexp): New variable.
7635         (message-bogus-recipient-p): New function.
7636         (message-check-recipients): New command.
7637         (message-syntax-checks): Add `bogus-recipient'.
7638         (message-fix-before-sending): Add `bogus-recipient'.
7639
7640         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7641         (gnus-treat-body-boundary): Don't test window-system.
7642
7643 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
7644
7645         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7646
7647 2007-10-28  Miles Bader  <miles@gnu.org>
7648
7649         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7650         at compile-time too.
7651
7652 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7653
7654         * gnus-msg.el (gnus-message-setup-hook): Add
7655         `message-remove-blank-cited-lines' to options.
7656
7657 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7658
7659         * message.el (message-remove-blank-cited-lines): New function.
7660         Suggested by Karl Plästerer.
7661
7662 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7663
7664         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7665         mapc.
7666
7667         * imap.el (imap-open): Replace mapcar called for effect with mapc.
7668         (top-level): Use mapc to set functions to be traced for debugging.
7669
7670         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7671         called for effect with while loop.
7672
7673         * message.el (message-talkative-question): Replace mapcar called for
7674         effect with mapc.
7675
7676         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7677         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7678         called for effect with dolist.
7679
7680         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7681
7682         * nndiary.el: Use dolist instead of mapcar to add diary headers to
7683         gnus-extra-headers and nnmail-extra-headers.
7684
7685         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7686         called for effect with dolist.
7687         (top-level): Use mapc to set functions to be traced for debugging.
7688
7689         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7690         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7691         dolist.
7692
7693         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7694         Replace mapcar called for effect with mapc.
7695         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7696         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7697         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7698         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7699
7700         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7701         remove-if that's a cl function.
7702
7703         * webmail.el (webmail-debug): Replace mapcar called for effect with
7704         dolist.
7705
7706         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
7707         with mapc.
7708
7709 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7710
7711         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
7712         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7713         with while loop.
7714
7715         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7716         functions from article-* functions.
7717         (gnus-multi-decode-header): Replace mapcar called for effect with
7718         dolist.
7719
7720         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7721         (gnus-bookmark-show-details): Replace mapcar called for effect with
7722         while loop.
7723
7724         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7725         called for effect with while loop.
7726
7727         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7728         with dolist.
7729
7730         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
7731         mapcar called for effect with dolist.
7732
7733         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7734
7735         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7736         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7737         Replace mapcar called for effect with dolist.
7738         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7739         mapc.
7740
7741         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7742         Replace mapcar called for effect with dolist.
7743         (gnus-topic-list): Replace mapcar called for effect with mapc.
7744
7745         * gnus.el: Use mapc instead of mapcar to add autoloads.
7746
7747 2007-10-23  Richard Stallman  <rms@gnu.org>
7748
7749         * gnus-group.el (gnus-group-highlight): Mark as risky.
7750
7751 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7752
7753         * gnus.el (gnus-server-to-method): Return method found first in
7754         gnus-newsrc-alist.
7755
7756         * gnus-art.el (gnus-article-highlight-signature)
7757         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7758         button overlay without the front stickiness.
7759
7760 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
7761
7762         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7763         overview buffer needed a catch to receive its throw.
7764         (gnus-agent-flush-cache): Declared as interactive to make this function
7765         easier to use.
7766
7767 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
7768
7769         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7770         `next-line'.
7771
7772 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7773
7774         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7775         exclude address matching message-dont-reply-to-names.
7776
7777 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7778
7779         * gnus-util.el (gnus-string<): New function.
7780
7781         * gnus-sum.el (gnus-article-sort-by-author)
7782         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
7783
7784 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7785
7786         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7787         the frame-focus tag is set in gnus-buffer-configuration.
7788
7789 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7790
7791         * gnus-art.el (gnus-article-add-button): Make a button overlay without
7792         the front stickiness.
7793
7794 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7795
7796         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7797         url pattern; remove duplicate one.
7798         (gnus-article-extend-url-button): New function.
7799         (gnus-article-add-buttons): Use it.
7800         (gnus-button-push): Use concatenated url that it makes.
7801
7802 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7803
7804         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7805
7806 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7807
7808         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7809         Don't hardcode point-min==1.
7810
7811 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7812
7813         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7814         Fix comment about "iso8859-1".
7815
7816 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
7817
7818         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
7819         ones returned from the verify-function.
7820
7821         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
7822         mml2015-extract-cleartext-signature if extraction failed.
7823
7824 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
7825
7826         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
7827         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
7828         failed.
7829
7830 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7831
7832         * Relicense "GPLv2 or later" files to "GPLv3 or later".
7833
7834 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
7835
7836         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
7837         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
7838         recommends to use EasyPG instead of PGG.
7839
7840         * pgg.el: Revert to revision 6.23.2.16.
7841
7842         * pgg-def.el: Revert to revision 6.6.2.14.
7843
7844         * pgg-gpg.el: Revert to revision 6.23.2.34.
7845
7846 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7847
7848         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
7849         to mark a thread as expirable.  Add variable `hide' to handle hiding of
7850         thread for both the null and zero (kill/expire thread) universal prefix
7851         cases.
7852         (gnus-summary-expire-thread): Add new function to expire a thread,
7853         using gnus-summary-kill-thread.
7854         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
7855         shortcuts for gnus-summary-expire-thread.
7856         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
7857         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
7858
7859 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7860
7861         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
7862         extras value, so an extras entry can be deleted.
7863         (gnus-registry-delete-extra-entry): Use it.
7864         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
7865         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
7866         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
7867         storage through the gnus-registry, and provide an appropriate API for
7868         it.
7869
7870 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7871
7872         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
7873         Suggested by Leo <sdl.web@gmail.com>.
7874
7875         * gnus.el: Do.
7876
7877 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7878
7879         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
7880         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
7881
7882         * gnus-agent.el (gnus-agent-fetch-headers): Do.
7883
7884         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7885         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
7886
7887 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7888
7889         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
7890         newline.
7891         (nnmbox-request-accept-article): Don't change article in source buffer;
7892         narrow to header to use message-fetch-field rather than
7893         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
7894         (nnmbox-request-replace-article): Quote lines that'll be misidentified
7895         as delimiters; make sure article ends with newline.
7896         (nnmbox-delete-mail): Correct last position of article to be deleted;
7897         ignore X-Gnus-Newsgroup header in article body.
7898         (nnmbox-save-mail): Quote lines looking like delimiters at the right
7899         positions; make sure article ends with newline.
7900
7901         * message.el (message-display-abbrev): Don't infloop when a user
7902         inserts SPC in the beginning of header.
7903
7904         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
7905         coding-system-for-read and coding-system-for-write for XEmacs having no
7906         file-coding feature.
7907
7908         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
7909
7910 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
7911
7912         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
7913         list of groups not followed by default.  Fix type to be regexp.
7914         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
7915
7916 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
7917
7918         * hmac-def.el (define-hmac-function): Switch from old-style to
7919         new-style backquotes.
7920
7921         * md4.el (md4-make-step): Likewise.
7922
7923 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7924
7925         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
7926         raw-text coding system when saving .newsrc file, which may contain
7927         non-ASCII group names.
7928
7929 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7930
7931         * gnus-cus.el (gnus-score-extra): New widget.
7932         (gnus-score-extra-convert): New function.
7933         (gnus-score-customize): Use it for Extra.
7934
7935 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
7936
7937         * mml2015.el (mml2015-extract-cleartext-signature): New function.
7938         (mml2015-mailcrypt-clear-verify): Use it.
7939         (mml2015-gpg-clear-verify): Use it.
7940         (mml2015-pgg-clear-verify): Use it.
7941         (mml2015-epg-clear-verify): Replace the current part with the output
7942         from GnuPG; don't extract the plaintext by itself.
7943
7944         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
7945         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
7946         mml2015-clear-verify-function; don't touch the armor headers or
7947         dash-escaped text here.
7948
7949 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7950
7951         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
7952         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
7953         parts, or application/octet-stream as a last resort.
7954         (gnus-mime-view-part-as-type): Don't toggle display.
7955         (gnus-mime-view-part-as-charset): Don't turn off display before
7956         querying charset.
7957
7958         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
7959         stuff to undisplayer function in Emacs.
7960         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
7961
7962         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
7963         text/calendar parts.
7964
7965 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7966
7967         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
7968         decoding text/calendar parts.
7969
7970         * message.el (message-forward-make-body-mime): Always mark body as
7971         having no illegible text; remove signed-or-encrypted argument.
7972         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
7973
7974         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
7975         (mml-generate-mime-1): Don't encode body if it is specified to be in
7976         raw form; don't make buffer be unibyte when inserting multibyte string.
7977
7978 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7979
7980         * sha1.el: Fix up comment style.
7981         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
7982         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
7983
7984         * hex-util.el: Fix up comment style.
7985         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
7986
7987         * gnus-salt.el: Use with-current-buffer.
7988         (gnus-pick-setup-message): Fix long-standing typo.
7989
7990 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7991
7992         * imap.el (imap-logout-timeout): New variable.
7993         (imap-logout, imap-logout-wait): New functions.
7994         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
7995
7996         * nnimap.el (nnimap-logout-timeout): New server variable.
7997         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
7998         nnimap-logout-timeout.
7999
8000         * gnus-art.el (gnus-article-summary-command-nosave)
8001         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8002
8003 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8004
8005         * gnus.el (gnus-maximum-newsgroup): New variable.
8006
8007         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8008         according to gnus-maximum-newsgroup.
8009
8010         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8011         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8012         Limit the range of articles according to gnus-maximum-newsgroup.
8013
8014 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8015
8016         * gnus-art.el (gnus-sticky-article): Fixed problems described in
8017         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8018         Don't perform gnus-configure-windows here; reuse existing sticky
8019         article buffer.
8020
8021         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8022         it doesn't exist in gnus-article-mode.
8023
8024 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8025
8026         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8027         (gnus-agent-decoded-group-name): New function.
8028         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8029         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8030
8031 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8032
8033         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8034         Add binding for gnus-sticky-article.
8035         (gnus-summary-exit): Don't kill sticky article buffers.
8036
8037         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8038         article buffer.
8039         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8040         (gnus-kill-sticky-article-buffers): New commands.
8041
8042 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8043
8044         * nntp.el (nntp-xref-number-is-evil): New server variable.
8045         (nntp-find-group-and-number): If it is non-nil, don't trust article
8046         numbers in the Xref header.
8047
8048 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8049
8050         * gnus-agent.el (gnus-agent-read-group): New function.
8051         (gnus-agent-flush-group, gnus-agent-expire-group)
8052         (gnus-agent-regenerate-group): Use it.
8053         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8054         nnmail-pathname-coding-system.
8055
8056 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8057
8058         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8059
8060         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8061         that are unread as unread, and also as selected so that information of
8062         marks having been changed by a user may be updated when exiting group.
8063
8064 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8065
8066         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8067         calculated ignoring signature parts to gnus-treat-article.
8068
8069 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8070
8071         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8072         a point here in order to keep the window start.
8073         (gnus-insert-mime-security-button): Make a button overlay without the
8074         front stickiness.
8075         (gnus-mime-display-security): Goto the end of a button.
8076
8077         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8078
8079 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8080
8081         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8082         group-name-at-point.
8083         (gnus-group-completing-read): New function that offers decoded
8084         non-ASCII group names for completion.
8085         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8086         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8087         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8088         (gnus-group-fetch-control): Use it.
8089         (gnus-fetch-group): Use group-name-at-point for the initial value
8090         rather than the default value; use gnus-alive-p.
8091
8092         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8093         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8094         (gnus-summary-post-news): Use gnus-group-completing-read.
8095
8096         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8097         (gnus-read-move-group-name): Decode group name for completion.
8098
8099 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8100
8101         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8102         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8103         Yamaoka slightly modified the code).
8104
8105 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8106
8107         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8108         (nnmail-split-incoming): Bind it.
8109
8110         * nnml.el (nnml-group-name-charset): New function.
8111         (nnml-decoded-group-name): Use it; don't decode group name if
8112         nnmail-group-names-not-encoded-p is non-nil.
8113         (nnml-encoded-group-name): New function.
8114         (nnml-group-pathname): Inline nnml-decoded-group-name.
8115         (nnml-request-expire-articles): Decode group name in message.
8116         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8117         nnmail-pathname-coding-system.
8118         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8119         not decoded ones according to nnmail-group-names-not-encoded-p.
8120         (nnml-generate-active-info): Use nnml-encoded-group-name.
8121
8122 2007-08-08  Glenn Morris  <rgm@gnu.org>
8123
8124         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8125         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8126         doc-strings and comments.
8127
8128 2007-07-25  Glenn Morris  <rgm@gnu.org>
8129
8130         * Relicense all FSF files to GPLv3 or later.
8131
8132 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8133
8134         * gnus-sum.el (gnus-summary-move-article): Make
8135         gnus-summary-respool-article work.
8136
8137 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8138
8139         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8140         string.
8141
8142 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8143
8144         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8145         that should be ignored when comparing distant RSS articles with local
8146         ones.
8147         (nnrss-make-hash-index): New function.  Create a hash index according
8148         to the ignored fields.
8149         (nnrss-check-group): Use it.
8150
8151 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8152
8153         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8154
8155         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8156
8157         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8158         the new optional argument ENCODED is non-nil.
8159         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8160         coding system for encoding group name.
8161         (gnus-group-make-rss-group): Pass un-encoded group name to
8162         gnus-group-make-group.
8163         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8164         encoded.
8165
8166         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8167         Encode group name to which articles are moved or copied.
8168         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8169         coding system for encoding Newsgroup, Followup-To and Xref headers.
8170
8171         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8172         marks; use nnheader-file-coding-system to write a file.
8173         (nnagent-retrieve-headers): Bind file-name-coding-system to
8174         nnmail-pathname-coding-system.
8175
8176         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8177
8178         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8179         (nnml-request-article, nnml-request-create-group)
8180         (nnml-request-rename-group, nnml-find-id)
8181         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8182         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8183         (nnml-save-marks): Use nnml-group-pathname instead of
8184         nnmail-group-pathname.
8185
8186         (nnml-request-create-group, nnml-request-expire-articles)
8187         (nnml-request-move-article, nnml-request-delete-group)
8188         (nnml-deletable-article-p, nnml-possibly-create-directory)
8189         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8190         (nnml-open-marks): Bind file-name-coding-system to
8191         nnmail-pathname-coding-system.
8192
8193         (nnml-request-article): Pass server argument to nnml-find-group-number.
8194         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
8195         server argument to nnml-possibly-create-directory.
8196         (nnml-request-accept-article): Pass server argument to
8197         nnml-active-number and nnml-save-mail.
8198         (nnml-find-group-number): Pass server argument to nnml-find-id.
8199         (nnml-request-update-info): Pass server argument to
8200         nnml-marks-changed-p.
8201
8202         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8203         (nnml-save-mail, nnml-active-number): Add server argument.
8204
8205         (nnml-request-delete-group): Warn if group is missing.
8206         (nnml-get-nov-buffer): Decode group name.
8207         (nnml-generate-active-info): Encode group name.
8208         (nnml-open-marks): Decode group name in messages.
8209
8210 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8211
8212         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8213         if it is not specified.
8214         (gnus-article-pipe-part, gnus-article-save-part)
8215         (gnus-article-interactively-view-part, gnus-article-copy-part)
8216         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8217         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8218         (gnus-article-replace-part, gnus-article-delete-part)
8219         (gnus-article-view-part-as-type): Pass raw prefix argument to
8220         gnus-article-part-wrapper.
8221
8222 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8223
8224         * gnus-agent.el (gnus-agent-save-active): Bind
8225         nnheader-file-coding-system to gnus-agent-file-coding-system.
8226
8227         * gnus-cache.el (gnus-cache-save-buffers)
8228         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8229         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8230         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8231         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8232         (gnus-cache-generate-active, gnus-cache-rename-group)
8233         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8234         (gnus-cache-update-overview-total-fetched-for): Bind
8235         file-name-coding-system to nnmail-pathname-coding-system.
8236         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
8237         variables.
8238         (gnus-cache-decoded-group-name): New function.
8239         (gnus-cache-file-name): Use it.
8240         (gnus-cache-generate-active): Use non-decoded group name for active.
8241
8242         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8243         right place.
8244         (gnus-write-active-file): Don't break non-ASCII group names.
8245
8246         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8247         nnmail-pathname-coding-system.
8248
8249         * lpath.el: Bind default-file-name-coding-system,
8250         file-name-coding-system and language-info-alist for XEmacs.
8251
8252         * gnus-uu.el (gnus-uu-decode-save): Typo.
8253
8254 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8255
8256         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8257
8258 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8259
8260         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8261         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8262         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8263         (gnus-agent-flush-group, gnus-agent-flush-cache)
8264         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8265         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8266         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8267         (gnus-agent-regenerate-group)
8268         (gnus-agent-update-files-total-fetched-for)
8269         (gnus-agent-update-view-total-fetched-for): Bind
8270         file-name-coding-system to nnmail-pathname-coding-system.
8271         (gnus-agent-group-pathname): Don't encode file names by
8272         nnmail-pathname-coding-system.
8273         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8274         coding-system-for-write instead of buffer-file-coding-system to
8275         gnus-agent-file-coding-system.
8276
8277         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8278         Decode group name.
8279
8280         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8281
8282         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8283         (gnus-read-newsrc-el-file): Make group names unibyte.
8284
8285         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8286         nnmail-pathname-coding-system.
8287
8288         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8289         (nnrss-request-delete-group): Bind file-name-coding-system to
8290         nnmail-pathname-coding-system.
8291         (nnrss-read-server-data, nnrss-read-group-data): Bind
8292         file-name-coding-system correctly.
8293         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8294
8295         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8296         (nntp-server-to-method-cache): New variable.
8297         (nntp-group-pathname): New function that decodes non-ASCII group names.
8298         (nntp-possibly-create-directory, nntp-marks-changed-p)
8299         (nntp-save-marks, nntp-open-marks): Use it.
8300         (nntp-possibly-create-directory, nntp-open-marks):
8301         Bind file-name-coding-system to nnmail-pathname-coding-system.
8302         (nntp-open-marks): Decode group names when bootstrapping marks.
8303
8304         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8305         Newsgroups and Folowup-To headers.
8306
8307 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8308
8309         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8310         (gnus-server-closed-face, gnus-server-denied-face)
8311         (gnus-server-offline-face): Remove variable.
8312         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8313
8314         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8315         of modifying message-stack directly for XEmacs.
8316
8317         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8318         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8319         if the coding-system argument is nil for XEmacs.
8320
8321         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8322         mm-charset-override-alist.
8323
8324         * rfc2047.el: Don't require base64; require rfc2045 for the function
8325         rfc2045-encode-string.
8326         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8327         to quote the parameter value.
8328
8329 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8330
8331         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8332         form in gnus-group-name-charset-method-alist.
8333
8334         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8335         overrides the default layout edit-form.
8336
8337         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8338
8339         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8340
8341 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8342
8343         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8344         as unfetched articles.
8345
8346 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8347
8348         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8349
8350 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8351
8352         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8353         original back end that keeps marks in the local system.
8354
8355 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8356
8357         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8358         arg of pop-to-buffer for XEmacs.
8359         (gnus-article-read-summary-keys): Ditto; don't restore window
8360         configuration if summary command ends up with neither article buffer
8361         nor summary buffer; describe bindings if summary keys end with C-h.
8362
8363 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8364
8365         * message.el (message-fix-before-sending): Skip raw message part to be
8366         forwarded while checking illegible text.
8367         (message-forward-make-body-mime, message-forward-make-body): Mark
8368         signed or encrypted raw message as having no illegible text.
8369
8370 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8371
8372         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8373         (gnus-message-with-timestamp-1): New macro.
8374         (gnus-message-with-timestamp): New function.
8375         (gnus-message): Use them.
8376
8377         * nnheader.el (nnheader-message): Use them.
8378
8379 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8380
8381         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8382         .newsrc.eld file.
8383
8384 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8385
8386         * gnus-agent.el (gnus-agent-fetch-headers)
8387         (gnus-agent-retrieve-headers): Bind
8388         gnus-decode-encoded-address-function to identity.
8389
8390         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8391         available also when the server returns simply a dot.
8392
8393         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8394
8395 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8396
8397         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8398
8399 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8400
8401         * gnus-ems.el (gnus-x-splash): Make it work.
8402
8403         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8404         from being used.
8405
8406         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
8407
8408 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8409
8410         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
8411         4th and the 5th arguments.
8412
8413         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8414         the front stickiness.
8415         (gnus-article-summary-command-nosave): Correct the order of the
8416         arguments passed to pop-to-buffer.
8417         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8418         summary command ends up with the article buffer.
8419
8420         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8421         the same faces.
8422
8423 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8424
8425         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8426
8427 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8428
8429         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8430         * gnus-sum.el (gnus-summary-highlight):
8431         * pgg.el (pgg-sign-region, pgg-sign):
8432         * mail-source.el (mail-source-delete-old-incoming-confirm):
8433         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8434
8435 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8436
8437         * gnus-art.el (gnus-mime-view-part-externally)
8438         (gnus-mime-view-part-internally): Fix predicate function passed to
8439         completing-read.
8440
8441         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8442
8443         * gnus.el (gnus-update-message-archive-method): Add :version.
8444
8445 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8446
8447         * gnus.el (gnus-update-message-archive-method): New variable.
8448
8449         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8450         according to gnus-message-archive-method if
8451         gnus-update-message-archive-method is non-nil.
8452
8453 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8454
8455         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
8456         by Loic Dachary <loic@dachary.org>.
8457         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8458
8459 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8460
8461         * message.el (message-pop-to-buffer): Add switch-function argument.
8462         (message-mail): Pass switch-function argument to it.
8463
8464 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8465
8466         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8467         Improve doc string.
8468
8469 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8470
8471         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8472         (gnus-header-content)
8473         * gnus-cite.el (gnus-cite-10)
8474         * gnus-srvr.el (gnus-server-closed)
8475         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8476         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8477         (gnus-group-mail-3-empty, gnus-group-mail-low)
8478         (gnus-group-mail-low-empty, gnus-splash)
8479         * message.el (message-header-to, message-header-cc)
8480         (message-header-subject, message-header-other, message-header-name)
8481         (message-header-xheader, message-separator, message-cited-text)
8482         (message-mml): Lighten colors of faces used for dark background.
8483
8484 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8485
8486         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8487         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8488
8489 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8490
8491         * message.el (message-narrow-to-headers-or-head):
8492         Ignore mail-header-separator in the body.
8493
8494 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8495
8496         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8497         same as window size.
8498
8499 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8500
8501         * message.el (message-font-lock-keywords): Use message-header-xheader
8502         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8503         ahead of the anything pattern, to get it recognised.
8504
8505 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8506
8507         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8508         spam.el loads uses it in the compiled defadvice form.
8509
8510 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8511
8512         * gnus-sum.el (gnus-articles-to-read)
8513         (gnus-summary-insert-old-articles): Don't truncate group name for
8514         `read-string'.
8515
8516         * gnus-util.el (gnus-limit-string): Delete this function.
8517
8518         * gnus-sum.el (gnus-simplify-subject-fully): Use
8519         `truncate-string-to-width' instead.
8520
8521 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8522
8523         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
8524         if, on summary exit, the next group has to be selected.
8525         (gnus-summary-exit): Use it.
8526
8527 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8528
8529         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8530         non-break space.
8531
8532 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8533
8534         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8535         Check if group is not a directory.
8536         (nnfolder-request-expire-articles): Don't delete articles if the target
8537         group is not available.
8538
8539         * nnml.el (nnml-request-create-group): Properly check if group is not a
8540         file.
8541         (nnml-request-expire-articles): Don't delete articles if the target
8542         group is not available.
8543
8544         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8545         Don't quote characters that are within parentheses.
8546
8547 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8548
8549         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8550         (gnus-handle-ephemeral-exit): Select article according to it.
8551
8552 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8553
8554         * message.el (message-insert-formated-citation-line): Remove newline.
8555         (message-citation-line-format): Add final \n here so that the user can
8556         avoid a blank line.
8557
8558 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8559
8560         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8561         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8562         Update lanl/arXiv support.
8563
8564 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8565
8566         * gnus.el: Bump version number.
8567
8568 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8569
8570         * gnus.el (gnus-version-number): Bump version.
8571
8572 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8573
8574         * gnus.el: No Gnus v0.6 is released.
8575
8576 2007-04-27  Didier Verna  <didier@xemacs.org>
8577
8578         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
8579         * gmm-utils.el (gmm-regexp-concat): here.
8580         * message.el: Don't require 'gnus-util.
8581         (message-dont-reply-to-names): Handle name change above.
8582         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8583
8584 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8585
8586         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8587         since the initial value varies according to the system.
8588
8589 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8590
8591         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8592
8593 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8594
8595         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8596
8597 2007-04-24  Didier Verna  <didier@xemacs.org>
8598
8599         Improve the type of gnus-ignored-from-addresses.
8600         * gnus-util.el (gnus-orify-regexp): New function.
8601         * message.el (gnus-util): Require it.
8602         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8603         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8604         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8605
8606 2007-04-24  Didier Verna  <didier@xemacs.org>
8607
8608         * gnus-sum.el:
8609         * gnus-utils.el: Fix some trailing whitespaces.
8610
8611 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8612
8613         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8614         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8615         article's Message-ID; refer parent article in summary buffer.
8616
8617         * message.el (message-bounce): Call mime-to-mml.
8618
8619         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
8620         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
8621         optimize and/or forms properly.
8622
8623 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
8624
8625         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
8626         URL.
8627
8628 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8629
8630         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8631
8632 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8633
8634         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8635         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8636         displayed of multipart/alternative part if it is invoked from summary
8637         buffer.
8638
8639         * mm-view.el (mm-inline-text-html-render-with-w3m)
8640         (mm-inline-text-html-render-with-w3m-standalone)
8641         (mm-inline-render-with-function): Use mail-parse-charset by default.
8642
8643 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
8644
8645         * parse-time.el (parse-time-string-chars): Check if CHAR
8646         is less than the length of parse-time-syntax.
8647
8648 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8649
8650         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8651         from gnus-newsgroup-processable.
8652
8653 2007-04-16  Didier Verna  <didier@xemacs.org>
8654
8655         * gnus-msg.el (gnus-configure-posting-styles): Handle
8656         message-signature-directory properly with :file syntax.  Reported by
8657         "Leo".
8658
8659 2007-04-11  Didier Verna  <didier@xemacs.org>
8660
8661         New user option: message-signature-directory.
8662         * gnus-msg.el (gnus-configure-posting-styles): Support it.
8663         * message.el (message-insert-signature): Ditto.
8664         * message.el (message-signature-file): Doc update.
8665         * message.el (message-signature-directory): New.
8666
8667 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8668
8669         * gnus-msg.el (gnus-inews-yank-articles): Use
8670         message-exchange-point-and-mark instead of exchange-point-and-mark.
8671
8672 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8673
8674         * message.el (message-yank-original): Make sure cited text ends with
8675         newline; don't exchange point and mark.
8676
8677 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
8678
8679         * tls.el (open-tls-stream): Properly handle case where there
8680         is no associated buffer.
8681
8682 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
8683
8684         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8685         message-yank-original, make sure (< mark TEXT point).
8686
8687 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8688
8689         * message.el (message-fill-column): New variable.
8690         (message-mode): Use it.  Add comment on a possible new hook.
8691
8692         * nnmail.el (nnmail-spool-file): Mark as obsolete.
8693         (nnmail-get-new-mail): Reformat.
8694
8695         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8696
8697         * gmm-utils.el: Fix Commentary.
8698         (gmm-tool-bar-from-list): Fix typo in doc string.
8699
8700 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
8701
8702         * message.el (message-yank-original): Don't switch point and mark
8703         unnecessarily to put point and mark as documented.
8704
8705 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8706
8707         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8708         from the message heads.
8709
8710 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
8711
8712         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8713         article buffer does not have a window.  This may not be the best
8714         solution but is certainly better than setting the start of the null,
8715         that is the current, window.
8716
8717 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8718
8719         * gnus-draft.el (gnus-draft-setup-hook): New hook.
8720         (gnus-draft-setup): Run it.
8721
8722         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8723         gnus-score-fast-scoring.  Allow regexp.
8724         (gnus-score-headers): Use it.
8725
8726         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8727         XEmacs.
8728
8729         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8730         string.
8731         (gnus-button-alist): Also catch `<f1> k ...'.
8732         (gnus-treat-display-x-face): Fix doc string.
8733
8734 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8735
8736         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
8737         evaluation of gnus-extended-version to ensure correct generation of the
8738         User-Agent header when message-generate-headers-first is used.
8739
8740 2007-03-24  Simon Josefsson  <simon@josefsson.org>
8741
8742         * hashcash.el (hashcash-generate-payment-async): Don't crash if
8743         hashcash-path is nil.  Don't call callback with incorrect number of
8744         parameters if val is 0.
8745
8746 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8747
8748         * message.el (message-required-news-headers):
8749         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8750
8751 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
8752
8753         * tls.el (open-tls-stream): In handshake-waiting loop,
8754         don't wait more if there is output available to process.
8755
8756 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
8757
8758         * tls.el (tls-program): Doc fix.
8759
8760 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8761
8762         * message.el (message-generate-new-buffers): Change the meaning of the
8763         nil value; add `standard' to the choices; treat t as `unique'; improve
8764         doc string.
8765         (gnus-select-frame-set-input-focus): Autoload.
8766         (message-buffer-name): Search for the existing message buffer if
8767         message-generate-new-buffers is nil or `standard'; treat the value t of
8768         message-generate-new-buffers as `unique'.
8769         (message-pop-to-buffer): Raise the frame already displaying the message
8770         buffer; clear the echo area after querying.
8771         (message-setup): Pass the `continue' argument to compose-mail.
8772         (message-mail): Prefer `switch-function' if it is given; search for the
8773         existing message buffer if the `continue' argument is non-nil; pass
8774         continue and switch-function arguments to compose-mail by way of
8775         message-setup.
8776         (message-mail-other-window): Adjust argument of message-setup.
8777         (message-mail-other-frame): Ditto.
8778
8779 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8780
8781         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
8782         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
8783         to turn font-lock on when turning gnus-message-citation-mode on.
8784
8785 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
8786
8787         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8788         (mml-smime-function-alist): New variable; add epg as the backend.
8789         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8790         mml-smime- functions instead.
8791         * mm-view.el: Require smime.
8792
8793 2007-03-05  Didier Verna  <didier@xemacs.org>
8794
8795         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8796         instead of just inheritance for posting styles.
8797         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8798
8799 2007-02-24  Chris Moore  <dooglus@gmail.com>
8800
8801         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
8802         * pgg-pgp.el (pgg-pgp-encrypt-region):
8803         * pgg-gpg.el (pgg-gpg-encrypt-region):
8804         Check pgg-encrypt-for-me if no other recipients.
8805
8806 2007-02-24  John Paul Wallington  <jpw@pobox.com>
8807
8808         * tls.el (tls-certtool-program): Fix custom type.
8809
8810 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8811
8812         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8813         and point-at-eol instead of line-(beginning|end)-position.
8814
8815         * assistant.el (assistant-parse-buffer): Ditto.
8816
8817         * netrc.el (netrc-parse-services): Ditto.
8818
8819 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
8820
8821         * mml2015.el (mml2015-epg-find-usable-key): New function.
8822         (mml2015-epg-sign): Use it.
8823         (mml2015-epg-encrypt): Use it.
8824
8825 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8826
8827         * message.el (message-make-in-reply-to): Quote name containing
8828         non-ASCII characters.  It will make the RFC2047 encoder cause an error
8829         if there are special characters.  Reported by NAKAJI Hiroyuki
8830         <nakaji@jp.freebsd.org>.
8831
8832 2007-02-27  Didier Verna  <didier@xemacs.org>
8833
8834         Include the group parameters as well as the topic ones in the
8835         inheritance filter process.
8836         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
8837         argument GROUP-PARAMS-LIST.
8838         * gnus-topic.el (gnus-group-topic-parameters): Use it.
8839
8840 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8841
8842         * nntp.el (nntp-never-echoes-commands)
8843         (nntp-open-connection-functions-never-echo-commands): New variables.
8844         (nntp-send-command): Use them.
8845
8846 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
8847
8848         * mml2015.el (mml2015-epg-verify): Simplified.
8849
8850 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8851
8852         * mml.el (mml-content-disposition-alist): New user option.
8853         (mml-content-disposition): New function.
8854         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
8855         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
8856
8857 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
8858
8859         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
8860         verification.
8861
8862 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8863
8864         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
8865         articles posted in the last 24 hours.
8866
8867 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
8868
8869         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
8870
8871 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
8872
8873         * nntp.el (nntp-send-command): Don't wait for echoes when
8874         nntp-open-ssl-stream is used.
8875
8876 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8877
8878         * gnus-cite.el (gnus-test-font-lock-add-keywords)
8879         (gnus-message-add-citation-keywords)
8880         (gnus-message-remove-citation-keywords): Remove.
8881         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
8882         directly, make the variables in font-lock-defaults buffer-local, add
8883         gnus-message-citation-keywords to them and then update the value of
8884         font-lock-keywords.
8885
8886 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8887
8888         * message.el (message-cite-original-1): Don't call
8889         gnus-article-highlight-citation.
8890
8891         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
8892         citations; fix line count.
8893
8894 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8895
8896         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
8897         (gnus-message-add-citation-keywords)
8898         (gnus-message-remove-citation-keywords): Use it; fix the emulating
8899         versions of font-lock-add-keywords and font-lock-remove-keywords to
8900         work with XEmacs correctly.
8901
8902 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8903
8904         * gnus-cite.el (gnus-cite-face-list): Set the values of
8905         gnus-message-max-citation-depth and gnus-message-citation-keywords.
8906         (gnus-message-max-citation-depth): Use defvar rather than defconst.
8907         (gnus-message-cite-prefix-regexp): New variable.
8908         (gnus-message-search-citation-line): Use it; protect against long
8909         citation prefix; fill match data with nil rather than 0 for XEmacs; set
8910         the 0th match data for Emacs.
8911         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
8912         (gnus-message-add-citation-keywords): Append keywords rather than
8913         prepending; emulate font-lock-add-keywords if it is not available.
8914         (gnus-message-remove-citation-keywords): Emulate
8915         font-lock-remove-keywords if it is not available.
8916
8917         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
8918
8919         * message.el (message-cite-prefix-regexp): Set the value of
8920         gnus-message-cite-prefix-regexp.
8921
8922 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8923
8924         * nnweb.el (nnweb-google-parse-1): Update parser.
8925
8926 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
8927
8928         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
8929
8930 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8931
8932         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8933         regexp.
8934
8935 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8936
8937         * uudecode.el (uudecode-string-to-multibyte): New function emulating
8938         string-to-multibyte.
8939         (uudecode-decode-region-internal): Use it.
8940
8941         * lpath.el: Fbind string-as-multibyte for XEmacs.
8942
8943 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8944
8945         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
8946         custom choice.
8947
8948         * gnus-art.el (gnus-signature-limit): Fix custom choice.
8949
8950 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
8951
8952         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
8953
8954         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
8955         `write-region' to respect `mm-inhibit-file-name-handlers'.
8956
8957 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
8958
8959         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
8960         Use gnus-home-directory instead of "~/" or "$HOME".
8961
8962 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
8963
8964         * encrypt.el (encrypt-insert-file-contents): Add better prompt
8965         to mention filename.
8966         Add comments at beginning regarding usage.
8967         (encrypt-write-file-contents): Change interactive so a string is
8968         acceptable.  If the file has no associated model, show an error instead
8969         of a nonsense prompt.
8970
8971 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8972
8973         * spam.el (spam-bsfilter-ham-switch): Fix typo.
8974         Thanks to Yoshihiko Yamada for kind notification of this typo.
8975
8976 2007-01-12  Kenichi Handa  <handa@m17n.org>
8977
8978         * uudecode.el (uudecode-decode-region-internal): Make it work in a
8979         multibyte buffer.
8980
8981 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8982
8983         * gnus-score.el (gnus-score-fast-scoring): New variable.
8984         (gnus-score-headers): Use it.
8985
8986         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
8987
8988         * message.el (message-cite-original-1): Call
8989         gnus-article-highlight-citation if requested.
8990         (message-make-from): Allow name and address as optional arguments.
8991
8992         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
8993
8994         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
8995         bugs to doc string.
8996         (gnus-button-alist): Add mid\\|message-id.
8997         (gnus-button-fetch-group): Extend for use in
8998         `browse-url-browser-function'.
8999         (gnus-button-url-regexp): Try to catch paired parentheses like in
9000         Wikipedia URLs.
9001
9002         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9003         Suggested by Simon Krahnke <overlord@gmx.li>.
9004
9005 2007-01-13  Romain Francoise  <romain@orebokech.com>
9006
9007         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9008         Update copyright.
9009
9010 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9011
9012         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9013
9014 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9015
9016         * gnus-registry.el (gnus-registry-unfollowed-groups)
9017         (gnus-registry-split-fancy-with-parent): Fix documentation.
9018
9019 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9020
9021         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9022         from nnweb groups.
9023
9024 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9025
9026         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9027         Xref urls.  Erase buffer before requesting head.
9028
9029 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9030
9031         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9032         customizable.
9033
9034 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9035
9036         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9037         no signing key is found.
9038         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9039         no encrypting and/or signing key is found.
9040
9041 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9042
9043         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9044
9045 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9046
9047         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9048         headers read from disk with the ones newly found in the current search.
9049         This should no longer cause problems, because the article numbers in
9050         Gmane's `nov.php' output are ignored since the previous change.
9051
9052 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9053
9054         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9055
9056 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9057
9058         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
9059         replace-regexp-in-string; bind url-version; fbind display-images-p and
9060         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
9061         find-face and set-itimer-function for Emacs; bind itimer-list for
9062         Emacs.
9063
9064         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9065
9066 2007-01-01  Romain Francoise  <romain@orebokech.com>
9067
9068         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9069
9070 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9071
9072         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9073         `define-minor-mode' macro definition expanded properly.
9074         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9075         exclude it there.
9076
9077         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9078         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9079         `fboundp' test.
9080         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9081         This is OK to autoload in (S)XEmacs now.
9082
9083 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9084
9085         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9086         keystroke.
9087         (gnus-summary-limit-to-singletons): Fix typo.
9088
9089         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9090         else fails.
9091
9092 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9093
9094         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9095         docstring.
9096
9097         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9098         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9099         (gnus-summary-insert-dormant-articles): Fix typo in message.
9100
9101 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9102
9103         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9104         nil for XEmacs.
9105         (gnus-message-citation-mode): Don't autoload in XEmacs.
9106
9107         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9108
9109 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9110
9111         * nnimap.el (nnimap-expunge-search-string): Mention
9112         nnimap-search-uids-not-since-is-evil in docstring.
9113
9114 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9115
9116         * spam.el: Revert to make-obsolete-variable because
9117         define-obsolete-variable-alias is not supported in Emacs 21.
9118
9119         * spam.el (spam-ifile-path, spam-ifile-database-path)
9120         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9121         make-obsolete-variable.
9122         (spam-bsfilter-path, spam-bsfilter-program)
9123         (spam-spamassassin-path, spam-spamassassin-program)
9124         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
9125         use "path" inappropriately.
9126         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9127         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9128         variable names.
9129
9130 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9131
9132         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9133         summary buffer.
9134
9135         * password.el (password-cache-remove): Use clear-string to burn
9136         password, if available.
9137
9138 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9139
9140         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9141
9142         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9143
9144         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9145         (gnus-message-highlight-citation): Move defcustom here from
9146         gnus-cite.el.
9147         (gnus-message-citation-mode): Autoload.
9148
9149         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9150         checks to make it compile with XEmacs.
9151         (gnus-message-citation-mode): New minor mode.
9152         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9153         (gnus-message-highlight-citation): New variables.
9154         (gnus-message-search-citation-line)
9155         (gnus-message-add-citation-keywords)
9156         (gnus-message-remove-citation-keywords)
9157         (turn-on-gnus-message-citation-mode)
9158         (turn-off-gnus-message-citation-mode): New functions.
9159
9160 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9161
9162         * gnus-cite.el: Enable highlighting of different citation levels in
9163         message-mode.
9164
9165 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9166
9167         * message.el (message-make-fqdn): Fix comment.
9168         (message-bogus-system-names): Add ".local".
9169
9170         * spam.el (spam-ifile-path, spam-ifile-program)
9171         (spam-ifile-database-path, spam-ifile-database)
9172         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9173         Don't use "path" inappropriately.
9174         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9175         strings.
9176         (spam-check-ifile, spam-ifile-register-with-ifile)
9177         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
9178         new variable names.
9179
9180         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9181         (gnus-treat-display-smileys): Simplify using
9182         gnus-image-type-available-p.
9183
9184         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9185         available.
9186
9187         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
9188         `display-images-p' if available.
9189
9190 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9191
9192         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9193         one after turning on the buffer's multibyteness instead of decoding
9194         them directly in the unibyte buffer that causes unexpected conversion
9195         in Emacs 23 (unicode).
9196
9197 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9198
9199         * message.el (message-generate-hashcash): Fix custom type.
9200
9201 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9202
9203         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9204
9205 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9206
9207         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9208         disconnect icons.  Add help text.
9209
9210 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9211
9212         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9213         negated to be consistent with the others we handle.
9214
9215 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9216
9217         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9218         version of gnus-summary-buffer to something, so that we can use two
9219         article buffers at the same time.
9220
9221 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9222
9223         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9224         trigger all the extra headers.
9225         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9226         sorting.
9227
9228 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9229
9230         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9231         solid groups.
9232
9233 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9234
9235         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9236
9237 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9238
9239         * legacy-gnus-agent.el: Add Copyright notice.
9240
9241 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9242
9243         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9244
9245 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9246
9247         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9248
9249         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9250         to make it work reliably in CVS Emacs.
9251         (gnus-summary-limit-strange-charsets-predicate)
9252         (gnus-summary-limit-to-predicate): New functions.
9253
9254 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9255
9256         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9257         specifying array size.
9258         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9259         array if it is too small.
9260         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
9261         (gnus-sort-threads-loop): New function.
9262
9263 2006-12-06  Chris Moore  <dooglus@gmail.com>
9264
9265         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9266         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9267
9268 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9269
9270         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9271         options.
9272
9273 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9274
9275         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9276         DOS-ing the recipient.
9277
9278         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9279         the headers when creating the mapping to avoid mismappings.
9280         (nnweb-gmane-create-mapping): Always nix out old mapping.
9281
9282 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9283
9284         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9285         and mm-verify-option to never.
9286
9287 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9288
9289         * message.el (message-signed-or-encrypted-p): New function.
9290         (message-forward-make-body): Use it.
9291
9292         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9293         Replace encode-coding-string with mm-encode-coding-string.
9294
9295 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9296
9297         * nneething.el (nneething-decode-file-name): Replace
9298         decode-coding-string with mm-decode-coding-string.
9299
9300         * gnus-int.el (gnus-open-server): Say failed server's name.
9301
9302 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9303
9304         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9305         strings to a single string.  Quote `errors-file-name'.
9306         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9307         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9308         Adjust calls.  Use `shell-quote-argument'.
9309
9310 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9311
9312         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9313         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9314
9315         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9316         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9317         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9318         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9319         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9320         (gnus-subscribe-newsgroup, gnus-1):
9321         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9322         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9323         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9324         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9325
9326 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9327
9328         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9329         keystroke.
9330         (gnus-summary-limit-to-bodies): Implement headersp.
9331
9332 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9333
9334         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9335
9336 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9337
9338         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9339
9340 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9341
9342         * message.el (message-generate-hashcash): Expand range of values to
9343         include `opportunistic'.
9344         (message-send-mail): Use it.
9345
9346 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9347
9348         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9349         and comment it.
9350
9351         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9352
9353 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9354
9355         * gnus-util.el (gnus-extract-address-components): Improve comment.
9356
9357 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9358
9359         * gnus-util.el (gnus-extract-address-components): Work with address in
9360         which the name portion contains @.
9361
9362         * lpath.el: Fbind custom-autoload.
9363
9364 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9365
9366         * gnus.el (gnus-start): Move custom group up.
9367         (gnus-select-method): Don't autoload, but make it available for
9368         `customize-variable'.
9369         (gnus-getenv-nntpserver): Don't autoload.
9370
9371 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9372
9373         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9374
9375 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9376
9377         * message.el (message-sendmail-extra-arguments): New variable.
9378         (message-send-mail-with-sendmail): Use it.
9379
9380 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9381
9382         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9383         mm-with-unibyte-current-buffer to make string unibyte.
9384
9385         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9386         mm-string-as-multibyte.
9387
9388 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9389
9390         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9391         Reported by Werner Koch <wk@gnupg.org>.
9392
9393 2006-11-14  Daiki Ueno  <ueno@p360>
9394
9395         * mml2015.el: Autoload epa-select-keys when compiling.
9396
9397 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9398
9399         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9400         message-options.
9401         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9402
9403 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9404
9405         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
9406         EasyPG (< 0.0.6).
9407         (mml2015-always-trust): New user option.
9408         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9409         prompt.
9410
9411 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9412
9413         * nntp.el (nntp-authinfo-force): New variable.
9414         (nntp-send-authinfo): Use it.
9415
9416 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9417
9418         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9419         decode encoded words.  Improve prompt.  Add comment about forwarding.
9420         (message-replacement-char): Move up.
9421
9422 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9423
9424         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9425         instead of gnus-intersection because arguments of gnus-sorted-nunion
9426         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9427
9428 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9429
9430         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9431         (message-simplify-subject-functions): Enable
9432         message-strip-subject-encoded-words by default.
9433
9434 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9435
9436         * message.el (message-strip-subject-encoded-words): New function.
9437         (message-simplify-subject-functions): New variable.
9438         (message-simplify-subject): Use it.  Fix typo in doc string.
9439         Support message-strip-subject-encoded-words.
9440
9441 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9442
9443         * gnus-diary.el (gnus-diary-delay-format-function):
9444         * nndiary.el (nndiary-reminders):
9445         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9446
9447 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9448
9449         * gnus-art.el (article-hide-boring-headers): Fetch date from
9450         gnus-original-article-buffer to avoid problems with localized date
9451         strings.
9452
9453 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9454
9455         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9456
9457 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9458
9459         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9460         New variables.
9461         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9462         (mm-charset-synonym-alist): Move some entries to
9463         mm-codepage-iso-8859-list.
9464         (mm-charset-synonym-alist, mm-charset-override-alist): Add
9465         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9466
9467 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9468
9469         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9470
9471 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9472
9473         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9474         with Emacs 21 and XEmacs.
9475
9476 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9477
9478         * spam.el (spam-parse-address): New function for better parsing,
9479         catching errors, etc.
9480         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9481
9482 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9483
9484         * mm-view.el: Add interactive arg to html2text autoload.
9485
9486 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9487
9488         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9489
9490 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9491
9492         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
9493         variables.
9494         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9495         (mm-charset-synonym-alist): Move some entries to
9496         mm-codepage-iso-8859-list.
9497
9498         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9499
9500 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9501
9502         * message.el (message-citation-line-format)
9503         (message-insert-formated-citation-line): Fix implementation of %E, %N
9504         and %n according to the doc string.
9505
9506 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9507
9508         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
9509         car-safe to avoid bad parses.
9510
9511 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9512
9513         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9514         names.
9515
9516         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9517
9518 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9519
9520         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9521         header.
9522
9523         * message.el (message-draft-headers): Add Date.
9524         (message-headers-to-generate): Fix typo in docstring.
9525
9526         * nndraft.el (nndraft-required-headers): New variable.
9527         (nndraft-generate-headers): Use it.
9528
9529         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9530
9531 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9532
9533         * gnus-registry.el (gnus-registry-wash-for-keywords)
9534         (gnus-registry-find-keywords): New functions to allow easy searching of
9535         articles that are in the registry.
9536
9537 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9538
9539         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
9540         ietf-drums-parse-address instead of gnus-extract-address-components.
9541         Reported by Damien Elmes <damien@repose.cx>.
9542
9543 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9544
9545         * gnus.el (gnus-mime): Remove unused custom group.
9546
9547 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9548
9549         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9550         "blank line" when searching for end of armor headers.
9551
9552 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9553
9554         * gmm-utils.el (gmm-write-region): Fix variable name.
9555
9556 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9557
9558         * gmm-utils.el (gmm-write-region): New function based on compatibility
9559         code from `mm-make-temp-file'.
9560
9561         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9562
9563         * nnmaildir.el (nnmaildir--update-nov)
9564         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9565         Use `gmm-write-region'.
9566
9567 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9568
9569         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
9570         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9571
9572         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9573
9574         * message.el (message-replacement-char): New variable.
9575         (message-fix-before-sending): Use it.
9576         (message-simplify-subject): New function to remove duplicate code.
9577         (message-reply, message-followup): Use it.
9578
9579         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
9580         gnus-summary-limit-to-articles.
9581
9582 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9583
9584         * gnus-util.el (gnus-with-local-quit): New macro.
9585
9586         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9587
9588 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9589
9590         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9591         ignore non-string data.
9592
9593 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9594
9595         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9596         non-string data (needs to be done in the registry too).
9597
9598 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9599
9600         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9601         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9602         (gnus-registry-split-fancy-with-parent)
9603         (gnus-registry-fetch-simplified-message-subject-fast)
9604         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9605         Remove text properties on ingress into the registry and when it's saved.
9606         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9607         registry from entries with no groups.
9608
9609 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9610
9611         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9612         function to remove string properties.
9613
9614 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9615
9616         * gmm-utils.el (gmm): Adjust custom version.
9617
9618         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
9619         custom version.
9620
9621         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9622
9623 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9624
9625         * gnus-art.el (gnus-insert-prev-page-button)
9626         (gnus-insert-next-page-button): Simplify.  Reformat.
9627
9628 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9629
9630         * gnus-art.el (gnus-insert-prev-page-button)
9631         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9632
9633 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9634
9635         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9636
9637 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9638
9639         * gnus-art.el (gnus-insert-mime-button)
9640         (gnus-insert-mime-security-button):
9641         Apply gnus-article-button-face to MIME and security buttons.
9642
9643 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
9644
9645         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9646         readable.
9647
9648 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9649
9650         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
9651
9652 2006-09-20  Steve Youngs  <steve@sxemacs.org>
9653
9654         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9655         `browse-url-of-file' instead of `browse-url'.
9656
9657 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9658
9659         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9660         regexp.  Articles containing quotation were cut prematurely.
9661
9662 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9663
9664         * message.el (message-cite-original-1): Use nobody by default for the
9665         value of From header.
9666         (message-reply): Ditto.
9667
9668 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
9669
9670         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9671         to the gnus-info.  This fixes a bug of inline-PGP message verification.
9672         Reported by Michael Piotrowski <mxp@dynalabs.de>.
9673
9674 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9675
9676         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9677         mails in the doc string.  Add some URLs in comment.
9678         (pop3-movemail): Warn about pop3-leave-mail-on-server.
9679
9680 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9681
9682         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9683         backslashes handling and the way to find boundaries of quoted strings.
9684
9685 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
9686
9687         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9688         mml1991-encrypt-to-self is set and mml1991-signers is not set.
9689         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9690         mml2015-encrypt-to-self is set and mml2015-signers is not set.
9691
9692 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9693
9694         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
9695         doc string.
9696         (gnus-button-regexp, gnus-button-last): Remove unused variables.
9697
9698 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9699
9700         * lpath.el: Fbind epg-check-configuration.
9701
9702 2006-09-06  Simon Josefsson  <jas@extundo.com>
9703
9704         * mml2015.el (mml2015-use): Doc fix, mention epg.
9705
9706 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9707
9708         * mml2015.el (mml2015-use): Default to epg, if available.
9709
9710 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9711
9712         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9713         message-sender.
9714         (mml1991-epg-encrypt): Ditto.
9715         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9716         message-sender.
9717         (mml2015-epg-encrypt): Ditto.
9718
9719 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9720
9721         * message.el (message-send-mail-with-sendmail): Look for sendmail in
9722         several common directories.
9723
9724 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9725
9726         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9727         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9728
9729 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9730
9731         * gnus-art.el (article-decode-encoded-words): Make it fast.
9732
9733 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9734
9735         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9736
9737         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9738         in quoted string into `\'.
9739
9740 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9741
9742         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9743         Use standard-syntax-table.
9744
9745 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9746
9747         * gnus-art.el (gnus-decode-address-function): New variable.
9748         (article-decode-encoded-words): Use it to decode headers which are
9749         assumed to contain addresses.
9750         (gnus-mime-delete-part): Remove useless `or'.
9751
9752         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9753         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9754         (gnus-nov-parse-line): Use it to decode From header.
9755         (gnus-get-newsgroup-headers): Ditto.
9756         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9757
9758         * mail-parse.el (mail-decode-encoded-address-region): New alias.
9759         (mail-decode-encoded-address-string): New alias.
9760
9761         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9762         New function.
9763         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9764         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9765         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9766         (rfc2047-decode-string): Ditto.
9767         (rfc2047-decode-address-region): New function.
9768         (rfc2047-decode-address-string): New function.
9769
9770 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
9771
9772         * message.el (message-caesar-buffer-body): Allow rotating headers.
9773
9774         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
9775
9776         * message.el (message-insert-formated-citation-line): Fix %f.
9777         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
9778
9779 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9780
9781         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
9782         (gnus-bookmark-mouse-available-p): New macro.
9783         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
9784         (gnus-bookmark-bmenu-show-infos): Use it.
9785         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9786         (gnus-bookmark-bmenu-hide-infos): Ditto.
9787         (gnus-bookmark-remove-properties): New function.
9788         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9789         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9790         (gnus-bookmark-write-file): Bind coding-system-for-write.
9791         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9792         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9793         group before selecting it.
9794         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9795         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9796         quit-window if it is not available; use gnus-mouse-2 and bind it to
9797         gnus-bookmark-bmenu-select-by-mouse.
9798         (gnus-bookmark-show-details): Remove unused variable `details-list'.
9799         (gnus-bookmark-bmenu-select-by-mouse): New function.
9800
9801 2006-08-13  Romain Francoise  <romain@orebokech.com>
9802
9803         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9804         space.
9805
9806 2006-08-10  Romain Francoise  <romain@orebokech.com>
9807
9808         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
9809         (dns-mode-soa-auto-increment-serial): New user option.
9810         (dns-mode-soa-maybe-increment-serial): New function.
9811         (dns-mode): Add the latter to `write-contents-functions'.
9812
9813 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9814
9815         * compface.el (uncompface): Use binary rather than raw-text-unix.
9816
9817 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9818
9819         * compface.el (uncompface): Make sure the eol conversion doesn't take
9820         place when communicating with the external programs.  Reported by
9821         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9822
9823 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9824
9825         * nnheader.el (nnheader-insert-head): Fix typo in comment.
9826
9827 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9828
9829         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9830         Make it more robust by parsing author and date independently.
9831
9832 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9833
9834         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
9835
9836 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
9837
9838         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
9839         first matching secret key.
9840         (mml2015-epg-encrypt): Ditto.
9841
9842         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
9843         first matching secret key.
9844         (mml1991-epg-encrypt): Ditto.
9845
9846         * mml2015.el (mml2015-encrypt-to-self): New user option.
9847         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
9848         mml2015-epg-encrypt-to-self is set.
9849
9850         * mml1991.el (mml1991-encrypt-to-self): New variable.
9851         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
9852         mml1991-epg-encrypt-to-self is set.
9853
9854         * mml2015.el (mml2015-signers): New user option.
9855         (mml2015-epg-sign): Reflect the value of mml2015-signers.
9856         (mml2015-epg-encrypt): Allow to select signing keys.
9857
9858         * mml1991.el (mml1991-signers): New variable.
9859         (mml1991-epg-sign): Reflect the value of mml1991-signers.
9860         (mml1991-epg-encrypt): Allow to select signing keys.
9861
9862 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9863
9864         * nnheader.el (nnheader-insert-head): Make it work even if the file
9865         uses CRLF for the line-break code.
9866
9867 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
9868
9869         * mml2015.el: Require mml-sec instead of password.
9870         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
9871         (mml2015-cache-passphrase): Inherit the default value from
9872         mml-secure-cache-passphrase.
9873         (mml2015-passphrase-cache-expiry): Inherit the default value from
9874         mml-secure-passphrase-cache-expiry.
9875
9876         * mml1991.el: Require mml-sec instead of password.
9877         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
9878         (mml1991-cache-passphrase): Inherit the default value from
9879         mml-secure-cache-passphrase.
9880         (mml1991-passphrase-cache-expiry): Inherit the default value from
9881         mml-secure-passphrase-cache-expiry.
9882
9883         * mml-sec.el: Require password.
9884         (mml-secure-verbose): New user option.
9885         (mml-secure-cache-passphrase): New user option.
9886         (mml-secure-passphrase-cache-expiry): New user option.
9887
9888 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
9889
9890         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9891         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
9892         andreas@altroot.de (Andreas Vögele).
9893
9894         FIXME: Use `tiny change'?
9895
9896 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9897
9898         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
9899         workaround for the url package included with Emacs.
9900
9901         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9902
9903 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9904
9905         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
9906         correctly.  This fixes a bug caused by the 2006-05-12 change.
9907
9908 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
9909
9910         * nnmail.el (nnmail-article-group): If splitting raises an error, give
9911         some information about the error when saying that the `bogus' mail
9912         group will be used.
9913
9914 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
9915
9916         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
9917         string.
9918
9919 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
9920
9921         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
9922
9923 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9924
9925         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
9926
9927 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9928
9929         * mml1991.el (mml1991-function-alist): Add epg.
9930         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
9931         (mml1991-epg-encrypt): New functions.
9932
9933 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9934
9935         * mml2015.el (mml2015-verbose): New variable.
9936         (mml2015-cache-passphrase): Ditto.
9937         (mml2015-passphrase-cache-expiry): Ditto.
9938         (mml2015-function-alist): Add epg.
9939         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
9940         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
9941         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
9942         functions.
9943
9944 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9945
9946         * message.el (message-cite-original-1): Preserve region when removing
9947         quoted text due to X-No-Archive in order to avoid bogus attribution
9948         when citing multiple messages.
9949
9950 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9951
9952         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
9953         Kenneth Jacker <khj@be.cs.appstate.edu>.
9954
9955 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
9956
9957         * gnus-diary.el (gnus-user-format-function-d)
9958         (gnus-user-format-function-D): Autoload.
9959
9960         * imap.el (Commentary): Fix typo.
9961
9962         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
9963         2006-04-22 contribution.
9964
9965 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9966
9967         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
9968         It didn't really fix the bogosity I'm seeing with solid web groups.
9969
9970 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9971
9972         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
9973         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
9974         created using server names.  If we use the feature without declaring
9975         it, Gnus does not properly manage server and group state.
9976
9977         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
9978         bound.
9979
9980 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9981
9982         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
9983         looking up the method using GROUP's prefix before inventing a new one.
9984         It is used on killed/unknown groups in various places where returning
9985         an all-new method isn't expected by the caller.
9986
9987         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
9988         and match semantics of gnus-group-real-prefix.
9989
9990 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
9991
9992         * nnmail.el (nnmail-broken-references-mailers): New variable.
9993         (nnmail-ignore-broken-references): New function generalizing
9994         nnmail-fix-eudora-headers.
9995         (nnmail-fix-eudora-headers): Now obsolete.
9996
9997         * gnus-art.el (gnus-button-handle-custom): Support
9998         `customize-apropos*'.
9999
10000 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10001
10002         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10003
10004         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10005         articles.
10006
10007 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10008
10009         * message.el (message-cite-reply-above): New variable.
10010         (message-yank-original): Use it.
10011
10012 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10013
10014         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10015
10016 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10017
10018         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10019         as read.
10020
10021         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10022
10023 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10024
10025         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10026         (gnus-bookmark-default-file): Use gnus-directory.
10027         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10028         Remove "*" in doc string.
10029         (gnus-bookmark-write-file): Simplify.
10030         (gnus-bookmark-maybe-sort-alist): Use `when'.
10031         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10032         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
10033         FIXME about Emacs 21 and XEmacs compatibility.
10034         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10035         compatibility.
10036         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10037         compatibility.
10038         (gnus-bookmark-menu-heading): Fix version.
10039
10040 2006-06-19  Bastien Guerry  <bzg@altern.org>
10041
10042         * gnus-bookmark.el: New file.
10043
10044 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10045
10046         * message.el (message-syntax-checks): Doc fix.
10047
10048 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10049
10050         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10051         unsubscribed groups as if they were killed ones.  It causes duplicate
10052         entries in gnus-newsrc-alist.
10053
10054 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10055
10056         * message.el (message-syntax-checks): Doc fix.
10057         (message-send-mail): Add check for continuation headers.
10058         (message-check-news-header-syntax): Fix regexp used to check for
10059         continuation headers.
10060
10061 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10062
10063         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10064
10065 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10066
10067         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10068
10069 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10070
10071         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10072         default-truncate-lines.
10073
10074 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10075
10076         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10077         to fill the utf-8 entry.
10078
10079         * lpath.el: Fbind unicode-precedence-list.
10080
10081 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10082
10083         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10084
10085 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10086
10087         * gnus-agent.el (directory-files-and-attributes): Move all the way
10088         forward (the third and final move).
10089         (gnus-agent-read-agentview): Trap reconstruction errors due to
10090         nonexistant directory.  Handle by returning nil.
10091
10092 2006-05-30  Didier Verna  <didier@xemacs.org>
10093
10094         * message.el (message-dont-reply-to-names): Update the custom type.
10095         * message.el (message-dont-reply-to-names): New defsubst: potentially
10096         convert a list of regexps into a single one.
10097         * message.el (message-get-reply-headers): Use it.
10098         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10099
10100 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10101
10102         * gnus-agent.el (directory-files-and-attributes): Move forward.
10103
10104 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10105
10106         * gnus-ml.el (gnus-mailing-list-subscribe)
10107         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10108         (gnus-mailing-list-message): Fix doc strings.
10109
10110 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10111
10112         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10113         of doing it manually.
10114
10115 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10116
10117         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10118         comment.
10119
10120 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10121
10122         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
10123         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
10124         (gnus-agent-read-local): All symbols allocated in my-obarray.
10125         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10126         (gnus-agent-regenerate-group): Check numeric names to see if they are
10127         messages or groups.
10128         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10129         better way of do this...)
10130
10131         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
10132         'dummy.group' (there should be a better way of do this...)
10133
10134 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10135
10136         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10137         (gnus-saved-headers): Ditto.
10138         (gnus-default-article-saver): Mention functions may have properties.
10139         (gnus-article-save): Override gnus-save-all-headers and
10140         gnus-saved-headers by :headers property which saver function may have.
10141         (gnus-summary-save-in-file): Add :headers property.
10142         (gnus-summary-write-to-file): Ditto.
10143
10144         * gnus-sum.el (gnus-summary-save-article): Bind
10145         gnus-prompt-before-saving to t when saving many articles in a file;
10146         always show all headers.
10147
10148         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10149
10150 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10151
10152         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10153         marks.
10154
10155         * message.el (message-indent-citation): Add optional arguments to allow
10156         using it outside of message buffers.
10157
10158         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10159         (gnus-article-treat-unfold-headers): Use it.
10160         (gnus-article-truncate-lines): New variable.
10161         (gnus-article-mode): Use it.
10162         (gnus-article-toggle-truncate-lines): New function.
10163
10164         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
10165         gnus-article-toggle-truncate-lines.
10166
10167         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10168         coding system in XEmacs, use binary.
10169
10170 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10171
10172         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10173         after-load-alist.
10174
10175         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10176         this function should save decoded articles.
10177         (gnus-summary-write-to-file): Use property to specify this function
10178         should save decoded articles and specify gnus-summary-save-in-file
10179         should be used to save articles other than the first one when saving
10180         many articles.
10181         (gnus-summary-save-body-in-file): Use property to specify this
10182         function should save decoded articles.
10183         (gnus-summary-write-body-to-file): Use property to specify this
10184         function should save decoded articles and specify
10185         gnus-summary-save-body-in-file should be used to save articles other
10186         than the first one when saving many articles.
10187
10188         * gnus-sum.el (gnus-summary-save-article): Simplify.
10189
10190 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10191
10192         * gnus-art.el (gnus-default-article-saver): Add
10193         gnus-summary-write-body-to-file.
10194         (gnus-article-save-coding-system): Don't use coding system object
10195         in XEmacs.
10196         (gnus-read-save-file-name): Add optional `dir-var' argument which
10197         specifies directory in which files are saved; work even if optional
10198         `variable' argument is not specified.
10199         (gnus-summary-write-to-file): Read file name.
10200         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10201         (gnus-summary-write-body-to-file): New function.
10202
10203         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10204         (gnus-summary-local-variables): Add it.
10205         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10206         (gnus-summary-save-article): Remove optional `decode' argument;
10207         determine whether to decode articles by the value of
10208         gnus-default-article-saver; when saving many files using
10209         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10210         it first and use gnus-summary-save-in-file or
10211         gnus-summary-save-body-in-file thereafter unless
10212         gnus-prompt-before-saving is always; move point to article which
10213         will be saved.
10214         (gnus-summary-save-article-file): Revert.
10215         (gnus-summary-write-article-file): Revert.
10216         (gnus-summary-save-article-body-file): Revert.
10217         (gnus-summary-write-article-body-file): New function.
10218
10219 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10220
10221         * gnus-art.el (gnus-default-article-saver): Doc fix.
10222         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10223         from gnus-summary-save-article-coding-system, and default to a
10224         certain coding system.
10225         (gnus-output-to-file): Add coding cookie and encode text according
10226         to gnus-article-save-coding-system; don't use mm-append-to-file.
10227
10228         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10229         gnus-art.el and rename to gnus-article-save-coding-system.
10230         (gnus-summary-save-article): Require gnus-art; don't show all
10231         headers if it decodes articles; don't add coding cookie here;
10232         don't bind mm-text-coding-system-for-write.
10233         (gnus-summary-save-article-file): Save decoded articles.
10234         (gnus-summary-write-article-file): When saving many files, use
10235         gnus-summary-write-to-file first and gnus-summary-save-in-file
10236         thereafter unless gnus-prompt-before-saving is always.
10237         (gnus-summary-save-article-body-file): Save decoded articles.
10238
10239         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10240
10241 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10242
10243         * nnrss.el (nnrss-check-group): Bind hash-index.
10244
10245 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10246
10247         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10248         its hash index.  Store this hash in `nnrss-group-data'.
10249         (nnrss-read-group-data): Update accordingly.
10250
10251 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10252
10253         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10254         entry.
10255
10256         * gnus-sum.el (gnus-summary-make-menu-bar): Add
10257         gnus-article-browse-html-article.
10258
10259 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10260
10261         * gnus-sum.el (gnus-summary-mime-map): Add
10262         gnus-article-browse-html-article.
10263
10264         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10265
10266 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10267
10268         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10269         suitable coding systems in customize.
10270
10271 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10272
10273         * mail-source.el (mail-sources): Fix custom type.
10274
10275 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10276
10277         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10278         (gnus-summary-expire-articles-now): Shorten prompt.
10279
10280         * gmm-utils.el (wid-edit): Require.
10281         (defun-gmm): Renamed from `gmm-defun-compat'.
10282         (gmm-image-search-load-path): Use it.
10283         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10284
10285 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10286
10287         * gnus-sum.el (gnus-summary-save-article-coding-system): New
10288         variable.
10289         (gnus-summary-save-article): Add optional `decode' argument.  If
10290         it is set and gnus-summary-save-article-coding-system is non-nil,
10291         save decoded article.
10292         (gnus-summary-write-article-file): Save decoded article if
10293         gnus-summary-save-article-coding-system is non-nil.
10294
10295         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10296         type.
10297
10298 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10299
10300         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10301
10302 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10303
10304         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10305         first to test gnus-single-article-buffer which may be buffer-local.
10306
10307         * gnus-sum.el (gnus-summary-setup-buffer): Make
10308         gnus-single-article-buffer buffer-local and nil in ephemeral
10309         group; make gnus-article-buffer, gnus-article-current, and
10310         gnus-original-article-buffer always buffer-local.
10311         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10312         group.
10313         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10314
10315 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10316
10317         * nnml.el (nnml-request-compact-group): Compressed files might not
10318         have .gz extension.
10319
10320 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10321
10322         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10323         (mm-copy-to-buffer): Use with-current-buffer.
10324         (mm-display-part): Simplify.
10325         (mm-inlinable-p): Add optional arg `type'.
10326
10327 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10328
10329         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10330         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10331         Try harder to show the attachment internally or externally using
10332         gnus-mime-view-part-as-type.
10333
10334 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10335
10336         * message.el (message-from-style, message-signature-separator)
10337         (message-user-organization-file, message-send-mail-function)
10338         (message-citation-line-function, message-yank-prefix)
10339         (message-indent-citation-function, message-signature)
10340         (message-signature-file, message-signature-insert-empty-line):
10341         Remove autoloads.
10342
10343         * gnus-art.el (gnus-buttonized-mime-types): Remove
10344         "multipart/signed".  Revert 2006-04-26 change.
10345
10346 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10347
10348         * gnus.el (gnus-version-number): Bump version.
10349
10350 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10351
10352         * gnus.el: No Gnus v0.5 is released.
10353
10354 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10355
10356         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10357         fetching articles by message-id.
10358
10359 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10360
10361         * message.el (hashcash): Require hashcash as normal.
10362
10363         * ecomplete.el (ecomplete-highlight-match-line): Use
10364         point-at-eol.
10365         (ecomplete-highlight-match-line): Use `highlight', because that
10366         face exists in both Emacs and XEmacs.
10367
10368         * message.el (message-display-abbrev): Use point-at-bol.
10369
10370         * mail-source.el: Don't require timer/timer-funcs.
10371
10372         * gnus-async.el: Ditto.
10373
10374         * password.el: Ditto.
10375
10376         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
10377
10378         * mm-url.el: Ditto.
10379
10380         * gnus-xmas.el: Don't require timer-funcs.
10381
10382         * mm-util.el: Require timer/timer-funcs.
10383
10384 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10385
10386         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10387         Close.
10388
10389 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10390
10391         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10392         unibyte after clear-decrypt function runs.
10393
10394         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10395         returns as a unibyte string.
10396
10397 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10398
10399         * lpath.el: Revert.
10400
10401         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
10402         (pgg-gpg-process-sentinel): Revert.
10403
10404         * pgg-pgp.el (pgg-pgp-process-region): Revert.
10405         (pgg-pgp-lookup-key): Revert.
10406
10407         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
10408         (pgg-pgp5-lookup-key): Revert.
10409
10410         * pgg.el (pgg-fetch-key): Revert.
10411
10412 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10413
10414         * lpath.el: Fbind string-as-multibyte for XEmacs.
10415
10416         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10417         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10418         (mml1991-pgg-encrypt): Ditto.
10419
10420         * pgg-gpg.el (pgg-string-to-multibyte): New function.
10421         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
10422         a multibyte buffer.
10423
10424         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
10425         (pgg-pgp-lookup-key): Ditto.
10426
10427         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
10428         (pgg-pgp5-lookup-key): Ditto.
10429
10430         * pgg.el (pgg-fetch-key): Ditto.
10431
10432 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10433
10434         * message.el (message-user-organization-file): Check several
10435         locations of the organization file.
10436
10437         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10438         Add gnus-article-view-part-as-type.
10439
10440         * gnus-art.el (gnus-article-view-part-as-type): New function.
10441
10442         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10443         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10444
10445         * mml.el: Simplify autoload.
10446         (mml-mode): defvar dnd-protocol-alist instead of using
10447         symbol-value.
10448         (mml-default-directory): New variable.
10449         (mml-minibuffer-read-file): Use it.
10450         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10451
10452         * message.el (message-citation-line-format): New variable.
10453         (message-insert-formated-citation-line): New function.
10454         (message-citation-line-function): Add
10455         `message-insert-formated-citation-line' to custom type.
10456
10457         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10458         to doc string.
10459
10460         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10461         depending on mm-verify-option.
10462
10463 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10464
10465         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10466         binding pgg-* variables; reimplement the section which prevents
10467         MIME header from being signed.
10468         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10469         pgg-text-mode; remove a blank line at the top of body.
10470
10471         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10472         lines at the top of body; use gnus-newsgroup-charset if there's no
10473         Charset header.
10474
10475 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10476
10477         * message.el (message-self-insert-commands): Doc fix.
10478
10479         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10480         (mm-uu-pgp-encrypted-test): Ditto.
10481         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10482         between header and body; return application/pgp-encrypted handle
10483         if decryption failed; decode decrypted body by charset.
10484
10485         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10486         element match to application/pgp-*.
10487
10488 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10489
10490         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10491         HTML.
10492
10493 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10494
10495         * mail-source.el (mail-source-call-script): Message the error
10496         string.
10497
10498 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10499
10500         * gnus-util.el (gnus-byte-compile): Use it.
10501
10502 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10503
10504         * gnus-util.el (kill-empty-logs): New function.
10505
10506 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10507
10508         * message.el (message-mail-alias-type): Doc fix.
10509         (message-mail-alias-type-p): New function.
10510         (message-send): Use it.
10511         (message-mode): Ditto.
10512         (message-strip-forbidden-properties): Ditto.
10513
10514         * ecomplete.el (ecomplete-database-file-coding-system): New
10515         variable.
10516         (ecomplete-save): Use it.
10517         (ecomplete-setup): Use it.
10518
10519 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10520
10521         * message.el (message-self-insert-commands): New variable.
10522         (message-strip-forbidden-properties): Use it.
10523
10524 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10525
10526         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10527         that doesn't make XEmacs choke.
10528
10529 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10530
10531         * gnus-util.el (gnus-replace-in-string):
10532         Prefer replace-regexp-in-string over of replace-in-string.
10533
10534 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10535
10536         * gnus-util.el (gnus-select-frame-set-input-focus):
10537         Use select-frame-set-input-focus if it is available in XEmacs; use
10538         definition defined in Emacs 22 for old Emacsen.
10539
10540         * dgnushack.el: Autoload unmorse-region for XEmacs.
10541
10542         * lpath.el: Bind cursor-in-non-selected-windows and
10543         select-frame-set-input-focus for XEmacs.
10544
10545 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10546
10547         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10548
10549 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10550
10551         * gnus-registry.el (gnus-registry-cache-save): Remove text
10552         properties when saving via the temp buffer.
10553
10554 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10555
10556         * message.el (message-generate-hashcash): Honor custom type.
10557
10558 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10559
10560         * message.el (message-generate-hashcash): Default to non-nil when
10561         hashcash is found.
10562
10563         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10564         (gnus-refer-thread-limit): Increase default to 500.
10565
10566         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10567
10568         * flow-fill.el (fill-flowed): Allow delete-space.
10569
10570 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10571
10572         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10573         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10574         Remove autoloads.
10575
10576 2006-04-18  Simon Josefsson  <jas@extundo.com>
10577
10578         * message.el (message-generate-hashcash): Default to.
10579
10580 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10581
10582         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10583         concatenating segments rather than before concatenating them.
10584
10585 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10586
10587         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10588
10589 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10590
10591         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10592
10593         * message.el (message-forward-make-body-plain): Allow
10594         message-forward-ignored-headers to be a list.
10595         (message-remove-ignored-headers): Factor out into function.
10596         (message-forward-make-body-mml): Use it.
10597
10598         * imap.el (imap-quote-specials): New function.
10599         (imap-login-auth): Quote specials.
10600
10601         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10602         (rfc2231-parse-string): Allow concatanation of parameters that
10603         aren't contiguous.  The test case is
10604           (mail-header-parse-content-type "message/external-body;
10605             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10606             access-type=LOCAL-FILE;
10607             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10608
10609 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10610
10611         * nntp.el (nntp-accept-process-output): Return the value of
10612         `nnheader-accept-process-output'.
10613
10614 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10615
10616         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10617         (gnus-button-alist): Recognize more diff formats.
10618         (gnus-button-patch): Strip directory.
10619
10620 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10621
10622         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10623         Emacs 22 when setting focus.
10624
10625 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10626
10627         * gnus-art.el (gnus-article-treat-types): Do treatment of
10628         text/x-verbatim parts.
10629         (gnus-button-patch): New command.
10630
10631         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10632         addresses that contain invalid characters.
10633
10634 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10635
10636         * message.el (message-put-addresses-in-ecomplete): Use
10637         gnus-replace-in-string.
10638         (message-is-yours-p): Use the more correct
10639         mail-header-parse-address instead of
10640         mail-extract-address-components.
10641         (message-put-addresses-in-ecomplete): Fix typo.
10642
10643         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10644         keystroke.
10645
10646         * gnus-art.el (gnus-treatment-function-alist): Change order of
10647         newsgroups/generic header folding to avoid double-folding.
10648
10649         * message.el (message-hidden-headers): Add X-Draft-From.
10650
10651         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
10652         command.
10653         (gnus-summary-repeat-search-article-backward): New command.
10654
10655         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10656         groups in the parent topic.
10657
10658 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
10659
10660         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10661         (spam-extra-header-to-number): Return the CRM114 number as a
10662         number instead of a string.
10663
10664 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10665
10666         * gnus-art.el (gnus-face-properties-alist): Moved here from
10667         gnus-fun.
10668
10669         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10670
10671 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10672
10673         * message.el (message-strip-forbidden-properties): Only display on
10674         self-insert-command.
10675
10676         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10677         reindent.
10678         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10679
10680 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
10681
10682         * smiley.el (smiley-style): Fix typo.
10683
10684 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10685
10686         * hashcash.el (hashcash-insert-payment-async-2): Use
10687         message-goto-eoh instead of doing it manually.
10688         (mail-add-payment): Use message-narrow-to-header instead of trying
10689         to do the same itself.
10690
10691         * message.el (message-hidden-headers): Add Face.
10692
10693         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10694         reparenting code.
10695         (gnus-summary-reparent-children): Refactored out code.
10696         (gnus-summary-thread-map): New keystroke.
10697         (gnus-summary-reparent-children): Make into command.
10698
10699         * smiley.el (smiley-style): Default to `medium' if using a large
10700         font.
10701
10702         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10703         does it itself.
10704
10705         * message.el (message-point-in-header-p): Simplify definition.
10706
10707 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10708
10709         * nnagent.el (nnagent-request-set-mark): Silence log file
10710         writing.
10711         (nnagent-request-set-mark): Use write-region instead of
10712         append-to-file.
10713
10714         * gnus-sum.el (gnus-read-header): Fudge article number if using a
10715         strange select method.
10716
10717         * ecomplete.el (ecomplete-display-matches): Get highlightling
10718         right.
10719         (ecomplete-display-matches): Use literals.
10720         (ecomplete-display-matches): Disable message logging.
10721
10722         * message.el (message-display-abbrev): Small optimization.
10723
10724         * ecomplete.el (ecomplete-display-matches): Allow automatic
10725         display.
10726
10727         * message.el (message-strip-forbidden-properties): Display
10728         abbrevs.
10729         (message-display-abbrev): Get automatic display right.
10730
10731         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10732         keystrokes.
10733
10734 2006-04-13  Romain Francoise  <romain@orebokech.com>
10735
10736         TODO: Backport to v5-10!
10737
10738         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
10739         Moved here (and renamed) from gnus-registry.el.
10740
10741         * gnus-registry.el: Require gnus-util.
10742         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10743
10744 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10745
10746         * gnus-group.el (gnus-group-catchup-current): Change
10747         if-then-else-if-then-else into cond.
10748         (gnus-group-catchup): Indent.
10749         (group-name-at-point): New function.
10750         (gnus-fetch-group): Provide default from thing at point.
10751
10752 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10753
10754         * message.el (message-display-abbrev): Fix regexp.
10755
10756         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
10757         choosing.
10758         (ecomplete-highlight-match-line): Fix up code rewrite, remove
10759         dead variables.
10760
10761         * message.el (message-newline-and-indent): Remove debugging.
10762         (message-display-abbrev): Use new implementation.
10763
10764 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10765
10766         * gnus-art.el (gnus-article-mode): Set
10767         cursor-in-non-selected-windows to nil.
10768
10769         * smiley.el: Revert previous change.
10770         (smiley-data-directory): defvar it before using it in the
10771         defcustom of `smiley-style'.
10772
10773 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10774
10775         * message.el (message-newline-and-indent): New function.
10776
10777         * ecomplete.el: Implement more bits.
10778
10779         * message.el (message-put-addresses-in-ecomplete): Clean up the
10780         string.
10781
10782         * ecomplete.el (ecomplete-add-item): Chop off decimals.
10783
10784         * gnus-sum.el (gnus-summary-save-parts): Bind
10785         gnus-summary-save-parts-counter and use it to make unique file
10786         names.
10787
10788         * gnus-art.el (gnus-ignored-headers): Add some more headers.
10789
10790         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10791         parameter to say whether to actually parse the individual
10792         addresses.
10793
10794         * message.el (message-put-addresses-in-ecomplete): New function.
10795         (ecomplete): Require.
10796         (message-mail-alias-type): Add ecomplete as an option.
10797
10798 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
10799
10800         * flow-fill.el (fill-flowed): Remove trailing space from blank
10801         quoted lines.
10802
10803 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10804
10805         * smiley.el (smiley-style): Move definition later to avoid a
10806         compilation warning.
10807
10808 2006-04-12  Kenichi Handa  <handa@m17n.org>
10809
10810         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10811         buffer and then decode the buffer text if necessary.
10812         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10813         first, and after mm-encode-body, change the buffer to unibyte.
10814         Use mm-disable-multibyte instead of set-buffer-multibyte.
10815
10816 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10817
10818         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
10819         Content-Type header instead of Content-Disposition header.
10820         (gnus-mime-inline-part): Ditto.
10821         (gnus-mime-view-part-as-charset): Ignore charset that the part
10822         specifies.
10823
10824         * mm-decode.el (mm-display-part): Work with external parts and
10825         usual parts similarly.
10826
10827         * mm-extern.el (mm-inline-external-body): Use mm-display-part
10828         instead of gnus-display-mime.
10829
10830         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
10831         instead of with-temp-buffer.
10832
10833         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
10834         tag to summarized topics part in order to encode non-ASCII text.
10835
10836 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10837
10838         * smiley.el (smiley-style): New variable.
10839         (smiley-directory): New function.
10840         (smiley-data-directory): Derive from `smiley-style' using
10841         `smiley-directory'.
10842         (smiley-regexp-alist): Add new entries.
10843
10844         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
10845         (gnus-article-browse-delete-temp): Add :version.
10846
10847 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
10848
10849         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
10850         the sieve region.
10851
10852 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10853
10854         * gnus.el (gnus-version-number): Bump version.
10855
10856 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10857
10858         * gnus.el: No Gnus v0.4 is released.
10859
10860 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10861
10862         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
10863         layout.
10864
10865         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
10866         unknown charset.
10867
10868         * message.el (message-header-synonyms): Add Original-To to the
10869         default.
10870
10871         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
10872         optional parameter.
10873
10874 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10875
10876         * gnus-fun.el (gnus): Require it for gnus-directory.
10877
10878 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10879
10880         * gnus-fun.el (gnus-face-properties-alist): Add :version.
10881
10882 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10883
10884         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
10885
10886 2006-04-05  Simon Josefsson  <jas@extundo.com>
10887
10888         * password.el (password-reset): New function.
10889
10890 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10891
10892         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
10893         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10894
10895 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10896
10897         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10898         Some whitespace was matched into the url, which broke browsing hits
10899         > 100 when mm-url-use-external was nil.
10900
10901 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10902
10903         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
10904         gnus-extra-headers for 'Newsgroups.
10905
10906         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
10907         bound.
10908
10909 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
10910
10911         * pgg-gpg.el: Clean up process buffers every time gpg processes
10912         complete.
10913
10914 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
10915
10916         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10917         doc string.
10918
10919 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
10920
10921         * pgg-gpg.el (pgg-gpg-process-filter)
10922         (pgg-gpg-wait-for-completion): Check if buffer is alive.
10923
10924         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10925         lines, temporary fix.
10926
10927 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10928
10929         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
10930
10931 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
10932
10933         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10934         default-enable-multibyte-characters.  This reverts the change from
10935         revision 6.17 which is no longer necessary because the passphrase
10936         is sent separately now.  GnuPG messages are unreadable under
10937         multibyte locales with default-enable-multibyte-characters set to
10938         nil.
10939
10940 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
10941
10942         * message.el (message-tool-bar-gnome): Move "spell".
10943
10944 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
10945
10946         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
10947         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
10948         instead.
10949
10950 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
10951
10952         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
10953         newsgroups handling for NNTP overviews which don't include
10954         Newsgroups.
10955
10956 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10957
10958         * message.el (message-resend): Bind message-generate-hashcash to nil.
10959
10960 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10961
10962         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
10963         when searching for already-paid recipients.
10964
10965 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
10966
10967         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10968         passphrases when it is not needed.
10969         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10970         passphrase stuff from gpg, should only be necessary when you use
10971         gpg with a smartcard.
10972
10973 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10974
10975         * mml.el (mml-insert-mime): Ignore cached contents of
10976         message/external-body part.
10977
10978         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
10979         (mm-insert-part): Ditto.
10980
10981 2006-03-23  Simon Josefsson  <jas@extundo.com>
10982
10983         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
10984         Reiner.
10985         (pgg-gpg-use-agent-p): Use it again.
10986
10987 2006-03-23  Simon Josefsson  <jas@extundo.com>
10988
10989         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
10990         older emacsen.
10991         (pgg-gpg-use-agent-p): Don't use it.
10992
10993 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
10994
10995         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
10996         if we can.
10997
10998 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
10999
11000         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11001         (pgg-gpg-update-agent): New function.
11002         (pgg-gpg-use-agent-p): New function.
11003         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11004         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11005         (pgg-gpg-sign-region): Use it.
11006
11007 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11008
11009         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11010         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11011
11012 2006-03-21  Simon Josefsson  <jas@extundo.com>
11013
11014         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11015         <wilde@sha-bang.de>.
11016         (pgg-gpg-use-agent): New variable.
11017         (pgg-gpg-process-region): Use it.
11018         (pgg-gpg-encrypt-region): Likewise.
11019         (pgg-gpg-encrypt-symmetric-region): Likewise.
11020         (pgg-gpg-decrypt-region): Likewise.
11021         (pgg-gpg-sign-region): Likewise.
11022         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11023
11024 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11025
11026         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11027
11028         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11029         Add comment on version.
11030
11031 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11032
11033         * smiley.el: Add missing test smiley.
11034
11035 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11036
11037         * mm-decode.el (mm-with-part): New macro.
11038         (mm-get-part): Use it; work with message/external-body as well.
11039         (mm-save-part): Treat name and filename equally.
11040
11041         * mm-extern.el (mm-extern-cache-contents): New function.
11042         (mm-inline-external-body): Use it; force the part to be displayed;
11043         move undisplayer added to the cached handle to the parent.
11044
11045         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11046         (gnus-mime-view-part-as-type): Work with message/external-body.
11047
11048         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11049
11050 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11051
11052         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11053         images in image-load-path.  [Sync with image.el, revision 1.60, in
11054         Emacs.]
11055
11056 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11057
11058         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11059         path rather than symbol.  Always return list of directories.
11060         Guarantee that image directory comes first.  [Sync with image.el,
11061         revision 1.59, in Emacs.]
11062
11063         * message.el (message-make-tool-bar): Adjust to new API of
11064         `gmm-image-load-path-for-library'.
11065
11066         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11067
11068         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11069
11070 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11071
11072         * gnus-art.el (gnus-article-only-boring-p):
11073         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11074         intangible text.
11075         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11076
11077 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11078
11079         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
11080         `defun' instead of `gmm-defun-compat'.
11081
11082 2006-03-14  Simon Josefsson  <jas@extundo.com>
11083
11084         * message.el (message-unique-id): Don't use message-number-base36
11085         if (user-uid) is a float.
11086         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11087
11088 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11089
11090         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11091
11092         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11093         empty line between a part and a message part.
11094
11095 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11096
11097         * smiley.el: Add more test smileys.
11098         (smiley-data-directory, smiley-regexp-alist)
11099         (gnus-smiley-file-types): Fix doc strings.
11100         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11101         adding new elements.
11102         (smiley-mouse-map): Unused code.  Make it a comment.
11103
11104 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11105
11106         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11107         scan latest NoCeM messages instead of old ones.
11108         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11109         delimiters that are recently used.
11110         (gnus-nocem-load-cache): Add autoload cookie.
11111
11112         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11113
11114         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11115         level which is larger than gnus-use-nocem is specified.
11116
11117         * gnus-group.el (gnus-group-get-new-news): Ditto.
11118
11119 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11120
11121         * gnus-util.el (gnus-tool-bar-update): New function.
11122
11123         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11124         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11125
11126         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11127
11128         * gnus-group.el (gnus-group-redraw-when-idle)
11129         (gnus-group-redraw-check): Remove.
11130         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11131
11132 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11133
11134         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11135         if optional last element is specified in splits (FIELD VALUE...).
11136
11137 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11138
11139         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11140         to gmm-image-load-path-for-library.  Call with no-error argument.
11141         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11142
11143         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11144
11145         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11146
11147         * gmm-utils.el (gmm-image-load-path): Remove alias.
11148
11149 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11150
11151         * gmm-utils.el (gmm-image-load-path): Add alias.
11152
11153         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11154         nnml-generate-nov-databases-1.
11155         (nnml-generate-nov-databases): Use it.
11156         (nnml-generate-nov-databases-directory): Document no-active
11157         argument.
11158
11159         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11160         directory if path is t.  Add no-error.
11161
11162         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11163         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11164
11165         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
11166         resetting gnus-article-browse-html-temp-list.
11167
11168         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11169         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11170         Add example to docstring.  Rename local variables.  Move error
11171         checks to default case in cond and simplify.
11172
11173 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11174
11175         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11176         handle is multipart when calling it recursively.
11177         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11178
11179 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11180
11181         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11182         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11183
11184 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11185
11186         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11187         is loaded.
11188
11189         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11190         loaded.
11191
11192 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11193
11194         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11195         to "Emacs 23 (unicode)" in doc string.
11196
11197         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11198         "Emacs 23 (unicode)" in comment.
11199
11200 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11201
11202         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11203
11204         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11205         characters 160 through 255 in Emacs 23.
11206
11207 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11208
11209         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11210         gnus-article-browse-html-temp.
11211         (gnus-article-browse-delete-temp): Make it customizable.  Add
11212         `file'.  Adjust doc string.
11213         (gnus-article-browse-delete-temp-files): Add argument.  Allow
11214         query for each file.  Adjust doc string.
11215         (gnus-article-browse-html-parts): Add
11216         `gnus-article-browse-delete-temp-files' to
11217         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11218
11219 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11220
11221         * gnus-art.el (gnus-article-browse-html-temp)
11222         (gnus-article-browse-delete-temp): New variables.
11223         (gnus-article-browse-delete-temp-files): New function.
11224         (gnus-article-browse-html-parts): Use it.
11225
11226 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11227
11228         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11229
11230         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11231         string.
11232
11233         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11234         gnus-summary-insert-new-articles when unplugged.  Remove
11235         gnus-summary-search-article-forward.
11236
11237         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11238         display-visual-class instead of display-color-cells.
11239
11240 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11241
11242         * dgnushack.el: Autoload customize-group for XEmacs.
11243
11244         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11245         message/* containing non-ASCII text properly.
11246
11247 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11248
11249         * message.el: Require gmm-utils, remove autoloads.
11250         (message-tool-bar): Set default based on
11251         gmm-tool-bar-style.
11252         (message-tool-bar-gnome): Add gmm-customize-mode.
11253
11254         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11255         gmm-tool-bar-style.
11256         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11257
11258         * gnus-group.el (gnus-group-tool-bar): Set default based on
11259         gmm-tool-bar-style.
11260         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11261
11262         * gmm-utils.el (gmm-image-directory): Rename variable from
11263         gmm-image-load-path.
11264         (gmm-image-load-path): Use gmm-image-directory.
11265         (gmm-customize-mode): New function.
11266         (gmm-tool-bar-style): New variable.
11267
11268         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11269         gnus-group-redraw-line-number.
11270         (gnus-group-redraw-check): Simplify.
11271         (gnus-group-tool-bar-update): Remove redraw check.
11272         (gnus-group-make-tool-bar): Add redraw check.
11273
11274 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11275
11276         * gnus-art.el (gnus-button): Add missing parentheses.
11277
11278 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11279
11280         * lpath.el: Fbind line-number-at-pos.
11281
11282 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11283
11284         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11285
11286 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11287
11288         * gnus-art.el (gnus-button): New face.
11289         (gnus-article-button-face): Use it.
11290
11291         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
11292         gnus-summary-next-page.  Re-order.
11293
11294         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11295         next-node are now included.
11296         (gnus-group-redraw-line-number): New internal variable.
11297         (gnus-group-redraw-check): Helper function for updating the tool
11298         bar.
11299         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11300
11301         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11302
11303         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11304         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11305         Use it to match format of Spamassassin 3.0 and later.  Reported by
11306         IRIE Tetsuya <irie@t.email.ne.jp>.
11307         (spam-check-bogofilter)
11308         (spam-bogofilter-register-with-bogofilter): Fix args of
11309         `gnus-error' calls.
11310
11311 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11312
11313         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11314         unnecessary interaction when sending queued mails.  Reported by
11315         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11316
11317 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11318
11319         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11320         first or last are nil.
11321
11322 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11323
11324         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11325
11326 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11327
11328         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11329
11330 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11331
11332         * dns.el (query-dns): Protect more against buggy tcp output.
11333
11334 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11335
11336         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11337         nov.php.
11338
11339 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11340
11341         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11342         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11343         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11344         output on the server side.
11345         (nnweb-google-create-mapping): Update regexps and add some
11346         progress indication.
11347
11348 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11349
11350         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
11351         gnus-agent-toggle-plugged.  Re-order icons.
11352         (gnus-group-tool-bar-gnome): Add
11353         gnus-group-{prev,next}-unread-group.
11354         (gnus-group-tool-bar-gnome): Re-order icons.
11355
11356         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
11357         gnus-summary-insert-new-articles.
11358
11359         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
11360         comments.
11361
11362         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11363         also available in Emacs 21.3.
11364
11365         * message.el (message-fix-before-sending): Change "Emacs 22" to
11366         "Emacs 23 (unicode)" in comment.
11367
11368         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11369         "Emacs 23 (unicode)" in comment.
11370
11371         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11372         comment.
11373         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11374
11375         * mm-view.el (mm-fill-flowed): Add :version.
11376
11377 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11378
11379         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11380         and load-path.
11381
11382 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11383
11384         * message.el: Autoload gmm-image-load-path.
11385         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11386         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11387         consitency.
11388
11389         * gmm-utils.el (gmm-image-load-path): Also search in
11390         "../etc/images".  Don't set gmm-image-load-path if we don't find
11391         the image.
11392
11393 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11394
11395         * gmm-utils.el (gmm-image-load-path): Don't make
11396         `gmm-image-load-path' include subdirectories which the second arg
11397         `image' might specify.
11398
11399         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11400         subdirectory to icon file names.
11401
11402         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11403
11404 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11405
11406         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11407         gmm-image-load-path calls.
11408
11409         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11410
11411         * message.el (message-make-tool-bar): Ditto.
11412
11413         * mml.el (mml-preview): Added comment concerning tool bar icons.
11414
11415         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11416         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11417
11418         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11419         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11420
11421         * message.el (message-tool-bar-gnome): Use new icon names.
11422         (message-make-tool-bar): Use `gmm-image-load-path'.
11423
11424         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
11425         functions from MH-E.
11426         (gmm-image-load-path): New variable from MH-E.
11427         (gmm-image-load-path): New function from MH-E.  Added arguments
11428         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11429         *-image-load-path-called-flag.
11430
11431 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11432
11433         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11434
11435 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11436
11437         * nnimap.el (nnimap-request-move-article): Change folder back to
11438         source group before deleting.
11439
11440 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11441
11442         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11443
11444         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
11445         mm-url.
11446
11447         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11448
11449 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11450
11451         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11452         coding system which mm-charset-to-coding-system returns for a
11453         given charset is valid.
11454
11455 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11456
11457         * html2text.el (html2text-remove-tag-list):
11458         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11459
11460 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11461
11462         * gnus-cus.el: Revert 2005-10-17 change.
11463
11464 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11465
11466         * gnus-art.el (article-strip-banner): Call
11467         article-really-strip-banner only when the regexp match is made.
11468
11469 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11470
11471         * gnus-art.el (article-strip-banner): Use
11472         gnus-extract-address-components instead of
11473         mail-header-parse-addresses to make it work with non-ASCII text;
11474         remove mail-encode-encoded-word-string.
11475
11476         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11477         values which are surrounded with \"...\"; make it never cause a
11478         Lisp error; give up parsing of parameters if it failed in
11479         extracting type.
11480
11481 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11482
11483         * smime.el (smime-cert-by-ldap-1): Fix bug where
11484         `smime-ldap-search' returns results without userCertificates.
11485
11486 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11487
11488         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11489
11490 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11491
11492         * spam.el (spam-check-spamassassin-headers): Adapt format for
11493         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11494         <ari@mbf.ocn.ne.jp>.
11495         (spam-list-of-processors): Add spam-use-gmane.
11496
11497 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11498
11499         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11500         make-temp-file; make it work with XEmacs as well.
11501
11502         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11503         mm-make-temp-file.
11504
11505         * mm-decode.el (mm-display-external): Use the 3rd arg of
11506         mm-make-temp-file.
11507         (mm-create-image-xemacs): Ditto.
11508
11509 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11510
11511         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11512         with message-narrow-to-headers.
11513         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11514         (gnus-draft-check-draft-articles): New function.
11515         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11516
11517 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11518
11519         * gnus-art.el (gnus-article-browse-html-parts):
11520         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11521         Don't use suffix argument for mm-make-temp-file for Emacs 21
11522         compatibility.  Remove useless `format'.
11523
11524 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11525
11526         * nnweb.el (nnweb-google-wash-article): Update regexps.
11527         (nnweb-group-alist): Use defvoo instead of defvar.
11528
11529 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11530
11531         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11532         re-loading nn* modules.
11533
11534 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11535
11536         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11537         for `tool-bar-mode' and don't check it's default-value.
11538
11539         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11540
11541         * message.el (message-make-tool-bar): Ditto.
11542
11543         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11544         `substring'.  Shorten tmp-file name.
11545
11546         * gnus.el: Remove bogus comment.
11547
11548 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11549
11550         * gnus-art.el (gnus-article-browse-html-parts): New function.
11551         (gnus-article-browse-html-article): New function for viewing html
11552         articles with a browser.
11553
11554 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11555
11556         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
11557         in elisp.
11558         (pgg-gpg-encrypt-symmetric-region): Ditto.
11559         (pgg-gpg-sign-region): Ditto.
11560
11561         * pgg-def.el (pgg-text-mode): New variable.
11562
11563         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11564         (mml2015-pgg-encrypt): Ditto.
11565
11566         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11567         (mml1991-pgg-encrypt): Ditto.
11568
11569 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11570
11571         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
11572         message-make-date instead of current-time-string.
11573
11574         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11575         to gnus-decoded which mm-uu might set.
11576
11577 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11578
11579         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11580         don't decode quoted parameters; remove misimported Emacs code.
11581         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11582         (rfc2231-decode-encoded-string): Don't use split-string which
11583         behaves differently according to Emacs version; use
11584         mm-decode-coding-region to convert charset to coding-system.
11585         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11586         (rfc2231-encode-string): Remove misimported Emacs code.
11587
11588 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11589
11590         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11591         when calling mail-header-parse-content-type.
11592         (article-de-quoted-unreadable): Ditto.
11593         (article-de-base64-unreadable): Ditto.
11594         (article-wash-html): Ditto.
11595
11596         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11597         calling mail-header-parse-content-type and
11598         mail-header-parse-content-disposition.
11599         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11600         mail-header-parse-content-type.
11601
11602         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11603         insert charset and format parameters; encode description after
11604         inserting it to buffer.
11605         (mml-insert-parameter): Fold lines properly even if a parameter is
11606         segmented into two or more lines; change the max column to 76.
11607
11608         * rfc1843.el (rfc1843-decode-article-body): Don't use
11609         ignore-errors when calling mail-header-parse-content-type.
11610
11611         * rfc2231.el (rfc2231-parse-string): Return at least type if
11612         possible; don't cause an error even if it fails in parsing of
11613         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11614         (rfc2231-encode-string): Don't break lines at the beginning, leave
11615         it to mml-insert-parameter.
11616
11617         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11618         calling mail-header-parse-content-type.
11619
11620 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
11621
11622         * spam-report.el (spam-report-gmane-use-article-number):
11623         Improve doc string.
11624         (spam-report-gmane-internal): Check if a suitable header was found
11625         in the article.
11626
11627 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11628
11629         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11630         (rfc2231-encode-string): Make param*=value always begin with LWSP.
11631
11632 2006-02-05  Romain Francoise  <romain@orebokech.com>
11633
11634         Update copyright notices of all files in the gnus directory.
11635
11636 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11637
11638         * nnweb.el (nnweb-request-group): Avoid growing overview files.
11639
11640 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11641
11642         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11643         segmented lines of parameter value to cope with Thunderbird 1.5
11644         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11645         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11646         (rfc2231-encode-string): Don't make lines exceeding 76 column.
11647
11648 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
11649
11650         * mml.el (mml-generate-mime-1): Correct the order of inline signed
11651         parts.
11652
11653 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11654
11655         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11656         there's only one active file for all servers.
11657         (nnweb-request-scan): Make sure nnweb-articles is initialized on
11658         solid groups.  Gnus might have used a FAST request to select the group.
11659         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11660         and nnweb-search redundantly in the active file.
11661         (nnweb-request-list): Don't list bogus groups.  There can only be one.
11662         (nnweb-request-create-group): Don't use ARGS.
11663         (nnweb-possibly-change-server, nnweb-request-group): Remove some
11664         initialisations.  Let nnoo do the work.
11665
11666 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11667
11668         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11669         Say the part has been decoded.
11670
11671         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11672
11673 2006-01-31  Kevin Ryde  <user42@zip.com.au>
11674
11675         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11676         mailcap-viewer-test-cache when there's no 'test clause, since that
11677         will invert the meaning of a "nil" test previously determined by
11678         mailcap-mailcap-entry-passes-test.
11679
11680 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11681
11682         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11683         compiling.
11684
11685         * gnus-sum.el: Ditto.
11686
11687         * message.el: Don't bind tool-bar-map when compiling.
11688
11689 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
11690
11691         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11692
11693 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11694
11695         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11696         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11697         current Google Groups.
11698
11699 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
11700
11701         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11702         and tool-bar-mode.
11703
11704         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11705         and tool-bar-mode.
11706
11707         * message.el (message-tool-bar-update): Simplify.
11708         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11709
11710         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11711         gnus-summary-buffer.
11712         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11713         gnus-summary-reply.
11714
11715         * gmm-utils.el (gmm): Add :version.
11716
11717 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11718
11719         * Makefile.in (clean): New rule.
11720         (distclean): Use it.
11721
11722 2006-01-26  Steve Youngs  <steve@sxemacs.org>
11723
11724         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
11725         autoload.
11726
11727 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11728
11729         * gmm-utils.el (gmm-verbose): Add :group.
11730
11731 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
11732
11733         * message.el: Change some comments WRT tool-bars.
11734
11735         * gnus-sum.el (gnus-summary-tool-bar)
11736         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11737         (gnus-summary-tool-bar-zap-list): New variables.
11738         (gnus-summary-make-tool-bar): Complete rewrite using
11739         `gmm-tool-bar-from-list'.
11740
11741         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11742         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
11743         variables.
11744         (gnus-group-make-tool-bar): Complete rewrite using
11745         `gmm-tool-bar-from-list'.
11746         (gnus-group-tool-bar-update): New function.
11747
11748         * message.el (message-mode-field-menu): Add "Show hidden Headers".
11749
11750 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11751
11752         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11753         is dissected into a single part of which the type is the same as
11754         the given one; decode charset.
11755
11756 2006-01-21  Kevin Ryde  <user42@zip.com.au>
11757
11758         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11759         into alists as symbol not string, since that's what
11760         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11761         look for.
11762
11763 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
11764
11765         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11766         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
11767
11768         * message.el (message-tool-bar-gnome): Use gmm-ignore.
11769
11770 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11771
11772         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
11773         (gnus-xmas-mime-security-button-menu): New function.
11774
11775         * gnus-art.el (gnus-mime-security-button-commands): New variable.
11776         (gnus-mime-security-button-menu): New definition.
11777         (gnus-mime-security-button-map): Use them.
11778         (gnus-mime-security-button-menu): New function.
11779         (gnus-insert-mime-security-button): Addition to help echo.
11780         (gnus-mime-security-run-function, gnus-mime-security-save-part)
11781         (gnus-mime-security-pipe-part): New functions.
11782
11783         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11784         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
11785
11786         * mm-decode.el (mm-handle-set-disposition): Remove.
11787         (mm-handle-set-description): Remove.
11788
11789 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11790
11791         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11792         (mm-w3m-standalone-supports-m17n-p): New function.
11793         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11794         w3m usage.
11795
11796         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
11797         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
11798
11799 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11800
11801         * message.el (message-tool-bar-zap-list): Use
11802         gmm-tool-bar-zap-list as custom type.
11803         (message-tool-bar-update): New function.
11804         (message-tool-bar, message-tool-bar-gnome)
11805         (message-tool-bar-retro): Add message-tool-bar-update.
11806         (message-tool-bar-gnome): Add flyspell-buffer.
11807
11808         * gnus-util.el (gnus-error): Describe `args'.
11809
11810         * gmm-utils.el (gmm-error): Describe `args'.
11811         (gmm-tool-bar-zap-list): New widget.
11812         (gmm-tool-bar-from-list): Improve description of `zap-list'.
11813
11814 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11815
11816         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
11817         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
11818         the number of recursive calls.
11819
11820         * mm-decode.el (mm-handle-set-disposition): New macro.
11821         (mm-handle-set-description): New macro.
11822
11823 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11824
11825         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
11826         encoding.
11827
11828 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11829
11830         * message.el (message-tool-bar-zap-list, message-tool-bar)
11831         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
11832         (message-tool-bar-local-item-from-menu): Remove.
11833         (message-tool-bar-map): Replace by `message-make-tool-bar'.
11834         (message-make-tool-bar): New function.
11835         (message-mode): Use `message-make-tool-bar'.
11836
11837         * gmm-utils.el: New file.
11838         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
11839         (gmm-lazy): New widget copied from `nnmail.el'.
11840         (gmm-tool-bar-from-list): New function for creating customizable
11841         tool bars.
11842         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
11843         output.
11844         (gmm): Add :prefix to defgroup.
11845
11846 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
11847
11848         * gmm-utils.el (gmm-widget-p): New function.
11849
11850 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11851
11852         * mml.el (mml-attach-file): Describe `description' in doc string.
11853         (mml-menu): Add Emacs MIME manual and PGG manual.
11854
11855 2006-01-20  Richard M. Stallman  <rms@gnu.org>
11856
11857         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
11858
11859 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
11860
11861         * nntp.el (nntp-end-of-line): Doc fix.
11862
11863 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
11864
11865         * imap.el (imap-open): Handle case where buffer is a buffer
11866         object.
11867
11868 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11869
11870         * gnus-delay.el (gnus-delay): Don't autoload.
11871         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11872         to be re-loaded when customizing the `gnus-delay' group.
11873
11874 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
11875
11876         * message.el (message-insert-citation-line): Use newlines.
11877
11878 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11879
11880         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11881         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
11882         these routines, so the passphrase can be managed externally and
11883         passed in to the system.
11884         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11885         pgg-add-passphrase-to-cache function.
11886
11887         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11888         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
11889         these routines, so the passphrase can be managed externally and
11890         passed in to the system.
11891         (pgg-pgp5-sign-region): Use new name of
11892         pgg-add-passphrase-to-cache function.
11893
11894 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11895
11896         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11897         part of the decoded armor to find the key-identifier.
11898         (pgg-gpg-lookup-key-owner): New function to return the
11899         human-readable identifier of a key owner.
11900         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
11901         itself.
11902         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11903         the key value) if we have a key and can match it against a secret
11904         key.  Also, added a note pointing out fact that the prompt only
11905         indicates the first matching key.
11906
11907         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
11908         pgg-decrypt-region.
11909         (pgg-add-passphrase-to-cache): Rename from
11910         `pgg-add-passphrase-cache' to reduce confusion (all callers
11911         changed).
11912         (pgg-remove-passphrase-from-cache): Rename from
11913         `pgg-remove-passphrase-cache' to reduce confusion (all callers
11914         changed).
11915         (pgg-read-passphrase, pgg-add-passphrase-cache)
11916         (pgg-remove-passphrase-cache): Add informative docstrings.
11917         (pgg-decrypt): Convey provided passphrase in subordinate call to
11918         pgg-decrypt-region.
11919
11920 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
11921
11922         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11923         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11924         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11925         'passphrase' argument, so the passphrase can be managed externally
11926         and then passed in to the system.
11927
11928         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11929         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
11930         so the passphrase cache can be used reliably with identifiers
11931         besides a pgp packet's key id.
11932
11933         * pgg-gpg.el (pgg-gpg-encrypt-region)
11934         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11935         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
11936         these routines, so the passphrase can be managed externally and
11937         passed in to the system.
11938
11939         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11940         'notruncate' argument, so the passphrase cache can be used
11941         reliably with identifiers besides a pgp packet's key id.
11942
11943 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
11944
11945         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11946         symmetric encryption.
11947         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11948         encrypted session key.
11949         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11950         message ask for the passphrase in a proper way.
11951
11952         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11953         New user commands for symmetric encryption.
11954
11955 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11956
11957         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
11958
11959         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
11960
11961 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
11962
11963         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
11964
11965 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11966
11967         * mm-decode.el (mm-inlined-types): Add application/pgp.
11968         (mm-automatic-display): Ditto.
11969
11970         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
11971         part as text.
11972
11973 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11974
11975         * nnrss.el: Update copyright.
11976         (nnrss-opml-import): Query whether to subscribe to each entry.
11977
11978         * gnus-art.el:
11979         * gnus-sum.el:
11980         * gnus-xmas.el:
11981         * messagexmas.el:
11982         * mm-uu.el:
11983         * mm-view.el: Update copyright.
11984
11985 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
11986
11987         * message.el (message-info): New function.
11988         (message-mode-menu): Add it.
11989         Update copyright.
11990
11991         * ChangeLog: Fix and update copyright.
11992
11993 2006-01-13  Romain Francoise  <romain@orebokech.com>
11994
11995         * message.el (message-forward-subject-name-subject): Prefer the
11996         address to 'nowhere' if the sender has no name.
11997         Fix typo.  Update copyright year.
11998
11999 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12000
12001         * gnus-art.el (article-wash-html): Use
12002         gnus-summary-show-article-charset-alist if a numeric arg is given.
12003         (gnus-article-wash-html-with-w3m-standalone): New function.
12004
12005         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12006         mm-inline-text-html-render-with-w3m-standalone.
12007         (mm-text-html-washer-alist): Map w3m-standalone to
12008         gnus-article-wash-html-with-w3m-standalone.
12009         (mm-inline-text-html-render-with-w3m-standalone): New function.
12010
12011 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12012
12013         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12014         Improve LaTeX.
12015
12016 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12017
12018         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12019         (nnrss-request-article): Render text/plain parts as HTML.
12020
12021         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12022         the buffer.
12023
12024 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12025
12026         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12027         custom definition of `gnus-posting-styles'.
12028
12029         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
12030         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12031
12032 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12033
12034         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12035         Use nntp for bug archive.
12036
12037 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12038
12039         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12040         parts.
12041         (nnrss-normalize-date): New function converts ISO 8601 date into
12042         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12043         (nnrss-check-group): Use it.
12044
12045 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12046
12047         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12048
12049         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12050         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12051         (nnrss-insert-w3): Ditto.
12052
12053 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12054
12055         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12056         the articles to be forwarded including the case where neither a
12057         number of articles nor a region is specified.
12058
12059 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12060
12061         * nnrss.el (nnrss-request-article): Fix last change; fill
12062         text/plain parts.
12063
12064 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12065
12066         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12067         in text/plain part.
12068         (nnrss-check-group): Don't add excessive newline to dc:subject.
12069
12070 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12071
12072         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12073         article.
12074
12075 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12076
12077         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12078         (nnml-use-compressed-files, nnml-save-mail): Support other
12079         comression programs such as bzip2.
12080
12081 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12082
12083         * dns.el (query-dns): Make sure we check the buffer size before
12084         removing tcp headers.
12085
12086 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12087
12088         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12089         remove MIME buttons associated with multipart/alternative parts.
12090         (gnus-mime-display-alternative): Tag buttons using `article-type'
12091         text property.
12092
12093         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12094         associated with multipart/alternative parts.
12095
12096         * gnus-art.el (gnus-signature-separator): Fix custom type.
12097
12098         * mm-decode.el (mm-inlined-types): Fix custom type.
12099         (mm-keep-viewer-alive-types): Ditto.
12100         (mm-automatic-display): Ditto.
12101         (mm-attachment-override-types): Ditto.
12102         (mm-inline-override-types): Ditto.
12103         (mm-automatic-external-display): Ditto.
12104
12105 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12106
12107         * spam-report.el (spam-report-user-mail-address)
12108         (spam-report-user-agent): New variables.
12109         (spam-report-url-ping-plain): Use spam-report-user-agent.
12110
12111 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12112
12113         * gnus-art.el (gnus-button-handle-custom): Do not just use
12114         `customize-apropos' for any "M-x customize-*" button but the
12115         function called for.  Accept both the function name and its
12116         argument in order to achieve this.
12117         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
12118         function name to `gnus-button-handle-custom' in case of "M-x
12119         customize-*" buttons.
12120
12121 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12122
12123         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12124         multipart/alternative and add xref to mm-discouraged-alternatives
12125         in doc string.
12126
12127         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12128         gnus-buttonized-mime-types in doc string.
12129
12130 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12131
12132         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12133         Suggest image/.* in the doc string.
12134
12135 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12136
12137         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12138         message-marks (Debian bug #342521).
12139
12140 2005-12-12  Simon Josefsson  <jas@extundo.com>
12141
12142         * password.el (password-read-from-cache): Add.
12143         (password-read): Use it.
12144
12145 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12146
12147         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
12148         us-ascii as a MIME charset.
12149
12150         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
12151         against the case where the 2nd arg TYPE is nil.
12152
12153 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12154
12155         * pop3.el (pop3-stream-type): Fix custom version.
12156
12157         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12158
12159 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12160
12161         * mm-decode.el (mm-display-external): Add missing cdr.
12162
12163 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12164
12165         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12166         RFC1524) if it is in mailcap or add a suffix according to
12167         mailcap-mime-extensions when generating a temp filename; postpone
12168         deleting a temp file for 2 seconds for some wrappers, shell
12169         scripts, and so on, which might exit right after having started a
12170         viewer command as a background job.
12171
12172 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12173
12174         * nntp.el (nntp-marks-directory): Fix custom group.
12175
12176         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12177         steps when < 10.
12178
12179         * gnus-start.el (gnus-no-server-1): Mention
12180         `gnus-level-default-subscribed' in doc string.
12181
12182 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12183
12184         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12185         parens.
12186
12187 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12188
12189         * gnus-xmas.el (gnus-use-toolbar): Revert.
12190         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12191         gnus-use-toolbar is default.
12192
12193         * messagexmas.el (message-use-toolbar): Revert.
12194         (message-setup-toolbar): Use global default-toolbar if
12195         message-use-toolbar is default.
12196
12197 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12198
12199         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12200         according to default-toolbar-visible-p.
12201
12202         * messagexmas.el (message-use-toolbar): Ditto.
12203
12204 2005-11-26  Dave Love  <fx@gnu.org>
12205
12206         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12207         (tls-program, tls-success): Provide openssl alternative.
12208
12209         * starttls.el: Doc fixes.
12210         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12211         SERVICE to PORT.
12212
12213         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12214         port null or service name.
12215         (starttls-negotiate): Autoload.
12216
12217 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12218
12219         * message.el (message-kill-to-signature): Fix interactive spec.
12220
12221 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12222
12223         * pop3.el (pop3-open-server): Recognize a string as a service name.
12224
12225 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12226
12227         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12228
12229 2005-11-23  Dave Love  <fx@gnu.org>
12230
12231         Add pop3s, pop3/starttls.
12232
12233         * pop3.el (pop3-authentication-scheme): Clarify doc.
12234         (open-tls-stream, starttls-open-stream): Autoload.
12235         (pop3-stream-type): New.
12236         (pop3-open-server): Use it.
12237
12238         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12239         for POP.
12240         (mail-source-keyword-map): Add :stream for POP.
12241         (mail-source-fetch-pop): Use pop3-stream-type.
12242
12243 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12244
12245         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12246         of current-time-string.
12247
12248 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12249
12250         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12251         date header.
12252
12253 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12254
12255         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12256         it can seriously impact performance as it bypasses the agent's
12257         local caches.
12258
12259 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12260
12261         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12262         must be explicitly online rather than "not explicitly offline" for
12263         its flags to be synchronized.
12264
12265         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12266         that gnus-uu-unmark-thread will function correctly.
12267
12268         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12269         1024K is instead displayed as 1M.
12270
12271 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12272
12273         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12274
12275 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12276
12277         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12278
12279 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12280
12281         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12282         error message to display actual error condition.
12283         (gnus-agent-save-local): Avoid saving symbols that are bound to
12284         nil as they simply result in a warning message in
12285         gnus-agent-read-local.
12286
12287 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12288
12289         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12290         rather than make-variable-buffer-local for file-precious-flag.
12291
12292 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12293
12294         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12295         for duplicates which are removed.  The invalid sort check then
12296         triggers a rescan after the sort as sorting may have moved
12297         duplicate entries such that they can be cheaply detected.
12298
12299 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12300
12301         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12302
12303 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12304
12305         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
12306         internal variable to a custom variable.  Changed default value
12307         from compressed(2) to uncompressed(1).
12308         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12309         support for uncompressed agentview files.  Taken together, reading
12310         the agentview file should now be 6-7 times faster.
12311
12312 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12313
12314         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12315         as a buffer-local variable.  This avoids creating truncated
12316         dribble files as a result of a hang up, eg.
12317
12318 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
12319
12320         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
12321         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
12322         XEmacs.
12323
12324 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12325
12326         * gnus-start.el (gnus-start-draft-setup): Enforce
12327         `gnus-draft-mode' for nndraft:drafts at startup.
12328
12329         * gnus.el (gnus-splash): Change custom group.
12330         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
12331         allow-list argument.
12332
12333         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12334         string.
12335
12336 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12337
12338         * gnus-art.el (gnus-default-article-saver): Add user-defined
12339         `function' to custom type.
12340
12341 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12342
12343         * imap.el (imap-open): Handle case where buffer is a buffer
12344         object.
12345
12346 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12347
12348         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12349         long lines.
12350         (gnus-cache-delete-group): Wrap doc strings.
12351
12352         * gnus-agent.el (gnus-agent-rename-group)
12353         (gnus-agent-delete-group): Wrap doc strings.
12354
12355 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12356
12357         * messagexmas.el (message-use-toolbar): Change the valid values
12358         into default, top, bottom, left, and right.
12359         (message-toolbar-thickness): New variable.
12360         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
12361         well.
12362         (message-setup-toolbar): Make it work.
12363
12364         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
12365         (gnus-use-toolbar): Change the valid values into default, top,
12366         bottom, left, and right.
12367         (gnus-toolbar-thickness): New variable.
12368         (gnus-xmas-setup-toolbar): New function.
12369         (gnus-xmas-setup-group-toolbar): Use it.
12370         (gnus-xmas-setup-summary-toolbar): Use it.
12371
12372 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12373
12374         * gnus-start.el (gnus-1): Add "native" to
12375         gnus-predefined-server-alist.
12376
12377         * gnus.el (gnus-method-to-server): Don't add "native" to the
12378         lists here, because that leads to problems when
12379         gnus-select-method is bound.
12380
12381 2005-11-09  Simon Josefsson  <jas@extundo.com>
12382
12383         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12384         use (not sort-by-date) instead.
12385
12386 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12387
12388         * gnus-delay.el (gnus-delay-group): Don't autoload.
12389         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12390         to be re-loaded when customizing the `gnus-delay' group.
12391
12392 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12393
12394         * message.el: Revert last changes.
12395         (message-insert-citation-line): Use newlines.
12396
12397 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12398
12399         * message.el (message-courtesy-message)
12400         (message-mark-insert-begin, message-mark-insert-end)
12401         (message-elide-ellipsis, message-cancel-message)
12402         (message-add-header, message-change-subject)
12403         (message-cross-post-followup-to-header)
12404         (message-cross-post-insert-note, message-reduce-to-to-cc)
12405         (message-widen-reply, message-delete-not-region)
12406         (message-kill-to-signature, message-insert-signature)
12407         (message-insert-importance-high, message-insert-importance-low)
12408         (message-insert-or-toggle-importance)
12409         (message-insert-disposition-notification-to)
12410         (message-indent-citation, message-yank-original)
12411         (message-cite-original-without-signature, message-cite-original)
12412         (message-insert-citation-line, message-position-on-field)
12413         (message-fix-before-sending, message-send-mail-partially)
12414         (message-send-mail, message-send-mail-with-sendmail)
12415         (message-send-mail-with-qmail, message-send-news)
12416         (message-check-news-header-syntax, message-generate-headers)
12417         (message-insert-courtesy-copy, message-fill-address)
12418         (message-fill-header, message-shorten-references)
12419         (message-setup-1, message-cancel-news)
12420         (message-forward-make-body-plain, message-forward-make-body-mime)
12421         (message-forward-make-body-mml, message-encode-message-body)
12422         (message-forward-make-body-digest-plain)
12423         (message-forward-make-body-digest-mime)
12424         (message-use-alternative-email-as-from): Insert `hard-newline'
12425         instead of ordinary newlines.
12426
12427 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12428
12429         * message.el (message-generate-headers): Downcase the argument
12430         given to message-check-element.
12431
12432 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12433
12434         * nntp.el (nntp-authinfo-rejected): New error condition.
12435         (nntp-wait-for): Use new error condition to signal authentication
12436         error.
12437         (nntp-retrieve-data): Rethrow new error condition to break out of
12438         recursive call to nntp-send-authinfo.
12439
12440 2005-11-08  Romain Francoise  <romain@orebokech.com>
12441
12442         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12443         (gnus-summary-exit-map): Bind to `Z p'.
12444         (gnus-summary-make-menu-bar): Add menu item.
12445
12446 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12447
12448         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12449         (gnus-treat-*): Add `first' in all doc strings.
12450
12451         * gnus-group.el (gnus-group-compact-group): Fix typo.
12452
12453 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12454
12455         * gnus.el (gnus-parameters-case-fold-search): New variable.
12456         (gnus-parameters-get-parameter): Use it.
12457
12458         * gnus-score.el (gnus-home-score-file): Doc fix.
12459
12460 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12461
12462         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12463
12464 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12465
12466         * mm-util.el (mm-special-display-p): New function.
12467
12468         * mml.el (mml-preview): Use it; doc fix.
12469
12470 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12471
12472         * imap.el (imap-open): Handle case where buffer is a buffer object.
12473
12474 2005-10-29  Romain Francoise  <romain@orebokech.com>
12475
12476         * message.el (message-fix-before-sending): Fix comment.
12477
12478 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12479
12480         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12481
12482 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12483
12484         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12485         Used in gnus-score.el.
12486
12487 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12488
12489         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12490
12491 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12492
12493         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12494         whitespace removed in revision 7.8.  Use concatenated string to
12495         protect trailing whitespace.
12496
12497 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12498
12499         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12500         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12501         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12502         Courier IMAP ("some version from 2004").  Mostly based on similar
12503         code in the same function.
12504
12505 2005-10-26  Didier Verna  <didier@xemacs.org>
12506
12507         * gnus-group.el (gnus-group-compact-group): Invalidate original
12508         article buffer.
12509         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12510         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12511         NOV database and in article itself.
12512         Invalidate article backlog.
12513
12514 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12515
12516         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12517
12518 2005-10-26  Simon Josefsson  <jas@extundo.com>
12519
12520         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12521         part of 2004-07-25 change.
12522
12523 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12524
12525         * message.el (message-display-completion-list): New function.
12526         (message-expand-group): Use it; make sure the Completions buffer
12527         is modifiable.
12528 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12529
12530         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12531         user-mail-name is an empty string.
12532
12533 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12534
12535         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12536         depending on gnus-score-decay-constant.
12537
12538         * encrypt.el (encrypt-insert-file-contents)
12539         (encrypt-write-file-contents): Don't use `gnus-message'.
12540
12541         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12542         arguments.
12543         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
12544         arguments to mm-uu-verbatim-marks-extract.
12545         (mm-uu-hide-markers): New variable.
12546         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12547
12548         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12549         (gnus-convert-image-to-face-command): Use "convert" by default to
12550         allow other input image formats.
12551         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12552         accordingly.
12553
12554 2005-10-23  Simon Josefsson  <jas@extundo.com>
12555
12556         * imap.el (imap-gssapi-program): Align command line parameters
12557         with latest GNU SASL.
12558         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12559
12560 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12561
12562         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12563         HTML.
12564         (nnslashdot-request-article): Ditto.
12565
12566         * lpath.el (featurep): Add nobreak-char-display.
12567
12568 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12569
12570         * mail-source.el (mail-source-fetch-pop): Require pop3.
12571         (mail-source-check-pop): Ditto.
12572
12573 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12574
12575         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12576         errors.
12577
12578 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12579
12580         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12581         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12582
12583         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12584
12585         * mm-bodies.el (mm-decode-string): Call
12586         `mm-charset-to-coding-system' with allow-override argument.
12587
12588 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12589
12590         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12591         (rfc2047-charset-to-coding-system): New function.
12592         (rfc2047-decode-encoded-words): New function.
12593         (rfc2047-decode-region): Use them.
12594         (rfc2047-decode-cte): Remove.
12595         (rfc2047-parse-and-decode): Remove.
12596         (rfc2047-decode): Remove.
12597
12598 2005-10-15  Kenichi Handa  <handa@m17n.org>
12599
12600         * rfc2047.el (rfc2047-decode-cte): New function.
12601         (rfc2047-decode-region): Change the way to decode successive
12602         encoded-words: decode B- or Q-encoding in each encoded-word,
12603         concatenate them, and decode it as charset.
12604
12605 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12606
12607         * lpath.el: Fbind codepage-setup for XEmacs.
12608
12609 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12610
12611         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
12612         widget-move-and-invoke.
12613         (gnus-custom-mode): Use gnus-custom-map.
12614
12615 2005-10-15  Bill Wohler  <wohler@newt.com>
12616
12617         * message.el (message-tool-bar-map): Renamed image file from
12618         mail_send to mail/send.
12619
12620 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12621
12622         * message.el (message-expand-group): Pass the common
12623         prefix substring of completion to `display-completion-list'.
12624
12625 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
12626
12627         * mml-sec.el (mml-secure-method): New internal variable.
12628         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12629         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
12630         functions using mml-secure-method.
12631
12632         * mml.el (mml-mode-map): Add key bindings for those functions.
12633         (mml-menu): Simplify security menu entries.  Suggested by Jesper
12634         Harder <harder@myrealbox.com>.
12635         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
12636         end of message if point is the headers of the message.
12637
12638         * message.el (message-in-body-p): New function.
12639
12640         * assistant.el: Autoload gnus-util and netrc.
12641
12642         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12643         Use `mm-charset-override-alist' only when decoding.
12644
12645         * mm-bodies.el (mm-decode-body): Call
12646         `mm-charset-to-coding-system' with allow-override argument.
12647
12648         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12649         `filename' from Content-Disposition if Content-Type doesn't
12650         provide `name'.
12651         (gnus-mime-view-part-as-type): Set default instead of
12652         initial-input.
12653
12654 2005-10-09  Daniel Brockman  <daniel@brockman.se>
12655
12656         * format-spec.el (format-spec): Propagate text properties of % spec.
12657
12658 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12659
12660         * gnus-art.el (gnus-treat-predicate): Add `first'.
12661
12662 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12663
12664         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12665         (mm-charset-override-alist): New variable.
12666         (mm-charset-to-coding-system): Use it.
12667         (mm-codepage-setup): New helper function.
12668         (mm-charset-eval-alist): New variable.
12669         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
12670         about unknown charsets.
12671
12672         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
12673
12674 2005-10-04  David Hansen  <david.hansen@gmx.net>
12675
12676         * nnrss.el (nnrss-request-article): Add support for the comments tag.
12677         (nnrss-check-group): Ditto.
12678
12679 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12680
12681         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12682         Rename x-gnus-verbatim to x-verbatim.
12683         (mm-uu-type-alist): Fix regexp for verbatim-marks.
12684
12685         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12686         x-verbatim.
12687
12688         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12689
12690         * gnus-util.el (gnus-remove-duplicates): Remove.
12691
12692         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12693         instead of gnus-remove-duplicates.
12694
12695         * message.el (message-remove-duplicates): Remove.
12696         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12697         message-remove-duplicates.
12698
12699         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12700         available, else use implementation from `delete-dups'.
12701
12702         * message.el (message-insert-expires): New function.
12703         (message-mode-map): Add key binding.
12704         (message-mode-field-menu): Add menu entry.
12705         (message-mode): Document it.
12706         (message-make-expires-date): Use `message-make-date'.
12707
12708 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
12709
12710         * message.el (message-make-expires-date): New function.
12711
12712 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12713
12714         * Makefile.in (list-installed-shadows): New entry.
12715         (install): Use it.
12716         (remove-installed-shadows): New entry.
12717
12718         * dgnushack.el (dgnushack-default-load-path): New variable.
12719         (dgnushack-find-lisp-shadows): New function.
12720         (dgnushack-remove-lisp-shadows): New function.
12721
12722 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12723
12724         * Makefile.in (install-el-elc): New entry.
12725         (install): Use it so that .el files are necessarily installed.
12726
12727 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12728
12729         * time-date.el: Autoload parse-time-string, XEmacs needs it.
12730
12731 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12732
12733         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12734         function rather than the diff-mode.el package.
12735         (mm-display-external): Use with-current-buffer.
12736         (mm-viewer-completion-map, mm-viewer-completion-map):
12737         Move initialization inside declaration.
12738
12739 2005-09-29  Simon Josefsson  <jas@extundo.com>
12740
12741         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
12742         autoload mail-check-payment.
12743         (spam-check-hashcash): Define unconditionally, since hashcash.el
12744         is part of Gnus now.  Ignore errors from payment checking.
12745
12746 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12747
12748         * message.el (message-bold-region, message-unbold-region): Rename
12749         from `bold-region' and `unbold-region'.
12750
12751         * message.el: Remove useless autoloads.
12752
12753 2005-09-28  Simon Josefsson  <jas@extundo.com>
12754
12755         * message.el (message-use-idna): Default to t.
12756         (message-use-idna): Test whether encoding works too.  Doc fix.
12757
12758 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12759
12760         * nntp.el (nntp-warn-about-losing-connection): Remove.
12761
12762 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12763
12764         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12765         customizable.  Change default value.
12766         (mm-uu-diff-groups-regexp): Change default value.
12767         (mm-uu-type-alist): Add doc string.
12768         (mm-uu-configure): Add doc string.  Make it interactive.
12769         (mm-uu-tex-groups-regexp): New variable.
12770         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12771         (mm-uu-type-alist): Add LaTeX documents.
12772         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12773         of "text/verbatim".
12774         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12775
12776         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12777         instead of "text/verbatim".
12778
12779         * message.el (message-mark-inserted-region)
12780         (message-mark-insert-file): Use slrn style marks when called with
12781         prefix argument.
12782
12783 2005-09-27  Simon Josefsson  <jas@extundo.com>
12784
12785         * message.el (message-idna-to-ascii-rhs-1): Reformat.
12786
12787 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
12788
12789         * message.el (message-remove-duplicates): New function.
12790         Implementation borrowed from `gnus-remove-duplicates'.
12791         (message-idna-to-ascii-rhs): Also encode idna addresses in
12792         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12793         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12794         only ask about the same idna domain once per header and also tell
12795         in what header to replace the idna domain.
12796
12797         * gnus-art.el (article-decode-idna-rhs): Also decode idna
12798         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12799         (article-decode-idna-rhs): Fix regexp so that all idna-address in
12800         a header is decoded and not just the last one.
12801
12802 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12803
12804         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12805         has been decoded.
12806
12807         * mm-decode.el (mm-automatic-display): Add text/verbatim.
12808         (mm-insert-part): Don't modify text if it has been decoded.
12809
12810         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12811         decoded.
12812
12813         * mm-view.el (mm-inline-text): Don't strip text props unless
12814         decoding enriched or richtext parts.
12815
12816 2005-09-25  Romain Francoise  <romain@orebokech.com>
12817
12818         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12819         * gnus-start.el (gnus-subscribe-interactively):
12820         * gnus-uu.el (gnus-uu-grab-articles):
12821         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12822         space.
12823
12824 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
12825
12826         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12827         * mm-view.el (mm-view-pkcs7-decrypt):
12828         * gnus-sum.el (gnus-summary-limit-to-extra)
12829         (gnus-summary-respool-article, gnus-read-move-group-name):
12830         * gnus-score.el (gnus-summary-increase-score):
12831         * gnus-util.el (gnus-completing-read-with-default):
12832         * gnus-art.el (gnus-read-save-file-name)
12833         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12834         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12835         * message.el (message-check-news-header-syntax):
12836         Follow convention for reading with the minibuffer.
12837
12838 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
12839
12840         * spam-report.el (spam-report-url-ping-plain):
12841         Use gnus-extended-version as User-Agent.
12842
12843         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12844         default value is nil.
12845
12846         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
12847         (mm-uu-verbatim-marks-extract): New function.
12848         (mm-uu-extract): New face.
12849         (mm-uu-copy-to-buffer): Use it.
12850
12851         * spam-report.el (spam-report-gmane-ham): Renamed from
12852         `spam-report-gmane-unspam'.
12853         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
12854         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
12855
12856         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12857         Autoload.
12858         (spam-report-gmane-unregister-routine): Renamed
12859         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12860
12861 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
12862
12863         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12864         (spam-report-gmane-unregister-routine): Add support for gmane
12865         unregistration.
12866
12867         * spam-report.el (spam-report-gmane-unspam)
12868         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12869         (spam-report-gmane): Change to take a single article and do unspam
12870         registration.
12871
12872 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12873
12874         * mm-url.el (mm-url-decode-entities): Fix regexp.
12875
12876 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12877
12878         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12879         default to nil, to be able to use Gnus at all.  If the default
12880         switches to something else, then the function should be fixed not
12881         be exceedingly slow.
12882
12883 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
12884
12885         * gnus-start.el (gnus-activate-group): If the server is nil, don't
12886         fail hard.
12887
12888         * spam-report.el: Add better Keywords line.
12889
12890         * spam.el: Add Maintainer and better Keywords line.
12891
12892 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12893
12894         * gnus-art.el (gnus-article-replace-part)
12895         (gnus-mime-replace-part): New functions.
12896         (gnus-mime-action-alist, gnus-mime-button-commands)
12897         (gnus-mime-save-part-and-strip): Added file argument.
12898         (gnus-article-part-wrapper): Added interactive argument.
12899
12900         * gnus-sum.el (gnus-summary-mime-map): Add
12901         `gnus-article-replace-part'.
12902
12903 2005-09-19  Didier Verna  <didier@xemacs.org>
12904
12905         The nnml compaction feature:
12906         * nnml.el (nnml-request-compact-group): New function.
12907         * nnml.el (nnml-request-compact): New function.
12908         * gnus-int.el (gnus-request-compact-group): New function.
12909         * gnus-int.el (gnus-request-compact): New function.
12910         * gnus-group.el (gnus-group-compact-group): New function.
12911         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
12912         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
12913         * gnus-srvr.el (gnus-server-compact-server): New function.
12914         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
12915         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
12916
12917 2005-09-18  Deepak Goel  <deego@gnufans.org>
12918
12919         * sieve.el (sieve-help): Fix `message' call: first arg should be a
12920         format spec.
12921
12922 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12923
12924         * gnus.el (gnus-group-startup-message): Bind image-load-path.
12925
12926 2005-09-15  Romain Francoise  <romain@orebokech.com>
12927
12928         * message.el (message-fill-paragraph): Clarify docstring.
12929
12930 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12931
12932         * gnus-art.el (gnus-mime-display-part): Protect against broken
12933         MIME messages.
12934
12935 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12936
12937         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
12938         before parsing header.
12939
12940 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
12941
12942         * html2text.el (html2text-replace-list): Add new entities.
12943
12944 2005-09-11  Romain Francoise  <romain@orebokech.com>
12945
12946         * message.el (message-alternative-emails): Improve docstring.
12947         (message-setup-1): Call `message-use-alternative-email-as-from'
12948         after `message-setup-hook' to give it precedence over posting
12949         styles, etc.
12950         (message-use-alternative-email-as-from): Add docstring.  Remove
12951         the original From header if present.
12952
12953         * nnml.el (nnml-compressed-files-size-threshold): New variable.
12954         (nnml-save-mail): Use it.
12955
12956         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
12957         articles.  Add new argument `silent'.
12958         (gnus-uu-mark-all): Report the total number of marked articles.
12959
12960 2005-09-10  Romain Francoise  <romain@orebokech.com>
12961
12962         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
12963         (gnus-uu-mark-series): Likewise.
12964
12965 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
12966
12967         * spam-report.el (spam-report-gmane): Fix generation of spam
12968         report URL.
12969
12970 2005-09-10  Simon Josefsson  <jas@extundo.com>
12971
12972         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
12973         t, based on discussion on the ding list with Robert Epprecht
12974         <epprecht@solnet.ch>.
12975
12976 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
12977
12978         * spam-report.el (spam-report-gmane): Make it work without
12979         X-Report-Spam header.  Gmane now only provides Archived-At.
12980         This is only used if `spam-report-gmane-use-article-number' is nil.
12981         (spam-report-gmane-spam-header): Remove.  Not used anymore.
12982
12983         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
12984         make `gnus-summary-sort-by-recipient' work with threading.
12985
12986         * nnweb.el (nnweb-google-wash-article): Print a message if article
12987         is not available.
12988
12989 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12990
12991         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
12992         change.  Decode text/* parts content before displaying.
12993
12994 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12995
12996         * mml-smime.el: Remove defvar of gnus-extract-address-components.
12997
12998 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12999
13000         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13001
13002         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13003         url-package-name, url-package-version,
13004         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13005         w3m-display-inline-images, and w3m-minor-mode-map.
13006
13007 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13008
13009         * message.el (message-tab-body-function): Fix mismatched custom type.
13010
13011         * gnus.el (gnus-group-change-level-function): Ditto.
13012
13013         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13014
13015         * gnus-art.el (gnus-signature-limit)
13016         (gnus-article-mime-part-function): Ditto.
13017
13018 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13019
13020         * mml.el (mml-mode): Silence the byte compiler.
13021
13022         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13023         using `(sit-for 0)' before moving the point to the specified part;
13024         skip unbuttonized parts.
13025         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13026         return to the summary window if gnus-auto-select-part is non-nil.
13027
13028 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13029
13030         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
13031         variables.
13032         (mml-dnd-attach-file, mml-mode): Use them.
13033
13034         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13035         Make fetching article by MID work again for Google Groups.  Added
13036         FIXME concerning gnus-group-make-web-group.
13037
13038         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13039         Don't depend on Gnus by using mail-extract-address-components if
13040         gnus-extract-address-components is not bound.
13041
13042 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13043
13044         * gnus-art.el (gnus-mime-display-security): Don't display the
13045         signature, but only the signed part.
13046
13047 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13048
13049         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13050
13051         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13052         list, not listp.
13053
13054 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13055
13056         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
13057         when encoding.
13058
13059         * mm-bodies.el (mm-decode-content-transfer-encoding):
13060         De-canonicalize CRLF for all text content types, not just
13061         text/plain.
13062
13063 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13064
13065         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13066         valid article; point arrow and cursor at the MIME button.
13067
13068 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13069
13070         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13071         Suggested by Dan Christensen <jdc@uwo.ca>.
13072
13073         * mm-decode.el (mm-save-part): Enable change of prompt.
13074
13075 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13076
13077         * gnus-msg.el (gnus-inews-add-send-actions): Made
13078         `message-post-method' lambda parameter ARG `&optional'.
13079
13080 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13081
13082         * gnus-sum.el (gnus-summary-mime-map): Added
13083         gnus-article-save-part-and-strip, gnus-article-delete-part and
13084         gnus-article-jump-to-part.
13085
13086         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
13087         (gnus-article-edit-part): Use it.
13088         (gnus-article-part-wrapper): Added no-handle argument.
13089         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
13090         functions.
13091
13092 2005-08-29  Romain Francoise  <romain@orebokech.com>
13093
13094         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13095         docstring.
13096         (gnus-face-from-file): Likewise.
13097
13098 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13099
13100         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13101         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13102         non-nil.
13103         (gnus-auto-select-part): New variable.
13104         (gnus-article-jump-to-part): New function.
13105         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13106         (gnus-mime-delete-part): Allow selecting specified part after
13107         deleting or stripping parts.
13108         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13109         part if argument is bogus.
13110
13111 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13112
13113         * gnus-art.el (w3m-minor-mode-map):
13114         * gnus-spec.el (gnus-newsrc-file-version):
13115         * gnus-util.el (nnmail-active-file-coding-system)
13116         (gnus-original-article-buffer, gnus-user-agent):
13117         * gnus.el (gnus-ham-process-destinations)
13118         (gnus-parameter-ham-marks-alist)
13119         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13120         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13121         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13122         * mm-decode.el (gnus-current-window-configuration):
13123         * mm-extern.el (gnus-article-mime-handles):
13124         * mm-url.el (url-current-object, url-package-name)
13125         (url-package-version):
13126         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13127         (smime-keys, w3m-cid-retrieve-function-alist)
13128         (w3m-current-buffer, w3m-display-inline-images)
13129         (w3m-minor-mode-map):
13130         * mml-smime.el (gnus-extract-address-components):
13131         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13132         (gnus-newsrc-hashtb, message-default-charset)
13133         (message-deletable-headers, message-options)
13134         (message-posting-charset, message-required-mail-headers)
13135         (message-required-news-headers):
13136         * mml1991.el (mc-pgp-always-sign):
13137         * mml2015.el (mc-pgp-always-sign):
13138         * nnheader.el (nnmail-extra-headers):
13139         * rfc1843.el (gnus-decode-encoded-word-function)
13140         (gnus-decode-header-function, gnus-newsgroup-name):
13141         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13142
13143 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13144
13145         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13146         the end of the date treatments.
13147
13148 2005-08-15  Simon Josefsson  <jas@extundo.com>
13149
13150         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13151         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13152         Capello and Romain Francoise.
13153         (pgg-fetch-key-function): Removed, not used?
13154         (pgg-insert-url-with-w3): Require url, to get
13155         url-insert-file-contents regardless of where it is defined.
13156
13157 2005-08-13  Romain Francoise  <romain@orebokech.com>
13158
13159         * message.el (message-cite-original-1): New function.
13160         (message-cite-original): Use it.
13161         (message-cite-original-without-signature): Ditto.
13162
13163 2005-08-08  Romain Francoise  <romain@orebokech.com>
13164
13165         * message.el (message-yank-empty-prefix): New variable.
13166         (message-indent-citation): Use it.
13167         (message-cite-original-without-signature): Respect X-No-Archive.
13168
13169 2005-08-08  Simon Josefsson  <jas@extundo.com>
13170
13171         * pgg.el: Autoload url-insert-file-contents instead of loading
13172         w3/url.
13173         (pgg-insert-url-with-w3): Don't load url here.
13174
13175 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13176
13177         * message.el (message-kill-to-signature): Don't insert newline at
13178         bol.
13179         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13180
13181 2005-08-06  Romain Francoise  <romain@orebokech.com>
13182
13183         * message.el (message-user-fqdn): Fix typo in docstring.
13184
13185 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13186
13187         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13188
13189         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13190
13191 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13192
13193         * mm-bodies.el (mm-encode-body): Use coding system rather than
13194         charset to encode text.
13195
13196         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13197         number of charsets if utf-8 is available (XEmacs).
13198
13199 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13200
13201         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13202         taken from `gnus-button-mid-or-mail-regexp'.
13203         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13204         (gnus-button-alist): Improve regexp for domain part of the MIDs
13205         for news:localpart@domain buttons.
13206         (gnus-button-ctan-directory-regexp): Update.
13207
13208 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13209
13210         * sieve-manage.el (sieve-manage-interactive-login): Use
13211         make-local-variable rather than make-variable-buffer-local.
13212         (sieve-manage-open): Ditto.
13213         (sieve-manage-authenticate): Ditto.
13214
13215         * mml.el (mml-generate-mime-1): Make the content type default to
13216         text/plain if the filename is not specified.
13217
13218 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13219
13220         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13221         instead of insert-buffer.
13222
13223         * message.el (message-yank-original): Ditto; set the mark at the
13224         end of the yanked message.
13225
13226 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13227
13228         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13229         lines to scroll rather than to stop it.
13230
13231         * mml.el (mml-generate-default-type): Add doc string.
13232         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13233         default to application/octet-stream when determining the content
13234         type if it is not specified for the part or the mml contents; add
13235         a comment about mml-generate-default-type.
13236
13237 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13238
13239         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13240         make it default to application/octet-stream when determining the
13241         content type if it is not specified for the external contents.
13242
13243 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13244
13245         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13246         segmented parameter but also other parameters might be there.
13247
13248 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13249
13250         * mm-decode.el (mm-display-external): Delete temp file, directory
13251         and buffer immediately if the external process is exited.
13252
13253 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13254
13255         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13256         fewer lines than that of scroll-margin.
13257         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13258
13259 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13260
13261         * gnus-art.el (gnus-article-next-page): Revert.
13262         (gnus-article-beginning-of-window): New macro.
13263         (gnus-article-next-page-1): Use it.
13264         (gnus-article-prev-page): Ditto.
13265         (gnus-article-edit-part): Use insert-buffer-substring instead of
13266         insert-buffer.
13267         (gnus-article-edit-exit): Ditto.
13268
13269         * gnus-util.el (gnus-beginning-of-window): Remove.
13270         (gnus-end-of-window): Remove.
13271
13272         * lpath.el: Don't bind header-line-format and scroll-margin.
13273
13274 2005-07-25  Simon Josefsson  <jas@extundo.com>
13275
13276         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13277         to have the url package without w3.  Reported by Daiki Ueno
13278         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13279
13280 2005-07-20  Didier Verna  <didier@xemacs.org>
13281
13282         * gnus-diary.el: Remove the description comment (nndiary is now
13283         properly documented in the Gnus manual).
13284         Fix the spelling of "Back End".
13285         * nndiary.el: Ditto.
13286         Fix the copyright notice.
13287
13288 2005-07-18  Romain Francoise  <romain@orebokech.com>
13289
13290         * gnus-sum.el (gnus-summary-to-prefix)
13291         (gnus-summary-newsgroup-prefix): New variables.
13292         (gnus-summary-from-or-to-or-newsgroups): Use them.
13293
13294 2005-07-17  Romain Francoise  <romain@orebokech.com>
13295
13296         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13297         space as it's generally not especially interesting to the user.
13298
13299 2005-07-16  Romain Francoise  <romain@orebokech.com>
13300
13301         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13302         nil to avoid prompting and file modification if one of the
13303         messages at the top of the nnfolder file contains a copyright
13304         notice.
13305         Update copyright notice.
13306
13307         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13308         instead of `current-time-string' as the latter creates a time
13309         string that is not RFC 2822 compliant (it lacks the zone).
13310         Update copyright notice.
13311
13312 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13313
13314         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13315         for text/rtf.  Display default in prompt.  Pass default for M-n.
13316
13317         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13318
13319 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13320
13321         * gnus-msg.el (gnus-button-mailto): Remove
13322         save-selected-window-window hackery because it relies on
13323         save-selected-window internals.
13324
13325 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13326
13327         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13328         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13329         (gnus-article-prev-page): Ditto.
13330
13331         * gnus-util.el (gnus-beginning-of-window): New function.
13332         (gnus-end-of-window): New function.
13333
13334         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
13335
13336 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13337
13338         * gnus-score.el (gnus-score-edit-all-score): Set
13339         gnus-score-edit-exit-function to gnus-score-edit-done and call
13340         gnus-message.
13341
13342 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13343
13344         * gnus-msg.el (gnus-button-mailto): Remove
13345         save-selected-window-window hackery because it relies on
13346         save-selected-window internals.
13347
13348 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13349
13350         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13351         add-minor-mode.
13352         (gnus-binary-mode): Ditto.
13353
13354         * gnus-topic.el (gnus-topic-mode): Ditto.
13355
13356 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13357
13358         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13359         (gnus-article-prev-page): Take scroll-margin into consideration.
13360
13361 2005-07-04  Lute Kamstra  <lute@gnu.org>
13362
13363         Update FSF's address in GPL notices.
13364
13365 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13366
13367         * gnus.el (gnus-exit):
13368         * gnus-group.el (gnus-group-icons):
13369         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13370
13371         * gnus-nocem.el (gnus-nocem):
13372         * message.el (message-various, message-buffers, message-sending)
13373         (message-interface, message-forwarding, message-insertion)
13374         (message-headers, message-news, message-mail):
13375         * pgg-gpg.el (pgg-gpg):
13376         * pgg-parse.el (pgg-parse):
13377         * pgg-pgp.el (pgg-pgp):
13378         * pgg-pgp5.el (pgg-pgp5):
13379         * pop3.el (pop3): Finish `defgroup' description with period.
13380
13381 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13382
13383         * gnus-art.el (article-display-face): Improve the efficiency.
13384         (article-display-x-face): Ditto; remove grey x-face stuff.
13385
13386 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13387
13388         * gnus-art.el (article-display-face): Correct the position in
13389         which Faces are inserted.
13390
13391 2005-06-29  Didier Verna  <didier@xemacs.org>
13392
13393         * gnus-art.el (article-display-face): Display faces in correct
13394         order.
13395
13396 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13397
13398         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13399         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13400         (gnus-nocem-check-article): Fetch the Type header.
13401         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13402         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13403         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13404         make sure gnus-nocem-hashtb is initialized.
13405         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13406         (gnus-nocem-unwanted-article-p): Ditto.
13407
13408         * pgg.el (pgg-verify): Return the verification result.
13409
13410 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13411
13412         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13413         is ascii.
13414
13415 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13416
13417         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13418         `show-nonbreak-escape'.
13419
13420 2005-06-23  Lute Kamstra  <lute@gnu.org>
13421
13422         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13423
13424         * dig.el (dig-mode):
13425         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13426
13427 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13428
13429         * nnimap.el (nnimap-split-download-body): Fix spellings.
13430
13431 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13432
13433         * gnus-art.el (gnus-article-encrypt-body):
13434         * gnus-cus.el (gnus-score-customize):
13435         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13436         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13437
13438 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13439
13440         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13441         header by looking for magic "MII" at the beginnig.
13442
13443 2005-06-16  Miles Bader  <miles@gnu.org>
13444
13445         * gnus-xmas.el (gnus-xmas-group-startup-message):
13446         Use renamed gnus-splash face.
13447
13448         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13449         (assistant-field-face): New backward-compatibility alias for renamed
13450         face.
13451         (assistant-render-text): Use renamed assistant-field face.
13452
13453         * spam.el (spam): Remove "-face" suffix from face name.
13454         (spam-face): New backward-compatibility alias for renamed face.
13455         (spam-face, spam-initialize): Use renamed spam face.
13456
13457         * message.el (message-header-to, message-header-cc)
13458         (message-header-subject, message-header-newsgroups)
13459         (message-header-other, message-header-name)
13460         (message-header-xheader, message-separator, message-cited-text)
13461         (message-mml): Remove "-face" suffix from face names.
13462         (message-header-to-face, message-header-cc-face)
13463         (message-header-subject-face, message-header-newsgroups-face)
13464         (message-header-other-face, message-header-name-face)
13465         (message-header-xheader-face, message-separator-face)
13466         (message-cited-text-face, message-mml-face):
13467         New backward-compatibility aliases for renamed faces.
13468         (message-font-lock-keywords): Use renamed message faces.
13469
13470         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13471         (sieve-test-commands, sieve-tagged-arguments):
13472         Remove "-face" suffix from face names.
13473         (sieve-control-commands-face, sieve-action-commands-face)
13474         (sieve-test-commands-face, sieve-tagged-arguments-face):
13475         New backward-compatibility aliases for renamed faces.
13476         (sieve-control-commands-face, sieve-action-commands-face)
13477         (sieve-test-commands-face, sieve-tagged-arguments-face):
13478         Use renamed sieve faces.
13479
13480         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13481         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13482         (gnus-group-news-3-empty, gnus-group-news-4)
13483         (gnus-group-news-4-empty, gnus-group-news-5)
13484         (gnus-group-news-5-empty, gnus-group-news-6)
13485         (gnus-group-news-6-empty, gnus-group-news-low)
13486         (gnus-group-news-low-empty, gnus-group-mail-1)
13487         (gnus-group-mail-1-empty, gnus-group-mail-2)
13488         (gnus-group-mail-2-empty, gnus-group-mail-3)
13489         (gnus-group-mail-3-empty, gnus-group-mail-low)
13490         (gnus-group-mail-low-empty, gnus-summary-selected)
13491         (gnus-summary-cancelled, gnus-summary-high-ticked)
13492         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13493         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13494         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13495         (gnus-summary-low-undownloaded)
13496         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13497         (gnus-summary-low-unread, gnus-summary-normal-unread)
13498         (gnus-summary-high-read, gnus-summary-low-read)
13499         (gnus-summary-normal-read, gnus-splash):
13500         Remove "-face" suffix from face names.
13501         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13502         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13503         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13504         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13505         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13506         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13507         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13508         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13509         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13510         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13511         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13512         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13513         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13514         (gnus-summary-normal-ticked-face)
13515         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13516         (gnus-summary-normal-ancient-face)
13517         (gnus-summary-high-undownloaded-face)
13518         (gnus-summary-low-undownloaded-face)
13519         (gnus-summary-normal-undownloaded-face)
13520         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13521         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13522         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13523         (gnus-splash-face):
13524         New backward-compatibility aliases for renamed faces.
13525         (gnus-group-startup-message): Use renamed gnus faces.
13526
13527         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13528         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13529         (gnus-server-agent): Remove "-face" suffix from face names.
13530         (gnus-server-agent-face, gnus-server-opened-face)
13531         (gnus-server-closed-face, gnus-server-denied-face)
13532         (gnus-server-offline-face):
13533         New backward-compatibility aliases for renamed faces.
13534         (gnus-server-agent-face, gnus-server-opened-face)
13535         (gnus-server-closed-face, gnus-server-denied-face)
13536         (gnus-server-offline-face): Use renamed gnus faces.
13537
13538         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13539         Remove "-face" suffix from face names.
13540         (gnus-picon-xbm-face, gnus-picon-face):
13541         New backward-compatibility aliases for renamed faces.
13542
13543         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13544         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13545         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13546         (gnus-cite-11): Remove "-face" suffix from face names.
13547         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13548         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13549         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13550         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13551         New backward-compatibility aliases for renamed faces.
13552         (gnus-cite-attribution-face, gnus-cite-face-list)
13553         (gnus-article-boring-faces): Use renamed gnus faces.
13554
13555         * gnus-art.el (gnus-signature, gnus-header-from)
13556         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13557         (gnus-header-content): Remove "-face" suffix from face names.
13558         (gnus-signature-face, gnus-header-from-face)
13559         (gnus-header-subject-face, gnus-header-newsgroups-face)
13560         (gnus-header-name-face, gnus-header-content-face):
13561         New backward-compatibility aliases for renamed faces.
13562         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13563
13564         * gnus-sum.el (gnus-summary-selected-face)
13565         (gnus-summary-highlight): Use renamed gnus faces.
13566         * gnus-group.el (gnus-group-highlight): Likewise.
13567
13568 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13569
13570         * gnus-sieve.el (gnus-sieve-article-add-rule):
13571         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13572         * spam-stat.el (spam-stat-buffer-change-to-spam)
13573         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13574
13575         * message.el (message-is-yours-p):
13576         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13577
13578 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13579
13580         * mm-view.el (mm-inline-text): Withdraw the last change.
13581
13582 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13583
13584         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13585         executing enriched-decode.
13586
13587 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13588
13589         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13590         charset of tar files.
13591
13592 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13593
13594         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13595
13596 2005-06-04  Lute Kamstra  <lute@gnu.org>
13597
13598         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13599         information is never recorded.
13600
13601 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13602
13603         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13604
13605 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13606
13607         * pop3.el (pop3-apop): Run md5 in the binary mode.
13608
13609         * starttls.el (starttls-set-process-query-on-exit-flag):
13610         Use eval-and-compile.
13611
13612 2005-05-31  Simon Josefsson  <jas@extundo.com>
13613
13614         * smime.el (smime-replace-in-string): Define.
13615         (smime-cert-by-ldap-1): Use it.
13616
13617 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13618
13619         * gnus-art.el (article-display-x-face): Replace
13620         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13621
13622         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13623         set-process-query-on-exit-flag or process-kill-without-query.
13624
13625         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13626         loop instead of replace-regexp.
13627
13628         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13629         instead of process-kill-without-query if it is available.
13630
13631         * lpath.el: Fbind ldap-search-entries.
13632
13633         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13634         instead of find-file-hooks if it is available.
13635
13636         * mml1991.el: Bind pgg-default-user-id when compiling.
13637
13638         * mml2015.el: Bind pgg-default-user-id when compiling.
13639
13640         * nndraft.el (nndraft-request-associate-buffer):
13641         Use write-contents-functions instead of write-contents-hooks if it is
13642         available.
13643
13644         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13645         instead of find-file-hooks if it is available.
13646
13647         * nntp.el (nntp-open-connection): Replace
13648         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13649         (nntp-open-ssl-stream): Ditto.
13650         (nntp-open-tls-stream): Ditto.
13651
13652         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13653         set-process-query-on-exit-flag or process-kill-without-query.
13654         (starttls-open-stream-gnutls): Use it instead of
13655         process-kill-without-query.
13656         (starttls-open-stream): Ditto.
13657
13658 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
13659
13660         * smime.el (smime-cert-by-ldap-1): Don't use
13661         replace-regexp-in-string.
13662
13663 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
13664
13665         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13666
13667         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13668         in PEM format.  Adjust to the XEmacs compability.
13669
13670 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13671
13672         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13673         by `string-to-number'.
13674         * gnus-agent.el (gnus-agent-regenerate-group)
13675         (gnus-agent-fetch-articles): Ditto.
13676         * gnus-art.el (gnus-button-fetch-group): Ditto.
13677         * gnus-cache.el (gnus-cache-generate-active)
13678         (gnus-cache-articles-in-group): Ditto.
13679         * gnus-group.el (gnus-group-set-current-level)
13680         (gnus-group-insert-group-line): Ditto.
13681         * gnus-score.el (gnus-score-set-expunge-below)
13682         (gnus-score-set-mark-below, gnus-summary-score-effect)
13683         (gnus-summary-score-entry): Ditto.
13684         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13685         (gnus-soup-pack): Ditto.
13686         * gnus-spec.el (gnus-xmas-format): Ditto.
13687         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13688         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13689         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13690         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13691         * nndb.el (nndb-get-remote-expire-response): Ditto.
13692         * nndiary.el (nndiary-parse-schedule-value)
13693         (nndiary-string-to-number, nndiary-request-replace-article)
13694         (nndiary-request-article): Ditto.
13695         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13696         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13697         * nneething.el (nneething-make-head): Ditto.
13698         * nnfolder.el (nnfolder-request-article)
13699         (nnfolder-retrieve-headers): Ditto.
13700         * nnheader.el (nnheader-file-to-number): Ditto.
13701         * nnkiboze.el (nnkiboze-request-article): Ditto.
13702         * nnmail.el (nnmail-process-unix-mail-format)
13703         (nnmail-process-babyl-mail-format): Ditto.
13704         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13705         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13706         (nnmh-request-create-group, nnmh-request-list-1)
13707         (nnmh-request-group, nnmh-request-article): Ditto.
13708         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13709         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13710         * nnsoup.el (nnsoup-make-active): Ditto.
13711         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13712         * nntp.el (nntp-find-group-and-number)
13713         (nntp-retrieve-headers-with-xover): Ditto.
13714         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13715         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13716         (pgg-format-key-identifier): Ditto.
13717         * pop3.el (pop3-last, pop3-stat): Ditto.
13718         * qp.el (quoted-printable-decode-region): Ditto.
13719
13720         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13721         of concat.
13722
13723 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13724
13725         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13726
13727         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13728
13729         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13730
13731         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13732
13733         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13734
13735         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13736
13737         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13738         (gnus-carpal-mode): Ditto.
13739
13740         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13741         (gnus-browse-mode): Ditto.
13742
13743         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13744
13745         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13746
13747 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13748
13749         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13750
13751 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13752
13753         * gnus-util.el (gnus-run-mode-hooks): New function.
13754
13755         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13756
13757         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
13758         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
13759
13760 2005-05-27  Lute Kamstra  <lute@gnu.org>
13761
13762         * dns-mode.el (dns-mode): Specify customization group.
13763
13764 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13765
13766         * gnus-agent.el (gnus-agent-make-mode-line-string):
13767         Use mode-line-highlight as mouse-face.
13768
13769 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13770
13771         * canlock.el (canlock): Change the parent group to news.
13772
13773         * deuglify.el (gnus-outlook-deuglify): Add :group.
13774
13775         * dig.el (dig): Add :group.
13776
13777         * dns-mode.el (dns-mode): Add :group.
13778
13779         * encrypt.el (encrypt): Add :group.
13780
13781         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13782         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13783         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13784         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13785         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13786
13787         * gnus-diary.el (gnus-diary): Add :group.
13788
13789         * gnus.el (gnus-group-news-1-face): Add :group.
13790         (gnus-group-news-1-empty-face): Ditto.
13791         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13792         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13793         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13794         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13795         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13796         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13797         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13798         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13799         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13800         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13801         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13802         (gnus-summary-high-ticked-face): Ditto.
13803         (gnus-summary-low-ticked-face): Ditto.
13804         (gnus-summary-normal-ticked-face): Ditto.
13805         (gnus-summary-high-ancient-face): Ditto.
13806         (gnus-summary-low-ancient-face): Ditto.
13807         (gnus-summary-normal-ancient-face): Ditto.
13808         (gnus-summary-high-undownloaded-face): Ditto.
13809         (gnus-summary-low-undownloaded-face): Ditto.
13810         (gnus-summary-normal-undownloaded-face): Ditto.
13811         (gnus-summary-high-unread-face): Ditto.
13812         (gnus-summary-low-unread-face): Ditto.
13813         (gnus-summary-normal-unread-face): Ditto.
13814         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13815         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13816
13817         * hashcash.el (hashcash): New custom group.
13818         (hashcash-default-payment): Add :group.
13819         (hashcash-payment-alist): Ditto.
13820         (hashcash-default-accept-payment): Ditto.
13821         (hashcash-accept-resources): Ditto.
13822         (hashcash-path): Ditto.
13823         (hashcash-extra-generate-parameters): Ditto.
13824         (hashcash-double-spend-database): Ditto.
13825         (hashcash-in-news): Ditto.
13826
13827         * message.el (message-minibuffer-local-map): Add :group.
13828
13829         * netrc.el (netrc): Add :group.
13830
13831         * sieve-manage.el (sieve-manage-log): Add :group.
13832         (sieve-manage-default-user): Diito.
13833         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13834         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13835         (sieve-manage-authenticators): Ditto.
13836         (sieve-manage-authenticator-alist): Ditto.
13837         (sieve-manage-default-port): Ditto.
13838
13839         * sieve-mode.el (sieve-control-commands-face): Add :group.
13840         (sieve-action-commands-face): Ditto.
13841         (sieve-test-commands-face): Ditto.
13842         (sieve-tagged-arguments-face): Ditto.
13843
13844         * smime.el (smime): Add :group.
13845
13846         * spam-report.el (spam-report): Add :group.
13847
13848         * spam.el (spam, spam-face): Add :group.
13849
13850 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13851
13852         * nntp.el (nntp-next-result-arrived-p): Some news servers may
13853         return \n.\n.\n at the end of articles.  Protect against that.
13854         (nntp-with-open-group): Allow debugging.
13855
13856         * nnheader.el (mail-header-set-extra): Make into a function
13857         because I just could't understand how to quote the list properly.
13858
13859         * dns.el (query-dns-cached): New function.
13860
13861 2005-05-26  Lute Kamstra  <lute@gnu.org>
13862
13863         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13864
13865 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13866
13867         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
13868
13869         * gnus-art.el: Don't autoload mail-extract-address-components.
13870
13871         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13872         eval-and-compile to evaluate it.
13873
13874         * hashcash.el: Don't autoload executable-find.
13875
13876         * nndb.el: Don't declare the nndb back end two or more times; don't
13877         autoload news-reply-mode, news-setup, cancel-timer and telnet.
13878
13879         * nntp.el: Autoload format-spec instead of format; use
13880         eval-and-compile to evaluate autoload forms.
13881
13882 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
13883
13884         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13885
13886 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13887
13888         * gnus.el (gnus-version-number): Bump version.
13889
13890 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13891
13892         * gnus.el: No Gnus v0.3 is released.
13893
13894 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13895
13896         * lpath.el (featurep): Bind show-nonbreak-escape.
13897
13898 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13899
13900         * gnus-art.el (gnus-article-edit-part): Disable undo.
13901
13902 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13903
13904         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13905         gnus-article-date-lapsed-new-header is t if date timer is active;
13906         skip headers in which the original date value is empty.
13907         (gnus-article-save-original-date): Redefine it as a macro.
13908         (gnus-display-mime): Use it.
13909
13910 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13911
13912         * gnus-art.el (article-date-ut): Support converting date in
13913         forwarded parts as well.
13914         (gnus-article-save-original-date): New function.
13915         (gnus-display-mime): Use it.
13916
13917 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
13918
13919         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
13920         enclosure element of <item>.
13921
13922 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
13923
13924         * message.el (message-kill-buffer-query): Renamed from
13925         `message-kill-buffer-query-if-modified'.  Added :version.
13926
13927 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13928
13929         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
13930         window layout.
13931
13932 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13933
13934         * mml.el: Autoload dnd when compiling.
13935
13936 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13937
13938         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
13939         x-dnd-*.
13940
13941 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13942
13943         * qp.el (quoted-printable-encode-region): Save excursion.
13944
13945 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
13946
13947         * message.el (message-kill-buffer-query-if-modified): Add new variable
13948         so the user can kill a modified message buffer quickly.
13949         (message-kill-buffer): Use it.
13950
13951 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13952
13953         * lpath.el: Fbind display-time-event-handler; don't fbind
13954         string-to-multibyte.
13955
13956         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
13957
13958 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13959
13960         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
13961         contained in text because xml.el decodes entities) with LFs.
13962
13963 2005-04-11  Lute Kamstra  <lute@gnu.org>
13964
13965         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
13966         differently.
13967
13968 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13969
13970         * mm-util.el (mm-detect-coding-region): Typo.
13971
13972 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13973
13974         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
13975
13976 2005-04-06  Deepak Goel  <deego@gnufans.org>
13977
13978         * spam-stat.el (spam-stat-score-buffer): Add a call to a
13979         user-function allow user modifications of the scores.
13980         (spam-stat-score-buffer-user): New function, to allow
13981         user-computed modifications to the score.
13982         (spam-stat-score-buffer-user-functions): List of additional
13983         scoring functions.
13984         (spam-stat-error-holder): Global temporary error holder.
13985         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
13986         variable.
13987
13988 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
13989
13990         * gnus-registry.el (gnus-registry-clean-empty-function)
13991         (gnus-registry-trim, gnus-registry-fetch-groups)
13992         (gnus-registry-delete-group): Groups that match
13993         `gnus-registry-ignored-groups' are removed from the registry
13994         entries, not just ignored for splitting.  This helps clean up the
13995         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
13996         to get all the groups a message ID is in.
13997
13998         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
13999         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14000         (spam-stat-score-buffer-user-functions): Add :number custom type.
14001
14002 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14003
14004         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14005         argument in XEmacs.
14006
14007         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14008         (nnrss-request-group): Decode group name first.
14009         (nnrss-request-article): Make a text/plain article if mml-to-mime
14010         failed.
14011         (nnrss-get-encoding): Return a compatible encoding according to
14012         nnrss-compatible-encoding-alist.
14013         (nnrss-find-el): Use consp instead of listp.
14014         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14015
14016 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14017
14018         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14019         which Emacs 20 doesn't support.
14020         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14021
14022 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14023
14024         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14025         silence the byte compiler inside the defun.
14026
14027         * gnus-demon.el (parse-time-string): Add autoload.
14028
14029         * gnus-delay.el (parse-time-string): Add autoload.
14030
14031         * gnus-art.el (parse-time-string): Add autoload.
14032
14033         * nnultimate.el (parse-time): Require for `parse-time-string'.
14034
14035 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14036
14037         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14038
14039         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14040
14041         * smime.el (smime-ldap-host-list): Add :version.
14042
14043 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14044
14045         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14046         pass it to `gnus-browse-read-group'.
14047         (gnus-browse-read-group): Add NUMBER argument and pass it to
14048         `gnus-group-read-ephemeral-group'.
14049
14050         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14051         argument and pass it to `gnus-group-read-group'.
14052
14053 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14054
14055         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14056         mm-xemacs-find-mime-charset-1 if we have the mule feature
14057         available at runtime.
14058
14059 2005-03-25  Werner Lemberg  <wl@gnu.org>
14060
14061         * nnmaildir.el: Replace `illegal' with `invalid'.
14062
14063 2005-03-23  Lute Kamstra  <lute@gnu.org>
14064
14065         * time-date.el: Add comment on time value formats.
14066         Don't require parse-time.
14067         (with-decoded-time-value): New macro.
14068         (encode-time-value): New function.
14069         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14070         (days-to-time): Return a valid time value when arg is huge.
14071         (time-since): Use time-subtract.
14072         (time-to-number-of-days): Use time-to-seconds.
14073
14074 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14075
14076         * gnus-start.el (gnus-display-time-event-handler):
14077         Check display-time-timer at runtime rather than only at load time
14078         in case display-time-mode is turned off in the mean time.
14079
14080 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14081
14082         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14083         used.
14084
14085         * nneething.el (nneething-map-file-directory): Derive from
14086         `gnus-directory'.
14087
14088         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14089         the To/Cc button.
14090
14091 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14092
14093         * nnmaildir.el (nnmaildir-request-accept-article):
14094         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14095
14096 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14097
14098         * gnus-async.el: Require timer-funcs at compile time when in
14099         XEmacs for `run-with-idle-timer'.
14100
14101 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14102
14103         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14104         autoloaded function.
14105
14106 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14107
14108         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14109
14110 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14111
14112         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14113
14114 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14115
14116         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
14117         gnus-expert-user to default.
14118
14119 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14120
14121         * nnimap.el (nnimap-open-server): Ditto.
14122
14123         * imap.el (imap-authenticate): Fix typo.
14124
14125 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14126
14127         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14128         buffer (since IMAP server might return FETCH response out of
14129         order, and the nntp buffer must be sorted).
14130
14131 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14132
14133         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
14134         comparison on string.
14135
14136         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14137         (gnus-agent-score): Renamed category keywords to match gnus-cus.
14138         (gnus-agent-summary-fetch-series): Modified to protect against
14139         gnus-agent-summary-fetch-group clearing processable flags.
14140         (gnus-agent-synchronize-group-flags): Update live group buffer as
14141         synchronization may occur due to the user toggle the plugged
14142         status.
14143         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14144         successfully downloaded.
14145         (gnus-agent-expire-group-1): Avoid using markers when the overview
14146         is in ascending order; greatly improves performance.
14147         (gnus-agent-regenerate-group): Use
14148         gnus-agent-synchronize-group-flags to reset read status in both
14149         gnus and server.
14150         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
14151
14152 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14153
14154         * message.el: Don't autoload former message-utils variables.
14155         (message-strip-subject-trailing-was): Change doc string.
14156
14157         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14158         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14159         (nnweb-google-search): Add "hl=en" here.
14160         (nnweb-google-parse-1, nnweb-google-create-mapping):
14161         Don't hardcode URL.
14162
14163 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14164
14165         * message.el (message-get-reply-headers, message-followup):
14166         Mention related variables `message-use-followup-to' and
14167         `message-use-mail-followup-to', in the information buffer.
14168
14169         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14170         of broken groups(-beta).google.com.
14171
14172 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14173
14174         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14175         parameter to invoked gnus-request-move-article; remove the
14176         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14177         all at once instead of once per article.
14178         (gnus-summary-remove-process-mark): Accept a list of articles as
14179         well as a single article for processing.
14180
14181         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14182         parameter.
14183
14184         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14185
14186         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14187
14188         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14189         parameter.
14190
14191         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14192         parameter.
14193
14194         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14195         parameter and remove the gnus-sum-hint-move-is-internal variable.
14196
14197         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14198         parameter.
14199
14200         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14201         parameter.
14202
14203         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14204         parameter.
14205
14206         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14207
14208         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14209         parameter.
14210
14211         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14212         parameter.
14213
14214 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14215
14216         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14217         a more conservative way.
14218
14219 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14220
14221         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14222         buffer, so it moves the window's cursor.
14223
14224 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14225
14226         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14227         `mm-dissect-multipart' and receive the from field as an (optional)
14228         argument from `mm-dissect-multipart'.
14229         (mm-dissect-multipart): Receive the from field as an argument and
14230         pass it on when we call `mm-dissect-buffer' on MIME parts.
14231         Fixes verification/decryption of signed/encrypted MIME parts.
14232
14233 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14234
14235         * gnus-sum.el (gnus-summary-move-article): Set
14236         gnus-sum-hint-move-is-internal for gnus-request-move-article and
14237         whatever it calls (right now, only nnimap-request-move article
14238         respects it).
14239
14240         * nnimap.el (nnimap-request-move-article): When
14241         gnus-sum-hint-move-is-internal is set, don't do the extra
14242         nnimap-request-article.
14243
14244 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14245
14246         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14247
14248         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14249         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14250
14251         * gnus-sum.el (gnus-summary-caesar-message):
14252         Apply `gnus-treat-article' after rotation.
14253
14254         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14255         doc string.
14256
14257 2005-02-22  Simon Josefsson  <jas@extundo.com>
14258
14259         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14260         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14261         <arne@arnested.dk>.
14262         (encrypt): Add password-cache and password-cache-expiry as group
14263         members.
14264
14265 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14266
14267         * smime.el (smime-ldap-host-list): Doc fix.
14268         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14269         cache) password.
14270         (smime-sign-region): Use it.
14271         (smime-decrypt-region): Use it.
14272         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14273         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14274         fails.
14275         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14276         certificate from DER to PEM format rather than calling openssl.
14277
14278         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14279
14280         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14281         for signing/encryption.
14282
14283         * mml.el (mml-parse-1): Use them.
14284
14285 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14286
14287         * nnrss.el (nnrss-verbose): Removed.
14288         (nnrss-request-group): Use `nnheader-message' instead.
14289
14290 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14291
14292         * nnrss.el (nnrss-verbose): New variable.
14293         (nnrss-request-group): Make it say nnrss is requesting a group.
14294
14295 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14296
14297         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14298         Handle news URL with given port correctly.
14299
14300 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14301
14302         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14303         containing special characters.
14304
14305         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14306
14307         * mml.el (mime-to-mml): Ditto.
14308
14309         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14310         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14311         (rfc2047-decode-region): Quote decoded words containing special
14312         characters when rfc2047-quote-decoded-words-containing-tspecials
14313         is non-nil.
14314
14315 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14316
14317         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14318
14319         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14320
14321 2005-02-15  Simon Josefsson  <jas@extundo.com>
14322
14323         * nnimap.el (nnimap-debug): Doc fix.
14324
14325         * imap.el (imap-debug): Doc fix.
14326
14327 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14328
14329         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14330
14331 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14332
14333         * gnus.el (spam-contents): Improve docs for spam-contents
14334         parameter in its variable incarnation.
14335
14336 2005-02-14  Simon Josefsson  <jas@extundo.com>
14337
14338         * smime-ldap.el: Use require instead of load-library for ldap.
14339         (smime-ldap-search): Indent.
14340         (smime-ldap-search-internal): Shorten line.
14341
14342         * smime.el (smime-cert-by-dns): Add doc-string.
14343         (smime-cert-by-ldap-1): Indent.
14344
14345         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
14346         mml-smime-get-dns-ldap.
14347         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14348
14349 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14350
14351         * smime.el: Require smime-ldap.
14352         (smime-ldap-host-list): New variable.
14353         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14354
14355         * mml-smime.el (mml-smime-encrypt-query): New function.
14356         (mml-smime-encrypt-query): Use it.
14357
14358         * smime-ldap.el: New file.
14359
14360 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14361
14362         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14363
14364 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14365
14366         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14367         argument in doc string.  Make query for type more clear.
14368
14369 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14370
14371         * gnus.el (gnus-group-startup-message): Search for gnus images in
14372         etc/images/gnus.
14373         * mm-util.el (mm-image-load-path): Likewise.
14374         * smiley.el (smiley-data-directory): Search for smilies in
14375         etc/images/smilies.
14376
14377 2005-02-09  Kim F. Storm  <storm@cua.dk>
14378
14379         Change Emacs release version from 21.4 to 22.1 throughout.
14380         Change Emacs development version from 21.3.50 to 22.0.50.
14381
14382 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14383
14384         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14385
14386         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14387         non-Mule XEmacs as well.
14388         (mm-decompress-buffer): Signal an error intentionally if it does
14389         not decompress compressed data because auto-compression-mode is
14390         disabled.
14391
14392 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14393
14394         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14395         an ID in the registry even if it has no groups.
14396
14397 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14398
14399         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14400         merge it into mm-decompress-buffer.
14401         (gnus-mime-copy-part): Use the MIME part charset, the value which
14402         a user specified or gnus-newsgroup-charset for decoding, like
14403         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14404         save-buffer what was used.  Suggested by Kevin Ryde
14405         <user42@zip.com.au>.
14406         (gnus-mime-inline-part): Allow the name parameter as well as the
14407         filename parameter; force decompressing of compressed data; always
14408         display contents being not decoded as unibyte.
14409
14410         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14411         as well as the filename parameter.
14412
14413         * mm-util.el (mm-decompress-buffer): Merge
14414         gnus-mime-jka-compr-maybe-uncompress.
14415         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14416         of compressed data.
14417
14418 2005-02-08  Simon Josefsson  <jas@extundo.com>
14419
14420         * imap.el (imap-log): Doc fix.
14421
14422 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14423
14424         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14425         the coding cookies; decompress compressed parts.
14426
14427         * mml.el (mml-generate-mime-1): Add the charset parameter according
14428         to the value which a user specified manually or the coding cookie.
14429
14430         * mm-util.el (mm-string-to-multibyte): New function.
14431         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14432         (mm-coding-system-to-mime-charset): New function.
14433         (mm-decompress-buffer): New function.
14434         (mm-find-buffer-file-coding-system): New function.
14435
14436         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14437         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14438         parts.
14439
14440 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14441
14442         * mm-view.el (mm-display-inline-fontify): Decode a part according
14443         to the charset parameter.
14444
14445 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14446
14447         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14448         prefix arg is neither nil nor a number, as info specifies.
14449
14450 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14451
14452         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14453         timestamps.
14454
14455 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14456
14457         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14458         groups error checking and notify user.
14459
14460 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14461
14462         * message.el (message-send-mail-function): Check existence of
14463         sendmail-program first before using default value
14464         `message-send-mail-with-sendmail'.  Otherwise use more generic
14465         `smtpmail-send-it'.
14466
14467 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14468
14469         * nntp.el (nntp-request-update-info): Always return nil.
14470
14471 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14472
14473         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14474
14475 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14476
14477         * message.el (message-beginning-of-line): Change the behavior when
14478         invoked between BOL and : so that it first moves backward.
14479
14480 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14481
14482         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14483         article buffer when editing of the article is discarded.
14484         (gnus-article-prepare): Revert.
14485
14486 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14487
14488         * gnus-art.el (gnus-article-prepare):
14489         Remove message-strip-forbidden-properties from the local hook.
14490
14491 2005-01-27  Simon Josefsson  <jas@extundo.com>
14492
14493         * password.el (password-cache-add): Only start one timer per key.
14494         Reported by Derek Atkins <warlord@MIT.EDU>.
14495
14496 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14497
14498         * run-at-time.el: Removed.  It is no longer needed as
14499         timer-funcs.el in the xemacs-base package has a working version of
14500         `run-at-time'.
14501
14502         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
14503
14504         * password.el: Require timer-funcs instead of run-at-time in
14505         XEmacs.
14506         Remove `password-run-at-time' macro.
14507         (password-cache-add): Use `run-at-time' instead of
14508         `password-run-at-time'.
14509
14510         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
14511         Remove `nnheader-cancel-function-timers' alias,
14512         `cancel-function-timers' exists in XEmacs in timer-funcs.
14513
14514         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14515         for `run-with-idle-timer'.
14516
14517         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14518         for `run-at-time'.
14519
14520         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14521         for `with-timeout'.
14522
14523         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
14524         the same as for XEmacs 21.4.
14525         No need to ignore `run-with-idle-timer', this function exists in
14526         XEmacs now in timer-funcs.el in the xemacs-base package.
14527         (dgnushack-compile): No need to delete
14528         run-at-time.el from the list of files to compile because it
14529         doesn't exist anymore.
14530
14531 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14532
14533         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14534         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14535
14536 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14537
14538         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14539         sensitively.
14540
14541 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14542
14543         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14544
14545 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14546
14547         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14548         which will be inserted according to the multibyteness of a buffer
14549         rather than the type of contents.  Suggested by ARISAWA Akihiro
14550         <ari@mbf.ocn.ne.jp>.
14551
14552         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14553         of string which old xml.el may return rather than a string.
14554
14555 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14556
14557         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14558
14559 2005-01-16  Simon Josefsson  <jas@extundo.com>
14560
14561         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14562         idn/idna.el isn't available.
14563         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14564         <michael@waxrat.com>.
14565
14566         * hashcash.el: Remove non-FSF copyright header.
14567
14568         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14569         (hashcash-generate-payment): Use it.
14570         (hashcash-generate-payment-async): Use it.
14571
14572 2005-01-15  Simon Josefsson  <jas@extundo.com>
14573
14574         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14575         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14576
14577         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14578         gnus-summary-idna-message.
14579         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14580         (gnus-summary-idna-message): New function.
14581
14582 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14583
14584         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14585         gnus-novice-user.
14586
14587 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14588
14589         * nnrss.el (nnrss-request-delete-group): Delete entries in
14590         nnrss-group-alist as well.
14591         (nnrss-save-server-data): Insert newline.
14592
14593 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14594
14595         * gnus.el (gnus-user-agent): Use list of symbols instead of
14596         symbols.  Display full version number for (S)XEmacs.  Optionally
14597         display (S)XEmacs codename.
14598
14599         * gnus-util.el (gnus-emacs-version): Update for new
14600         `gnus-user-agent'.
14601
14602         * gnus-msg.el (gnus-extended-version): Make it possible to omit
14603         Gnus version.
14604
14605 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14606
14607         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
14608         which is unreadable in some setups.
14609
14610 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14611
14612         * gnus-spec.el (gnus-update-format-specifications): Flush the
14613         group format spec cache if it doesn't support decoded group names.
14614
14615 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14616
14617         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14618         Allow to apply decay on score files matching a regexp.
14619
14620 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14621
14622         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14623         compatibility in %g and %c.
14624
14625 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14626
14627         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14628         name for only %g and %c.
14629         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14630         of gnus-tmp-group to decoded group name.
14631         (gnus-group-make-rss-group): Exclude `/'s from group names.
14632
14633 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14634
14635         * nnrss.el (nnrss-get-encoding): Fix regexp.
14636
14637 2004-12-27  Simon Josefsson  <jas@extundo.com>
14638
14639         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14640         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14641         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
14642
14643 2004-12-17  Kim F. Storm  <storm@cua.dk>
14644
14645         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14646
14647         * gnus-sum.el (gnus-summary-mode-map): Likewise.
14648
14649 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14650
14651         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14652
14653 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14654
14655         * nnrss.el: Require rfc2047 and mml.
14656         (nnrss-file-coding-system): New variable.
14657         (nnrss-format-string): Redefine it as an inline function.
14658         (nnrss-decode-group-name): New function.
14659         (nnrss-string-as-multibyte): Remove.
14660         (nnrss-retrieve-headers): Decode group name; don't use
14661         nnrss-format-string.
14662         (nnrss-request-group): Decode group name.
14663         (nnrss-request-article): Decode group name; allow a Message-ID as
14664         well as an article number; don't use nnrss-format-string; encode a
14665         Message-ID string which may contain non-ASCII characters; use
14666         mml-to-mime to compose a MIME article.
14667         (nnrss-request-expire-articles): Decode group name.
14668         (nnrss-request-delete-group): Decode group name.
14669         (nnrss-fetch): Clarify error message.
14670         (nnrss-read-server-data): Use insert-file-contents instead of load;
14671         bind file-name-coding-system; use multibyte buffer.
14672         (nnrss-save-server-data): Bind coding-system-for-write to the
14673         value of nnrss-file-coding-system; bind file-name-coding-system;
14674         add coding cookie.
14675         (nnrss-read-group-data): Use insert-file-contents instead of load;
14676         bind file-name-coding-system; use multibyte buffer.
14677         (nnrss-save-group-data): Bind coding-system-for-write to the
14678         value of nnrss-file-coding-system; bind file-name-coding-system.
14679         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14680         make it work with non-ASCII text.
14681         (nnrss-find-el): Make it work with old xml.el as well.
14682
14683 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14684
14685         * nnrss.el (nnrss-get-encoding): New function.
14686         (nnrss-fetch): Use unibyte buffer initially; bind
14687         coding-system-for-read while performing mm-url-insert; remove ^Ms;
14688         decode contents according to the encoding attribute.
14689         (nnrss-save-group-data): Add coding cookie.
14690         (nnrss-mime-encode-string): New function.
14691         (nnrss-check-group): Use it to encode subject and author.
14692
14693 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
14694
14695         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14696         imaginary variable.
14697
14698 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14699
14700         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14701         correctly even if there are wide characters.
14702
14703 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14704
14705         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14706         downcased symbol names; make a new cache instead of reusing
14707         bbdb-hashtable.
14708
14709 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14710
14711         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14712         concatenating segments rather than before concatenating them.
14713         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14714
14715         * message.el (message-get-reply-headers): Bind `extra'.
14716
14717 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14718
14719         * message.el (message-extra-wide-headers): New variable.
14720         (message-get-reply-headers): Use it.
14721
14722 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14723
14724         * gnus-agent.el (gnus-agent-group-path): Decode group name.
14725         (gnus-agent-group-pathname): Ditto.
14726
14727         * gnus-cache.el (gnus-cache-file-name): Decode group name.
14728
14729         * gnus-group.el (gnus-group-make-group): Decode group name.
14730         (gnus-group-make-rss-group): Register the group data after opening
14731         the nnrss group.
14732
14733 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
14734
14735         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14736         by expiry now get marked as read.
14737
14738 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14739
14740         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14741
14742 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
14743
14744         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14745         unify Latin characters in XEmacs.
14746         (mm-find-mime-charset-region): Use it.
14747
14748 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14749
14750         * gnus-util.el (gnus-delete-directory): New function.
14751
14752         * gnus-agent.el (gnus-agent-delete-group): Use it.
14753
14754         * gnus-cache.el (gnus-cache-delete-group): Use it.
14755
14756 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14757
14758         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14759         names.
14760
14761 2004-12-16  Simon Josefsson  <jas@extundo.com>
14762
14763         * hashcash.el (hashcash-payment-alist): Fix custom :type.
14764
14765 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14766
14767         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14768
14769         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14770         (gnus-group-set-current-level): Decode group name.
14771
14772 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
14773
14774         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14775         failed.
14776
14777 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14778
14779         * gnus-group.el (gnus-group-delete-group): Decode group name.
14780         (gnus-group-make-rss-group): Encode group name.
14781         (gnus-group-catchup-current): Decode group name.
14782         (gnus-group-kill-group): Decode group name.
14783
14784 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14785
14786         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14787
14788 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14789
14790         * gnus-group.el (gnus-group-make-rss-group):
14791         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14792
14793         * gnus-start.el (gnus-setup-news): Honor user's setting to
14794         gnus-message-archive-method.  Suggested by Lute Kamstra
14795         <lute@gnu.org>.
14796
14797 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
14798
14799         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14800         global counterparts of the buffer-local variables.
14801
14802 2004-11-16  Romain Francoise  <romain@orebokech.com>
14803
14804         * gnus-sum.el (gnus-summary-exit): Don't clear the global
14805         counterparts of the buffer-local variables.
14806
14807 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14808
14809         * message.el (message-forbidden-properties): Fixed typo in doc
14810         string.
14811
14812 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14813
14814         * gnus-util.el (gnus-replace-in-string): Added doc string.
14815
14816         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14817         to avoid problems when splitting mails with many recipients.
14818
14819 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14820
14821         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14822         pop-to-buffer, covered by the subsequent gnus-configure-windows.
14823
14824 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
14825
14826         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14827         if there is no hashtable in memory or file modification time is
14828         newer than cached timestamp.
14829
14830 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14831
14832         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
14833         not-matching option.
14834
14835 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
14836
14837         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14838         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14839         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14840         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14841         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
14842         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14843
14844 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14845
14846         * message.el (message-forward-make-body-mml): Remove headers
14847         according to message-forward-ignored-headers if a message is decoded.
14848
14849 2004-12-02  Romain Francoise  <romain@orebokech.com>
14850
14851         * message.el (message-forward-make-body-plain): Always remove
14852         headers according to message-forward-ignored-headers.
14853
14854 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
14855
14856         * spam.el (spam-summary-prepare-exit): Remove the
14857         gnus-summary-limit pop for now, it has problems with ham marks for
14858         me.
14859
14860 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
14861
14862         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14863         correctly.
14864
14865 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
14866
14867         * format-spec.el (format-spec): Message the char.
14868
14869 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
14870
14871         * gnus-art.el (gnus-split-methods): Reformat comments.
14872
14873         * spam.el (spam-summary-prepare-exit): Remove article limits
14874         before exiting the summary buffer.
14875
14876 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14877
14878         * lpath.el: Remove bbdb-create-internal, bbdb-records,
14879         spam-BBDB-register-routine and spam-enter-ham-BBDB.
14880
14881         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14882         order to silence the byte compiler.
14883
14884         * spam.el: Fix the way to silence the byte compiler, which
14885         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14886         bbdb-search-simple, spam-BBDB-register-routine,
14887         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14888         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14889         spam-stat-buffer-is-spam, spam-stat-load,
14890         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14891         spam-stat-save and spam-stat-split-fancy.
14892
14893 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14894
14895         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14896         which may confuse users.
14897         (canlock-password-for-verify): Ditto.
14898
14899         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14900
14901         * gnus-art.el (gnus-emphasis-alist): Ditto.
14902
14903         * gnus-registry.el (gnus-registry-max-entries): Ditto.
14904
14905         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14906
14907         * gnus-start.el (gnus-save-killed-list): Ditto.
14908
14909         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14910         (gnus-sum-thread-tree-root): Ditto.
14911         (gnus-sum-thread-tree-false-root): Ditto.
14912         (gnus-sum-thread-tree-single-indent): Ditto.
14913
14914         * message.el (message-courtesy-message): Ditto.
14915         (message-archive-note): Ditto.
14916         (message-subscribed-address-file): Ditto.
14917         (message-user-fqdn): Ditto.
14918
14919         * spam-report.el (spam-report-gmane-regex): Ditto.
14920
14921         * spam.el (spam-blackhole-good-server-regex): Ditto.
14922
14923 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14924
14925         * mml.el (mml-preview): Widen the message buffer before copying
14926         the contents to the preview buffer; sort headers before previewing.
14927
14928         * message.el (message-hidden-headers): Fix the way to avoid a bug
14929         in the `repeat' widget in Emacs 21.3 or earlier.
14930
14931 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14932
14933         * message.el (message-hidden-headers): Default to "^References:".
14934         Improve customization type.  Suggested by Reiner Steib
14935         <Reiner.Steib@gmx.de>.
14936
14937 2004-11-25  Romain Francoise  <romain@orebokech.com>
14938
14939         * message.el (message-strip-forbidden-properties): Remove check for
14940         obsolete `message-hidden' text property, hidden headers are not
14941         accessible in the buffer anymore.
14942
14943 2004-11-22  Romain Francoise  <romain@orebokech.com>
14944
14945         * message.el (message-header-format-alist): Add `From' in list
14946         so that it can be sorted.
14947         (message-fix-before-sending): Widen and sort headers before
14948         sending.
14949         (message-hide-headers): Use narrowing to hide headers by moving
14950         them to the top of the buffer and narrowing to the region
14951         underneath.
14952
14953 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14954
14955         * message.el (message-strip-forbidden-properties): Bind
14956         buffer-read-only (etc) to nil.
14957
14958 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14959
14960         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
14961         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14962
14963 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
14964
14965         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
14966
14967 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14968
14969         * dns.el (query-dns): Use sit-for to time instead of
14970         accept-process-output, since that doesn't seem to work on udp
14971         sockets.
14972
14973 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14974
14975         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
14976
14977 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
14978
14979         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
14980         doc string.  Improve doc string.
14981
14982 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14983
14984         * nntp.el (nntp-request-update-info): Return nil if
14985         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
14986         may not call gnus-activate-group which uselessly issues the GROUP
14987         commands for all nntp groups and wastes time.  Reported by Romain
14988         Francoise <romain@orebokech.com>.
14989
14990         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
14991
14992 2004-11-15  Simon Josefsson  <jas@extundo.com>
14993
14994         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
14995         headers separately.
14996         (gnus-button-openpgp): New function, inspired by Jochen Küpper
14997         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
14998
14999 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15000
15001         * gnus-start.el (gnus-convert-old-newsrc):
15002         Assign legacy-gnus-agent to 5.10.7.
15003
15004 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15005
15006         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15007         start of the lines.
15008
15009 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15010
15011         * hashcash.el (hashcash-default-payment): Change default to 20.
15012         (hashcash-default-accept-payment): Change default to 20.
15013         (hashcash-process-alist): New variable.
15014         (hashcash-generate-payment-async): Add.
15015         (hashcash-already-paid-p): Add.
15016         (hashcash-insert-payment): Don't generate payments twice.
15017         (hashcash-insert-payment-async): Add.
15018         (hashcash-insert-payment-async-2): Add.
15019         (hashcash-cancel-async): Add.
15020         (hashcash-wait-async): Add.
15021         (hashcash-processes-running-p): Add.
15022         (hashcash-wait-or-cancel): Add.
15023         (mail-add-payment): New optional argument.  Conditionally start
15024         asynchronous calculation.
15025         (mail-add-payment-async): Add.
15026
15027         * message.el (message-send-mail): Wait for asynchronous hashcash
15028         results.  Don't clobber existing X-Hashcash headers.
15029         (message-setup-1): Call mail-add-payment-async when
15030         message-generate-hashcash is non-nil.
15031
15032 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15033
15034         * message.el (message-use-alternative-email-as-from): Examine the
15035         From header as well; use message-make-from in order to include a
15036         user's full name.
15037
15038 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15039
15040         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15041         default; improve customization type.
15042         (gnus-emphasis-custom-with-format): New macro.
15043         (gnus-emphasis-custom-value-to-external): New function.
15044         (gnus-emphasis-custom-value-to-internal): New function.
15045
15046 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15047
15048         * dns.el (query-dns): Resolve reverse addresses.
15049
15050 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15051
15052         * gnus-group.el (gnus-group-get-new-news): Use it.
15053
15054         * gnus-start.el (gnus-check-reasonable-setup): New function.
15055
15056 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15057
15058         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15059         "Args out of range" error.  Reported by Arnaud Giersch
15060         <arnaud.giersch@free.fr>.
15061
15062 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15063
15064         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15065
15066 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15067
15068         * spam.el (spam group): Add :version.
15069
15070         * pgg-def.el (pgg group): Add :version.
15071
15072 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15073
15074         * gnus-art.el (gnus-article-edit-article): Don't associate the
15075         article buffer with a draft file.  This is a temporary measure
15076         against the 2004-08-22 change to gnus-article-edit-mode.
15077
15078 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15079
15080         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15081         (html2text-format-tags): Remove unused variable `attr'.
15082
15083 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15084
15085         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15086
15087         * tls.el (tls-process-connection-type, tls-success)
15088         (tls-certtool-program): Add :version.
15089
15090         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
15091         (starttls-extra-arguments, starttls-process-connection-type)
15092         (starttls-connect, starttls-failure, starttls-success): Add :version.
15093
15094         * spam-stat.el (spam-stat): Add :version.
15095
15096         * sieve.el (sieve): Add :version.
15097
15098         * sha1.el (sha1): Add :version.
15099         (sha1-use-external): Remove redundant version.
15100
15101         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15102         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15103         (nnmail-split-fancy-match-partial-words)
15104         (nnmail-split-lowercase-expanded): Add :version.
15105
15106         * nndiary.el (nndiary): Add :version.
15107
15108         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15109
15110         * mml-sec.el (mml-default-sign-method)
15111         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15112         Add :version.
15113
15114         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15115
15116         * mm-url.el (mm-url-use-external, mm-url-program)
15117         (mm-url-arguments): Add :version.
15118
15119         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15120         (mm-attachment-file-modes, mm-decrypt-option)
15121         (mm-w3m-safe-url-regexp): Add :version.
15122
15123         * message.el (message-cite-prefix-regexp)
15124         (message-sendmail-envelope-from, message-minibuffer-local-map)
15125         (message-user-fqdn, message-completion-alist): Add :version.
15126
15127         * gnus-win.el (gnus-configure-windows-hook)
15128         (gnus-use-frames-on-any-display): Add :version.
15129
15130         * gnus-art.el (gnus-article-address-banner-alist)
15131         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15132         (gnus-treat-from-picon, gnus-treat-mail-picon)
15133         (gnus-treat-x-pgp-sig): Add :version.
15134
15135         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15136         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15137         (gnus-summary-article-delete-hook)
15138         (gnus-summary-display-while-building): Add :version.
15139
15140         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15141         (gnus-get-top-new-news-hook): Add :version.
15142
15143         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15144         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15145
15146         * gnus-registry.el (gnus-registry): Add :version.
15147
15148         * gnus-spec.el (gnus-use-correct-string-widths)
15149         (gnus-make-format-preserve-properties): Add :version.
15150
15151         * gnus.el (gnus-group-charter-alist)
15152         (gnus-group-fetch-control-use-browse-url)
15153         (gnus-install-group-spam-parameters): Add :version.
15154
15155         * gnus-diary.el (gnus-diary): Add :version.
15156
15157         * gnus-delay.el (gnus-delay): Add :version.
15158
15159         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15160         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15161         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15162         Add :version.
15163
15164         * gnus-agent.el (gnus-agent-max-fetch-size)
15165         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15166         (gnus-agent-prompt-send-queue): Add :version.
15167
15168         * deuglify.el (gnus-outlook-deuglify): Add :version.
15169
15170         * html2text.el: Beautify code.  Improve doc strings.  Some
15171         checkdoc cleanup.
15172         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15173
15174 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15175
15176         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15177
15178 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15179
15180         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15181         when package is loaded.
15182
15183         * spam.el (spam-summary-score-preferred-header): Add global preference
15184         for people who want to override the default SpamAssassin over
15185         Bogofilter preference (when both are set).
15186         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15187         (spam-user-format-function-S): Check
15188         spam-summary-score-preferred-header.
15189         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15190         (spam-user-format-function-S): Format the score correctly.
15191
15192 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15193
15194         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15195         signature file.  Suggested by Manoj Srivastava
15196         <srivasta@golden-gryphon.com>.
15197
15198         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15199         iso-2022-jp even in the Japanese language environment.
15200         Suggested by Jason Rumney <jasonr@gnu.org>.
15201
15202 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15203
15204         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15205         use the same characters as the dummy marks; make it free from
15206         getting affected by the language environment.
15207         (gnus-summary-read-group-1): Update mark positions only when the
15208         format spec is updated.
15209
15210         * gnus-spec.el (gnus-update-format-specifications): Return a list
15211         of updated types.
15212
15213 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15214
15215         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15216         of boundp to check if display-warning is available.
15217
15218 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15219
15220         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15221
15222 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15223
15224         * nnspool.el (nnspool-spool-directory): Use news-path if the
15225         news-directory variable is not bound.
15226
15227         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15228         function instead of display-warning if it is not available.
15229
15230 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15231
15232         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15233         v5-10: Use `point-at-bol'.
15234
15235 2004-10-26  Simon Josefsson  <jas@extundo.com>
15236
15237         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15238         <chenggao@gmail.com>.
15239
15240 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15241
15242         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15243         instead.
15244
15245 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15246
15247         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15248         to remove a server from the nnimap-server-buffer-alist.
15249         (nnimap-open-connection, nnimap-close-server): Use it.
15250
15251         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15252
15253 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15254
15255         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15256         running the major-mode function.
15257
15258 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15259
15260         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15261         dummy marks in the right way.
15262
15263 2004-10-18  David Edmondson  <dme@dme.org>
15264
15265         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15266         excessively.
15267
15268 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15269
15270         * gnus-util.el (gnus-split-references): Accept a nil references
15271         string and go on blissfully.
15272
15273         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15274         cases where the references string is non-nil but has no references.
15275
15276         * encrypt.el: Add autoload tags.
15277
15278         * spam.el (spam-resolve-registrations-routine): Remove article
15279         from unregistration list too.  Reported by David Hanak
15280         <dhanak@isis.vanderbilt.edu>
15281
15282 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15283
15284         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15285         nil.  Changed custom type.
15286
15287 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15288
15289         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15290
15291         * gnus-sum.el (gnus-summary-move-article): Use it.
15292
15293 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15294
15295         * encrypt.el: Add autoload cookies.
15296
15297         * spam.el (spam-backend-article-list-property)
15298         (spam-backend-get-article-todo-list)
15299         (spam-backend-put-article-todo-list)
15300         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15301         Resolve registrations separately.
15302         (spam-register-routine): Format comments.
15303         (spam-unregister-routine, spam-register-routine): Always call with
15304         specific-articles, no default list.
15305         (spam-summary-prepare-exit): Use the spam-classifications function.
15306
15307         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15308         gnus-encrypt.el.
15309
15310         * encrypt.el: Copied from gnus-encrypt.el.
15311
15312         * gnus-encrypt.el: Commented that it's obsolete.
15313
15314 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15315
15316         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15317         (gnus-score-save): Use it.
15318
15319         * message.el (message-bury): Use `window-dedicated-p'.
15320
15321 2004-10-15  Simon Josefsson  <jas@extundo.com>
15322
15323         * pop3.el (top-level): Don't require nnheader.
15324         (pop3-read-timeout): Add.
15325         (pop3-accept-process-output): Add.
15326         (pop3-read-response, pop3-retr): Use it.
15327
15328 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15329
15330         * spam.el (spam-register-routine): Move comment.
15331         (spam-verify-bogofilter): Use 'unknown for the initial
15332         spam-bogofilter-valid state, not 'never.
15333
15334         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15335         for netrc-machine.
15336
15337         * nnimap.el (nnimap-open-connection): Use
15338         netrc-machine-user-or-password.
15339
15340 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15341
15342         * gnus-registry.el (gnus-registry-unload-hook):
15343         Set as a variable with add-hook.
15344
15345         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15346         of news-path.
15347
15348         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15349
15350         * spam.el: Delete duplicate `provide'.
15351         (spam-unload-hook): Set as a variable with add-hook.
15352
15353 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15354
15355         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15356         in the doc string.
15357
15358         * message.el (message-ignored-news-headers)
15359         (message-ignored-supersedes-headers)
15360         (message-ignored-resent-headers)
15361         (message-forward-ignored-headers): Improve custom type.
15362
15363 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15364
15365         * message.el (message-tokenize-header): Fix 2004-09-06 change
15366         which used point-min in the wrong place.
15367
15368 2004-10-12  Simon Josefsson  <jas@extundo.com>
15369
15370         * tls.el (tls-certtool-program): New variable.
15371         (tls-certificate-information): New function, based on
15372         ssl-certificate-information.
15373
15374 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15375
15376         * compface.el: Move the version of ELisp-based uncompface program
15377         to the contrib directory because of the copyright problem.
15378
15379 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15380
15381         * message.el (message-kill-buffer): Raise the current frame.
15382
15383 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15384
15385         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15386
15387         * gnus.el (message-y-or-n-p): Autoload.
15388
15389         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15390         (pop3-password-required, pop3-authentication-scheme)
15391         (pop3-leave-mail-on-server): Made customizable.
15392         (pop3): New custom group.
15393         (pop3-retr): Remove `sleep-for' statements.
15394         Suggested by Dave Love <fx@gnu.org>.
15395
15396         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15397         Windows/DOS.
15398
15399         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15400         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
15401         Dave Love <fx@gnu.org>.
15402
15403         * mml.el (mml-minibuffer-read-disposition): Require match.
15404         Suggested by Dave Love <fx@gnu.org>.
15405
15406 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15407
15408         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15409         doc string.
15410
15411 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15412
15413         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15414
15415 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15416
15417         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15418         instead of calling `mm-insert-inline', to decode text/* parts
15419         before displaying them.
15420
15421 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15422
15423         * mm-uu.el (mm-uu-text-plain-type): New variable.
15424         (mm-uu-pgp-signed-extract-1): Use it.
15425         (mm-uu-pgp-encrypted-extract-1): Use it.
15426         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15427         bind mm-uu-text-plain-type with that value.
15428         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15429         mm-uu-dissect.
15430
15431 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15432
15433         * gnus-group.el (gnus-update-group-mark-positions):
15434         * gnus-sum.el (gnus-update-summary-mark-positions):
15435         * message.el (message-check-news-body-syntax):
15436         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15437         of string-as-multibyte.
15438
15439 2004-10-05  Juri Linkov  <juri@jurta.org>
15440
15441         * gnus-group.el (gnus-update-group-mark-positions):
15442         * gnus-sum.el (gnus-update-summary-mark-positions):
15443         * message.el (message-check-news-body-syntax):
15444         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15445         8-bit unibyte values to a multibyte string for search functions.
15446
15447 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15448
15449         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15450         (mm-uu-dissect-text-parts): New function.
15451
15452         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15453         dissect text parts.
15454
15455         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15456         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15457
15458         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15459
15460         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
15461         gnus-current-topics instead of gnus-current-topic.
15462
15463 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15464
15465         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15466
15467 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15468
15469         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15470         where approriate.
15471
15472         * nnml.el (nnml-generate-active-info): do.
15473
15474         * nndiary.el (nndiary-generate-active-info): do.
15475
15476         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15477         (gnus-topic-move): do.
15478
15479         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15480         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15481
15482         * gnus-srvr.el (gnus-server-prepare)
15483         (gnus-server-open-all-servers): do.
15484
15485         * gnus-msg.el (gnus-summary-cancel-article)
15486         (gnus-summary-resend-message)
15487         (gnus-summary-mail-crosspost-complaint): do.
15488
15489         * gnus-move.el (gnus-change-server): do.
15490
15491         * gnus-group.el (gnus-group-unmark-all-groups)
15492         (gnus-group-set-current-level): do.
15493
15494 2004-10-04  Simon Josefsson  <jas@extundo.com>
15495
15496         * message.el (message-generate-hashcash): Doc fix.
15497
15498 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15499
15500         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15501         avoid infinite recursion via gnus-get-function.
15502
15503 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15504
15505         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15506
15507         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15508
15509         * nnmail.el (nnmail-split-history): do.
15510
15511         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15512         (nnml-request-delete-group): do.
15513
15514         * nnslashdot.el (nnslashdot-read-groups): do.
15515
15516         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15517         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15518
15519         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15520         (nnspool-sift-nov-with-sed): Use last.
15521         (nnspool-retrieve-headers-with-nov): Use mapc.
15522         (nnspool-request-newgroups): Use dolist.
15523         (nnspool-request-group): Use last.
15524
15525         * nntp.el (nntp-read-server-type): Use dolist.
15526
15527         * nnvirtual.el (nnvirtual-create-mapping)
15528         (nnvirtual-update-read-and-marked): Use dolist.
15529         (nnvirtual-convert-headers): Simplify.
15530
15531 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15532
15533         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
15534         support for sync'ing tick marks.
15535
15536 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15537
15538         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15539         there's no visible header.
15540
15541 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15542
15543         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
15544         necessary, pass full group name to gnus-request-set-marks.
15545
15546 2004-10-01  Simon Josefsson  <jas@extundo.com>
15547
15548         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15549         acroread.
15550
15551 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15552
15553         * spam-report.el (spam-report-gmane): Fix interactive.
15554
15555         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15556
15557         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15558         when writing file.
15559         (gnus-agent-synchronize-flags): Don't default to being
15560         interactive.
15561
15562 2004-09-30  Simon Josefsson  <jas@extundo.com>
15563
15564         * message.el (message-generate-hashcash): Add.
15565         (message-send-mail): Use it, call mail-add-payment.
15566
15567 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15568
15569         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15570
15571 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15572
15573         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
15574         gnus-requst-update-info with explicit code to sync the in-memory
15575         info read flags with the marks being sync'd to the backend.
15576
15577         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
15578
15579 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15580
15581         * spam.el (spam-verify-bogofilter): Add new function.
15582         (spam-check-bogofilter)
15583         (spam-bogofilter-register-with-bogofilter): Use it.
15584         (spam-verify-bogofilter): Add small fixes.
15585
15586 2004-09-28  Simon Josefsson  <jas@extundo.com>
15587
15588         * hashcash.el (hashcash-generate-payment): Revert.
15589
15590 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15591
15592         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
15593         gnus-extract-references instead of gnus-split-references.
15594
15595         * gnus-util.el (gnus-extract-references): Add new function, analogous
15596         to gnus-split-references but extracts only the message-ID without
15597         anything extra.
15598
15599         * hashcash.el (hashcash-generate-payment)
15600         (hashcash-check-payment): Do the right thing if hashcash-path is
15601         nil (because the hashcash program could not be found).
15602
15603         * spam.el (spam-use-hashcash): Remove comment.
15604
15605 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
15606
15607         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15608         (gnus-cache-enter-article, gnus-cache-remove-article)
15609         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15610
15611         * gnus-async.el (gnus-async-prefetch-remove-group): do.
15612
15613         * gnus-art.el (article-hide-boring-headers)
15614         (article-translate-strings, article-display-face)
15615         (gnus-article-mime-match-handle-first)
15616         (gnus-article-highlight-headers)
15617         (gnus-article-add-buttons-to-head): do.
15618
15619 2004-09-27  Simon Josefsson  <jas@extundo.com>
15620
15621         * hashcash.el: New version, from
15622         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
15623         ../contrib/.
15624
15625 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15626
15627         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15628
15629 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
15630
15631         * gnus-dup.el (gnus-dup-open): Use mapc.
15632         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15633
15634         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15635         Reported by Stefan Wiens <s.wi@gmx.net>.
15636
15637         * gnus.el (gnus-shutdown): Use dolist.
15638
15639         * gnus-undo.el (gnus-undo): Use mapc.
15640
15641         * nnrss.el (nnrss-generate-active): do.
15642
15643         * message.el (message-cite-original-without-signature)
15644         (message-cite-original): Use mapc.
15645         (message-do-actions, message-make-forward-subject): Use dolist.
15646
15647 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15648
15649         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
15650         deletion to remove entire duplicate line.  Fixes merged article
15651         number bug.
15652
15653 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15654
15655         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15656         servers that are offline.  Avoids having gnus-agent-toggle-plugged
15657         first ask if you want to open a server and then, even when you
15658         responded with no, asking if you want to synchronize the server's
15659         flags.
15660         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15661         multi-line expressions.
15662         (gnus-agent-synchronize-group-flags): New internal function.
15663         Updates marks in memory (in the info structure) AND in the
15664         backend.
15665
15666         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
15667
15668         * nnagent.el (nnagent-request-set-mark): Use
15669         gnus-agent-synchronize-group-flags, not backend's request-set-mark
15670         method, to ensure that synchronization updates marks in the
15671         backend and in the info (in memory) structure.
15672
15673 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15674
15675         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15676         convention fully; don't miss the root article of a thread; make
15677         the X-Draft-From header with correct article numbers.
15678
15679 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
15680
15681         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15682         unless plugged.  Disable the agent so that an open failure causes
15683         an error.
15684
15685         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15686         Reverted 2004-09-21 change.  The backend must be opened while
15687         synchronizing flags even when the backend stores the flags
15688         locally.
15689
15690 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
15691
15692         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15693         in `header' match.  Reported by Svend Tollak Munkejord.
15694
15695         * message.el (message-cite-original): Fix use of
15696         `message-cite-articles-with-x-no-archive'.
15697
15698 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15699
15700         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15701         (gnus-window-to-buffer): Ditto.
15702
15703         * mml.el (mml-preview-buffer): New variable.
15704         (mml-preview): Manage window layout with gnus-buffer-configuration.
15705
15706         * gnus-msg.el (gnus-setup-message): Put article numbers into the
15707         X-Draft-From header even if those articles aren't quoted.
15708
15709 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
15710
15711         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15712         (gnus-request-set-mark, gnus-request-update-mark): Use new
15713         g-s-t-u-l-m to decide to use backend even when unplugged.
15714
15715 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15716
15717         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15718         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
15719
15720 2004-09-20  Simon Josefsson  <jas@extundo.com>
15721
15722         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15723         "utf-16-le".
15724
15725 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15726
15727         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15728
15729 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15730
15731         * uudecode.el (uudecode-use-external): Add :version.
15732
15733         * smime.el (smime-CA-file, smime-encrypt-cipher)
15734         (smime-dns-server): Add :version.
15735
15736         * smiley.el (gnus-smiley-file-types): Add :version.
15737
15738         * sha1.el (sha1-use-external): Add :version.
15739
15740         * pgg-def.el (pgg-query-keyserver): Add :version.
15741
15742         * nnmail.el (nnmail-fancy-expiry-targets)
15743         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15744         Add :version.
15745
15746         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15747         (nnimap-retrieve-groups-asynchronous): Add :version.
15748         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
15749
15750         * mml.el (mml-content-disposition-parameters)
15751         (mml-insert-mime-headers-always): Add :version.
15752
15753         * mm-util.el (mm-coding-system-priorities): Add :version.
15754
15755         * mm-decode.el (mm-inline-text-html-with-images)
15756         (mm-keep-viewer-alive-types, mm-external-terminal-program)
15757         (mm-verify-option): Add :version.
15758         (mm-text-html-renderer): Change :version.
15759
15760         * message.el (message-fcc-externalize-attachments)
15761         (message-required-headers, message-draft-headers)
15762         (message-subject-trailing-was-query)
15763         (message-subject-trailing-was-ask-regexp)
15764         (message-subject-trailing-was-regexp, message-mark-insert-begin)
15765         (message-mark-insert-end, message-archive-header)
15766         (message-archive-note, message-cross-post-default)
15767         (message-cross-post-note, message-followup-to-note)
15768         (message-cross-post-note-function, message-use-mail-followup-to)
15769         (message-subscribed-address-functions)
15770         (message-subscribed-address-file, message-subscribed-addresses)
15771         (message-subscribed-regexps, message-allow-no-recipients)
15772         (message-yank-cited-prefix, message-signature-insert-empty-line)
15773         (message-hidden-headers, message-hierarchical-addresses)
15774         (message-mail-user-agent, message-use-idna)
15775         (message-valid-fqdn-regexp)
15776         (message-strip-special-text-properties, message-header-synonyms)
15777         (message-beginning-of-line, message-tab-body-function): Add :version.
15778         (message-insert-canlock, message-wide-reply-confirm-recipients):
15779         Change :version.
15780
15781         * mail-source.el (mail-source-ignore-errors): Add :group, :type
15782         and :version.
15783         (mail-source-delete-old-incoming-confirm)
15784         (mail-source-movemail-program): Add :version.
15785
15786         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15787         (gnus-agent-cache, gnus-agent): Change :version.
15788
15789         * gnus-util.el (gnus-use-byte-compile): Change :version.
15790
15791         * gnus-sum.el (gnus-summary-make-false-root-always)
15792         (gnus-summary-default-high-score)
15793         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15794         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15795         (gnus-read-all-available-headers, gnus-article-emulate-mime)
15796         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15797         (gnus-sum-thread-tree-single-indent)
15798         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15799         (gnus-sum-thread-tree-leaf-with-other)
15800         (gnus-sum-thread-tree-single-leaf): Add :version.
15801         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15802         (gnus-article-loose-mime): Change :version.
15803
15804         * gnus-start.el (gnus-backup-startup-file)
15805         (gnus-save-startup-file-via-temp-buffer): Add :version.
15806
15807         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15808         (gnus-server-offline-face): Add :version.
15809
15810         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15811
15812         * gnus-msg.el (gnus-gcc-externalize-attachments)
15813         (gnus-debug-files, gnus-debug-exclude-variables)
15814         (gnus-discouraged-post-methods): Change :version.
15815         (gnus-confirm-mail-reply-to-news)
15816         (gnus-confirm-treat-mail-like-news): Add :version.
15817
15818         * gnus-int.el (gnus-server-unopen-status): Add :version.
15819
15820         * gnus-group.el (gnus-group-jump-to-group-prompt)
15821         (gnus-large-ephemeral-newsgroup)
15822         (gnus-fetch-old-ephemeral-headers): Add :version.
15823
15824         * gnus-fun.el (gnus-x-face-directory)
15825         (gnus-convert-pbm-to-x-face-command)
15826         (gnus-convert-image-to-x-face-command)
15827         (gnus-convert-image-to-face-command): Add :version.
15828
15829         * gnus-delay.el (gnus-delay-default-hour): Add :version.
15830
15831         * gnus-cite.el (gnus-cite-blank-line-after-header)
15832         (gnus-article-boring-faces): Add :version.
15833
15834         * gnus-art.el (gnus-buttonized-mime-types)
15835         (gnus-inhibit-mime-unbuttonizing)
15836         (gnus-treat-display-face)
15837         (gnus-treat-body-boundary): Change :version.
15838         (gnus-body-boundary-delimiter, gnus-picon-databases)
15839         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15840         (gnus-treat-date-english, gnus-treat-fold-headers)
15841         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15842         (gnus-treat-mail-picon, gnus-treat-wash-html)
15843         (gnus-article-encrypt-protocol)
15844         (gnus-use-idna, gnus-article-over-scroll)
15845         (gnus-mime-display-multipart-alternative-as-mixed)
15846         (gnus-mime-display-multipart-related-as-mixed)
15847         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15848         (gnus-ctan-url, gnus-button-ctan-handler)
15849         (gnus-button-handle-ctan-bogus-regexp)
15850         (gnus-button-ctan-directory-regexp)
15851         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15852         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15853         (gnus-button-man-level, gnus-button-emacs-level)
15854         (gnus-button-message-level, gnus-button-browse-level): Add :version.
15855
15856         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15857         (gnus-agent-go-online): Change :version.
15858         (gnus-agent-expire-unagentized-dirs)
15859         (gnus-agent-auto-agentize-methods): Add :version.
15860
15861         * flow-fill.el (fill-flowed-display-column)
15862         (fill-flowed-encode-column): Add :version.
15863
15864         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15865         (gnus-outlook-deuglify-unwrap-max)
15866         (gnus-outlook-deuglify-cite-marks)
15867         (gnus-outlook-deuglify-unwrap-stop-chars)
15868         (gnus-outlook-deuglify-no-wrap-chars)
15869         (gnus-outlook-deuglify-attrib-cut-regexp)
15870         (gnus-outlook-deuglify-attrib-verb-regexp)
15871         (gnus-outlook-deuglify-attrib-end-regexp)
15872         (gnus-outlook-display-hook): Add :version.
15873
15874         * binhex.el (binhex-use-external): Add :version.
15875
15876 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
15877
15878         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15879         and `invisible'.
15880
15881 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
15882
15883         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15884         in gnus-registry-trim.
15885
15886 2004-09-13  Simon Josefsson  <jas@extundo.com>
15887
15888         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15889
15890         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15891
15892         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15893         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15894         <yamaoka@jpl.org>.
15895         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15896         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15897         <yamaoka@jpl.org>.
15898
15899         * sieve.el (sieve-manage-mode): Ditto.
15900
15901 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
15902
15903         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15904
15905 2004-09-11  Simon Josefsson  <jas@extundo.com>
15906
15907         * dns-mode.el: Add.
15908
15909         * mm-view.el (mm-display-dns-inline): Add.
15910
15911         * mm-decode.el (mm-inline-media-tests): Add text/dns.
15912         (mm-automatic-display): Ditto.
15913
15914         * mailcap.el (mailcap-mime-data): Add text/dns.
15915         (mailcap-mime-extensions): Map .soa to text/dns.
15916
15917 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
15918
15919         * gnus-art.el (article-decode-mime-words, article-babel)
15920         (gnus-article-highlight-signature, gnus-article-add-buttons)
15921         (gnus-signature-toggle): Remove unnecessary bindings of
15922         `inhibit-read-only' inherited from v5.10 merge.
15923
15924 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15925
15926         * nntp.el (nntp): New customization group.
15927         (nntp-authinfo-file): Add customization group.
15928
15929         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15930
15931         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15932
15933         * gnus.el (to-address, to-list, subscribed)
15934         (large-newsgroup-initial): Ditto.
15935
15936         * flow-fill.el (fill-flowed-display-column)
15937         (fill-flowed-encode-column): Ditto.
15938
15939 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15940
15941         * message.el (message-tokenize-header, message-send-mail-with-qmail):
15942         Use point-min rather than 1.
15943         (message-send-mail): Use buffer-size rather than point-max.
15944
15945         * gnus-sum.el (gnus-summary-search-article-forward):
15946         Signal a specific `search-failed' rather than a generic `error'.
15947
15948         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15949         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15950         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15951
15952 2004-09-10  Simon Josefsson  <jas@extundo.com>
15953
15954         * nndb.el (require): Remove tcp and duplicate cl.
15955
15956 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15957
15958         * gnus-agent.el (directory-files-and-attributes): Move forward.
15959
15960 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15961
15962         * gnus-agent.el (directory-files-and-attributes): Optionally
15963         defined to support XEmacs.
15964
15965 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15966
15967         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
15968         to avoid run-time CL dependencies.
15969         (gnus-agent-unfetch-articles): New function.
15970         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
15971         article numbers even when local .overview file is missing.
15972         (gnus-agent-read-article-number): New function.  Only accepts
15973         27-bit article numbers.
15974         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
15975         gnus-agent-read-article-number.
15976         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
15977         from backend while recognizing that article numbers in .overview
15978         must be valid.
15979         (gnus-agent-update-files-total-fetched-for): Use
15980         directory-files-and-attributes to improve performance.
15981         * gnus-int.el (gnus-request-move-article): Use
15982         gnus-agent-unfetch-articles in place of gnus-agent-expire to
15983         improve performance.
15984
15985         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
15986         some users confused by references to .newsrc when they only have a
15987         .newsrc.eld file.
15988         (gnus-convert-mark-converter-prompt)
15989         (gnus-convert-converter-needs-prompt): Fixed use of property list.
15990         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
15991         New function.  Used internally to only display 'gnus converting
15992         files' message when actually necessary.
15993
15994         * gnus-sum.el (): Removed (require 'gnus-agent) as required
15995         methods now autoloaded.
15996
15997 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15998
15999         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16000         identifiers.
16001
16002 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16003
16004         * gnus-picon.el: Fix indentation and closing parenthesis.
16005
16006 2004-09-01  Simon Josefsson  <jas@extundo.com>
16007
16008         * message.el (message-canlock-generate): Require sha1, not
16009         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16010         to require within a function.  Sadly, if sha1.el isn't loaded, the
16011         let binding in m-c-g will hide the defcustom definition, which is
16012         bad.)
16013
16014         * canlock.el: Require sha1, not sha1-el.
16015
16016         * message.el: Don't autoload sha1 (there is a autoload cookie in
16017         sha1.el).
16018
16019         * sha1-el.el: Renamed to sha1.el.
16020
16021 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16022
16023         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16024
16025 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16026
16027         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16028
16029 2004-08-30  Kim F. Storm  <storm@cua.dk>
16030
16031         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16032
16033         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16034         Add :group 'nnimap.
16035
16036 2004-08-30  Andreas Schwab  <schwab@suse.de>
16037
16038         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16039         ?* and ?\;.
16040
16041         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16042         and ?\' to symbol instead of whitespace.
16043
16044 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16045
16046         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16047
16048         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16049         instead of re-search-forward.
16050
16051         * gnus-uu.el (gnus-uu-save-article): Ditto.
16052         (gnus-uu-post-encode-uuencode): Ditto.
16053
16054         * html2text.el (html2text-clean-list-items): Ditto.
16055         (html2text-clean-dtdd): Ditto.
16056         (html2text-format-tags): Ditto.
16057
16058         * message.el (message-send-mail-with-sendmail): Fix regexp.
16059         (message-fill-field-general): Use search-forward instead of
16060         re-search-forward.
16061         (unbold-region): Ditto.
16062
16063         * nnrss.el (nnrss-request-article): Ditto.
16064
16065         * nnslashdot.el (nnslashdot-request-article): Ditto.
16066
16067         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16068
16069         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16070         "Unrecognized menu descriptor" error in XEmacs.
16071
16072 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16073
16074         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16075         parent article of a sparse article in the thread hashtb.
16076
16077 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16078
16079         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16080         (nnmail-expand-newtext): Lowercase expanded entries if
16081         nnmail-split-lowercase-expanded is non-nil.
16082
16083 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16084
16085         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16086
16087         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16088         of gnus-tmp-news-method into string under XEmacs.  It will be
16089         passed to gnus-correct-length which takes only a string argument.
16090
16091 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16092
16093         * gnus-util.el (gnus-bind-print-variables): New macro.
16094         (gnus-prin1): Use it.
16095         (gnus-prin1-to-string): Use it.
16096         (gnus-pp): New function.
16097         (gnus-pp-to-string): New function.
16098
16099         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16100         Replace pp-to-string with gnus-pp-to-string.
16101         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16102         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16103         * gnus-msg.el (gnus-debug): Ditto.
16104         * gnus-score.el (gnus-score-save): Ditto.
16105         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16106         gnus-pp-to-string.
16107         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16108         with gnus-pp.
16109         * score-mode.el (gnus-score-pretty-print): Ditto.
16110         * webmail.el (webmail-debug): Ditto.
16111
16112 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16113
16114         * gnus-art.el (article-display-face, article-display-x-face):
16115         Use buffer-read-only.
16116
16117 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16118
16119         * gnus-art.el (article-hide-list-identifiers):
16120         Bind inhibit-read-only as t.
16121
16122 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16123
16124         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16125
16126 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16127
16128         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16129         (gnus-narrow-to-page): Don't assume point-min == 1.
16130         (gnus-article-edit-mode): Derive from message-mode.
16131
16132         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16133         point-min == 1.
16134
16135         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16136         Disable incorrect use of `assert'.
16137
16138         * message.el (message-mode): Set comment-start-skip.
16139
16140
16141 2004-08-22  Sam Steingold  <sds@gnu.org>
16142
16143         * pop3.el (pop3-leave-mail-on-server): New user variable.
16144         (pop3-movemail): Delete mail only when it is nil.
16145
16146 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16147
16148         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16149
16150         * mml.el (mml-preview): Use `pop-to-buffer'.
16151
16152         * message.el (message-goto-mail-followup-to): Insert after "To".
16153         (message-carefully-insert-headers): Add comment.
16154
16155         * gnus.el: Remove unused variable `gnus-article-check-size'.
16156
16157         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16158
16159         * gnus-art.el (gnus-button-alist): Improve
16160         `gnus-button-handle-library' entry.
16161
16162 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16163
16164         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
16165         downcase, since XEmacs capitalizes error messages differently.
16166
16167 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16168
16169         * nntp.el: Add (require 'gnus) due to reference to
16170         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16171
16172 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16173
16174         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
16175         `mm-fill-flowed'.
16176
16177         * mm-decode.el (mm-dissect-singlepart): Check it.
16178
16179 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16180
16181         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16182         'imap' for netrc parsing.
16183
16184 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16185
16186         * mailcap.el (mailcap-mime-data): Mark as risky.
16187
16188 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16189
16190         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16191         may be included in the encoded word.
16192         (rfc2047-encode): Don't append a space if the encoded word
16193         includes close parenthesis.
16194
16195 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16196
16197         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16198         of text within parentheses.
16199
16200 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16201
16202         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16203         (gnus-encrypt-write-file-contents): Make the password key the file
16204         name PLUS the cipher, not just the cipher.  Also remove failed
16205         passwords from the cache.
16206
16207 2004-08-06  Simon Josefsson  <jas@extundo.com>
16208
16209         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
16210         fix.
16211
16212 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16213
16214         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16215         LWSP.
16216
16217 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16218
16219         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
16220         to append in-reply-to: data to the references: header.
16221
16222         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16223         (netrc-parse): Use gnus-encrypt.el functions.
16224
16225         * gnus-encrypt.el: Add new file for encryption support; currently
16226         does only a few GPG ciphers and an internal XOR cipher.
16227
16228         * password.el: Add comments on using password-read-and-add.
16229         (password-read-and-add): Add function to read and add the
16230         password to the cache at once.
16231
16232 2004-07-28  Simon Josefsson  <jas@extundo.com>
16233
16234         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16235         parameter (but don't use it, for now).
16236
16237         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16238         instead of hard coding to nil.
16239
16240 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16241
16242         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16243         as mm-inline-image-xemacs does.
16244
16245 2004-07-26  Simon Josefsson  <jas@extundo.com>
16246
16247         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16248         Revert part of 2004-07-17 change below.
16249
16250 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16251
16252         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
16253         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16254
16255 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16256
16257         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16258         quotes that actually start with ">" at the beginning of the
16259         lines.
16260
16261 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16262
16263         * rfc2047.el (rfc2047-encode-region): Fix last change.
16264         (rfc2047-encode-parameter): Remove useless concat.
16265
16266 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16267
16268         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16269         encode special characters; fix some kind of misconfigured headers;
16270         signal a real error if debug-on-quit or debug-on-error is non-nil.
16271         (rfc2047-encode-max-chars): New variable.
16272         (rfc2047-encode-1): Use it.
16273         (rfc2047-encode-parameter): New function.
16274
16275         * mml.el (mml-insert-parameter): Remove an excessive space.
16276
16277 2004-07-17  Simon Josefsson  <jas@extundo.com>
16278
16279         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16280         Kai Grossjohann <kai@emptydomain.de>.
16281         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16282         (gnus-group-make-menu-bar): Ditto.
16283
16284         * gnus-util.el (gnus-group-server): Add.
16285
16286 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16287
16288         * message.el (message-clone-locals): Clone sendmail and smtp
16289         variables.
16290
16291 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16292
16293         * rfc2047.el (rfc2047-encode-region): Fix last change.
16294
16295 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16296
16297         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16298         characters as non-special.
16299
16300 2004-07-09  Simon Josefsson  <jas@extundo.com>
16301
16302         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16303         Users will lose all flag changes made while unplugged with
16304         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16305         good default.  See numerous reports on ding mailing list.
16306
16307 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16308
16309         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16310         add generate-head-function and generate-article-function to the
16311         rfc822-forward entry.
16312         (nndoc-rfc822-forward-generate-article): New function.
16313         (nndoc-rfc822-forward-generate-head): New function.
16314
16315         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16316
16317 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16318
16319         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16320         respect display group parameter and gnus-summary-expunge-below.
16321         (gnus-articles-to-read): Remove unused reference to display group
16322         parameter.
16323
16324 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16325
16326         * nnheader.el (nnheader-uniquify-message-id): New experimental
16327         variable.
16328         (nnheader-nov-read-message-id): Use it.
16329
16330         * spam-report.el (spam-report-gmane): Add interactive.
16331
16332 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16333
16334         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
16335         qp-or-base64 for the application/* types.
16336
16337 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16338
16339         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16340
16341 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16342
16343         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16344         trim value.
16345
16346 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16347
16348         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16349         New macro and function.
16350         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16351
16352 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16353
16354         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16355         after-load-alist.
16356
16357 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16358
16359         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
16360         update info that isn't there.
16361
16362 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
16363
16364         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16365         entry.
16366
16367 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16368
16369         * mm-view.el (mm-inline-render-with-function): Use multibyte
16370         buffer; decode html source by charset.
16371
16372         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16373
16374         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16375         Mule-UCS is loaded under XEmacs.
16376         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16377
16378 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16379
16380         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16381
16382 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16383
16384         * mm-util.el (mm-coding-system-p): Return a coding-system.
16385         (mm-mime-mule-charset-alist): Use shift_jis instead of
16386         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16387         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16388         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16389         instead of japanese-shift-jis and iso-latin-1 respectively in
16390         order to share the default value with both Emacs and XEmacs-mule.
16391         (mm-mule-charset-to-mime-charset): Make
16392         mm-coding-system-priorities effective.
16393         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16394         while predicating of candidates upon the priorities.
16395
16396 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16397
16398         * gnus-sum.el (gnus-summary-make-menu-bar): Add
16399         gnus-uu-invert-processable.
16400
16401         * gnus.el: Autoload gnus-uu-invert-processable.
16402
16403 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16404
16405         * mm-util.el (mm-with-multibyte-buffer): New macro.
16406
16407         * rfc2047.el (rfc2047-encode-string): Use it.
16408         (rfc2047-encode-region): Move point to the end of the region after
16409         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16410
16411 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16412
16413         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16414         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16415
16416 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16417
16418         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16419         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
16420         Karl Chen <quarl@nospam.quarl.org>.
16421
16422 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16423
16424         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16425         invalid addresses.
16426
16427 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16428
16429         * spam.el: Change section markers, revise TODO list.
16430         (spam-backends): Make new master list of all installed backends.
16431         (spam-summary-exit-behavior): Add new variable to determine how
16432         messages moves are done at summary exit.
16433         (spam-move-spam-nonspam-groups-only)
16434         (spam-process-ham-in-nonham-groups)
16435         (spam-process-ham-in-spam-groups): Remove variables, the
16436         spam-summary-exit-behavior variable should be used to manage this
16437         behavior.
16438         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16439         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16440         and spam-old-spam-articles.
16441         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16442         Add empty variables, placeholders for the backends they represent.
16443         (spam-set-difference): Move, unchanged.
16444         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16445         unless the user has a processor variable.
16446         (spam-classifications, spam-classification-valid-p)
16447         (spam-backend-properties, spam-backend-property-valid-p)
16448         (spam-backend-function-type-valid-p)
16449         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16450         (spam-report-articles-gmane, spam-report-articles-resend):
16451         Remove functions, they are not needed.
16452         (spam-install-backend-super, spam-backend-list)
16453         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16454         (spam-backend-function, spam-backend-ham-registration-function)
16455         (spam-backend-spam-registration-function)
16456         (spam-backend-ham-unregistration-function)
16457         (spam-backend-spam-unregistration-function)
16458         (spam-backend-statistical-p, spam-backend-mover-p)
16459         (spam-install-backend-alias, spam-install-checkonly-backend)
16460         (spam-install-mover-backend, spam-install-nocheck-backend)
16461         (spam-install-backend, spam-install-statistical-backend)
16462         (spam-install-statistical-checkonly-backend): Add backend installation
16463         support.
16464         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16465         (spam-group-processor-p): Use the new backend code and respect the
16466         summary exit behavior.
16467         (spam-mark-spam-as-expired-and-move-routine): Remove.
16468         (spam-summary-prepare): Change to use the new spam-old-articles
16469         variable.
16470         (spam-copy-or-move-routine, spam-copy-spam-routine)
16471         (spam-move-spam-routine, spam-copy-ham-routine)
16472         (spam-move-ham-routine): Add code to copy/move ham or spam.
16473         (spam-fetch-field-fast): Improve doc and code, plus allow the
16474         'number request.
16475         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
16476         variables.
16477         (spam-split, spam-find-spam): Use the new backend code.
16478         (spam-registration-functions): Remove variable.
16479         (spam-unregister-routine): Add convenience wrapper.
16480         (spam-log-undo-registration, spam-register-routine)
16481         (spam-log-processing-to-registry)
16482         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16483         where possible.
16484         (spam-check-gmane-xref, spam-check-regex-headers)
16485         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16486         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16487         (spam-check-bogofilter-headers, spam-check-spamoracle)
16488         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16489         (spam-check-crm114-headers): Use the spam-split-group that
16490         spam-split prepares, no need to determine it every time.
16491
16492         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16493         to the nnheader-parse-naked-head call.
16494
16495         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16496
16497         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16498         the nnheader-nov-read-message-id call.
16499
16500 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16501
16502         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16503         gnus-activate-group twice.  Suggested by Markus Peter
16504         <warp@spin.de>.
16505
16506 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16507
16508         * gnus-art.el (gnus-article-time-format): Exchange the order of
16509         day and month in the default value; fix customization type.
16510         (article-date-ut): Use add-text-properties.
16511         (article-make-date-line): Use message-make-date instead of
16512         current-time-string.
16513
16514         * message.el (message-fetch-field): Don't use set-text-properties.
16515         (message-make-date): Simplify.
16516
16517         * messagexmas.el (message-xmas-make-date): New function.
16518         (message-xmas-redefine): Defalias message-make-date to it.
16519
16520 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16521
16522         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16523         (rfc2047-encode-region): Treat text within parentheses as special;
16524         show the original text when error has occurred.
16525
16526         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16527         already-computed method to gnus-activate-group.
16528
16529         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16530         same select-methods identical Lisp objects.
16531
16532         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16533         object when modifying the info.
16534
16535 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16536
16537         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16538         gnus-opened-servers since it has never been opened with the new
16539         configuration yet.
16540
16541 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16542
16543         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16544         arg to nnheader-generate-fake-message-id.
16545
16546 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16547
16548         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16549         number and build a fake message ID localized to a group and
16550         article number (so it's repeatable from that point on).
16551         (nnheader-fake-message-id-p): Change regex to accomodate new fake
16552         ID format.
16553
16554         * gnus-sum.el (gnus-get-newsgroup-headers): Call
16555         nnheader-generate-fake-message-id with the article number.
16556
16557 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16558
16559         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16560         end-of-buffer.
16561
16562 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16563
16564         * message.el (message-ignored-supersedes-headers): Add Approved.
16565
16566 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16567
16568         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16569         goto-char.
16570         (rfc2047-encode): Fold the line before encoding.
16571
16572 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16573
16574         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16575         folding -- not all headers can be folded, and this should be done
16576         by the message composition mode.  Probably.  I think.
16577
16578 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16579
16580         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16581         fast.
16582
16583         * gnus-ems.el (gnus-remove-image): Don't use
16584         message-text-with-property; remove only the image found first.
16585
16586         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
16587         found first.
16588
16589 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16590
16591         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16592
16593 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16594
16595         * message.el (message-text-with-property): Make it fast and accept
16596         optional arguments.
16597         (message-strip-forbidden-properties): Use it.
16598         (message-fix-before-sending): Follow the m-t-w-p change.
16599
16600         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16601
16602 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16603
16604         * gnus-art.el (article-hide-headers): Don't change the buffer
16605         mistakenly when performing mml-preview even if
16606         gnus-single-article-buffer is nil.
16607
16608 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
16609
16610         * message.el (message-expand-name-databases): New user option.
16611         (message-expand-name): Use it.
16612
16613 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
16614
16615         * spam.el (spam-report-articles-resend)
16616         (spam-report-resend-register-routine): Allow ham reporting.
16617         (spam-report-resend-register-ham-routine): Add wrapper.
16618         (spam-registration-functions): Add ham resending functions.
16619         (spam-list-of-processors): Add ham resend processor.
16620
16621         * gnus.el (ham-resend-to): Add new group parameter.
16622         (spam-process): Add ham resend option.
16623
16624         * spam-report.el (spam-report-resend): Allow reporting ham.
16625         (spam-report-resend-ham): Add wrapper.
16626
16627 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16628
16629         * message.el (message-cite-articles-with-x-no-archive): New
16630         variable.
16631         (message-cite-original): Use it.
16632
16633 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16634
16635         * message.el (message-cite-original): Respect X-No-Archive.
16636
16637 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16638
16639         * gnus-art.el (article-hide-headers): Refer to the values for
16640         gnus-ignored-headers and gnus-visible-headers in the summary
16641         buffer since a user may have set them as group parameters.
16642
16643 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
16644
16645         * assistant.el (assistant-node-name): Add convenience function.
16646         (assistant-render-text, assistant-render-node): Add error handling,
16647         plus handle multiple next nodes.
16648         (assistant-find-next-node): Comment out for now.
16649         (assistant-find-next-nodes): Add function, returns list of next
16650         nodes.
16651
16652 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
16653
16654         * mail-source.el (mail-source-directory): Fix doc-string.
16655
16656 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
16657
16658         * assistant.el (assistant-render-text, assistant-eval): Add :set
16659         widget type, which is different because it takes and returns a
16660         list.  Much hilarity ensues.
16661
16662 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
16663
16664         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
16665
16666         * gnus-group.el (gnus-group-get-new-news-this-group): Added
16667         doc-string.
16668
16669         * gnus-start.el (gnus-activate-group): Added doc-string.
16670
16671 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16672
16673         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16674
16675 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
16676
16677         * assistant.el (assistant-render-text): Try to add a :set
16678         widget, more to come.
16679
16680         * spam.el (spam-group-spam-contents-p): Handle empty groupname
16681         strings.
16682         (spam-report-articles-resend)
16683         (spam-register-routine): Do registration iff any articles warrant
16684         it.
16685         (spam-summary-prepare-exit): Change log message for nil group
16686         destinations.
16687
16688 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
16689
16690         * spam.el (spam-report-resend-register-routine): Allow
16691         spam-report-resend-to to be a group parameter or a global value.
16692
16693 2004-05-26  Simon Josefsson  <jas@extundo.com>
16694
16695         * starttls.el: Merge with my GNUTLS based starttls.el.
16696         (starttls-gnutls-program, starttls-use-gnutls)
16697         (starttls-extra-arguments, starttls-process-connection-type)
16698         (starttls-connect, starttls-failure, starttls-success): New
16699         variables.
16700         (starttls-program, starttls-extra-args): Doc fix.
16701         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
16702         functions.
16703         (starttls-negotiate, starttls-open-stream): Check
16704         `starttls-use-gnutls' and pass on to corresponding *-gnutls
16705         function if it is set.
16706
16707 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16708
16709         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16710         structured fields.
16711
16712 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16713
16714         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16715
16716 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
16717
16718         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
16719         variable.
16720         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
16721         assigning the spam-mark to new messages.
16722
16723 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
16724
16725         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16726
16727 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16728
16729         * dgnushack.el: Autoload customize-set-variable for XEmacs.
16730
16731         * rfc2047.el (rfc2047-encodable-p): Don't move point.
16732         (rfc2047-decode): Treat the ascii coding-system as raw-text by
16733         default.
16734
16735 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
16736
16737         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16738         correct data.
16739
16740 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
16741
16742         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16743         (spam-group-processor-p): Fix function.
16744         (spam-group-processor-multiple-p)
16745         (spam-group-spam-processor-report-gmane-p)
16746         (spam-group-spam-processor-report-resend-p)
16747         (spam-group-spam-processor-bogofilter-p)
16748         (spam-group-spam-processor-blacklist-p)
16749         (spam-group-spam-processor-ifile-p)
16750         (spam-group-ham-processor-ifile-p)
16751         (spam-group-spam-processor-spamoracle-p)
16752         (spam-group-spam-processor-crm114-p)
16753         (spam-group-ham-processor-bogofilter-p)
16754         (spam-group-spam-processor-stat-p)
16755         (spam-group-ham-processor-stat-p)
16756         (spam-group-ham-processor-whitelist-p)
16757         (spam-group-ham-processor-BBDB-p)
16758         (spam-group-ham-processor-spamoracle-p)
16759         (spam-group-ham-processor-copy-p): Remove functions with some
16760         prejudice against unneeded code.
16761         (spam-report-articles-resend)
16762         (spam-report-resend-register-routine): Allow the group/topic
16763         spam-resend-to value to override spam-report-resend-to.
16764         (spam-summary-prepare-exit): Invoke spam-group-processor-p
16765         properly now.
16766
16767         * gnus.el (spam-resend-to): Add group/topic parameter.
16768         (spam-process): Move the OBSOLETE processors to the end of the
16769         choices.
16770
16771 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
16772
16773         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
16774         with resend-to set to nil, and then ask the user if necessary.
16775         (spam-report-resend): spam-report-resend takes a list of articles, not
16776         separate article numbers.
16777
16778 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16779
16780         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16781         addition to emacs-w3m.
16782
16783 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16784
16785         * assistant.el (assistant-authinfo-data): New function.
16786         (assistant-eval): Eval for entire assistant.
16787
16788         * netrc.el (netrc-services-file): New variable.
16789         (netrc-parse-services): New function.
16790         (netrc-find-service-name): New function.
16791         (netrc-find-service-number): New function.
16792         (netrc-port-equal): New function.
16793         (netrc-machine): Use it.
16794
16795         * nnimap.el (nnimap-open-connection): Use netrc.
16796
16797         * gnus-util.el (gnus-netrc-get): Remove aliases.
16798
16799         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16800
16801         * assistant.el (wid-edit): Fix compilation.
16802
16803         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16804
16805 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
16806
16807         * gnus-util.el (gnus-set-file-modes): New function.  (small
16808         patch).
16809
16810 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16811
16812         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16813
16814         * assistant.el (assistant-render-node): Fix up rendering and
16815         read-only text.
16816         (assistant-render-node): Reset.
16817         (assistant-make-read-only): Not sticky.
16818
16819 2004-05-20  Danny Siu  <dsiu@adobe.com>
16820
16821         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16822         centered even when gnus-auto-center-summary is t.
16823
16824 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16825
16826         * dns.el (dns-get-txt-answer): New function.
16827         (dns-read-txt): Ditto.
16828         (query-dns): Use it.
16829
16830 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16831
16832         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16833         active for foreign groups even if the group level is higher than
16834         the specified value.
16835
16836 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16837
16838         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16839         non-active groups.
16840
16841         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16842
16843 2004-05-20  Magnus Henoch  <mange@freemail.hu>
16844
16845         * dns.el (dns-read-type): Add support for SVR.  (small patch)
16846
16847 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
16848
16849         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16850         (spam-crm114-header, spam-crm114-spam-switch)
16851         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16852         (spam-crm114-positive-spam-header)
16853         (spam-crm114-database-directory, spam-list-of-processors)
16854         (spam-group-spam-processor-crm114-p)
16855         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16856         (spam-generic-score, spam-list-of-checks)
16857         (spam-list-of-statistical-checks, spam-registration-functions)
16858         (spam-check-crm114-headers, spam-crm114-score)
16859         (spam-check-crm114, spam-crm114-register-with-crm114)
16860         (spam-crm114-register-spam-routine)
16861         (spam-crm114-unregister-spam-routine)
16862         (spam-crm114-register-ham-routine)
16863         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
16864         asjo@koldfront.dk (Adam Sjøgren).
16865
16866         * gnus.el: Add spam-use-crm114.
16867
16868         * spam.el (spam-list-of-processors, spam-registration-functions):
16869         Add spam-use-resend.
16870         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16871         (spam-report-articles-gmane): Add doc fix.
16872         (spam-report-articles-resend, spam-report-resend-register-routine):
16873         Add wrappers around spam-report-resend-to.
16874
16875         * spam-report.el (spam-report-resend-to, spam-report-resend):
16876         Add support for resending spam.
16877         (spam-report-gmane): Fix line length >80.
16878
16879         * gnus.el (spam-process): Add spam-use-resend.
16880
16881 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16882
16883         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16884         number of processed spam messages.
16885         (spam-ham-copy-or-move-routine): Return the number of processed
16886         ham messages.
16887         (spam-summary-prepare-exit): Use the above values to decide
16888         whether status messages shouled be displayed.
16889
16890 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16891
16892         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
16893         `rfc2047-encoding-function-alist' in order to avoid conflicting
16894         with the old version.
16895         (rfc2047-encode-region): Concatenate words containing non-ASCII
16896         characters in structured fields; don't encode space-delimited
16897         ASCII words even in unstructured fields; don't break words at
16898         char-category boundaries.
16899         (rfc2047-encode-1): New function.
16900         (rfc2047-encode): Use it; encode text so that it occupies the
16901         maximum width within 76-column; work correctly on Q encoding for
16902         iso-2022-* charsets.
16903         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16904         sure not to break a line just after the header name.
16905         (rfc2047-b-encode-region): Removed.
16906         (rfc2047-b-encode-string): New function.
16907         (rfc2047-q-encode-region): Removed.
16908         (rfc2047-q-encode-string): New function.
16909
16910         * mm-util.el (mm-replace-in-string): New function.
16911
16912 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16913
16914         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
16915         get it right.
16916         (gnus-inews-make-draft): Really.
16917
16918 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
16919
16920         * nnmh.el (nnmh-request-list-1): Don't check the link count
16921         before descending.  (small patch)
16922
16923 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16924
16925         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16926         stuff.
16927
16928         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
16929         on real group name.
16930
16931         * gnus-art.el (gnus-signature-limit): Doc fix.
16932
16933         * gnus-msg.el (gnus-inews-make-draft): Quote list.
16934
16935         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
16936
16937 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
16938
16939         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
16940         isn't a string.
16941
16942 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16943
16944         * gnus-draft.el (gnus-draft-send): Bind
16945         rfc2047-encode-encoded-words.
16946
16947         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16948         (rfc2047-encodable-p): Say that =? needs encoding.
16949         (rfc2047-encode-encoded-words): New variable.
16950
16951         * gnus-group.el (gnus-group-select-group): Doc fix.
16952
16953         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
16954
16955         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
16956         to nil.
16957
16958         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
16959
16960         * nnheader.el (nnheader-get-lines-and-char): New function.
16961
16962 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
16963
16964         * gnus-msg.el (gnus-summary-followup-with-original): Document
16965         yanking of region when active.
16966
16967 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16968
16969         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
16970         groups if the group level is higher than the specified value.
16971
16972 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16973
16974         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
16975         (gnus-group-jump-to-group): Added prefix argument using
16976         `gnus-group-jump-to-group-prompt'.  Query before jumping to
16977         non-active group.
16978
16979         * compface.el (uncompface): Be verbose when changing
16980         `uncompface-use-external'.
16981
16982         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
16983         handle manual section.
16984
16985 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16986
16987         * gnus-art.el (gnus-button-alist): Revert previous change.
16988
16989 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16990
16991         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
16992
16993 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16994
16995         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
16996         whether backend can accept message.
16997
16998         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
16999
17000 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17001
17002         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17003         Avoid creating directory when nntp-marks-is-evil is true.
17004         Reported by Reiner Steib.
17005
17006 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17007
17008         * gnus-picon.el (gnus-picon-style): New variable.
17009         (gnus-picon-insert-glyph): Added optional `nostring' argument.
17010         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
17011         Jesper Harder <harder@ifa.au.dk>.
17012
17013 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17014
17015         * message.el (message-fill-field): Return point.
17016         (message-generate-headers): Go to end of field.
17017
17018         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17019         stuff for non-living groups.
17020
17021 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17022
17023         * gnus-art.el (gnus-article-followup-with-original)
17024         (gnus-article-reply-with-original): gnus-mark-active-p ->
17025         gnus-region-active-p.
17026
17027 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17028
17029         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17030         only when there is spam or ham to be processed.
17031
17032 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17033
17034         * mail-source.el (mail-source-delete-crash-box): Refactor.
17035         (mail-source-fetch): Use it.
17036         (mail-source-fetch-file): Ditto.
17037         (mail-source-fetch-directory): Run postscript in loop.
17038         (mail-source-fetch-pop): Delete.
17039         (mail-source-fetch-maildir): Ditto.
17040         (mail-source-fetch-imap): Ditto.
17041
17042         * imap.el (imap-authenticators): Comment out sasl.
17043
17044         * message.el (message-skip-to-next-address): New function.
17045         (message-fill-header-address): Refactor.
17046         (message-fill-address): Use it.
17047         (message-delete-address): Use it.
17048         (message-fill-header-general): Refactor.
17049         (message-fill-field-address): Rename.
17050         (message-narrow-to-field): Find the start of the header.
17051         (message-header-format-alist): Don't pre-fill.
17052         (message-fill-header): Removed.
17053         (message-insert-header): New function.
17054         (message-shorten-references): Use it.
17055
17056         * rfc2047.el (rfc2047-field-value): Strip props.
17057
17058         * mail-parse.el (mail-header-make-address): New alias.
17059
17060         * ietf-drums.el (ietf-drums-make-address): New function.
17061
17062         * imap.el: Add compiler directives.
17063
17064         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17065
17066         * gnus-art.el (article-decode-idna-rhs): Don't use
17067         message-idna-inside-rhs-p.
17068
17069 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17070
17071         * message.el (message-idna-inside-rhs-p): Removed.
17072         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17073
17074         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
17075         false positives.
17076
17077 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17078
17079         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17080
17081 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17082
17083         * nneething.el (nneething-file-name): Don't create spurious
17084         files.
17085
17086         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17087         (gnus-inews-do-gcc): Remove sleep.
17088
17089         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17090         part under point.
17091
17092         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17093         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17094
17095 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17096
17097         * spam.el (spam-summary-prepare-exit): Fixed (length).
17098
17099 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17100
17101         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17102         as expired without moving it" message when there are spam
17103         messages left.
17104
17105 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17106
17107         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17108         header is not nil.
17109
17110 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17111
17112         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
17113         nntp-possibly-create-directory, not nntp-possibly-change-group.
17114         (nntp-marks-changed-p): New arg SERVER.
17115         (nntp-request-update-info): Adjust caller.
17116
17117 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17118
17119         * nntp.el (nntp-save-marks): Pass missing arg.
17120
17121 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17122
17123         * nntp.el: Support marks.
17124         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17125         (nntp-marks-modtime, nntp-marks-directory): New variables.
17126         (nntp-request-set-mark, nntp-request-update-info)
17127         (nntp-possibly-create-directory, nntp-marks-changed-p)
17128         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
17129         functions.
17130
17131 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17132
17133         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17134         (gnus-xmas-redefine): Rename.
17135
17136         * gnus-score.el (gnus-score-insert-help): Use
17137         gnus-select-lowest-window.
17138
17139         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17140         appt-select-lowest-window and rename to gnus-select-lowest-window.
17141
17142         * gnus.el: do.
17143
17144 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17145
17146         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17147         encodings of MIME-encoded words, in order to improve
17148         interoperability with several broken MUAs.
17149
17150 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17151
17152         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17153         tags, only when charsets are not specified in headers.
17154         (mm-inline-text-html-render-with-w3m): Ditto.
17155
17156         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17157         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17158
17159 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17160
17161         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17162         instead of MIME-decoded from fields when checking
17163         `gnus-article-address-banner-alist'.
17164
17165 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17166
17167         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17168         description rather than subject.
17169
17170 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17171
17172         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17173
17174 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17175
17176         * gnus.el (gnus-version-number): Bump.
17177
17178 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17179
17180         * gnus.el: No Gnus v0.2 is released.
17181
17182 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17183
17184         * gnus-agent.el (gnus-agent-read-agentview): Inline
17185         gnus-uncompress-range.
17186
17187 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17188
17189         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17190         `exec-installed-p'.
17191
17192 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17193
17194         * gnus.el (spam-process, spam-autodetect-methods): Add
17195         bsfilter and bsfilter-headers.
17196
17197         * spam.el (spam-bsfilter): New customize group.
17198         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17199         (spam-bsfilter-header, spam-bsfilter-probability-header)
17200         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17201         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17202         (spam-bsfilter-database-directory): New options.
17203         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17204         (spam-list-of-statistical-checks, spam-registration-functions):
17205         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17206         (spam-bsfilter-score): New command.
17207         (spam-check-bsfilter-headers, spam-check-bsfilter)
17208         (spam-bsfilter-register-with-bsfilter)
17209         (spam-bsfilter-register-spam-routine)
17210         (spam-bsfilter-unregister-spam-routine)
17211         (spam-bsfilter-register-ham-routine)
17212         (spam-bsfilter-unregister-ham-routine): New functions.
17213         (spam-generic-score): Support bsfilter; Accept an optional argument
17214         to recalcurate spam score even if scoring header has already been
17215         added.
17216         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17217         optional argument to recalcurate spam score even if scoring header
17218         has already been added.
17219
17220 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17221
17222         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17223         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17224         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17225         link is missing.
17226
17227 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17228
17229         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17230         (html2text-get-attr): Rewrite.
17231
17232         * message.el (message-setup-1): Remove redundant put-text-property
17233         on mail-header-separator.
17234
17235 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17236
17237         * gnus-registry.el (gnus-registry-cache-whitespace)
17238         (gnus-registry-action, gnus-registry-spool-action)
17239         (gnus-registry-split-fancy-with-parent): Change message levels
17240         from 5 to 3 or 7, as needed.
17241
17242         * spam.el (spam-summary-prepare-exit)
17243         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17244         (spam-split, spam-find-spam, spam-log-undo-registration)
17245         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
17246         level from 5 to 6.
17247
17248 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17249
17250         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17251         2004-03-04 change).
17252
17253 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17254
17255         * sieve-manage.el (sieve-manage-open):
17256         * nnweb.el (nnweb-insert-html):
17257         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17258         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17259         * nnspool.el (nnspool-request-group):
17260         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17261         * nnml.el (nnml-request-update-info):
17262         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17263         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17264         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17265         (nnimap-request-set-mark):
17266         * nnfolder.el (nnfolder-request-update-info):
17267         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17268         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17269         * gnus-uu.el (gnus-uu-find-articles-matching):
17270         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17271         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17272         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17273         * gnus-nocem.el (gnus-nocem-scan-groups):
17274         * gnus-int.el (gnus-start-news-server):
17275         * gnus-group.el (gnus-group-make-kiboze-group)
17276         (gnus-group-browse-foreign-server):
17277         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17278         Use mapc when appropriate.
17279
17280 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17281
17282         FIXME: Make separate entries for each person.
17283
17284         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17285         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17286         <shields@msrl.com>:
17287
17288         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17289         may need for spam sorting and scoring.
17290         (spam-user-format-function-S): Add user format function suitable for
17291         general use.
17292         (spam-article-sort-by-spam-status): Add sorting function for summary
17293         sorting.
17294         (spam-extra-header-to-number): Add function to get a score from a
17295         header.
17296         (spam-summary-score): Add function to get a numeric score from the
17297         headers.
17298         (spam-generic-score): Fix function doc, was in wrong place.
17299         (spam-initialize): Take symbols when it's run, and install the
17300         extra headers that spam-necessary-extra-headers thinks we need.
17301
17302 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17303
17304         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17305         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17306
17307 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17308
17309         * gnus-sum.el (gnus-set-global-variables)
17310         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17311         (gnus-article-get-xrefs, gnus-summary-best-group)
17312         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17313         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17314         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17315         Use with-current-buffer.
17316
17317 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17318
17319         * spam.el (spam-summary-prepare-exit): Simplify logic.
17320         (spam-fetch-article-header): Read the article header if it's not
17321         available.
17322         (spam-list-articles): Simplify logic.
17323         (spam-filelist-register-routine): Fix bug with unregister-list.
17324
17325         * gnus-registry.el: Fix comments at beginning.
17326
17327 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17328
17329         * message.el (message-cater-to-broken-inn): Remove.
17330         (message-shorten-references): Make sure the total folded length of
17331         References is shorter than 998 characters to cater to a bug in INN
17332         2.3.  Also, don't pretend that references aren't folded -- this
17333         hasn't worked for a while.
17334
17335 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17336
17337         * gnus-agent.el (gnus-agentize):
17338         gnus-agent-send-mail-real-function no longer set to current value
17339         of message-send-mail-function but rather a lambda that calls
17340         message-send-mail-function.  The change makes the agent real-time
17341         responsive to user changes to message-send-mail-function.
17342
17343 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17344
17345         * legacy-gnus-agent.el
17346         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
17347         help from Florian Weimer <fw@deneb.enyo.de>
17348
17349 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17350
17351         * nnmail.el (nnmail-cache-insert): Revert last change.
17352
17353 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17354
17355         * nnmail.el (nnmail-cache-insert): Always check whether
17356         nnmail-cache-ignore-groups matches a group name.
17357
17358 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17359
17360         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17361         (spam-find-spam, spam-log-processing-to-registry)
17362         (spam-log-registered-p, spam-log-unregistration-needed-p)
17363         (spam-log-undo-registration): Use gnus-message instead of
17364         gnus-error, none of these errors are fatal.
17365
17366         * gnus-registry.el (gnus-registry-clean-empty-function)
17367         (gnus-registry-clean-empty): Remove only empty entries without
17368         extra data.
17369
17370 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17371
17372         * spam-stat.el (spam-stat-buffer-change-to-spam)
17373         (spam-stat-buffer-change-to-non-spam): Change (error) to
17374         (gnus-message 8) invocation.
17375
17376 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17377
17378         * nntp.el (nntp-via-netcat-command): New variable.
17379         (nntp-via-netcat-switches): New variable.
17380         (nntp-open-via-rlogin-and-netcat): New function.
17381         (nntp-open-connection-function): Doc fix.
17382         (nntp-telnet-command): Doc fix.
17383         (nntp-end-of-line): Doc fix.
17384         (nntp-via-rlogin-command): Doc fix.
17385         (nntp-via-user-name): Doc fix.
17386         (nntp-via-address): Doc fix.
17387
17388 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17389
17390         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17391         error in Emacs 21.1.
17392
17393 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17394
17395         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17396
17397 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17398
17399         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17400         (gnus-agent-with-refreshed-group): New macro.
17401         (gnus-agent-rename-group): New function.
17402         (gnus-agent-delete-group): New function.
17403         (gnus-agent-save-group-info): Use gnus-command-method when
17404         `method' parameter is nil.  Don't write nil entries into the
17405         active file.
17406         (gnus-agent-get-group-info): New function.
17407         (gnus-agent-fetch-articles): Use
17408         gnus-agent-update-files-total-fetched-for to increment disk space
17409         used.
17410         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
17411         gnus-agent-update-view-total-fetched-for to increment disk space
17412         used.
17413         (gnus-agent-get-local): Added optional parameters to avoid calling
17414         gnus-group-real-name and gnus-find-method-for-group.
17415         (gnus-agent-set-local): Delete stored entry if either min, or max,
17416         are nil.
17417         (gnus-agent-fetch-session): Reworded error/quit messages.  On
17418         quit, use gnus-agent-regenerate-group to record existance of any
17419         articles fetched to disk before the quit occurred.
17420         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17421         gnus-agent-update-view-total-fetched-for, and
17422         gnus-agent-update-files-total-fetched-for to decrement disk space
17423         used.
17424         (gnus-agent-retrieve-headers): Use
17425         gnus-agent-update-view-total-fetched-for to increment disk space
17426         used.
17427         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17428         with gnus-agent-update-files-total-fetched-for to decrement disk
17429         space and fresh group buffer.
17430         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17431         (gnus-agent-need-update-total-fetched-for): New variable.
17432         (gnus-agent-update-files-total-fetched-for): New function.
17433         (gnus-agent-update-view-total-fetched-for): New function.
17434         (gnus-agent-total-fetched-for): New function.
17435
17436         * gnus-cache.el (gnus-cache-save-buffers): Use
17437         gnus-cache-update-overview-total-fetched-for to change disk space
17438         used by this group.
17439         (gnus-cache-possibly-enter-article): Use
17440         gnus-cache-update-file-total-fetched-for to increment disk space
17441         used by this group.
17442         (gnus-cache-possibly-remove-article): Use
17443         gnus-cache-update-file-total-fetched-for to decrement disk space
17444         used by this group.
17445         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17446         (gnus-cache-rename-group): New function.
17447         (gnus-cache-delete-group): New function.
17448         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17449         (gnus-cache-need-update-total-fetched-for): New variable.
17450         (gnus-cache-with-refreshed-group): New macro.
17451         (gnus-cache-update-file-total-fetched-for): New function.
17452         (gnus-cache-update-overview-total-fetched-for): New function.
17453         (gnus-cache-rename-group-total-fetched-for): New function.
17454         (gnus-cache-delete-group-total-fetched-for): New function.
17455         (gnus-cache-total-fetched-for): New function.
17456
17457         * gnus-group.el: Require gnus-sum and autoload functions to
17458         resolve warnings when gnus-group.el compiled alone.
17459         (gnus-group-line-format): Documented new %F.
17460         (size of Fetched data) group line format; identifies disk space
17461         used by agent and cache.
17462         (gnus-group-line-format-alist): Defined new F format.
17463         (gnus-total-fetched-for): New function.
17464         (gnus-group-delete-group): No longer update
17465         gnus-cache-active-altered as gnus-request-delete-group now keeps
17466         the cache in sync.
17467         (gnus-group-list-active): Let the agent store a server's active
17468         list if currently plugged.
17469
17470         * gnus-int.el (gnus-request-delete-group):
17471         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17472         local disk in sync with the server.
17473         (gnus-request-rename-group):
17474         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17475         local disk in sync with the server.
17476
17477         * gnus-start.el (gnus-get-unread-articles):
17478         Cosmetic simplification to logic.
17479
17480         * gnus-util.el (gnus-rename-file): New function.
17481
17482 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17483
17484         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17485
17486 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17487
17488         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17489         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17490
17491 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17492
17493         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17494         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17495
17496 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17497
17498         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17499
17500 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17501
17502         * spam.el (spam-set-difference): Add function to replace
17503         gnus-set-difference in spam.el.
17504         (spam-summary-prepare-exit): Use spam-set-difference.
17505
17506 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17507
17508         * gnus-registry.el (gnus-registry-cache-file): Update to use
17509         gnus-dribble-directory OR gnus-home-directory OR ~.
17510         (gnus-registry-split-fancy-with-parent): Fix doc.
17511
17512 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17513
17514         * message.el (message-exchange-point-and-mark): Use
17515         message-mark-active-p.  Suggested by Jesper Harder
17516         <harder@ifa.au.dk>.
17517
17518 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17519
17520         * message.el (message-exchange-point-and-mark): Don't activate
17521         region if it was inactive.  Suggested by Hiroshi Fujishima
17522         <pooh@nature.tsukuba.ac.jp>.
17523
17524 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17525
17526         * gnus-art.el (article-display-face): Display Faces in the same
17527         order as X-Faces.
17528
17529 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17530
17531         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17532
17533 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17534
17535         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17536         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17537         (gnus-article-mime-hierarchy): Remove.
17538         (gnus-article-mime-hierarchy-next): Remove.
17539         (gnus-article-mode): Revert 2004-03-19 change.
17540         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17541         (gnus-insert-mime-button): Revert 2004-03-19 change.
17542         (gnus-mime-accumulate-hierarchy): Remove.
17543         (gnus-mime-enter-multipart): Remove.
17544         (gnus-mime-leave-multipart): Remove.
17545         (gnus-mime-display-part): Revert 2004-03-19 change.
17546         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17547
17548         * mml.el (mml-preview): Revert 2004-03-19 change.
17549
17550 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17551
17552         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17553
17554 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17555
17556         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17557         t while entering a file name using the mm-with-multibyte macro.
17558         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17559
17560         * mm-util.el (mm-with-multibyte): New macro.
17561
17562 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17563
17564         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
17565         user option.
17566         (gnus-mime-multipart-functions): Doc and customization fix.
17567         (gnus-article-mime-hierarchy): New variable.
17568         (gnus-article-mime-hierarchy-next): New variable.
17569         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17570         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17571         gnus-article-mime-hierarchy-next to nil.
17572         (gnus-insert-mime-button): Show hierarchy numbers.
17573         (gnus-mime-accumulate-hierarchy): New function.
17574         (gnus-mime-enter-multipart): New function.
17575         (gnus-mime-leave-multipart): New function.
17576         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17577         (gnus-mime-display-alternative): Show hierarchy numbers.
17578
17579         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17580         gnus-article-mime-hierarchy-next to nil.
17581
17582 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17583
17584         * dns.el: Don't require gnus-xmas.
17585
17586 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17587
17588         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17589         inline PGP.
17590         (mml-menu): Disable mml-quote-region if mark is inactive.
17591
17592 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17593
17594         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17595         when the group's active is not available.
17596
17597 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17598
17599         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17600         error.
17601
17602 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
17603
17604         * imap.el (imap-store-password): New variable.
17605         (imap-interactive-login): Use it.
17606         Suggested by Mark Plaksin <happy@mcplaksin.org>.
17607
17608 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17609
17610         * gnus-art.el (gnus-article-read-summary-keys): Restore new
17611         window-start and hscroll to summary window.
17612
17613 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17614
17615         * gnus-start.el (gnus-convert-old-newsrc): Only write the
17616         conversion message to newsrc-dribble when an actual conversion is
17617         performed.
17618
17619 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
17620
17621         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17622
17623 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17624
17625         * mm-decode.el (mm-complicated-handles): New function reviving
17626         former definition of mm-multiple-handles.
17627
17628         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17629         (gnus-mime-delete-part): Use it.
17630
17631 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17632
17633         * gnus-agent.el (gnus-agent-read-local): Bind
17634         nnheader-file-coding-system to gnus-agent-file-coding-system to
17635         avoid the implicit assumption that they will always be equal.
17636         (gnus-agent-save-local): Bind buffer-file-coding-system, not
17637         coding-system-for-write, as the with-temp-file macro first prints
17638         to a buffer then saves the buffer.
17639
17640 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17641
17642         * gnus-art.el (gnus-article-edit-part): New function.
17643         (gnus-mime-save-part-and-strip): Use it; do query instead of
17644         signaling an error; don't use mm-multiple-handles.
17645         (gnus-mime-delete-part): Ditto.
17646
17647 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17648
17649         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
17650         old file versions.
17651         (gnus-group-prepare-hook): Removed function that converted list
17652         form of gnus-agent-expire-days to group properties.
17653
17654         * gnus-int.el: Autoload gnus-agent-regenerate-group.
17655         (gnus-request-accept-article): Re-indented.
17656
17657         * gnus-start.el (gnus-convert-old-newsrc): Registered new
17658         converters to handle old agent file formats.  Added logic for a
17659         "backup before upgrading warning".
17660         (gnus-convert-mark-converter-prompt): Developers can mark
17661         functions as needing (default), or not needing,
17662         gnus-convert-old-newsrc's "backup before upgrading warning".
17663         (gnus-convert-converter-needs-prompt): Tests whether the user
17664         should be protected from potentially irreversable changes by the
17665         function.
17666
17667         * legacy-gnus-agent.el: New.  Provides converters that are only
17668         loaded when gnus-convert-old-newsrc needs to call them.
17669
17670 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17671
17672         * mail-source.el (mail-source-touch-pop): Doc fix.
17673
17674         * message.el (message-smtpmail-send-it): Doc fix.
17675
17676 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
17677
17678         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17679
17680         * nnmail.el (nnmail-split-fancy): do.
17681
17682         * gnus-kill.el (gnus-kill, gnus-execute): do.
17683
17684 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17685
17686         * gnus-sum.el (gnus-widget-reversible-match)
17687         (gnus-widget-reversible-to-internal)
17688         (gnus-widget-reversible-to-external): New functions.
17689         (gnus-widget-reversible): New widget.
17690         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17691
17692 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
17693
17694         * gnus-sum.el (gnus-thread-sort-functions)
17695         (gnus-article-sort-functions): Document `(not F)' items.
17696
17697 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
17698
17699         * spam.el (spam-use-gmane-xref): Add new backend.
17700         (spam-gmane-xref-spam-group): Add variable to control the name of the
17701         Gmane spam group.
17702         (spam-blackhole-servers, spam-blackhole-good-server-regex)
17703         (spam-regex-headers-spam, spam-regex-headers-ham)
17704         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17705         (spam-list-of-checks): Add spam-use-gmane-xref to list of
17706         backends and checks.
17707         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17708
17709         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17710         an autodetect method.
17711
17712 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17713
17714         * gnus-int.el (gnus-request-accept-article): Inform the agent that
17715         articles are being added to a group.
17716         (gnus-request-replace-article): Inform the agent that articles
17717         need to be uncached as the cached contents are no longer valid.
17718
17719 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17720
17721         * binhex.el: Don't autoload executable-find.
17722
17723         * canlock.el: Don't autoload mail-fetch-field.
17724
17725         * dgnushack.el: Autoload c-mode for XEmacs.
17726
17727         * gnus-ems.el: Don't autoload appt-select-lowest-window.
17728
17729         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17730         rmail-dont-reply-to and rmail-output.
17731
17732         * gnus-score.el: Don't autoload ffap-string-at-point.
17733
17734         * gnus-setup.el: Don't autoload sc-cite-original.
17735
17736         * imap.el: Don't autoload base64-decode-string,
17737         base64-encode-string and md5.
17738
17739         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17740         and rmail-msg-restore-non-pruned-header.
17741
17742         * mm-decode.el: Don't autoload executable-find.
17743
17744         * mm-url.el: Don't autoload executable-find.
17745
17746         * mm-view.el: Don't autoload diff-mode.
17747
17748         * nndb.el: Don't autoload news-reply-mode, news-setup,
17749         cancel-timer and telnet.
17750
17751         * password.el: Don't autoload run-at-time for Emacs.
17752
17753         * sha1-el.el: Don't autoload executable-find.
17754
17755         * sieve-mode.el: Don't autoload c-mode.
17756
17757         * uudecode.el: Don't autoload executable-find.
17758
17759 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17760
17761         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
17762         (gnus-agent-possibly-alter-active): Avoid null in numeric
17763         comparison.
17764         (gnus-agent-set-local): Refuse to save null in local object table.
17765         (gnus-agent-regenerate-group): The REREAD parameter can now be a
17766         list of articles that will be marked as unread.
17767
17768 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17769
17770         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17771
17772 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
17773
17774         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17775         language tags.
17776
17777 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
17778
17779         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17780         Don't bind "obarray".
17781
17782         * gnus-sum.el (gnus-thread-sort-functions): Added
17783         `gnus-thread-sort-by-most-recent-number' and
17784         `gnus-thread-sort-by-most-recent-date'.
17785         Reported by Kai Grossjohann <kai@emptydomain.de>.
17786
17787 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17788
17789         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17790
17791 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17792
17793         * gnus-cus.el (gnus-agent-customize-category): Removed
17794         ignore-errors macro reference that required cl to be loaded at
17795         run-time.
17796
17797         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17798         single-interval range of the form (min . max).  Previously the
17799         range had to look like ((min . max)).  Likewise, return
17800         (min . max) rather than ((min . max)).
17801         (gnus-range-map): Use gnus-range-normalize to accept
17802         single-interval range.
17803
17804         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17805         the cache, but not the agent, now appear with their usual face.
17806
17807         * dgnushack.el (loaddir): New variable that is bound to the
17808         directory containing the dgnushack.el file. Use loaddir, rather
17809         than srcdir, to update load-path. Change lets dgnushack compile
17810         code in directories other than GNUS/lisp.
17811
17812 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17813
17814         * lpath.el: Don't bind w3m-safe-url-regexp.
17815
17816         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17817         w3m-safe-url-regexp variable buffer-local.
17818
17819         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17820
17821 2004-02-27  Simon Josefsson  <jas@extundo.com>
17822
17823         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17824         gnus-group-real-prefix.
17825         (gnus-summary-move-article): Use it, instead of
17826         gnus-group-real-prefix.
17827
17828 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17829
17830         * lpath.el: Bind w3m-safe-url-regexp.
17831
17832         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17833         w3m-safe-url-regexp variable buffer-local and set it as the value
17834         of mm-w3m-safe-url-regexp.
17835
17836         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17837
17838         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17839         parsing gnus-posting-styles when the message is not for replying.
17840
17841         * dgnushack.el: Autoload sgml-mode for XEmacs.
17842
17843         * nnrss.el (nnrss-opml-export): Use
17844         mm-set-buffer-file-coding-system instead of
17845         set-buffer-file-coding-system.
17846
17847 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
17848
17849         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17850         of checkdoc.el).
17851         * nnrss.el: do.
17852         * gnus-mlspl.el: do.
17853         * gnus-ml.el: do.
17854         * gnus-srvr.el: do.
17855
17856         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17857
17858 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
17859
17860         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17861         Corrections to custom-manual links.
17862
17863         * gnus-art.el (gnus-article): Ditto.
17864
17865         * mm-decode.el (mime-display, mime-security): Ditto.
17866
17867 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17868
17869         * flow-fill.el: Typo.
17870
17871 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
17872
17873         * spam-wash.el: New file.
17874
17875 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
17876
17877         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
17878
17879 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
17880
17881         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17882         to be run with new-articles as LIST1, not LIST2.
17883         (spam-registration-functions): Add spam-use-ham-copy as a nil
17884         registration backend.
17885
17886 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17887
17888         * spam-stat.el (spam-stat-washing-hook): New option.
17889         (spam-stat-buffer-words): Use it.
17890         (spam-stat-process-directory, spam-stat-test-directory): Use
17891         insert-file-contents-literally.
17892         (spam-stat-coding-system): New variable.
17893         (spam-stat-load, spam-stat-save): Use it.
17894
17895 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17896
17897         * spam-report.el (spam-report-plug-agent): Quote
17898         spam-report-url-to-file and spam-report-url-ping-plain.
17899
17900 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
17901
17902         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
17903         / in mailto URLs.
17904
17905 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17906
17907         * spam-report.el (spam-report-process-queue): Fix interactive use.
17908         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17909         (spam-report-unplug-agent): Doc fixes.
17910         (spam-report-url-ping-mm-url, spam-report-url-to-file)
17911         (spam-report-agentize, spam-report-deagentize): Autoload.
17912
17913 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17914
17915         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
17916
17917         * message.el (message-setup-fill-variables): Add mml tags to
17918         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
17919         <ajk@iu.edu>.
17920         (message-mode): Don't modify paragraph-separate there.
17921
17922 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17923
17924         * compface.el (uncompface-use-external): Default to undecided.
17925         (uncompface-use-external-threshold): New variable.
17926         (uncompface-float-time): New macro.
17927         (uncompface): Determine whether to use the external decoder if
17928         uncompface-use-external is undecided.
17929
17930 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17931
17932         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17933         after images.
17934
17935         * gnus-art.el (gnus-mime-display-single): Remove dead code.
17936
17937 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
17938
17939         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17940
17941         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17942
17943         * gnus-sum.el (gnus-summary-limit-to-age)
17944         (gnus-summary-limit-children): do.
17945
17946         * gnus-int.el (gnus-request-scan): do.
17947
17948         * gnus-group.el (gnus-group-suspend): do.
17949
17950         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
17951
17952         * gnus-cite.el (gnus-cite-parse-attributions): do.
17953
17954         * gnus-agent.el (gnus-summary-set-agent-mark)
17955         (gnus-agent-regenerate-group): do.
17956
17957         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
17958
17959         * binhex.el (binhex-decode-region-internal): do.
17960
17961 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17962
17963         * gnus-fun.el (gnus-face-properties-alist): New user option.
17964         (gnus-display-x-face-in-from): Use it.
17965
17966         * gnus-art.el (article-display-face): Ditto.
17967
17968         * compface.el (uncompface-use-external): Default to nil.
17969
17970 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
17971
17972         * nntp.el (nntp-erase-buffer): New function.
17973         (nntp-retrieve-data, nntp-send-command)
17974         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
17975         (nntp-possibly-change-group): Use it.
17976
17977         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
17978         with-current-buffer.
17979
17980 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
17981
17982         * compface.el: Merge the ELisp-based uncompface program.
17983         (compface): New customization group.
17984         (uncompface-use-external): New user option.
17985         (uncompface): Call uncompface-internal if uncompface-use-external
17986         is nil.
17987         (uncompface-internal): New function.  Note that there are also
17988         some other functions and variables added for this function.
17989
17990 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
17991
17992         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
17993         if necessary.
17994
17995 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
17996
17997         * spam-report.el (spam-report-unplug-agent)
17998         (spam-report-plug-agent, spam-report-deagentize)
17999         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18000         Add support for the Agent in spam-report: when unplugged, report to a
18001         file; when plugged, submit all the requests.
18002
18003         * spam.el (spam-register-routine): Fix message about
18004         registration.
18005
18006 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18007
18008         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18009         dependencies.
18010         (rfc2047-encode): Use it.
18011
18012         * gnus-art.el (gnus-button-marker-list): Move before first
18013         reference.
18014
18015         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18016         (imap-parse-body): Fix format string mismatch.
18017
18018         * gnus-score.el (gnus-summary-increase-score): do.
18019
18020         * nnrss.el (nnrss-close): New function.
18021
18022 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18023
18024         * nnrss.el (nnrss-make-filename): New function.
18025         (nnrss-request-delete-group, nnrss-read-server-data)
18026         (nnrss-save-server-data, nnrss-read-group-data)
18027         (nnrss-save-group-data): Use it.
18028         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18029         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18030         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18031
18032 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18033
18034         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18035
18036 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18037
18038         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18039         files.
18040
18041         * message.el (message-generate-headers-first): Don't quote nil
18042         and t in docstrings.
18043
18044         * imap.el (imap-id): do.
18045
18046         * gnus-agent.el (gnus-agent-consider-all-articles)
18047         (gnus-agent-queue-mail): do.
18048
18049 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18050
18051         * spam-report.el (spam-report-process-queue): New function.
18052         Process requests from `spam-report-requests-file'.
18053         (spam-report-process-queue): Doc fix.
18054
18055 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18056
18057         * spam.el (spam-register-routine)
18058         (spam-log-processing-to-registry, spam-log-registered-p)
18059         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18060         Change "check" to "spam-check" for semi-clarity.
18061
18062 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18063
18064         * pop3.el: Require nnheader.
18065
18066         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18067
18068         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18069
18070         * gnus-picon.el: Require cl.
18071
18072         * gnus-fun.el: Require gnus-ems and gnus-util.
18073
18074         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18075
18076         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18077
18078         * gnus-art.el (gnus-article-edit-mode): Define before first
18079         reference.
18080
18081 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18082
18083         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18084         (gnus-uu-post-encoded): Use point-at-bol.
18085
18086         * gnus-topic.el (gnus-group-active-topic-p): do.
18087
18088         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18089
18090         * gnus-group.el (gnus-group-kill-region): do.
18091
18092         * gnus-art.el (article-date-ut): do.
18093
18094         * message.el (message-fetch-field): Remove redundant
18095         case-fold-search binding.
18096         (message-narrow-to-field): Simplify.
18097
18098 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18099
18100         * spam.el (spam-directory): Derive from `gnus-directory'.
18101
18102         * spam-report.el (spam-report-url-to-file)
18103         (spam-report-requests-file): New function and variable for offline
18104         reporting.
18105         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18106         and user defined function.
18107         (spam-report-url-ping-mm-url): Remove doubled slash.
18108
18109 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18110
18111         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18112
18113 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18114
18115         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
18116         format string mismatch.
18117
18118         * sieve.el (sieve-deactivate-all): do.
18119
18120         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18121
18122         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18123
18124         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18125
18126         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18127
18128 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18129
18130         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18131         the list of checks.
18132
18133 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18134
18135         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18136         padding.
18137
18138 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18139
18140         * mm-view.el (mm-fill-flowed): New variable.
18141         (mm-inline-text): Use it.
18142
18143 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18144
18145         * spam.el (spam-spamassassin-register-ham-routine)
18146         (spam-spamassassin-register-spam-routine): Fix function names.
18147
18148 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18149
18150         * gnus.el (gnus-tmp-grouplens): Remove.
18151         (gnus-summary-line-format): Remove grouplens.
18152
18153         * gnus-group.el (gnus-group-line-format): Ditto.
18154
18155         * gnus-spec.el (gnus-format-specs): Ditto.
18156         (gnus-update-format-specifications): Flush the group format spec
18157         cache if there's the grouplens stuff.
18158         (gnus-parse-simple-format): Replace %l with the empty string.
18159
18160 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18161
18162         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18163         omission.
18164
18165 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18166
18167         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18168         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18169
18170 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18171
18172         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18173         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18174         New macros and functions.
18175         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18176         Handle > NLINK_MAX messages.
18177         * nnmaildir.el (nnmaildir-request-set-mark): Use
18178         nnmaildir--emlink-p and nnmaildir--eexist-p.
18179
18180 2004-01-25  Alex Schroeder  <alex@gnu.org>
18181
18182         * spam-stat.el (spam-stat-process-directory-age): New option.
18183         (spam-stat-process-directory): Use it.
18184
18185 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18186
18187         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18188         (spam-stat-save): Accept prefix argument.
18189
18190 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18191
18192         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18193         links" error.
18194
18195 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18196
18197         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18198         the rest of the and/or forms.
18199
18200 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18201
18202         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18203         compatibility with old .newsrc.eld files.
18204
18205         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18206
18207         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18208
18209         * gnus-start.el (gnus-1): do.
18210
18211         * gnus-group.el (gnus-group-line-format-alist): do.
18212
18213         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18214
18215         * gnus-gl.el: Remove.
18216
18217 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18218
18219         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18220         marks consisting of a single range {for example, (3 . 5)} rather
18221         than a list of a single range { ((3 . 5)) }.
18222
18223 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18224
18225         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
18226         with-current-buffer.
18227         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18228         avoid consing a string.
18229
18230         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18231         Remove obsolete entries for big5 and gb2312.
18232
18233 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18234
18235         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18236         uncompressed list.
18237
18238 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18239
18240         * spam-stat.el (spam-stat-strip-xref): New function.
18241         (spam-stat-process-directory): Use it.
18242
18243         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18244         here -- it's done in message-fetch-field.
18245
18246 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18247
18248         * gnus-agent.el (gnus-agent-queue-mail)
18249         (gnus-agent-prompt-send-queue): New variables.
18250         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18251         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18252         "nndraft:queue" along to gnus-draft-send.  Use
18253         gnus-agent-prompt-send-queue.
18254         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18255         is "nndraft:queue".  Suggested by Gaute Strokkenes
18256         <gs234@srcf.ucam.org>
18257
18258         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
18259         (agent-enable-undownloaded-faces): Added.
18260         (gnus-agent-cat-groups): Use eval-and-compile, not
18261         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18262         method of gnus-agent-cat-groups even when the buffer has been
18263         evaled.
18264         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
18265         delete gnus-agent-save-active-1.
18266         (gnus-agent-save-groups): Deleted.  Identical to
18267         gnus-agent-save-active.
18268         (gnus-agent-write-active): No longer adjust agent's copy of active
18269         file as agent's adjustments are now stored in their own
18270         file.  Removed optional parameter.
18271         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18272         servers.  Add use of min/max range limits from server's local
18273         file.
18274         (gnus-agent-save-alist): Removed unused optional argument.
18275         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18276         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18277         (gnus-agent-set-local): A per-server file that keeps min/max range
18278         limits for articles known to the agent.  Provides a fast mechanism
18279         for altering many active ranges.
18280         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18281         active file (local makes it unnecessary).
18282         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
18283
18284         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
18285         (agent-enable-undownloaded-faces): Added.
18286
18287         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18288         disable it when sending to "nndraft:queue".
18289         (gnus-group-send-queue): Add safety check to avoid sending queue
18290         when unplugged.
18291
18292         * gnus-group.el (gnus-group-catchup): Use new
18293         gnus-sequence-of-unread-articles, not
18294         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18295         numbers of articles.  Use gnus-range-map to avoid having to
18296         uncompress the unread list.
18297         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18298         Fixed invalid ange-ftp reference.
18299
18300         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18301         (gnus-sorted-range-intersection): Intersection of two ranges
18302         without requiring that they first be uncompressed.
18303
18304         * gnus-start.el (gnus-activate-group): Unless blocked by the
18305         caller, possibly expand the active range to include both cached
18306         and agentized articles.
18307         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18308         multiple version-dependent converters.
18309         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
18310         gnus-agent-save-active.
18311         (gnus-save-newsrc-file): Save dirty agent range limits.
18312
18313         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
18314         gnus-agent-possibly-alter-active.
18315         (gnus-adjust-marked-articles): Faster handling of simple lists.
18316
18317 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18318
18319         * spam-stat.el (spam-stat-test-directory): New optional argument
18320         displays a list of files detected.  Suggested by Andrew Cohen
18321         <cohen@andy.bu.edu>.
18322         (spam-stat-buffer-words-with-scores): Don't narrow and change
18323         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18324
18325 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18326
18327         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18328         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18329         (spam-spamassassin-arguments)
18330         (spam-spamassassin-spam-flag-header)
18331         (spam-spamassassin-positive-spam-flag-header)
18332         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18333         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18334         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18335         (spam-list-of-processors, spam-list-of-checks)
18336         (spam-list-of-statistical-checks, spam-registration-functions)
18337         (spam-check-spamassassin-headers, spam-check-spamassassin)
18338         (spam-spamassassin-score)
18339         (spam-spamassassin-register-with-sa-learn)
18340         (spam-spamassassin-register-spam-routine)
18341         (spam-spamassassin-register-ham-routine)
18342         (spam-assassin-register-spam-routine)
18343         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18344         (spam-bogofilter-score): Fix to show article before scoring.
18345
18346 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18347
18348         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18349         default scoring function.
18350         (spam-generic-score): Call spam-spamassassin-score if
18351         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18352         spam-bogofilter-score otherwise.
18353
18354         * gnus.el (spam-process, spam-autodetect-methods): Add
18355         spamassassin and spamassassin-headers.
18356
18357 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18358
18359         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18360         Suppress unnecessary messages.
18361
18362 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18363
18364         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18365         make-hash-table.
18366
18367 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18368
18369         * canlock.el (base64-encode-string): Don't autoload it.
18370
18371 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18372
18373         * run-at-time.el: Remove useless (require 'itimer),
18374         eval-and-compile and (featurep 'xemacs).
18375
18376 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18377
18378         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18379         GROUP is a virtual group.
18380
18381 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18382
18383         * gnus.el: Autoload `message-y-or-n-p'.
18384
18385 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18386
18387         * pgg-parse.el: Remove unnecessary (require 'custom).
18388
18389         * pgg-def.el: do.
18390
18391         * nnmail.el: do.
18392
18393         * gnus-undo.el: do.
18394
18395         * gnus-picon.el: do.
18396
18397         * gnus-util.el: do.
18398
18399 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18400
18401         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18402
18403 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18404
18405         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18406         handle, as well as a list.
18407
18408         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18409         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18410         (mm-w3m-cid-retrieve): Simplify.
18411
18412 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18413
18414         * message.el (message-kill-to-signature): Allow prefix arg to
18415         specify number of lines to keep before signature.
18416
18417 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18418
18419         * message.el (message-kill-to-signature): Change docstring.
18420
18421 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18422
18423         * canlock.el: Always require sha1-el.
18424         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18425
18426         * message.el: Autoload sha1 only when compiling.
18427
18428         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
18429         eudc-expand-inline for XEmacs.
18430
18431 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18432
18433         * message.el (message-canlock-generate): Require sha1-el.
18434
18435 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18436
18437         * message.el (message-expand-name): Silence the byte compiler.
18438
18439         * lpath.el: Add detect-coding-system.
18440
18441         * dgnushack.el (dgnushack-compile): Remove obsolete check for
18442         cus-edit.
18443
18444 2004-01-13  Simon Josefsson  <jas@extundo.com>
18445
18446         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18447         Invoke gnus-score-mode.  Reported by
18448         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18449
18450         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
18451         Jim Blandy <jimb@redhat.com> (tiny change).
18452
18453 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18454
18455         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18456
18457 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18458
18459         * spam.el (spam-get-article-as-string): Update to use
18460         gnus-request-article-this-buffer, much simpler.
18461         (spam-get-article-as-buffer): Remove.
18462
18463 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18464
18465         * message.el (message-expand-name): Use EUDC if the user uses that.
18466
18467 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18468
18469         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18470         character for the encoding to avoid consing a string.
18471
18472         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18473         unnecessarily.
18474
18475         * mm-util.el (mm-replace-chars-in-string): Remove.
18476
18477         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18478         of mm-replace-chars-in-string.
18479
18480 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18481
18482         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18483
18484         * mm-util.el (mm-subst-char-in-string): Support inplace.
18485
18486         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18487         a new string in every iteration.  Use shy groups.
18488
18489 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18490
18491         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18492         * gnus-soup.el (gnus-soup-group-brew):
18493         * gnus-msg.el (gnus-put-message):
18494         * gnus-move.el (gnus-group-move-group-to-server):
18495         * gnus-kill.el (gnus-batch-score):
18496         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18497         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18498         (gnus-group-update-group, gnus-group-read-group)
18499         (gnus-group-make-group, gnus-group-make-help-group)
18500         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18501         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18502         (gnus-group-sort-by-unread, gnus-group-catchup)
18503         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18504         (gnus-group-yank-group, gnus-group-set-info)
18505         (gnus-group-list-groups):
18506         * gnus.el (gnus-generate-new-group-name):
18507         * gnus-delay.el (gnus-delay-send-queue):
18508         * nnvirtual.el (nnvirtual-catchup-group):
18509         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18510         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18511         (gnus-group-prepare-topics, gnus-topic-check-topology):
18512         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18513         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18514         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18515         (gnus-group-make-articles-read):
18516         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18517         (gnus-group-change-level, gnus-kill-newsgroup)
18518         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18519         (gnus-get-unread-articles, gnus-make-articles-unread)
18520         (gnus-make-ascending-articles-unread): Use accessor
18521         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18522         to get group information for improved readability.
18523
18524
18525 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18526
18527         * gnus-art.el (article-decode-mime-words, article-babel)
18528         (gnus-article-highlight-signature, gnus-article-add-buttons)
18529         (gnus-signature-toggle): Use gnus-with-article-buffer.
18530
18531         * gnus-art.el (gnus-article-highlight-headers)
18532         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18533
18534         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18535         (gnus-article-set-globals, gnus-request-article-this-buffer)
18536         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18537         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18538         (gnus-mime-display-alternative): Use with-current-buffer.
18539
18540 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18541
18542         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18543         also under 80 char limit, and call gnus-error if needed.
18544         (spam-fetch-article-header): Fix - it was a
18545         buffer-local variable (gnus-newsgroup-data).
18546         (spam-find-spam): Use spam-generate-fake-headers, forget about
18547         spam-insert-fake-headers.
18548         (spam-insert-fake-headers): Remove.
18549
18550 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18551
18552         * deuglify.el (gnus-article-outlook-unwrap-lines)
18553         (gnus-outlook-rearrange-article)
18554         (gnus-outlook-repair-attribution-outlook)
18555         (gnus-outlook-repair-attribution-block)
18556         (gnus-outlook-repair-attribution-other): Remove redundant
18557         save-excursion.
18558
18559 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18560
18561         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18562         (spam-fetch-field-subject-fast)
18563         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18564         (spam-fetch-article-header): Add functions to deal with Gnus
18565         internals for fast retrieval of article header data.
18566         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18567
18568 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18569
18570         * pop3.el (pop3-md5): Remove.
18571         (pop3-apop): Replace pop3-md5 with md5.
18572
18573         * mm-bodies.el: base64 is always built-in.
18574
18575         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
18576         with-current-buffer.
18577
18578 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18579
18580         * canlock.el (canlock-insert-header): Remove excessive grouping in
18581         regexp.
18582
18583         * gnus-sum.el (gnus-summary-read-document): Ditto.
18584
18585         * gnus-uu.el (gnus-uu-part-number): Ditto.
18586
18587         * html2text.el (html2text-remove-tags): Ditto.
18588         (html2text-format-tags): Ditto.
18589         (html2text-format-single-elements): Ditto.
18590
18591         * mml.el (mml-parse-1): Ditto.
18592
18593 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18594
18595         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18596
18597         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18598
18599         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18600
18601         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18602
18603 2003-11-15  Simon Josefsson  <jas@extundo.com>
18604
18605         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18606         (pgg-gpg-lookup-key): Use regexp match instead of
18607         split-string (split-string is different between emacs 21.2 and
18608         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
18609
18610 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18611
18612         * gnus-art.el (gnus-mime-view-all-parts)
18613         (gnus-article-part-wrapper, gnus-article-view-part): Use
18614         with-current-buffer.
18615
18616 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18617
18618         * spam.el (spam-disable-spam-split-during-ham-respool)
18619         (spam-spamoracle-database, spam-cache-lookups)
18620         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18621         (spam-group-ham-mark-p, spam-group-spam-mark-p)
18622         (spam-group-ham-marks, spam-group-spam-marks)
18623         (spam-group-spam-contents-p, spam-group-ham-contents-p)
18624         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18625         also add spam-use-blackholes to the statistical checks.
18626         (spam-fetch-field-fast): Add interface to fetching fields, may
18627         become a macro.
18628         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18629         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18630         (spam-insert-fake-headers): Fake an article when needed.
18631         (spam-find-spam): Fake article when possible.
18632         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18633         (spam-check-bogofilter-headers): Use message-fetch-field instead
18634         of nnmail-fetch-field.
18635
18636 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18637
18638         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18639
18640 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18641
18642         * spam.el (spam-split): Do not require spam-use-CHECK to be
18643         enabled if that check is passed to spam-split explicitly; also
18644         fix so 'spam doesn't get converted to spam-split-group when
18645         spam-split-symbolic-return is t.
18646         (spam-find-spam): Find registrations of the article and use those
18647         instead of re-running spam-split to find the spam/ham
18648         classification of the article.
18649         (spam-log-processing-to-registry, spam-log-registered-p)
18650         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18651         Use gnus-error instead of gnus-message.
18652         (spam-log-registration-type): Add function to determine the
18653         classification of a message based on registry entries; will
18654         return nil if both 'spam and 'ham are found.
18655         (spam-check-BBDB): Expand all the BBDB macros here so we can have
18656         a reasonably fast local cache without the loading errors.
18657         (spam-cache-lookups): Set to t by default.
18658         (spam-find-spam): Don't try to guess spam-cache-lookups.
18659         (spam-enter-whitelist, spam-enter-blacklist): Clear the
18660         spam-caches entry.
18661         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
18662         caching of whitelist/blacklist entries.
18663         (spam-check-whitelist, spam-check-blacklist): Invoke
18664         spam-from-listed-p with a type, not a cache variable.
18665         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18666
18667 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18668
18669         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18670
18671         * nnmail.el (nnmail-split-fancy): do.
18672
18673         * mml.el (mml-parse): do.
18674
18675         * gnus-score.el (gnus-enter-score-words-into-hashtb)
18676         (gnus-score-adaptive): do.
18677
18678 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18679
18680         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18681         (gnus-mime-button-map): Don't set keymap parent.
18682         (gnus-button-ctan-directory-regexp): Use shy grouping.
18683         (gnus-prev-page-map): Don't set keymap parent.
18684         (gnus-prev-page-map): Remove duplicated one.
18685         (gnus-next-page-map): Don't set keymap parent.
18686         (gnus-mime-security-button-map): Ditto.
18687
18688         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18689         version number.
18690
18691         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18692
18693 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18694
18695         * canlock.el (canlock-sha1-function): Remove.
18696         (canlock-sha1-function-for-verify): Remove.
18697         (canlock-openssl-program): Remove.
18698         (canlock-openssl-args): Remove.
18699         (canlock-ignore-errors): Remove.
18700         (canlock-sha1-with-openssl): Remove.
18701         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18702         (canlock-verify): Don't use canlock-ignore-errors.
18703
18704         * sha1-el.el (sha1-string-external): Make it can return a string
18705         in binary form.
18706         (sha1-region-external): Ditto.
18707         (sha1-string-internal): Ditto.
18708         (sha1-region-internal): Ditto.
18709         (sha1-region): Ditto.
18710         (sha1-string): Ditto.
18711         (sha1): Ditto.
18712
18713 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18714
18715         * spam.el (spam-report-articles-gmane): New command.
18716
18717 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18718
18719         * gnus.el: Don't make unnecessary *Group* buffer when loading.
18720
18721         * run-at-time.el (run-at-time-saved): Remove.
18722         (run-at-time): Doc fix.
18723
18724 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18725
18726         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18727         (gnus-summary-limit-map): Add it.
18728         (gnus-summary-make-menu-bar): do.
18729
18730 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
18731
18732         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18733         Make attempt at some caching support (done for BBDB only now).
18734         (spam-find-spam): Set spam-cache-lookups if there are more than 2
18735         addresses to be checked.
18736         (spam-clear-cache-BBDB): Add function, to be invoked by
18737         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18738         (spam-check-BBDB): Check and use the caches, if
18739         spam-cache-lookups is on, remove superfluous (provide).
18740
18741 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
18742
18743         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
18744
18745 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
18746
18747         * run-at-time.el (run-at-time-saved): Move to after the definition
18748         of `run-at-time'.
18749
18750         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
18751
18752 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18753
18754         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18755         mm-w3m-local-map-property.
18756
18757         * mm-view.el (mm-w3m-mode-map): Remove.
18758         (mm-w3m-local-map-property): Remove.
18759         (mm-inline-text-html-render-with-w3m): Don't use
18760         mm-w3m-local-map-property.
18761
18762 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18763
18764         * run-at-time.el: New file.
18765
18766         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
18767         under Emacs.
18768
18769         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18770         of gnus-set-text-properties.
18771
18772         * gnus-uu.el (gnus-uu-save-article): Ditto.
18773
18774         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18775
18776         * gnus-cite.el (gnus-cite-parse): Ditto.
18777
18778         * gnus-art.el (gnus-button-push): Use set-text-properties instead
18779         of gnus-.
18780
18781         * gnus-xmas.el (run-at-time): Require run-at-time.
18782
18783         * gnus.el: Changed calls to nnheader-run-at-time and
18784         password-run-at-time throughout to use run-at-time directly.
18785
18786         * password.el: Removed definition of run-at-time.
18787
18788         * nnheaderxm.el: Remove definition of run-at-time.
18789
18790 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
18791
18792         * mml.el (mml-minibuffer-read-disposition): Show attachment type
18793         in prompt.
18794
18795 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18796
18797         * messagexmas.el (message-xmas-redefine): Alias
18798         `message-make-caesar-translation-table' to
18799         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
18800         version.
18801
18802         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
18803         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
18804         `gnus-xmas-set-text-properties'.
18805         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
18806         `gnus-xmas-completing-read'.
18807         (gnus-xmas-completing-read): Removed.
18808         (gnus-xmas-open-network-stream): Removed.
18809
18810         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18811         XEmacs version.
18812
18813         * dns.el (dns-make-network-process): Use `open-network-stream'
18814         instead of `gnus-xmas-open-network-stream'.
18815
18816         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
18817
18818         * .cvsignore: Add auto-autoloads.el, custom-load.el.
18819
18820 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18821
18822         * gnus-art.el (gnus-mime-display-alternative)
18823         (gnus-insert-mime-button, gnus-insert-mime-security-button)
18824         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18825         Don't use gnus-local-map-property.
18826
18827         * gnus-util.el (gnus-local-map-property): Remove.
18828
18829         * mm-view.el (mm-view-pkcs7-decrypt): Replace
18830         gnus-completing-read-maybe-default with completing-read.
18831
18832         * gnus-util.el (gnus-completing-read): do.
18833         (gnus-completing-read-maybe-default): Remove.
18834
18835 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18836
18837         * password.el: Only autoload `run-at-time' if not XEmacs.
18838         Only autoload the itimer functions if XEmacs.
18839
18840 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18841
18842         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
18843         XEmacsen.
18844
18845         * dgnushack.el: Autoload executable-find for XEmacs.
18846
18847 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18848
18849         * gnus-art.el (gnus-read-string): Remove.
18850         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18851         read-string.
18852
18853 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
18854
18855         * netrc.el: Autoload password-read.
18856         (netrc): Add configuration group.
18857         (netrc-encoding-method, netrc-openssl-path): Add
18858         variables for encoding and decoding of files with symmetric
18859         ciphers.
18860         (netrc-encode): Add assistant function to encode a file with
18861         netrc-encoding-method.
18862         (netrc-parse): Add interactive parameter, added optional
18863         decoding if netrc-encoding-method is non-nil but otherwise
18864         behavior is standard.
18865         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18866         Do s/encode/encrypt/ everywhere.
18867
18868         * spam.el: Remove executable-find autoload.
18869
18870 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18871
18872         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
18873
18874         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
18875
18876 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18877
18878         * gnus-art.el (gnus-treat-ansi-sequences)
18879         (article-treat-ansi-sequences): New variable and function.
18880         Suggested by Dan Jacobson <jidanni@jidanni.org>.
18881
18882         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18883         Use it.
18884
18885 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18886
18887         * mm-util.el (mm-quote-arg): Remove.
18888
18889         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18890         shell-quote-argument.
18891
18892         * gnus-uu.el (gnus-uu-command): do.
18893
18894         * gnus-sum.el (gnus-summary-insert-pseudos): do.
18895
18896         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18897         with make-char.
18898
18899         * mm-util.el (mm-make-char): Remove.
18900
18901         * mml.el (mml-mode): Replace gnus-add-minor-mode with
18902         add-minor-mode.
18903
18904         * gnus-undo.el (gnus-undo-mode): do.
18905
18906         * gnus-topic.el (gnus-topic-mode): do.
18907
18908         * gnus-sum.el (gnus-dead-summary-mode): do.
18909
18910         * gnus-start.el (gnus-slave-mode): do.
18911
18912         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
18913
18914         * gnus-ml.el (gnus-mailing-list-mode): do.
18915
18916         * gnus-gl.el (gnus-grouplens-mode): do.
18917
18918         * gnus-draft.el (gnus-draft-mode): do.
18919
18920         * gnus-dired.el (gnus-dired-mode): do.
18921
18922         * gnus-ems.el (gnus-add-minor-mode): Remove.
18923
18924         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18925         Replace gnus-char-width with char-width.
18926
18927         * gnus-ems.el (gnus-char-width): Remove.
18928
18929         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18930         Replace gnus-char-width with char-width.
18931
18932         * gnus-ems.el (gnus-char-width): Remove.
18933
18934         * spam-stat.el (with-syntax-table): Remove with-syntax-table
18935         definition.
18936         Remove Emacs 20 hash table compatibility code.
18937
18938         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18939         20 compatibility code.
18940
18941         * spam.el (spam-point-at-eol): Replace with point-at-eol.
18942
18943         * smime.el (smime-point-at-eol): Replace with point-at-eol.
18944
18945         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
18946         with point-at-{eol,bol}.
18947
18948         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
18949
18950         * imap.el (imap-point-at-eol): Replace with point-at-eol.
18951
18952         * flow-fill.el (fill-flowed-point-at-bol)
18953         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
18954
18955         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
18956         Replace with point-at-{eol,bol} throughout all files.
18957
18958 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18959
18960         * ntlm.el (ntlm-string-as-unibyte): New macro.
18961         (ntlm-build-auth-response): Use it.
18962
18963         Remove Emacs 20 stuff:
18964         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
18965         (butlast, mapc, remove): Remove the compiler macros.
18966         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
18967         of delq and copy-sequence.
18968         * gnus-art.el (popup-menu): Remove the compiler macro.
18969         * nnmail.el (nnmail-split-fancy): Don't support customizing with
18970         Emacs 20.
18971
18972 2004-01-05  Simon Josefsson  <jas@extundo.com>
18973
18974         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
18975         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
18976         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18977         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18978         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18979         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18980         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
18981         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
18982         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
18983         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
18984         ntlm-string-permute, string-lshift into ntlm-string-lshift,
18985         string-xor into ntlm-string-xor.  Suggested by
18986         Jesper Harder <harder@myrealbox.com>.
18987
18988         * ntlm.el: Don't include poem.
18989
18990         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
18991         Jesper Harder <harder@myrealbox.com>.
18992
18993         * sasl-ntlm.el, ntlm.el, md4.el: New files.
18994
18995         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
18996         probably breaks emacs with DL patch, but do we care? Is anyone
18997         still using the DL stuff?)
18998
18999         * sieve-manage.el: Use the password package.
19000         (sieve-manage-read-passwd): Remove.
19001         (sieve-manage-interactive-login): Use password.  Re-add
19002         condition-case around loop.
19003
19004         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19005         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
19006         the password package.
19007
19008 2003-02-19  Simon Josefsson  <jas@extundo.com>
19009
19010         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19011         token.
19012
19013 2002-08-07  Simon Josefsson  <jas@extundo.com>
19014
19015         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19016         (sieve-manage-authenticators):
19017         (sieve-manage-authenticator-alist): Add some SASL mechs.
19018         (sieve-sasl-auth): New function.
19019         (sieve-manage-cram-md5-auth):
19020         (sieve-manage-plain-auth): Rewrite using SASL library.
19021         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19022         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19023         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19024         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19025
19026 2004-01-05  Simon Josefsson  <jas@extundo.com>
19027
19028         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19029         New files.
19030
19031 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19032
19033         * gnus-group.el (gnus-no-groups-message): Update.
19034
19035         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19036
19037 2003-11-09  Simon Josefsson  <jas@extundo.com>
19038
19039         * imap.el: Support for ID IMAP extension (RFC 2971).
19040         (imap-local-variables): Add imap-id.
19041         (imap-id): New variable.
19042         (imap-id): New function.
19043         (imap-parse-response): Parse untagged ID response.
19044         * nnimap.el (nnimap-id): New variable.
19045         (nnimap-open-connection): Use it.
19046
19047 2003-12-28  Simon Josefsson  <jas@extundo.com>
19048
19049         * gnus-score.el (gnus-score-edit-all-score): New.
19050         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19051
19052 2004-01-04  Simon Josefsson  <jas@extundo.com>
19053
19054         * password.el: Add.
19055
19056 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19057
19058         * dns.el (dns-query-types): Fix typo.
19059         (dns-query-types): New function.
19060         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19061         PTR and SOA replies, see RFC 1035.
19062
19063 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19064
19065         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
19066
19067         * Moved to Changelog.2.
19068
19069 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19070
19071         * gnus.el (gnus-version-number): Bump version.
19072
19073 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19074
19075         * gnus.el: No Gnus v0.1 is released.
19076
19077 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19078
19079         * gnus.el: No Gnus v0.0 is released.
19080
19081 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19082
19083         * gnus.el (gnus-version-number): Bump.
19084         (gnus-version): No.
19085
19086 See ChangeLog.2 for earlier changes.
19087
19088     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19089       Free Software Foundation, Inc.
19090
19091   This file is part of GNU Emacs.
19092
19093   GNU Emacs is free software: you can redistribute it and/or modify
19094   it under the terms of the GNU General Public License as published by
19095   the Free Software Foundation, either version 3 of the License, or
19096   (at your option) any later version.
19097
19098   GNU Emacs is distributed in the hope that it will be useful,
19099   but WITHOUT ANY WARRANTY; without even the implied warranty of
19100   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19101   GNU General Public License for more details.
19102
19103   You should have received a copy of the GNU General Public License
19104   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19105
19106 ;; Local Variables:
19107 ;; coding: utf-8
19108 ;; fill-column: 79
19109 ;; add-log-time-zone-rule: t
19110 ;; End: