gnus-art.el (article-treat-non-ascii): Keep text properties.
[gnus] / lisp / ChangeLog
1 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * gnus-art.el (article-treat-non-ascii): Keep text properties.
4
5 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6
7         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
8         smime-decrypt-region using function argument.
9         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
10
11         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
12
13         * smime.el (smime-decrypt-region): Catch it.
14
15 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
16
17         * smime.el (smime-mode-map): Move initialization into declaration.
18         (gnus-run-mode-hooks): Don't autoload.
19         (smime-mode): Use define-derived-mode.
20
21 2010-11-11  Glenn Morris  <rgm@gnu.org>
22
23         * smime.el (from): Restrict declaration to XEmacs.
24
25         * nnir.el (gnus-group-topic-name): Autoload.
26
27 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
28
29         * shr.el (shr-insert): Don't break long line if it is because of
30         kinsoku-bol characters in the line end.
31
32 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
33
34         * nnir.el (nnir-request-move-article): Fix to provide original group
35         and subject.
36         (nnir-warp-to-article): Don't fail on articles whose headers haven't
37         been retrieved.
38
39         * gnus-sum.el (gnus-summary-move-article): Use original group and
40         subject for virtual articles such as those in an nnir summary buffer.
41
42 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
43
44         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
45         least 21.5).
46
47         * smime.el (from): Declare it again for XEmacs.
48
49 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
50
51         * message.el (message-resend): Don't disable encoding unless it's
52         already encoded.
53
54         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
55         low-numbered articles.
56
57 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
58
59         * rfc2047.el (rfc2047-syntax-table): Simplify.
60
61         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
62
63         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
64         set-char-table-range for XEmacs.
65
66 2010-11-10  Glenn Morris  <rgm@gnu.org>
67
68         * time-date.el (time-to-seconds): Always an alias on Emacs,
69         never a real function.
70         (with-no-warnings): Remove compat stub, now unused.
71         (time-less-p): Doc fix.
72         (time-to-number-of-days): Simplify.
73
74         * smime.el (from): Remove unused declaration.
75
76         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
77         (gnus-float-time): On Emacs, always an alias.
78
79         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
80         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
81
82 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
83
84         * dgnushack.el: Don't use ignore-errors in the top level form since it
85         is unavailable in XEmacs even if cl is loaded.
86
87         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
88
89 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
90
91         * shr.el (browse-url-mailto): Autoload.
92
93         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
94
95         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
96         regexp doesn't need quoting.
97
98 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
99
100         * message.el (message-subject-trailing-was-ask-regexp)
101         (message-subject-trailing-was-regexp): Match was: in addition to was.
102
103 2010-11-09  Glenn Morris  <rgm@gnu.org>
104
105         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
106         (nnbabyl-check-mbox): Use point-at-bol.
107
108 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
109
110         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
111
112         * message.el (message-mailto): New function.
113         (message-mailto): Should accept other parameters.
114         (message-mailto): Remove since it duplicates browse-url-mailto
115         functionality.
116
117 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
118
119         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
120         methods.
121         (gnus-read-active-file): Ditto.
122
123         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
124         ": " from the prompt.
125         (gnus-group-make-group): Ditto.
126
127 2010-11-07  Glenn Morris  <rgm@gnu.org>
128
129         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
130         (gnus-bookmark-kill-line): Use point-at-eol.
131
132 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
133
134         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
135         asterisks in From header.
136
137 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
138
139         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
140         string to avoid making the From headers syntactically invalid.
141
142         * message.el (message-send-mail): Don't insert courtesy messages if the
143         message already has List-Post and List-ID messages.
144
145 2010-11-06  Glenn Morris  <rgm@gnu.org>
146
147         * gnus-art.el (gnus-treat-article): Give dynamic local variables
148         `condition', `type', `length' a prefix.
149         (gnus-treat-predicate): Update for above name changes.
150
151 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
152
153         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
154         binding.  Handled by `gnus-summary-refer-thread' instead.
155         (nnir-warp-to-article): New backend function.
156
157         * nnimap.el (nnimap-request-thread): Force dependency updating.
158
159         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
160         (gnus-summary-refer-thread): Rework to improve thread-referral.
161
162         * gnus-int.el (gnus-warp-to-article): New function.
163
164         * gnus-sum.el (gnus-summary-article-map): Bind it.
165
166 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
167
168         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
169         gnus-summary-refer-thread.
170
171         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
172         headers.
173         (gnus-summary-limit-include-thread): Prevent articles in thread from
174         being cut in gnus-cut-threads.
175         (gnus-summary-refer-thread): Limit retrieved headers to those in
176         thread.
177
178 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
179
180         * message.el (message-send-mail): Use the value of
181         message-courtesy-message from the message buffer.
182
183         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
184
185         * shr.el (shr-browse-url): Implement mailto: URLs.
186
187         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
188         "raw".
189
190         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
191         if it's already selected.
192
193         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
194
195 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
196
197         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
198         to measure the length and truncate alt text.
199
200 2010-11-03  Glenn Morris  <rgm@gnu.org>
201
202         * nndiary.el (nndiary-generate-nov-databases-1)
203         (nndiary-generate-active-info): Rename dynamic variable `files' to
204         something less generic.
205
206 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
207
208         * nnir.el (nnir-request-move-article): Call the underlying backend to
209         move articles from nnir.
210
211 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
212
213         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
214
215 2010-11-02  Julien Danjou  <julien@danjou.info>
216
217         * nnir.el: Remove wais support.
218
219 2010-11-02  Glenn Morris  <rgm@gnu.org>
220
221         * gnus-html.el: Reorder requirements to quieten compiler.
222
223 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
224
225         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
226         properly for XEmacs as well.
227         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
228         (gnus-article-natural-long-line-p): Use window-width rather than
229         frame-width.
230
231 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
232
233         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
234         (nnir-read-parms): Don't modify query.
235         (nnir-run-query): Add ability to search topic on current line.
236         (nnir-get-active): Clean up.
237
238 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
239
240         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
241         degenerate articles.
242
243         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
244         (gnus-print-buffer): Just print the buffer as is, without any copying
245         to a buffer and then re-highlighting.
246
247         * nnimap.el (nnimap-request-group): Store the new updated info.
248         (nnimap-request-group): Select the group when we don't know whether it
249         exists or not.
250
251         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
252         groups.
253
254         * gnus-group.el (gnus-group-find-new-groups): Display all the new
255         groups.
256
257         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
258         groups.
259
260         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
261         long-lines case by only filling the long lines.
262
263         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
264         (bug #7311).
265
266 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
267
268         * shr.el: No need to declare `declare-function' since shr.el is for
269         only Emacsen that provide `libxml-parse-html-region'.
270
271         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
272         effective only in a file it is referred to.
273
274 2010-11-01  Glenn Morris  <rgm@gnu.org>
275
276         * mm-util.el (gnus-completing-read): Autoload.
277         (mm-read-coding-system): Simplify Emacs definition.
278
279         * nnmail.el (gnus-activate-group):
280         * nnimap.el (gnutls-negotiate):
281         * nntp.el (netrc-parse): Fix declarations.
282
283 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
284
285         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
286         string-match-p in Emacs >=23.
287
288         * gnus-msg.el (gnus-configure-posting-styles)
289         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
290
291 2010-11-01  Glenn Morris  <rgm@gnu.org>
292
293         * nnir.el (declare-function): Add compat stub.
294         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
295         (nnir-run-gmane): Require 'mm-url.
296
297         * mm-util.el (mm-string-to-multibyte): Simplify.
298
299         * shr.el (declare-function): Add compat stub.
300         (url-cache-create-filename): Declare.
301         (mm-disable-multibyte, widget-convert-button): Autoload.
302
303         * smime.el (ldap-search): Declare.
304         (smime-cert-by-ldap-1): Require ldap on Emacs.
305
306         * nnimap.el: Require nnmail, and gnus-sum when compiling.
307         (nnimap-keepalive): Use gnus-float-time.
308
309         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
310         (mail-source-delete-crash-box): Use gnus-float-time.
311
312         * gnus-dired.el (gnus-completing-read): Autoload.
313
314         * mm-view.el (gnus-rescale-image): Autoload.
315
316         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
317
318         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
319
320         * sieve-manage.el: Require 'cl when compiling.
321
322         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
323         (gnus-iswitchb-completing-read): Require iswitchb.
324         (gnus-select-frame-set-input-focus): Silence compiler.
325
326 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
327
328         * message.el (message-subject-trailing-was-query): Change default to t,
329         since I think that's what most people want.
330
331         * nnimap.el (nnimap-request-accept-article): Erase buffer before
332         appending for easier debugging.
333         (nnimap-wait-for-connection): Take a regexp.
334         (nnimap-request-accept-article): Wait for the continuation line before
335         sending anything unless we're streaming.
336
337         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
338         leave the header washing to take place.
339
340 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
341
342         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
343         regular expression match and replace in posting styles.
344
345 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
346
347         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
348         an entire server.
349         (nnir-get-active): New function.
350         (nnir-run-imap): Use it.
351         (nnir-run-gmane): Who knew, gmane search returns an article score!
352
353         * gnus-srvr.el (gnus-server-mode-map): add binding "G" to search the
354         server on the current line with nnir.
355
356 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
357
358         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
359         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
360         left edge.
361         (gnus-article-foldable-buffer): Skip past the prefix when determining
362         raggedness.
363
364         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
365         the raw article, and change `C-u g' to show the article without doing
366         treatments.
367
368         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
369         on to `gnus-treat-article'.
370         (gnus-inhibit-article-treatments): New variable.
371
372         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
373
374         * gnus-art.el (gnus-treatment-function-alist): Have
375         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
376         (gnus-treat-fill-long-lines): Change default to fill all text/plain
377         sections.
378
379         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
380         parameter.
381         (gnus-article-fill-cited-long-lines): New function.
382         (gnus-article-fill-cited-article): Allow filling only long sections.
383
384         * shr.el (shr-find-fill-point): Don't break lines between punctuation
385         and non-punctuation (like after the apostrophe in "'We").
386
387         * gnus-sum.el (gnus-summary-select-article): Make sure
388         gnus-original-article-buffer is alive.
389
390         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
391         reflect the order they're in in the digest.
392
393         * gnus.el (gnus-group-startup-message): Move point to the start of the
394         buffer.
395
396         * nnimap.el (nnimap-capability): New function.
397         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
398         is set.
399
400 2010-10-31  David Engster  <dengste@eml.cc>
401
402         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
403         conform with changes to gnus-completing-read.
404
405 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
406
407         * shr.el (shr-tag-img): Output "*" instead of "[img]".
408
409 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
410
411         * nnir.el move defvar, defcustom around to keep file organized and keep
412         byte-compiler quiet.
413         (nnir-read-parms): accept search-engine as arg.
414         (nnir-run-query): pass search-engine as arg.
415         (nnir-search-engine): remove.
416
417 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
418
419         * shr.el (shr-generic): The text nodes should be text, not :text.
420
421         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
422         later in the file.
423
424 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
425
426         * nnir.el: general clean up. allow searching with multiple
427         engines. allow separate extra-parameters for each engine. batch queries
428         when possible.
429         (nnir-imap-default-search-key,nnir-method-default-engines): add
430         customize interface.
431         (nnir-run-gmane): new engine.
432         (nnir-engines): use it. qualify all prompts with engine name.
433         (nnir-search-engine): remove global variable.
434         (nnir-run-hyrex): restore for now.
435         (nnir-extra-parms,nnir-search-history): new variables.
436         (gnus-group-make-nnir-group): use them.
437         (nnir-group-server): remove in favor of gnus-group-server.
438         (nnir-request-group): avoid searching twice.
439         (nnir-sort-groups-by-server): new function.
440
441 2010-10-30  Julien Danjou  <julien@danjou.info>
442
443         * gnus-group.el: Remove gnus-group-fetch-control.
444
445         * gnus-start.el (gnus-find-new-newsgroups): Remove
446         gnus-check-first-time-used.
447
448         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
449
450 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
451
452         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
453         set on groups that don't have \* permanentflags.
454
455 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
456
457         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
458         control the background color.
459         (shr-tag-img): Ignore very small web bug type images.
460         (shr-put-image): Add help-echo alt texts to the images.
461         (shr-tag-video): Show the video poster image.
462
463 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
464
465         * shr.el (shr-table-depth): New variable.
466         (shr-tag-table-1): Only insert the images after the top-level table.
467
468         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
469
470         * gnus-util.el (gnus-list-memq-of-list): New function.
471
472         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
473         selected.
474         (nnimap-unsplittable-articles): New slot.
475         (nnimap-new-articles): Use it.
476
477 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
478
479         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
480         move to the previous line on `M-g'.
481
482 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
483
484         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
485         *-request-group, which seems unnecessary.
486
487         * nnimap.el (nnimap-quote-specials): Function copied over from
488         imap.el.
489         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
490         they support that.  Suggested by Tom Regner.
491
492 2010-10-29  Julien Danjou  <julien@danjou.info>
493
494         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
495         defalias.
496         (gnus-summary-delete-marked-with): Remove obsolete defalias.
497
498         * gnus.el: Remove `gnus-nntp-service' variable.
499         (gnus-secondary-servers): Make obsolete.
500         (gnus-nntp-server): Make obsolete.
501
502         * gnus-start.el (gnus-1): Remove x-splash calls.
503
504         * gnus-ems.el (gnus-x-splash): Remove.
505
506         * gnus.el (gnus-group-startup-message): Simplify/update code.
507
508         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
509         definition.
510
511         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
512         capability before doing anything.
513         (gnus-group-insert-group-line): Remove useless
514         gnus-group-remove-excess-properties.
515
516 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
517
518         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
519
520 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
521
522         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
523         config after reselecting.
524
525 2010-10-28  Julien Danjou  <julien@danjou.info>
526
527         * shr.el (shr-put-image): Use point even if only inserting text.
528         (shr-put-image): Save excursion when inserting alt text on non-graphic
529         display, so the behaviour is the same when we are on a graphic display.
530
531         * nnir.el (nnir-run-swish-e): Remove hyrex support.
532
533 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
534
535         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
536         (gnus-mime-copy-part): Check coding system, not charset.
537         (gnus-mime-view-part-externally): Never remove part.
538         (gnus-mime-view-part-internally): Don't remove part here.
539         (gnus-article-part-wrapper): Make sure MIME tag is visible.
540         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
541         multipart/alternative.
542
543         * mm-decode.el (mm-display-part): Take optional arg `force'.
544
545 2010-10-26  Julien Danjou  <julien@danjou.info>
546
547         * gnus-group.el (gnus-group-default-list-level): Add this function to
548         compute the default list level.
549         (gnus-group-default-list-level): Add possibility to use a function.
550
551 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
552
553         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
554
555         * gnus-group.el (gnus-group-completing-read)
556         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
557         gnus-replace-in-string.
558
559 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
560
561         * shr.el (shr-tag-div): Added.
562
563         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
564
565 2010-10-25  Julien Danjou  <julien@danjou.info>
566
567         * gnus-util.el: Remove `gnus-with-local-quit'.
568
569         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
570
571 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
572
573         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
574         the original article buffer.
575
576 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
577
578         * nnimap.el (nnimap-request-head): New function.
579         (nnimap-request-move-article): Try to be slighly faster by not
580         requesting the entire message when moving.
581         (nnimap-transform-headers): Don't bug out on bodiless articles.
582         (nnimap-send-command): Have no outstanding messages if the IMAP server
583         doesn't support streaming.
584         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
585
586 2010-10-24  Julien Danjou  <julien@danjou.info>
587
588         * message.el (message-default-headers): Fix type.
589
590 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
591
592         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
593         prefetching images.
594
595         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
596         backend for unknown groups.  This is mainly useful for nnimap groups.
597
598         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
599         group isn't covered by the agent.
600
601 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
602
603         * nnir.el (nnir-method-default-engines): new variable.
604         (nnir-run-query): use it.
605         (nnir-group-mode-hook): remove key binding and move to gnus-group.el.
606         (gnus-summary-nnir-goto-thread): change group if needed.
607
608         * gnus-group.el (gnus-group-group-map): add key binding for
609         gnus-group-make-nnir-group.
610
611 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
612
613         * shr.el (shr-tag-object): Added.
614
615         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
616         original article buffer live.
617         (gnus-summary-select-article-buffer): Mention
618         gnus-widen-article-buffer.
619
620 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
621
622         * shr.el (shr-tag-strong): Added.
623
624 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
625
626         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
627         group names.  They mess up the group buffer badly.
628
629         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
630
631         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
632         instead of the summary one.
633
634 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
635
636         * mml.el (mml-preview): Work properly when editing article.
637
638         * gnus-start.el (gnus-read-active-file-1): Don't add method to
639         gnus-have-read-active-file if it's already been in.
640
641 2010-10-22  Tom Tromey  <tromey@redhat.com>
642
643         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
644         gnus-group-completing-read.
645
646 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
647
648         * message.el (message-mode-map): Don't bind M-; to comment region, to
649         allow the global comment-dwim to work.
650
651 2010-10-21  Julien Danjou  <julien@danjou.info>
652
653         * message.el (message-setup-1): Allow message-default-headers to be a
654         function.
655
656 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
657
658         * shr.el (shr-tag-table): Simplify.
659
660 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
661
662         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
663         to avoid trying to snarf invalid stuff.
664
665         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
666
667         * gnus.el (gnus-message-archive-group): Quote value.
668         (gnus-message-archive-group): Mark as changed.
669
670         * shr.el (shr-add-font): Don't put the font properties on the newline
671         or the indentation.
672
673         * message.el (message-fix-before-sending): Change options when sending
674         non-printable characters.
675
676         * gnus.el (gnus-message-archive-method): Change the default to
677         monthly outgoing groups.
678
679         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
680         that have gotten new numbers.
681
682         * nnimap.el (nnimap-request-replace-article): New function.
683
684 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
685
686         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
687         (nnrss-request-article): Don't use special html washing code.
688
689 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
690
691         * shr.el (shr-tag-table): Remove useless nconc.
692
693 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
694
695         * gnus-art.el (article-wash-html): Simplify and remove the charset
696         stuff.  Use the normal html rendering code instead of the special html
697         washing code.
698
699         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
700         `gnus-w3m' symbols.
701         (mm-text-html-washer-alist): Removed.
702
703         * mm-decode.el (mm-inline-text-html-renderer): Removed.
704         (mm-inline-media-tests): Removed use.
705         (mm-text-html-renderer): Change default to the `shr' symbol.
706
707         * mm-view.el (mm-inline-text-html): Removed use.
708
709         * gnus-art.el (gnus-blocked-images): New function.  Allow the
710         `gnus-blocked-images' to be a function.
711         (gnus-article-wash-function): Removed.
712
713 2010-10-20  Julien Danjou  <julien@danjou.info>
714
715         * spam.el (spam-list-of-processors): Mark as obsolete.
716
717         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
718         (nnimap-insert-partial-structure): Fix boundary detection.
719
720 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
721
722         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
723         run file-truename on remote files.  This can be expensive and even
724         prevent one from editing drafts if some unrelated buffer has a stale
725         connection.
726
727 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
728
729         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
730         kinsoku-eol regardless of shr-kinsoku-shorten.
731         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
732         (shr-tag-table): Support caption, thead, and tfoot.
733
734 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
735
736         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
737         lines.
738         (shr-save-contents): New command and keystroke.
739
740         * nndoc.el (nndoc-type-alist): Add git support.
741         (nndoc-git-type-p): New function.
742         (nndoc-transform-git-article): Ditto.
743         (nndoc-transform-git-headers): Ditto.
744         (nndoc-transform-git-headers): Generate Subject headers.
745
746         * shr.el (shr-parse-style): New function.
747         (shr-tag-span): Ditto.
748
749         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
750         to `G G' to avoid collisions.
751
752 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
753
754         * shr.el: Load kinsoku if necessary.
755         (shr-kinsoku-shorten): New internal variable.
756         (shr-find-fill-point): Make kinsoku shorten text line if
757         shr-kinsoku-shorten is bound to non-nil.
758         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
759         shr-indentation too when testing if table is wider than frame width.
760         (shr-insert-table): Use `string-width' instead of `length' to measure
761         text width.
762         (shr-insert-table-ruler): Make sure indentation is done at bol.
763
764 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
765
766         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
767         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
768         undecoded network data.
769
770 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
771
772         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
773         name in the mode line spec so that the mode line menu works
774         (bug #2431).
775
776         * message.el (message-get-reply-headers): If we're fed `to-address',
777         then always use that.
778
779         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
780         aren't so wide as to need to switch off the edit menu.
781
782         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
783         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
784
785         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
786         `M-g'.
787         (nnimap-update-info): Update flags/read marks even if \* isn't part of
788         the permanent marks.
789
790 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
791
792         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
793         Splitting according to references/in-reply-to obeys the ignore-groups
794         variable, while splitting by sender and subject do not.
795
796 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
797
798         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
799         alist, so that we can look for non-Unicode chars.
800         (article-translate-strings): Allow both character and string maps.
801
802 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
803
804         * shr.el (shr-insert): Don't insert space behind a wide character
805         categorized as kinsoku-bol, or between characters both categorized as
806         nospace.
807
808 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
809
810         * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
811         headers to gnus-newsgroup-headers.
812
813 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
814
815         * shr.el (shr-tag-img): Don't align images -- since we're not
816         rescaling, this often leads to ugly displays.
817
818 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
819
820         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
821         duplicates.
822
823 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
824
825         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
826         call.
827
828 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
829
830         * gnus.el: Autoload gnus-html-show-images.
831
832         * nnimap.el: Use nnheader-message throughout.
833
834         * shr.el (shr-tag-img): Ignore images with no data.
835
836 2010-10-15  Julien Danjou  <julien@danjou.info>
837
838         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
839         a possibility to disable format=flow encoding when using hard newlines.
840
841 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
842
843         * shr.el (shr-insert): Remove space inserted before or after a
844         breakable character or at the beginning or the end of a line.
845         (shr-find-fill-point): Do kinsoku; find the second best point or give
846         it up if there's no breakable point.
847
848 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
849
850         * nnimap.el (nnimap-open-connection): Message when opening connection
851         for debugging purposes.
852
853         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
854         on every setup buffer call to allow this to change from article to
855         article.
856
857         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
858         buffers where we have a wide table.
859
860 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
861
862         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
863         uses *-request-thread.
864
865 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
866
867         * nnimap.el (nnimap-open-connection): Remove %s from openssl
868         incantation, which is no longer valid.
869
870 2010-10-14  Julien Danjou  <julien@danjou.info>
871
872         * shr.el: Fix defcustom type (char -> character).
873
874 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
875
876         * nnimap.el (nnimap-open-connection): tls-program should be a list of
877         programs.
878
879 2010-10-14  Julien Danjou  <julien@danjou.info>
880
881         * shr.el (shr-tag-a): Use url-link as widget type.
882
883         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
884         `gnus-group-get-icon'.
885
886 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
887
888         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
889         This should make server editing work better.
890
891         * shr.el (shr-find-fill-point): Don't inloop on indented text.
892
893         * tls.el (tls-program): Remove spurious %s from openssl.
894
895         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
896         (nnimap-parse-flags): Fix regexp.
897
898         * shr.el (shr-find-fill-point): Use a filling algorithm that should
899         probably work for CJVK text, too.
900
901         * nnimap.el (nnimap-extend-tls-programs): Removed.
902         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
903
904         * tls.el (tls-starttls-switches): Remove starttls hack.
905         (open-tls-stream): Ditto.
906         (tls-find-starttls-argument): Ditto.
907
908 2010-10-13  Julien Danjou  <julien@danjou.info>
909
910         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
911         responses.
912
913 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
914
915         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
916
917         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
918         anything in Emacs.
919
920         * shr.el (shr-current-column): Remove buggy and unnecessary function.
921
922 2010-10-13  Julien Danjou  <julien@danjou.info>
923
924         * shr.el (shr-width): Make shr-width a defcustom with default to
925         fill-column.
926         (shr-tag-img): Use shr-width rather than fill-column.
927
928 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
929
930         * dgnushack.el (byte-optimize-apply)
931         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
932
933         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
934         position when (X-)Faces exist.
935         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
936         avatars when called interactively.
937
938 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
939
940         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
941         gnus-article-x-face-too-ugly is bound.
942
943 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
944
945         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
946
947         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
948         mailbox that doesn't exist.
949
950 2010-10-12  Julien Danjou  <julien@danjou.info>
951
952         * shr.el (shr-tag-img): Encode URL properly when retrieving.
953         (shr-get-image-data): Encode URL properly when fetching from cache.
954         (shr-tag-img): Use aligned-to spaces to align correctly images.
955
956         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
957         before inserting the Gravatar.
958
959         * shr.el (shr-tag-img): Add align attribute support for <img>.
960
961 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
962
963         * gnus-gravatar.el (gnus-art): Required.
964
965         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
966         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
967         Remove long obsoleted functions.
968
969 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
970
971         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
972
973         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
974
975         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
976         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
977         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
978         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
979         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
980         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
981         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
982
983 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
984
985         * nnimap.el (nnimap-request-rename-group): Select group read-only
986         before renaming it.
987
988         * shr.el (shr-insert): Fix up the white space only regexp.
989
990         * nnimap.el (nnimap-transform-split-mail): Not all articles have
991         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
992
993         * shr.el (shr-current-column): New function.
994         (shr-find-fill-point): New function.
995
996 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
997
998         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
999         numbers.
1000
1001 2010-10-11  Julien Danjou  <julien@danjou.info>
1002
1003         * shr.el (shr-hr-line): Add.
1004         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1005         display hr lines.
1006         (shr-max-columns): Do not change state to nil if we just inserting
1007         spaces.
1008
1009 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1010
1011         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1012         select the last group.
1013
1014 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1015
1016         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1017
1018 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1019
1020         * dig.el (dig-mode-map): Declare and define in one step.
1021
1022 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1023
1024         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1025         for Gnus.
1026         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1027         (nnimap-update-qresync-info): Mark \Seen articles as read.
1028
1029         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1030         non-variable, too.
1031
1032         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1033         available.
1034         (nnimap-update-info): Rely more on the current active than the param
1035         active to avoid marking articles as read too much.
1036
1037         * auth-source.el (auth-source-create): Use (user-login-name) for the
1038         user name default.
1039
1040         * nnimap.el (nnimap-update-info): If the server doesn't return any
1041         useful info, just use the previous info.
1042         (nnimap-update-info): Prefer old info over start-article.
1043         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1044
1045 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1046
1047         * nnir.el (autoload): Clean up autoloads.
1048         (nnir-imap-default-search-key): Renamed from
1049         nnir-imap-search-field. Use key rather than value.
1050         (nnir-imap-search-other): New variable.
1051         (nnir-read-parm): Use it.
1052         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1053         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1054
1055 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1056
1057         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1058         the process, too.
1059
1060 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1061
1062         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
1063         Allbery.
1064
1065         * shr.el: Rework the way things are indented by <li> slightly.
1066
1067         * gnus.el (gnus-group-set-parameter): Fix typo.
1068
1069         * nnimap.el: Start implementing QRESYNC support.
1070
1071 2010-10-09  Julien Danjou  <julien@danjou.info>
1072
1073         * nnir.el (nnir-engines): Fix too many arguments.
1074
1075 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1076
1077         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1078         group is the "last", so that the backends like nnfolder actually save
1079         their folders.
1080
1081         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1082         try to use that for the tls stream.
1083         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1084         UIDVALIDITY and find out which groups are read-only and not.
1085         (nnimap-get-flags): Use the same marks parsing code as the rest of
1086         nnimap.
1087
1088 2010-10-09  Julien Danjou  <julien@danjou.info>
1089
1090         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1091
1092         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1093         retrieving gravatars.
1094
1095         * shr.el (shr-table-corner): Add.
1096         (shr-table-line): Add.
1097         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1098
1099 2010-10-08  Julien Danjou  <julien@danjou.info>
1100
1101         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1102
1103 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1104
1105         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1106
1107         * gnus-sum.el (gnus-mark-article-as-unread)
1108         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1109         (gnus-summary-set-bookmark): Use it.
1110
1111         * gnus-msg.el (gnus-setup-message): Use it.
1112
1113         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1114
1115         * gnus.el (gnus-group-remove-parameter): Use it.
1116
1117         * gnus-group.el (gnus-group-make-web-group): Use it.
1118
1119         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1120
1121         * nnregistry.el: Update docs to mention manual.
1122
1123         * gnus-registry.el: Update docs to mention nnregistry.el.
1124         (gnus-registry-initialize): Don't install nnregistry refer method
1125         automatically.
1126         (gnus-registry-install-nnregistry): Remove it.
1127
1128 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1129
1130         * shr.el (shr-insert): Don't insert double spaces.
1131
1132 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1133
1134         * gnus-gravatar.el (gnus-treat-from-gravatar)
1135         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1136         called interactively.
1137
1138         * gnus-art.el (gnus-mime-view-part-externally)
1139         (gnus-mime-view-part-internally): Make predicate function passed to
1140         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1141         of a mime type.
1142
1143         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1144
1145 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1146
1147         * shr.el (require): Require cl when compiling.
1148         (shr-tag-hr): New function.
1149
1150         * nnimap.el (nnimap-update-info): Remove double setting of high.
1151         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
1152         makes nnimap work properly on Courier again.
1153
1154         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1155         the variable for backwards compatability.
1156
1157         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1158         the file name before using to avoid setting mm-default-directory to
1159         nil.
1160
1161         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1162         bidning gnus-agent variables.
1163
1164         * shr.el (shr-render-td): Use a cache for the table rendering function
1165         to avoid getting an exponential rendering behaviour in nested tables.
1166         (shr-insert): Rework the line-breaking algorithm.
1167         (shr-insert): Don't leave trailing spaces.
1168         (shr-insert-table): Also insert empty TDs.
1169         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1170
1171 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1172
1173         * gnus-sum.el (gnus-number): Rename from `number'.
1174         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1175         (gnus-summary-limit-children): Update uses correspondingly.
1176
1177 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1178
1179         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1180         (gnus-gravatar-transform-address): Don't show avatars of people of
1181         which mail addresses match gnus-gravatar-too-ugly.
1182
1183 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1184
1185         * shr.el (shr-table-widths): Expand TD elements to fill available
1186         space.
1187
1188 2010-10-07  Julien Danjou  <julien@danjou.info>
1189
1190         * nnimap.el (nnimap-request-rename-group): Add this method.
1191
1192 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1193
1194         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1195         name from XEmacs' function-arglist.
1196
1197         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1198         gravatar under XEmacs.
1199
1200 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1201
1202         * auth-source.el: Update docs with TODO items.
1203
1204         * gnus-sync.el: Update docs to explain state and plans.
1205
1206         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1207         Hooks for mark updates.
1208         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1209
1210         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1211         hooks with arguments, which is needed for mark update hooks.
1212
1213 2010-10-06  Julien Danjou  <julien@danjou.info>
1214
1215         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1216         was matched.
1217
1218         * sieve-manage.el: Update example in `Commentary'.
1219
1220         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1221
1222         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1223         not 2000.
1224         (sieve-manage-authenticate): Re-add function.
1225
1226 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1227
1228         * shr.el (shr-insert): Get 'space transition right.
1229         (shr-render-td): Only delete space at the end of the TD.
1230
1231         * nnimap.el (nnimap-open-connection): Prepare to support
1232         open-gnutls-stream.
1233
1234         * shr.el: Rearrange function order to be more logical.
1235
1236 2010-10-06  Julien Danjou  <julien@danjou.info>
1237
1238         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1239         (nnrss-discover-feed): Remove 404 URL in docstring.
1240
1241         * nnir.el: Fix Swish-E URL.
1242         Fix Namazu URL.
1243
1244         * message.el (message-change-subject): Remove 404 URL in a comment.
1245
1246 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1247
1248         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1249         called interactively.
1250
1251         * gnus-util.el (gnus-remove-if): Allow hash table.
1252         (gnus-remove-if-not): New function.
1253
1254         * gnus-art.el (gnus-mime-view-part-as-type)
1255         * gnus-score.el (gnus-summary-score-effect)
1256         * gnus-sum.el (gnus-read-move-group-name):
1257         Replace remove-if-not with gnus-remove-if-not.
1258
1259         * gnus-group.el (gnus-group-completing-read):
1260         Regard collection as a hash table if it is not a list.
1261
1262 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1263
1264         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1265
1266         * shr.el: Document the table-rendering algorithm.
1267
1268 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1269
1270         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1271         for Emacsen having no `libxml-parse-html-region' support.
1272
1273 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1274
1275         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1276         invalid URLs.
1277
1278         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1279         line-broken.
1280         (shr-tag-img): Ignore image fetching errors.
1281         (shr-overlays-in-region): Compute overlay positions correctly.
1282
1283         * mm-decode.el (mm-shr): Require shr.
1284
1285         * gnus-art.el (gnus-blocked-images): Move variable here.
1286
1287         * shr.el (shr-insert-table): Bind free variable.
1288
1289         * mm-decode.el (mm-shr): Bind shr-content-function.
1290
1291         * shr.el (shr-content-function): New variable.
1292
1293         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1294         added for symmetry.
1295
1296         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1297
1298         * gnus-group.el (gnus-group-make-group): Doc fix.
1299
1300         * nnimap.el (nnimap-request-newgroups): Return success.
1301
1302         * shr.el (shr-find-elements): New function.
1303         (shr-tag-table): Put all the images after the table.
1304         (shr-tag-table): Really inhibit images inside the table.
1305         (shr-collect-overlays): Copy over overlays from the TD elements to the
1306         main document.
1307
1308         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1309         gnus-blocked-images.
1310
1311 2010-10-05  Julien Danjou  <julien@danjou.info>
1312
1313         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1314
1315         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1316         (gnus-html-maximum-image-size): Add this function.
1317         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1318
1319         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1320         server-value of the capability is nil.
1321
1322 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1323
1324         * shr.el (shr-tag-em): Add <EM> tag.
1325
1326 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1327
1328         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1329         customizable.
1330
1331         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1332         handing broken links to browse-url.
1333
1334 2010-10-05  Julien Danjou  <julien@danjou.info>
1335
1336         * gnus-util.el (gnus-emacs-completing-read)
1337         (gnus-iswitchb-completing-read): Use autoload rather than require.
1338
1339 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1340
1341         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
1342         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
1343         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
1344         iswitchb-temp-buflist for XEmacs.
1345
1346         * gnus-util.el (gnus-completing-read-function): Exclude
1347         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1348         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1349         XEmacs.
1350
1351         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1352         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1353
1354         * gnus-html.el: Don't require help-fns under XEmacs.
1355         (gnus-html-schedule-image-fetching): Work for XEmacs.
1356
1357         * mm-decode.el (mm-shr): Decode contents by charset.
1358
1359 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1360
1361         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1362         unknown.
1363
1364         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1365         (shr-get-image-data): Ensure against the cache file missing.
1366
1367         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1368         for data.
1369
1370         * spam-report.el (spam-report-url-ping-plain): Don't query about
1371         killing the process.
1372
1373         * shr.el (shr-render-td): Protect against too-wide text.
1374
1375 2010-10-04  Julien Danjou  <julien@danjou.info>
1376
1377         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1378         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1379
1380         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1381         retrieved.
1382
1383 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1384
1385         * shr.el (browse-url): Required.
1386         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1387         lines.
1388         (shr-show-alt-text, shr-browse-image): New commands.
1389         (shr-browse-url, shr-copy-url): New commands.
1390
1391         * gnus-sum.el (gnus-widen-article-window): New variable.
1392         (gnus-summary-select-article-buffer): Use it.
1393
1394         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1395         without @ signs.
1396
1397 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1398
1399         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1400
1401 2010-10-04  Julien Danjou  <julien@danjou.info>
1402
1403         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1404         for XEmacs.
1405
1406 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1407
1408         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1409
1410         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1411         (nnimap-close-server): Implement.
1412
1413         * dgnushack.el (iswitchb): Require to shut up the compiler.
1414
1415         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1416         (shr-insert): Tweak line breaking.
1417         (shr-insert): Handle <pre> better.
1418         (shr-tag-li): Get <li> indentation right.
1419         (shr-tag-li): Get <li> indentation even righter.
1420         (shr-tag-blockquote): Ensure paragraph start.
1421         (shr-make-table): Tweak table generation.
1422         (shr-make-table): Fix typo.
1423
1424         * shr.el: Implement table rendering.
1425
1426 2010-10-04  Julien Danjou  <julien@danjou.info>
1427
1428         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1429
1430 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1431
1432         * shr.el (shr-insert): Use string anchors instead of line anchors.
1433
1434 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1435
1436         * shr.el: Add headings.
1437         (shr-ensure-paragraph): Actually work.
1438         (shr-tag-li): Make <ul> prettier.
1439         (shr-insert): Get white space at the beginning/end of elements right.
1440         (shr-tag-p): Collapse subsequent <p>s.
1441         (shr-ensure-paragraph): Don't insert double line feeds after blank
1442         lines.
1443         (shr-insert): \t is also space.
1444         (shr-tag-s): Fix "s" tag name function.
1445         (shr-tag-s): Fix face prop name.
1446
1447 2010-10-03  Julien Danjou  <julien@danjou.info>
1448
1449         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1450
1451         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1452         gnus-window-inside-pixel-edges.
1453
1454         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1455         gnus-ems.
1456
1457         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1458
1459         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1460         function.
1461
1462         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1463         resize choice.
1464
1465 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1466
1467         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1468         beginning of the buffer.
1469
1470         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1471         article buffer again.
1472
1473         * shr.el (shr-tag-p): Don't insert newlines at the start of the
1474         buffer.
1475
1476         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1477         when it's at the start of the buffer.
1478
1479         * shr.el (shr-tag-blockquote): Convert name.
1480         (shr-rescale-image): Use the right image-size variant.
1481
1482         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1483         buffer isn't shown, then select the current article first instead of
1484         bugging out.
1485         (gnus-summary-select-article-buffer): Show both the article and summary
1486         buffers again.
1487
1488         * shr.el (shr-fontize-cont): Protect against regions with no text.
1489         Rename tag functions to shr-tag-* for enhanced security.
1490         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1491
1492 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1493
1494         * shr.el (shr-insert):
1495         * pop3.el (pop3-movemail):
1496         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1497         loaded.
1498
1499 2010-10-03  Glenn Morris  <rgm@gnu.org>
1500
1501         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1502
1503         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1504
1505         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1506
1507         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1508
1509         * gnus-util.el (gnus-make-local-hook): Simplify.
1510
1511 2010-10-02  Julien Danjou  <julien@danjou.info>
1512
1513         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1514         (gnus-ido-completing-read): New function.
1515         (gnus-emacs-completing-read): New function.
1516         (gnus-completing-read): Use gnus-completing-read-function.
1517         Add gnus-completing-read-function.
1518
1519 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1520
1521         * shr.el (shr-insert-document): Autoload.
1522         (shr-img): Be silent.
1523         (shr-insert): Add a newline after every picture before text.
1524         (shr-add-font): Use overlays for combining faces.
1525         (shr-insert): Pass upwards the text start point.
1526
1527         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1528         possible.
1529         (mm-shr): New function.
1530
1531 2010-10-02  Julien Danjou  <julien@danjou.info>
1532
1533         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1534         should go backward.
1535
1536 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
1537
1538         * shr.el (shr): Fix typo in provide call.
1539
1540 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1541
1542         * shr.el: New file.
1543
1544         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1545
1546         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1547         completing read.
1548
1549 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1550
1551         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1552         we're being queried about.  Suggested by Dan Jacobson.
1553
1554         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
1555         by Jason Eisner.
1556
1557         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1558         table, too.  Suggested by Stefan Wiens.
1559         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1560         the table unnecessary.  Suggested by Stefan Wiens.
1561
1562         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1563         longer needed, and probably doesn't work either, as pointed out by
1564         Stefan Wiens.
1565         (gnus-summary-exit): Remove call to the clearing function.
1566         (gnus-summary-exit-no-update): Ditto.
1567
1568         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1569         instead of gnus-eval-in-buffer-window to avoid popping up frames.
1570         Reported by Stefan Monnier.
1571         (gnus-summary-save-in-rmail): Ditto.
1572
1573         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1574         article buffer, instead of both the article buffer and the summary
1575         buffer.  Sort of suggested by Dan Jacobson.
1576
1577         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1578
1579         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1580         Suggested by Dan Jacobson.
1581
1582         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1583         documentation clearer.
1584
1585         * message.el (message-shorten-references): Comment on the number "21".
1586         Suggested by Stefan Monnier.
1587
1588         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1589         Suggested by Dan Jacobson.
1590
1591         * gnus.el (gnus-large-newsgroup): Mention
1592         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
1593
1594         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1595         externalize attachments.  Bug reported by Steve Wen.
1596
1597         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
1598         really message anything to the user.
1599
1600         * nnmail.el (nnmail-article-group): Allow using the fancy split method
1601         directly.
1602
1603         * nnimap.el (nnimap-request-group): Low higher than high to signal no
1604         messages in empty groups.
1605
1606 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
1607
1608         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
1609         non-UIDNEXT group.
1610
1611 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1612
1613         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1614         not the value from the collection.
1615
1616         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1617         values.  This sometimes happens on some groups that have no info.
1618         (nnimap-request-newgroups): New function.
1619
1620 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
1621
1622         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
1623         check into `gnus-registry-initialize'.
1624         (gnus-registry-initialize): Ditto.
1625         Fix and extend header docs.
1626
1627 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1628
1629         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
1630         regexp backtrace overflows.
1631
1632         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
1633         for starttls that tls.el implements; i.e. openssl.
1634
1635         * tls.el (tls-starttls-switches): Give up on using starttls with
1636         gnutls-cli.
1637         (tls-program): Add --insecure to be consistent with the defaults from
1638         openssl s_client.  Now all three commands are insecure.
1639
1640 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1641
1642         * lpath.el: Bind completion-styles-alist for XEmacs.
1643
1644         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
1645         (gravatar-create-image): New function that's an alias to
1646         gnus-xmas-create-image, gnus-create-image, or create-image.
1647         (gravatar-data->image): Use it.
1648
1649 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
1650
1651         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
1652         install the nnregistry refer method.
1653         (gnus-registry-install-hooks): Use it.
1654         (gnus-registry-unfollowed-groups): Add nnmairix to the default
1655         unfollowed groups.
1656
1657 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
1658
1659         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
1660         expanding threads.
1661
1662 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1663
1664         * nnir.el: Use the server names without suffixes (bug #7009).
1665
1666         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
1667         unencrypted to STARTTLS, if possible.
1668
1669 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1670
1671         * message.el (message-ignored-supersedes-headers): Strip Injection-*
1672         headers before superseding.
1673
1674 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1675
1676         * nnrss.el (nnrss-use-local): Add documentation.
1677
1678         * nnimap.el (nnimap-extend-tls-programs): New function.
1679         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
1680         (nnimap-wait-for-connection): Accept the greeting from the stupid
1681         output from openssl s_client -starttls, too.
1682
1683         * tls.el (tls-starttls-switches): New variable.
1684         (tls-find-starttls-argument): Use it.
1685         (open-tls-stream): Ditto.
1686
1687         * netrc.el (netrc-credentials): Return the value of the "default"
1688         entry.
1689         (netrc-machine): Ditto.
1690
1691         * nnimap.el (nnimap-find-article-by-message-id): Really return the
1692         article number.
1693         (nnimap-split-fancy): New variable.
1694         (nnimap-split-incoming-mail): Use it.
1695
1696         * nntp.el (nntp-server-list-active-group): Document.
1697
1698         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
1699         SELECT to get the message-id.
1700
1701         * mail-source.el (mail-sources): Removed webmail support.
1702         (defvar): Ditto.
1703         (mail-source-fetcher-alist): Ditto.
1704         (mail-source-fetch-webmail): Removed.
1705
1706         * webmail.el: Removed -- doesn't seem relevant any more.
1707
1708         * gnus.el: Fix up make-obsolete-variable declarations throughout.
1709
1710         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
1711         the \r.
1712
1713 2010-09-30  Julien Danjou  <julien@danjou.info>
1714
1715         * gnus-agent.el (gnus-agent-add-group): Fix call to
1716         gnus-completing-read.
1717
1718 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1719
1720         * nndoc.el (nndoc-retrieve-groups): New function.
1721
1722         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
1723         `default', use nnmail-split-methods.
1724         (nnimap-request-article): Downcase the NILs so that they are nil.
1725
1726         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
1727         symbol.
1728
1729         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
1730         code, since if the user has requested network, that's what they ought
1731         to get.
1732         (nnimap-request-set-mark): Erase the buffer before issuing commands.
1733         (nnimap-split-rule): Mark as obsolete.
1734
1735         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
1736         variable.
1737
1738         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
1739         correct slot, too.
1740
1741 2010-09-29  Julien Danjou  <julien@danjou.info>
1742
1743         * gnus.el (gnus-local-domain): Declare variable obsolete.
1744
1745         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
1746         computing.
1747         (gnus-ido-completing-read): Require ido.
1748
1749 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1750
1751         * gnus-registry.el: Don't prompt on load, which makes it impossible to
1752         build Gnus.
1753
1754         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
1755         when interpreting the structures.
1756         (nnimap-request-accept-article): Add \r\n to the lines to make this
1757         work with Cyrus.
1758
1759         * nndraft.el (nndraft-request-expire-articles): Use the group name
1760         instead if "nndraft".  Fix found by Nils Ackermann.
1761
1762 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
1763
1764         * nnregistry.el: Added.
1765
1766 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1767
1768         * nnmail.el (group, group-art-list, group-art):
1769         Remove unneeded directives.
1770
1771 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1772
1773         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
1774         (mm-mime-charset)
1775         * rfc2047.el (rfc2047-syntax-table)
1776         * utf7.el (utf7-utf-16-coding-system): Comment fix.
1777
1778         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
1779         rather than `insert-file-contents' and `eval-region'.
1780
1781         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
1782         construction.
1783
1784         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
1785
1786         * time-date.el: No need to require cl for Emacs 21.
1787
1788 2010-09-29  Julien Danjou  <julien@danjou.info>
1789
1790         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
1791         replacement of `gnus-gravatar-relief' to mimic
1792         `gnus-faces-properties-alist'.
1793         Add :version property.
1794
1795 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1796
1797         * mail-source.el (mail-source-report-new-mail)
1798         * message.el (message-default-mail-headers)
1799         * mm-decode.el (mm-valid-image-format-p): Comment fix.
1800
1801         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
1802
1803 2010-09-28  Julien Danjou  <julien@danjou.info>
1804
1805         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
1806         mail-address contains the same string as real-name.
1807
1808         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
1809         non-blank in header, otherwise it'll get stripped.
1810
1811         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
1812         real-name, and then for mail address rather than doing : or , search.
1813
1814 2010-09-27  Julien Danjou  <julien@danjou.info>
1815
1816         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
1817         (gnus-server-goto-server): Use gnus-completing-read.
1818
1819         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
1820
1821         * mm-util.el (defalias): Use gnus-completing-read.
1822         (mm-codepage-setup): Use gnus-completing-read.
1823
1824         * smime.el (smime-sign-buffer): Use gnus-completing-read.
1825         (smime-decrypt-buffer): Use gnus-completing-read.
1826
1827         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
1828
1829         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
1830         (mml-minibuffer-read-disposition): Use gnus-completing-read.
1831         (mml-insert-multipart): Use gnus-completing-read.
1832
1833         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
1834
1835         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
1836
1837         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
1838
1839         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
1840
1841         * gnus.el (gnus-read-method): Use gnus-completing-read.
1842
1843         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
1844
1845         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
1846         (gnus-mime-action-on-part): Use gnus-completing-read.
1847         (gnus-article-encrypt-body): Use gnus-completing-read.
1848
1849         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
1850         (gnus-topic-move-matching): Use gnus-completing-read.
1851         (gnus-topic-copy-matching): Use gnus-completing-read.
1852         (gnus-topic-sort-topics): Use gnus-completing-read.
1853         (gnus-topic-move): Use gnus-completing-read.
1854
1855         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
1856         (gnus-agent-add-group): Use gnus-completing-read.
1857
1858         * nnmairix.el (nnmairix-create-server-and-default-group): Use
1859         gnus-completing-read.
1860         (nnmairix-update-groups): Use gnus-completing-read.
1861         (nnmairix-get-server): Use gnus-completing-read.
1862         (nnmairix-backend-to-server): Use gnus-completing-read.
1863         (nnmairix-goto-original-article): Use gnus-completing-read.
1864         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
1865
1866         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
1867
1868         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
1869         (gnus-group-make-useful-group): Use gnus-completing-read.
1870         (gnus-group-make-web-group): Use gnus-completing-read.
1871         (gnus-group-add-to-virtual): Use gnus-completing-read.
1872         (gnus-group-browse-foreign-server): Use gnus-completing-read.
1873
1874         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
1875         (gnus-summary-limit-to-extra): Use gnus-completing-read.
1876         (gnus-summary-execute-command): Use gnus-completing-read.
1877         (gnus-summary-respool-article): Use gnus-completing-read.
1878         (gnus-read-move-group-name): Use gnus-completing-read.
1879
1880         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
1881         (gnus-summary-score-effect): Use gnus-completing-read.
1882
1883         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
1884
1885         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
1886         right completing-read function.
1887         (gnus-use-ido): New variable
1888         (gnus-completing-read-with-default): Remove.
1889
1890 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1891
1892         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
1893         x-focus-frame.
1894
1895         * nnimap.el (auth-source-forget-user-or-password)
1896         (auth-source-user-or-password): Autoload.
1897
1898         * message.el (message-from-style, message-interactive)
1899         (message-cite-prefix-regexp, message-sendmail-envelope-from)
1900         (message-yank-prefix, message-indentation-spaces, message-signature)
1901         (message-signature-file): Add comment.
1902
1903 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1904
1905         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
1906         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
1907         new articles.
1908
1909         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
1910         parts.
1911         (nnimap-request-article): Work with the t setting, too.
1912
1913         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
1914         that you don't get flashes of other buffers.
1915         (gnus-summary-show-complete-article): Intern before setting.
1916
1917 2010-09-27  David Engster  <dengste@eml.cc>
1918
1919         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
1920         well as HEADERS.
1921         (nnmairix-retrieve-headers): Provide new argument for the above.
1922
1923 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1924
1925         * gnus-sum.el (gnus-summary-move-article): Don't alter
1926         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
1927         group.
1928
1929         * nnimap.el (nnimap-update-info): Don't destructively alter active.
1930
1931         * message.el (message-cite-prefix-regexp): Revert my last edit.
1932
1933         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
1934         variable instead of the Gnus variable.
1935
1936         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
1937
1938         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
1939         again.
1940
1941         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
1942         since some servers don't like it.
1943         (nnimap-open-connection): Forget credentials if the server says the
1944         password was wrong.
1945         (nnimap-parse-line): Protect against invalid data.
1946
1947         * gnus-sum.el (gnus-summary-move-article): Add comment.
1948         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
1949         nothing alters it while scanning for new messages.
1950
1951         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
1952         which may or may not help.
1953         (nnimap-open-connection): If we're doing a stream connection, and then
1954         discover we're on a STARTTLS-capable server, then open a STARTTLS
1955         connection instead.
1956
1957 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1958
1959         * nnimap.el (utf7): Required.
1960
1961         * message.el (message-cite-prefix-regexp): Remove "}" from citation
1962         prefix.
1963
1964 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
1965
1966         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
1967
1968 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1969
1970         * nnimap.el (nnimap-request-accept-article): Message the error on
1971         error.
1972
1973 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1974
1975         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
1976
1977 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1978
1979         * nndoc.el (nndoc-request-list): Return success always.
1980
1981         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
1982         `fetch-old' -- we only want to fetch the articles we've requested.  The
1983         rest are in the agent, probably.
1984         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
1985         disappeared server" to something low.  It's not important.
1986
1987         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
1988         arrived before the FETCH data.
1989
1990         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
1991         target here, because we don't know the Gnus name of the group.
1992
1993         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
1994         for the correct group.
1995
1996         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
1997
1998         * gnus.el (gnus): Give a final warning after startup.
1999
2000         * gnus-util.el (gnus-action-message-log): New variable.
2001         (gnus-message): Use it.
2002         (gnus-final-warning): New function.
2003
2004         * nnimap.el (nnimap-open-connection): Record the greeting.
2005         (nnimap): Add greeting.
2006
2007 2010-09-26  Julien Danjou  <julien@danjou.info>
2008
2009         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2010         arguments.
2011         (gnus-html-wash-images): Fix spec computing to include start/end.
2012
2013         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2014
2015 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2016
2017         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2018         deletion.
2019         (nnimap-retrieve-headers): Don't select the group, because that's
2020         already done by nnimap-possibly-change-group.
2021
2022         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2023         (gnus-picon-transform-address): Use it.
2024
2025         * mail-source.el (mail-source-value): Revert previous patch.
2026
2027         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2028         on failure.
2029         (nnimap-open-connection): Look up both virtual and physical server name
2030         credentials.
2031
2032         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2033
2034 2009-02-07  Dave Love  <fx@gnu.org>
2035
2036         * tls.el (open-tls-stream): Don't query killing process.
2037
2038 2009-02-08  Dave Love  <fx@gnu.org>
2039
2040         * gnus-win.el (gnus-window-to-buffer-helper,
2041         gnus-all-windows-visible-p): Function needn't be a symbol.
2042
2043         * mail-source.el (mail-source-value): Function needn't be a symbol.
2044
2045 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2046
2047         * message.el (message-cite-prefix-regexp): Remove } from the cite
2048         prefix.
2049
2050         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2051         highlight again, so that the highlight is correct.
2052
2053         * gnus-picon.el (gnus-picon): Remove again.
2054         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2055
2056         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2057         doing the header highlightling, so that the background colour of the
2058         picon is correct.
2059
2060         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
2061         (gnus-picon): Ditto.
2062         (gnus-picon): Reinstate.  The background colour for picons is white.
2063         (gnus-picon-insert-glyph): Make the background white.
2064
2065         * nnml.el (nnml-open-nov): Don't return dead buffers.
2066
2067         * auth-source.el (auth-source-create): Query the user for whether to
2068         store the credentials.
2069
2070         * netrc.el (netrc-store-data): New function.
2071
2072         * auth-source.el (auth-source-user-or-password): Use the existing auth
2073         sources, if any, for creation.
2074
2075         * gnus.el (gnus-group-fast-parameter): Return the last matching
2076         parameter instead of the first matching parameter.
2077
2078 2010-09-26  Julien Danjou  <julien@danjou.info>
2079
2080         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2081
2082 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2083
2084         * mml2015.el (mml2015-use): Remove gpg support.
2085
2086         * mml1991.el (mml1991-function-alist): Remove gpg function.
2087         (mml1991-gpg-sign): Removed.
2088
2089 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2090
2091         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2092         (gnus-browse-unsubscribe-current-group): Document it.
2093         (gnus-browse-unsubscribe-group): Use it.
2094
2095 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2096
2097         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2098         address to the To list for easier response.
2099
2100         * gnus.el (gnus-play-startup-jingle): Removed.
2101         (gnus-splash): Don't play jingle.
2102         (gnus): Silence gnus-load message.
2103
2104         * gnus-art.el (gnus-treat-play-sounds): Removed.
2105
2106         * gnus.el (gnus-play-jingle): Remove audio support.
2107
2108         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2109
2110         * earcon.el: Removed -- no users.
2111
2112         * gnus-audio.el: Removed -- no users of this package.
2113
2114         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2115
2116         * gnus-start.el (gnus-setup-news): Remove nocem support.
2117
2118         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
2119
2120         * gnus.el (gnus-use-nocem): Removed.
2121
2122         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2123         Removed.
2124
2125         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
2126         uses NoCeM any more.
2127
2128         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2129         (gnus-button-ctan-handler): Ditto.
2130         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2131         (gnus-button-ctan-directory-regexp): Ditto.
2132         (gnus-button-handle-ctan): Ditto.
2133         (gnus-button-tex-level): Ditto.
2134         (gnus-button-alist): Removed CTAN stuff.
2135
2136 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2137
2138         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
2139         nnimap-streaming test.
2140
2141         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2142         servers twice.
2143
2144         * nnimap.el (nnimap-open-connection): Add more error reporting when
2145         nnimap fails early.
2146
2147         * nnheader.el (nnheader-get-report-string): New function.
2148         (nnheader-get-report): Use it.
2149
2150         * gnus-int.el (gnus-check-server): Say what the error was when opening
2151         failed.
2152
2153         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2154         using streaming.
2155
2156 2010-09-25  Julien Danjou  <julien@danjou.info>
2157
2158         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2159         gnus-window-inside-pixel-edges.
2160
2161 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2162
2163         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2164
2165         * mm-decode.el (mm-save-part): Allow saving to other directories the
2166         normal Emacs way.
2167
2168         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
2169         by Jay Berkenbilt.
2170
2171         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2172         there isn't a single byte.
2173
2174         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2175         just do it.  It doesn't really seem to matter what the user responds
2176         here, I think, so it's just a confusing question.
2177
2178         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2179         non-streaming case.
2180
2181         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
2182         (gnus-article-encrypt-body): Use it.
2183
2184         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2185         keystroke.
2186
2187         * nnimap.el (nnimap-find-wanted-parts-1): Use
2188         gnus-fetch-partial-articles.
2189
2190         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2191
2192         * nnimap.el (nnimap-insert-partial-structure): New function.
2193         (nnimap-get-partial-article): New function.
2194         (nnimap-request-article): Use it.
2195         (nnimap-wait-for-response): Return whether the wait was successful.
2196         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2197         retrieval wasn't successful.
2198         (nnimap-retrieve-group-data-early): Allow throttling servers.
2199         (nnimap-streaming): New variable.
2200         (nnimap-fetch-partial-articles): Removed.
2201
2202         * mm-decode.el (mm-with-part): Protect against killed buffers.
2203
2204         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2205         for prettier summary display.
2206
2207 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2208
2209         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
2210         directly.
2211
2212 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2213
2214         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2215         apparently third-party libraries depend on it.
2216
2217         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2218         before starting negotiation.
2219
2220         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2221         privacy reasons.
2222         (gnus-treat-mail-gravatar): Ditto.
2223
2224         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2225         buffer when inserting images.  Inserting text into the headers, for
2226         instance, can make them invalid.
2227
2228 2010-09-25  Julien Danjou  <julien@danjou.info>
2229
2230         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2231         variables.
2232
2233         * nnheader.el: Remove useless variables news-reply-yank-from and
2234         news-reply-yank-message-id.
2235
2236         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2237         variables.
2238
2239         * mml1991.el: Remove useless mml1991-verbose.
2240
2241         * gnus.el: Remove useless variable gnus-use-generic-from.
2242         Remove obsolete variable gnus-topic-indentation.
2243
2244         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2245
2246         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2247
2248         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2249
2250         * gnus-group.el: Remove useless gnus-group-icon-cache.
2251         Remove useless gnus-ephemeral-group-server.
2252
2253         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2254
2255         * mml2015.el: Remove useless mml2015-verbose.
2256
2257         * mml-smime.el: Remove useless mml-smime-verbose.
2258
2259         * gnus.el: Remove useless gnus-local-domain.
2260
2261         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
2262         gnus-gravatar-size.
2263
2264         * gnus-art.el: Remove useless gnus-treat-translate.
2265
2266 2010-09-24  Julien Danjou  <julien@danjou.info>
2267
2268         * gnus-sum.el: Add support for Gravatars.
2269
2270         * gnus-art.el: Add support for Gravatars.
2271
2272         * gnus-gravatar.el: Add this file.
2273
2274         * gravatar.el: Add this file.
2275
2276 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2277
2278         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
2279
2280         * gnus-group.el (gnus-group-fetch-faq): Removed.
2281
2282         * gnus.el (gnus-group-faq-directory): Removed.
2283
2284         * gnus-group.el (gnus-group-fetch-charter): Removed.
2285
2286         * gnus.el (gnus-group-charter-alist): Removed.
2287
2288         * gnus-group.el (gnus-group-archive-directory): Removed.
2289         (gnus-group-recent-archive-directory): Ditto.
2290         (gnus-group-make-archive-group): Removed.
2291
2292         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2293
2294         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2295         use the same article number for all the cached articles.
2296
2297         * nnimap.el (nnimap-command): Register the last command time so
2298         that we can use it for idling NOOPs.
2299         (nnimap-open-connection): Start the keeplive timer.
2300         (nnimap-make-process-buffer): Store all the process buffers.
2301         (nnimap-keepalive): New function.
2302
2303         * starttls.el (starttls-open-stream): Add autoload cookie.
2304
2305 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2306
2307         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2308         handling.
2309
2310 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2311
2312         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2313         its data structures.
2314
2315         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2316         instead of the cl.el copy-list.
2317         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2318         equalp.
2319
2320 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2321
2322         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2323         and tool-bar-local-item-from-menu.
2324
2325         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2326         mode-line-highlight face for Emacs.
2327
2328         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2329         loading gnus-sum.elc; fix comment for canlock-verify.
2330         (gnus-article-jump-to-part): Use read-number.
2331         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
2332         Emacs pre-21 compatible code for help-echo.
2333         (gnus-article-next-page-1): No need to adjust the number of lines.
2334         (gnus-article-describe-bindings): Always use help-buffer.
2335
2336         * gnus-audio.el (gnus-audio-inline-sound)
2337         * gnus-cus.el (gnus-custom-mode)
2338         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2339
2340         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2341
2342         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2343         compatible code.
2344
2345 2010-09-24  Glenn Morris  <rgm@gnu.org>
2346
2347         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2348         visiting the fcc file in rmail-mode.
2349
2350         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2351
2352 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2353
2354         * nnir.el: Silence the byte compiler.
2355
2356         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2357         alias to browse-url-url-encode-chars if any.
2358         (gnus-html-encode-url): Use it.
2359
2360 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2361
2362         * gnus-start.el (gnus-use-backend-marks): New variable.
2363         (gnus-get-unread-articles-in-group): Use it.
2364
2365         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2366         makeover.
2367
2368 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2369
2370         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2371
2372 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2373
2374         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2375         Removed.
2376         (gnus-setup-news-hook): Removed
2377         gnus-fixup-nnimap-unread-after-getting-new-news.
2378
2379         * gnus-int.el (gnus-request-update-info): Protect against backends not
2380         having the function.
2381
2382         * nnimap.el (nnimap-stream): Mention starttls.
2383         (nnimap-open-connection): Add starttls support.
2384
2385 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2386
2387         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2388
2389 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2390
2391         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2392         BODYSTRUCTUREs.
2393         (nnimap-transform-headers): Unfold quoted {42} headers.
2394
2395         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2396         the info.
2397         (gnus-get-unread-articles): Only call updatep on backends that support
2398         it.
2399
2400         * nnweb.el (nnweb-request-update-info): NOOP.
2401
2402         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
2403
2404         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
2405         since it only deals with marks.
2406
2407         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
2408         gnus-request-marks, and make a new gnus-request-update-info.
2409
2410         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2411         the active instead of the high number, which is usually too low.
2412
2413 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2414
2415         * netrc.el (netrc-parse): Remove encrypt.el mentions.
2416         * encrypt.el: Removed.
2417
2418 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2419
2420         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2421         server in symbolic form.
2422
2423         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
2424         0.9.
2425
2426 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2427
2428         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2429         (nnimap-update-info): Fix up code slightly.
2430
2431         * gnus-int.el (gnus-open-server): Add tracing for performance
2432         debugging.
2433
2434         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2435         (gnus-group-insert-group-line): Pass the real group name so that it
2436         gets the right data.
2437
2438         * gnus-start.el (gnus-get-unread-articles): Don't have
2439         `gnus-get-unread-articles-in-group' update info, since that can be
2440         really slow and doesn't seem to be needed?
2441
2442 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2443
2444         * time-date.el (date-to-time): Try using parse-time-string first before
2445         using the slower timezone-make-date-arpa-standard.
2446
2447 2010-09-22  Julien Danjou  <julien@danjou.info>
2448
2449         * gnus-group.el (gnus-group-insert-group-line): Call
2450         gnus-group-highlight-line.
2451         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2452         default hook list.
2453         (gnus-group-update-eval-form): Add new function.
2454         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2455         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2456
2457 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2458
2459         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2460         immediate, then expire all articles.
2461         (nnimap-update-info): Fix off-by-one errors.
2462         (nnimap-flags-to-marks): Would return no marks lists for group with no
2463         flags.  Instead return the other data.
2464
2465 2010-09-22  Julien Danjou  <julien@danjou.info>
2466
2467         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
2468         Only return an icon.
2469         (gnus-group-insert-group-line): Compute icon to return.
2470
2471         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
2472         variable.
2473         (gnus-html-image-fetched): Only cache if
2474         gnus-html-image-automatic-caching is set.
2475         (gnus-html-image-fetched): Check for errors.
2476
2477 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2478
2479         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2480         once per method on `g'.  This ensures that backends like nnfolder don't
2481         open all their folders.
2482
2483         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2484         (nnimap-request-list): Nix out group in the correct buffer.
2485         (nnimap-parse-flags): Implement by using `read' instead of
2486         hand-parsing.
2487         (nnimap-flags-to-marks): Pass on permanent-flags.
2488         (nnimap-make-process-buffer): Record the server name.
2489         (nnimap-parse-flags): Fix typo.
2490         (nnimap-request-scan): Run split on the server in general, not just a
2491         single group.
2492
2493         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2494         parameter, and propagate this downwards.
2495
2496         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2497         since EXAMINE changes it on the server.
2498
2499         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2500         this command might take a while.
2501
2502 2010-09-22  Julien Danjou  <julien@danjou.info>
2503
2504         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
2505         harmful if you have 2 images side-by-side, they can't be properly
2506         update on text deletion.  Using text-property is safer here.
2507         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2508         data.
2509
2510 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2511
2512         * nnimap.el (nnimap-expunge-inbox): Removed.
2513         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2514         (nnimap-expunge): Flip default to t.
2515
2516         * gnus.el (gnus-method-to-server): Don't push things to the cache
2517         unless it's unique.
2518         (gnus-server-to-method): Ditto.
2519
2520 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2521
2522         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2523
2524 2010-09-22  Julien Danjou  <julien@danjou.info>
2525
2526         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2527         get the start of data.
2528         (gnus-html-encode-url): Add this function to encode special chars in
2529         URL.
2530         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2531         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2532
2533         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2534         default.
2535         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2536
2537         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2538         images alt-text.
2539         (gnus-html-put-image): Put alt-text as help-echo.
2540
2541 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2542
2543         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2544         * mm-util.el (mm-decompress-buffer)
2545         * nnir.el (nnir-run-find-grep)
2546         * pop3.el (pop3-list): Use 3rd arg of split-string.
2547
2548         * time-date.el (format-seconds): Comment fix.
2549
2550         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
2551         and byte-optimize-form-code-walker.
2552         (dgnushack-make-auto-load): Don't advise make-autoload.
2553
2554         * lpath.el: Remove Emacs 21 stuff.
2555
2556 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2557
2558         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2559         outside the active range.  Suggested by Dan Christensen.
2560
2561         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2562         slightly later to avoid double-getting it.
2563
2564         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2565         previous patch.
2566
2567         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2568
2569 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
2570
2571         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2572
2573 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2574
2575         * gnus-int.el (gnus-open-server): Give a better error message in the
2576         "go offline" case.
2577
2578         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2579         marks for nnimap, which is seldom the right thing to do.
2580
2581         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2582         (gnus-same-method-different-name): New function.
2583
2584         * nnimap.el (parse-time): Require.
2585
2586         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2587         method in the presence of many similar methods.
2588
2589         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2590
2591         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2592         nnml-inhibit-expiry.
2593
2594         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2595         find out whether methods are equal.
2596
2597         * nnimap.el (nnimap-find-expired-articles): New function.
2598         (nnimap-process-expiry-targets): New function.
2599         (nnimap-request-move-article): Request the article before looking at
2600         what the Message-ID is.  Fix found by Andrew Cohen.
2601         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2602
2603         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2604         for oldness in addition to being a predicate.
2605
2606         * nnimap.el (nnimap-request-group): When we have zero articles, return
2607         the right data to Gnus.
2608         (nnimap-request-expire-articles): Only delete articles immediately if
2609         the target is 'delete.
2610
2611         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2612         method, this would bug out.
2613
2614         * gnus-group.el (gnus-group-expunge-group): Renamed from
2615         gnus-group-nnimap-expunge, and implemented as a normal interface
2616         function.
2617
2618         * gnus-int.el (gnus-request-expunge-group): New function.
2619
2620         * nnimap.el (nnimap-request-create-group): Implement.
2621         (nnimap-request-expunge-group): New function.
2622
2623 2010-09-21  Julien Danjou  <julien@danjou.info>
2624
2625         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2626         (gnus-html-cache-expired): Add new function.
2627         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2628         wethever we should display image for fetch it.
2629         Compute alt-text earlier to pass it to the fetching function too.
2630         (gnus-html-schedule-image-fetching): Change function argument to only
2631         get one image at a time, not a list.
2632         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2633         cache.
2634         (gnus-html-get-image-data): New function to retrieve image data from
2635         cache.
2636         (gnus-html-put-image): Change buffer argument to use image data rather
2637         than file, and place image above region rather than inserting a new
2638         one. Do not take alt-text as argument, since it's useless now: we place
2639         the image above alt-text.
2640         (gnus-html-prune-cache): Remove.
2641         (gnus-html-show-images): Start to fetch image when we find one, do not
2642         push into a temporary list.
2643         (gnus-html-prefetch-images): Only fetch image if they have expired.
2644         (gnus-html-browse-image): Fix, use 'gnus-image-url.
2645         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2646
2647 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2648
2649         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2650
2651 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2652
2653         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2654         spec inser "*" if the group isn't active instead of 0.
2655
2656         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2657         opening the server.
2658         (nnimap-request-delete-group): Implement group deletion.
2659         (nnimap-transform-headers): Return the size of the entire message in
2660         the Bytes header, not just the size of the first part.
2661         (nnimap-request-move-article): When moving an article from nnimap,
2662         request the article first so the accepting form has an article to
2663         accept.  Reported by Dan Christensen.
2664         (nnimap-command): Make sure that the error message doesn't error out.
2665
2666 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
2667
2668         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2669         we haven't requested anything.
2670
2671 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2672
2673         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2674         "".  Fix found by Andrew Cohen.
2675
2676         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2677         instead of -encode-string.
2678
2679 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2680
2681         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2682
2683         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2684         by mm-subst-char-in-string.
2685
2686 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2687
2688         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2689         waiting for the connection string.
2690
2691         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2692         arriving.
2693
2694         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2695         bogus characters.  This allows selecting certain Gmail groups.
2696
2697         * nnimap.el (nnimap-find-wanted-parts-1): New function.
2698         (nnimap-fetch-partial-articles): New variable.
2699         (nnimap-open-connection): When looking for credentials, also use the
2700         nnimap-server-port.
2701         (nnimap-request-article): Return the group/article number, so that Gnus
2702         `^' works as expected.
2703         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
2704         them.
2705
2706         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2707         comments.
2708         (gnus-methods-sloppily-equal): New function.
2709         (gnus): When using the development version of Gnus, load the gnus-load
2710         file.
2711
2712         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2713         `gnus-open-server' on each method before trying to scan them etc.  This
2714         ensures that all the backend parameters are set correctly.
2715
2716         * nnimap.el (nnimap-authenticator): New variable.
2717         (nnimap-open-connection): Allow anonymous login.
2718         (nnimap-transform-headers): The chars header is called Chars not
2719         Bytes.
2720         (nnimap-wait-for-response): Don't infloop if the IMAP connection
2721         drops.
2722
2723         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2724         patch, found by Knut Anders Hatlen.
2725
2726 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
2727
2728         * gnus-agent.el (gnus-agent-batch-confirmation)
2729         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2730         to gnus-message.
2731         * gnus-art.el (gnus-article-describe-briefly): Likewise.
2732         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2733         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2734         * gnus-int.el (gnus-open-server): Likewise.
2735         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2736         (gnus-score-check-syntax): Likewise.
2737         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2738         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2739         Likewise.
2740         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2741
2742 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2743
2744         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2745         calling conventions so that prefetch doesn't bug out.
2746
2747 2010-09-19  Julien Danjou  <julien@danjou.info>
2748
2749         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2750         rather than `subst-char-in-region' in order to be able to replace ASCII
2751         char by UTF-8 ones.
2752
2753         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2754         than curl.
2755         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2756         the right URL and ALT text on images.
2757         (gnus-html-wash-tags): Fix tag case.
2758         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
2759         (gnus-article-html): Add -o display_ins_del=2 option.
2760         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2761
2762 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2763
2764         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2765         the extra mail headers, which sometimes seem to happen for unknown
2766         reasons.
2767
2768         * mail-parse.el (mail-header-encode-parameter): Define as
2769         rfc2045-encode-string instead of as rfc2231-encode-string, since some
2770         (or most, perhaps?) mail readers don't understand the latter, but do
2771         understand the former.
2772
2773         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2774         to nil, so that no methods are automatically agentized.  I think this
2775         is probably what most users want.
2776
2777         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2778         from url-retrieve, for instance about invalid URLs.
2779
2780         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2781         groups that have no articles.
2782         (nnimap-request-article): Check that we really got an article when we
2783         requested one.
2784
2785         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2786         doesn't exist.
2787
2788         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2789         nntp buffer so the agent can save it.
2790         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2791         that CRLF doesn't get translated to \n.
2792         (nnimap-open-connection): Don't make 'shell commands only send \n.
2793
2794 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2795
2796         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2797         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
2798         Update var name.
2799         (nnml-generate-nov-file): Use dolist.
2800         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
2801         Use with-current-buffer.
2802
2803 2010-09-18  Julien Danjou  <julien@danjou.info>
2804
2805         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
2806         parallel.
2807
2808 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2809
2810         * nnimap.el (nnimap-update-info): When doing partial marks update, get
2811         the range update right.
2812         (nnimap-request-group): Don't make `M-g' bug out on group with no
2813         marks.
2814         (nnoo): Required, so that other packages can require nnimap.
2815         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
2816         command we're looking for.  This helps when the server sends more
2817         responses after we've gotten everything we expected.
2818         (nnimap): Add a `newlinep' field to keep track of end-of-line
2819         conventions.
2820         Don't send CRLF to things that don't want it.
2821         (nnimap-request-accept-article): Ditto.
2822
2823 2010-09-18  Julien Danjou  <julien@danjou.info>
2824
2825         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
2826         than curl to retrieve images.
2827
2828 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2829
2830         * nnimap.el (nnimap-update-info): Extend the info so that we can set
2831         the marks.
2832         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
2833         (nnimap-wait-for-connection): New function.
2834         (nnimap-open-connection): If we have PREAUTH, don't query for login
2835         credentials.
2836         (nnimap-update-info): Fix off-by-one error when concatenating ranges
2837         when doing a partial update.
2838
2839 2010-09-18  Julien Danjou  <julien@danjou.info>
2840
2841         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
2842         tags.
2843
2844 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2845
2846         * nnimap.el (nnimap-credentials): New function.
2847         (nnimap-open-connection): Use the new function to look for credentials
2848         also on the numeric equivalents of "imap" and "imaps".
2849
2850         * gnus-start.el (gnus-activate-group): Send the info to
2851         gnus-request-group.
2852
2853         * nnimap.el (nnimap-request-group): Have the "check" version of the
2854         function parse flags and update the info, so that a `M-g' get a total
2855         resync of all flags from the group.
2856
2857         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
2858         to allow backends to alter the info on group selection.  Also alter all
2859         the backend -request-group functions to take the parameter.
2860
2861         * nnimap.el (nnimap-store-info): New function.
2862         (nnimap-update-info): Store the info for later usage.
2863         (nnimap-request-group): Use the stored info for the dont-check case, so
2864         that we don't retrieve all marks when we enter a group.
2865
2866         * nnimap.el: Use deffoo instead of defun for interface functions.
2867
2868         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
2869         update the group info.  This makes the nndraft groups, for instance, go
2870         back to their old behaviour.
2871
2872         * gnus-sum.el (gnus-select-newsgroup): Indent.
2873
2874         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
2875         in.
2876         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
2877         nothing.
2878
2879         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
2880         from methods that are denied.
2881
2882         * gnus-int.el (gnus-method-denied-p): New function.
2883
2884         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
2885         store the password instead of netrc.
2886         (nnimap-open-connection): Don't error out when we can't make a
2887         connections.
2888
2889         * auth-source.el (auth-source-create): In the password prompt, say what
2890         we're querying for.  Also prompt for user name if that hasn't been
2891         given.
2892
2893         * nnimap.el (nnimap-with-process-buffer): Removed.
2894
2895 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2896
2897         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
2898         method when we're reading from the agent.
2899
2900         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
2901
2902         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
2903         that's probably most useful for users.
2904
2905         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
2906         "failed" all the time.
2907
2908         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
2909         ...)) with (with-current-buffer ... ).
2910
2911         * nntp.el (nntp-open-server): Return whether the open was successful or
2912         not.
2913
2914         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
2915         select an unread unseen article first.
2916
2917         * nnimap.el (nnimap-open-connection): If the user doesn't have a
2918         /etc/services, supply some sensible port defaults.
2919
2920         * dgnushack.el: Define netrc-credentials.
2921
2922 2010-09-17  Julien Danjou  <julien@danjou.info>
2923
2924         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
2925
2926 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2927
2928         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
2929         doesn't have any parameters.
2930
2931 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2932
2933         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
2934         only upcased checks.
2935
2936         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
2937
2938         * nnimap.el (nnimap-open-shell-stream): New function.
2939         (nnimap-open-connection): Use it.
2940         (nnimap-transform-headers): Get the number of lines in each message.
2941         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
2942         number of lines.
2943         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
2944         problem.
2945
2946         * utf7.el (utf7-encode): Autoload.
2947
2948         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
2949         to allow the mail splitting to not return a default group.  This is
2950         useful for nnimap, which will leave unmatched mail in the inbox.
2951
2952         * nnimap.el: Rewritten.
2953
2954         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
2955         nnimap usage.
2956
2957         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
2958         if the move is internal, so that nnimap can do fast internal moves.
2959
2960         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
2961         data.
2962         (gnus-read-active-for-groups): Support finishing the early retrieval of
2963         data.
2964
2965         * gnus-range.el (gnus-range-nconcat): New function.
2966
2967         * gnus-int.el (gnus-finish-retrieve-group-infos)
2968         (gnus-retrieve-group-data-early): New functions.
2969
2970 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2971
2972         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
2973         (nnrss-retrieve-groups):
2974         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
2975         (pop3-quit): Use with-current-buffer.
2976
2977 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2978
2979         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
2980         instead of nnheader-accept-process-output.
2981
2982         * dgnushack.el (dgnushack-compile): Add comment.
2983
2984         * lpath.el: No need to fbind propertize for XEmacs 21.4.
2985
2986         * gnus-html.el (gnus-html-schedule-image-fetching)
2987         (gnus-html-prefetch-images): Replace process-kill-without-query by
2988         gnus-set-process-query-on-exit-flag.
2989
2990 2010-09-16  Romain Francoise  <romain@orebokech.com>
2991
2992         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
2993
2994 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2995
2996         * gnus-registry.el (gnus-registry-install-shortcuts): The second
2997         parameter to unintern is mandatory-ish in Emacs 24.
2998
2999         * gnus-html.el (gnus-html-schedule-image-fetching)
3000         (gnus-html-prefetch-images): Check for curl before using it.
3001
3002         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3003         depend on curl, which isn't essential.
3004
3005         * imap.el: Revert back to version
3006         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3007         seem problematic.
3008
3009 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3010
3011         * gnus-registry.el (gnus-registry-install-shortcuts):
3012         Explicitly pass `obarray' to `unintern' to avoid a warning.
3013
3014 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3015
3016         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
3017         change.
3018
3019         * nnrss.el (nnrss-request-list): Removed this function and related
3020         functions, including the moreover stuff.
3021
3022 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3023
3024         * nnrss.el (nnrss-retrieve-groups): New function.
3025
3026 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3027
3028         * .dir-locals.el: Add no-byte-compile cookie.
3029
3030 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3031
3032         * time-date.el (format-seconds): Comment fix.
3033
3034         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3035         for back end that doesn't support request-scan.
3036
3037 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3038
3039         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3040         then do request scans from the backends.
3041
3042         * netrc.el (netrc-credentials): New conveniency function.
3043
3044         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3045         avoid running a hook per line, since this takes a lot of time,
3046         profiling shows.
3047         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3048         directly if gnus-visual-p is true.
3049
3050 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3051
3052         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3053         groups; replace mapcar with dolist which is a bit faster; pass groups
3054         info to gnus-read-active-file-1.
3055         (gnus-read-active-file-1): Scan only specified groups if the new
3056         optional arg `infos' is given.
3057
3058 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3059
3060         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3061
3062         * pop3.el (pop3-movemail): Removed.
3063         (pop3-streaming-movemail): Renamed to pop3-movemail.
3064
3065         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3066         don't restrict end-tag searches to the end of the line.
3067
3068 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3069
3070         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3071         articles of every unchecked group to t, which means unknown since the
3072         server has never been opened.
3073
3074 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3075
3076         * gnus-html.el (gnus-html-show-alt-text): New command.
3077         (gnus-html-browse-image): Ditto.
3078         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3079         to browse the image directly.
3080         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3081         better.
3082
3083         * gnus-async.el (gnus-async-article-callback): Call
3084         `gnus-html-prefetch-images' unconditionally.
3085
3086         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3087         before feeding URLs to curl.
3088
3089 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3090
3091         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3092         internal images as deletable by `W D D'.
3093
3094         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3095         (gnus-async-article-callback): Fix typo.
3096
3097 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3098
3099         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3100         current line to work around bugs in the output from w3m.
3101
3102         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3103         for groups that want that.
3104
3105         * nntp.el (nntp-wait-for-string): Supply a timeout for
3106         accept-process-output to ensure progress.
3107
3108         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3109         level to get unread articles from, then use that for foreign groups,
3110         too.
3111
3112         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3113         confuses the rest of the function.
3114
3115         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3116         for the methods that support -retrieve-groups, too.
3117
3118         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3119
3120 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3121
3122         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3123         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3124
3125         * pop3.el: Require cl when compiling.
3126         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3127
3128 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3129
3130         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3131         that aren't going to be activated.
3132         (gnus-get-unread-articles): Fix up the last commit.
3133
3134         * gnus-html.el (gnus-article-html): Allow calling without specifying
3135         the handle.  In that case, dissect the buffer first.
3136
3137         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3138
3139         * nnimap.el (nnimap-open-connection): Revert the change that would look
3140         into authinfo for imaps instead of imap.
3141
3142         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3143         say that you don't want to call gnus-request-group with don-check, but
3144         do check the reponse.  This is for virtual groups only.
3145         (gnus-get-unread-articles): Count the archive groups as secondary, so
3146         that they're activated the same way as before.
3147
3148         * imap.el (imap-message-map): Removed optional buffer parameter, since
3149         no callers use it.
3150         (imap-message-get): Ditto.
3151         (imap-message-put): Ditto.
3152         (imap-mailbox-map): Ditto.
3153         (imap-mailbox-put): Ditto.
3154         (imap-mailbox-get): Ditto.
3155         (imap-mailbox-get): Revert last change for this function.
3156
3157         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3158         case-insensitively.
3159         (nnimap-debug): Removed.
3160
3161         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3162         to use `imap-fetch' instead.  According to the comments, this should be
3163         safe, since all other IMAP clients use the 1:* syntax.
3164         (imap-enable-exchange-bug-workaround): Removed.
3165         (imap-debug): Removed -- doesn't seem very useful.
3166
3167         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3168         mail from a file, and the file doesn't exist.
3169
3170         * imap.el (imap-log): New convenience function used throughout instead
3171         of repeating the same code all over the place.
3172
3173         * pop3.el (pop3-streaming-movemail): Return t for success.
3174
3175         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3176         .authinfo if we're using ssl connection.
3177
3178         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3179         already have if we're in a main Gnus `g' run.
3180
3181         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3182
3183 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3184
3185         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3186
3187         * nnmh.el (nnmh-request-list-1): Bind `file'.
3188
3189         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3190         alias to set-process-query-on-exit-flag or process-kill-without-query.
3191         (pop3-open-server): Use it.
3192
3193 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3194
3195         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3196         box to the Incoming file.  Fixes mistake in previous checkin.
3197
3198         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3199         request loop (for debugging purposes) removed.
3200
3201         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3202         culprit is more visible.
3203         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3204         (nnml-add-incremental-nov): New functions to do "incremental" nov
3205         updates, where we just append to the end of the existing nov files
3206         without reading/writing them in full.
3207
3208         * mail-source.el (mail-source-delete-crash-box): Really only check the
3209         incoming files once in a while.
3210
3211         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3212
3213         * mail-source.el (mail-source-delete-crash-box): Only check the
3214         incoming files for deletion once per day to save a lot of file
3215         accesses.
3216
3217         * pop3.el (pop3-logon): Fix up unbound variable typo.
3218
3219         * mail-source.el (pop3-streaming-movemail): Autoload.
3220
3221         * pop3.el (pop3-streaming-movemail): Respect
3222         pop3-leave-mail-on-server.
3223
3224         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3225         retrieval.
3226
3227         * pop3.el (pop3-process-filter): Removed unused function.
3228         (pop3-streaming-movemail, pop3-send-streaming-command)
3229         (pop3-wait-for-messages, pop3-write-to-file)
3230         (pop3-number-of-responses): New functions for streaming pop3
3231         retrieval.
3232
3233         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3234         come from no known methods.
3235         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3236         list.
3237
3238         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
3239         message sizes.
3240         (pop3-movemail): Use erase-buffer instead of looping and deleting
3241         regions, which seems rather odd.
3242
3243         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3244         file once per `g' run.
3245
3246         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3247         directories.  This makes the draft queue directory work.
3248
3249         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3250         data from the backends, so that we only request the list of groups from
3251         each method once.  This should speed things up considerably.
3252
3253         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3254         detect that it's not implemented.
3255
3256         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3257         we actually do recurse down into the tree, but don't stat all leaf
3258         nodes.
3259
3260         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3261         then say so instead of bugging out.
3262
3263         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3264         files exist before trying to read them.
3265
3266         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3267         around <pre_int>.
3268
3269         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3270
3271         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3272
3273 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3274
3275         * mm-util.el (mm-image-load-path): Just return the image directories,
3276         not all directories in the path in addition to the image directories.
3277         (mm-image-load-path): Maintain a cache of the image directories so that
3278         the `g' command in Gnus doesn't have to stat dozens of directories each
3279         time.
3280
3281         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3282         (gnus-html-wash-tags): Add a new `i' command to insert images.
3283         (gnus-html-insert-image): New command and keystroke.
3284         (gnus-html-redisplay-with-images): New command and keystroke.
3285         (gnus-html-show-images): Renamed command.
3286         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3287         spacers.
3288         (gnus-html-wash-tags): Decode entities at the end, so that entities
3289         inside the tags don't mess up the rest of the "parsing".
3290
3291         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3292         so that nnimap methods aren't agentized by default.  There's apparently
3293         many problems related to agent/imap behaviour.
3294
3295         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3296
3297         * gnus-html.el: Doc fix.
3298
3299 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3300
3301         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3302         specifier-spec-list for Emacs 21.
3303
3304         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3305         glyph-width and glyph-height instead of display-graphic-p and
3306         image-size; make avoidance of displaying small images work for XEmacs.
3307
3308         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3309         for XEmacs.
3310
3311         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3312         of symbol that holds plist data.
3313         (gnus-process-plist): Remove plist of process after getting it.
3314
3315 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3316
3317         * message.el (message-generate-hashcash): Change default to
3318         'opportunistic if hashcash is installed.
3319
3320         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3321         (gnus-html-put-image): Only call image-size once, since it's somewhat
3322         time-consuming on remote X servers.
3323
3324 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3325
3326         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3327         type on data, not a file name.
3328
3329         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3330         window-pixel-edges for Emacs 21.
3331
3332         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3333         decoded contents.
3334         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3335
3336 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3337
3338         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3339         group line format, since it isn't very interesting.
3340
3341         * gnus-agent.el (gnus-agent-short-article),
3342         (gnus-agent-long-article): Increase values for these two variables,
3343         since most people are likely to have more network connection and
3344         storage than before.
3345
3346         * gnus.el (gnus-refer-article-method): Change default to 'current.
3347         When referring an article, the common behaviour is to refer it from the
3348         current select method, not the native select method.  The chances of
3349         the native select method having the message in question is rather slim
3350         these days.
3351
3352         * gnus-sum.el (gnus-auto-select-subject): Change default to
3353         `unseen-or-unread'.  I think it's likely that most people want to
3354         select an unseen article over a previously seen, but unread one.
3355
3356         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3357         means that in the article buffer none of the minor mode elements will
3358         be shown, usually, and this is not desirable in most cases.
3359
3360         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3361         that commands like `d' (and the like) go to the next line in the
3362         buffer, instead of the next unread article.  I think this is the
3363         behaviour that is most natural for most users.
3364         (gnus-single-article-buffer): Change default to nil, so that people can
3365         have as many article buffers open as they have summary buffer.  I think
3366         this is the most natural way for the groups to behave.
3367
3368         * message.el (message-generate-new-buffers): Change default to
3369         `unsent', so that all new message buffers start their names with the
3370         string "*unsent", and it's easier to find the buffers if you move from
3371         them.
3372
3373 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3374
3375         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3376         small.  They're probably tracking images.
3377         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3378         (gnus-html-rescale-image): Yet another try at getting the image sizing
3379         right.
3380
3381         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3382         nntp-marks-file-name is nil.
3383
3384 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3385
3386         * gnus-html.el (gnus-html-wash-tags)
3387         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3388         Better logging.
3389
3390 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3391
3392         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
3393
3394         * gnus-html.el (gnus-html-wash-tags): Check the value of
3395         gnus-blocked-images in the summary buffer.
3396
3397 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3398
3399         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3400
3401 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3402
3403         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3404         like "a", it seems like.
3405         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3406         since it needs to be picked from the correct buffer.
3407
3408         * nnwfm.el: Removed.
3409
3410         * nnlistserv.el: Removed.
3411
3412 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3413
3414         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3415         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3416
3417 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3418
3419         * nnkiboze.el: Removed.
3420
3421         * nndb.el: Removed.
3422
3423         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3424         alt text.
3425         (gnus-html-rescale-image): Try to get the rescaling logic right for
3426         images that are just wide and not tall.
3427
3428         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3429         overshadow variable bindings.
3430
3431 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3432
3433         * gnus-html.el (gnus-html-wash-tags)
3434         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
3435         extra logging.
3436
3437 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3438
3439         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3440         (gnus-max-image-proportion): New variable.
3441         (gnus-html-rescale-image): New function.
3442         (gnus-html-put-image): Rescale images.
3443
3444 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3445
3446         Fix up some byte-compiler warnings.
3447         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3448         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3449         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3450         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3451         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3452         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3453         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3454
3455 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3456
3457         * gnus-html.el (gnus-article-html): Decode contents by charset.
3458
3459 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3460
3461         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3462         (gnus-html-frame-width, gnus-blocked-images)
3463         * message.el (message-prune-recipient-rules): Add custom version.
3464         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3465
3466         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3467         functions.
3468
3469         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3470         gnus-process-get.
3471
3472 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3473
3474         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3475         instead of lsub directly.
3476
3477 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3478
3479         * nnwarchive.el: Removed.
3480
3481         * gnus-soup.el: Removed.
3482
3483         * nnsoup.el: Removed.
3484
3485         * nnultimate.el: Removed.
3486
3487         * gnus-html.el (gnus-blocked-images): New variable.
3488
3489         * message.el (message-prune-recipients): New function.
3490         (message-prune-recipient-rules): New variable.
3491
3492         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3493         guess whether a long line is natural text or not.
3494
3495         * gnus-html.el (gnus-html-schedule-image-fetching): Use
3496         gnus-process-plist and friends for compatibility.
3497
3498 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3499
3500         * gnus-html.el: Require packages that define macros used in this file.
3501         (gnus-article-mouse-face): Declare to silence byte-compiler.
3502         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3503         process-get.
3504         (gnus-html-put-image): Use plist-get to avoid getf.
3505         (gnus-html-prefetch-images): Use with-current-buffer.
3506
3507 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3508
3509         * gnus-ems.el: Provide compatibility functions for
3510         gnus-set-process-plist.
3511
3512         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3513         header-line-format for XEmacs 21.4.
3514
3515         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3516         * gnus.el (gnus-valid-select-methods)
3517         * message.el (message-send-mail-partially-limit)
3518         * mm-decode.el (mm-text-html-renderer)
3519         * mml.el (mml-insert-mime-headers-always)
3520         * smiley.el (smiley-regexp-alist): Bump custom version.
3521
3522 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3523
3524         * gnus-html.el: require mm-url.
3525         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3526         with the url to `url'.
3527         (gnus-html-wash-tags): Support cid: URLs/images.
3528
3529 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3530
3531         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3532         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3533         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3534
3535         * gnus-move.el: Removed file, since it doesn't really work.
3536
3537         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3538         UTF-8.  This seems to fix problems with some German web feeds.
3539
3540         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3541         at the top so that the proper colours are applied.
3542
3543         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
3544         don't have dots in their names.
3545
3546         * gnus-art.el (gnus-article-view-part): Doc fix.
3547
3548         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3549         XEmacs-compatible.
3550         (gnus-html-put-image): Don't do images on non-graphic displays.
3551
3552         * nnslashdot.el: Removed this unused backend.
3553
3554         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3555         actions.
3556         (gnus-undo-register-1): Revert last change.
3557
3558         * gnus-group.el (gnus-group-completing-read): Protect against not
3559         having completion-styles bound.
3560
3561         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3562         make broken recipients happier.
3563
3564         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3565
3566         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3567         point parameter.
3568
3569         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
3570
3571         * gnus-group.el (gnus-group-completing-read): Add 'substring to
3572         completion-styles for group selection.
3573
3574 2009-02-04  Andreas Schwab  <schwab@suse.de>
3575
3576         * gnus-score.el (gnus-score-string): Fix regex for matching extra
3577         headers and regexp-quote the match if necessary.
3578
3579 2009-03-24  Miles Bader  <miles@gnu.org>
3580
3581         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3582         the blinking smiley.
3583
3584 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3585
3586         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3587         blink smiley.
3588
3589 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3590
3591         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3592         where the dribbel file lives exists.
3593
3594         * message.el (message-send-mail-partially-limit): Change the default to
3595         nil, since most people don't want this.
3596
3597         * mm-url.el (mm-url-decode-entities): Also decode entities like
3598         &#x3212.
3599
3600 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3601
3602         * gnus-sum.el (gnus-summary-idna-message):
3603         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3604         Hyperlink urls in docstrings with URL `...'.
3605
3606 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3607
3608         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3609         functions.
3610
3611 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3612
3613         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3614         say what the mouseover text should be.
3615
3616         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3617         version of the mm-w3m-safe-url-regexp variable to only download images
3618         in the groups where we want that to happen.
3619
3620         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3621
3622         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3623         easier debugging.
3624         (gnus-article-beginning-of-window): Add kludge to allow spacing past
3625         big pictures in the article buffer.
3626
3627         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3628         gnus-article-html.
3629         (mm-text-html-renderer): gnus-article-html needs curl in addition to
3630         w3m.
3631
3632         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3633
3634 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3635
3636         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3637         which doesn't exist.
3638
3639         * message.el (message-inhibit-ecomplete): New variable to allow some
3640         function to inhibit ecomplete address storage.
3641         (message-resend): Disable ecomplete message storage when resending
3642         messages.
3643
3644         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3645
3646 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3647
3648         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3649         Save excursion while copying, moving, and deleting articles in order to
3650         prevent the cursor from jumping to unforeseen place.
3651
3652 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3653
3654         * lpath.el: No need to bind bookmark-current-buffer,
3655         bookmark-yank-point and bookmark-make-record-function.
3656
3657 2010-08-17  Glenn Morris  <rgm@gnu.org>
3658
3659         * gnus-sync.el: Require gnus components whose functions are used.
3660
3661         * gnus-art.el (bookmark-make-record-function):
3662         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3663         Declare for compiler.
3664
3665         * mm-url.el (mml-compute-boundary): Autoload.
3666
3667 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3668
3669         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3670
3671 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
3672
3673         Typo fix "hoo4a" -> "hook".
3674
3675         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3676
3677 2010-08-14  Glenn Morris  <rgm@gnu.org>
3678
3679         * gnus-sync.el (gnus-sync): Fix defgroup version.
3680
3681 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
3682
3683         Doc fixes and keep unknown groups (ammended for nunion bug fix).
3684
3685         * gnus-sync.el: Fix docs.
3686         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3687         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3688
3689 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3690
3691         Optimizations for gnus-sync.el.
3692
3693         * gnus-sync.el: Add docs about gnus-sync-backend
3694         possibilities.
3695         (gnus-sync-save): Remove unnecessary message.
3696         (gnus-sync-read): Optimize and show what groups were skipped.
3697
3698 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3699
3700         Minor bug fixes for gnus-sync.el.
3701
3702         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
3703         read the sync on get-new-news.
3704
3705         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3706         quiet.
3707
3708         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
3709
3710 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
3711
3712         Make saving and restoring of hidden threads work with overlays.
3713         Patch applied by Ted Zlatanov.
3714
3715         * gnus-sum.el (gnus-hidden-threads-configuration)
3716         (gnus-restore-hidden-threads-configuration): Update to deal with text
3717         properties, rather than searching for a magic character.
3718
3719 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3720
3721         New gnus-sync.el library for synchronization of marks.
3722
3723         * gnus-sync.el: New library for synchronization of marks.
3724
3725         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
3726         renamed from `gnus-registry-grep-in-list'.
3727
3728         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
3729
3730         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3731
3732 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3733
3734         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3735         determining charset of text fails.
3736
3737 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3738
3739         * nnmail.el (nnmail-get-new-mail-1): Revert.
3740
3741         * nnml.el (nnml-active-number): Make sure names of newly created groups
3742         in nnml-group-alist are encoded.
3743
3744 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3745
3746         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3747         containing non-ASCII characters in active file for nnml back end.
3748
3749 2010-07-24  David Engster  <dengste@eml.cc>
3750
3751         * mml-smime.el (mml-smime-epg-verify): Also accept the older
3752         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3753
3754 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
3755
3756         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3757         tag (Bug#6654).
3758
3759 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3760
3761         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3762         the article buffer, not the summary buffer.
3763
3764 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3765
3766         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3767         Emacs 23 as well.
3768
3769 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3770
3771         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
3772         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
3773
3774 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3775
3776         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3777         Patch applied by Karl Fogel.
3778
3779         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
3780         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3781
3782 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3783
3784         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3785         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
3786         C-w still not working correctly from Article buffers; Thierry's
3787         patch to fix that will be applied after this.
3788
3789         * gnus-art.el (bookmark-make-record-function): New local variable.
3790
3791         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3792         article buffer.
3793         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3794
3795 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3796
3797         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3798         on changes in bookmark.el.
3799
3800 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3801
3802         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
3803         `no-log' instead of message not to log prompt string.
3804
3805 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
3806
3807         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3808         the *other* type of HTML form submission.
3809
3810 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
3811
3812         * auth-source.el (auth-source-pick): If choice does not contain a
3813         questioned keyword, set the check to t.
3814
3815 2010-06-12  Romain Francoise  <romain@orebokech.com>
3816
3817         * gnus-util.el (gnus-date-get-time): Move up before first use.
3818
3819 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3820
3821         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3822         (gnus-article-edit-part): Bind it to make last part that is substituted
3823         or deleted visible.
3824         (gnus-mime-display-single): Buttonize part of which id equals to
3825         gnus-mime-buttonized-part-id.
3826
3827 2010-06-10  Dan Christensen  <jdc@uwo.ca>
3828
3829         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3830         (gnus-dd-mmm): Use gnus-date-get-time.
3831         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3832         simplify logic.
3833         (gnus-summary-limit-to-age): Use gnus-date-get-time.
3834         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
3835
3836 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
3837
3838         * auth-source.el (top): Autoload `secrets-list-collections',
3839         `secrets-create-item', `secrets-delete-item'.
3840         (auth-sources): Fix tag string.
3841         (auth-get-source, auth-source-retrieve, auth-source-create)
3842         (auth-source-delete): New defuns.
3843         (auth-source-pick): Rewrite in order to avoid 2 passes.
3844         (auth-source-forget-user-or-password): New parameter USERNAME.
3845         (auth-source-user-or-password): New parameters CREATE-MISSING and
3846         DELETE-EXISTING.  Retrieve password interactively, if needed.
3847
3848 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3849
3850         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3851         deleting unused directories when gnus-expert-user is t.
3852
3853 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3854
3855         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
3856         for each temp file when gnus-article-browse-delete-temp is ask.
3857
3858 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3859
3860         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
3861         Lisp calls to delete-backward-char by calls to delete-char.
3862
3863 2010-05-20  Kevin Ryde  <user42@zip.com.au>
3864
3865         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
3866
3867 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
3868
3869         * password-cache.el (password-cache-remove): Fix docstring.
3870
3871 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3872
3873         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
3874         article unless decoding article to be saved.
3875
3876 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3877
3878         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
3879         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
3880         generated within the mm-with-unibyte-current-buffer macro.
3881
3882 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3883
3884         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
3885         to nil when we're in a mml-preview buffer and no group is selected.
3886
3887 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
3888
3889         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
3890         when catching the `C-g'.  Reported by "Leo".
3891
3892 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3893
3894         * message.el (message-forward-make-body-plain)
3895         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
3896         multibyte-string-p.
3897
3898         * lpath.el: Revert.
3899
3900 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3901
3902         * message.el (message-forward-make-body-mml): Assume original message
3903         is multibyte string; error on unibyte.
3904         (message-forward-make-body-plain): Ditto; don't add excessive newline
3905         in body end.
3906
3907         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
3908
3909 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
3910
3911         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
3912         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
3913
3914 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3915
3916         * mm-extern.el (mm-extern-url): Don't use
3917         mm-with-unibyte-current-buffer.
3918         (mm-extern-cache-contents): Use with-current-buffer instead of
3919         save-excursion + set-buffer.
3920
3921 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3922
3923         * mm-util.el (mm-emacs-mule): Remove.
3924
3925 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
3926
3927         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
3928         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
3929         change.
3930
3931 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3932
3933         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
3934         bind the default value of enable-multibyte-characters to nil.
3935
3936 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3937
3938         * message.el (message-forward-make-body-plain)
3939         (message-forward-make-body-mml):
3940         Don't use mm-with-unibyte-current-buffer.
3941
3942 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3943
3944         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
3945
3946 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
3947
3948         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
3949         (Bug#5592).
3950
3951 2010-05-07  Julien Danjou  <julien@danjou.info>
3952
3953         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
3954         it to mm-pipe-part.
3955
3956         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
3957         it is given.
3958
3959 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3960
3961         * binhex.el (binhex-decode-region-internal)
3962         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
3963         (dns-query)
3964         * nnweb.el (nnweb-gmane-search)
3965         * pgg-parse.el (pgg-parse-armor)
3966         * pgg.el (pgg-verify-region)
3967         * sha1.el (sha1-string-external)
3968         * uudecode.el (uudecode-decode-region-internal)
3969         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
3970         XEmacs.
3971
3972         * gnus-art.el (gnus-article-browse-html-parts)
3973         * gnus-group.el (gnus-read-ephemeral-gmane-group)
3974         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
3975         make-temp-file.
3976
3977         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
3978         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
3979         compiling.
3980
3981         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
3982         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
3983         XEmacs when compiling.
3984
3985         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
3986         gnus-pick-mode-off-hook for XEmacs when compiling.
3987         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
3988         gnus-binary-mode-off-hook for XEmacs when compiling.
3989
3990         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
3991         nil if char-charset is not available.
3992
3993         * imap.el (imap-disable-multibyte)
3994         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
3995         macros.
3996
3997         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
3998         instead of encode-coding-string.
3999
4000         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4001         'xemacs) instead of mm-emacs-mule to switch function definitions.
4002         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4003
4004         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4005         bind temporary-file-directory for XEmacs;
4006         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4007         timer-set-function for XEmacs 21.4 and SXEmacs;
4008         bind timer-list for XEmacs 21.4 and SXEmacs;
4009         fbind char-charset and find-charset-region for non-Mule XEmacs;
4010         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4011         encode-coding-region and encode-coding-string for XEmacs having no
4012         file-coding feature.
4013
4014 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4015
4016         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4017
4018 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4019
4020         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4021         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4022
4023 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4024
4025         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4026         alias `jka-compr-delete-temp-file' no longer exists.
4027
4028 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4029
4030         Use define-minor-mode in Gnus where applicable.
4031         * mml.el (mml-mode): Use define-minor-mode.
4032         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4033         (gnus-undo-mode): Use define-minor-mode.
4034         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4035         (gnus-dead-summary-mode): Use define-minor-mode.
4036         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4037         Initialize in declaration.
4038         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4039         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4040         (gnus-mailing-list-mode): Use define-minor-mode.
4041         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4042         (gnus-draft-mode): Use define-minor-mode.
4043         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4044         (gnus-dired-mode): Use define-minor-mode.
4045
4046 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4047
4048         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4049         handles on recursive mml-to-mime translation and check them for
4050         boundary delimiter collisions.  Reported by Greg Troxel.
4051
4052 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4053
4054         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4055
4056 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4057
4058         * mm-util.el (mm-find-buffer-file-coding-system):
4059         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4060
4061 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4062
4063         * message.el (message-generate-headers): Record insertion of optional
4064         headers as well.  Otherwise the check to prevent repeated insertion of
4065         optional headers is a no-op.
4066
4067 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4068
4069         * smime.el: Don't mention CVS.
4070
4071         * nnrss.el (nnrss-fetch): Don't mention CVS.
4072
4073         * nnir.el: Don't mention CVS.
4074
4075 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4076
4077         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
4078
4079 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4080
4081         * lpath.el: Fbind bookmark-default-handler,
4082         bookmark-get-bookmark-record, bookmark-make-record-default,
4083         bookmark-prop-get for Emacs <23 and XEmacs.
4084
4085 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4086
4087         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4088         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4089         Use with-current-buffer to silence the byte-compiler.
4090         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4091         bother to require `gnus'.
4092         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4093
4094 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4095
4096         * gnus-sum.el (gnus-summary-bookmark-make-record)
4097         (gnus-summary-bookmark-jump): New functions.
4098         (gnus-summary-mode): Setup bookmark support.
4099
4100 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4101
4102         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4103         if set.
4104
4105 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4106
4107         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4108         gnus-article-browse-html-save-cid-image; make it work recursively for
4109         forwarded messages as well.
4110         (gnus-article-browse-html-parts): Work when prefix arg is given.
4111         (gnus-article-browse-html-article): Doc fix.
4112
4113 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4114
4115         * message.el (message-default-mail-headers):
4116         (message-default-headers): Carry the value mail-default-headers over
4117         into message-default-mail-headers, rather than message-default-headers.
4118
4119 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4120
4121         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
4122         charset.
4123
4124         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4125         charset into the <meta> tag when the article is encoded to utf-8.
4126
4127 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4128
4129         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
4130         directories as well.
4131         (gnus-article-browse-html-parts): Work for images that do not specify
4132         file names; delete temp directory when quitting; insert header at the
4133         right place; use file: scheme for image files.
4134
4135 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4136
4137         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4138         (gnus-article-browse-html-parts): Use it to make temporary cid image
4139         files in addition to html file so that browser may display them.
4140
4141 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4142
4143         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4144
4145 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4146
4147         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4148
4149 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4150
4151         * auth-source.el (auth-sources): Change default to be simpler.  Explain
4152         about Secret Service API sources.  Improve Customize options.
4153         (auth-source-pick): Change to accept any number of search parameters.
4154         Implement fallbacks iteratively, not recursively.  Add scoring on the
4155         second pass and sort by score.  Call Secret Service API when needed.
4156         (auth-source-user-or-password): Use it.  Call Secret Service API
4157         directly when needed to get the user name and the password.
4158
4159 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4160
4161         * message.el (message-interactive): Doc fix.
4162         (message-qmail-inject-args): Reflow.
4163         (message-kill-to-signature): Fix typo in docstring.
4164
4165         * smiley.el (smiley-buffer): Fix typo in docstring.
4166
4167 2010-03-24  Glenn Morris  <rgm@gnu.org>
4168
4169         * mail-source.el (gnus-message): Declare.
4170         (mail-source-delete-old-incoming): Require gnus-util.
4171
4172 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4173
4174         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4175
4176         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4177
4178         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4179         password-cache's default if it is not bound.
4180         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4181         password-cache-expiry's default if it is not bound.
4182
4183         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4184         available in Emacs 21.
4185
4186         * lpath.el: Suppress compiler warnings for:
4187         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4188         XEmacs;
4189         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4190         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4191         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4192
4193 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4194
4195         * auth-source.el (auth-sources): Fix up definition so extra parameters
4196         are always inline.
4197
4198 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4199
4200         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
4201         wasn't updated after mismatch.  Clear cached mailbox info correctly
4202         when uidvalidity changes.
4203         (nnimap-group-prefixed-name): New function to avoid some code
4204         duplication.
4205         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4206         (nnimap-request-group): Use it.
4207         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4208         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4209         with many imap folders.  This is done by caching the group status from
4210         the imap server persistently in a group parameter `imap-status'.  (This
4211         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4212         but not persistently, so every Gnus startup was still very slow.)
4213
4214 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4215
4216         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4217         delete the extra newline.  Otherwise editing of :string and :number
4218         types don't work.
4219
4220 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4221
4222         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4223         secrets.el dependency.
4224         (auth-sources): Add optional user name.  Add secrets.el configuration
4225         choice (unused right now).
4226
4227 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4228
4229         * gnus-sum.el (gnus-summary-make-menu-bar): Let
4230         `gnus-registry-install-shortcuts' fill in the functions.
4231
4232         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4233         warnings.
4234         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4235         (gnus-registry-install-shortcuts): Populate and use it in a
4236         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4237
4238 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4239
4240         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4241         In-place substitutions for the group name encoding/decoding.
4242         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4243         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4244         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4245         (nnimap-update-unseen, nnimap-request-list)
4246         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4247         (nnimap-request-set-mark, nnimap-split-to-groups)
4248         (nnimap-split-articles, nnimap-request-newgroups)
4249         (nnimap-request-create-group, nnimap-request-accept-article)
4250         (nnimap-request-delete-group, nnimap-request-rename-group)
4251         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4252         `encoded-mbx' for consistency.
4253         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4254         variable `imap-current-mailbox'.
4255
4256         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4257         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4258
4259 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4260
4261         * pop3.el (pop3-display-message-size-flag): Display message size byte
4262         counts during POP3 download.
4263         (pop3-movemail): Use it.
4264         (pop3-list): Implement listing of available messages.
4265
4266 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4267
4268         * nnir.el (nnir-get-article-nov-override-function): New function to
4269         override the normal NOV retrieval.
4270         (nnir-retrieve-headers): Use it.
4271
4272 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4273
4274         * auth-source.el (netrc-machine-user-or-password): Autoload.
4275
4276 2010-03-19  Glenn Morris  <rgm@gnu.org>
4277
4278         Stop message.el from loading about 40 libraries it doesn't always need.
4279         The general approach is to autoload rather than require, and to
4280         require in the specific functions rather than the file.  (Bug#5642)
4281
4282         * gmm-utils.el: Don't require wid-edit.
4283         (widget-create-child-value, widget-convert, widget-default-get):
4284         Autoload.
4285
4286         * gnus-util.el: Don't require time-date, netrc.
4287         (message-fetch-field, gnus-group-name-decode): Declare rather than
4288         autoloading.
4289         (gnus-fetch-field): Require message.
4290         (gnus-decode-newsgroups): Require gnus-group.
4291
4292         * ietf-drums.el: Don't require time-date.
4293
4294         * message.el: Don't require hashcash, canlock, ecomplete.
4295         Do require mail-utils.  Require nnheader only when compiling.
4296         (smtpmail-default-smtp-server): Remove declaration.
4297         (message-send-mail-function): Check smtpmail-default-smtp-server
4298         is bound rather than requiring smtpmail.
4299         (message-auto-save-directory, message-insert-signature): Use
4300         expand-file-name rather than nnheader-concat.
4301         (nnheader-insert-file-contents): Autoload.
4302         (hashcash-wait-async): Declare.
4303         (message-send-mail): Only call gnus-setup-posting-charset if
4304         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4305         (message-send-mail-with-sendmail): Require sendmail.
4306         (canlock-password, canlock-password-for-verify): Declare.
4307         (message-canlock-password): Require canlock.
4308         (nnheader-get-report): Autoload.
4309         (gnus-setup-posting-charset): Declare.
4310         (message-send-news): Require gnus-msg.
4311         (message-make-references, message-make-in-reply-to): Use mail-header-id
4312         rather than the alias mail-header-message-id.
4313         (ecomplete-add-item, ecomplete-save): Declare.
4314         (message-put-addresses-in-ecomplete): Require ecomplete.
4315         (ecomplete-display-matches): Autoload.
4316
4317         * mm-decode.el: Don't require mailcap, gnus-util.
4318         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4319         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4320         Autoload.
4321         (mailcap-mime-extensions): Declare.
4322
4323         * mm-encode.el: Don't require mailcap.
4324         (mailcap-extension-to-mime): Autoload.
4325
4326         * mml-sec.el: Don't require password-cache.
4327
4328         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4329         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4330         (mml-minibuffer-read-type): Require mailcap.
4331         (mml-preview): Require gnus-msg.
4332
4333         * mml1991.el: Require password-cache.
4334         (password-cache-expiry): Remove declaration.
4335
4336         * mml2015.el: Require password-cache.
4337         (password-cache-expiry): Remove declaration.
4338
4339         * nneething.el (mailcap): Require mailcap.
4340
4341         * nnheader.el (declare-function): Add compatibility stub.
4342         (message-remove-header): Declare rather than autoload.
4343         (nnheader-replace-header): Require message.
4344
4345         * nnimap.el (declare-function): Add compatibility stub.
4346         (netrc-parse, netrc-machine-user-or-password): Declare.
4347         (nnimap-open-connection): Require netrc.
4348
4349         * nntp.el (declare-function): Add compatibility stub.
4350         (netrc-parse, netrc-machine, netrc-get): Declare.
4351         (nntp-send-authinfo): Require netrc.
4352
4353         * rfc2047.el: Don't require qp.
4354         (quoted-printable-encode-region, quoted-printable-decode-string):
4355         Autoload.
4356
4357         * sieve-mode.el: Don't require easymenu.
4358         (easy-menu-add-item): Autoload it.
4359
4360         * spam-stat.el (time-to-number-of-days): Autoload it.
4361
4362 2010-03-19  Glenn Morris  <rgm@gnu.org>
4363
4364         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4365
4366 2010-03-18  Glenn Morris  <rgm@gnu.org>
4367
4368         * hashcash.el (declare-function): Remove duplicate definition.
4369
4370 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4371
4372         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4373         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4374         value if any backslash escapes).
4375
4376 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4377
4378         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4379         if it is available.  (bug#5647)
4380
4381         * lpath.el: Suppress compiler warning for coding-system-from-name for
4382         Emacs 21 and XEmacs.
4383
4384 2010-03-14  Juri Linkov  <juri@jurta.org>
4385
4386         * hmac-def.el:
4387         * hmac-md5.el:
4388         * netrc.el: Fix keywords.
4389
4390 2010-02-26  Glenn Morris  <rgm@gnu.org>
4391
4392         * message.el (message-send-mail-function): Change the default, so that
4393         it inherits from a customized send-mail-function.  (Bug#5643)
4394
4395 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4396
4397         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4398         shell-command-to-string signals an error (bug#5299).
4399
4400 2010-02-24  Glenn Morris  <rgm@gnu.org>
4401
4402         * message.el (message-smtpmail-send-it)
4403         (message-send-mail-with-mailclient): Doc fixes.
4404
4405 2010-02-16  Glenn Morris  <rgm@gnu.org>
4406
4407         * message.el (message-default-mail-headers): Change the default value
4408         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4409
4410 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4411
4412         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
4413         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
4414
4415 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4416
4417         * time-date.el (date-to-time): Doc fix (Bug#5408).
4418
4419 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4420
4421         * message.el (message-mail): Just pass yank-action on to message-setup.
4422         (message-setup): Handle (FUN . ARGS) form of yank-action.
4423         (message-with-reply-buffer, message-widen-reply)
4424         (message-yank-original): Handle non-buffer values of
4425         message-reply-buffer (Bug#4080).
4426         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4427
4428 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4429
4430         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4431         Fix typo in docstring.
4432
4433 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4434
4435         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4436         response.
4437
4438 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4439
4440         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4441
4442         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4443
4444         * message.el (message-check-news-header-syntax): Protect against a
4445         string that `rfc822-addresses' returns when parsing fails.
4446
4447 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4448
4449         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4450         (gnus-previous-char-property-change): New functions.
4451
4452         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4453
4454 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4455
4456         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4457         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4458
4459 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4460
4461         * message.el (message-exchange-point-and-mark): Rework last change to
4462         avoid using optional arg of exchange-point-and-mark, for backward
4463         compatibility.
4464
4465 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4466
4467         * message.el (message-exchange-point-and-mark): Call
4468         exchange-point-and-mark with an argument rather than setting
4469         mark-active by hand (Bug#5175).
4470
4471 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4472
4473         * nntp.el (nntp-service-to-port): Work for service expressed with
4474         numeric string; replace [:digit:] with [0-9] for XEmacs.
4475
4476 2009-12-17  Glenn Morris  <rgm@gnu.org>
4477
4478         * gnus-group.el (gnus-bug-group-download-format-alist):
4479         Change emacs entry to debbugs.gnu.org.  Bump :version.
4480
4481 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4482
4483         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4484
4485 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4486
4487         * message.el (message-info): Explain why we use `Info-goto-node'.
4488
4489 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4490
4491         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4492
4493 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4494
4495         * message.el (message-completion-in-region): New compatibility function.
4496         (message-expand-group): Use it.
4497
4498 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4499
4500         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4501         with no unread article should be listed if the 2nd arg `predicate' is
4502         given.
4503
4504 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4505
4506         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4507
4508 2009-11-29  Juri Linkov  <juri@jurta.org>
4509
4510         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4511         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4512         on `gnus-recenter'. (Bug#4698, Bug#4981)
4513
4514 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4515
4516         * sha1.el (sha1-string-external): default-directory "/" in case
4517         otherwise non-existent.  process-connection-type pipe for touch of
4518         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4519
4520 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4521
4522         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4523         it's comms related and sgml-mode.el has "comm" on that basis too.
4524
4525 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4526
4527         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4528         containing tspecial characters if they have been already quoted.
4529
4530 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4531
4532         * dns-mode.el (auto-mode-alist): Purecopy string.
4533
4534 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4535
4536         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4537
4538 2009-10-24  Glenn Morris  <rgm@gnu.org>
4539
4540         * gnus-art.el (help-xref-stack-item): Define for compiler.
4541
4542 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4543
4544         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
4545
4546 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4547
4548         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4549
4550 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4551
4552         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4553         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4554
4555 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4556
4557         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4558         (gnus-overlays-in): New alias to overlays-in.
4559
4560         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4561         gnus-overlay-get, and gnus-delete-overlay.
4562         (gnus-summary-show-thread): Make it work as well for systems in which
4563         next-single-char-property-change is not available.
4564         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4565
4566         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
4567         (gnus-overlay-get): New alias to extent-property.
4568         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
4569
4570         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
4571         SXEmacs.
4572
4573         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
4574         SXEmacs.
4575
4576 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4577
4578         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4579
4580 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4581
4582         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4583         and XEmacs that don't have `remove-overlays'.
4584
4585 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4586
4587         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4588         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4589         selective display.  Use overlays instead.
4590
4591 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4592
4593         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4594
4595 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4596
4597         * spam-stat.el (spam-stat-load): Fix typo in message.
4598
4599 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4600
4601         * dig.el (dig-invoke): Fix typo in docstring.
4602         (query-dig): Reflow docstring.
4603
4604 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4605
4606         * gnus-art.el (gnus-article-encrypt-body):
4607         * message.el (message-check-recipients):
4608         * mm-util.el (mm-codepage-setup):
4609         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4610         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4611
4612 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4613
4614         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4615         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4616         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4617         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4618         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4619
4620 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4621
4622         * dig.el: Add "Keywords: comm", as per net-utils.el.
4623
4624 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4625
4626         * dig.el (dig-mode): Use define-derived-mode.
4627
4628 2009-09-19  Glenn Morris  <rgm@gnu.org>
4629
4630         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4631
4632 2009-09-18  Glenn Morris  <rgm@gnu.org>
4633
4634         * gnus-diary.el (gnus-diary-check-message):
4635         * message.el (message-insert-formatted-citation-line):
4636         * nnbabyl.el (top-level):
4637         * nndiary.el (nndiary-schedule):
4638         Fix typos in condition-case handlers.
4639
4640 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4641
4642         * gnus-art.el (gnus-article-edit-part): Work for the buffer
4643         configuration that provides the sole article window in a frame;
4644         position point correctly after deleting a part.
4645
4646 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
4647
4648         * spam.el (spam-unregister-on-reregister): Add boolean variable.
4649         (spam-resolve-registrations-routine): Use it to unregister articles
4650         that change status.
4651
4652 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4653
4654         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
4655         with XEmacs.
4656         (parse-time-string-chars): Use it.
4657
4658 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4659
4660         * imap.el (imap-interactive-login): Better messages.
4661         (imap-open): Fix bug with renamed buffer on reconnect.
4662         (imap-authenticate): Add buffer-local imap-last-authenticator variable
4663         for easier debugging and cleaner code.  On successful (guessed based on
4664         server capabilities) secondary authentication, set imap-state
4665         correctly.
4666         (imap-last-authenticator): Define imap-last-authenticator as a variable
4667         to avoid warnings.
4668
4669 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4670
4671         * nnrss.el (nnrss-request-article): Remove binding of
4672         default-enable-multibyte-characters that has gotten needless by
4673         the 2007-07-13 change in rfc2047-encode-message-header.
4674
4675         * mml.el (mml-insert-multipart): Error on the message header.
4676         (mml-insert-part): Error on the message header; position point at
4677         the end of a MIME tag.
4678
4679 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4680
4681         * time-date.el (autoload): Expand define-obsolete-function-alias into
4682         defalias and make-obsolete for old Emacsen that Gnus supports.
4683         (with-no-warnings): Define it for old Emacsen.
4684         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4685         is available.
4686         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4687         float-time is available; suppress compile warning for time-to-seconds.
4688
4689         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4690         (gnus-float-time): Alias to float-time if it exists.
4691
4692         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4693         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4694         float-time is available; suppress compile warning for time-to-seconds.
4695
4696         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
4697         XEmacs.
4698
4699 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
4700
4701         * imap.el (imap-message-map): Docstring fix.
4702
4703 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4704
4705         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4706         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4707         Add the optional argument `encoding' that overrides the default.
4708
4709         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4710         mm-encode-buffer.
4711
4712 2009-09-04  Glenn Morris  <rgm@gnu.org>
4713
4714         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4715         mm-disable-multibyte, rather than default-enable-multibyte-characters.
4716         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4717         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4718         * mm-util.el (mm-with-unibyte-current-buffer)
4719         (mm-find-buffer-file-coding-system):
4720         * yenc.el (yenc-decode-region): Use default-value rather than
4721         default-enable-multibyte-characters.
4722
4723 2009-09-03  Glenn Morris  <rgm@gnu.org>
4724
4725         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4726         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4727         than default-enable-multibyte-characters.
4728
4729 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
4730
4731         * gnus-art.el (gnus-article-read-summary-keys):
4732         Fix gnus-buffer-configuration's value temporarily used.
4733
4734 2009-09-02  Glenn Morris  <rgm@gnu.org>
4735
4736         * gnus-util.el (gnus-float-time): New function.
4737         * gnus-delay.el (gnus-delay-article):
4738         * gnus-sum.el (gnus-thread-latest-date):
4739         * gnus-util.el (gnus-user-date): Use gnus-float-time.
4740         * nnspool.el (nnspool-request-newgroups):
4741         Use gnus-float-time rather than time-to-seconds.
4742         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4743
4744         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4745         (gnus-header-subject-face, gnus-header-newsgroups-face)
4746         (gnus-header-name-face, gnus-header-content-face):
4747         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4748         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4749         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4750         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4751         (gnus-cite-face-11):
4752         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4753         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4754         (gnus-server-closed-face, gnus-server-denied-face)
4755         (gnus-server-offline-face):
4756         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4757         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4758         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4759         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4760         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4761         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4762         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4763         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4764         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4765         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4766         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4767         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4768         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4769         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4770         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4771         (gnus-summary-high-undownloaded-face)
4772         (gnus-summary-low-undownloaded-face)
4773         (gnus-summary-normal-undownloaded-face)
4774         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4775         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4776         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4777         (gnus-splash-face):
4778         * message.el (message-header-to-face, message-header-cc-face)
4779         (message-header-subject-face, message-header-newsgroups-face)
4780         (message-header-other-face, message-header-name-face)
4781         (message-header-xheader-face, message-separator-face)
4782         (message-cited-text-face, message-mml-face):
4783         * sieve-mode.el (sieve-control-commands-face)
4784         (sieve-action-commands-face, sieve-test-commands-face)
4785         (sieve-tagged-arguments-face):
4786         * spam.el (spam-face):
4787         Mark face aliases with "-face" in the name as obsolete.
4788
4789 2009-09-01  Glenn Morris  <rgm@gnu.org>
4790
4791         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4792         than goto-line.
4793
4794 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4795
4796         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4797         Don't move point if the command is invoked inside the message header.
4798
4799 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4800
4801         * imap.el (imap-send-command): Simplify.
4802         (imap-wait-for-tag): point-max -> buffer-size.
4803
4804 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4805
4806         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4807         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4808         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4809         * nnir.el (nnir-swish-e-index-file):
4810         * gnus-sum.el (gnus-summary-delete-marked-as-read)
4811         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4812         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4813         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4814         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4815         (gnus-treat-display-xface): Add Emacs version of obsolescence.
4816
4817 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4818
4819         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4820         Don't save excursion.
4821
4822 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4823
4824         * nnheader.el (nnheader-find-file-noselect):
4825         * mm-util.el (mm-insert-file-contents):
4826         Use (default-value 'major-mode) instead of default-major-mode.
4827
4828 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4829
4830         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4831
4832 2009-08-26  Glenn Morris  <rgm@gnu.org>
4833
4834         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
4835         than placing in files.el.
4836
4837 2009-08-25  Glenn Morris  <rgm@gnu.org>
4838
4839         * nnir.el (top-level): Don't require cl at run-time.
4840         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4841         Replace cl-function substitute with gnus-replace-in-string.
4842         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4843         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4844         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4845         simplified expansions.
4846
4847 2009-08-25  Kevin Ryde  <user42@zip.com.au>
4848
4849         * dig.el (dig): Add autoload cookie.
4850
4851 2009-08-22  Glenn Morris  <rgm@gnu.org>
4852
4853         * gnus-art.el (gnus-button-patch): Use forward-line rather than
4854         goto-line.
4855
4856 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
4857
4858         * parse-time.el (parse-time-string-chars): Save match data.
4859
4860 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
4861
4862         * parse-time.el (parse-time-string-chars): Compute using character
4863         classes, to handle non-ascii characters (Bug#3190).
4864
4865 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4866
4867         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
4868
4869         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
4870         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
4871         (gnus-mm-display-part, gnus-mime-display-single)
4872         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
4873         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
4874
4875         * gnus-sum.el
4876         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
4877         (gnus-summary-move-article): Add expirable mark to articles copied or
4878         moved to group that has auto-expire turned on if the option is non-nil.
4879
4880 2009-07-24  Glenn Morris  <rgm@gnu.org>
4881
4882         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
4883         Fix typo.  (Bug#3903)
4884
4885 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4886
4887         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
4888         gnus-article-read-summary-keys rather than gnus-summary-edit-article
4889         that should not be used for draft articles.
4890         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
4891         that has no concern in minor mode keys.
4892         (gnus-article-summary-command, gnus-article-summary-command-nosave):
4893         Abolish.
4894
4895 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4896
4897         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
4898         article without making inquiry to a user for unknown encoding.
4899
4900         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
4901         (nnmaildir--scan): Assume i-node and device number that file-attributes
4902         returns might be cons-cell.
4903
4904         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
4905
4906         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
4907
4908 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
4909
4910         * auth-source.el: Remove docs now in auth.texi.  Don't use
4911         `gnus-message' for logging.  Add new variables `auth-source-debug' and
4912         `auth-source-hide-passwords' and use them.
4913
4914 2009-07-15  Glenn Morris  <rgm@gnu.org>
4915
4916         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
4917
4918 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4919
4920         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
4921         excessive whitespace from the default values of title and description.
4922
4923 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4924
4925         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
4926         mail-fetch-field to fetch Content-Description header in order to
4927         exclude newlines.
4928
4929 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
4930
4931         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
4932         format used by GnuPG 2.0.11.
4933
4934 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4935
4936         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
4937         to deleted part.
4938
4939 2009-05-30  David Engster  <dengste@eml.cc>
4940
4941         * nnmairix.el: Remove old documentation in the commentary block.
4942         (nnmairix-request-group): Do not update active file for nnml back ends.
4943         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
4944         end so that overview files are ignored.
4945         (nnmairix-update-groups): Make updating the groups more robust by using
4946         marks.
4947         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
4948         with dollar characters in message-id.
4949
4950 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
4951
4952         * spam.el: Use dns-query instead of query-dns.  Was renamed on
4953         2008-12-25 in dns.el.
4954
4955 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4956
4957         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
4958         could happen if the text is only composed of spaces and/or tabs.
4959
4960 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
4961
4962         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
4963         when sending a queued message to avoid extra mml tags.
4964
4965 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4966
4967         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
4968
4969 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4970
4971         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
4972         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
4973         rmail-toggle-header for XEmacs;
4974         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
4975
4976 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4977
4978         * gnus-dired.el: Remove autoload for gnus-setup-message.
4979         (gnus-dired-attach): Fake this-command value to prevent Gnus from
4980         displaying Gnus logo; always use compose-mail.
4981
4982 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4983
4984         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
4985
4986 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4987
4988         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
4989         (gnus-nocem-issuers): List currently active issuers; fix custom type.
4990         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
4991         available.
4992         (gnus-nocem-epg-verify): New function.
4993
4994 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
4995
4996         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
4997
4998 2009-02-15  Glenn Morris  <rgm@gnu.org>
4999
5000         * gnus-util.el (rmail-insert-rmail-file-header)
5001         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5002         autoloads.
5003         (rmail-default-rmail-file): Remove unnecessary declaration.
5004         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5005
5006 2009-02-14  Glenn Morris  <rgm@gnu.org>
5007
5008         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5009         variable (only used in gnus-util, which declares it anyway).
5010         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5011         which was only needed by gnus-art (changed to not use it any more).
5012         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5013         only used in gnus-util, which autoloads it itself.
5014         (rmail-update-summary): Fix autoload.
5015
5016         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5017         rather than rmail-output-to-rmail-file.
5018
5019 2009-02-07  Glenn Morris  <rgm@gnu.org>
5020
5021         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5022         autoload of function that no longer exists.
5023         (rmail-toggle-header): Declare.
5024         (message-forward-rmail-make-body): Handle mbox Rmail.
5025
5026 2009-01-31  Glenn Morris  <rgm@gnu.org>
5027
5028         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5029         2009-01-09 change.
5030
5031 2009-01-31  Dave Love  <fx@gnu.org>
5032
5033         * imap.el (imap-fetch-safe): Bind debug-on-error.
5034         (imap-debug): Add imap-fetch-safe.
5035
5036 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
5037
5038         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5039         (auth-source-forget-all-cached): New convenience function.
5040         (auth-source-user-or-password): Accept list of modes or a single mode.
5041
5042         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5043         auth-source modes.
5044
5045         * netrc.el (netrc-machine-user-or-password): Use list of
5046         auth-source modes.
5047
5048         * nnimap.el (nnimap-open-connection): Use list of
5049         auth-source modes.
5050
5051         * nntp.el (nntp-send-authinfo): Use list of
5052         auth-source modes.
5053
5054 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5055
5056         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5057         now.
5058
5059 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5060
5061         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5062         coding system in XEmacs; add a workaround for XEmacs.
5063
5064         * lpath.el: Fbind coding-system-aliasee.
5065
5066 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5067
5068         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5069         of current-language-environment.
5070
5071 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5072
5073         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5074         available at runtime.
5075
5076 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5077
5078         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5079
5080 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5081
5082         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5083         the greatest positive fixnum value doesn't work under an XEmacs with
5084         bignum support; use the most-positive-fixnum constant instead,
5085         available since Emacs 21.1 with cl and XEmacs 21.1.
5086
5087 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5088
5089         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5090         XEmacs gets not to work.
5091
5092 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5093
5094         * mm-util.el (mm-coding-system-priorities): Allow the value like
5095         "Japanese (UTF-8)" of current-language-environment.
5096
5097 2009-01-09  Glenn Morris  <rgm@gnu.org>
5098
5099         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5100         with last-command-event.
5101
5102 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5103
5104         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5105         in the doc string.
5106
5107         * message.el (message-fix-before-sending): Amend comment.
5108
5109 2009-01-08  Dave Love  <fx@gnu.org>
5110
5111         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5112
5113 2009-01-07  David Engster  <dengste@eml.cc>
5114
5115         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5116         simplified server definitions by converting it via
5117         gnus-server-to-method.
5118
5119 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5120
5121         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5122         parameter's operands.
5123
5124 2009-01-06  David Engster  <dengste@eml.cc>
5125
5126         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5127         primary select method (for gnus-group-mark-article-as-read).
5128
5129 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5130
5131         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5132         `(gnus)Face', not `(gnus)X-Face'.
5133
5134 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5135
5136         * mm-util.el (mm-ucs-to-char): New function.
5137
5138         * mm-url.el (mm-url-decode-entities): Use it.
5139
5140         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5141         unicode-to-char.
5142
5143 2009-01-05  Dave Love  <fx@gnu.org>
5144
5145         * time-date.el: Require cl for `declare'.
5146
5147 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5148
5149         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5150         Dave Love.
5151
5152 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5153
5154         * message.el (message-fix-before-sending): Add `eight-bit' to
5155         illegible-text check.
5156
5157 2009-01-03  Michael Olson  <mwolson@gnu.org>
5158
5159         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5160         `headers' is nil.  This can occur if the IMAP server does not have
5161         permissions to read messages from a folder, but can write new messages
5162         to the folder.
5163         (nnimap-request-article-part): Do not insert `data' if it is nil.
5164
5165         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5166         characters which will confuse `read', so skip past them.
5167
5168 2009-01-01  Dave Love  <fx@gnu.org>
5169
5170         * imap.el (imap-string-to-integer): Fix typo.
5171         (imap-fetch-safe): New function.
5172         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5173
5174         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5175
5176         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5177         (imap-parse-greeting): Fix doc strings.
5178         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5179         (imap-parse-flag-list): Make messages unique.
5180         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5181
5182         * nnimap.el: Fix author email.
5183         (nnimap-split-rule): Add FIXME comment.
5184         (nnimap-debug): Fix doc string.
5185
5186 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5187
5188         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5189
5190 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5191
5192         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5193         nslookup if resolv.conf isn't available.
5194         (dns-query): Rename from query-dns.
5195         (dns-query-cached): Rename from query-dns-cached.
5196
5197 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5198
5199         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5200         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5201         to check if those variables exist (first appeared in Emacs 18.50).
5202
5203 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5204
5205         * mm-util.el (mm-line-number-at-pos): New function.
5206
5207         * spam-report.el (spam-report-process-queue): Use it.
5208
5209 2008-12-24  David Engster  <dengste@eml.cc>
5210
5211         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5212         parameters that haven't existed as variables as buffer-local variables.
5213
5214 2008-12-23  Dave Love  <fx@gnu.org>
5215
5216         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5217         cadar.
5218
5219         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
5220         imap-starttls-p.
5221         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
5222
5223 2008-12-22  Dave Love  <fx@gnu.org>
5224
5225         * imap.el: Fix author email.  Doc fixes.
5226         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5227         reply.
5228
5229 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5230
5231         * spam-report.el (spam-report-gmane-max-requests): New constant.
5232         (spam-report-gmane-wait): New variable.
5233         (spam-report-gmane-ham, spam-report-gmane-spam)
5234         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5235         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5236         the server.
5237
5238         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5239         Add explanations.
5240
5241         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5242         nnheader-accept-process-output and nnheader-read-timeout if available.
5243         (pop3-movemail): Use it.
5244
5245         * message.el (message-check-news-body-syntax): Fix signature check if
5246         there's an attachment.
5247
5248 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5249
5250         * mm-util.el: Add comments to the mm- emulating functions.
5251
5252 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5253
5254         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
5255         by Stephen Berman <stephen.berman@gmx.net>.
5256
5257 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5258
5259         * mm-util.el (mm-substring-no-properties): New function.
5260         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5261         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5262         (mm-string-to-multibyte): Doc fix.
5263
5264         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5265
5266 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5267
5268         * mml.el (mml-attach-file): Strip text properties from file name.
5269         (Bug#1574)
5270
5271 2008-12-16  Glenn Morris  <rgm@gnu.org>
5272
5273         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5274
5275 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5276
5277         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5278         knows since the charset specified might be a bogus alias that
5279         mm-charset-synonym-alist provides.
5280
5281 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5282
5283         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5284         "ISO_8859-1".
5285
5286         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5287
5288 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5289
5290         * mm-util.el (mm-charset-eval-alist):
5291         Define it before mm-charset-to-coding-system.
5292         (mm-charset-to-coding-system): Add optional argument `silent';
5293         define it before mm-charset-override-alist.
5294         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5295         default value if it can be used in Emacs currently running;
5296         silence mm-charset-to-coding-system.
5297
5298 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5299
5300         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5301         `allow-override' which says whether to use `mm-charset-override-alist'.
5302         (rfc2047-decode-encoded-words): Use it.
5303
5304         * mm-util.el (mm-charset-override-alist): Fix custom type;
5305         add `(gb2312 . gbk)' to choices.
5306
5307 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5308
5309         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5310         fast.
5311
5312         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5313
5314         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5315
5316 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5317
5318         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5319         on links.
5320
5321         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5322
5323 2008-12-03  Lute Kamstra  <lute@gnu.org>
5324
5325         * sha1.el: Remove leading * from docstrings of defcustoms,
5326         deffaces, defconsts and defuns.
5327
5328 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5329
5330         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5331         users' addresses that don't have domain parts.
5332         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5333         rather than message-narrow-to-head since there will be the message
5334         header separator.
5335
5336 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5337
5338         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5339         since the result is inserted in a unibyte buffer anyway.
5340         (nnimap-demule-use-string-to-multibyte): Remove.
5341         (nnimap-demule): Alias it to mm-string-to-multibyte.
5342
5343 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5344
5345         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5346         variable for debugging bug#464 and bug#1174.
5347         (nnimap-demule): Use it.
5348
5349 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5350
5351         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5352         score calculation correctly.
5353
5354 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5355
5356         * message.el (message-send-mail): Just set the buffer to unibyte
5357         rather than use mm-with-unibyte-current-buffer which does a lot more.
5358         (message-send-mail-partially): Don't bother with
5359         mm-with-unibyte-current-buffer since it's already been made unibyte by
5360         message-send-mail.
5361
5362 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5363
5364         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5365
5366 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5367
5368         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5369
5370 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5371
5372         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5373         require itself and to remove `with-no-warnings'.
5374
5375 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5376
5377         * starttls.el (starttls-any-program-available): Get the name of the
5378         available TLS layer program.
5379         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5380         well as the host name in the "opening" message.
5381
5382         * auth-source.el (auth-source-cache, auth-source-do-cache)
5383         (auth-source-user-or-password): Cache passwords and logins by default,
5384         allow override with `auth-source-do-cache'.
5385         (auth-source-forget-user-or-password): Allow users to remove cache
5386         entries if needed.
5387
5388 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5389
5390         * md4.el (md4-buffer): Fix typo in docstring.
5391         (md4, md4-64): Doc fixes.
5392         (md4-pack-int32): Reflow docstring.
5393
5394 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5395
5396         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5397         condition-case to only the forward-sexp call.
5398
5399 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5400
5401         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5402         quotes contained.  Make it more robust regardless by an extra
5403         condition-case wrapper.
5404
5405 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5406
5407         * lpath.el: No need to fbind codepage-setup for Emacs 23.
5408
5409 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5410
5411         * nnml.el (nnml-request-expire-articles): Check if the function set to
5412         `nnmail-expiry-target' returns the symbol `delete'.
5413
5414         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5415
5416         * nnmail.el (nnmail-expiry-target): Fix custom type.
5417
5418 2008-10-02  Glenn Morris  <rgm@gnu.org>
5419
5420         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5421         Silence compiler warning.
5422
5423 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5424
5425         * tls.el (open-tls-stream): Show the actual command being
5426         executed, instead of the format string.
5427
5428 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5429
5430         * lpath.el: Fbind codepage-setup for Emacs 23.
5431
5432 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5433
5434         * mml.el (mml-menu): Don't assume mml2015 is bound.
5435
5436 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5437
5438         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5439         exists.
5440
5441 2008-09-27  Glenn Morris  <rgm@gnu.org>
5442
5443         * gnus-util.el (mail-header-remove-comments): Autoload it.
5444
5445 2008-09-27  Andreas Schwab  <schwab@suse.de>
5446
5447         * gnus-util.el (gnus-split-references): Strip comments.
5448         (gnus-parent-id): Likewise.
5449
5450 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5451
5452         * message.el (message-confirm-send): Fix version.
5453
5454 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5455
5456         * message.el (message-idna-to-ascii-rhs-1): Use
5457         mail-extract-address-components rather than mail-header-parse-addresses
5458         that is an alias by default to ietf-drums-parse-addresses that does not
5459         support non-ASCII names in headers' contents.
5460
5461 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5462
5463         * message.el (message-confirm-send): Fixed variable documentation to
5464         avoid the "y/n" wording.
5465
5466 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5467
5468         * message.el (message-set-auto-save-file-name): Save to a different
5469         filename so multiple messages (especially drafts) can be recovered.
5470
5471 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5472
5473         * message.el (message-confirm-send): Add appropriate version.
5474
5475 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5476
5477         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5478         defvar.
5479
5480 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5481
5482         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5483         (mm-pkcs7-enveloped-magic): Ditto.
5484
5485 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5486
5487         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5488         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5489
5490 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5491
5492         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5493         default, it's better.
5494
5495 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5496
5497         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5498         summary line gnus-number property and ignore them (with a warning
5499         message).
5500
5501 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5502
5503         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5504         macro caddr in the interactive form since it won't be expanded.
5505
5506 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5507
5508         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5509         `charset'; fix name of function called recursively.
5510         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5511
5512 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5513
5514         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5515         (gnus-mime-set-charset-parameters): New function.
5516         (gnus-mime-view-part-as-charset): Use it to correctly display part
5517         specifying wrong charset.
5518
5519 2008-09-08  David Engster  <dengste@eml.cc>
5520
5521         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5522         in completing-read for back end server.
5523
5524 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5525
5526         * message.el (message-confirm-send): New variable to confirm sending a
5527         message.
5528         (message-send): Use it.
5529
5530 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5531
5532         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5533
5534 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5535
5536         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5537
5538 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5539
5540         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5541         prevent tracking too many groups.
5542         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5543         Use it.
5544
5545 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5546
5547         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5548         moving point to the bottom of the window in order to avoid recentering.
5549
5550 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5551
5552         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
5553
5554         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5555         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5556         (gnus-article-beginning-of-window): Fix calculation.
5557
5558 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5559
5560         * gnus-msg.el (gnus-summary-supersede-article)
5561         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5562         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5563         message header.
5564
5565 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
5566
5567         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5568         pending output coming after the status change.
5569
5570 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5571
5572         * message.el:
5573         * gnus-start.el:
5574         * gnus-registry.el: Remove VMS support.
5575
5576 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5577
5578         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5579         macro.
5580         (rfc2104-hash): Use it.
5581
5582 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5583
5584         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5585         (gnus-summary-sort-by-most-recent-date): New commands.
5586         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5587         and menu entries.
5588
5589 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5590
5591         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5592         don't redisplay article for raw contents; remove plural articles stuff.
5593
5594         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5595         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5596         on gnus-summary-save-article; display results properly.
5597
5598 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5599
5600         * lpath.el: No need to fbind ns-focus-frame.
5601
5602 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5603
5604         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5605
5606 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5607
5608         * gnus-art.el (gnus-summary-save-in-pipe): Consider
5609         gnus-save-all-headers.
5610
5611 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5612
5613         * gnus-util.el (ns-focus-frame): Remove declaration.
5614         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5615         like x.
5616
5617 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5618
5619         * rfc2104.el (rfc2104-zero): Delete defconst.
5620         (rfc2104-hex-alist): Likewise.
5621         (rfc2104-hex-to-int): Delete func.
5622         (rfc2104-hexstring-to-bitstring): Likewise.
5623         (rfc2104-nybbles): New defconst.
5624         (rfc2104-hash): Rewrite for speed.
5625
5626 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5627
5628         * tls.el (open-tls-stream): Make it work with the 2nd argument
5629         BUFFER that is a string but does not exist as a buffer object, as
5630         mentioned in the doc-string.
5631
5632 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5633
5634         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
5635         SXEmacs.
5636
5637 2008-07-16  Glenn Morris  <rgm@gnu.org>
5638
5639         * gnus-util.el (ns-focus-frame): Declare for compiler.
5640
5641 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5642
5643         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5644         set as a group parameter.
5645         (gnus-summary-save-in-pipe): Work when it is called independently.
5646         (gnus-summary-pipe-to-muttprint): Don't modify
5647         gnus-summary-pipe-output-default-command.
5648
5649 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5650
5651         * message.el (message-send-mail-with-sendmail):
5652         Display the error message.
5653
5654 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5655
5656         * gnus-art.el (gnus-default-article-saver):
5657         Add gnus-summary-save-in-pipe to choices.
5658         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5659         gnus-summary-pipe-output-default-command as the default command.
5660         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5661         instead of gnus-last-shell-command.
5662
5663         * gnus-sum.el (gnus-summary-pipe-output-default-command):
5664         New user option.
5665         (gnus-summary-muttprint-program): Mention the value will be changed.
5666         (gnus-summary-save-article): Force showing of all headers.
5667         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5668
5669 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
5670
5671         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5672
5673 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
5674
5675         * nnimap.el (nnimap-id):
5676         * sieve-manage.el (sieve-manage-open): Doc fixes.
5677
5678 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5679
5680         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5681         if available.
5682
5683 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5684
5685         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5686
5687         * nnkiboze.el (nnkiboze-generate-group):
5688         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5689
5690         * nnmairix.el: Require CL.
5691
5692 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5693
5694         * dgnushack.el: Autoload get-display-table and put-display-table for
5695         XEmacs 21.5.
5696
5697         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
5698         21.4 and SXEmacs.
5699
5700 2008-06-15  David Engster  <dengste@eml.cc>
5701
5702         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5703
5704 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
5705
5706         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5707         New macros that expand to an `aset'/`aref' call under Emacs, and to a
5708         runtime choice under XEmacs.
5709
5710         * gnus-sum.el (gnus-summary-set-display-table):
5711         Use `gnus-put-display-table', `gnus-get-display-table',
5712         `gnus-set-display-table' for the display table, instead of `aset'.
5713
5714         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
5715         Use `gnus-put-display-table', `gnus-get-display-table',
5716         `gnus-set-display-table' for the display table.
5717
5718 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5719
5720         * nnmairix.el: Add autoloads.
5721
5722 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5723
5724         * nnmairix.el (nnmairix-delete-recreate-group)
5725         (nnmairix-update-and-clear-marks): Fix error messages.
5726
5727 2008-06-14  David Engster  <dengste@eml.cc>
5728
5729         * nnmairix.el: Upgrade to version 0.6.
5730         (nnmairix-group-toggle-propmarks-this-group)
5731         (nnmairix-group-toggle-readmarks-this-group)
5732         (nnmairix-group-delete-recreate-this-group)
5733         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5734         (nnmairix-remove-tick-mark-original-article): New commands.
5735         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5736         (nnmairix-propagate-marks-to-nnmairix-groups)
5737         (nnmairix-only-use-registry, nnmairix-allowfast-default)
5738         (nnmairix-marks-cache, nnmairix-version-output): New variables.
5739         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5740         functions needed for marks propagation and manipulation of read marks.
5741         (nnmairix-update-groups): New function.
5742         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5743         (nnmairix-determine-original-group-from-registry)
5744         (nnmairix-determine-original-group-from-path)
5745         (nnmairix-get-group-from-file-path, nnmairix-map-range)
5746         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5747         New helper functions.
5748         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5749         keystrokes for new commands.
5750         (nnmairix-delete-and-create-on-change): Doc string cleanup.
5751         (nnmairix-request-group): Check allow-fast group parameter.
5752         (nnmairix-request-create-group): Set allow-fast group parameter if
5753         nnmairix-allowfast-default is set.
5754         (nnmairix-close-group): Propagate marks upon closing if needed.
5755         (nnmairix-group-toggle-threads-this-group): Use new.
5756         nnmairix-group-toggle-parameter helper function.
5757         (nnmairix-search): Better check for empty search result.
5758         (nnmairix-goto-original-article): Use new helper functions for
5759         determining original article.
5760         (nnmairix-show-original-article): Make sure message-id is in brackets.
5761         (nnmairix-call-mairix-binary): Change variable name.
5762         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5763         helper function.
5764         (nnmairix-widget-toggle-activate): Fix doc string.
5765
5766 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5767
5768         * nnir.el: Require edmacro when compiling with XEmacs.
5769         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5770         available in Emacs 21.
5771
5772 2008-06-11  Glenn Morris  <rgm@gnu.org>
5773
5774         * gnus-util.el (x-focus-frame):
5775         * gnus.el (image-size):
5776         * mm-decode.el (image-size): Declare.
5777
5778         * gnus-picon.el (declare-function): Add compat definition.
5779         (image-size): Declare.
5780
5781         * gnus-group.el (tool-bar-map):
5782         * gnus-sum.el (tool-bar-map): Define for compiler.
5783
5784         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5785
5786         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5787
5788         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5789         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5790         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5791         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5792         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5793         * sieve-manage.el, spam-report.el, spam.el:
5794         Remove unnecessary eval-and-compile of autoloads.
5795
5796 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
5797
5798         * auth-source.el: Precise Tramp doc.
5799
5800 2008-06-07  Glenn Morris  <rgm@gnu.org>
5801
5802         * nnmairix.el: Remove unnecessary eval-when-compile.
5803
5804 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5805
5806         * lpath.el: Fbind propertize for XEmacs 21.4.
5807
5808 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
5809
5810         * nnir.el: Move here from ../contrib.
5811
5812 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5813
5814         * gnus-util.el (gnus-read-shell-command): New function.
5815         * mm-decode.el (mm-pipe-part):
5816         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
5817
5818 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5819
5820         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
5821
5822 2008-06-03  Glenn Morris  <rgm@gnu.org>
5823
5824         * pop3.el (nnheader-accept-process-output): Autoload it.
5825
5826 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5827
5828         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
5829         are not 2-digit hexadecimal characters that follow `%'s.
5830
5831 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5832
5833         * message.el (message-bogus-recipient-p): Fix type in doc string.
5834         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
5835         (message-bogus-addresses): Rename from message-bogus-address-regexp.
5836         Improve custom options.
5837         (message-bogus-recipient-p): Adjust accordingly.
5838
5839 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
5840
5841         * parse-time.el (parse-time-months, parse-time-weekdays): Add
5842         long-form month and day names.
5843
5844 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5845
5846         * dgnushack.el: Autoload debug, eudc-expand-inline and
5847         pgg-snarf-keys-region for XEmacs.
5848
5849         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
5850
5851         * nnmairix.el: Require edmacro when compiling with XEmacs.
5852
5853 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
5854
5855         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
5856         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
5857
5858 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5859
5860         * auth-source.el: Add more docs.
5861
5862         * netrc.el (netrc-machine): Always match if the port is not given.
5863
5864 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5865
5866         * nnheader.el (nnheader-read-timeout): Change the default timeout from
5867         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
5868         retrieval faster in some cases, but might make CPU usage larger.  If
5869         this has any bad side effects, we might revert this change.
5870
5871         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
5872         seems to make mail retrieval much, much faster.
5873         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
5874         unconditionally.
5875
5876         * gnus-draft.el (gnus-group-send-queue): Bind
5877         message-send-mail-partially-limit to nil to avoid being prompted.
5878
5879 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
5880
5881         * mml.el (mml-attach-buffer): Prompt for `disposition'.
5882
5883         * message.el (message-bogus-address-regexp): Fix and improve custom
5884         type.
5885         (message-setup-hook): Add message-check-recipients as custom option.
5886
5887 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
5888
5889         * message.el (message-cite-function): Remove bogus autoload which crept
5890         in during merge from v5-10.
5891
5892 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
5893
5894         * nnimap.el (nnimap-open-connection): Fix login/password bug.
5895
5896         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
5897
5898         * auth-source.el: Preliminary Tramp docs.
5899         (auth-sources): Change the default auth-sources to use
5900         EPA .gpg files.
5901
5902 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5903
5904         * nntp.el: Autoload `auth-source-user-or-password'.
5905         (nntp-send-authinfo): Use it.
5906
5907         * nnimap.el: Autoload `auth-source-user-or-password'.
5908         (nnimap-open-connection): Use it.
5909
5910         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
5911         for the gnus-message function.
5912         (auth-source-user-or-password): Use it.
5913
5914 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5915
5916         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
5917         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
5918         (rfc2104-hash): Use it.
5919
5920 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
5921
5922         * gnus-art.el (gnus-article-toggle-truncate-lines):
5923         Don't use `iff' in docstring.
5924
5925 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
5926
5927         * gnus-registry.el: Adjusted copyright dates and added a keyword.
5928
5929         * gnus-util.el (gnus-extract-address-component-name)
5930         (gnus-extract-address-component-email): Convenience functions around
5931         `gnus-extract-address-components'.
5932
5933         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5934         Use `gnus-extract-address-component-email' to fix bug of comparing full
5935         sender name to `user-mail-address'.
5936
5937 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5938
5939         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
5940         catch/throw to optimize.
5941         (gnus-registry-find-keywords): Just use member to find a keyword.
5942
5943 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5944
5945         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
5946         is current before calling gnus-server-prepare.
5947         (gnus-server-setup-buffer, gnus-server-update-server)
5948         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
5949
5950 2008-05-04  Juri Linkov  <juri@jurta.org>
5951
5952         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
5953         (mailcap-file-default-commands): Use mailcap-replace-in-string
5954         instead of replace-regexp-in-string, and mailcap-delete-duplicates
5955         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
5956
5957 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
5958
5959         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
5960
5961 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5962
5963         * gnus.el: Bump version to 0.11.
5964
5965 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5966
5967         * gnus.el: No Gnus v0.10 is released.
5968
5969 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5970
5971         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
5972         hooks.
5973         (gnus-update-read-articles): Speed up non-marks-using users.
5974         (gnus-use-marks): Define gnus-use-marks.
5975         (gnus-propagate-marks): Rename variable to something more sensible.
5976
5977 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
5978
5979         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
5980         (gmm-image-load-path-for-library): Fix typos in docstrings.
5981         (gmm-message): Reflow docstring.
5982
5983 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
5984
5985         * mail-source.el (mail-source-set-1, mail-source-bind):
5986         Move auth-source code out of the macro to clean it up and fix bugs.
5987
5988 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
5989
5990         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
5991         by sender if it's equal to user-mail-address, it's likely to be
5992         useless.
5993
5994         * mail-source.el (mail-source-bind): Don't use user or password if they
5995         are not bound.  Unintern them if they are nil.  Don't use server unless
5996         it's bound, and default it to empty string otherwise.
5997
5998 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5999
6000         * mail-source.el: Load auth-source.el.
6001         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6002         get user name or password, if auth-sources is set up.
6003
6004         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6005         strategy of splitting with parent.
6006         (gnus-registry-split-fancy-with-parent)
6007         (gnus-registry-post-process-groups): Use it and fix prior
6008         bug (returning a list as the split result).
6009
6010         * auth-source.el (auth-sources): Remove server parameter.
6011         (auth-source-pick, auth-source-user-or-password)
6012         (auth-source-user-or-password-imap)
6013         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6014         (auth-source-user-or-password-sftp)
6015         (auth-source-user-or-password-smtp): Remove server parameter.
6016
6017 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6018
6019         * smime.el (smime-sign-region, smime-encrypt-region)
6020         (smime-decrypt-region):
6021         Remove redundant calls to `generate-new-buffer-name'.
6022
6023 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6024
6025         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6026         Don't use QP for message/rfc822.
6027         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6028
6029 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6030
6031         * sieve-manage.el (sieve-string-bytes): Remove.
6032         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6033         correct byte-length only if the process's coding-system is the same as
6034         the one used internally by Emacs to represent strings.
6035
6036 2008-04-22  Juri Linkov  <juri@jurta.org>
6037
6038         * mailcap.el (mailcap-file-default-commands): New function.
6039
6040 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6041
6042         * message.el (message-signature-separator, message-cite-function):
6043         Change custom version.
6044
6045 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6046
6047         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6048         commands.
6049         (tls-checktrust): Ditto.
6050
6051 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6052
6053         * mm-decode.el (mm-display-external): Make temp file read-only.
6054
6055 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6056
6057         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6058         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6059         `C-c C-f d'.
6060
6061 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6062
6063         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6064
6065 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6066
6067         * gnus.el: Bump version to 0.9.
6068
6069 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6070
6071         * gnus.el: No Gnus v0.8 is released.
6072
6073 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6074
6075         * mail-source.el (mail-source-value):
6076         Prefer fboundp to functionp so it works with macros as well.
6077
6078 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6079
6080         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6081         Fix last change in case the element is not even a symbol.
6082
6083 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6084
6085         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6086         Prefer fboundp to functionp so it works with macros as well.
6087
6088 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6089
6090         * auth-source.el: Added docs.
6091         (auth-sources): Modify format to support server.
6092         (auth-source-pick, auth-source-user-or-password)
6093         (auth-source-user-or-password-imap)
6094         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6095         (auth-source-user-or-password-sftp)
6096         (auth-source-user-or-password-smtp): Add server parameter.
6097
6098 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6099
6100         * gnus-registry.el: Initialize the registry when gnus-registry-install
6101         is t.
6102
6103 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6104
6105         * compface.el (uncompface): Make buffer unibyte.
6106
6107 2008-04-05  Glenn Morris  <rgm@gnu.org>
6108
6109         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6110
6111 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6112
6113         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
6114         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6115
6116         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6117         multibyteness after rather than before erasing it.
6118
6119         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6120         mm-with-multibyte.
6121         (gnus-request-article-this-buffer): Make sure the proper decoding is
6122         used if gnus-original-article-buffer happens to be unibyte.
6123
6124         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6125         default-enable-multibyte-characters.
6126
6127         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6128         default-enable-multibyte-characters.
6129
6130         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6131
6132         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6133
6134 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6135
6136         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6137         (imap-message-copyuid-1): Use it.
6138         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6139         J. Williams in
6140         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6141
6142         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6143         imap-enable-exchange-bug-workaround.
6144         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6145
6146 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6147
6148         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6149         a 100 byte status-checks into a 2-3MB transfer for each group.
6150         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6151         to enable bug workaround or not.
6152         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6153
6154 2008-03-31  Glenn Morris  <rgm@gnu.org>
6155
6156         * message.el (mml2015-use): Declare for compiler.
6157         (message-info): Require mml2015 when appropriate.
6158
6159 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6160
6161         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6162         whitespace.
6163
6164 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6165
6166         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6167         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6168         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6169         (nntp-service-to-port): New function.
6170         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6171         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6172         (nntp-open-netcat-stream): New function.
6173         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6174
6175 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6176
6177         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6178
6179 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6180
6181         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6182
6183 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6184
6185         * dns.el (dns-write): Use set-buffer-multibyte.
6186
6187 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6188
6189         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6190
6191 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6192
6193         * message.el (message-signature-separator): Change default.
6194         Improve custom type.
6195         (message-cite-function): Change default to
6196         message-cite-original-without-signature.
6197
6198         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6199         toggle.
6200
6201         * message.el (message-check-news-body-syntax): Fix signature check.
6202         (message-setup-1): Mark buffer as unmodified _after_ running
6203         message-setup-hook and handling message-alternative-emails.
6204         (message-shorten-references): Be more strict when building list of
6205         valid references to comply with GNKSA.
6206
6207         * gnus-group.el (gnus-read-ephemeral-bug-group)
6208         (gnus-read-ephemeral-debian-bug-group)
6209         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6210
6211         * message.el (message-info): Don't use booleanp which isn't supported
6212         in Emacs 21 and XEmacs.
6213
6214 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6215
6216         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6217         gnus-group-gmane-group-download-format.
6218         (gnus-group-read-ephemeral-gmane-group): Rename from
6219         gnus-group-read-ephemeral-gmane-group.
6220         (gnus-read-ephemeral-gmane-group-url): Rename from
6221         gnus-group-read-ephemeral-gmane-group-url.
6222         (gnus-bug-group-download-format-alist): New variable.
6223         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6224         (gnus-read-ephemeral-emacs-bug-group): New commands.
6225
6226 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6227
6228         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6229         (gnus-visible-headers): Improve custom type.
6230
6231 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6232
6233         * mml.el (mml-menu): Add workarounds for XEmacs.
6234
6235         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6236         X-Boundary header.
6237
6238         * message.el (message-simplify-recipients): Fix previous commit.
6239
6240 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6241
6242         * mm-util.el (mm-set-buffer-multibyte): New function.
6243         * mm-decode.el (mm-copy-to-buffer): Use it.
6244
6245 2008-03-19  Glenn Morris  <rgm@gnu.org>
6246
6247         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6248         Accidentally removed in the sync process with Emacs.
6249
6250 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6251
6252         * message.el (message-alter-recipients-discard-bogus-full-name):
6253         New function.
6254         (message-alter-recipients-function): New variable.
6255         (message-get-reply-headers): Use it.
6256         (message-replace-header): New helper function.
6257         (message-recipients-without-full-name): New variable.
6258         (message-simplify-recipients): New command.
6259
6260         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6261
6262         * message.el (message-info): Handle EasyPG manual.
6263
6264         * mml.el (mml-menu): Add entry for EasyPG.
6265
6266 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6267
6268         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6269         parameter.
6270
6271         * message.el (message-disassociate-draft): Specify drafts group name
6272         fully.
6273
6274 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6275
6276         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
6277         unnecessary duplicates from the match list.
6278
6279 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6280
6281         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6282
6283         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6284
6285         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6286         args of `how-many' of which the XEmacs version doesn't take; declare
6287         Info-index-next as function.
6288
6289 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6290
6291         * gnus-score.el (gnus-score-headers): Fix handling of
6292         gnus-inhibit-slow-scoring.
6293
6294         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6295         string.
6296         (gnus-button-url-regexp): Improve handling of parenthesis.
6297         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6298         (gnus-button-handle-info-keystrokes): Handle index entries.
6299
6300 2008-03-15  Glenn Morris  <rgm@gnu.org>
6301
6302         * parse-time.el (parse-time-string): Simplify.
6303
6304 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6305
6306         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6307         Incoming* files.
6308
6309 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6310
6311         * auth-source.el (auth-sources): Renamed from auth-source-choices.
6312         (auth-source-pick): Use it.
6313
6314 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6315
6316         * binhex.el (binhex-decode-region-internal):
6317         * uudecode.el (uudecode-decode-region-internal):
6318         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6319         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6320         setting default-enable-multibyte-characters.
6321
6322 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6323
6324         * auth-source.el (auth-source-protocols)
6325         (auth-source-protocols-customize, auth-source-choices): Added and
6326         modified variable customizations and defaults.
6327         (auth-source-pick, auth-source-user-or-password)
6328         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6329         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6330         (auth-source-user-or-password-sftp)
6331         (auth-source-user-or-password-smtp): Use new variables and provide an
6332         interface to netrc.el.
6333
6334 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6335
6336         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6337         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6338         Make sure the nntp port to specify is a string.
6339
6340 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6341
6342         * nntp.el: Use with-current-buffer.
6343         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6344         dubious mm-with-unibyte-current-buffer.
6345         (nntp-with-open-group-function): New function extracted from
6346         nntp-with-open-group macro.
6347         (nntp-with-open-group): Use the function, so it's easier to debug.
6348         Add indentation and debugging info.
6349         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
6350         the use of the netcat alternatives.
6351
6352         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6353         Avoid mm-string-as-multibyte as well.
6354
6355         * nnweb.el (nnweb-insert-html):
6356         Remove use of nnheader-string-as-multibyte.
6357
6358         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6359         (nnheader-string-as-multibyte): Remove.
6360
6361         * mm-view.el: Use inhibit-read-only.
6362         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6363         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6364         or unibyte-string.
6365
6366         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6367         (mm-uu-yenc-extract): Use with-current-buffer.
6368
6369         * gnus-soup.el (gnus-soup-send-packet): Don't use
6370         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6371
6372         * nnmh.el: Use with-current-buffer.
6373         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6374         mm-string-as-multibyte on the output of mm-encode-coding-string.
6375
6376         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6377         (nnimap-request-move-article): Use with-current-buffer.
6378
6379         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6380         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6381         conversion uses string-make-unibyte rather than string-as-unibyte.
6382
6383         * gnus-msg.el: Use with-current-buffer.
6384
6385         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6386
6387 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6388
6389         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6390         string for caching if it is 'PIN.
6391
6392 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6393
6394         * lpath.el: Consider the case without Emacs/W3.
6395
6396 2008-03-08  Glenn Morris  <rgm@gnu.org>
6397
6398         * time-date.el (date-to-time, time-subtract, time-add)
6399         (safe-date-to-time): Doc fixes.
6400
6401 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6402
6403         * mail-source.el (mail-source-delete-old-incoming-confirm):
6404         Change default to nil.
6405         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6406
6407 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6408
6409         * lpath.el: Rearrange.
6410
6411         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6412         (gnus-article-goto-prev-page): Work for articles having ^L's.
6413
6414         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6415
6416         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6417
6418 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6419
6420         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6421         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6422         (gnus-bookmark-jump): Adjust some variable names.
6423
6424 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6425
6426         * auth-source.el: New package.
6427         (auth-source-choices): Add customization entry point variable.
6428
6429         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6430         bug.
6431
6432 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6433
6434         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6435         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6436         (gnus-registry-install-shortcuts): Rename from
6437         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6438         the `gnus-registry-mark-map' keymap dynamically from
6439         `gnus-registry-marks'.  The generated functions update the summary line
6440         when a registry mark is added or deleted, and will call
6441         `gnus-registry-install-p' (see the comments in the code).
6442         (gnus-registry-user-format-function-M): Use concat intelligently.
6443
6444         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6445         the registry mark functions.
6446
6447 2008-03-05  Glenn Morris  <rgm@gnu.org>
6448
6449         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6450         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6451         gnus-art.
6452         (top-level): No need to load own source when compiling.
6453
6454 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6455
6456         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6457         Suggested by <chris.anderton@zetnet.co.uk>.
6458
6459 2008-03-04  Glenn Morris  <rgm@gnu.org>
6460
6461         * gnus-sum.el (top-level): No need to require gnus when compiling,
6462         since unconditionally required near start of file.
6463         (gnus-summary-display-while-building): Move definition before use.
6464
6465 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6466
6467         * gnus-registry.el (gnus-registry-user-format-function-M): Add
6468         formatting function.
6469
6470 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6471
6472         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
6473         with plists.
6474         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6475         Use new format.
6476
6477 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6478
6479         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6480         `where-is-internal' that returns a range of key sequences.
6481
6482 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6483
6484         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6485
6486         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6487         (gnus-summary-jump-to-group): Consider windows on other displayed
6488         frames as well.  Similar changes might be needed elsewhere, but that's
6489         the one I've bumped into during my use.
6490
6491         * nndoc.el (nndoc-oe-dbx-type-p):
6492         * gnus-msg.el (gnus-debug):
6493         * gnus-group.el (gnus-update-group-mark-positions):
6494         Use mm-string-to-multibyte.
6495
6496 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6497
6498         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6499         doesn't handle NotDashEscaped.
6500
6501         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6502         (mml-dnd-attach-options): Fix typo in custom choice.
6503
6504         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
6505         nndoc-article-type to mbox.
6506         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6507
6508         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6509         to nil, instead of html2text.
6510
6511         * imap.el (imap-debug): Add `imap-ping-server'.
6512
6513         * gnus-bookmark.el: Add FIXMEs.
6514
6515         * message.el (message-form-letter-separator)
6516         (message-send-form-letter-delay): New variables.
6517         (message-send-form-letter): Use them.  New command to send form
6518         letters.  Requested by Uwe Siart.
6519         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6520
6521 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6522
6523         * Update copyright years.
6524
6525 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6526
6527         Sync from EMACS_22_BASE.
6528
6529         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6530
6531 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6532
6533         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6534         empty author.
6535
6536 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6537
6538         * gnus-registry.el (gnus-registry-marks): Add variable for
6539         customization of marks and their appearance.
6540         (gnus-registry-read-mark): Use it.
6541         (gnus-registry-do-marks): Add utility function to loop through
6542         `gnus-registry-marks'.
6543         (gnus-registry-install-shortcuts-and-menus): Add function to install
6544         shortcuts and menus.
6545         (gnus-registry-initialize): Use it.
6546         (gnus-registry-default-mark): Clarify documentation.
6547
6548 2008-02-29  Glenn Morris  <rgm@gnu.org>
6549
6550         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6551         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6552         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6553         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6554         Change defcustom :version from 23.0 to 23.1.
6555
6556 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6557
6558         * gnus-registry.el (gnus-registry-follow-group-p)
6559         (gnus-registry-post-process-groups): Add functions to aid registry
6560         splitting and improve logging.  Clarify behavior in function
6561         documentation.
6562         (gnus-registry-split-fancy-with-parent): Use them.
6563
6564 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6565
6566         * gnus-art.el: Use with-current-buffer.
6567
6568 2008-02-27  David Engster  <dengste@eml.cc>
6569
6570         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6571         Express real group name in the response.
6572
6573 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6574
6575         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6576         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6577         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6578         autoload gnus-registry-fetch-group when compiling.
6579         (nnmairix-request-group-with-article-number-correction): Remove
6580         unreferenced argument passed to nnmairix-call-backend.
6581
6582 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6583
6584         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6585         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
6586         Wilde.
6587
6588 2008-02-27  Glenn Morris  <rgm@gnu.org>
6589
6590         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6591         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6592         variables to defconsts.  Convert comments to doc-strings.
6593         (nnmairix-last-server, nnmairix-current-server): Convert from free
6594         variables to defvars.  Convert comments to doc-strings.
6595         (gnus-registry-fetch-group): Autoload.
6596         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6597         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6598         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6599         caddr.
6600         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6601         nnmairix-request-group-with-article-number-correction call.
6602         (nnmairix-fast, nnmairix-group): New, less general names, for free
6603         variables passed from nnmairix-request-group to
6604         nnmairix-request-group-with-article-number-correction.  Declare.
6605         (nnmairix-request-group-with-article-number-correction):
6606         Use nnmairix-fast, nnmairix-group rather than fast, group.
6607
6608 2008-02-26  David Engster  <dengste@eml.cc>
6609
6610         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6611         version 0.5.
6612
6613 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6614
6615         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6616         instead of making an extra function call.  Don't add the current group
6617         to articles only when they have the group.  Use
6618         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6619         Reported by David <de_bb@arcor.de>.
6620
6621 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6622
6623         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
6624         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
6625
6626 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
6627
6628         * mail-source.el (mail-source-delete-incoming): Change default.
6629         Supplement doc string.
6630
6631         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6632
6633 2008-02-14  Glenn Morris  <rgm@gnu.org>
6634
6635         * time-date.el (format-seconds): New function.
6636
6637 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6638
6639         * nnmail.el (nnmail-message-id-cache-file): Derive from
6640         `gnus-home-directory'.
6641
6642 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
6643
6644         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
6645         Document negative prefix.
6646
6647         * gnus-group.el (gnus-group-read-group): Document negative prefix.
6648
6649 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6650
6651         * message.el (message-unsent-separator): Add the Exim bounce
6652         separator.
6653
6654 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6655
6656         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
6657         list.
6658         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6659         recipient/signer list.
6660
6661 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6662
6663         * Makefile.in (datarootdir): Define.
6664         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
6665         name that might contain whitespace.
6666
6667 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6668
6669         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6670         fbound (Emacs 23 unicode), signal an error.
6671
6672 2008-02-08  Glenn Morris  <rgm@gnu.org>
6673
6674         * gnus-art.el (pgg-display-output-buffer): Declare as function.
6675
6676 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
6677
6678         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6679         ports to the calls to `netrc-machine-user-or-password' in addition to
6680         "imap" and "imaps".
6681
6682 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6683
6684         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6685
6686         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6687
6688 2008-02-01  Kenichi Handa  <handa@m17n.org>
6689
6690         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
6691         rfc2104-hexstring-to-bitstring and changed to return a byte list.
6692         (rfc2104-hash): Convert the result of concat to unibyte string.
6693
6694 2008-02-01  Dave Love  <fx@gnu.org>
6695
6696         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
6697         coding-system-for-read.
6698         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
6699
6700 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
6701
6702         * gnus.el (gnus-group-startup-message): Add `find-image' call before
6703         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
6704         <hanche@math.ntnu.no>.
6705
6706 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6707
6708         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6709
6710         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6711
6712 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
6713
6714         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6715         * message.el (message-beginning-of-line): Use featurep instead of bound
6716         tests in order to resolve conditionals at compile time.
6717
6718 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
6719
6720         * mail-source.el (mail-sources): Add `group' choice.
6721
6722         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6723         parameter `in-group' to control into which group the articles go.
6724         Add treatment of `group' mail-source.
6725
6726 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6727
6728         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
6729
6730         * mm-decode.el (mm-dissect-buffer): Decode description.
6731
6732         * mml.el (mml-to-mime): Encode message header first.
6733
6734 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6735
6736         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
6737         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
6738
6739         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
6740         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
6741
6742 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
6743
6744         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
6745
6746 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6747
6748         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6749         prefix keys.
6750         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6751         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6752         gnus-xmas.el.
6753
6754         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
6755         (gnus-xmas-article-describe-bindings): New function.
6756         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
6757         gnus-xmas-article-describe-bindings.
6758
6759         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
6760
6761 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6762
6763         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6764         Add new variables for article mark management.
6765         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6766         list of extra data entries which, when present, will indicate that the
6767         article ID should not be trimmed from the registry.
6768         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6769         functions.
6770         (gnus-registry-read-mark): New function to read a mark name from the
6771         user.
6772         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6773         (gnus-registry-set-article-mark-internal): New functions to add and
6774         remove marks.
6775         (gnus-registry-get-article-marks): New function to show the marks for
6776         an article, or retrieve them for further use.
6777
6778 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6779
6780         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6781         keys when no argument is given.
6782
6783 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6784
6785         * imap.el (imap-ping-server): New variable.
6786         (imap-opened): On add extra ping if imap-ping-server is non-nil.
6787         (imap-ping-server): Minor doc string fixes.
6788
6789 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6790
6791         * imap.el (imap-ping-server): New function.
6792         (imap-opened): Call imap-ping-server.
6793
6794 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6795
6796         * gnus-sum.el (gnus-article-sort-by-random)
6797         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
6798         jidanni@jidanni.org.
6799
6800 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6801
6802         * gnus-art.el (gnus-article-describe-bindings): New function.
6803         (gnus-article-read-summary-keys): Use it.
6804         (gnus-article-mode-map): Bind `C-h b' to it.
6805
6806 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6807
6808         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6809         XEmacs.
6810         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
6811         against non-character events.
6812
6813         * lpath.el: Fbind map-keymap for Emacs 21.
6814
6815 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
6816
6817         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
6818         command.
6819         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
6820         instead of END.  Change name of the temp file.
6821         (gnus-group-gmane-group-download-format): Add doc string.  Make it
6822         customizable.
6823
6824 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6825
6826         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
6827         bind `S W' to gnus-article-wide-reply-with-original; set default
6828         binding to gnus-article-read-summary-send-keys.
6829         (gnus-article-read-summary-keys): Fix the order of keys; display
6830         continuation keys correctly in the echo area; describe bindings
6831         correctly when keys end with `C-h'.
6832         (gnus-article-read-summary-send-keys): New function.
6833         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
6834         for gnus-article-read-summary-send-keys; display continuation keys
6835         correctly in the echo area.
6836         (gnus-article-reply-with-original): Ignore prefix argument.
6837         (gnus-article-wide-reply-with-original): New function.
6838
6839         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
6840         Emacs 21.
6841
6842 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6843
6844         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
6845         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
6846
6847 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
6848
6849         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6850         (gnus-group-read-ephemeral-gmane-group): New command.
6851
6852 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
6853
6854         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6855
6856 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6857
6858         * message.el (message-send-mail-function): Increase custom version.
6859
6860         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
6861         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
6862
6863 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6864
6865         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
6866         for the cases where imap-authenticate is called with a nil buffer
6867         parameter.
6868
6869 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6870
6871         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
6872         html parts correctly; support forwarded messages.
6873         (gnus-article-browse-html-article): Remove work buffers.
6874
6875         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
6876         compiling.
6877         (netrc-bound-and-true-p): New macro.
6878         (netrc-parse): Use it instead of bound-and-true-p that is not available
6879         in XEmacs 21.4.
6880
6881 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
6882
6883         * gnus-registry.el (gnus-registry-mark-article)
6884         (gnus-registry-article-marks): Add functionality to mark articles
6885         through the Gnus registry.
6886
6887         * encrypt.el: Clarify documentation for the new pgg method.
6888         (encrypt-file-alist): Add PGG option.
6889         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
6890         functionality.  Abstract password key and messaging to external
6891         functions.
6892         (encrypt-password-key, encrypt-get-passphrase-if-needed)
6893         (encrypt-message-method-and-cipher): Add new convenience external
6894         functions.
6895         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
6896         (encrypt-pgg-process-buffer): Add PGG functionality glue.
6897
6898         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
6899         (netrc-parse): Use encrypt-file-alist to determine if
6900         encrypt-find-model or encrypt-insert-file-contents should be used.
6901
6902         * encrypt.el: Clarify documentation.  Load password-cache or
6903         password, whichever one is found first, instead of autoloading.
6904
6905 2007-12-19  Glenn Morris  <rgm@gnu.org>
6906
6907         * mml.el (message-options-set, message-narrow-to-head)
6908         (message-in-body-p, message-mail-p, message-encode-message-body):
6909         Autoload.
6910         (message-remove-header, message-narrow-to-headers-or-head)
6911         (message-subscribed-p, message-make-mail-followup-to)
6912         (message-position-on-field, message-news-p)
6913         (message-options-set-recipient, message-generate-headers)
6914         (message-sort-headers): Declare as functions.
6915
6916 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6917
6918         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
6919         convention in doc string.
6920
6921 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6922
6923         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
6924         title to html parts.
6925         (gnus-article-browse-html-article): Pass message header to it.
6926
6927         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
6928
6929 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
6930
6931         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
6932         or password compatible with XEmacs.
6933
6934 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6935
6936         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
6937         format document.
6938         (gnus-mime-delete-part): Don't write description line if empty.
6939         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
6940
6941 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
6942
6943         * gnus-sum.el (gnus-summary-mark-unread-as-read)
6944         (gnus-summary-mark-read-and-unread-as-read)
6945         (gnus-summary-mark-current-read-and-unread-as-read)
6946         (gnus-summary-mark-unread-as-ticked): Doc fix.
6947         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
6948
6949 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6950
6951         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
6952         Christoph Conrad <christoph.conrad@gmx.de>.
6953
6954 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6955
6956         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
6957         yes-or-no-p.
6958
6959 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6960
6961         * mm-decode.el (mm-add-meta-html-tag): New function.
6962         (mm-save-part-to-file, mm-pipe-part): Use it.
6963
6964         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
6965         gnus-y-or-n-p instead of y-or-n-p.
6966         (gnus-article-browse-html-parts): Work with message/external-body; use
6967         mm-add-meta-html-tag.
6968
6969 2007-12-11  Glenn Morris  <rgm@gnu.org>
6970
6971         * gnus-cache.el: Require gnus-sum not just when compiling.
6972
6973         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
6974
6975         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
6976         definitions before use.
6977
6978         * mm-decode.el: Require gnus-util.
6979         (mm-remove-part): Only call delete-annotation on XEmacs.
6980
6981         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
6982
6983         * nnmail.el: Require gnus-int.
6984
6985         * spam.el: Move `require's before `eval-when-compile's.
6986
6987         * gnus-ems.el (gnus-alive-p):
6988         * gnus-fun.el (message-goto-eoh):
6989         * gnus-util.el (gnus-group-name-decode):
6990         * mail-source.el (gnus-compress-sequence):
6991         * message.el (Info-goto-node, format-spec):
6992         * mm-bodies.el (message-options-get):
6993         * mm-decode.el (mm-view-pkcs7):
6994         * mm-util.el (gmm-write-region):
6995         * mml-smime.el (mml-compute-boundary)
6996         (gnus-completing-read-with-default):
6997         * mml.el (widget-button-press, gnus-make-hashtable):
6998         * mml1991.el (mm-decode-content-transfer-encoding)
6999         (mm-encode-content-transfer-encoding)
7000         (message-options-get, message-options-set):
7001         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7002         * nnfolder.el (gnus-request-group):
7003         * nnheader.el (ietf-drums-unfold-fws):
7004         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7005         * smime.el (gnus-run-mode-hooks):
7006         * spam-stat.el (gnus-message): Autoload.
7007
7008         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7009         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7010         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7011         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7012         Add declare-function compatibility definition.
7013
7014         * gnus-cache.el (nnvirtual-find-group-art):
7015         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7016         (gnus-add-image, gnus-add-wash-type):
7017         * gnus-group.el (nnkiboze-score-file):
7018         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7019         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7020         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7021         (message-tokenize-header, gnus-get-buffer-create)
7022         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7023         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7024         * gnus.el (gnus-group-decoded-name):
7025         * mail-source.el (imap-capability):
7026         * mm-bodies.el (message-options-set):
7027         * mm-decode.el (gnus-configure-windows):
7028         * mm-extern.el (message-goto-body):
7029         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7030         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7031         (epg-sub-key-validity, message-options-set):
7032         * mml.el (widget-event-point, gnus-configure-windows):
7033         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7034         * mml2015.el (epg-check-configuration, epg-configuration)
7035         (message-options-set):
7036         * nndb.el (nndb-request-article):
7037         * nnfolder.el (gnus-request-create-group):
7038         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7039         * nnmaildir.el (gnus-group-mark-article-read):
7040         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7041         * rfc1843.el (message-fetch-field):
7042         * spam.el (gnus-extract-address-components):
7043         Declare as functions.
7044
7045 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7046
7047         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7048
7049         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7050
7051         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7052         bind show-trailing-whitespace for XEmacs.
7053
7054 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7055
7056         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7057         new no-op macro for backward compatibility.
7058
7059         * imap.el (imap-string-to-integer): New function.
7060
7061 2007-12-09  Glenn Morris  <rgm@gnu.org>
7062
7063         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7064
7065         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7066         * message.el, mm-view.el, sieve-manage.el, smime.el:
7067         Add declare-function compatibility definition.
7068
7069         * gnus-art.el (w3-region, w3m-region, Info-menu):
7070         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7071         * gnus-sum.el (gnus-get-predicate):
7072         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7073         * message.el (mail-abbrev-in-expansion-header-p):
7074         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7075         (w3m-detect-meta-charset, w3m-region):
7076         * sieve-manage.el (password-read, password-cache-add)
7077         (password-cache-remove):
7078         * smime.el (password-read-and-add): Declare as functions.
7079
7080 2007-12-08  David Kastrup  <dak@gnu.org>
7081
7082         * gnus-sum.el (gnus-summary-simplify-subject-query):
7083         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7084         `message'.
7085
7086 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7087
7088         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7089         it to bind idna-program, installation-directory, defined-colors, and
7090         face-attribute for XEmacs of the version that compiles defcustom forms.
7091
7092 2007-12-07  Glenn Morris  <rgm@gnu.org>
7093
7094         * gnus-art.el (article-make-date-line): Revert previous change.
7095
7096 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7097
7098         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7099
7100 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7101
7102         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
7103         Call gnus-add-to-range ranges only once with a prepared article-list.
7104
7105 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7106
7107         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7108         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7109         group names with backslashes.  Reported by Tassilo Horn
7110         <tassilo@member.fsf.org>.
7111
7112 2007-12-06  Deepak Goel  <deego3@gmail.com>
7113
7114         * gnus-art.el (article-make-date-line):
7115         * gnus-start.el (gnus-load):
7116         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7117
7118 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7119
7120         * gnus-art.el (gnus-use-idna)
7121         * gnus-start.el (gnus-site-init-file)
7122         * message.el (message-use-idna)
7123         * mm-uu.el (mm-uu-hide-markers)
7124         * smiley.el (smiley-style): Revert changes that suppress warnings.
7125
7126 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7127
7128         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7129         specify charset to html source.  Reported by Christoph Conrad
7130         <christoph.conrad@gmx.de>.
7131
7132 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7133
7134         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7135         idna-program in order to suppress byte compile warning issued by XEmacs
7136         that came to byte compile the default value section of defcustom forms
7137         recently.
7138
7139         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7140         value of installation-directory.
7141
7142         * message.el (message-use-idna): Don't directly refer to the value of
7143         idna-program.
7144
7145         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7146
7147         * smiley.el (smiley-style): Don't directly call face-attribute.
7148
7149 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7150
7151         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7152
7153         * gnus-dired.el: Reduce Gnus dependencies.
7154         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
7155         require.  Use autoloads instead.
7156         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7157         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7158         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7159         (gnus-dired-mode): Adjust doc string.
7160         (gnus-dired-mail-mode): New variable.
7161         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7162         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7163         (gnus-dired-mail-buffers): New function.  Return mail or message
7164         composition buffers.
7165         (gnus-dired-attach): Use it.
7166         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7167         NO-DECODE.
7168         (gnus-dired-print): Use `gnus-print-buffer' depending on
7169         `gnus-dired-mail-mode'.
7170
7171 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7172
7173         * rfc2047.el (rfc2047-encoded-word-regexp)
7174         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7175         explaining what regexp patterns are for.
7176
7177 2007-12-04  Glenn Morris  <rgm@gnu.org>
7178
7179         * password.el: Move to password-cache.el.
7180
7181         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7182         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7183         * mml-smime.el (password-read, password-cache-add)
7184         (password-cache-remove):
7185         No need to autoload, since mml-sec requires password.
7186
7187         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7188         * message.el (gnus-extract-address-components):
7189         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7190
7191         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7192         password.
7193
7194 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7195
7196         * mailcap.el: Reduce dependencies.
7197         (mail-header-parse-content-type): Autoload.
7198         (mailcap-delete-duplicates): New alias.
7199         (mailcap-mime-info): Add optional argument NO-DECODE.
7200         (mailcap-mime-types): Use mailcap-delete-duplicates.
7201
7202         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7203
7204 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7205
7206         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7207         (imap-parse-status): Upcase status-att for servers that sends them
7208         lower-case (e.g., MS Exchange 2007).
7209
7210 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7211
7212         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7213         function.
7214
7215         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7216         (gnus-uu-yenc-article): New function.
7217
7218         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7219
7220         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
7221         buffer.
7222
7223 2007-12-02  Glenn Morris  <rgm@gnu.org>
7224
7225         * binhex.el (binhex): New custom group.
7226         (binhex-decoder-program, binhex-decoder-switches)
7227         (binhex-use-external): Move to the binhex custom group.
7228
7229         * uudecode.el (uudecode): New custom group.
7230         (uudecode-decoder-program, uudecode-decoder-switches)
7231         (uudecode-use-external): Move to the uudecode custom group.
7232
7233         * netrc.el (top-level): Don't load `encrypt' features.
7234         (netrc-parse): Don't use encrypt.
7235         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7236
7237         * encrypt.el: Remove file.
7238
7239 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7240
7241         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7242         matches on patches.
7243
7244         * gnus-art.el (gnus-article-browse-html-article): Mention
7245         `mm-text-html-renderer' in the doc string.
7246
7247         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7248         string.  Add comments.
7249
7250         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7251         if rhs is ASCII.
7252
7253 2007-12-01  Glenn Morris  <rgm@gnu.org>
7254
7255         * mail-source.el (top-level): Require format-spec before
7256         eval-when-compile.
7257
7258 2007-11-30  Glenn Morris  <rgm@gnu.org>
7259
7260         * encrypt.el: Require password, rather than autoloading password-read.
7261
7262 2007-11-29  Glenn Morris  <rgm@gnu.org>
7263
7264         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7265         (sasl-make-client, sasl-next-step, sasl-step-data)
7266         (sasl-step-set-data): Declare as functions.
7267
7268 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7269
7270         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7271
7272 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7273
7274         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7275         certs should be verified and what is to be done in the event of a
7276         verification failure.
7277
7278         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7279         caller can indicate whether the cache should be disregarded for this
7280         call.  This way the result of the call is reproducible at all times and
7281         can be considered a canonical server name for the supplied method.
7282         (gnus-agent-method-p): Canonicalize server names by pushing their
7283         method through `gnus-method-to-server' using the no-cache argument.
7284
7285         * gnus-srvr.el (gnus-server-insert-server-line): Call
7286         `gnus-method-to-server' with `no-cache' argument.
7287
7288         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7289         gnus-agent-possibly-synchronize-flags as this should be called when the
7290         server is actually being opened.
7291         (gnus-agent-possibly-synchronize-flags)
7292         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7293         flags file of an agentized server to the latter function.
7294
7295         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7296         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7297         after a connection has been established successfully.
7298
7299 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7300
7301         * gnus-art.el (article-display-face): Force to display face if called
7302         interactively; check if gnus-article-x-face-too-ugly matches author.
7303         (article-display-x-face): Display face even if From header is missing
7304         as article-display-face does.
7305
7306 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7307
7308         * hashcash.el (message-narrow-to-headers-or-head)
7309         (message-fetch-field, message-goto-eoh)
7310         (message-narrow-to-headers): Declare as functions.
7311
7312 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7313
7314         * mail-source.el (mail-sources): Default to fetch from file for
7315         compatibility with default of nnmail-spool-file.
7316
7317 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7318
7319         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7320         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7321         to look for encoded word that should be encoded again.
7322         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7323         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7324         encoding pattern.
7325         (rfc2047-decode-region): Switch strict regexp and loose one according
7326         to rfc2047-allow-irregular-q-encoded-words.
7327
7328 2007-11-25  Romain Francoise  <romain@orebokech.com>
7329
7330         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7331
7332 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7333
7334         * tls.el (tls-program): Provide more custom choices from
7335         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
7336         (tls-process-connection-type, tls-success): Remove "*" in doc string.
7337
7338 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7339
7340         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7341         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7342
7343         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7344         `nnmail-spool-file'.
7345
7346         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7347         `nnmail-spool-file'.
7348
7349         * gnus-move.el (gnus-change-server): Ditto.
7350
7351         * gnus-kill.el (gnus-batch-score): Ditto.
7352
7353         * gnus-cache.el (gnus-jog-cache): Ditto.
7354
7355         * gnus-msg.el (gnus-summary-reply):
7356         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7357
7358 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7359
7360         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7361         version.  Minor improvement to doc strings.
7362         (tls-program): Add comment.
7363
7364 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
7365
7366         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7367         (tls-checktrust): New variable.  Check if GNU TLS complained about a
7368         mismatch between the hostname provided in the certificate and the name
7369         of the host connnecting to.
7370         (open-tls-stream): Use them.  Check certificates against trusted root
7371         certificates.
7372
7373 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7374
7375         * gnus-cache.el (gnus-cache-generate-nov-databases):
7376         Use nnml-generate-nov-databases-directory instead of
7377         nnml-generate-nov-databases-1.
7378
7379 2007-11-24  Glenn Morris  <rgm@gnu.org>
7380
7381         * message.el (message-tool-bar-retro): Update for rename
7382         mail_send.xpm->mail-send.xpm.
7383
7384 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7385
7386         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7387         `smime-ldap-search' for Emacs 22 and up.
7388
7389 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7390
7391         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7392
7393         * message.el (message-send-mail-function): Fix error convention.
7394         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7395         (message-widen-reply, message-send-mail, message-talkative-question)
7396         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7397         (message-clone-locals, message-send-news): Use with-current-buffer.
7398         (message-insert-or-toggle-importance): Remove unused var `valid'.
7399         (message-make-references): Remove unused var `new-references'.
7400         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7401
7402 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7403
7404         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7405         (spam-split-symbolic-return-positive): Reflow docstring.
7406         (spam-backends, spam-summary-exit-behavior)
7407         (spam-mark-ham-unread-before-move-from-spam-group)
7408         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7409         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7410         (spam-clear-cache, spam-backend-check, spam-install-backend)
7411         (spam-install-statistical-backend, spam-list-of-processors)
7412         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7413         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7414         (spam-check-crm114, spam-initialize, spam-unload-hook):
7415         Fix typos in docstrings.
7416
7417 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7418
7419         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7420         been checked if they have never been read and those group levels are
7421         higher than the one that a user specified.
7422
7423 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7424
7425         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7426         foreign groups unless a group level is specified by a user.
7427         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7428
7429 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7430
7431         * message.el (message-send-mail-function): Require sendmail.
7432
7433 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7434
7435         * message.el (message-send-mail-function): Check for smtpmail too.
7436
7437         * utf7.el (utf7-encode, utf7-decode): Use coding system
7438         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7439
7440         * message.el (message-send-mail-function): New function.
7441         (message-send-mail-function): Set default using
7442         message-send-mail-function.  Adjust doc string.
7443         (message-send-mail-with-mailclient): New function.
7444
7445 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7446
7447         * smime.el (from):
7448         * rfc2047.el (message-posting-charset):
7449         * qp.el (mm-use-ultra-safe-encoding):
7450         * pop3.el (parse-time-months):
7451         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7452         * nnml.el (files):
7453         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7454         (jka-compr-compression-info-list, ange-ftp-path-format)
7455         (efs-path-regexp):
7456         * nndiary.el (files):
7457         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7458         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7459         (epg-digest-algorithm-alist, inhibit-redisplay)
7460         (password-cache-expiry):
7461         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7462         (pgg-output-buffer, password-cache-expiry):
7463         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7464         (efs-path-regexp):
7465         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7466         (inhibit-redisplay):
7467         * mm-uu.el (file-name, start-point, end-point, entry)
7468         (gnus-newsgroup-name, gnus-newsgroup-charset):
7469         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7470         (latin-unity-ucs-list):
7471         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7472         (mm-uu-binhex-decode-function):
7473         * message.el (gnus-message-group-art, gnus-list-identifiers)
7474         (rmail-enable-mime-composing, gnus-local-organization)
7475         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7476         (gnus-read-active-file, facemenu-add-face-function)
7477         (facemenu-remove-face-function, gnus-article-decoded-p)
7478         (tool-bar-mode):
7479         * mail-source.el (display-time-mail-function):
7480         * gnus-util.el (nnmail-pathname-coding-system)
7481         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7482         (gnus-original-article-buffer, gnus-user-agent)
7483         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7484         (xemacs-codename, sxemacs-codename, emacs-program-version):
7485         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7486         * gnus-start.el (gnus-agent-covered-methods)
7487         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7488         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7489         (gnus-newsgroup-headers, gnus-group-list-mode)
7490         (gnus-group-mark-positions, gnus-newsgroup-data)
7491         (gnus-newsgroup-unreads, nnoo-state-alist)
7492         (gnus-current-select-method, mail-sources)
7493         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7494         (nnmail-spool-file, gnus-cache-active-hashtb):
7495         * gnus-mh.el (mh-lib-progs):
7496         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7497         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7498         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7499         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7500         (gnus-group-buffer):
7501         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7502         (font-lock-set-defaults):
7503         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7504         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7505         (gnus-summary-post-menu, total-parts, type, condition, length):
7506         * gnus-agent.el (gnus-agent-read-agentview):
7507         * flow-fill.el (show-trailing-whitespace):
7508         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7509         eval-and-compile wrappers for byte compiler pacifiers.
7510
7511         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7512         (mm-display-inline-fontify): Check for featurep 'xemacs not
7513         extent-list.
7514
7515         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7516         itimer-list.
7517         (mm-create-image-xemacs): Only do something for XEmacs.
7518         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7519
7520         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7521
7522         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7523         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7524
7525 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7526
7527         * nnimap.el (nnimap-split-download-body):
7528         * gnus-demon.el (gnus-demon):
7529         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7530
7531 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7532
7533         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
7534         macros.
7535         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7536         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7537         copy data from unibyte buffer to multibyte current buffer.
7538         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7539         to copy data from unibyte current buffer to multibyte buffer.
7540         (nntp-make-process-buffer): Make process buffer unibyte.
7541
7542         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7543
7544 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7545
7546         * pop3.el (pop3-open-server): Accept and process data more robustly at
7547         connexion start to avoid spurious "POP SSL connexion failed" errors.
7548
7549 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7550
7551         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7552         read group names.
7553
7554 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7555
7556         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7557
7558 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7559
7560         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7561         (nnmail-save-active): Use a unibyte buffer when saving active file,
7562         which may contain non-ASCII group names.
7563
7564         * nnml.el (nnml-request-group): Decode group names in messages.
7565
7566 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7567
7568         * message.el (message-citation-line-function)
7569         (message-insert-formatted-citation-line): Fix spelling of
7570         `message-insert-formated-citation-line'.
7571
7572 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7573
7574         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7575
7576 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7577
7578         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7579         nnmail-pathname-coding-system.
7580
7581         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7582         that a user enters; decode group names in messages.
7583
7584         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7585
7586 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7587
7588         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7589
7590         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7591
7592         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7593         risky local variable.
7594
7595         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7596
7597 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7598
7599         * encrypt.el: Improve documentation to fix function name typo.
7600         Reported by Daiki Ueno <ueno@unixuser.org>.
7601
7602 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7603
7604         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7605         even if the point is not in the last page of an article.
7606         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7607         back to the previous page.
7608
7609 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7610
7611         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7612
7613 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7614
7615         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7616
7617 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7618
7619         * message.el (message-check-news-body-syntax): Avoid
7620         mm-string-as-multibyte.
7621         (message-hide-headers): Don't assume (point-min)==1.
7622
7623 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7624
7625         * message.el (message-remove-blank-cited-lines): Fix if remove is
7626         given.
7627         (message-bogus-address-regexp): New variable.
7628         (message-bogus-recipient-p): New function.
7629         (message-check-recipients): New command.
7630         (message-syntax-checks): Add `bogus-recipient'.
7631         (message-fix-before-sending): Add `bogus-recipient'.
7632
7633         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7634         (gnus-treat-body-boundary): Don't test window-system.
7635
7636 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
7637
7638         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7639
7640 2007-10-28  Miles Bader  <miles@gnu.org>
7641
7642         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7643         at compile-time too.
7644
7645 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7646
7647         * gnus-msg.el (gnus-message-setup-hook): Add
7648         `message-remove-blank-cited-lines' to options.
7649
7650 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7651
7652         * message.el (message-remove-blank-cited-lines): New function.
7653         Suggested by Karl Plästerer.
7654
7655 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7656
7657         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7658         mapc.
7659
7660         * imap.el (imap-open): Replace mapcar called for effect with mapc.
7661         (top-level): Use mapc to set functions to be traced for debugging.
7662
7663         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7664         called for effect with while loop.
7665
7666         * message.el (message-talkative-question): Replace mapcar called for
7667         effect with mapc.
7668
7669         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7670         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7671         called for effect with dolist.
7672
7673         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7674
7675         * nndiary.el: Use dolist instead of mapcar to add diary headers to
7676         gnus-extra-headers and nnmail-extra-headers.
7677
7678         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7679         called for effect with dolist.
7680         (top-level): Use mapc to set functions to be traced for debugging.
7681
7682         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7683         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7684         dolist.
7685
7686         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7687         Replace mapcar called for effect with mapc.
7688         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7689         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7690         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7691         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7692
7693         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7694         remove-if that's a cl function.
7695
7696         * webmail.el (webmail-debug): Replace mapcar called for effect with
7697         dolist.
7698
7699         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
7700         with mapc.
7701
7702 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7703
7704         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
7705         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7706         with while loop.
7707
7708         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7709         functions from article-* functions.
7710         (gnus-multi-decode-header): Replace mapcar called for effect with
7711         dolist.
7712
7713         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7714         (gnus-bookmark-show-details): Replace mapcar called for effect with
7715         while loop.
7716
7717         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7718         called for effect with while loop.
7719
7720         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7721         with dolist.
7722
7723         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
7724         mapcar called for effect with dolist.
7725
7726         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7727
7728         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7729         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7730         Replace mapcar called for effect with dolist.
7731         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7732         mapc.
7733
7734         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7735         Replace mapcar called for effect with dolist.
7736         (gnus-topic-list): Replace mapcar called for effect with mapc.
7737
7738         * gnus.el: Use mapc instead of mapcar to add autoloads.
7739
7740 2007-10-23  Richard Stallman  <rms@gnu.org>
7741
7742         * gnus-group.el (gnus-group-highlight): Mark as risky.
7743
7744 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7745
7746         * gnus.el (gnus-server-to-method): Return method found first in
7747         gnus-newsrc-alist.
7748
7749         * gnus-art.el (gnus-article-highlight-signature)
7750         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7751         button overlay without the front stickiness.
7752
7753 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
7754
7755         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7756         overview buffer needed a catch to receive its throw.
7757         (gnus-agent-flush-cache): Declared as interactive to make this function
7758         easier to use.
7759
7760 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
7761
7762         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7763         `next-line'.
7764
7765 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7766
7767         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7768         exclude address matching message-dont-reply-to-names.
7769
7770 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7771
7772         * gnus-util.el (gnus-string<): New function.
7773
7774         * gnus-sum.el (gnus-article-sort-by-author)
7775         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
7776
7777 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7778
7779         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7780         the frame-focus tag is set in gnus-buffer-configuration.
7781
7782 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7783
7784         * gnus-art.el (gnus-article-add-button): Make a button overlay without
7785         the front stickiness.
7786
7787 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7788
7789         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7790         url pattern; remove duplicate one.
7791         (gnus-article-extend-url-button): New function.
7792         (gnus-article-add-buttons): Use it.
7793         (gnus-button-push): Use concatenated url that it makes.
7794
7795 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7796
7797         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7798
7799 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7800
7801         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7802         Don't hardcode point-min==1.
7803
7804 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7805
7806         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7807         Fix comment about "iso8859-1".
7808
7809 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
7810
7811         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
7812         ones returned from the verify-function.
7813
7814         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
7815         mml2015-extract-cleartext-signature if extraction failed.
7816
7817 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
7818
7819         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
7820         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
7821         failed.
7822
7823 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7824
7825         * Relicense "GPLv2 or later" files to "GPLv3 or later".
7826
7827 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
7828
7829         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
7830         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
7831         recommends to use EasyPG instead of PGG.
7832
7833         * pgg.el: Revert to revision 6.23.2.16.
7834
7835         * pgg-def.el: Revert to revision 6.6.2.14.
7836
7837         * pgg-gpg.el: Revert to revision 6.23.2.34.
7838
7839 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7840
7841         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
7842         to mark a thread as expirable.  Add variable `hide' to handle hiding of
7843         thread for both the null and zero (kill/expire thread) universal prefix
7844         cases.
7845         (gnus-summary-expire-thread): Add new function to expire a thread,
7846         using gnus-summary-kill-thread.
7847         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
7848         shortcuts for gnus-summary-expire-thread.
7849         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
7850         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
7851
7852 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7853
7854         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
7855         extras value, so an extras entry can be deleted.
7856         (gnus-registry-delete-extra-entry): Use it.
7857         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
7858         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
7859         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
7860         storage through the gnus-registry, and provide an appropriate API for
7861         it.
7862
7863 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7864
7865         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
7866         Suggested by Leo <sdl.web@gmail.com>.
7867
7868         * gnus.el: Do.
7869
7870 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7871
7872         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
7873         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
7874
7875         * gnus-agent.el (gnus-agent-fetch-headers): Do.
7876
7877         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7878         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
7879
7880 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7881
7882         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
7883         newline.
7884         (nnmbox-request-accept-article): Don't change article in source buffer;
7885         narrow to header to use message-fetch-field rather than
7886         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
7887         (nnmbox-request-replace-article): Quote lines that'll be misidentified
7888         as delimiters; make sure article ends with newline.
7889         (nnmbox-delete-mail): Correct last position of article to be deleted;
7890         ignore X-Gnus-Newsgroup header in article body.
7891         (nnmbox-save-mail): Quote lines looking like delimiters at the right
7892         positions; make sure article ends with newline.
7893
7894         * message.el (message-display-abbrev): Don't infloop when a user
7895         inserts SPC in the beginning of header.
7896
7897         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
7898         coding-system-for-read and coding-system-for-write for XEmacs having no
7899         file-coding feature.
7900
7901         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
7902
7903 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
7904
7905         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
7906         list of groups not followed by default.  Fix type to be regexp.
7907         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
7908
7909 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
7910
7911         * hmac-def.el (define-hmac-function): Switch from old-style to
7912         new-style backquotes.
7913
7914         * md4.el (md4-make-step): Likewise.
7915
7916 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7917
7918         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
7919         raw-text coding system when saving .newsrc file, which may contain
7920         non-ASCII group names.
7921
7922 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7923
7924         * gnus-cus.el (gnus-score-extra): New widget.
7925         (gnus-score-extra-convert): New function.
7926         (gnus-score-customize): Use it for Extra.
7927
7928 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
7929
7930         * mml2015.el (mml2015-extract-cleartext-signature): New function.
7931         (mml2015-mailcrypt-clear-verify): Use it.
7932         (mml2015-gpg-clear-verify): Use it.
7933         (mml2015-pgg-clear-verify): Use it.
7934         (mml2015-epg-clear-verify): Replace the current part with the output
7935         from GnuPG; don't extract the plaintext by itself.
7936
7937         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
7938         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
7939         mml2015-clear-verify-function; don't touch the armor headers or
7940         dash-escaped text here.
7941
7942 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7943
7944         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
7945         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
7946         parts, or application/octet-stream as a last resort.
7947         (gnus-mime-view-part-as-type): Don't toggle display.
7948         (gnus-mime-view-part-as-charset): Don't turn off display before
7949         querying charset.
7950
7951         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
7952         stuff to undisplayer function in Emacs.
7953         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
7954
7955         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
7956         text/calendar parts.
7957
7958 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7959
7960         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
7961         decoding text/calendar parts.
7962
7963         * message.el (message-forward-make-body-mime): Always mark body as
7964         having no illegible text; remove signed-or-encrypted argument.
7965         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
7966
7967         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
7968         (mml-generate-mime-1): Don't encode body if it is specified to be in
7969         raw form; don't make buffer be unibyte when inserting multibyte string.
7970
7971 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7972
7973         * sha1.el: Fix up comment style.
7974         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
7975         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
7976
7977         * hex-util.el: Fix up comment style.
7978         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
7979
7980         * gnus-salt.el: Use with-current-buffer.
7981         (gnus-pick-setup-message): Fix long-standing typo.
7982
7983 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7984
7985         * imap.el (imap-logout-timeout): New variable.
7986         (imap-logout, imap-logout-wait): New functions.
7987         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
7988
7989         * nnimap.el (nnimap-logout-timeout): New server variable.
7990         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
7991         nnimap-logout-timeout.
7992
7993         * gnus-art.el (gnus-article-summary-command-nosave)
7994         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
7995
7996 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7997
7998         * gnus.el (gnus-maximum-newsgroup): New variable.
7999
8000         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8001         according to gnus-maximum-newsgroup.
8002
8003         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8004         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8005         Limit the range of articles according to gnus-maximum-newsgroup.
8006
8007 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8008
8009         * gnus-art.el (gnus-sticky-article): Fixed problems described in
8010         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8011         Don't perform gnus-configure-windows here; reuse existing sticky
8012         article buffer.
8013
8014         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8015         it doesn't exist in gnus-article-mode.
8016
8017 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8018
8019         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8020         (gnus-agent-decoded-group-name): New function.
8021         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8022         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8023
8024 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8025
8026         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8027         Add binding for gnus-sticky-article.
8028         (gnus-summary-exit): Don't kill sticky article buffers.
8029
8030         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8031         article buffer.
8032         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8033         (gnus-kill-sticky-article-buffers): New commands.
8034
8035 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8036
8037         * nntp.el (nntp-xref-number-is-evil): New server variable.
8038         (nntp-find-group-and-number): If it is non-nil, don't trust article
8039         numbers in the Xref header.
8040
8041 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8042
8043         * gnus-agent.el (gnus-agent-read-group): New function.
8044         (gnus-agent-flush-group, gnus-agent-expire-group)
8045         (gnus-agent-regenerate-group): Use it.
8046         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8047         nnmail-pathname-coding-system.
8048
8049 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8050
8051         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8052
8053         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8054         that are unread as unread, and also as selected so that information of
8055         marks having been changed by a user may be updated when exiting group.
8056
8057 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8058
8059         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8060         calculated ignoring signature parts to gnus-treat-article.
8061
8062 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8063
8064         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8065         a point here in order to keep the window start.
8066         (gnus-insert-mime-security-button): Make a button overlay without the
8067         front stickiness.
8068         (gnus-mime-display-security): Goto the end of a button.
8069
8070         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8071
8072 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8073
8074         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8075         group-name-at-point.
8076         (gnus-group-completing-read): New function that offers decoded
8077         non-ASCII group names for completion.
8078         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8079         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8080         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8081         (gnus-group-fetch-control): Use it.
8082         (gnus-fetch-group): Use group-name-at-point for the initial value
8083         rather than the default value; use gnus-alive-p.
8084
8085         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8086         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8087         (gnus-summary-post-news): Use gnus-group-completing-read.
8088
8089         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8090         (gnus-read-move-group-name): Decode group name for completion.
8091
8092 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8093
8094         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8095         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8096         Yamaoka slightly modified the code).
8097
8098 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8099
8100         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8101         (nnmail-split-incoming): Bind it.
8102
8103         * nnml.el (nnml-group-name-charset): New function.
8104         (nnml-decoded-group-name): Use it; don't decode group name if
8105         nnmail-group-names-not-encoded-p is non-nil.
8106         (nnml-encoded-group-name): New function.
8107         (nnml-group-pathname): Inline nnml-decoded-group-name.
8108         (nnml-request-expire-articles): Decode group name in message.
8109         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8110         nnmail-pathname-coding-system.
8111         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8112         not decoded ones according to nnmail-group-names-not-encoded-p.
8113         (nnml-generate-active-info): Use nnml-encoded-group-name.
8114
8115 2007-08-08  Glenn Morris  <rgm@gnu.org>
8116
8117         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8118         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8119         doc-strings and comments.
8120
8121 2007-07-25  Glenn Morris  <rgm@gnu.org>
8122
8123         * Relicense all FSF files to GPLv3 or later.
8124
8125 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8126
8127         * gnus-sum.el (gnus-summary-move-article): Make
8128         gnus-summary-respool-article work.
8129
8130 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8131
8132         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8133         string.
8134
8135 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8136
8137         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8138         that should be ignored when comparing distant RSS articles with local
8139         ones.
8140         (nnrss-make-hash-index): New function.  Create a hash index according
8141         to the ignored fields.
8142         (nnrss-check-group): Use it.
8143
8144 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8145
8146         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8147
8148         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8149
8150         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8151         the new optional argument ENCODED is non-nil.
8152         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8153         coding system for encoding group name.
8154         (gnus-group-make-rss-group): Pass un-encoded group name to
8155         gnus-group-make-group.
8156         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8157         encoded.
8158
8159         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8160         Encode group name to which articles are moved or copied.
8161         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8162         coding system for encoding Newsgroup, Followup-To and Xref headers.
8163
8164         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8165         marks; use nnheader-file-coding-system to write a file.
8166         (nnagent-retrieve-headers): Bind file-name-coding-system to
8167         nnmail-pathname-coding-system.
8168
8169         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8170
8171         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8172         (nnml-request-article, nnml-request-create-group)
8173         (nnml-request-rename-group, nnml-find-id)
8174         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8175         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8176         (nnml-save-marks): Use nnml-group-pathname instead of
8177         nnmail-group-pathname.
8178
8179         (nnml-request-create-group, nnml-request-expire-articles)
8180         (nnml-request-move-article, nnml-request-delete-group)
8181         (nnml-deletable-article-p, nnml-possibly-create-directory)
8182         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8183         (nnml-open-marks): Bind file-name-coding-system to
8184         nnmail-pathname-coding-system.
8185
8186         (nnml-request-article): Pass server argument to nnml-find-group-number.
8187         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
8188         server argument to nnml-possibly-create-directory.
8189         (nnml-request-accept-article): Pass server argument to
8190         nnml-active-number and nnml-save-mail.
8191         (nnml-find-group-number): Pass server argument to nnml-find-id.
8192         (nnml-request-update-info): Pass server argument to
8193         nnml-marks-changed-p.
8194
8195         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8196         (nnml-save-mail, nnml-active-number): Add server argument.
8197
8198         (nnml-request-delete-group): Warn if group is missing.
8199         (nnml-get-nov-buffer): Decode group name.
8200         (nnml-generate-active-info): Encode group name.
8201         (nnml-open-marks): Decode group name in messages.
8202
8203 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8204
8205         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8206         if it is not specified.
8207         (gnus-article-pipe-part, gnus-article-save-part)
8208         (gnus-article-interactively-view-part, gnus-article-copy-part)
8209         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8210         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8211         (gnus-article-replace-part, gnus-article-delete-part)
8212         (gnus-article-view-part-as-type): Pass raw prefix argument to
8213         gnus-article-part-wrapper.
8214
8215 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8216
8217         * gnus-agent.el (gnus-agent-save-active): Bind
8218         nnheader-file-coding-system to gnus-agent-file-coding-system.
8219
8220         * gnus-cache.el (gnus-cache-save-buffers)
8221         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8222         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8223         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8224         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8225         (gnus-cache-generate-active, gnus-cache-rename-group)
8226         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8227         (gnus-cache-update-overview-total-fetched-for): Bind
8228         file-name-coding-system to nnmail-pathname-coding-system.
8229         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
8230         variables.
8231         (gnus-cache-decoded-group-name): New function.
8232         (gnus-cache-file-name): Use it.
8233         (gnus-cache-generate-active): Use non-decoded group name for active.
8234
8235         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8236         right place.
8237         (gnus-write-active-file): Don't break non-ASCII group names.
8238
8239         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8240         nnmail-pathname-coding-system.
8241
8242         * lpath.el: Bind default-file-name-coding-system,
8243         file-name-coding-system and language-info-alist for XEmacs.
8244
8245         * gnus-uu.el (gnus-uu-decode-save): Typo.
8246
8247 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8248
8249         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8250
8251 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8252
8253         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8254         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8255         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8256         (gnus-agent-flush-group, gnus-agent-flush-cache)
8257         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8258         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8259         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8260         (gnus-agent-regenerate-group)
8261         (gnus-agent-update-files-total-fetched-for)
8262         (gnus-agent-update-view-total-fetched-for): Bind
8263         file-name-coding-system to nnmail-pathname-coding-system.
8264         (gnus-agent-group-pathname): Don't encode file names by
8265         nnmail-pathname-coding-system.
8266         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8267         coding-system-for-write instead of buffer-file-coding-system to
8268         gnus-agent-file-coding-system.
8269
8270         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8271         Decode group name.
8272
8273         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8274
8275         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8276         (gnus-read-newsrc-el-file): Make group names unibyte.
8277
8278         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8279         nnmail-pathname-coding-system.
8280
8281         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8282         (nnrss-request-delete-group): Bind file-name-coding-system to
8283         nnmail-pathname-coding-system.
8284         (nnrss-read-server-data, nnrss-read-group-data): Bind
8285         file-name-coding-system correctly.
8286         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8287
8288         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8289         (nntp-server-to-method-cache): New variable.
8290         (nntp-group-pathname): New function that decodes non-ASCII group names.
8291         (nntp-possibly-create-directory, nntp-marks-changed-p)
8292         (nntp-save-marks, nntp-open-marks): Use it.
8293         (nntp-possibly-create-directory, nntp-open-marks):
8294         Bind file-name-coding-system to nnmail-pathname-coding-system.
8295         (nntp-open-marks): Decode group names when bootstrapping marks.
8296
8297         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8298         Newsgroups and Folowup-To headers.
8299
8300 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8301
8302         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8303         (gnus-server-closed-face, gnus-server-denied-face)
8304         (gnus-server-offline-face): Remove variable.
8305         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8306
8307         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8308         of modifying message-stack directly for XEmacs.
8309
8310         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8311         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8312         if the coding-system argument is nil for XEmacs.
8313
8314         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8315         mm-charset-override-alist.
8316
8317         * rfc2047.el: Don't require base64; require rfc2045 for the function
8318         rfc2045-encode-string.
8319         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8320         to quote the parameter value.
8321
8322 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8323
8324         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8325         form in gnus-group-name-charset-method-alist.
8326
8327         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8328         overrides the default layout edit-form.
8329
8330         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8331
8332         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8333
8334 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8335
8336         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8337         as unfetched articles.
8338
8339 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8340
8341         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8342
8343 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8344
8345         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8346         original back end that keeps marks in the local system.
8347
8348 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8349
8350         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8351         arg of pop-to-buffer for XEmacs.
8352         (gnus-article-read-summary-keys): Ditto; don't restore window
8353         configuration if summary command ends up with neither article buffer
8354         nor summary buffer; describe bindings if summary keys end with C-h.
8355
8356 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8357
8358         * message.el (message-fix-before-sending): Skip raw message part to be
8359         forwarded while checking illegible text.
8360         (message-forward-make-body-mime, message-forward-make-body): Mark
8361         signed or encrypted raw message as having no illegible text.
8362
8363 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8364
8365         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8366         (gnus-message-with-timestamp-1): New macro.
8367         (gnus-message-with-timestamp): New function.
8368         (gnus-message): Use them.
8369
8370         * nnheader.el (nnheader-message): Use them.
8371
8372 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8373
8374         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8375         .newsrc.eld file.
8376
8377 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8378
8379         * gnus-agent.el (gnus-agent-fetch-headers)
8380         (gnus-agent-retrieve-headers): Bind
8381         gnus-decode-encoded-address-function to identity.
8382
8383         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8384         available also when the server returns simply a dot.
8385
8386         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8387
8388 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8389
8390         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8391
8392 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8393
8394         * gnus-ems.el (gnus-x-splash): Make it work.
8395
8396         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8397         from being used.
8398
8399         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
8400
8401 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8402
8403         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
8404         4th and the 5th arguments.
8405
8406         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8407         the front stickiness.
8408         (gnus-article-summary-command-nosave): Correct the order of the
8409         arguments passed to pop-to-buffer.
8410         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8411         summary command ends up with the article buffer.
8412
8413         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8414         the same faces.
8415
8416 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8417
8418         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8419
8420 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8421
8422         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8423         * gnus-sum.el (gnus-summary-highlight):
8424         * pgg.el (pgg-sign-region, pgg-sign):
8425         * mail-source.el (mail-source-delete-old-incoming-confirm):
8426         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8427
8428 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8429
8430         * gnus-art.el (gnus-mime-view-part-externally)
8431         (gnus-mime-view-part-internally): Fix predicate function passed to
8432         completing-read.
8433
8434         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8435
8436         * gnus.el (gnus-update-message-archive-method): Add :version.
8437
8438 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8439
8440         * gnus.el (gnus-update-message-archive-method): New variable.
8441
8442         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8443         according to gnus-message-archive-method if
8444         gnus-update-message-archive-method is non-nil.
8445
8446 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8447
8448         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
8449         by Loic Dachary <loic@dachary.org>.
8450         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8451
8452 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8453
8454         * message.el (message-pop-to-buffer): Add switch-function argument.
8455         (message-mail): Pass switch-function argument to it.
8456
8457 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8458
8459         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8460         Improve doc string.
8461
8462 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8463
8464         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8465         (gnus-header-content)
8466         * gnus-cite.el (gnus-cite-10)
8467         * gnus-srvr.el (gnus-server-closed)
8468         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8469         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8470         (gnus-group-mail-3-empty, gnus-group-mail-low)
8471         (gnus-group-mail-low-empty, gnus-splash)
8472         * message.el (message-header-to, message-header-cc)
8473         (message-header-subject, message-header-other, message-header-name)
8474         (message-header-xheader, message-separator, message-cited-text)
8475         (message-mml): Lighten colors of faces used for dark background.
8476
8477 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8478
8479         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8480         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8481
8482 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8483
8484         * message.el (message-narrow-to-headers-or-head):
8485         Ignore mail-header-separator in the body.
8486
8487 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8488
8489         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8490         same as window size.
8491
8492 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8493
8494         * message.el (message-font-lock-keywords): Use message-header-xheader
8495         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8496         ahead of the anything pattern, to get it recognised.
8497
8498 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8499
8500         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8501         spam.el loads uses it in the compiled defadvice form.
8502
8503 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8504
8505         * gnus-sum.el (gnus-articles-to-read)
8506         (gnus-summary-insert-old-articles): Don't truncate group name for
8507         `read-string'.
8508
8509         * gnus-util.el (gnus-limit-string): Delete this function.
8510
8511         * gnus-sum.el (gnus-simplify-subject-fully): Use
8512         `truncate-string-to-width' instead.
8513
8514 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8515
8516         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
8517         if, on summary exit, the next group has to be selected.
8518         (gnus-summary-exit): Use it.
8519
8520 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8521
8522         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8523         non-break space.
8524
8525 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8526
8527         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8528         Check if group is not a directory.
8529         (nnfolder-request-expire-articles): Don't delete articles if the target
8530         group is not available.
8531
8532         * nnml.el (nnml-request-create-group): Properly check if group is not a
8533         file.
8534         (nnml-request-expire-articles): Don't delete articles if the target
8535         group is not available.
8536
8537         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8538         Don't quote characters that are within parentheses.
8539
8540 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8541
8542         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8543         (gnus-handle-ephemeral-exit): Select article according to it.
8544
8545 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8546
8547         * message.el (message-insert-formated-citation-line): Remove newline.
8548         (message-citation-line-format): Add final \n here so that the user can
8549         avoid a blank line.
8550
8551 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8552
8553         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8554         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8555         Update lanl/arXiv support.
8556
8557 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8558
8559         * gnus.el: Bump version number.
8560
8561 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8562
8563         * gnus.el (gnus-version-number): Bump version.
8564
8565 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8566
8567         * gnus.el: No Gnus v0.6 is released.
8568
8569 2007-04-27  Didier Verna  <didier@xemacs.org>
8570
8571         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
8572         * gmm-utils.el (gmm-regexp-concat): here.
8573         * message.el: Don't require 'gnus-util.
8574         (message-dont-reply-to-names): Handle name change above.
8575         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8576
8577 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8578
8579         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8580         since the initial value varies according to the system.
8581
8582 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8583
8584         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8585
8586 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8587
8588         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8589
8590 2007-04-24  Didier Verna  <didier@xemacs.org>
8591
8592         Improve the type of gnus-ignored-from-addresses.
8593         * gnus-util.el (gnus-orify-regexp): New function.
8594         * message.el (gnus-util): Require it.
8595         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8596         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8597         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8598
8599 2007-04-24  Didier Verna  <didier@xemacs.org>
8600
8601         * gnus-sum.el:
8602         * gnus-utils.el: Fix some trailing whitespaces.
8603
8604 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8605
8606         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8607         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8608         article's Message-ID; refer parent article in summary buffer.
8609
8610         * message.el (message-bounce): Call mime-to-mml.
8611
8612         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
8613         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
8614         optimize and/or forms properly.
8615
8616 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
8617
8618         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
8619         URL.
8620
8621 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8622
8623         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8624
8625 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8626
8627         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8628         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8629         displayed of multipart/alternative part if it is invoked from summary
8630         buffer.
8631
8632         * mm-view.el (mm-inline-text-html-render-with-w3m)
8633         (mm-inline-text-html-render-with-w3m-standalone)
8634         (mm-inline-render-with-function): Use mail-parse-charset by default.
8635
8636 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
8637
8638         * parse-time.el (parse-time-string-chars): Check if CHAR
8639         is less than the length of parse-time-syntax.
8640
8641 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8642
8643         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8644         from gnus-newsgroup-processable.
8645
8646 2007-04-16  Didier Verna  <didier@xemacs.org>
8647
8648         * gnus-msg.el (gnus-configure-posting-styles): Handle
8649         message-signature-directory properly with :file syntax.  Reported by
8650         "Leo".
8651
8652 2007-04-11  Didier Verna  <didier@xemacs.org>
8653
8654         New user option: message-signature-directory.
8655         * gnus-msg.el (gnus-configure-posting-styles): Support it.
8656         * message.el (message-insert-signature): Ditto.
8657         * message.el (message-signature-file): Doc update.
8658         * message.el (message-signature-directory): New.
8659
8660 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8661
8662         * gnus-msg.el (gnus-inews-yank-articles): Use
8663         message-exchange-point-and-mark instead of exchange-point-and-mark.
8664
8665 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8666
8667         * message.el (message-yank-original): Make sure cited text ends with
8668         newline; don't exchange point and mark.
8669
8670 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
8671
8672         * tls.el (open-tls-stream): Properly handle case where there
8673         is no associated buffer.
8674
8675 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
8676
8677         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8678         message-yank-original, make sure (< mark TEXT point).
8679
8680 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8681
8682         * message.el (message-fill-column): New variable.
8683         (message-mode): Use it.  Add comment on a possible new hook.
8684
8685         * nnmail.el (nnmail-spool-file): Mark as obsolete.
8686         (nnmail-get-new-mail): Reformat.
8687
8688         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8689
8690         * gmm-utils.el: Fix Commentary.
8691         (gmm-tool-bar-from-list): Fix typo in doc string.
8692
8693 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
8694
8695         * message.el (message-yank-original): Don't switch point and mark
8696         unnecessarily to put point and mark as documented.
8697
8698 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8699
8700         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8701         from the message heads.
8702
8703 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
8704
8705         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8706         article buffer does not have a window.  This may not be the best
8707         solution but is certainly better than setting the start of the null,
8708         that is the current, window.
8709
8710 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8711
8712         * gnus-draft.el (gnus-draft-setup-hook): New hook.
8713         (gnus-draft-setup): Run it.
8714
8715         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8716         gnus-score-fast-scoring.  Allow regexp.
8717         (gnus-score-headers): Use it.
8718
8719         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8720         XEmacs.
8721
8722         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8723         string.
8724         (gnus-button-alist): Also catch `<f1> k ...'.
8725         (gnus-treat-display-x-face): Fix doc string.
8726
8727 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8728
8729         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
8730         evaluation of gnus-extended-version to ensure correct generation of the
8731         User-Agent header when message-generate-headers-first is used.
8732
8733 2007-03-24  Simon Josefsson  <simon@josefsson.org>
8734
8735         * hashcash.el (hashcash-generate-payment-async): Don't crash if
8736         hashcash-path is nil.  Don't call callback with incorrect number of
8737         parameters if val is 0.
8738
8739 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8740
8741         * message.el (message-required-news-headers):
8742         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8743
8744 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
8745
8746         * tls.el (open-tls-stream): In handshake-waiting loop,
8747         don't wait more if there is output available to process.
8748
8749 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
8750
8751         * tls.el (tls-program): Doc fix.
8752
8753 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8754
8755         * message.el (message-generate-new-buffers): Change the meaning of the
8756         nil value; add `standard' to the choices; treat t as `unique'; improve
8757         doc string.
8758         (gnus-select-frame-set-input-focus): Autoload.
8759         (message-buffer-name): Search for the existing message buffer if
8760         message-generate-new-buffers is nil or `standard'; treat the value t of
8761         message-generate-new-buffers as `unique'.
8762         (message-pop-to-buffer): Raise the frame already displaying the message
8763         buffer; clear the echo area after querying.
8764         (message-setup): Pass the `continue' argument to compose-mail.
8765         (message-mail): Prefer `switch-function' if it is given; search for the
8766         existing message buffer if the `continue' argument is non-nil; pass
8767         continue and switch-function arguments to compose-mail by way of
8768         message-setup.
8769         (message-mail-other-window): Adjust argument of message-setup.
8770         (message-mail-other-frame): Ditto.
8771
8772 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8773
8774         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
8775         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
8776         to turn font-lock on when turning gnus-message-citation-mode on.
8777
8778 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
8779
8780         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8781         (mml-smime-function-alist): New variable; add epg as the backend.
8782         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8783         mml-smime- functions instead.
8784         * mm-view.el: Require smime.
8785
8786 2007-03-05  Didier Verna  <didier@xemacs.org>
8787
8788         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8789         instead of just inheritance for posting styles.
8790         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8791
8792 2007-02-24  Chris Moore  <dooglus@gmail.com>
8793
8794         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
8795         * pgg-pgp.el (pgg-pgp-encrypt-region):
8796         * pgg-gpg.el (pgg-gpg-encrypt-region):
8797         Check pgg-encrypt-for-me if no other recipients.
8798
8799 2007-02-24  John Paul Wallington  <jpw@pobox.com>
8800
8801         * tls.el (tls-certtool-program): Fix custom type.
8802
8803 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8804
8805         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8806         and point-at-eol instead of line-(beginning|end)-position.
8807
8808         * assistant.el (assistant-parse-buffer): Ditto.
8809
8810         * netrc.el (netrc-parse-services): Ditto.
8811
8812 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
8813
8814         * mml2015.el (mml2015-epg-find-usable-key): New function.
8815         (mml2015-epg-sign): Use it.
8816         (mml2015-epg-encrypt): Use it.
8817
8818 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8819
8820         * message.el (message-make-in-reply-to): Quote name containing
8821         non-ASCII characters.  It will make the RFC2047 encoder cause an error
8822         if there are special characters.  Reported by NAKAJI Hiroyuki
8823         <nakaji@jp.freebsd.org>.
8824
8825 2007-02-27  Didier Verna  <didier@xemacs.org>
8826
8827         Include the group parameters as well as the topic ones in the
8828         inheritance filter process.
8829         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
8830         argument GROUP-PARAMS-LIST.
8831         * gnus-topic.el (gnus-group-topic-parameters): Use it.
8832
8833 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8834
8835         * nntp.el (nntp-never-echoes-commands)
8836         (nntp-open-connection-functions-never-echo-commands): New variables.
8837         (nntp-send-command): Use them.
8838
8839 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
8840
8841         * mml2015.el (mml2015-epg-verify): Simplified.
8842
8843 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8844
8845         * mml.el (mml-content-disposition-alist): New user option.
8846         (mml-content-disposition): New function.
8847         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
8848         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
8849
8850 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
8851
8852         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
8853         verification.
8854
8855 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8856
8857         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
8858         articles posted in the last 24 hours.
8859
8860 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
8861
8862         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
8863
8864 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
8865
8866         * nntp.el (nntp-send-command): Don't wait for echoes when
8867         nntp-open-ssl-stream is used.
8868
8869 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8870
8871         * gnus-cite.el (gnus-test-font-lock-add-keywords)
8872         (gnus-message-add-citation-keywords)
8873         (gnus-message-remove-citation-keywords): Remove.
8874         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
8875         directly, make the variables in font-lock-defaults buffer-local, add
8876         gnus-message-citation-keywords to them and then update the value of
8877         font-lock-keywords.
8878
8879 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8880
8881         * message.el (message-cite-original-1): Don't call
8882         gnus-article-highlight-citation.
8883
8884         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
8885         citations; fix line count.
8886
8887 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8888
8889         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
8890         (gnus-message-add-citation-keywords)
8891         (gnus-message-remove-citation-keywords): Use it; fix the emulating
8892         versions of font-lock-add-keywords and font-lock-remove-keywords to
8893         work with XEmacs correctly.
8894
8895 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8896
8897         * gnus-cite.el (gnus-cite-face-list): Set the values of
8898         gnus-message-max-citation-depth and gnus-message-citation-keywords.
8899         (gnus-message-max-citation-depth): Use defvar rather than defconst.
8900         (gnus-message-cite-prefix-regexp): New variable.
8901         (gnus-message-search-citation-line): Use it; protect against long
8902         citation prefix; fill match data with nil rather than 0 for XEmacs; set
8903         the 0th match data for Emacs.
8904         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
8905         (gnus-message-add-citation-keywords): Append keywords rather than
8906         prepending; emulate font-lock-add-keywords if it is not available.
8907         (gnus-message-remove-citation-keywords): Emulate
8908         font-lock-remove-keywords if it is not available.
8909
8910         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
8911
8912         * message.el (message-cite-prefix-regexp): Set the value of
8913         gnus-message-cite-prefix-regexp.
8914
8915 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8916
8917         * nnweb.el (nnweb-google-parse-1): Update parser.
8918
8919 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
8920
8921         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
8922
8923 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8924
8925         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8926         regexp.
8927
8928 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8929
8930         * uudecode.el (uudecode-string-to-multibyte): New function emulating
8931         string-to-multibyte.
8932         (uudecode-decode-region-internal): Use it.
8933
8934         * lpath.el: Fbind string-as-multibyte for XEmacs.
8935
8936 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8937
8938         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
8939         custom choice.
8940
8941         * gnus-art.el (gnus-signature-limit): Fix custom choice.
8942
8943 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
8944
8945         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
8946
8947         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
8948         `write-region' to respect `mm-inhibit-file-name-handlers'.
8949
8950 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
8951
8952         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
8953         Use gnus-home-directory instead of "~/" or "$HOME".
8954
8955 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
8956
8957         * encrypt.el (encrypt-insert-file-contents): Add better prompt
8958         to mention filename.
8959         Add comments at beginning regarding usage.
8960         (encrypt-write-file-contents): Change interactive so a string is
8961         acceptable.  If the file has no associated model, show an error instead
8962         of a nonsense prompt.
8963
8964 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8965
8966         * spam.el (spam-bsfilter-ham-switch): Fix typo.
8967         Thanks to Yoshihiko Yamada for kind notification of this typo.
8968
8969 2007-01-12  Kenichi Handa  <handa@m17n.org>
8970
8971         * uudecode.el (uudecode-decode-region-internal): Make it work in a
8972         multibyte buffer.
8973
8974 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8975
8976         * gnus-score.el (gnus-score-fast-scoring): New variable.
8977         (gnus-score-headers): Use it.
8978
8979         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
8980
8981         * message.el (message-cite-original-1): Call
8982         gnus-article-highlight-citation if requested.
8983         (message-make-from): Allow name and address as optional arguments.
8984
8985         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
8986
8987         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
8988         bugs to doc string.
8989         (gnus-button-alist): Add mid\\|message-id.
8990         (gnus-button-fetch-group): Extend for use in
8991         `browse-url-browser-function'.
8992         (gnus-button-url-regexp): Try to catch paired parentheses like in
8993         Wikipedia URLs.
8994
8995         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
8996         Suggested by Simon Krahnke <overlord@gmx.li>.
8997
8998 2007-01-13  Romain Francoise  <romain@orebokech.com>
8999
9000         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9001         Update copyright.
9002
9003 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9004
9005         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9006
9007 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9008
9009         * gnus-registry.el (gnus-registry-unfollowed-groups)
9010         (gnus-registry-split-fancy-with-parent): Fix documentation.
9011
9012 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9013
9014         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9015         from nnweb groups.
9016
9017 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9018
9019         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9020         Xref urls.  Erase buffer before requesting head.
9021
9022 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9023
9024         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9025         customizable.
9026
9027 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9028
9029         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9030         no signing key is found.
9031         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9032         no encrypting and/or signing key is found.
9033
9034 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9035
9036         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9037
9038 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9039
9040         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9041         headers read from disk with the ones newly found in the current search.
9042         This should no longer cause problems, because the article numbers in
9043         Gmane's `nov.php' output are ignored since the previous change.
9044
9045 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9046
9047         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9048
9049 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9050
9051         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
9052         replace-regexp-in-string; bind url-version; fbind display-images-p and
9053         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
9054         find-face and set-itimer-function for Emacs; bind itimer-list for
9055         Emacs.
9056
9057         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9058
9059 2007-01-01  Romain Francoise  <romain@orebokech.com>
9060
9061         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9062
9063 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9064
9065         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9066         `define-minor-mode' macro definition expanded properly.
9067         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9068         exclude it there.
9069
9070         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9071         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9072         `fboundp' test.
9073         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9074         This is OK to autoload in (S)XEmacs now.
9075
9076 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9077
9078         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9079         keystroke.
9080         (gnus-summary-limit-to-singletons): Fix typo.
9081
9082         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9083         else fails.
9084
9085 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9086
9087         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9088         docstring.
9089
9090         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9091         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9092         (gnus-summary-insert-dormant-articles): Fix typo in message.
9093
9094 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9095
9096         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9097         nil for XEmacs.
9098         (gnus-message-citation-mode): Don't autoload in XEmacs.
9099
9100         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9101
9102 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9103
9104         * nnimap.el (nnimap-expunge-search-string): Mention
9105         nnimap-search-uids-not-since-is-evil in docstring.
9106
9107 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9108
9109         * spam.el: Revert to make-obsolete-variable because
9110         define-obsolete-variable-alias is not supported in Emacs 21.
9111
9112         * spam.el (spam-ifile-path, spam-ifile-database-path)
9113         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9114         make-obsolete-variable.
9115         (spam-bsfilter-path, spam-bsfilter-program)
9116         (spam-spamassassin-path, spam-spamassassin-program)
9117         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
9118         use "path" inappropriately.
9119         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9120         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9121         variable names.
9122
9123 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9124
9125         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9126         summary buffer.
9127
9128         * password.el (password-cache-remove): Use clear-string to burn
9129         password, if available.
9130
9131 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9132
9133         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9134
9135         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9136
9137         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9138         (gnus-message-highlight-citation): Move defcustom here from
9139         gnus-cite.el.
9140         (gnus-message-citation-mode): Autoload.
9141
9142         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9143         checks to make it compile with XEmacs.
9144         (gnus-message-citation-mode): New minor mode.
9145         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9146         (gnus-message-highlight-citation): New variables.
9147         (gnus-message-search-citation-line)
9148         (gnus-message-add-citation-keywords)
9149         (gnus-message-remove-citation-keywords)
9150         (turn-on-gnus-message-citation-mode)
9151         (turn-off-gnus-message-citation-mode): New functions.
9152
9153 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9154
9155         * gnus-cite.el: Enable highlighting of different citation levels in
9156         message-mode.
9157
9158 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9159
9160         * message.el (message-make-fqdn): Fix comment.
9161         (message-bogus-system-names): Add ".local".
9162
9163         * spam.el (spam-ifile-path, spam-ifile-program)
9164         (spam-ifile-database-path, spam-ifile-database)
9165         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9166         Don't use "path" inappropriately.
9167         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9168         strings.
9169         (spam-check-ifile, spam-ifile-register-with-ifile)
9170         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
9171         new variable names.
9172
9173         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9174         (gnus-treat-display-smileys): Simplify using
9175         gnus-image-type-available-p.
9176
9177         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9178         available.
9179
9180         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
9181         `display-images-p' if available.
9182
9183 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9184
9185         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9186         one after turning on the buffer's multibyteness instead of decoding
9187         them directly in the unibyte buffer that causes unexpected conversion
9188         in Emacs 23 (unicode).
9189
9190 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9191
9192         * message.el (message-generate-hashcash): Fix custom type.
9193
9194 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9195
9196         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9197
9198 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9199
9200         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9201         disconnect icons.  Add help text.
9202
9203 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9204
9205         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9206         negated to be consistent with the others we handle.
9207
9208 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9209
9210         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9211         version of gnus-summary-buffer to something, so that we can use two
9212         article buffers at the same time.
9213
9214 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9215
9216         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9217         trigger all the extra headers.
9218         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9219         sorting.
9220
9221 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9222
9223         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9224         solid groups.
9225
9226 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9227
9228         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9229
9230 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9231
9232         * legacy-gnus-agent.el: Add Copyright notice.
9233
9234 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9235
9236         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9237
9238 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9239
9240         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9241
9242         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9243         to make it work reliably in CVS Emacs.
9244         (gnus-summary-limit-strange-charsets-predicate)
9245         (gnus-summary-limit-to-predicate): New functions.
9246
9247 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9248
9249         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9250         specifying array size.
9251         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9252         array if it is too small.
9253         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
9254         (gnus-sort-threads-loop): New function.
9255
9256 2006-12-06  Chris Moore  <dooglus@gmail.com>
9257
9258         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9259         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9260
9261 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9262
9263         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9264         options.
9265
9266 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9267
9268         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9269         DOS-ing the recipient.
9270
9271         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9272         the headers when creating the mapping to avoid mismappings.
9273         (nnweb-gmane-create-mapping): Always nix out old mapping.
9274
9275 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9276
9277         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9278         and mm-verify-option to never.
9279
9280 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9281
9282         * message.el (message-signed-or-encrypted-p): New function.
9283         (message-forward-make-body): Use it.
9284
9285         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9286         Replace encode-coding-string with mm-encode-coding-string.
9287
9288 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9289
9290         * nneething.el (nneething-decode-file-name): Replace
9291         decode-coding-string with mm-decode-coding-string.
9292
9293         * gnus-int.el (gnus-open-server): Say failed server's name.
9294
9295 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9296
9297         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9298         strings to a single string.  Quote `errors-file-name'.
9299         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9300         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9301         Adjust calls.  Use `shell-quote-argument'.
9302
9303 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9304
9305         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9306         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9307
9308         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9309         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9310         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9311         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9312         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9313         (gnus-subscribe-newsgroup, gnus-1):
9314         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9315         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9316         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9317         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9318
9319 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9320
9321         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9322         keystroke.
9323         (gnus-summary-limit-to-bodies): Implement headersp.
9324
9325 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9326
9327         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9328
9329 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9330
9331         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9332
9333 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9334
9335         * message.el (message-generate-hashcash): Expand range of values to
9336         include `opportunistic'.
9337         (message-send-mail): Use it.
9338
9339 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9340
9341         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9342         and comment it.
9343
9344         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9345
9346 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9347
9348         * gnus-util.el (gnus-extract-address-components): Improve comment.
9349
9350 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9351
9352         * gnus-util.el (gnus-extract-address-components): Work with address in
9353         which the name portion contains @.
9354
9355         * lpath.el: Fbind custom-autoload.
9356
9357 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9358
9359         * gnus.el (gnus-start): Move custom group up.
9360         (gnus-select-method): Don't autoload, but make it available for
9361         `customize-variable'.
9362         (gnus-getenv-nntpserver): Don't autoload.
9363
9364 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9365
9366         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9367
9368 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9369
9370         * message.el (message-sendmail-extra-arguments): New variable.
9371         (message-send-mail-with-sendmail): Use it.
9372
9373 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9374
9375         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9376         mm-with-unibyte-current-buffer to make string unibyte.
9377
9378         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9379         mm-string-as-multibyte.
9380
9381 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9382
9383         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9384         Reported by Werner Koch <wk@gnupg.org>.
9385
9386 2006-11-14  Daiki Ueno  <ueno@p360>
9387
9388         * mml2015.el: Autoload epa-select-keys when compiling.
9389
9390 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9391
9392         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9393         message-options.
9394         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9395
9396 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9397
9398         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
9399         EasyPG (< 0.0.6).
9400         (mml2015-always-trust): New user option.
9401         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9402         prompt.
9403
9404 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9405
9406         * nntp.el (nntp-authinfo-force): New variable.
9407         (nntp-send-authinfo): Use it.
9408
9409 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9410
9411         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9412         decode encoded words.  Improve prompt.  Add comment about forwarding.
9413         (message-replacement-char): Move up.
9414
9415 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9416
9417         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9418         instead of gnus-intersection because arguments of gnus-sorted-nunion
9419         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9420
9421 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9422
9423         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9424         (message-simplify-subject-functions): Enable
9425         message-strip-subject-encoded-words by default.
9426
9427 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9428
9429         * message.el (message-strip-subject-encoded-words): New function.
9430         (message-simplify-subject-functions): New variable.
9431         (message-simplify-subject): Use it.  Fix typo in doc string.
9432         Support message-strip-subject-encoded-words.
9433
9434 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9435
9436         * gnus-diary.el (gnus-diary-delay-format-function):
9437         * nndiary.el (nndiary-reminders):
9438         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9439
9440 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9441
9442         * gnus-art.el (article-hide-boring-headers): Fetch date from
9443         gnus-original-article-buffer to avoid problems with localized date
9444         strings.
9445
9446 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9447
9448         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9449
9450 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9451
9452         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9453         New variables.
9454         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9455         (mm-charset-synonym-alist): Move some entries to
9456         mm-codepage-iso-8859-list.
9457         (mm-charset-synonym-alist, mm-charset-override-alist): Add
9458         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9459
9460 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9461
9462         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9463
9464 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9465
9466         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9467         with Emacs 21 and XEmacs.
9468
9469 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9470
9471         * spam.el (spam-parse-address): New function for better parsing,
9472         catching errors, etc.
9473         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9474
9475 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9476
9477         * mm-view.el: Add interactive arg to html2text autoload.
9478
9479 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9480
9481         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9482
9483 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9484
9485         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
9486         variables.
9487         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9488         (mm-charset-synonym-alist): Move some entries to
9489         mm-codepage-iso-8859-list.
9490
9491         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9492
9493 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9494
9495         * message.el (message-citation-line-format)
9496         (message-insert-formated-citation-line): Fix implementation of %E, %N
9497         and %n according to the doc string.
9498
9499 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9500
9501         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
9502         car-safe to avoid bad parses.
9503
9504 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9505
9506         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9507         names.
9508
9509         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9510
9511 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9512
9513         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9514         header.
9515
9516         * message.el (message-draft-headers): Add Date.
9517         (message-headers-to-generate): Fix typo in docstring.
9518
9519         * nndraft.el (nndraft-required-headers): New variable.
9520         (nndraft-generate-headers): Use it.
9521
9522         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9523
9524 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9525
9526         * gnus-registry.el (gnus-registry-wash-for-keywords)
9527         (gnus-registry-find-keywords): New functions to allow easy searching of
9528         articles that are in the registry.
9529
9530 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9531
9532         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
9533         ietf-drums-parse-address instead of gnus-extract-address-components.
9534         Reported by Damien Elmes <damien@repose.cx>.
9535
9536 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9537
9538         * gnus.el (gnus-mime): Remove unused custom group.
9539
9540 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9541
9542         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9543         "blank line" when searching for end of armor headers.
9544
9545 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9546
9547         * gmm-utils.el (gmm-write-region): Fix variable name.
9548
9549 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9550
9551         * gmm-utils.el (gmm-write-region): New function based on compatibility
9552         code from `mm-make-temp-file'.
9553
9554         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9555
9556         * nnmaildir.el (nnmaildir--update-nov)
9557         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9558         Use `gmm-write-region'.
9559
9560 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9561
9562         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
9563         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9564
9565         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9566
9567         * message.el (message-replacement-char): New variable.
9568         (message-fix-before-sending): Use it.
9569         (message-simplify-subject): New function to remove duplicate code.
9570         (message-reply, message-followup): Use it.
9571
9572         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
9573         gnus-summary-limit-to-articles.
9574
9575 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9576
9577         * gnus-util.el (gnus-with-local-quit): New macro.
9578
9579         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9580
9581 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9582
9583         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9584         ignore non-string data.
9585
9586 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9587
9588         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9589         non-string data (needs to be done in the registry too).
9590
9591 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9592
9593         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9594         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9595         (gnus-registry-split-fancy-with-parent)
9596         (gnus-registry-fetch-simplified-message-subject-fast)
9597         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9598         Remove text properties on ingress into the registry and when it's saved.
9599         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9600         registry from entries with no groups.
9601
9602 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9603
9604         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9605         function to remove string properties.
9606
9607 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9608
9609         * gmm-utils.el (gmm): Adjust custom version.
9610
9611         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
9612         custom version.
9613
9614         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9615
9616 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9617
9618         * gnus-art.el (gnus-insert-prev-page-button)
9619         (gnus-insert-next-page-button): Simplify.  Reformat.
9620
9621 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9622
9623         * gnus-art.el (gnus-insert-prev-page-button)
9624         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9625
9626 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9627
9628         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9629
9630 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9631
9632         * gnus-art.el (gnus-insert-mime-button)
9633         (gnus-insert-mime-security-button):
9634         Apply gnus-article-button-face to MIME and security buttons.
9635
9636 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
9637
9638         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9639         readable.
9640
9641 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9642
9643         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
9644
9645 2006-09-20  Steve Youngs  <steve@sxemacs.org>
9646
9647         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9648         `browse-url-of-file' instead of `browse-url'.
9649
9650 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9651
9652         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9653         regexp.  Articles containing quotation were cut prematurely.
9654
9655 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9656
9657         * message.el (message-cite-original-1): Use nobody by default for the
9658         value of From header.
9659         (message-reply): Ditto.
9660
9661 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
9662
9663         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9664         to the gnus-info.  This fixes a bug of inline-PGP message verification.
9665         Reported by Michael Piotrowski <mxp@dynalabs.de>.
9666
9667 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9668
9669         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9670         mails in the doc string.  Add some URLs in comment.
9671         (pop3-movemail): Warn about pop3-leave-mail-on-server.
9672
9673 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9674
9675         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9676         backslashes handling and the way to find boundaries of quoted strings.
9677
9678 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
9679
9680         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9681         mml1991-encrypt-to-self is set and mml1991-signers is not set.
9682         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9683         mml2015-encrypt-to-self is set and mml2015-signers is not set.
9684
9685 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9686
9687         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
9688         doc string.
9689         (gnus-button-regexp, gnus-button-last): Remove unused variables.
9690
9691 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9692
9693         * lpath.el: Fbind epg-check-configuration.
9694
9695 2006-09-06  Simon Josefsson  <jas@extundo.com>
9696
9697         * mml2015.el (mml2015-use): Doc fix, mention epg.
9698
9699 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9700
9701         * mml2015.el (mml2015-use): Default to epg, if available.
9702
9703 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9704
9705         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9706         message-sender.
9707         (mml1991-epg-encrypt): Ditto.
9708         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9709         message-sender.
9710         (mml2015-epg-encrypt): Ditto.
9711
9712 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9713
9714         * message.el (message-send-mail-with-sendmail): Look for sendmail in
9715         several common directories.
9716
9717 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9718
9719         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9720         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9721
9722 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9723
9724         * gnus-art.el (article-decode-encoded-words): Make it fast.
9725
9726 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9727
9728         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9729
9730         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9731         in quoted string into `\'.
9732
9733 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9734
9735         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9736         Use standard-syntax-table.
9737
9738 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9739
9740         * gnus-art.el (gnus-decode-address-function): New variable.
9741         (article-decode-encoded-words): Use it to decode headers which are
9742         assumed to contain addresses.
9743         (gnus-mime-delete-part): Remove useless `or'.
9744
9745         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9746         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9747         (gnus-nov-parse-line): Use it to decode From header.
9748         (gnus-get-newsgroup-headers): Ditto.
9749         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9750
9751         * mail-parse.el (mail-decode-encoded-address-region): New alias.
9752         (mail-decode-encoded-address-string): New alias.
9753
9754         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9755         New function.
9756         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9757         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9758         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9759         (rfc2047-decode-string): Ditto.
9760         (rfc2047-decode-address-region): New function.
9761         (rfc2047-decode-address-string): New function.
9762
9763 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
9764
9765         * message.el (message-caesar-buffer-body): Allow rotating headers.
9766
9767         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
9768
9769         * message.el (message-insert-formated-citation-line): Fix %f.
9770         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
9771
9772 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9773
9774         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
9775         (gnus-bookmark-mouse-available-p): New macro.
9776         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
9777         (gnus-bookmark-bmenu-show-infos): Use it.
9778         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9779         (gnus-bookmark-bmenu-hide-infos): Ditto.
9780         (gnus-bookmark-remove-properties): New function.
9781         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9782         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9783         (gnus-bookmark-write-file): Bind coding-system-for-write.
9784         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9785         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9786         group before selecting it.
9787         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9788         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9789         quit-window if it is not available; use gnus-mouse-2 and bind it to
9790         gnus-bookmark-bmenu-select-by-mouse.
9791         (gnus-bookmark-show-details): Remove unused variable `details-list'.
9792         (gnus-bookmark-bmenu-select-by-mouse): New function.
9793
9794 2006-08-13  Romain Francoise  <romain@orebokech.com>
9795
9796         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9797         space.
9798
9799 2006-08-10  Romain Francoise  <romain@orebokech.com>
9800
9801         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
9802         (dns-mode-soa-auto-increment-serial): New user option.
9803         (dns-mode-soa-maybe-increment-serial): New function.
9804         (dns-mode): Add the latter to `write-contents-functions'.
9805
9806 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9807
9808         * compface.el (uncompface): Use binary rather than raw-text-unix.
9809
9810 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9811
9812         * compface.el (uncompface): Make sure the eol conversion doesn't take
9813         place when communicating with the external programs.  Reported by
9814         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9815
9816 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9817
9818         * nnheader.el (nnheader-insert-head): Fix typo in comment.
9819
9820 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9821
9822         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9823         Make it more robust by parsing author and date independently.
9824
9825 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9826
9827         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
9828
9829 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
9830
9831         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
9832         first matching secret key.
9833         (mml2015-epg-encrypt): Ditto.
9834
9835         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
9836         first matching secret key.
9837         (mml1991-epg-encrypt): Ditto.
9838
9839         * mml2015.el (mml2015-encrypt-to-self): New user option.
9840         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
9841         mml2015-epg-encrypt-to-self is set.
9842
9843         * mml1991.el (mml1991-encrypt-to-self): New variable.
9844         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
9845         mml1991-epg-encrypt-to-self is set.
9846
9847         * mml2015.el (mml2015-signers): New user option.
9848         (mml2015-epg-sign): Reflect the value of mml2015-signers.
9849         (mml2015-epg-encrypt): Allow to select signing keys.
9850
9851         * mml1991.el (mml1991-signers): New variable.
9852         (mml1991-epg-sign): Reflect the value of mml1991-signers.
9853         (mml1991-epg-encrypt): Allow to select signing keys.
9854
9855 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9856
9857         * nnheader.el (nnheader-insert-head): Make it work even if the file
9858         uses CRLF for the line-break code.
9859
9860 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
9861
9862         * mml2015.el: Require mml-sec instead of password.
9863         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
9864         (mml2015-cache-passphrase): Inherit the default value from
9865         mml-secure-cache-passphrase.
9866         (mml2015-passphrase-cache-expiry): Inherit the default value from
9867         mml-secure-passphrase-cache-expiry.
9868
9869         * mml1991.el: Require mml-sec instead of password.
9870         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
9871         (mml1991-cache-passphrase): Inherit the default value from
9872         mml-secure-cache-passphrase.
9873         (mml1991-passphrase-cache-expiry): Inherit the default value from
9874         mml-secure-passphrase-cache-expiry.
9875
9876         * mml-sec.el: Require password.
9877         (mml-secure-verbose): New user option.
9878         (mml-secure-cache-passphrase): New user option.
9879         (mml-secure-passphrase-cache-expiry): New user option.
9880
9881 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
9882
9883         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9884         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
9885         andreas@altroot.de (Andreas Vögele).
9886
9887         FIXME: Use `tiny change'?
9888
9889 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9890
9891         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
9892         workaround for the url package included with Emacs.
9893
9894         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9895
9896 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9897
9898         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
9899         correctly.  This fixes a bug caused by the 2006-05-12 change.
9900
9901 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
9902
9903         * nnmail.el (nnmail-article-group): If splitting raises an error, give
9904         some information about the error when saying that the `bogus' mail
9905         group will be used.
9906
9907 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
9908
9909         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
9910         string.
9911
9912 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
9913
9914         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
9915
9916 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9917
9918         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
9919
9920 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9921
9922         * mml1991.el (mml1991-function-alist): Add epg.
9923         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
9924         (mml1991-epg-encrypt): New functions.
9925
9926 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9927
9928         * mml2015.el (mml2015-verbose): New variable.
9929         (mml2015-cache-passphrase): Ditto.
9930         (mml2015-passphrase-cache-expiry): Ditto.
9931         (mml2015-function-alist): Add epg.
9932         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
9933         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
9934         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
9935         functions.
9936
9937 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9938
9939         * message.el (message-cite-original-1): Preserve region when removing
9940         quoted text due to X-No-Archive in order to avoid bogus attribution
9941         when citing multiple messages.
9942
9943 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9944
9945         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
9946         Kenneth Jacker <khj@be.cs.appstate.edu>.
9947
9948 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
9949
9950         * gnus-diary.el (gnus-user-format-function-d)
9951         (gnus-user-format-function-D): Autoload.
9952
9953         * imap.el (Commentary): Fix typo.
9954
9955         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
9956         2006-04-22 contribution.
9957
9958 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9959
9960         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
9961         It didn't really fix the bogosity I'm seeing with solid web groups.
9962
9963 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9964
9965         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
9966         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
9967         created using server names.  If we use the feature without declaring
9968         it, Gnus does not properly manage server and group state.
9969
9970         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
9971         bound.
9972
9973 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9974
9975         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
9976         looking up the method using GROUP's prefix before inventing a new one.
9977         It is used on killed/unknown groups in various places where returning
9978         an all-new method isn't expected by the caller.
9979
9980         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
9981         and match semantics of gnus-group-real-prefix.
9982
9983 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
9984
9985         * nnmail.el (nnmail-broken-references-mailers): New variable.
9986         (nnmail-ignore-broken-references): New function generalizing
9987         nnmail-fix-eudora-headers.
9988         (nnmail-fix-eudora-headers): Now obsolete.
9989
9990         * gnus-art.el (gnus-button-handle-custom): Support
9991         `customize-apropos*'.
9992
9993 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9994
9995         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
9996
9997         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
9998         articles.
9999
10000 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10001
10002         * message.el (message-cite-reply-above): New variable.
10003         (message-yank-original): Use it.
10004
10005 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10006
10007         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10008
10009 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10010
10011         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10012         as read.
10013
10014         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10015
10016 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10017
10018         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10019         (gnus-bookmark-default-file): Use gnus-directory.
10020         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10021         Remove "*" in doc string.
10022         (gnus-bookmark-write-file): Simplify.
10023         (gnus-bookmark-maybe-sort-alist): Use `when'.
10024         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10025         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
10026         FIXME about Emacs 21 and XEmacs compatibility.
10027         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10028         compatibility.
10029         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10030         compatibility.
10031         (gnus-bookmark-menu-heading): Fix version.
10032
10033 2006-06-19  Bastien Guerry  <bzg@altern.org>
10034
10035         * gnus-bookmark.el: New file.
10036
10037 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10038
10039         * message.el (message-syntax-checks): Doc fix.
10040
10041 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10042
10043         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10044         unsubscribed groups as if they were killed ones.  It causes duplicate
10045         entries in gnus-newsrc-alist.
10046
10047 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10048
10049         * message.el (message-syntax-checks): Doc fix.
10050         (message-send-mail): Add check for continuation headers.
10051         (message-check-news-header-syntax): Fix regexp used to check for
10052         continuation headers.
10053
10054 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10055
10056         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10057
10058 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10059
10060         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10061
10062 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10063
10064         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10065         default-truncate-lines.
10066
10067 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10068
10069         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10070         to fill the utf-8 entry.
10071
10072         * lpath.el: Fbind unicode-precedence-list.
10073
10074 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10075
10076         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10077
10078 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10079
10080         * gnus-agent.el (directory-files-and-attributes): Move all the way
10081         forward (the third and final move).
10082         (gnus-agent-read-agentview): Trap reconstruction errors due to
10083         nonexistant directory.  Handle by returning nil.
10084
10085 2006-05-30  Didier Verna  <didier@xemacs.org>
10086
10087         * message.el (message-dont-reply-to-names): Update the custom type.
10088         * message.el (message-dont-reply-to-names): New defsubst: potentially
10089         convert a list of regexps into a single one.
10090         * message.el (message-get-reply-headers): Use it.
10091         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10092
10093 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10094
10095         * gnus-agent.el (directory-files-and-attributes): Move forward.
10096
10097 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10098
10099         * gnus-ml.el (gnus-mailing-list-subscribe)
10100         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10101         (gnus-mailing-list-message): Fix doc strings.
10102
10103 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10104
10105         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10106         of doing it manually.
10107
10108 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10109
10110         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10111         comment.
10112
10113 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10114
10115         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
10116         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
10117         (gnus-agent-read-local): All symbols allocated in my-obarray.
10118         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10119         (gnus-agent-regenerate-group): Check numeric names to see if they are
10120         messages or groups.
10121         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10122         better way of do this...)
10123
10124         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
10125         'dummy.group' (there should be a better way of do this...)
10126
10127 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10128
10129         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10130         (gnus-saved-headers): Ditto.
10131         (gnus-default-article-saver): Mention functions may have properties.
10132         (gnus-article-save): Override gnus-save-all-headers and
10133         gnus-saved-headers by :headers property which saver function may have.
10134         (gnus-summary-save-in-file): Add :headers property.
10135         (gnus-summary-write-to-file): Ditto.
10136
10137         * gnus-sum.el (gnus-summary-save-article): Bind
10138         gnus-prompt-before-saving to t when saving many articles in a file;
10139         always show all headers.
10140
10141         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10142
10143 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10144
10145         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10146         marks.
10147
10148         * message.el (message-indent-citation): Add optional arguments to allow
10149         using it outside of message buffers.
10150
10151         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10152         (gnus-article-treat-unfold-headers): Use it.
10153         (gnus-article-truncate-lines): New variable.
10154         (gnus-article-mode): Use it.
10155         (gnus-article-toggle-truncate-lines): New function.
10156
10157         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
10158         gnus-article-toggle-truncate-lines.
10159
10160         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10161         coding system in XEmacs, use binary.
10162
10163 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10164
10165         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10166         after-load-alist.
10167
10168         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10169         this function should save decoded articles.
10170         (gnus-summary-write-to-file): Use property to specify this function
10171         should save decoded articles and specify gnus-summary-save-in-file
10172         should be used to save articles other than the first one when saving
10173         many articles.
10174         (gnus-summary-save-body-in-file): Use property to specify this
10175         function should save decoded articles.
10176         (gnus-summary-write-body-to-file): Use property to specify this
10177         function should save decoded articles and specify
10178         gnus-summary-save-body-in-file should be used to save articles other
10179         than the first one when saving many articles.
10180
10181         * gnus-sum.el (gnus-summary-save-article): Simplify.
10182
10183 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10184
10185         * gnus-art.el (gnus-default-article-saver): Add
10186         gnus-summary-write-body-to-file.
10187         (gnus-article-save-coding-system): Don't use coding system object
10188         in XEmacs.
10189         (gnus-read-save-file-name): Add optional `dir-var' argument which
10190         specifies directory in which files are saved; work even if optional
10191         `variable' argument is not specified.
10192         (gnus-summary-write-to-file): Read file name.
10193         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10194         (gnus-summary-write-body-to-file): New function.
10195
10196         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10197         (gnus-summary-local-variables): Add it.
10198         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10199         (gnus-summary-save-article): Remove optional `decode' argument;
10200         determine whether to decode articles by the value of
10201         gnus-default-article-saver; when saving many files using
10202         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10203         it first and use gnus-summary-save-in-file or
10204         gnus-summary-save-body-in-file thereafter unless
10205         gnus-prompt-before-saving is always; move point to article which
10206         will be saved.
10207         (gnus-summary-save-article-file): Revert.
10208         (gnus-summary-write-article-file): Revert.
10209         (gnus-summary-save-article-body-file): Revert.
10210         (gnus-summary-write-article-body-file): New function.
10211
10212 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10213
10214         * gnus-art.el (gnus-default-article-saver): Doc fix.
10215         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10216         from gnus-summary-save-article-coding-system, and default to a
10217         certain coding system.
10218         (gnus-output-to-file): Add coding cookie and encode text according
10219         to gnus-article-save-coding-system; don't use mm-append-to-file.
10220
10221         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10222         gnus-art.el and rename to gnus-article-save-coding-system.
10223         (gnus-summary-save-article): Require gnus-art; don't show all
10224         headers if it decodes articles; don't add coding cookie here;
10225         don't bind mm-text-coding-system-for-write.
10226         (gnus-summary-save-article-file): Save decoded articles.
10227         (gnus-summary-write-article-file): When saving many files, use
10228         gnus-summary-write-to-file first and gnus-summary-save-in-file
10229         thereafter unless gnus-prompt-before-saving is always.
10230         (gnus-summary-save-article-body-file): Save decoded articles.
10231
10232         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10233
10234 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10235
10236         * nnrss.el (nnrss-check-group): Bind hash-index.
10237
10238 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10239
10240         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10241         its hash index.  Store this hash in `nnrss-group-data'.
10242         (nnrss-read-group-data): Update accordingly.
10243
10244 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10245
10246         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10247         entry.
10248
10249         * gnus-sum.el (gnus-summary-make-menu-bar): Add
10250         gnus-article-browse-html-article.
10251
10252 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10253
10254         * gnus-sum.el (gnus-summary-mime-map): Add
10255         gnus-article-browse-html-article.
10256
10257         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10258
10259 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10260
10261         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10262         suitable coding systems in customize.
10263
10264 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10265
10266         * mail-source.el (mail-sources): Fix custom type.
10267
10268 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10269
10270         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10271         (gnus-summary-expire-articles-now): Shorten prompt.
10272
10273         * gmm-utils.el (wid-edit): Require.
10274         (defun-gmm): Renamed from `gmm-defun-compat'.
10275         (gmm-image-search-load-path): Use it.
10276         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10277
10278 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10279
10280         * gnus-sum.el (gnus-summary-save-article-coding-system): New
10281         variable.
10282         (gnus-summary-save-article): Add optional `decode' argument.  If
10283         it is set and gnus-summary-save-article-coding-system is non-nil,
10284         save decoded article.
10285         (gnus-summary-write-article-file): Save decoded article if
10286         gnus-summary-save-article-coding-system is non-nil.
10287
10288         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10289         type.
10290
10291 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10292
10293         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10294
10295 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10296
10297         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10298         first to test gnus-single-article-buffer which may be buffer-local.
10299
10300         * gnus-sum.el (gnus-summary-setup-buffer): Make
10301         gnus-single-article-buffer buffer-local and nil in ephemeral
10302         group; make gnus-article-buffer, gnus-article-current, and
10303         gnus-original-article-buffer always buffer-local.
10304         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10305         group.
10306         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10307
10308 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10309
10310         * nnml.el (nnml-request-compact-group): Compressed files might not
10311         have .gz extension.
10312
10313 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10314
10315         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10316         (mm-copy-to-buffer): Use with-current-buffer.
10317         (mm-display-part): Simplify.
10318         (mm-inlinable-p): Add optional arg `type'.
10319
10320 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10321
10322         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10323         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10324         Try harder to show the attachment internally or externally using
10325         gnus-mime-view-part-as-type.
10326
10327 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10328
10329         * message.el (message-from-style, message-signature-separator)
10330         (message-user-organization-file, message-send-mail-function)
10331         (message-citation-line-function, message-yank-prefix)
10332         (message-indent-citation-function, message-signature)
10333         (message-signature-file, message-signature-insert-empty-line):
10334         Remove autoloads.
10335
10336         * gnus-art.el (gnus-buttonized-mime-types): Remove
10337         "multipart/signed".  Revert 2006-04-26 change.
10338
10339 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10340
10341         * gnus.el (gnus-version-number): Bump version.
10342
10343 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10344
10345         * gnus.el: No Gnus v0.5 is released.
10346
10347 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10348
10349         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10350         fetching articles by message-id.
10351
10352 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10353
10354         * message.el (hashcash): Require hashcash as normal.
10355
10356         * ecomplete.el (ecomplete-highlight-match-line): Use
10357         point-at-eol.
10358         (ecomplete-highlight-match-line): Use `highlight', because that
10359         face exists in both Emacs and XEmacs.
10360
10361         * message.el (message-display-abbrev): Use point-at-bol.
10362
10363         * mail-source.el: Don't require timer/timer-funcs.
10364
10365         * gnus-async.el: Ditto.
10366
10367         * password.el: Ditto.
10368
10369         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
10370
10371         * mm-url.el: Ditto.
10372
10373         * gnus-xmas.el: Don't require timer-funcs.
10374
10375         * mm-util.el: Require timer/timer-funcs.
10376
10377 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10378
10379         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10380         Close.
10381
10382 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10383
10384         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10385         unibyte after clear-decrypt function runs.
10386
10387         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10388         returns as a unibyte string.
10389
10390 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10391
10392         * lpath.el: Revert.
10393
10394         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
10395         (pgg-gpg-process-sentinel): Revert.
10396
10397         * pgg-pgp.el (pgg-pgp-process-region): Revert.
10398         (pgg-pgp-lookup-key): Revert.
10399
10400         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
10401         (pgg-pgp5-lookup-key): Revert.
10402
10403         * pgg.el (pgg-fetch-key): Revert.
10404
10405 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10406
10407         * lpath.el: Fbind string-as-multibyte for XEmacs.
10408
10409         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10410         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10411         (mml1991-pgg-encrypt): Ditto.
10412
10413         * pgg-gpg.el (pgg-string-to-multibyte): New function.
10414         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
10415         a multibyte buffer.
10416
10417         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
10418         (pgg-pgp-lookup-key): Ditto.
10419
10420         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
10421         (pgg-pgp5-lookup-key): Ditto.
10422
10423         * pgg.el (pgg-fetch-key): Ditto.
10424
10425 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10426
10427         * message.el (message-user-organization-file): Check several
10428         locations of the organization file.
10429
10430         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10431         Add gnus-article-view-part-as-type.
10432
10433         * gnus-art.el (gnus-article-view-part-as-type): New function.
10434
10435         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10436         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10437
10438         * mml.el: Simplify autoload.
10439         (mml-mode): defvar dnd-protocol-alist instead of using
10440         symbol-value.
10441         (mml-default-directory): New variable.
10442         (mml-minibuffer-read-file): Use it.
10443         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10444
10445         * message.el (message-citation-line-format): New variable.
10446         (message-insert-formated-citation-line): New function.
10447         (message-citation-line-function): Add
10448         `message-insert-formated-citation-line' to custom type.
10449
10450         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10451         to doc string.
10452
10453         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10454         depending on mm-verify-option.
10455
10456 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10457
10458         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10459         binding pgg-* variables; reimplement the section which prevents
10460         MIME header from being signed.
10461         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10462         pgg-text-mode; remove a blank line at the top of body.
10463
10464         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10465         lines at the top of body; use gnus-newsgroup-charset if there's no
10466         Charset header.
10467
10468 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10469
10470         * message.el (message-self-insert-commands): Doc fix.
10471
10472         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10473         (mm-uu-pgp-encrypted-test): Ditto.
10474         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10475         between header and body; return application/pgp-encrypted handle
10476         if decryption failed; decode decrypted body by charset.
10477
10478         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10479         element match to application/pgp-*.
10480
10481 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10482
10483         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10484         HTML.
10485
10486 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10487
10488         * mail-source.el (mail-source-call-script): Message the error
10489         string.
10490
10491 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10492
10493         * gnus-util.el (gnus-byte-compile): Use it.
10494
10495 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10496
10497         * gnus-util.el (kill-empty-logs): New function.
10498
10499 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10500
10501         * message.el (message-mail-alias-type): Doc fix.
10502         (message-mail-alias-type-p): New function.
10503         (message-send): Use it.
10504         (message-mode): Ditto.
10505         (message-strip-forbidden-properties): Ditto.
10506
10507         * ecomplete.el (ecomplete-database-file-coding-system): New
10508         variable.
10509         (ecomplete-save): Use it.
10510         (ecomplete-setup): Use it.
10511
10512 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10513
10514         * message.el (message-self-insert-commands): New variable.
10515         (message-strip-forbidden-properties): Use it.
10516
10517 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10518
10519         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10520         that doesn't make XEmacs choke.
10521
10522 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10523
10524         * gnus-util.el (gnus-replace-in-string):
10525         Prefer replace-regexp-in-string over of replace-in-string.
10526
10527 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10528
10529         * gnus-util.el (gnus-select-frame-set-input-focus):
10530         Use select-frame-set-input-focus if it is available in XEmacs; use
10531         definition defined in Emacs 22 for old Emacsen.
10532
10533         * dgnushack.el: Autoload unmorse-region for XEmacs.
10534
10535         * lpath.el: Bind cursor-in-non-selected-windows and
10536         select-frame-set-input-focus for XEmacs.
10537
10538 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10539
10540         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10541
10542 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10543
10544         * gnus-registry.el (gnus-registry-cache-save): Remove text
10545         properties when saving via the temp buffer.
10546
10547 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10548
10549         * message.el (message-generate-hashcash): Honor custom type.
10550
10551 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10552
10553         * message.el (message-generate-hashcash): Default to non-nil when
10554         hashcash is found.
10555
10556         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10557         (gnus-refer-thread-limit): Increase default to 500.
10558
10559         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10560
10561         * flow-fill.el (fill-flowed): Allow delete-space.
10562
10563 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10564
10565         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10566         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10567         Remove autoloads.
10568
10569 2006-04-18  Simon Josefsson  <jas@extundo.com>
10570
10571         * message.el (message-generate-hashcash): Default to.
10572
10573 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10574
10575         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10576         concatenating segments rather than before concatenating them.
10577
10578 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10579
10580         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10581
10582 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10583
10584         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10585
10586         * message.el (message-forward-make-body-plain): Allow
10587         message-forward-ignored-headers to be a list.
10588         (message-remove-ignored-headers): Factor out into function.
10589         (message-forward-make-body-mml): Use it.
10590
10591         * imap.el (imap-quote-specials): New function.
10592         (imap-login-auth): Quote specials.
10593
10594         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10595         (rfc2231-parse-string): Allow concatanation of parameters that
10596         aren't contiguous.  The test case is
10597           (mail-header-parse-content-type "message/external-body;
10598             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10599             access-type=LOCAL-FILE;
10600             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10601
10602 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10603
10604         * nntp.el (nntp-accept-process-output): Return the value of
10605         `nnheader-accept-process-output'.
10606
10607 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10608
10609         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10610         (gnus-button-alist): Recognize more diff formats.
10611         (gnus-button-patch): Strip directory.
10612
10613 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10614
10615         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10616         Emacs 22 when setting focus.
10617
10618 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10619
10620         * gnus-art.el (gnus-article-treat-types): Do treatment of
10621         text/x-verbatim parts.
10622         (gnus-button-patch): New command.
10623
10624         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10625         addresses that contain invalid characters.
10626
10627 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10628
10629         * message.el (message-put-addresses-in-ecomplete): Use
10630         gnus-replace-in-string.
10631         (message-is-yours-p): Use the more correct
10632         mail-header-parse-address instead of
10633         mail-extract-address-components.
10634         (message-put-addresses-in-ecomplete): Fix typo.
10635
10636         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10637         keystroke.
10638
10639         * gnus-art.el (gnus-treatment-function-alist): Change order of
10640         newsgroups/generic header folding to avoid double-folding.
10641
10642         * message.el (message-hidden-headers): Add X-Draft-From.
10643
10644         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
10645         command.
10646         (gnus-summary-repeat-search-article-backward): New command.
10647
10648         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10649         groups in the parent topic.
10650
10651 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
10652
10653         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10654         (spam-extra-header-to-number): Return the CRM114 number as a
10655         number instead of a string.
10656
10657 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10658
10659         * gnus-art.el (gnus-face-properties-alist): Moved here from
10660         gnus-fun.
10661
10662         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10663
10664 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10665
10666         * message.el (message-strip-forbidden-properties): Only display on
10667         self-insert-command.
10668
10669         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10670         reindent.
10671         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10672
10673 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
10674
10675         * smiley.el (smiley-style): Fix typo.
10676
10677 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10678
10679         * hashcash.el (hashcash-insert-payment-async-2): Use
10680         message-goto-eoh instead of doing it manually.
10681         (mail-add-payment): Use message-narrow-to-header instead of trying
10682         to do the same itself.
10683
10684         * message.el (message-hidden-headers): Add Face.
10685
10686         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10687         reparenting code.
10688         (gnus-summary-reparent-children): Refactored out code.
10689         (gnus-summary-thread-map): New keystroke.
10690         (gnus-summary-reparent-children): Make into command.
10691
10692         * smiley.el (smiley-style): Default to `medium' if using a large
10693         font.
10694
10695         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10696         does it itself.
10697
10698         * message.el (message-point-in-header-p): Simplify definition.
10699
10700 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10701
10702         * nnagent.el (nnagent-request-set-mark): Silence log file
10703         writing.
10704         (nnagent-request-set-mark): Use write-region instead of
10705         append-to-file.
10706
10707         * gnus-sum.el (gnus-read-header): Fudge article number if using a
10708         strange select method.
10709
10710         * ecomplete.el (ecomplete-display-matches): Get highlightling
10711         right.
10712         (ecomplete-display-matches): Use literals.
10713         (ecomplete-display-matches): Disable message logging.
10714
10715         * message.el (message-display-abbrev): Small optimization.
10716
10717         * ecomplete.el (ecomplete-display-matches): Allow automatic
10718         display.
10719
10720         * message.el (message-strip-forbidden-properties): Display
10721         abbrevs.
10722         (message-display-abbrev): Get automatic display right.
10723
10724         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10725         keystrokes.
10726
10727 2006-04-13  Romain Francoise  <romain@orebokech.com>
10728
10729         TODO: Backport to v5-10!
10730
10731         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
10732         Moved here (and renamed) from gnus-registry.el.
10733
10734         * gnus-registry.el: Require gnus-util.
10735         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10736
10737 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10738
10739         * gnus-group.el (gnus-group-catchup-current): Change
10740         if-then-else-if-then-else into cond.
10741         (gnus-group-catchup): Indent.
10742         (group-name-at-point): New function.
10743         (gnus-fetch-group): Provide default from thing at point.
10744
10745 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10746
10747         * message.el (message-display-abbrev): Fix regexp.
10748
10749         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
10750         choosing.
10751         (ecomplete-highlight-match-line): Fix up code rewrite, remove
10752         dead variables.
10753
10754         * message.el (message-newline-and-indent): Remove debugging.
10755         (message-display-abbrev): Use new implementation.
10756
10757 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10758
10759         * gnus-art.el (gnus-article-mode): Set
10760         cursor-in-non-selected-windows to nil.
10761
10762         * smiley.el: Revert previous change.
10763         (smiley-data-directory): defvar it before using it in the
10764         defcustom of `smiley-style'.
10765
10766 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10767
10768         * message.el (message-newline-and-indent): New function.
10769
10770         * ecomplete.el: Implement more bits.
10771
10772         * message.el (message-put-addresses-in-ecomplete): Clean up the
10773         string.
10774
10775         * ecomplete.el (ecomplete-add-item): Chop off decimals.
10776
10777         * gnus-sum.el (gnus-summary-save-parts): Bind
10778         gnus-summary-save-parts-counter and use it to make unique file
10779         names.
10780
10781         * gnus-art.el (gnus-ignored-headers): Add some more headers.
10782
10783         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10784         parameter to say whether to actually parse the individual
10785         addresses.
10786
10787         * message.el (message-put-addresses-in-ecomplete): New function.
10788         (ecomplete): Require.
10789         (message-mail-alias-type): Add ecomplete as an option.
10790
10791 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
10792
10793         * flow-fill.el (fill-flowed): Remove trailing space from blank
10794         quoted lines.
10795
10796 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10797
10798         * smiley.el (smiley-style): Move definition later to avoid a
10799         compilation warning.
10800
10801 2006-04-12  Kenichi Handa  <handa@m17n.org>
10802
10803         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10804         buffer and then decode the buffer text if necessary.
10805         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10806         first, and after mm-encode-body, change the buffer to unibyte.
10807         Use mm-disable-multibyte instead of set-buffer-multibyte.
10808
10809 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10810
10811         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
10812         Content-Type header instead of Content-Disposition header.
10813         (gnus-mime-inline-part): Ditto.
10814         (gnus-mime-view-part-as-charset): Ignore charset that the part
10815         specifies.
10816
10817         * mm-decode.el (mm-display-part): Work with external parts and
10818         usual parts similarly.
10819
10820         * mm-extern.el (mm-inline-external-body): Use mm-display-part
10821         instead of gnus-display-mime.
10822
10823         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
10824         instead of with-temp-buffer.
10825
10826         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
10827         tag to summarized topics part in order to encode non-ASCII text.
10828
10829 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10830
10831         * smiley.el (smiley-style): New variable.
10832         (smiley-directory): New function.
10833         (smiley-data-directory): Derive from `smiley-style' using
10834         `smiley-directory'.
10835         (smiley-regexp-alist): Add new entries.
10836
10837         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
10838         (gnus-article-browse-delete-temp): Add :version.
10839
10840 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
10841
10842         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
10843         the sieve region.
10844
10845 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10846
10847         * gnus.el (gnus-version-number): Bump version.
10848
10849 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10850
10851         * gnus.el: No Gnus v0.4 is released.
10852
10853 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10854
10855         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
10856         layout.
10857
10858         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
10859         unknown charset.
10860
10861         * message.el (message-header-synonyms): Add Original-To to the
10862         default.
10863
10864         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
10865         optional parameter.
10866
10867 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10868
10869         * gnus-fun.el (gnus): Require it for gnus-directory.
10870
10871 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10872
10873         * gnus-fun.el (gnus-face-properties-alist): Add :version.
10874
10875 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10876
10877         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
10878
10879 2006-04-05  Simon Josefsson  <jas@extundo.com>
10880
10881         * password.el (password-reset): New function.
10882
10883 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10884
10885         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
10886         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10887
10888 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10889
10890         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10891         Some whitespace was matched into the url, which broke browsing hits
10892         > 100 when mm-url-use-external was nil.
10893
10894 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10895
10896         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
10897         gnus-extra-headers for 'Newsgroups.
10898
10899         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
10900         bound.
10901
10902 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
10903
10904         * pgg-gpg.el: Clean up process buffers every time gpg processes
10905         complete.
10906
10907 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
10908
10909         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10910         doc string.
10911
10912 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
10913
10914         * pgg-gpg.el (pgg-gpg-process-filter)
10915         (pgg-gpg-wait-for-completion): Check if buffer is alive.
10916
10917         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10918         lines, temporary fix.
10919
10920 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10921
10922         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
10923
10924 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
10925
10926         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10927         default-enable-multibyte-characters.  This reverts the change from
10928         revision 6.17 which is no longer necessary because the passphrase
10929         is sent separately now.  GnuPG messages are unreadable under
10930         multibyte locales with default-enable-multibyte-characters set to
10931         nil.
10932
10933 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
10934
10935         * message.el (message-tool-bar-gnome): Move "spell".
10936
10937 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
10938
10939         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
10940         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
10941         instead.
10942
10943 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
10944
10945         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
10946         newsgroups handling for NNTP overviews which don't include
10947         Newsgroups.
10948
10949 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10950
10951         * message.el (message-resend): Bind message-generate-hashcash to nil.
10952
10953 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10954
10955         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
10956         when searching for already-paid recipients.
10957
10958 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
10959
10960         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10961         passphrases when it is not needed.
10962         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10963         passphrase stuff from gpg, should only be necessary when you use
10964         gpg with a smartcard.
10965
10966 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10967
10968         * mml.el (mml-insert-mime): Ignore cached contents of
10969         message/external-body part.
10970
10971         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
10972         (mm-insert-part): Ditto.
10973
10974 2006-03-23  Simon Josefsson  <jas@extundo.com>
10975
10976         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
10977         Reiner.
10978         (pgg-gpg-use-agent-p): Use it again.
10979
10980 2006-03-23  Simon Josefsson  <jas@extundo.com>
10981
10982         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
10983         older emacsen.
10984         (pgg-gpg-use-agent-p): Don't use it.
10985
10986 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
10987
10988         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
10989         if we can.
10990
10991 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
10992
10993         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10994         (pgg-gpg-update-agent): New function.
10995         (pgg-gpg-use-agent-p): New function.
10996         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10997         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10998         (pgg-gpg-sign-region): Use it.
10999
11000 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11001
11002         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11003         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11004
11005 2006-03-21  Simon Josefsson  <jas@extundo.com>
11006
11007         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11008         <wilde@sha-bang.de>.
11009         (pgg-gpg-use-agent): New variable.
11010         (pgg-gpg-process-region): Use it.
11011         (pgg-gpg-encrypt-region): Likewise.
11012         (pgg-gpg-encrypt-symmetric-region): Likewise.
11013         (pgg-gpg-decrypt-region): Likewise.
11014         (pgg-gpg-sign-region): Likewise.
11015         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11016
11017 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11018
11019         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11020
11021         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11022         Add comment on version.
11023
11024 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11025
11026         * smiley.el: Add missing test smiley.
11027
11028 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11029
11030         * mm-decode.el (mm-with-part): New macro.
11031         (mm-get-part): Use it; work with message/external-body as well.
11032         (mm-save-part): Treat name and filename equally.
11033
11034         * mm-extern.el (mm-extern-cache-contents): New function.
11035         (mm-inline-external-body): Use it; force the part to be displayed;
11036         move undisplayer added to the cached handle to the parent.
11037
11038         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11039         (gnus-mime-view-part-as-type): Work with message/external-body.
11040
11041         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11042
11043 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11044
11045         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11046         images in image-load-path.  [Sync with image.el, revision 1.60, in
11047         Emacs.]
11048
11049 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11050
11051         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11052         path rather than symbol.  Always return list of directories.
11053         Guarantee that image directory comes first.  [Sync with image.el,
11054         revision 1.59, in Emacs.]
11055
11056         * message.el (message-make-tool-bar): Adjust to new API of
11057         `gmm-image-load-path-for-library'.
11058
11059         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11060
11061         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11062
11063 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11064
11065         * gnus-art.el (gnus-article-only-boring-p):
11066         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11067         intangible text.
11068         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11069
11070 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11071
11072         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
11073         `defun' instead of `gmm-defun-compat'.
11074
11075 2006-03-14  Simon Josefsson  <jas@extundo.com>
11076
11077         * message.el (message-unique-id): Don't use message-number-base36
11078         if (user-uid) is a float.
11079         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11080
11081 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11082
11083         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11084
11085         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11086         empty line between a part and a message part.
11087
11088 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11089
11090         * smiley.el: Add more test smileys.
11091         (smiley-data-directory, smiley-regexp-alist)
11092         (gnus-smiley-file-types): Fix doc strings.
11093         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11094         adding new elements.
11095         (smiley-mouse-map): Unused code.  Make it a comment.
11096
11097 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11098
11099         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11100         scan latest NoCeM messages instead of old ones.
11101         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11102         delimiters that are recently used.
11103         (gnus-nocem-load-cache): Add autoload cookie.
11104
11105         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11106
11107         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11108         level which is larger than gnus-use-nocem is specified.
11109
11110         * gnus-group.el (gnus-group-get-new-news): Ditto.
11111
11112 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11113
11114         * gnus-util.el (gnus-tool-bar-update): New function.
11115
11116         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11117         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11118
11119         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11120
11121         * gnus-group.el (gnus-group-redraw-when-idle)
11122         (gnus-group-redraw-check): Remove.
11123         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11124
11125 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11126
11127         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11128         if optional last element is specified in splits (FIELD VALUE...).
11129
11130 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11131
11132         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11133         to gmm-image-load-path-for-library.  Call with no-error argument.
11134         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11135
11136         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11137
11138         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11139
11140         * gmm-utils.el (gmm-image-load-path): Remove alias.
11141
11142 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11143
11144         * gmm-utils.el (gmm-image-load-path): Add alias.
11145
11146         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11147         nnml-generate-nov-databases-1.
11148         (nnml-generate-nov-databases): Use it.
11149         (nnml-generate-nov-databases-directory): Document no-active
11150         argument.
11151
11152         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11153         directory if path is t.  Add no-error.
11154
11155         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11156         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11157
11158         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
11159         resetting gnus-article-browse-html-temp-list.
11160
11161         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11162         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11163         Add example to docstring.  Rename local variables.  Move error
11164         checks to default case in cond and simplify.
11165
11166 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11167
11168         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11169         handle is multipart when calling it recursively.
11170         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11171
11172 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11173
11174         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11175         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11176
11177 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11178
11179         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11180         is loaded.
11181
11182         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11183         loaded.
11184
11185 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11186
11187         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11188         to "Emacs 23 (unicode)" in doc string.
11189
11190         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11191         "Emacs 23 (unicode)" in comment.
11192
11193 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11194
11195         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11196
11197         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11198         characters 160 through 255 in Emacs 23.
11199
11200 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11201
11202         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11203         gnus-article-browse-html-temp.
11204         (gnus-article-browse-delete-temp): Make it customizable.  Add
11205         `file'.  Adjust doc string.
11206         (gnus-article-browse-delete-temp-files): Add argument.  Allow
11207         query for each file.  Adjust doc string.
11208         (gnus-article-browse-html-parts): Add
11209         `gnus-article-browse-delete-temp-files' to
11210         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11211
11212 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11213
11214         * gnus-art.el (gnus-article-browse-html-temp)
11215         (gnus-article-browse-delete-temp): New variables.
11216         (gnus-article-browse-delete-temp-files): New function.
11217         (gnus-article-browse-html-parts): Use it.
11218
11219 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11220
11221         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11222
11223         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11224         string.
11225
11226         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11227         gnus-summary-insert-new-articles when unplugged.  Remove
11228         gnus-summary-search-article-forward.
11229
11230         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11231         display-visual-class instead of display-color-cells.
11232
11233 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11234
11235         * dgnushack.el: Autoload customize-group for XEmacs.
11236
11237         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11238         message/* containing non-ASCII text properly.
11239
11240 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11241
11242         * message.el: Require gmm-utils, remove autoloads.
11243         (message-tool-bar): Set default based on
11244         gmm-tool-bar-style.
11245         (message-tool-bar-gnome): Add gmm-customize-mode.
11246
11247         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11248         gmm-tool-bar-style.
11249         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11250
11251         * gnus-group.el (gnus-group-tool-bar): Set default based on
11252         gmm-tool-bar-style.
11253         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11254
11255         * gmm-utils.el (gmm-image-directory): Rename variable from
11256         gmm-image-load-path.
11257         (gmm-image-load-path): Use gmm-image-directory.
11258         (gmm-customize-mode): New function.
11259         (gmm-tool-bar-style): New variable.
11260
11261         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11262         gnus-group-redraw-line-number.
11263         (gnus-group-redraw-check): Simplify.
11264         (gnus-group-tool-bar-update): Remove redraw check.
11265         (gnus-group-make-tool-bar): Add redraw check.
11266
11267 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11268
11269         * gnus-art.el (gnus-button): Add missing parentheses.
11270
11271 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11272
11273         * lpath.el: Fbind line-number-at-pos.
11274
11275 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11276
11277         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11278
11279 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11280
11281         * gnus-art.el (gnus-button): New face.
11282         (gnus-article-button-face): Use it.
11283
11284         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
11285         gnus-summary-next-page.  Re-order.
11286
11287         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11288         next-node are now included.
11289         (gnus-group-redraw-line-number): New internal variable.
11290         (gnus-group-redraw-check): Helper function for updating the tool
11291         bar.
11292         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11293
11294         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11295
11296         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11297         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11298         Use it to match format of Spamassassin 3.0 and later.  Reported by
11299         IRIE Tetsuya <irie@t.email.ne.jp>.
11300         (spam-check-bogofilter)
11301         (spam-bogofilter-register-with-bogofilter): Fix args of
11302         `gnus-error' calls.
11303
11304 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11305
11306         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11307         unnecessary interaction when sending queued mails.  Reported by
11308         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11309
11310 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11311
11312         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11313         first or last are nil.
11314
11315 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11316
11317         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11318
11319 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11320
11321         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11322
11323 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11324
11325         * dns.el (query-dns): Protect more against buggy tcp output.
11326
11327 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11328
11329         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11330         nov.php.
11331
11332 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11333
11334         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11335         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11336         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11337         output on the server side.
11338         (nnweb-google-create-mapping): Update regexps and add some
11339         progress indication.
11340
11341 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11342
11343         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
11344         gnus-agent-toggle-plugged.  Re-order icons.
11345         (gnus-group-tool-bar-gnome): Add
11346         gnus-group-{prev,next}-unread-group.
11347         (gnus-group-tool-bar-gnome): Re-order icons.
11348
11349         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
11350         gnus-summary-insert-new-articles.
11351
11352         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
11353         comments.
11354
11355         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11356         also available in Emacs 21.3.
11357
11358         * message.el (message-fix-before-sending): Change "Emacs 22" to
11359         "Emacs 23 (unicode)" in comment.
11360
11361         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11362         "Emacs 23 (unicode)" in comment.
11363
11364         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11365         comment.
11366         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11367
11368         * mm-view.el (mm-fill-flowed): Add :version.
11369
11370 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11371
11372         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11373         and load-path.
11374
11375 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11376
11377         * message.el: Autoload gmm-image-load-path.
11378         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11379         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11380         consitency.
11381
11382         * gmm-utils.el (gmm-image-load-path): Also search in
11383         "../etc/images".  Don't set gmm-image-load-path if we don't find
11384         the image.
11385
11386 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11387
11388         * gmm-utils.el (gmm-image-load-path): Don't make
11389         `gmm-image-load-path' include subdirectories which the second arg
11390         `image' might specify.
11391
11392         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11393         subdirectory to icon file names.
11394
11395         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11396
11397 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11398
11399         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11400         gmm-image-load-path calls.
11401
11402         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11403
11404         * message.el (message-make-tool-bar): Ditto.
11405
11406         * mml.el (mml-preview): Added comment concerning tool bar icons.
11407
11408         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11409         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11410
11411         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11412         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11413
11414         * message.el (message-tool-bar-gnome): Use new icon names.
11415         (message-make-tool-bar): Use `gmm-image-load-path'.
11416
11417         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
11418         functions from MH-E.
11419         (gmm-image-load-path): New variable from MH-E.
11420         (gmm-image-load-path): New function from MH-E.  Added arguments
11421         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11422         *-image-load-path-called-flag.
11423
11424 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11425
11426         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11427
11428 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11429
11430         * nnimap.el (nnimap-request-move-article): Change folder back to
11431         source group before deleting.
11432
11433 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11434
11435         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11436
11437         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
11438         mm-url.
11439
11440         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11441
11442 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11443
11444         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11445         coding system which mm-charset-to-coding-system returns for a
11446         given charset is valid.
11447
11448 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11449
11450         * html2text.el (html2text-remove-tag-list):
11451         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11452
11453 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11454
11455         * gnus-cus.el: Revert 2005-10-17 change.
11456
11457 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11458
11459         * gnus-art.el (article-strip-banner): Call
11460         article-really-strip-banner only when the regexp match is made.
11461
11462 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11463
11464         * gnus-art.el (article-strip-banner): Use
11465         gnus-extract-address-components instead of
11466         mail-header-parse-addresses to make it work with non-ASCII text;
11467         remove mail-encode-encoded-word-string.
11468
11469         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11470         values which are surrounded with \"...\"; make it never cause a
11471         Lisp error; give up parsing of parameters if it failed in
11472         extracting type.
11473
11474 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11475
11476         * smime.el (smime-cert-by-ldap-1): Fix bug where
11477         `smime-ldap-search' returns results without userCertificates.
11478
11479 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11480
11481         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11482
11483 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11484
11485         * spam.el (spam-check-spamassassin-headers): Adapt format for
11486         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11487         <ari@mbf.ocn.ne.jp>.
11488         (spam-list-of-processors): Add spam-use-gmane.
11489
11490 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11491
11492         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11493         make-temp-file; make it work with XEmacs as well.
11494
11495         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11496         mm-make-temp-file.
11497
11498         * mm-decode.el (mm-display-external): Use the 3rd arg of
11499         mm-make-temp-file.
11500         (mm-create-image-xemacs): Ditto.
11501
11502 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11503
11504         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11505         with message-narrow-to-headers.
11506         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11507         (gnus-draft-check-draft-articles): New function.
11508         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11509
11510 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11511
11512         * gnus-art.el (gnus-article-browse-html-parts):
11513         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11514         Don't use suffix argument for mm-make-temp-file for Emacs 21
11515         compatibility.  Remove useless `format'.
11516
11517 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11518
11519         * nnweb.el (nnweb-google-wash-article): Update regexps.
11520         (nnweb-group-alist): Use defvoo instead of defvar.
11521
11522 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11523
11524         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11525         re-loading nn* modules.
11526
11527 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11528
11529         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11530         for `tool-bar-mode' and don't check it's default-value.
11531
11532         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11533
11534         * message.el (message-make-tool-bar): Ditto.
11535
11536         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11537         `substring'.  Shorten tmp-file name.
11538
11539         * gnus.el: Remove bogus comment.
11540
11541 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11542
11543         * gnus-art.el (gnus-article-browse-html-parts): New function.
11544         (gnus-article-browse-html-article): New function for viewing html
11545         articles with a browser.
11546
11547 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11548
11549         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
11550         in elisp.
11551         (pgg-gpg-encrypt-symmetric-region): Ditto.
11552         (pgg-gpg-sign-region): Ditto.
11553
11554         * pgg-def.el (pgg-text-mode): New variable.
11555
11556         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11557         (mml2015-pgg-encrypt): Ditto.
11558
11559         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11560         (mml1991-pgg-encrypt): Ditto.
11561
11562 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11563
11564         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
11565         message-make-date instead of current-time-string.
11566
11567         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11568         to gnus-decoded which mm-uu might set.
11569
11570 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11571
11572         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11573         don't decode quoted parameters; remove misimported Emacs code.
11574         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11575         (rfc2231-decode-encoded-string): Don't use split-string which
11576         behaves differently according to Emacs version; use
11577         mm-decode-coding-region to convert charset to coding-system.
11578         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11579         (rfc2231-encode-string): Remove misimported Emacs code.
11580
11581 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11582
11583         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11584         when calling mail-header-parse-content-type.
11585         (article-de-quoted-unreadable): Ditto.
11586         (article-de-base64-unreadable): Ditto.
11587         (article-wash-html): Ditto.
11588
11589         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11590         calling mail-header-parse-content-type and
11591         mail-header-parse-content-disposition.
11592         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11593         mail-header-parse-content-type.
11594
11595         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11596         insert charset and format parameters; encode description after
11597         inserting it to buffer.
11598         (mml-insert-parameter): Fold lines properly even if a parameter is
11599         segmented into two or more lines; change the max column to 76.
11600
11601         * rfc1843.el (rfc1843-decode-article-body): Don't use
11602         ignore-errors when calling mail-header-parse-content-type.
11603
11604         * rfc2231.el (rfc2231-parse-string): Return at least type if
11605         possible; don't cause an error even if it fails in parsing of
11606         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11607         (rfc2231-encode-string): Don't break lines at the beginning, leave
11608         it to mml-insert-parameter.
11609
11610         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11611         calling mail-header-parse-content-type.
11612
11613 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
11614
11615         * spam-report.el (spam-report-gmane-use-article-number):
11616         Improve doc string.
11617         (spam-report-gmane-internal): Check if a suitable header was found
11618         in the article.
11619
11620 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11621
11622         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11623         (rfc2231-encode-string): Make param*=value always begin with LWSP.
11624
11625 2006-02-05  Romain Francoise  <romain@orebokech.com>
11626
11627         Update copyright notices of all files in the gnus directory.
11628
11629 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11630
11631         * nnweb.el (nnweb-request-group): Avoid growing overview files.
11632
11633 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11634
11635         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11636         segmented lines of parameter value to cope with Thunderbird 1.5
11637         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11638         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11639         (rfc2231-encode-string): Don't make lines exceeding 76 column.
11640
11641 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
11642
11643         * mml.el (mml-generate-mime-1): Correct the order of inline signed
11644         parts.
11645
11646 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11647
11648         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11649         there's only one active file for all servers.
11650         (nnweb-request-scan): Make sure nnweb-articles is initialized on
11651         solid groups.  Gnus might have used a FAST request to select the group.
11652         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11653         and nnweb-search redundantly in the active file.
11654         (nnweb-request-list): Don't list bogus groups.  There can only be one.
11655         (nnweb-request-create-group): Don't use ARGS.
11656         (nnweb-possibly-change-server, nnweb-request-group): Remove some
11657         initialisations.  Let nnoo do the work.
11658
11659 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11660
11661         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11662         Say the part has been decoded.
11663
11664         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11665
11666 2006-01-31  Kevin Ryde  <user42@zip.com.au>
11667
11668         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11669         mailcap-viewer-test-cache when there's no 'test clause, since that
11670         will invert the meaning of a "nil" test previously determined by
11671         mailcap-mailcap-entry-passes-test.
11672
11673 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11674
11675         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11676         compiling.
11677
11678         * gnus-sum.el: Ditto.
11679
11680         * message.el: Don't bind tool-bar-map when compiling.
11681
11682 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
11683
11684         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11685
11686 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11687
11688         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11689         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11690         current Google Groups.
11691
11692 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
11693
11694         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11695         and tool-bar-mode.
11696
11697         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11698         and tool-bar-mode.
11699
11700         * message.el (message-tool-bar-update): Simplify.
11701         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11702
11703         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11704         gnus-summary-buffer.
11705         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11706         gnus-summary-reply.
11707
11708         * gmm-utils.el (gmm): Add :version.
11709
11710 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11711
11712         * Makefile.in (clean): New rule.
11713         (distclean): Use it.
11714
11715 2006-01-26  Steve Youngs  <steve@sxemacs.org>
11716
11717         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
11718         autoload.
11719
11720 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11721
11722         * gmm-utils.el (gmm-verbose): Add :group.
11723
11724 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
11725
11726         * message.el: Change some comments WRT tool-bars.
11727
11728         * gnus-sum.el (gnus-summary-tool-bar)
11729         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11730         (gnus-summary-tool-bar-zap-list): New variables.
11731         (gnus-summary-make-tool-bar): Complete rewrite using
11732         `gmm-tool-bar-from-list'.
11733
11734         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11735         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
11736         variables.
11737         (gnus-group-make-tool-bar): Complete rewrite using
11738         `gmm-tool-bar-from-list'.
11739         (gnus-group-tool-bar-update): New function.
11740
11741         * message.el (message-mode-field-menu): Add "Show hidden Headers".
11742
11743 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11744
11745         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11746         is dissected into a single part of which the type is the same as
11747         the given one; decode charset.
11748
11749 2006-01-21  Kevin Ryde  <user42@zip.com.au>
11750
11751         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11752         into alists as symbol not string, since that's what
11753         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11754         look for.
11755
11756 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
11757
11758         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11759         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
11760
11761         * message.el (message-tool-bar-gnome): Use gmm-ignore.
11762
11763 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11764
11765         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
11766         (gnus-xmas-mime-security-button-menu): New function.
11767
11768         * gnus-art.el (gnus-mime-security-button-commands): New variable.
11769         (gnus-mime-security-button-menu): New definition.
11770         (gnus-mime-security-button-map): Use them.
11771         (gnus-mime-security-button-menu): New function.
11772         (gnus-insert-mime-security-button): Addition to help echo.
11773         (gnus-mime-security-run-function, gnus-mime-security-save-part)
11774         (gnus-mime-security-pipe-part): New functions.
11775
11776         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11777         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
11778
11779         * mm-decode.el (mm-handle-set-disposition): Remove.
11780         (mm-handle-set-description): Remove.
11781
11782 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11783
11784         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11785         (mm-w3m-standalone-supports-m17n-p): New function.
11786         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11787         w3m usage.
11788
11789         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
11790         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
11791
11792 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11793
11794         * message.el (message-tool-bar-zap-list): Use
11795         gmm-tool-bar-zap-list as custom type.
11796         (message-tool-bar-update): New function.
11797         (message-tool-bar, message-tool-bar-gnome)
11798         (message-tool-bar-retro): Add message-tool-bar-update.
11799         (message-tool-bar-gnome): Add flyspell-buffer.
11800
11801         * gnus-util.el (gnus-error): Describe `args'.
11802
11803         * gmm-utils.el (gmm-error): Describe `args'.
11804         (gmm-tool-bar-zap-list): New widget.
11805         (gmm-tool-bar-from-list): Improve description of `zap-list'.
11806
11807 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11808
11809         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
11810         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
11811         the number of recursive calls.
11812
11813         * mm-decode.el (mm-handle-set-disposition): New macro.
11814         (mm-handle-set-description): New macro.
11815
11816 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11817
11818         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
11819         encoding.
11820
11821 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11822
11823         * message.el (message-tool-bar-zap-list, message-tool-bar)
11824         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
11825         (message-tool-bar-local-item-from-menu): Remove.
11826         (message-tool-bar-map): Replace by `message-make-tool-bar'.
11827         (message-make-tool-bar): New function.
11828         (message-mode): Use `message-make-tool-bar'.
11829
11830         * gmm-utils.el: New file.
11831         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
11832         (gmm-lazy): New widget copied from `nnmail.el'.
11833         (gmm-tool-bar-from-list): New function for creating customizable
11834         tool bars.
11835         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
11836         output.
11837         (gmm): Add :prefix to defgroup.
11838
11839 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
11840
11841         * gmm-utils.el (gmm-widget-p): New function.
11842
11843 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11844
11845         * mml.el (mml-attach-file): Describe `description' in doc string.
11846         (mml-menu): Add Emacs MIME manual and PGG manual.
11847
11848 2006-01-20  Richard M. Stallman  <rms@gnu.org>
11849
11850         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
11851
11852 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
11853
11854         * nntp.el (nntp-end-of-line): Doc fix.
11855
11856 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
11857
11858         * imap.el (imap-open): Handle case where buffer is a buffer
11859         object.
11860
11861 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11862
11863         * gnus-delay.el (gnus-delay): Don't autoload.
11864         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11865         to be re-loaded when customizing the `gnus-delay' group.
11866
11867 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
11868
11869         * message.el (message-insert-citation-line): Use newlines.
11870
11871 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11872
11873         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11874         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
11875         these routines, so the passphrase can be managed externally and
11876         passed in to the system.
11877         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11878         pgg-add-passphrase-to-cache function.
11879
11880         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11881         (pgg-pgp5-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-pgp5-sign-region): Use new name of
11885         pgg-add-passphrase-to-cache function.
11886
11887 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11888
11889         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11890         part of the decoded armor to find the key-identifier.
11891         (pgg-gpg-lookup-key-owner): New function to return the
11892         human-readable identifier of a key owner.
11893         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
11894         itself.
11895         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11896         the key value) if we have a key and can match it against a secret
11897         key.  Also, added a note pointing out fact that the prompt only
11898         indicates the first matching key.
11899
11900         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
11901         pgg-decrypt-region.
11902         (pgg-add-passphrase-to-cache): Rename from
11903         `pgg-add-passphrase-cache' to reduce confusion (all callers
11904         changed).
11905         (pgg-remove-passphrase-from-cache): Rename from
11906         `pgg-remove-passphrase-cache' to reduce confusion (all callers
11907         changed).
11908         (pgg-read-passphrase, pgg-add-passphrase-cache)
11909         (pgg-remove-passphrase-cache): Add informative docstrings.
11910         (pgg-decrypt): Convey provided passphrase in subordinate call to
11911         pgg-decrypt-region.
11912
11913 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
11914
11915         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11916         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11917         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11918         'passphrase' argument, so the passphrase can be managed externally
11919         and then passed in to the system.
11920
11921         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11922         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
11923         so the passphrase cache can be used reliably with identifiers
11924         besides a pgp packet's key id.
11925
11926         * pgg-gpg.el (pgg-gpg-encrypt-region)
11927         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11928         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
11929         these routines, so the passphrase can be managed externally and
11930         passed in to the system.
11931
11932         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11933         'notruncate' argument, so the passphrase cache can be used
11934         reliably with identifiers besides a pgp packet's key id.
11935
11936 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
11937
11938         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11939         symmetric encryption.
11940         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11941         encrypted session key.
11942         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11943         message ask for the passphrase in a proper way.
11944
11945         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11946         New user commands for symmetric encryption.
11947
11948 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11949
11950         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
11951
11952         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
11953
11954 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
11955
11956         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
11957
11958 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11959
11960         * mm-decode.el (mm-inlined-types): Add application/pgp.
11961         (mm-automatic-display): Ditto.
11962
11963         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
11964         part as text.
11965
11966 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11967
11968         * nnrss.el: Update copyright.
11969         (nnrss-opml-import): Query whether to subscribe to each entry.
11970
11971         * gnus-art.el:
11972         * gnus-sum.el:
11973         * gnus-xmas.el:
11974         * messagexmas.el:
11975         * mm-uu.el:
11976         * mm-view.el: Update copyright.
11977
11978 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
11979
11980         * message.el (message-info): New function.
11981         (message-mode-menu): Add it.
11982         Update copyright.
11983
11984         * ChangeLog: Fix and update copyright.
11985
11986 2006-01-13  Romain Francoise  <romain@orebokech.com>
11987
11988         * message.el (message-forward-subject-name-subject): Prefer the
11989         address to 'nowhere' if the sender has no name.
11990         Fix typo.  Update copyright year.
11991
11992 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11993
11994         * gnus-art.el (article-wash-html): Use
11995         gnus-summary-show-article-charset-alist if a numeric arg is given.
11996         (gnus-article-wash-html-with-w3m-standalone): New function.
11997
11998         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
11999         mm-inline-text-html-render-with-w3m-standalone.
12000         (mm-text-html-washer-alist): Map w3m-standalone to
12001         gnus-article-wash-html-with-w3m-standalone.
12002         (mm-inline-text-html-render-with-w3m-standalone): New function.
12003
12004 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12005
12006         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12007         Improve LaTeX.
12008
12009 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12010
12011         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12012         (nnrss-request-article): Render text/plain parts as HTML.
12013
12014         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12015         the buffer.
12016
12017 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12018
12019         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12020         custom definition of `gnus-posting-styles'.
12021
12022         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
12023         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12024
12025 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12026
12027         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12028         Use nntp for bug archive.
12029
12030 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12031
12032         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12033         parts.
12034         (nnrss-normalize-date): New function converts ISO 8601 date into
12035         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12036         (nnrss-check-group): Use it.
12037
12038 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12039
12040         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12041
12042         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12043         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12044         (nnrss-insert-w3): Ditto.
12045
12046 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12047
12048         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12049         the articles to be forwarded including the case where neither a
12050         number of articles nor a region is specified.
12051
12052 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12053
12054         * nnrss.el (nnrss-request-article): Fix last change; fill
12055         text/plain parts.
12056
12057 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12058
12059         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12060         in text/plain part.
12061         (nnrss-check-group): Don't add excessive newline to dc:subject.
12062
12063 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12064
12065         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12066         article.
12067
12068 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12069
12070         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12071         (nnml-use-compressed-files, nnml-save-mail): Support other
12072         comression programs such as bzip2.
12073
12074 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12075
12076         * dns.el (query-dns): Make sure we check the buffer size before
12077         removing tcp headers.
12078
12079 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12080
12081         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12082         remove MIME buttons associated with multipart/alternative parts.
12083         (gnus-mime-display-alternative): Tag buttons using `article-type'
12084         text property.
12085
12086         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12087         associated with multipart/alternative parts.
12088
12089         * gnus-art.el (gnus-signature-separator): Fix custom type.
12090
12091         * mm-decode.el (mm-inlined-types): Fix custom type.
12092         (mm-keep-viewer-alive-types): Ditto.
12093         (mm-automatic-display): Ditto.
12094         (mm-attachment-override-types): Ditto.
12095         (mm-inline-override-types): Ditto.
12096         (mm-automatic-external-display): Ditto.
12097
12098 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12099
12100         * spam-report.el (spam-report-user-mail-address)
12101         (spam-report-user-agent): New variables.
12102         (spam-report-url-ping-plain): Use spam-report-user-agent.
12103
12104 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12105
12106         * gnus-art.el (gnus-button-handle-custom): Do not just use
12107         `customize-apropos' for any "M-x customize-*" button but the
12108         function called for.  Accept both the function name and its
12109         argument in order to achieve this.
12110         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
12111         function name to `gnus-button-handle-custom' in case of "M-x
12112         customize-*" buttons.
12113
12114 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12115
12116         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12117         multipart/alternative and add xref to mm-discouraged-alternatives
12118         in doc string.
12119
12120         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12121         gnus-buttonized-mime-types in doc string.
12122
12123 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12124
12125         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12126         Suggest image/.* in the doc string.
12127
12128 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12129
12130         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12131         message-marks (Debian bug #342521).
12132
12133 2005-12-12  Simon Josefsson  <jas@extundo.com>
12134
12135         * password.el (password-read-from-cache): Add.
12136         (password-read): Use it.
12137
12138 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12139
12140         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
12141         us-ascii as a MIME charset.
12142
12143         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
12144         against the case where the 2nd arg TYPE is nil.
12145
12146 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12147
12148         * pop3.el (pop3-stream-type): Fix custom version.
12149
12150         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12151
12152 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12153
12154         * mm-decode.el (mm-display-external): Add missing cdr.
12155
12156 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12157
12158         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12159         RFC1524) if it is in mailcap or add a suffix according to
12160         mailcap-mime-extensions when generating a temp filename; postpone
12161         deleting a temp file for 2 seconds for some wrappers, shell
12162         scripts, and so on, which might exit right after having started a
12163         viewer command as a background job.
12164
12165 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12166
12167         * nntp.el (nntp-marks-directory): Fix custom group.
12168
12169         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12170         steps when < 10.
12171
12172         * gnus-start.el (gnus-no-server-1): Mention
12173         `gnus-level-default-subscribed' in doc string.
12174
12175 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12176
12177         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12178         parens.
12179
12180 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12181
12182         * gnus-xmas.el (gnus-use-toolbar): Revert.
12183         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12184         gnus-use-toolbar is default.
12185
12186         * messagexmas.el (message-use-toolbar): Revert.
12187         (message-setup-toolbar): Use global default-toolbar if
12188         message-use-toolbar is default.
12189
12190 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12191
12192         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12193         according to default-toolbar-visible-p.
12194
12195         * messagexmas.el (message-use-toolbar): Ditto.
12196
12197 2005-11-26  Dave Love  <fx@gnu.org>
12198
12199         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12200         (tls-program, tls-success): Provide openssl alternative.
12201
12202         * starttls.el: Doc fixes.
12203         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12204         SERVICE to PORT.
12205
12206         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12207         port null or service name.
12208         (starttls-negotiate): Autoload.
12209
12210 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12211
12212         * message.el (message-kill-to-signature): Fix interactive spec.
12213
12214 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12215
12216         * pop3.el (pop3-open-server): Recognize a string as a service name.
12217
12218 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12219
12220         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12221
12222 2005-11-23  Dave Love  <fx@gnu.org>
12223
12224         Add pop3s, pop3/starttls.
12225
12226         * pop3.el (pop3-authentication-scheme): Clarify doc.
12227         (open-tls-stream, starttls-open-stream): Autoload.
12228         (pop3-stream-type): New.
12229         (pop3-open-server): Use it.
12230
12231         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12232         for POP.
12233         (mail-source-keyword-map): Add :stream for POP.
12234         (mail-source-fetch-pop): Use pop3-stream-type.
12235
12236 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12237
12238         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12239         of current-time-string.
12240
12241 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12242
12243         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12244         date header.
12245
12246 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12247
12248         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12249         it can seriously impact performance as it bypasses the agent's
12250         local caches.
12251
12252 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12253
12254         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12255         must be explicitly online rather than "not explicitly offline" for
12256         its flags to be synchronized.
12257
12258         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12259         that gnus-uu-unmark-thread will function correctly.
12260
12261         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12262         1024K is instead displayed as 1M.
12263
12264 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12265
12266         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12267
12268 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12269
12270         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12271
12272 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12273
12274         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12275         error message to display actual error condition.
12276         (gnus-agent-save-local): Avoid saving symbols that are bound to
12277         nil as they simply result in a warning message in
12278         gnus-agent-read-local.
12279
12280 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12281
12282         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12283         rather than make-variable-buffer-local for file-precious-flag.
12284
12285 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12286
12287         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12288         for duplicates which are removed.  The invalid sort check then
12289         triggers a rescan after the sort as sorting may have moved
12290         duplicate entries such that they can be cheaply detected.
12291
12292 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12293
12294         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12295
12296 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12297
12298         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
12299         internal variable to a custom variable.  Changed default value
12300         from compressed(2) to uncompressed(1).
12301         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12302         support for uncompressed agentview files.  Taken together, reading
12303         the agentview file should now be 6-7 times faster.
12304
12305 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12306
12307         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12308         as a buffer-local variable.  This avoids creating truncated
12309         dribble files as a result of a hang up, eg.
12310
12311 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
12312
12313         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
12314         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
12315         XEmacs.
12316
12317 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12318
12319         * gnus-start.el (gnus-start-draft-setup): Enforce
12320         `gnus-draft-mode' for nndraft:drafts at startup.
12321
12322         * gnus.el (gnus-splash): Change custom group.
12323         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
12324         allow-list argument.
12325
12326         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12327         string.
12328
12329 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12330
12331         * gnus-art.el (gnus-default-article-saver): Add user-defined
12332         `function' to custom type.
12333
12334 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12335
12336         * imap.el (imap-open): Handle case where buffer is a buffer
12337         object.
12338
12339 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12340
12341         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12342         long lines.
12343         (gnus-cache-delete-group): Wrap doc strings.
12344
12345         * gnus-agent.el (gnus-agent-rename-group)
12346         (gnus-agent-delete-group): Wrap doc strings.
12347
12348 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12349
12350         * messagexmas.el (message-use-toolbar): Change the valid values
12351         into default, top, bottom, left, and right.
12352         (message-toolbar-thickness): New variable.
12353         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
12354         well.
12355         (message-setup-toolbar): Make it work.
12356
12357         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
12358         (gnus-use-toolbar): Change the valid values into default, top,
12359         bottom, left, and right.
12360         (gnus-toolbar-thickness): New variable.
12361         (gnus-xmas-setup-toolbar): New function.
12362         (gnus-xmas-setup-group-toolbar): Use it.
12363         (gnus-xmas-setup-summary-toolbar): Use it.
12364
12365 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12366
12367         * gnus-start.el (gnus-1): Add "native" to
12368         gnus-predefined-server-alist.
12369
12370         * gnus.el (gnus-method-to-server): Don't add "native" to the
12371         lists here, because that leads to problems when
12372         gnus-select-method is bound.
12373
12374 2005-11-09  Simon Josefsson  <jas@extundo.com>
12375
12376         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12377         use (not sort-by-date) instead.
12378
12379 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12380
12381         * gnus-delay.el (gnus-delay-group): Don't autoload.
12382         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12383         to be re-loaded when customizing the `gnus-delay' group.
12384
12385 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12386
12387         * message.el: Revert last changes.
12388         (message-insert-citation-line): Use newlines.
12389
12390 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12391
12392         * message.el (message-courtesy-message)
12393         (message-mark-insert-begin, message-mark-insert-end)
12394         (message-elide-ellipsis, message-cancel-message)
12395         (message-add-header, message-change-subject)
12396         (message-cross-post-followup-to-header)
12397         (message-cross-post-insert-note, message-reduce-to-to-cc)
12398         (message-widen-reply, message-delete-not-region)
12399         (message-kill-to-signature, message-insert-signature)
12400         (message-insert-importance-high, message-insert-importance-low)
12401         (message-insert-or-toggle-importance)
12402         (message-insert-disposition-notification-to)
12403         (message-indent-citation, message-yank-original)
12404         (message-cite-original-without-signature, message-cite-original)
12405         (message-insert-citation-line, message-position-on-field)
12406         (message-fix-before-sending, message-send-mail-partially)
12407         (message-send-mail, message-send-mail-with-sendmail)
12408         (message-send-mail-with-qmail, message-send-news)
12409         (message-check-news-header-syntax, message-generate-headers)
12410         (message-insert-courtesy-copy, message-fill-address)
12411         (message-fill-header, message-shorten-references)
12412         (message-setup-1, message-cancel-news)
12413         (message-forward-make-body-plain, message-forward-make-body-mime)
12414         (message-forward-make-body-mml, message-encode-message-body)
12415         (message-forward-make-body-digest-plain)
12416         (message-forward-make-body-digest-mime)
12417         (message-use-alternative-email-as-from): Insert `hard-newline'
12418         instead of ordinary newlines.
12419
12420 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12421
12422         * message.el (message-generate-headers): Downcase the argument
12423         given to message-check-element.
12424
12425 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12426
12427         * nntp.el (nntp-authinfo-rejected): New error condition.
12428         (nntp-wait-for): Use new error condition to signal authentication
12429         error.
12430         (nntp-retrieve-data): Rethrow new error condition to break out of
12431         recursive call to nntp-send-authinfo.
12432
12433 2005-11-08  Romain Francoise  <romain@orebokech.com>
12434
12435         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12436         (gnus-summary-exit-map): Bind to `Z p'.
12437         (gnus-summary-make-menu-bar): Add menu item.
12438
12439 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12440
12441         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12442         (gnus-treat-*): Add `first' in all doc strings.
12443
12444         * gnus-group.el (gnus-group-compact-group): Fix typo.
12445
12446 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12447
12448         * gnus.el (gnus-parameters-case-fold-search): New variable.
12449         (gnus-parameters-get-parameter): Use it.
12450
12451         * gnus-score.el (gnus-home-score-file): Doc fix.
12452
12453 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12454
12455         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12456
12457 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12458
12459         * mm-util.el (mm-special-display-p): New function.
12460
12461         * mml.el (mml-preview): Use it; doc fix.
12462
12463 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12464
12465         * imap.el (imap-open): Handle case where buffer is a buffer object.
12466
12467 2005-10-29  Romain Francoise  <romain@orebokech.com>
12468
12469         * message.el (message-fix-before-sending): Fix comment.
12470
12471 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12472
12473         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12474
12475 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12476
12477         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12478         Used in gnus-score.el.
12479
12480 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12481
12482         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12483
12484 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12485
12486         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12487         whitespace removed in revision 7.8.  Use concatenated string to
12488         protect trailing whitespace.
12489
12490 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12491
12492         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12493         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12494         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12495         Courier IMAP ("some version from 2004").  Mostly based on similar
12496         code in the same function.
12497
12498 2005-10-26  Didier Verna  <didier@xemacs.org>
12499
12500         * gnus-group.el (gnus-group-compact-group): Invalidate original
12501         article buffer.
12502         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12503         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12504         NOV database and in article itself.
12505         Invalidate article backlog.
12506
12507 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12508
12509         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12510
12511 2005-10-26  Simon Josefsson  <jas@extundo.com>
12512
12513         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12514         part of 2004-07-25 change.
12515
12516 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12517
12518         * message.el (message-display-completion-list): New function.
12519         (message-expand-group): Use it; make sure the Completions buffer
12520         is modifiable.
12521 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12522
12523         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12524         user-mail-name is an empty string.
12525
12526 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12527
12528         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12529         depending on gnus-score-decay-constant.
12530
12531         * encrypt.el (encrypt-insert-file-contents)
12532         (encrypt-write-file-contents): Don't use `gnus-message'.
12533
12534         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12535         arguments.
12536         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
12537         arguments to mm-uu-verbatim-marks-extract.
12538         (mm-uu-hide-markers): New variable.
12539         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12540
12541         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12542         (gnus-convert-image-to-face-command): Use "convert" by default to
12543         allow other input image formats.
12544         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12545         accordingly.
12546
12547 2005-10-23  Simon Josefsson  <jas@extundo.com>
12548
12549         * imap.el (imap-gssapi-program): Align command line parameters
12550         with latest GNU SASL.
12551         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12552
12553 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12554
12555         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12556         HTML.
12557         (nnslashdot-request-article): Ditto.
12558
12559         * lpath.el (featurep): Add nobreak-char-display.
12560
12561 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12562
12563         * mail-source.el (mail-source-fetch-pop): Require pop3.
12564         (mail-source-check-pop): Ditto.
12565
12566 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12567
12568         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12569         errors.
12570
12571 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12572
12573         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12574         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12575
12576         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12577
12578         * mm-bodies.el (mm-decode-string): Call
12579         `mm-charset-to-coding-system' with allow-override argument.
12580
12581 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12582
12583         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12584         (rfc2047-charset-to-coding-system): New function.
12585         (rfc2047-decode-encoded-words): New function.
12586         (rfc2047-decode-region): Use them.
12587         (rfc2047-decode-cte): Remove.
12588         (rfc2047-parse-and-decode): Remove.
12589         (rfc2047-decode): Remove.
12590
12591 2005-10-15  Kenichi Handa  <handa@m17n.org>
12592
12593         * rfc2047.el (rfc2047-decode-cte): New function.
12594         (rfc2047-decode-region): Change the way to decode successive
12595         encoded-words: decode B- or Q-encoding in each encoded-word,
12596         concatenate them, and decode it as charset.
12597
12598 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12599
12600         * lpath.el: Fbind codepage-setup for XEmacs.
12601
12602 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12603
12604         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
12605         widget-move-and-invoke.
12606         (gnus-custom-mode): Use gnus-custom-map.
12607
12608 2005-10-15  Bill Wohler  <wohler@newt.com>
12609
12610         * message.el (message-tool-bar-map): Renamed image file from
12611         mail_send to mail/send.
12612
12613 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12614
12615         * message.el (message-expand-group): Pass the common
12616         prefix substring of completion to `display-completion-list'.
12617
12618 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
12619
12620         * mml-sec.el (mml-secure-method): New internal variable.
12621         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12622         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
12623         functions using mml-secure-method.
12624
12625         * mml.el (mml-mode-map): Add key bindings for those functions.
12626         (mml-menu): Simplify security menu entries.  Suggested by Jesper
12627         Harder <harder@myrealbox.com>.
12628         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
12629         end of message if point is the headers of the message.
12630
12631         * message.el (message-in-body-p): New function.
12632
12633         * assistant.el: Autoload gnus-util and netrc.
12634
12635         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12636         Use `mm-charset-override-alist' only when decoding.
12637
12638         * mm-bodies.el (mm-decode-body): Call
12639         `mm-charset-to-coding-system' with allow-override argument.
12640
12641         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12642         `filename' from Content-Disposition if Content-Type doesn't
12643         provide `name'.
12644         (gnus-mime-view-part-as-type): Set default instead of
12645         initial-input.
12646
12647 2005-10-09  Daniel Brockman  <daniel@brockman.se>
12648
12649         * format-spec.el (format-spec): Propagate text properties of % spec.
12650
12651 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12652
12653         * gnus-art.el (gnus-treat-predicate): Add `first'.
12654
12655 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12656
12657         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12658         (mm-charset-override-alist): New variable.
12659         (mm-charset-to-coding-system): Use it.
12660         (mm-codepage-setup): New helper function.
12661         (mm-charset-eval-alist): New variable.
12662         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
12663         about unknown charsets.
12664
12665         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
12666
12667 2005-10-04  David Hansen  <david.hansen@gmx.net>
12668
12669         * nnrss.el (nnrss-request-article): Add support for the comments tag.
12670         (nnrss-check-group): Ditto.
12671
12672 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12673
12674         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12675         Rename x-gnus-verbatim to x-verbatim.
12676         (mm-uu-type-alist): Fix regexp for verbatim-marks.
12677
12678         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12679         x-verbatim.
12680
12681         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12682
12683         * gnus-util.el (gnus-remove-duplicates): Remove.
12684
12685         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12686         instead of gnus-remove-duplicates.
12687
12688         * message.el (message-remove-duplicates): Remove.
12689         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12690         message-remove-duplicates.
12691
12692         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12693         available, else use implementation from `delete-dups'.
12694
12695         * message.el (message-insert-expires): New function.
12696         (message-mode-map): Add key binding.
12697         (message-mode-field-menu): Add menu entry.
12698         (message-mode): Document it.
12699         (message-make-expires-date): Use `message-make-date'.
12700
12701 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
12702
12703         * message.el (message-make-expires-date): New function.
12704
12705 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12706
12707         * Makefile.in (list-installed-shadows): New entry.
12708         (install): Use it.
12709         (remove-installed-shadows): New entry.
12710
12711         * dgnushack.el (dgnushack-default-load-path): New variable.
12712         (dgnushack-find-lisp-shadows): New function.
12713         (dgnushack-remove-lisp-shadows): New function.
12714
12715 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12716
12717         * Makefile.in (install-el-elc): New entry.
12718         (install): Use it so that .el files are necessarily installed.
12719
12720 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12721
12722         * time-date.el: Autoload parse-time-string, XEmacs needs it.
12723
12724 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12725
12726         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12727         function rather than the diff-mode.el package.
12728         (mm-display-external): Use with-current-buffer.
12729         (mm-viewer-completion-map, mm-viewer-completion-map):
12730         Move initialization inside declaration.
12731
12732 2005-09-29  Simon Josefsson  <jas@extundo.com>
12733
12734         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
12735         autoload mail-check-payment.
12736         (spam-check-hashcash): Define unconditionally, since hashcash.el
12737         is part of Gnus now.  Ignore errors from payment checking.
12738
12739 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12740
12741         * message.el (message-bold-region, message-unbold-region): Rename
12742         from `bold-region' and `unbold-region'.
12743
12744         * message.el: Remove useless autoloads.
12745
12746 2005-09-28  Simon Josefsson  <jas@extundo.com>
12747
12748         * message.el (message-use-idna): Default to t.
12749         (message-use-idna): Test whether encoding works too.  Doc fix.
12750
12751 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12752
12753         * nntp.el (nntp-warn-about-losing-connection): Remove.
12754
12755 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12756
12757         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12758         customizable.  Change default value.
12759         (mm-uu-diff-groups-regexp): Change default value.
12760         (mm-uu-type-alist): Add doc string.
12761         (mm-uu-configure): Add doc string.  Make it interactive.
12762         (mm-uu-tex-groups-regexp): New variable.
12763         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12764         (mm-uu-type-alist): Add LaTeX documents.
12765         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12766         of "text/verbatim".
12767         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12768
12769         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12770         instead of "text/verbatim".
12771
12772         * message.el (message-mark-inserted-region)
12773         (message-mark-insert-file): Use slrn style marks when called with
12774         prefix argument.
12775
12776 2005-09-27  Simon Josefsson  <jas@extundo.com>
12777
12778         * message.el (message-idna-to-ascii-rhs-1): Reformat.
12779
12780 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
12781
12782         * message.el (message-remove-duplicates): New function.
12783         Implementation borrowed from `gnus-remove-duplicates'.
12784         (message-idna-to-ascii-rhs): Also encode idna addresses in
12785         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12786         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12787         only ask about the same idna domain once per header and also tell
12788         in what header to replace the idna domain.
12789
12790         * gnus-art.el (article-decode-idna-rhs): Also decode idna
12791         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12792         (article-decode-idna-rhs): Fix regexp so that all idna-address in
12793         a header is decoded and not just the last one.
12794
12795 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12796
12797         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12798         has been decoded.
12799
12800         * mm-decode.el (mm-automatic-display): Add text/verbatim.
12801         (mm-insert-part): Don't modify text if it has been decoded.
12802
12803         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12804         decoded.
12805
12806         * mm-view.el (mm-inline-text): Don't strip text props unless
12807         decoding enriched or richtext parts.
12808
12809 2005-09-25  Romain Francoise  <romain@orebokech.com>
12810
12811         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12812         * gnus-start.el (gnus-subscribe-interactively):
12813         * gnus-uu.el (gnus-uu-grab-articles):
12814         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12815         space.
12816
12817 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
12818
12819         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12820         * mm-view.el (mm-view-pkcs7-decrypt):
12821         * gnus-sum.el (gnus-summary-limit-to-extra)
12822         (gnus-summary-respool-article, gnus-read-move-group-name):
12823         * gnus-score.el (gnus-summary-increase-score):
12824         * gnus-util.el (gnus-completing-read-with-default):
12825         * gnus-art.el (gnus-read-save-file-name)
12826         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12827         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12828         * message.el (message-check-news-header-syntax):
12829         Follow convention for reading with the minibuffer.
12830
12831 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
12832
12833         * spam-report.el (spam-report-url-ping-plain):
12834         Use gnus-extended-version as User-Agent.
12835
12836         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12837         default value is nil.
12838
12839         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
12840         (mm-uu-verbatim-marks-extract): New function.
12841         (mm-uu-extract): New face.
12842         (mm-uu-copy-to-buffer): Use it.
12843
12844         * spam-report.el (spam-report-gmane-ham): Renamed from
12845         `spam-report-gmane-unspam'.
12846         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
12847         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
12848
12849         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12850         Autoload.
12851         (spam-report-gmane-unregister-routine): Renamed
12852         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12853
12854 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
12855
12856         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12857         (spam-report-gmane-unregister-routine): Add support for gmane
12858         unregistration.
12859
12860         * spam-report.el (spam-report-gmane-unspam)
12861         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12862         (spam-report-gmane): Change to take a single article and do unspam
12863         registration.
12864
12865 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12866
12867         * mm-url.el (mm-url-decode-entities): Fix regexp.
12868
12869 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12870
12871         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12872         default to nil, to be able to use Gnus at all.  If the default
12873         switches to something else, then the function should be fixed not
12874         be exceedingly slow.
12875
12876 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
12877
12878         * gnus-start.el (gnus-activate-group): If the server is nil, don't
12879         fail hard.
12880
12881         * spam-report.el: Add better Keywords line.
12882
12883         * spam.el: Add Maintainer and better Keywords line.
12884
12885 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12886
12887         * gnus-art.el (gnus-article-replace-part)
12888         (gnus-mime-replace-part): New functions.
12889         (gnus-mime-action-alist, gnus-mime-button-commands)
12890         (gnus-mime-save-part-and-strip): Added file argument.
12891         (gnus-article-part-wrapper): Added interactive argument.
12892
12893         * gnus-sum.el (gnus-summary-mime-map): Add
12894         `gnus-article-replace-part'.
12895
12896 2005-09-19  Didier Verna  <didier@xemacs.org>
12897
12898         The nnml compaction feature:
12899         * nnml.el (nnml-request-compact-group): New function.
12900         * nnml.el (nnml-request-compact): New function.
12901         * gnus-int.el (gnus-request-compact-group): New function.
12902         * gnus-int.el (gnus-request-compact): New function.
12903         * gnus-group.el (gnus-group-compact-group): New function.
12904         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
12905         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
12906         * gnus-srvr.el (gnus-server-compact-server): New function.
12907         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
12908         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
12909
12910 2005-09-18  Deepak Goel  <deego@gnufans.org>
12911
12912         * sieve.el (sieve-help): Fix `message' call: first arg should be a
12913         format spec.
12914
12915 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12916
12917         * gnus.el (gnus-group-startup-message): Bind image-load-path.
12918
12919 2005-09-15  Romain Francoise  <romain@orebokech.com>
12920
12921         * message.el (message-fill-paragraph): Clarify docstring.
12922
12923 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12924
12925         * gnus-art.el (gnus-mime-display-part): Protect against broken
12926         MIME messages.
12927
12928 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12929
12930         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
12931         before parsing header.
12932
12933 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
12934
12935         * html2text.el (html2text-replace-list): Add new entities.
12936
12937 2005-09-11  Romain Francoise  <romain@orebokech.com>
12938
12939         * message.el (message-alternative-emails): Improve docstring.
12940         (message-setup-1): Call `message-use-alternative-email-as-from'
12941         after `message-setup-hook' to give it precedence over posting
12942         styles, etc.
12943         (message-use-alternative-email-as-from): Add docstring.  Remove
12944         the original From header if present.
12945
12946         * nnml.el (nnml-compressed-files-size-threshold): New variable.
12947         (nnml-save-mail): Use it.
12948
12949         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
12950         articles.  Add new argument `silent'.
12951         (gnus-uu-mark-all): Report the total number of marked articles.
12952
12953 2005-09-10  Romain Francoise  <romain@orebokech.com>
12954
12955         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
12956         (gnus-uu-mark-series): Likewise.
12957
12958 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
12959
12960         * spam-report.el (spam-report-gmane): Fix generation of spam
12961         report URL.
12962
12963 2005-09-10  Simon Josefsson  <jas@extundo.com>
12964
12965         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
12966         t, based on discussion on the ding list with Robert Epprecht
12967         <epprecht@solnet.ch>.
12968
12969 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
12970
12971         * spam-report.el (spam-report-gmane): Make it work without
12972         X-Report-Spam header.  Gmane now only provides Archived-At.
12973         This is only used if `spam-report-gmane-use-article-number' is nil.
12974         (spam-report-gmane-spam-header): Remove.  Not used anymore.
12975
12976         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
12977         make `gnus-summary-sort-by-recipient' work with threading.
12978
12979         * nnweb.el (nnweb-google-wash-article): Print a message if article
12980         is not available.
12981
12982 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12983
12984         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
12985         change.  Decode text/* parts content before displaying.
12986
12987 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12988
12989         * mml-smime.el: Remove defvar of gnus-extract-address-components.
12990
12991 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12992
12993         * mm-view.el (mm-display-inline-fontify): Disable support modes.
12994
12995         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
12996         url-package-name, url-package-version,
12997         w3m-cid-retrieve-function-alist, w3m-current-buffer,
12998         w3m-display-inline-images, and w3m-minor-mode-map.
12999
13000 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13001
13002         * message.el (message-tab-body-function): Fix mismatched custom type.
13003
13004         * gnus.el (gnus-group-change-level-function): Ditto.
13005
13006         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13007
13008         * gnus-art.el (gnus-signature-limit)
13009         (gnus-article-mime-part-function): Ditto.
13010
13011 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13012
13013         * mml.el (mml-mode): Silence the byte compiler.
13014
13015         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13016         using `(sit-for 0)' before moving the point to the specified part;
13017         skip unbuttonized parts.
13018         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13019         return to the summary window if gnus-auto-select-part is non-nil.
13020
13021 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13022
13023         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
13024         variables.
13025         (mml-dnd-attach-file, mml-mode): Use them.
13026
13027         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13028         Make fetching article by MID work again for Google Groups.  Added
13029         FIXME concerning gnus-group-make-web-group.
13030
13031         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13032         Don't depend on Gnus by using mail-extract-address-components if
13033         gnus-extract-address-components is not bound.
13034
13035 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13036
13037         * gnus-art.el (gnus-mime-display-security): Don't display the
13038         signature, but only the signed part.
13039
13040 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13041
13042         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13043
13044         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13045         list, not listp.
13046
13047 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13048
13049         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
13050         when encoding.
13051
13052         * mm-bodies.el (mm-decode-content-transfer-encoding):
13053         De-canonicalize CRLF for all text content types, not just
13054         text/plain.
13055
13056 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13057
13058         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13059         valid article; point arrow and cursor at the MIME button.
13060
13061 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13062
13063         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13064         Suggested by Dan Christensen <jdc@uwo.ca>.
13065
13066         * mm-decode.el (mm-save-part): Enable change of prompt.
13067
13068 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13069
13070         * gnus-msg.el (gnus-inews-add-send-actions): Made
13071         `message-post-method' lambda parameter ARG `&optional'.
13072
13073 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13074
13075         * gnus-sum.el (gnus-summary-mime-map): Added
13076         gnus-article-save-part-and-strip, gnus-article-delete-part and
13077         gnus-article-jump-to-part.
13078
13079         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
13080         (gnus-article-edit-part): Use it.
13081         (gnus-article-part-wrapper): Added no-handle argument.
13082         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
13083         functions.
13084
13085 2005-08-29  Romain Francoise  <romain@orebokech.com>
13086
13087         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13088         docstring.
13089         (gnus-face-from-file): Likewise.
13090
13091 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13092
13093         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13094         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13095         non-nil.
13096         (gnus-auto-select-part): New variable.
13097         (gnus-article-jump-to-part): New function.
13098         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13099         (gnus-mime-delete-part): Allow selecting specified part after
13100         deleting or stripping parts.
13101         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13102         part if argument is bogus.
13103
13104 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13105
13106         * gnus-art.el (w3m-minor-mode-map):
13107         * gnus-spec.el (gnus-newsrc-file-version):
13108         * gnus-util.el (nnmail-active-file-coding-system)
13109         (gnus-original-article-buffer, gnus-user-agent):
13110         * gnus.el (gnus-ham-process-destinations)
13111         (gnus-parameter-ham-marks-alist)
13112         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13113         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13114         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13115         * mm-decode.el (gnus-current-window-configuration):
13116         * mm-extern.el (gnus-article-mime-handles):
13117         * mm-url.el (url-current-object, url-package-name)
13118         (url-package-version):
13119         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13120         (smime-keys, w3m-cid-retrieve-function-alist)
13121         (w3m-current-buffer, w3m-display-inline-images)
13122         (w3m-minor-mode-map):
13123         * mml-smime.el (gnus-extract-address-components):
13124         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13125         (gnus-newsrc-hashtb, message-default-charset)
13126         (message-deletable-headers, message-options)
13127         (message-posting-charset, message-required-mail-headers)
13128         (message-required-news-headers):
13129         * mml1991.el (mc-pgp-always-sign):
13130         * mml2015.el (mc-pgp-always-sign):
13131         * nnheader.el (nnmail-extra-headers):
13132         * rfc1843.el (gnus-decode-encoded-word-function)
13133         (gnus-decode-header-function, gnus-newsgroup-name):
13134         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13135
13136 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13137
13138         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13139         the end of the date treatments.
13140
13141 2005-08-15  Simon Josefsson  <jas@extundo.com>
13142
13143         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13144         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13145         Capello and Romain Francoise.
13146         (pgg-fetch-key-function): Removed, not used?
13147         (pgg-insert-url-with-w3): Require url, to get
13148         url-insert-file-contents regardless of where it is defined.
13149
13150 2005-08-13  Romain Francoise  <romain@orebokech.com>
13151
13152         * message.el (message-cite-original-1): New function.
13153         (message-cite-original): Use it.
13154         (message-cite-original-without-signature): Ditto.
13155
13156 2005-08-08  Romain Francoise  <romain@orebokech.com>
13157
13158         * message.el (message-yank-empty-prefix): New variable.
13159         (message-indent-citation): Use it.
13160         (message-cite-original-without-signature): Respect X-No-Archive.
13161
13162 2005-08-08  Simon Josefsson  <jas@extundo.com>
13163
13164         * pgg.el: Autoload url-insert-file-contents instead of loading
13165         w3/url.
13166         (pgg-insert-url-with-w3): Don't load url here.
13167
13168 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13169
13170         * message.el (message-kill-to-signature): Don't insert newline at
13171         bol.
13172         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13173
13174 2005-08-06  Romain Francoise  <romain@orebokech.com>
13175
13176         * message.el (message-user-fqdn): Fix typo in docstring.
13177
13178 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13179
13180         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13181
13182         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13183
13184 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13185
13186         * mm-bodies.el (mm-encode-body): Use coding system rather than
13187         charset to encode text.
13188
13189         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13190         number of charsets if utf-8 is available (XEmacs).
13191
13192 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13193
13194         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13195         taken from `gnus-button-mid-or-mail-regexp'.
13196         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13197         (gnus-button-alist): Improve regexp for domain part of the MIDs
13198         for news:localpart@domain buttons.
13199         (gnus-button-ctan-directory-regexp): Update.
13200
13201 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13202
13203         * sieve-manage.el (sieve-manage-interactive-login): Use
13204         make-local-variable rather than make-variable-buffer-local.
13205         (sieve-manage-open): Ditto.
13206         (sieve-manage-authenticate): Ditto.
13207
13208         * mml.el (mml-generate-mime-1): Make the content type default to
13209         text/plain if the filename is not specified.
13210
13211 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13212
13213         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13214         instead of insert-buffer.
13215
13216         * message.el (message-yank-original): Ditto; set the mark at the
13217         end of the yanked message.
13218
13219 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13220
13221         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13222         lines to scroll rather than to stop it.
13223
13224         * mml.el (mml-generate-default-type): Add doc string.
13225         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13226         default to application/octet-stream when determining the content
13227         type if it is not specified for the part or the mml contents; add
13228         a comment about mml-generate-default-type.
13229
13230 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13231
13232         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13233         make it default to application/octet-stream when determining the
13234         content type if it is not specified for the external contents.
13235
13236 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13237
13238         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13239         segmented parameter but also other parameters might be there.
13240
13241 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13242
13243         * mm-decode.el (mm-display-external): Delete temp file, directory
13244         and buffer immediately if the external process is exited.
13245
13246 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13247
13248         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13249         fewer lines than that of scroll-margin.
13250         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13251
13252 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13253
13254         * gnus-art.el (gnus-article-next-page): Revert.
13255         (gnus-article-beginning-of-window): New macro.
13256         (gnus-article-next-page-1): Use it.
13257         (gnus-article-prev-page): Ditto.
13258         (gnus-article-edit-part): Use insert-buffer-substring instead of
13259         insert-buffer.
13260         (gnus-article-edit-exit): Ditto.
13261
13262         * gnus-util.el (gnus-beginning-of-window): Remove.
13263         (gnus-end-of-window): Remove.
13264
13265         * lpath.el: Don't bind header-line-format and scroll-margin.
13266
13267 2005-07-25  Simon Josefsson  <jas@extundo.com>
13268
13269         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13270         to have the url package without w3.  Reported by Daiki Ueno
13271         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13272
13273 2005-07-20  Didier Verna  <didier@xemacs.org>
13274
13275         * gnus-diary.el: Remove the description comment (nndiary is now
13276         properly documented in the Gnus manual).
13277         Fix the spelling of "Back End".
13278         * nndiary.el: Ditto.
13279         Fix the copyright notice.
13280
13281 2005-07-18  Romain Francoise  <romain@orebokech.com>
13282
13283         * gnus-sum.el (gnus-summary-to-prefix)
13284         (gnus-summary-newsgroup-prefix): New variables.
13285         (gnus-summary-from-or-to-or-newsgroups): Use them.
13286
13287 2005-07-17  Romain Francoise  <romain@orebokech.com>
13288
13289         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13290         space as it's generally not especially interesting to the user.
13291
13292 2005-07-16  Romain Francoise  <romain@orebokech.com>
13293
13294         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13295         nil to avoid prompting and file modification if one of the
13296         messages at the top of the nnfolder file contains a copyright
13297         notice.
13298         Update copyright notice.
13299
13300         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13301         instead of `current-time-string' as the latter creates a time
13302         string that is not RFC 2822 compliant (it lacks the zone).
13303         Update copyright notice.
13304
13305 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13306
13307         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13308         for text/rtf.  Display default in prompt.  Pass default for M-n.
13309
13310         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13311
13312 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13313
13314         * gnus-msg.el (gnus-button-mailto): Remove
13315         save-selected-window-window hackery because it relies on
13316         save-selected-window internals.
13317
13318 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13319
13320         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13321         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13322         (gnus-article-prev-page): Ditto.
13323
13324         * gnus-util.el (gnus-beginning-of-window): New function.
13325         (gnus-end-of-window): New function.
13326
13327         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
13328
13329 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13330
13331         * gnus-score.el (gnus-score-edit-all-score): Set
13332         gnus-score-edit-exit-function to gnus-score-edit-done and call
13333         gnus-message.
13334
13335 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13336
13337         * gnus-msg.el (gnus-button-mailto): Remove
13338         save-selected-window-window hackery because it relies on
13339         save-selected-window internals.
13340
13341 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13342
13343         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13344         add-minor-mode.
13345         (gnus-binary-mode): Ditto.
13346
13347         * gnus-topic.el (gnus-topic-mode): Ditto.
13348
13349 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13350
13351         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13352         (gnus-article-prev-page): Take scroll-margin into consideration.
13353
13354 2005-07-04  Lute Kamstra  <lute@gnu.org>
13355
13356         Update FSF's address in GPL notices.
13357
13358 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13359
13360         * gnus.el (gnus-exit):
13361         * gnus-group.el (gnus-group-icons):
13362         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13363
13364         * gnus-nocem.el (gnus-nocem):
13365         * message.el (message-various, message-buffers, message-sending)
13366         (message-interface, message-forwarding, message-insertion)
13367         (message-headers, message-news, message-mail):
13368         * pgg-gpg.el (pgg-gpg):
13369         * pgg-parse.el (pgg-parse):
13370         * pgg-pgp.el (pgg-pgp):
13371         * pgg-pgp5.el (pgg-pgp5):
13372         * pop3.el (pop3): Finish `defgroup' description with period.
13373
13374 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13375
13376         * gnus-art.el (article-display-face): Improve the efficiency.
13377         (article-display-x-face): Ditto; remove grey x-face stuff.
13378
13379 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13380
13381         * gnus-art.el (article-display-face): Correct the position in
13382         which Faces are inserted.
13383
13384 2005-06-29  Didier Verna  <didier@xemacs.org>
13385
13386         * gnus-art.el (article-display-face): Display faces in correct
13387         order.
13388
13389 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13390
13391         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13392         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13393         (gnus-nocem-check-article): Fetch the Type header.
13394         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13395         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13396         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13397         make sure gnus-nocem-hashtb is initialized.
13398         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13399         (gnus-nocem-unwanted-article-p): Ditto.
13400
13401         * pgg.el (pgg-verify): Return the verification result.
13402
13403 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13404
13405         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13406         is ascii.
13407
13408 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13409
13410         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13411         `show-nonbreak-escape'.
13412
13413 2005-06-23  Lute Kamstra  <lute@gnu.org>
13414
13415         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13416
13417         * dig.el (dig-mode):
13418         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13419
13420 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13421
13422         * nnimap.el (nnimap-split-download-body): Fix spellings.
13423
13424 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13425
13426         * gnus-art.el (gnus-article-encrypt-body):
13427         * gnus-cus.el (gnus-score-customize):
13428         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13429         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13430
13431 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13432
13433         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13434         header by looking for magic "MII" at the beginnig.
13435
13436 2005-06-16  Miles Bader  <miles@gnu.org>
13437
13438         * gnus-xmas.el (gnus-xmas-group-startup-message):
13439         Use renamed gnus-splash face.
13440
13441         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13442         (assistant-field-face): New backward-compatibility alias for renamed
13443         face.
13444         (assistant-render-text): Use renamed assistant-field face.
13445
13446         * spam.el (spam): Remove "-face" suffix from face name.
13447         (spam-face): New backward-compatibility alias for renamed face.
13448         (spam-face, spam-initialize): Use renamed spam face.
13449
13450         * message.el (message-header-to, message-header-cc)
13451         (message-header-subject, message-header-newsgroups)
13452         (message-header-other, message-header-name)
13453         (message-header-xheader, message-separator, message-cited-text)
13454         (message-mml): Remove "-face" suffix from face names.
13455         (message-header-to-face, message-header-cc-face)
13456         (message-header-subject-face, message-header-newsgroups-face)
13457         (message-header-other-face, message-header-name-face)
13458         (message-header-xheader-face, message-separator-face)
13459         (message-cited-text-face, message-mml-face):
13460         New backward-compatibility aliases for renamed faces.
13461         (message-font-lock-keywords): Use renamed message faces.
13462
13463         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13464         (sieve-test-commands, sieve-tagged-arguments):
13465         Remove "-face" suffix from face names.
13466         (sieve-control-commands-face, sieve-action-commands-face)
13467         (sieve-test-commands-face, sieve-tagged-arguments-face):
13468         New backward-compatibility aliases for renamed faces.
13469         (sieve-control-commands-face, sieve-action-commands-face)
13470         (sieve-test-commands-face, sieve-tagged-arguments-face):
13471         Use renamed sieve faces.
13472
13473         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13474         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13475         (gnus-group-news-3-empty, gnus-group-news-4)
13476         (gnus-group-news-4-empty, gnus-group-news-5)
13477         (gnus-group-news-5-empty, gnus-group-news-6)
13478         (gnus-group-news-6-empty, gnus-group-news-low)
13479         (gnus-group-news-low-empty, gnus-group-mail-1)
13480         (gnus-group-mail-1-empty, gnus-group-mail-2)
13481         (gnus-group-mail-2-empty, gnus-group-mail-3)
13482         (gnus-group-mail-3-empty, gnus-group-mail-low)
13483         (gnus-group-mail-low-empty, gnus-summary-selected)
13484         (gnus-summary-cancelled, gnus-summary-high-ticked)
13485         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13486         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13487         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13488         (gnus-summary-low-undownloaded)
13489         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13490         (gnus-summary-low-unread, gnus-summary-normal-unread)
13491         (gnus-summary-high-read, gnus-summary-low-read)
13492         (gnus-summary-normal-read, gnus-splash):
13493         Remove "-face" suffix from face names.
13494         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13495         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13496         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13497         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13498         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13499         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13500         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13501         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13502         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13503         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13504         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13505         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13506         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13507         (gnus-summary-normal-ticked-face)
13508         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13509         (gnus-summary-normal-ancient-face)
13510         (gnus-summary-high-undownloaded-face)
13511         (gnus-summary-low-undownloaded-face)
13512         (gnus-summary-normal-undownloaded-face)
13513         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13514         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13515         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13516         (gnus-splash-face):
13517         New backward-compatibility aliases for renamed faces.
13518         (gnus-group-startup-message): Use renamed gnus faces.
13519
13520         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13521         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13522         (gnus-server-agent): Remove "-face" suffix from face names.
13523         (gnus-server-agent-face, gnus-server-opened-face)
13524         (gnus-server-closed-face, gnus-server-denied-face)
13525         (gnus-server-offline-face):
13526         New backward-compatibility aliases for renamed faces.
13527         (gnus-server-agent-face, gnus-server-opened-face)
13528         (gnus-server-closed-face, gnus-server-denied-face)
13529         (gnus-server-offline-face): Use renamed gnus faces.
13530
13531         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13532         Remove "-face" suffix from face names.
13533         (gnus-picon-xbm-face, gnus-picon-face):
13534         New backward-compatibility aliases for renamed faces.
13535
13536         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13537         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13538         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13539         (gnus-cite-11): Remove "-face" suffix from face names.
13540         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13541         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13542         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13543         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13544         New backward-compatibility aliases for renamed faces.
13545         (gnus-cite-attribution-face, gnus-cite-face-list)
13546         (gnus-article-boring-faces): Use renamed gnus faces.
13547
13548         * gnus-art.el (gnus-signature, gnus-header-from)
13549         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13550         (gnus-header-content): Remove "-face" suffix from face names.
13551         (gnus-signature-face, gnus-header-from-face)
13552         (gnus-header-subject-face, gnus-header-newsgroups-face)
13553         (gnus-header-name-face, gnus-header-content-face):
13554         New backward-compatibility aliases for renamed faces.
13555         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13556
13557         * gnus-sum.el (gnus-summary-selected-face)
13558         (gnus-summary-highlight): Use renamed gnus faces.
13559         * gnus-group.el (gnus-group-highlight): Likewise.
13560
13561 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13562
13563         * gnus-sieve.el (gnus-sieve-article-add-rule):
13564         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13565         * spam-stat.el (spam-stat-buffer-change-to-spam)
13566         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13567
13568         * message.el (message-is-yours-p):
13569         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13570
13571 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13572
13573         * mm-view.el (mm-inline-text): Withdraw the last change.
13574
13575 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13576
13577         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13578         executing enriched-decode.
13579
13580 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13581
13582         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13583         charset of tar files.
13584
13585 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13586
13587         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13588
13589 2005-06-04  Lute Kamstra  <lute@gnu.org>
13590
13591         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13592         information is never recorded.
13593
13594 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13595
13596         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13597
13598 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13599
13600         * pop3.el (pop3-apop): Run md5 in the binary mode.
13601
13602         * starttls.el (starttls-set-process-query-on-exit-flag):
13603         Use eval-and-compile.
13604
13605 2005-05-31  Simon Josefsson  <jas@extundo.com>
13606
13607         * smime.el (smime-replace-in-string): Define.
13608         (smime-cert-by-ldap-1): Use it.
13609
13610 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13611
13612         * gnus-art.el (article-display-x-face): Replace
13613         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13614
13615         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13616         set-process-query-on-exit-flag or process-kill-without-query.
13617
13618         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13619         loop instead of replace-regexp.
13620
13621         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13622         instead of process-kill-without-query if it is available.
13623
13624         * lpath.el: Fbind ldap-search-entries.
13625
13626         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13627         instead of find-file-hooks if it is available.
13628
13629         * mml1991.el: Bind pgg-default-user-id when compiling.
13630
13631         * mml2015.el: Bind pgg-default-user-id when compiling.
13632
13633         * nndraft.el (nndraft-request-associate-buffer):
13634         Use write-contents-functions instead of write-contents-hooks if it is
13635         available.
13636
13637         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13638         instead of find-file-hooks if it is available.
13639
13640         * nntp.el (nntp-open-connection): Replace
13641         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13642         (nntp-open-ssl-stream): Ditto.
13643         (nntp-open-tls-stream): Ditto.
13644
13645         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13646         set-process-query-on-exit-flag or process-kill-without-query.
13647         (starttls-open-stream-gnutls): Use it instead of
13648         process-kill-without-query.
13649         (starttls-open-stream): Ditto.
13650
13651 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
13652
13653         * smime.el (smime-cert-by-ldap-1): Don't use
13654         replace-regexp-in-string.
13655
13656 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
13657
13658         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13659
13660         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13661         in PEM format.  Adjust to the XEmacs compability.
13662
13663 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13664
13665         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13666         by `string-to-number'.
13667         * gnus-agent.el (gnus-agent-regenerate-group)
13668         (gnus-agent-fetch-articles): Ditto.
13669         * gnus-art.el (gnus-button-fetch-group): Ditto.
13670         * gnus-cache.el (gnus-cache-generate-active)
13671         (gnus-cache-articles-in-group): Ditto.
13672         * gnus-group.el (gnus-group-set-current-level)
13673         (gnus-group-insert-group-line): Ditto.
13674         * gnus-score.el (gnus-score-set-expunge-below)
13675         (gnus-score-set-mark-below, gnus-summary-score-effect)
13676         (gnus-summary-score-entry): Ditto.
13677         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13678         (gnus-soup-pack): Ditto.
13679         * gnus-spec.el (gnus-xmas-format): Ditto.
13680         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13681         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13682         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13683         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13684         * nndb.el (nndb-get-remote-expire-response): Ditto.
13685         * nndiary.el (nndiary-parse-schedule-value)
13686         (nndiary-string-to-number, nndiary-request-replace-article)
13687         (nndiary-request-article): Ditto.
13688         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13689         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13690         * nneething.el (nneething-make-head): Ditto.
13691         * nnfolder.el (nnfolder-request-article)
13692         (nnfolder-retrieve-headers): Ditto.
13693         * nnheader.el (nnheader-file-to-number): Ditto.
13694         * nnkiboze.el (nnkiboze-request-article): Ditto.
13695         * nnmail.el (nnmail-process-unix-mail-format)
13696         (nnmail-process-babyl-mail-format): Ditto.
13697         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13698         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13699         (nnmh-request-create-group, nnmh-request-list-1)
13700         (nnmh-request-group, nnmh-request-article): Ditto.
13701         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13702         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13703         * nnsoup.el (nnsoup-make-active): Ditto.
13704         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13705         * nntp.el (nntp-find-group-and-number)
13706         (nntp-retrieve-headers-with-xover): Ditto.
13707         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13708         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13709         (pgg-format-key-identifier): Ditto.
13710         * pop3.el (pop3-last, pop3-stat): Ditto.
13711         * qp.el (quoted-printable-decode-region): Ditto.
13712
13713         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13714         of concat.
13715
13716 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13717
13718         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13719
13720         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13721
13722         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13723
13724         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13725
13726         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13727
13728         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13729
13730         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13731         (gnus-carpal-mode): Ditto.
13732
13733         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13734         (gnus-browse-mode): Ditto.
13735
13736         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13737
13738         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13739
13740 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13741
13742         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13743
13744 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13745
13746         * gnus-util.el (gnus-run-mode-hooks): New function.
13747
13748         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13749
13750         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
13751         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
13752
13753 2005-05-27  Lute Kamstra  <lute@gnu.org>
13754
13755         * dns-mode.el (dns-mode): Specify customization group.
13756
13757 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13758
13759         * gnus-agent.el (gnus-agent-make-mode-line-string):
13760         Use mode-line-highlight as mouse-face.
13761
13762 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13763
13764         * canlock.el (canlock): Change the parent group to news.
13765
13766         * deuglify.el (gnus-outlook-deuglify): Add :group.
13767
13768         * dig.el (dig): Add :group.
13769
13770         * dns-mode.el (dns-mode): Add :group.
13771
13772         * encrypt.el (encrypt): Add :group.
13773
13774         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13775         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13776         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13777         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13778         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13779
13780         * gnus-diary.el (gnus-diary): Add :group.
13781
13782         * gnus.el (gnus-group-news-1-face): Add :group.
13783         (gnus-group-news-1-empty-face): Ditto.
13784         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13785         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13786         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13787         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13788         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13789         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13790         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13791         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13792         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13793         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13794         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13795         (gnus-summary-high-ticked-face): Ditto.
13796         (gnus-summary-low-ticked-face): Ditto.
13797         (gnus-summary-normal-ticked-face): Ditto.
13798         (gnus-summary-high-ancient-face): Ditto.
13799         (gnus-summary-low-ancient-face): Ditto.
13800         (gnus-summary-normal-ancient-face): Ditto.
13801         (gnus-summary-high-undownloaded-face): Ditto.
13802         (gnus-summary-low-undownloaded-face): Ditto.
13803         (gnus-summary-normal-undownloaded-face): Ditto.
13804         (gnus-summary-high-unread-face): Ditto.
13805         (gnus-summary-low-unread-face): Ditto.
13806         (gnus-summary-normal-unread-face): Ditto.
13807         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13808         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13809
13810         * hashcash.el (hashcash): New custom group.
13811         (hashcash-default-payment): Add :group.
13812         (hashcash-payment-alist): Ditto.
13813         (hashcash-default-accept-payment): Ditto.
13814         (hashcash-accept-resources): Ditto.
13815         (hashcash-path): Ditto.
13816         (hashcash-extra-generate-parameters): Ditto.
13817         (hashcash-double-spend-database): Ditto.
13818         (hashcash-in-news): Ditto.
13819
13820         * message.el (message-minibuffer-local-map): Add :group.
13821
13822         * netrc.el (netrc): Add :group.
13823
13824         * sieve-manage.el (sieve-manage-log): Add :group.
13825         (sieve-manage-default-user): Diito.
13826         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13827         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13828         (sieve-manage-authenticators): Ditto.
13829         (sieve-manage-authenticator-alist): Ditto.
13830         (sieve-manage-default-port): Ditto.
13831
13832         * sieve-mode.el (sieve-control-commands-face): Add :group.
13833         (sieve-action-commands-face): Ditto.
13834         (sieve-test-commands-face): Ditto.
13835         (sieve-tagged-arguments-face): Ditto.
13836
13837         * smime.el (smime): Add :group.
13838
13839         * spam-report.el (spam-report): Add :group.
13840
13841         * spam.el (spam, spam-face): Add :group.
13842
13843 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13844
13845         * nntp.el (nntp-next-result-arrived-p): Some news servers may
13846         return \n.\n.\n at the end of articles.  Protect against that.
13847         (nntp-with-open-group): Allow debugging.
13848
13849         * nnheader.el (mail-header-set-extra): Make into a function
13850         because I just could't understand how to quote the list properly.
13851
13852         * dns.el (query-dns-cached): New function.
13853
13854 2005-05-26  Lute Kamstra  <lute@gnu.org>
13855
13856         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13857
13858 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13859
13860         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
13861
13862         * gnus-art.el: Don't autoload mail-extract-address-components.
13863
13864         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13865         eval-and-compile to evaluate it.
13866
13867         * hashcash.el: Don't autoload executable-find.
13868
13869         * nndb.el: Don't declare the nndb back end two or more times; don't
13870         autoload news-reply-mode, news-setup, cancel-timer and telnet.
13871
13872         * nntp.el: Autoload format-spec instead of format; use
13873         eval-and-compile to evaluate autoload forms.
13874
13875 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
13876
13877         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13878
13879 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13880
13881         * gnus.el (gnus-version-number): Bump version.
13882
13883 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13884
13885         * gnus.el: No Gnus v0.3 is released.
13886
13887 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13888
13889         * lpath.el (featurep): Bind show-nonbreak-escape.
13890
13891 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13892
13893         * gnus-art.el (gnus-article-edit-part): Disable undo.
13894
13895 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13896
13897         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13898         gnus-article-date-lapsed-new-header is t if date timer is active;
13899         skip headers in which the original date value is empty.
13900         (gnus-article-save-original-date): Redefine it as a macro.
13901         (gnus-display-mime): Use it.
13902
13903 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13904
13905         * gnus-art.el (article-date-ut): Support converting date in
13906         forwarded parts as well.
13907         (gnus-article-save-original-date): New function.
13908         (gnus-display-mime): Use it.
13909
13910 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
13911
13912         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
13913         enclosure element of <item>.
13914
13915 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
13916
13917         * message.el (message-kill-buffer-query): Renamed from
13918         `message-kill-buffer-query-if-modified'.  Added :version.
13919
13920 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13921
13922         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
13923         window layout.
13924
13925 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13926
13927         * mml.el: Autoload dnd when compiling.
13928
13929 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13930
13931         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
13932         x-dnd-*.
13933
13934 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13935
13936         * qp.el (quoted-printable-encode-region): Save excursion.
13937
13938 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
13939
13940         * message.el (message-kill-buffer-query-if-modified): Add new variable
13941         so the user can kill a modified message buffer quickly.
13942         (message-kill-buffer): Use it.
13943
13944 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13945
13946         * lpath.el: Fbind display-time-event-handler; don't fbind
13947         string-to-multibyte.
13948
13949         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
13950
13951 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13952
13953         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
13954         contained in text because xml.el decodes entities) with LFs.
13955
13956 2005-04-11  Lute Kamstra  <lute@gnu.org>
13957
13958         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
13959         differently.
13960
13961 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13962
13963         * mm-util.el (mm-detect-coding-region): Typo.
13964
13965 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13966
13967         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
13968
13969 2005-04-06  Deepak Goel  <deego@gnufans.org>
13970
13971         * spam-stat.el (spam-stat-score-buffer): Add a call to a
13972         user-function allow user modifications of the scores.
13973         (spam-stat-score-buffer-user): New function, to allow
13974         user-computed modifications to the score.
13975         (spam-stat-score-buffer-user-functions): List of additional
13976         scoring functions.
13977         (spam-stat-error-holder): Global temporary error holder.
13978         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
13979         variable.
13980
13981 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
13982
13983         * gnus-registry.el (gnus-registry-clean-empty-function)
13984         (gnus-registry-trim, gnus-registry-fetch-groups)
13985         (gnus-registry-delete-group): Groups that match
13986         `gnus-registry-ignored-groups' are removed from the registry
13987         entries, not just ignored for splitting.  This helps clean up the
13988         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
13989         to get all the groups a message ID is in.
13990
13991         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
13992         (spam-stat-split-fancy): Change "threshhold" to "threshold".
13993         (spam-stat-score-buffer-user-functions): Add :number custom type.
13994
13995 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13996
13997         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
13998         argument in XEmacs.
13999
14000         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14001         (nnrss-request-group): Decode group name first.
14002         (nnrss-request-article): Make a text/plain article if mml-to-mime
14003         failed.
14004         (nnrss-get-encoding): Return a compatible encoding according to
14005         nnrss-compatible-encoding-alist.
14006         (nnrss-find-el): Use consp instead of listp.
14007         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14008
14009 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14010
14011         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14012         which Emacs 20 doesn't support.
14013         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14014
14015 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14016
14017         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14018         silence the byte compiler inside the defun.
14019
14020         * gnus-demon.el (parse-time-string): Add autoload.
14021
14022         * gnus-delay.el (parse-time-string): Add autoload.
14023
14024         * gnus-art.el (parse-time-string): Add autoload.
14025
14026         * nnultimate.el (parse-time): Require for `parse-time-string'.
14027
14028 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14029
14030         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14031
14032         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14033
14034         * smime.el (smime-ldap-host-list): Add :version.
14035
14036 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14037
14038         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14039         pass it to `gnus-browse-read-group'.
14040         (gnus-browse-read-group): Add NUMBER argument and pass it to
14041         `gnus-group-read-ephemeral-group'.
14042
14043         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14044         argument and pass it to `gnus-group-read-group'.
14045
14046 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14047
14048         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14049         mm-xemacs-find-mime-charset-1 if we have the mule feature
14050         available at runtime.
14051
14052 2005-03-25  Werner Lemberg  <wl@gnu.org>
14053
14054         * nnmaildir.el: Replace `illegal' with `invalid'.
14055
14056 2005-03-23  Lute Kamstra  <lute@gnu.org>
14057
14058         * time-date.el: Add comment on time value formats.
14059         Don't require parse-time.
14060         (with-decoded-time-value): New macro.
14061         (encode-time-value): New function.
14062         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14063         (days-to-time): Return a valid time value when arg is huge.
14064         (time-since): Use time-subtract.
14065         (time-to-number-of-days): Use time-to-seconds.
14066
14067 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14068
14069         * gnus-start.el (gnus-display-time-event-handler):
14070         Check display-time-timer at runtime rather than only at load time
14071         in case display-time-mode is turned off in the mean time.
14072
14073 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14074
14075         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14076         used.
14077
14078         * nneething.el (nneething-map-file-directory): Derive from
14079         `gnus-directory'.
14080
14081         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14082         the To/Cc button.
14083
14084 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14085
14086         * nnmaildir.el (nnmaildir-request-accept-article):
14087         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14088
14089 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14090
14091         * gnus-async.el: Require timer-funcs at compile time when in
14092         XEmacs for `run-with-idle-timer'.
14093
14094 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14095
14096         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14097         autoloaded function.
14098
14099 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14100
14101         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14102
14103 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14104
14105         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14106
14107 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14108
14109         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
14110         gnus-expert-user to default.
14111
14112 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14113
14114         * nnimap.el (nnimap-open-server): Ditto.
14115
14116         * imap.el (imap-authenticate): Fix typo.
14117
14118 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14119
14120         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14121         buffer (since IMAP server might return FETCH response out of
14122         order, and the nntp buffer must be sorted).
14123
14124 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14125
14126         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
14127         comparison on string.
14128
14129         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14130         (gnus-agent-score): Renamed category keywords to match gnus-cus.
14131         (gnus-agent-summary-fetch-series): Modified to protect against
14132         gnus-agent-summary-fetch-group clearing processable flags.
14133         (gnus-agent-synchronize-group-flags): Update live group buffer as
14134         synchronization may occur due to the user toggle the plugged
14135         status.
14136         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14137         successfully downloaded.
14138         (gnus-agent-expire-group-1): Avoid using markers when the overview
14139         is in ascending order; greatly improves performance.
14140         (gnus-agent-regenerate-group): Use
14141         gnus-agent-synchronize-group-flags to reset read status in both
14142         gnus and server.
14143         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
14144
14145 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14146
14147         * message.el: Don't autoload former message-utils variables.
14148         (message-strip-subject-trailing-was): Change doc string.
14149
14150         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14151         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14152         (nnweb-google-search): Add "hl=en" here.
14153         (nnweb-google-parse-1, nnweb-google-create-mapping):
14154         Don't hardcode URL.
14155
14156 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14157
14158         * message.el (message-get-reply-headers, message-followup):
14159         Mention related variables `message-use-followup-to' and
14160         `message-use-mail-followup-to', in the information buffer.
14161
14162         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14163         of broken groups(-beta).google.com.
14164
14165 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14166
14167         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14168         parameter to invoked gnus-request-move-article; remove the
14169         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14170         all at once instead of once per article.
14171         (gnus-summary-remove-process-mark): Accept a list of articles as
14172         well as a single article for processing.
14173
14174         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14175         parameter.
14176
14177         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14178
14179         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14180
14181         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14182         parameter.
14183
14184         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14185         parameter.
14186
14187         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14188         parameter and remove the gnus-sum-hint-move-is-internal variable.
14189
14190         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14191         parameter.
14192
14193         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14194         parameter.
14195
14196         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14197         parameter.
14198
14199         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14200
14201         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14202         parameter.
14203
14204         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14205         parameter.
14206
14207 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14208
14209         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14210         a more conservative way.
14211
14212 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14213
14214         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14215         buffer, so it moves the window's cursor.
14216
14217 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14218
14219         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14220         `mm-dissect-multipart' and receive the from field as an (optional)
14221         argument from `mm-dissect-multipart'.
14222         (mm-dissect-multipart): Receive the from field as an argument and
14223         pass it on when we call `mm-dissect-buffer' on MIME parts.
14224         Fixes verification/decryption of signed/encrypted MIME parts.
14225
14226 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14227
14228         * gnus-sum.el (gnus-summary-move-article): Set
14229         gnus-sum-hint-move-is-internal for gnus-request-move-article and
14230         whatever it calls (right now, only nnimap-request-move article
14231         respects it).
14232
14233         * nnimap.el (nnimap-request-move-article): When
14234         gnus-sum-hint-move-is-internal is set, don't do the extra
14235         nnimap-request-article.
14236
14237 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14238
14239         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14240
14241         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14242         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14243
14244         * gnus-sum.el (gnus-summary-caesar-message):
14245         Apply `gnus-treat-article' after rotation.
14246
14247         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14248         doc string.
14249
14250 2005-02-22  Simon Josefsson  <jas@extundo.com>
14251
14252         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14253         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14254         <arne@arnested.dk>.
14255         (encrypt): Add password-cache and password-cache-expiry as group
14256         members.
14257
14258 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14259
14260         * smime.el (smime-ldap-host-list): Doc fix.
14261         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14262         cache) password.
14263         (smime-sign-region): Use it.
14264         (smime-decrypt-region): Use it.
14265         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14266         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14267         fails.
14268         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14269         certificate from DER to PEM format rather than calling openssl.
14270
14271         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14272
14273         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14274         for signing/encryption.
14275
14276         * mml.el (mml-parse-1): Use them.
14277
14278 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14279
14280         * nnrss.el (nnrss-verbose): Removed.
14281         (nnrss-request-group): Use `nnheader-message' instead.
14282
14283 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14284
14285         * nnrss.el (nnrss-verbose): New variable.
14286         (nnrss-request-group): Make it say nnrss is requesting a group.
14287
14288 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14289
14290         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14291         Handle news URL with given port correctly.
14292
14293 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14294
14295         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14296         containing special characters.
14297
14298         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14299
14300         * mml.el (mime-to-mml): Ditto.
14301
14302         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14303         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14304         (rfc2047-decode-region): Quote decoded words containing special
14305         characters when rfc2047-quote-decoded-words-containing-tspecials
14306         is non-nil.
14307
14308 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14309
14310         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14311
14312         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14313
14314 2005-02-15  Simon Josefsson  <jas@extundo.com>
14315
14316         * nnimap.el (nnimap-debug): Doc fix.
14317
14318         * imap.el (imap-debug): Doc fix.
14319
14320 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14321
14322         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14323
14324 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14325
14326         * gnus.el (spam-contents): Improve docs for spam-contents
14327         parameter in its variable incarnation.
14328
14329 2005-02-14  Simon Josefsson  <jas@extundo.com>
14330
14331         * smime-ldap.el: Use require instead of load-library for ldap.
14332         (smime-ldap-search): Indent.
14333         (smime-ldap-search-internal): Shorten line.
14334
14335         * smime.el (smime-cert-by-dns): Add doc-string.
14336         (smime-cert-by-ldap-1): Indent.
14337
14338         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
14339         mml-smime-get-dns-ldap.
14340         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14341
14342 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14343
14344         * smime.el: Require smime-ldap.
14345         (smime-ldap-host-list): New variable.
14346         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14347
14348         * mml-smime.el (mml-smime-encrypt-query): New function.
14349         (mml-smime-encrypt-query): Use it.
14350
14351         * smime-ldap.el: New file.
14352
14353 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14354
14355         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14356
14357 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14358
14359         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14360         argument in doc string.  Make query for type more clear.
14361
14362 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14363
14364         * gnus.el (gnus-group-startup-message): Search for gnus images in
14365         etc/images/gnus.
14366         * mm-util.el (mm-image-load-path): Likewise.
14367         * smiley.el (smiley-data-directory): Search for smilies in
14368         etc/images/smilies.
14369
14370 2005-02-09  Kim F. Storm  <storm@cua.dk>
14371
14372         Change Emacs release version from 21.4 to 22.1 throughout.
14373         Change Emacs development version from 21.3.50 to 22.0.50.
14374
14375 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14376
14377         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14378
14379         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14380         non-Mule XEmacs as well.
14381         (mm-decompress-buffer): Signal an error intentionally if it does
14382         not decompress compressed data because auto-compression-mode is
14383         disabled.
14384
14385 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14386
14387         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14388         an ID in the registry even if it has no groups.
14389
14390 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14391
14392         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14393         merge it into mm-decompress-buffer.
14394         (gnus-mime-copy-part): Use the MIME part charset, the value which
14395         a user specified or gnus-newsgroup-charset for decoding, like
14396         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14397         save-buffer what was used.  Suggested by Kevin Ryde
14398         <user42@zip.com.au>.
14399         (gnus-mime-inline-part): Allow the name parameter as well as the
14400         filename parameter; force decompressing of compressed data; always
14401         display contents being not decoded as unibyte.
14402
14403         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14404         as well as the filename parameter.
14405
14406         * mm-util.el (mm-decompress-buffer): Merge
14407         gnus-mime-jka-compr-maybe-uncompress.
14408         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14409         of compressed data.
14410
14411 2005-02-08  Simon Josefsson  <jas@extundo.com>
14412
14413         * imap.el (imap-log): Doc fix.
14414
14415 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14416
14417         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14418         the coding cookies; decompress compressed parts.
14419
14420         * mml.el (mml-generate-mime-1): Add the charset parameter according
14421         to the value which a user specified manually or the coding cookie.
14422
14423         * mm-util.el (mm-string-to-multibyte): New function.
14424         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14425         (mm-coding-system-to-mime-charset): New function.
14426         (mm-decompress-buffer): New function.
14427         (mm-find-buffer-file-coding-system): New function.
14428
14429         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14430         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14431         parts.
14432
14433 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14434
14435         * mm-view.el (mm-display-inline-fontify): Decode a part according
14436         to the charset parameter.
14437
14438 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14439
14440         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14441         prefix arg is neither nil nor a number, as info specifies.
14442
14443 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14444
14445         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14446         timestamps.
14447
14448 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14449
14450         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14451         groups error checking and notify user.
14452
14453 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14454
14455         * message.el (message-send-mail-function): Check existence of
14456         sendmail-program first before using default value
14457         `message-send-mail-with-sendmail'.  Otherwise use more generic
14458         `smtpmail-send-it'.
14459
14460 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14461
14462         * nntp.el (nntp-request-update-info): Always return nil.
14463
14464 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14465
14466         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14467
14468 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14469
14470         * message.el (message-beginning-of-line): Change the behavior when
14471         invoked between BOL and : so that it first moves backward.
14472
14473 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14474
14475         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14476         article buffer when editing of the article is discarded.
14477         (gnus-article-prepare): Revert.
14478
14479 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14480
14481         * gnus-art.el (gnus-article-prepare):
14482         Remove message-strip-forbidden-properties from the local hook.
14483
14484 2005-01-27  Simon Josefsson  <jas@extundo.com>
14485
14486         * password.el (password-cache-add): Only start one timer per key.
14487         Reported by Derek Atkins <warlord@MIT.EDU>.
14488
14489 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14490
14491         * run-at-time.el: Removed.  It is no longer needed as
14492         timer-funcs.el in the xemacs-base package has a working version of
14493         `run-at-time'.
14494
14495         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
14496
14497         * password.el: Require timer-funcs instead of run-at-time in
14498         XEmacs.
14499         Remove `password-run-at-time' macro.
14500         (password-cache-add): Use `run-at-time' instead of
14501         `password-run-at-time'.
14502
14503         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
14504         Remove `nnheader-cancel-function-timers' alias,
14505         `cancel-function-timers' exists in XEmacs in timer-funcs.
14506
14507         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14508         for `run-with-idle-timer'.
14509
14510         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14511         for `run-at-time'.
14512
14513         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14514         for `with-timeout'.
14515
14516         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
14517         the same as for XEmacs 21.4.
14518         No need to ignore `run-with-idle-timer', this function exists in
14519         XEmacs now in timer-funcs.el in the xemacs-base package.
14520         (dgnushack-compile): No need to delete
14521         run-at-time.el from the list of files to compile because it
14522         doesn't exist anymore.
14523
14524 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14525
14526         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14527         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14528
14529 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14530
14531         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14532         sensitively.
14533
14534 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14535
14536         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14537
14538 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14539
14540         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14541         which will be inserted according to the multibyteness of a buffer
14542         rather than the type of contents.  Suggested by ARISAWA Akihiro
14543         <ari@mbf.ocn.ne.jp>.
14544
14545         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14546         of string which old xml.el may return rather than a string.
14547
14548 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14549
14550         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14551
14552 2005-01-16  Simon Josefsson  <jas@extundo.com>
14553
14554         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14555         idn/idna.el isn't available.
14556         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14557         <michael@waxrat.com>.
14558
14559         * hashcash.el: Remove non-FSF copyright header.
14560
14561         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14562         (hashcash-generate-payment): Use it.
14563         (hashcash-generate-payment-async): Use it.
14564
14565 2005-01-15  Simon Josefsson  <jas@extundo.com>
14566
14567         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14568         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14569
14570         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14571         gnus-summary-idna-message.
14572         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14573         (gnus-summary-idna-message): New function.
14574
14575 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14576
14577         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14578         gnus-novice-user.
14579
14580 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14581
14582         * nnrss.el (nnrss-request-delete-group): Delete entries in
14583         nnrss-group-alist as well.
14584         (nnrss-save-server-data): Insert newline.
14585
14586 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14587
14588         * gnus.el (gnus-user-agent): Use list of symbols instead of
14589         symbols.  Display full version number for (S)XEmacs.  Optionally
14590         display (S)XEmacs codename.
14591
14592         * gnus-util.el (gnus-emacs-version): Update for new
14593         `gnus-user-agent'.
14594
14595         * gnus-msg.el (gnus-extended-version): Make it possible to omit
14596         Gnus version.
14597
14598 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14599
14600         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
14601         which is unreadable in some setups.
14602
14603 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14604
14605         * gnus-spec.el (gnus-update-format-specifications): Flush the
14606         group format spec cache if it doesn't support decoded group names.
14607
14608 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14609
14610         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14611         Allow to apply decay on score files matching a regexp.
14612
14613 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14614
14615         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14616         compatibility in %g and %c.
14617
14618 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14619
14620         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14621         name for only %g and %c.
14622         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14623         of gnus-tmp-group to decoded group name.
14624         (gnus-group-make-rss-group): Exclude `/'s from group names.
14625
14626 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14627
14628         * nnrss.el (nnrss-get-encoding): Fix regexp.
14629
14630 2004-12-27  Simon Josefsson  <jas@extundo.com>
14631
14632         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14633         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14634         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
14635
14636 2004-12-17  Kim F. Storm  <storm@cua.dk>
14637
14638         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14639
14640         * gnus-sum.el (gnus-summary-mode-map): Likewise.
14641
14642 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14643
14644         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14645
14646 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14647
14648         * nnrss.el: Require rfc2047 and mml.
14649         (nnrss-file-coding-system): New variable.
14650         (nnrss-format-string): Redefine it as an inline function.
14651         (nnrss-decode-group-name): New function.
14652         (nnrss-string-as-multibyte): Remove.
14653         (nnrss-retrieve-headers): Decode group name; don't use
14654         nnrss-format-string.
14655         (nnrss-request-group): Decode group name.
14656         (nnrss-request-article): Decode group name; allow a Message-ID as
14657         well as an article number; don't use nnrss-format-string; encode a
14658         Message-ID string which may contain non-ASCII characters; use
14659         mml-to-mime to compose a MIME article.
14660         (nnrss-request-expire-articles): Decode group name.
14661         (nnrss-request-delete-group): Decode group name.
14662         (nnrss-fetch): Clarify error message.
14663         (nnrss-read-server-data): Use insert-file-contents instead of load;
14664         bind file-name-coding-system; use multibyte buffer.
14665         (nnrss-save-server-data): Bind coding-system-for-write to the
14666         value of nnrss-file-coding-system; bind file-name-coding-system;
14667         add coding cookie.
14668         (nnrss-read-group-data): Use insert-file-contents instead of load;
14669         bind file-name-coding-system; use multibyte buffer.
14670         (nnrss-save-group-data): Bind coding-system-for-write to the
14671         value of nnrss-file-coding-system; bind file-name-coding-system.
14672         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14673         make it work with non-ASCII text.
14674         (nnrss-find-el): Make it work with old xml.el as well.
14675
14676 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14677
14678         * nnrss.el (nnrss-get-encoding): New function.
14679         (nnrss-fetch): Use unibyte buffer initially; bind
14680         coding-system-for-read while performing mm-url-insert; remove ^Ms;
14681         decode contents according to the encoding attribute.
14682         (nnrss-save-group-data): Add coding cookie.
14683         (nnrss-mime-encode-string): New function.
14684         (nnrss-check-group): Use it to encode subject and author.
14685
14686 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
14687
14688         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14689         imaginary variable.
14690
14691 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14692
14693         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14694         correctly even if there are wide characters.
14695
14696 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14697
14698         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14699         downcased symbol names; make a new cache instead of reusing
14700         bbdb-hashtable.
14701
14702 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14703
14704         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14705         concatenating segments rather than before concatenating them.
14706         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14707
14708         * message.el (message-get-reply-headers): Bind `extra'.
14709
14710 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14711
14712         * message.el (message-extra-wide-headers): New variable.
14713         (message-get-reply-headers): Use it.
14714
14715 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14716
14717         * gnus-agent.el (gnus-agent-group-path): Decode group name.
14718         (gnus-agent-group-pathname): Ditto.
14719
14720         * gnus-cache.el (gnus-cache-file-name): Decode group name.
14721
14722         * gnus-group.el (gnus-group-make-group): Decode group name.
14723         (gnus-group-make-rss-group): Register the group data after opening
14724         the nnrss group.
14725
14726 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
14727
14728         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14729         by expiry now get marked as read.
14730
14731 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14732
14733         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14734
14735 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
14736
14737         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14738         unify Latin characters in XEmacs.
14739         (mm-find-mime-charset-region): Use it.
14740
14741 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14742
14743         * gnus-util.el (gnus-delete-directory): New function.
14744
14745         * gnus-agent.el (gnus-agent-delete-group): Use it.
14746
14747         * gnus-cache.el (gnus-cache-delete-group): Use it.
14748
14749 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14750
14751         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14752         names.
14753
14754 2004-12-16  Simon Josefsson  <jas@extundo.com>
14755
14756         * hashcash.el (hashcash-payment-alist): Fix custom :type.
14757
14758 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14759
14760         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14761
14762         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14763         (gnus-group-set-current-level): Decode group name.
14764
14765 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
14766
14767         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14768         failed.
14769
14770 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14771
14772         * gnus-group.el (gnus-group-delete-group): Decode group name.
14773         (gnus-group-make-rss-group): Encode group name.
14774         (gnus-group-catchup-current): Decode group name.
14775         (gnus-group-kill-group): Decode group name.
14776
14777 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14778
14779         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14780
14781 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14782
14783         * gnus-group.el (gnus-group-make-rss-group):
14784         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14785
14786         * gnus-start.el (gnus-setup-news): Honor user's setting to
14787         gnus-message-archive-method.  Suggested by Lute Kamstra
14788         <lute@gnu.org>.
14789
14790 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
14791
14792         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14793         global counterparts of the buffer-local variables.
14794
14795 2004-11-16  Romain Francoise  <romain@orebokech.com>
14796
14797         * gnus-sum.el (gnus-summary-exit): Don't clear the global
14798         counterparts of the buffer-local variables.
14799
14800 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14801
14802         * message.el (message-forbidden-properties): Fixed typo in doc
14803         string.
14804
14805 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14806
14807         * gnus-util.el (gnus-replace-in-string): Added doc string.
14808
14809         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14810         to avoid problems when splitting mails with many recipients.
14811
14812 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14813
14814         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14815         pop-to-buffer, covered by the subsequent gnus-configure-windows.
14816
14817 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
14818
14819         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14820         if there is no hashtable in memory or file modification time is
14821         newer than cached timestamp.
14822
14823 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14824
14825         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
14826         not-matching option.
14827
14828 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
14829
14830         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14831         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14832         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14833         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14834         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
14835         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14836
14837 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14838
14839         * message.el (message-forward-make-body-mml): Remove headers
14840         according to message-forward-ignored-headers if a message is decoded.
14841
14842 2004-12-02  Romain Francoise  <romain@orebokech.com>
14843
14844         * message.el (message-forward-make-body-plain): Always remove
14845         headers according to message-forward-ignored-headers.
14846
14847 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
14848
14849         * spam.el (spam-summary-prepare-exit): Remove the
14850         gnus-summary-limit pop for now, it has problems with ham marks for
14851         me.
14852
14853 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
14854
14855         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14856         correctly.
14857
14858 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
14859
14860         * format-spec.el (format-spec): Message the char.
14861
14862 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
14863
14864         * gnus-art.el (gnus-split-methods): Reformat comments.
14865
14866         * spam.el (spam-summary-prepare-exit): Remove article limits
14867         before exiting the summary buffer.
14868
14869 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14870
14871         * lpath.el: Remove bbdb-create-internal, bbdb-records,
14872         spam-BBDB-register-routine and spam-enter-ham-BBDB.
14873
14874         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14875         order to silence the byte compiler.
14876
14877         * spam.el: Fix the way to silence the byte compiler, which
14878         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14879         bbdb-search-simple, spam-BBDB-register-routine,
14880         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14881         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14882         spam-stat-buffer-is-spam, spam-stat-load,
14883         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14884         spam-stat-save and spam-stat-split-fancy.
14885
14886 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14887
14888         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14889         which may confuse users.
14890         (canlock-password-for-verify): Ditto.
14891
14892         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14893
14894         * gnus-art.el (gnus-emphasis-alist): Ditto.
14895
14896         * gnus-registry.el (gnus-registry-max-entries): Ditto.
14897
14898         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14899
14900         * gnus-start.el (gnus-save-killed-list): Ditto.
14901
14902         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14903         (gnus-sum-thread-tree-root): Ditto.
14904         (gnus-sum-thread-tree-false-root): Ditto.
14905         (gnus-sum-thread-tree-single-indent): Ditto.
14906
14907         * message.el (message-courtesy-message): Ditto.
14908         (message-archive-note): Ditto.
14909         (message-subscribed-address-file): Ditto.
14910         (message-user-fqdn): Ditto.
14911
14912         * spam-report.el (spam-report-gmane-regex): Ditto.
14913
14914         * spam.el (spam-blackhole-good-server-regex): Ditto.
14915
14916 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14917
14918         * mml.el (mml-preview): Widen the message buffer before copying
14919         the contents to the preview buffer; sort headers before previewing.
14920
14921         * message.el (message-hidden-headers): Fix the way to avoid a bug
14922         in the `repeat' widget in Emacs 21.3 or earlier.
14923
14924 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14925
14926         * message.el (message-hidden-headers): Default to "^References:".
14927         Improve customization type.  Suggested by Reiner Steib
14928         <Reiner.Steib@gmx.de>.
14929
14930 2004-11-25  Romain Francoise  <romain@orebokech.com>
14931
14932         * message.el (message-strip-forbidden-properties): Remove check for
14933         obsolete `message-hidden' text property, hidden headers are not
14934         accessible in the buffer anymore.
14935
14936 2004-11-22  Romain Francoise  <romain@orebokech.com>
14937
14938         * message.el (message-header-format-alist): Add `From' in list
14939         so that it can be sorted.
14940         (message-fix-before-sending): Widen and sort headers before
14941         sending.
14942         (message-hide-headers): Use narrowing to hide headers by moving
14943         them to the top of the buffer and narrowing to the region
14944         underneath.
14945
14946 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14947
14948         * message.el (message-strip-forbidden-properties): Bind
14949         buffer-read-only (etc) to nil.
14950
14951 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14952
14953         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
14954         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14955
14956 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
14957
14958         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
14959
14960 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14961
14962         * dns.el (query-dns): Use sit-for to time instead of
14963         accept-process-output, since that doesn't seem to work on udp
14964         sockets.
14965
14966 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14967
14968         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
14969
14970 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
14971
14972         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
14973         doc string.  Improve doc string.
14974
14975 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14976
14977         * nntp.el (nntp-request-update-info): Return nil if
14978         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
14979         may not call gnus-activate-group which uselessly issues the GROUP
14980         commands for all nntp groups and wastes time.  Reported by Romain
14981         Francoise <romain@orebokech.com>.
14982
14983         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
14984
14985 2004-11-15  Simon Josefsson  <jas@extundo.com>
14986
14987         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
14988         headers separately.
14989         (gnus-button-openpgp): New function, inspired by Jochen Küpper
14990         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
14991
14992 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14993
14994         * gnus-start.el (gnus-convert-old-newsrc):
14995         Assign legacy-gnus-agent to 5.10.7.
14996
14997 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14998
14999         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15000         start of the lines.
15001
15002 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15003
15004         * hashcash.el (hashcash-default-payment): Change default to 20.
15005         (hashcash-default-accept-payment): Change default to 20.
15006         (hashcash-process-alist): New variable.
15007         (hashcash-generate-payment-async): Add.
15008         (hashcash-already-paid-p): Add.
15009         (hashcash-insert-payment): Don't generate payments twice.
15010         (hashcash-insert-payment-async): Add.
15011         (hashcash-insert-payment-async-2): Add.
15012         (hashcash-cancel-async): Add.
15013         (hashcash-wait-async): Add.
15014         (hashcash-processes-running-p): Add.
15015         (hashcash-wait-or-cancel): Add.
15016         (mail-add-payment): New optional argument.  Conditionally start
15017         asynchronous calculation.
15018         (mail-add-payment-async): Add.
15019
15020         * message.el (message-send-mail): Wait for asynchronous hashcash
15021         results.  Don't clobber existing X-Hashcash headers.
15022         (message-setup-1): Call mail-add-payment-async when
15023         message-generate-hashcash is non-nil.
15024
15025 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15026
15027         * message.el (message-use-alternative-email-as-from): Examine the
15028         From header as well; use message-make-from in order to include a
15029         user's full name.
15030
15031 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15032
15033         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15034         default; improve customization type.
15035         (gnus-emphasis-custom-with-format): New macro.
15036         (gnus-emphasis-custom-value-to-external): New function.
15037         (gnus-emphasis-custom-value-to-internal): New function.
15038
15039 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15040
15041         * dns.el (query-dns): Resolve reverse addresses.
15042
15043 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15044
15045         * gnus-group.el (gnus-group-get-new-news): Use it.
15046
15047         * gnus-start.el (gnus-check-reasonable-setup): New function.
15048
15049 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15050
15051         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15052         "Args out of range" error.  Reported by Arnaud Giersch
15053         <arnaud.giersch@free.fr>.
15054
15055 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15056
15057         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15058
15059 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15060
15061         * spam.el (spam group): Add :version.
15062
15063         * pgg-def.el (pgg group): Add :version.
15064
15065 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15066
15067         * gnus-art.el (gnus-article-edit-article): Don't associate the
15068         article buffer with a draft file.  This is a temporary measure
15069         against the 2004-08-22 change to gnus-article-edit-mode.
15070
15071 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15072
15073         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15074         (html2text-format-tags): Remove unused variable `attr'.
15075
15076 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15077
15078         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15079
15080         * tls.el (tls-process-connection-type, tls-success)
15081         (tls-certtool-program): Add :version.
15082
15083         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
15084         (starttls-extra-arguments, starttls-process-connection-type)
15085         (starttls-connect, starttls-failure, starttls-success): Add :version.
15086
15087         * spam-stat.el (spam-stat): Add :version.
15088
15089         * sieve.el (sieve): Add :version.
15090
15091         * sha1.el (sha1): Add :version.
15092         (sha1-use-external): Remove redundant version.
15093
15094         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15095         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15096         (nnmail-split-fancy-match-partial-words)
15097         (nnmail-split-lowercase-expanded): Add :version.
15098
15099         * nndiary.el (nndiary): Add :version.
15100
15101         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15102
15103         * mml-sec.el (mml-default-sign-method)
15104         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15105         Add :version.
15106
15107         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15108
15109         * mm-url.el (mm-url-use-external, mm-url-program)
15110         (mm-url-arguments): Add :version.
15111
15112         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15113         (mm-attachment-file-modes, mm-decrypt-option)
15114         (mm-w3m-safe-url-regexp): Add :version.
15115
15116         * message.el (message-cite-prefix-regexp)
15117         (message-sendmail-envelope-from, message-minibuffer-local-map)
15118         (message-user-fqdn, message-completion-alist): Add :version.
15119
15120         * gnus-win.el (gnus-configure-windows-hook)
15121         (gnus-use-frames-on-any-display): Add :version.
15122
15123         * gnus-art.el (gnus-article-address-banner-alist)
15124         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15125         (gnus-treat-from-picon, gnus-treat-mail-picon)
15126         (gnus-treat-x-pgp-sig): Add :version.
15127
15128         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15129         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15130         (gnus-summary-article-delete-hook)
15131         (gnus-summary-display-while-building): Add :version.
15132
15133         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15134         (gnus-get-top-new-news-hook): Add :version.
15135
15136         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15137         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15138
15139         * gnus-registry.el (gnus-registry): Add :version.
15140
15141         * gnus-spec.el (gnus-use-correct-string-widths)
15142         (gnus-make-format-preserve-properties): Add :version.
15143
15144         * gnus.el (gnus-group-charter-alist)
15145         (gnus-group-fetch-control-use-browse-url)
15146         (gnus-install-group-spam-parameters): Add :version.
15147
15148         * gnus-diary.el (gnus-diary): Add :version.
15149
15150         * gnus-delay.el (gnus-delay): Add :version.
15151
15152         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15153         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15154         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15155         Add :version.
15156
15157         * gnus-agent.el (gnus-agent-max-fetch-size)
15158         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15159         (gnus-agent-prompt-send-queue): Add :version.
15160
15161         * deuglify.el (gnus-outlook-deuglify): Add :version.
15162
15163         * html2text.el: Beautify code.  Improve doc strings.  Some
15164         checkdoc cleanup.
15165         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15166
15167 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15168
15169         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15170
15171 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15172
15173         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15174         when package is loaded.
15175
15176         * spam.el (spam-summary-score-preferred-header): Add global preference
15177         for people who want to override the default SpamAssassin over
15178         Bogofilter preference (when both are set).
15179         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15180         (spam-user-format-function-S): Check
15181         spam-summary-score-preferred-header.
15182         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15183         (spam-user-format-function-S): Format the score correctly.
15184
15185 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15186
15187         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15188         signature file.  Suggested by Manoj Srivastava
15189         <srivasta@golden-gryphon.com>.
15190
15191         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15192         iso-2022-jp even in the Japanese language environment.
15193         Suggested by Jason Rumney <jasonr@gnu.org>.
15194
15195 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15196
15197         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15198         use the same characters as the dummy marks; make it free from
15199         getting affected by the language environment.
15200         (gnus-summary-read-group-1): Update mark positions only when the
15201         format spec is updated.
15202
15203         * gnus-spec.el (gnus-update-format-specifications): Return a list
15204         of updated types.
15205
15206 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15207
15208         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15209         of boundp to check if display-warning is available.
15210
15211 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15212
15213         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15214
15215 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15216
15217         * nnspool.el (nnspool-spool-directory): Use news-path if the
15218         news-directory variable is not bound.
15219
15220         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15221         function instead of display-warning if it is not available.
15222
15223 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15224
15225         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15226         v5-10: Use `point-at-bol'.
15227
15228 2004-10-26  Simon Josefsson  <jas@extundo.com>
15229
15230         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15231         <chenggao@gmail.com>.
15232
15233 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15234
15235         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15236         instead.
15237
15238 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15239
15240         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15241         to remove a server from the nnimap-server-buffer-alist.
15242         (nnimap-open-connection, nnimap-close-server): Use it.
15243
15244         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15245
15246 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15247
15248         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15249         running the major-mode function.
15250
15251 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15252
15253         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15254         dummy marks in the right way.
15255
15256 2004-10-18  David Edmondson  <dme@dme.org>
15257
15258         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15259         excessively.
15260
15261 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15262
15263         * gnus-util.el (gnus-split-references): Accept a nil references
15264         string and go on blissfully.
15265
15266         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15267         cases where the references string is non-nil but has no references.
15268
15269         * encrypt.el: Add autoload tags.
15270
15271         * spam.el (spam-resolve-registrations-routine): Remove article
15272         from unregistration list too.  Reported by David Hanak
15273         <dhanak@isis.vanderbilt.edu>
15274
15275 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15276
15277         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15278         nil.  Changed custom type.
15279
15280 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15281
15282         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15283
15284         * gnus-sum.el (gnus-summary-move-article): Use it.
15285
15286 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15287
15288         * encrypt.el: Add autoload cookies.
15289
15290         * spam.el (spam-backend-article-list-property)
15291         (spam-backend-get-article-todo-list)
15292         (spam-backend-put-article-todo-list)
15293         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15294         Resolve registrations separately.
15295         (spam-register-routine): Format comments.
15296         (spam-unregister-routine, spam-register-routine): Always call with
15297         specific-articles, no default list.
15298         (spam-summary-prepare-exit): Use the spam-classifications function.
15299
15300         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15301         gnus-encrypt.el.
15302
15303         * encrypt.el: Copied from gnus-encrypt.el.
15304
15305         * gnus-encrypt.el: Commented that it's obsolete.
15306
15307 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15308
15309         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15310         (gnus-score-save): Use it.
15311
15312         * message.el (message-bury): Use `window-dedicated-p'.
15313
15314 2004-10-15  Simon Josefsson  <jas@extundo.com>
15315
15316         * pop3.el (top-level): Don't require nnheader.
15317         (pop3-read-timeout): Add.
15318         (pop3-accept-process-output): Add.
15319         (pop3-read-response, pop3-retr): Use it.
15320
15321 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15322
15323         * spam.el (spam-register-routine): Move comment.
15324         (spam-verify-bogofilter): Use 'unknown for the initial
15325         spam-bogofilter-valid state, not 'never.
15326
15327         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15328         for netrc-machine.
15329
15330         * nnimap.el (nnimap-open-connection): Use
15331         netrc-machine-user-or-password.
15332
15333 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15334
15335         * gnus-registry.el (gnus-registry-unload-hook):
15336         Set as a variable with add-hook.
15337
15338         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15339         of news-path.
15340
15341         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15342
15343         * spam.el: Delete duplicate `provide'.
15344         (spam-unload-hook): Set as a variable with add-hook.
15345
15346 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15347
15348         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15349         in the doc string.
15350
15351         * message.el (message-ignored-news-headers)
15352         (message-ignored-supersedes-headers)
15353         (message-ignored-resent-headers)
15354         (message-forward-ignored-headers): Improve custom type.
15355
15356 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15357
15358         * message.el (message-tokenize-header): Fix 2004-09-06 change
15359         which used point-min in the wrong place.
15360
15361 2004-10-12  Simon Josefsson  <jas@extundo.com>
15362
15363         * tls.el (tls-certtool-program): New variable.
15364         (tls-certificate-information): New function, based on
15365         ssl-certificate-information.
15366
15367 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15368
15369         * compface.el: Move the version of ELisp-based uncompface program
15370         to the contrib directory because of the copyright problem.
15371
15372 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15373
15374         * message.el (message-kill-buffer): Raise the current frame.
15375
15376 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15377
15378         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15379
15380         * gnus.el (message-y-or-n-p): Autoload.
15381
15382         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15383         (pop3-password-required, pop3-authentication-scheme)
15384         (pop3-leave-mail-on-server): Made customizable.
15385         (pop3): New custom group.
15386         (pop3-retr): Remove `sleep-for' statements.
15387         Suggested by Dave Love <fx@gnu.org>.
15388
15389         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15390         Windows/DOS.
15391
15392         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15393         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
15394         Dave Love <fx@gnu.org>.
15395
15396         * mml.el (mml-minibuffer-read-disposition): Require match.
15397         Suggested by Dave Love <fx@gnu.org>.
15398
15399 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15400
15401         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15402         doc string.
15403
15404 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15405
15406         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15407
15408 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15409
15410         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15411         instead of calling `mm-insert-inline', to decode text/* parts
15412         before displaying them.
15413
15414 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15415
15416         * mm-uu.el (mm-uu-text-plain-type): New variable.
15417         (mm-uu-pgp-signed-extract-1): Use it.
15418         (mm-uu-pgp-encrypted-extract-1): Use it.
15419         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15420         bind mm-uu-text-plain-type with that value.
15421         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15422         mm-uu-dissect.
15423
15424 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15425
15426         * gnus-group.el (gnus-update-group-mark-positions):
15427         * gnus-sum.el (gnus-update-summary-mark-positions):
15428         * message.el (message-check-news-body-syntax):
15429         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15430         of string-as-multibyte.
15431
15432 2004-10-05  Juri Linkov  <juri@jurta.org>
15433
15434         * gnus-group.el (gnus-update-group-mark-positions):
15435         * gnus-sum.el (gnus-update-summary-mark-positions):
15436         * message.el (message-check-news-body-syntax):
15437         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15438         8-bit unibyte values to a multibyte string for search functions.
15439
15440 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15441
15442         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15443         (mm-uu-dissect-text-parts): New function.
15444
15445         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15446         dissect text parts.
15447
15448         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15449         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15450
15451         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15452
15453         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
15454         gnus-current-topics instead of gnus-current-topic.
15455
15456 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15457
15458         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15459
15460 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15461
15462         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15463         where approriate.
15464
15465         * nnml.el (nnml-generate-active-info): do.
15466
15467         * nndiary.el (nndiary-generate-active-info): do.
15468
15469         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15470         (gnus-topic-move): do.
15471
15472         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15473         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15474
15475         * gnus-srvr.el (gnus-server-prepare)
15476         (gnus-server-open-all-servers): do.
15477
15478         * gnus-msg.el (gnus-summary-cancel-article)
15479         (gnus-summary-resend-message)
15480         (gnus-summary-mail-crosspost-complaint): do.
15481
15482         * gnus-move.el (gnus-change-server): do.
15483
15484         * gnus-group.el (gnus-group-unmark-all-groups)
15485         (gnus-group-set-current-level): do.
15486
15487 2004-10-04  Simon Josefsson  <jas@extundo.com>
15488
15489         * message.el (message-generate-hashcash): Doc fix.
15490
15491 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15492
15493         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15494         avoid infinite recursion via gnus-get-function.
15495
15496 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15497
15498         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15499
15500         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15501
15502         * nnmail.el (nnmail-split-history): do.
15503
15504         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15505         (nnml-request-delete-group): do.
15506
15507         * nnslashdot.el (nnslashdot-read-groups): do.
15508
15509         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15510         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15511
15512         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15513         (nnspool-sift-nov-with-sed): Use last.
15514         (nnspool-retrieve-headers-with-nov): Use mapc.
15515         (nnspool-request-newgroups): Use dolist.
15516         (nnspool-request-group): Use last.
15517
15518         * nntp.el (nntp-read-server-type): Use dolist.
15519
15520         * nnvirtual.el (nnvirtual-create-mapping)
15521         (nnvirtual-update-read-and-marked): Use dolist.
15522         (nnvirtual-convert-headers): Simplify.
15523
15524 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15525
15526         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
15527         support for sync'ing tick marks.
15528
15529 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15530
15531         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15532         there's no visible header.
15533
15534 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15535
15536         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
15537         necessary, pass full group name to gnus-request-set-marks.
15538
15539 2004-10-01  Simon Josefsson  <jas@extundo.com>
15540
15541         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15542         acroread.
15543
15544 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15545
15546         * spam-report.el (spam-report-gmane): Fix interactive.
15547
15548         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15549
15550         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15551         when writing file.
15552         (gnus-agent-synchronize-flags): Don't default to being
15553         interactive.
15554
15555 2004-09-30  Simon Josefsson  <jas@extundo.com>
15556
15557         * message.el (message-generate-hashcash): Add.
15558         (message-send-mail): Use it, call mail-add-payment.
15559
15560 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15561
15562         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15563
15564 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15565
15566         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
15567         gnus-requst-update-info with explicit code to sync the in-memory
15568         info read flags with the marks being sync'd to the backend.
15569
15570         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
15571
15572 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15573
15574         * spam.el (spam-verify-bogofilter): Add new function.
15575         (spam-check-bogofilter)
15576         (spam-bogofilter-register-with-bogofilter): Use it.
15577         (spam-verify-bogofilter): Add small fixes.
15578
15579 2004-09-28  Simon Josefsson  <jas@extundo.com>
15580
15581         * hashcash.el (hashcash-generate-payment): Revert.
15582
15583 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15584
15585         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
15586         gnus-extract-references instead of gnus-split-references.
15587
15588         * gnus-util.el (gnus-extract-references): Add new function, analogous
15589         to gnus-split-references but extracts only the message-ID without
15590         anything extra.
15591
15592         * hashcash.el (hashcash-generate-payment)
15593         (hashcash-check-payment): Do the right thing if hashcash-path is
15594         nil (because the hashcash program could not be found).
15595
15596         * spam.el (spam-use-hashcash): Remove comment.
15597
15598 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
15599
15600         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15601         (gnus-cache-enter-article, gnus-cache-remove-article)
15602         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15603
15604         * gnus-async.el (gnus-async-prefetch-remove-group): do.
15605
15606         * gnus-art.el (article-hide-boring-headers)
15607         (article-translate-strings, article-display-face)
15608         (gnus-article-mime-match-handle-first)
15609         (gnus-article-highlight-headers)
15610         (gnus-article-add-buttons-to-head): do.
15611
15612 2004-09-27  Simon Josefsson  <jas@extundo.com>
15613
15614         * hashcash.el: New version, from
15615         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
15616         ../contrib/.
15617
15618 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15619
15620         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15621
15622 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
15623
15624         * gnus-dup.el (gnus-dup-open): Use mapc.
15625         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15626
15627         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15628         Reported by Stefan Wiens <s.wi@gmx.net>.
15629
15630         * gnus.el (gnus-shutdown): Use dolist.
15631
15632         * gnus-undo.el (gnus-undo): Use mapc.
15633
15634         * nnrss.el (nnrss-generate-active): do.
15635
15636         * message.el (message-cite-original-without-signature)
15637         (message-cite-original): Use mapc.
15638         (message-do-actions, message-make-forward-subject): Use dolist.
15639
15640 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15641
15642         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
15643         deletion to remove entire duplicate line.  Fixes merged article
15644         number bug.
15645
15646 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15647
15648         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15649         servers that are offline.  Avoids having gnus-agent-toggle-plugged
15650         first ask if you want to open a server and then, even when you
15651         responded with no, asking if you want to synchronize the server's
15652         flags.
15653         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15654         multi-line expressions.
15655         (gnus-agent-synchronize-group-flags): New internal function.
15656         Updates marks in memory (in the info structure) AND in the
15657         backend.
15658
15659         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
15660
15661         * nnagent.el (nnagent-request-set-mark): Use
15662         gnus-agent-synchronize-group-flags, not backend's request-set-mark
15663         method, to ensure that synchronization updates marks in the
15664         backend and in the info (in memory) structure.
15665
15666 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15667
15668         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15669         convention fully; don't miss the root article of a thread; make
15670         the X-Draft-From header with correct article numbers.
15671
15672 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
15673
15674         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15675         unless plugged.  Disable the agent so that an open failure causes
15676         an error.
15677
15678         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15679         Reverted 2004-09-21 change.  The backend must be opened while
15680         synchronizing flags even when the backend stores the flags
15681         locally.
15682
15683 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
15684
15685         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15686         in `header' match.  Reported by Svend Tollak Munkejord.
15687
15688         * message.el (message-cite-original): Fix use of
15689         `message-cite-articles-with-x-no-archive'.
15690
15691 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15692
15693         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15694         (gnus-window-to-buffer): Ditto.
15695
15696         * mml.el (mml-preview-buffer): New variable.
15697         (mml-preview): Manage window layout with gnus-buffer-configuration.
15698
15699         * gnus-msg.el (gnus-setup-message): Put article numbers into the
15700         X-Draft-From header even if those articles aren't quoted.
15701
15702 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
15703
15704         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15705         (gnus-request-set-mark, gnus-request-update-mark): Use new
15706         g-s-t-u-l-m to decide to use backend even when unplugged.
15707
15708 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15709
15710         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15711         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
15712
15713 2004-09-20  Simon Josefsson  <jas@extundo.com>
15714
15715         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15716         "utf-16-le".
15717
15718 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15719
15720         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15721
15722 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15723
15724         * uudecode.el (uudecode-use-external): Add :version.
15725
15726         * smime.el (smime-CA-file, smime-encrypt-cipher)
15727         (smime-dns-server): Add :version.
15728
15729         * smiley.el (gnus-smiley-file-types): Add :version.
15730
15731         * sha1.el (sha1-use-external): Add :version.
15732
15733         * pgg-def.el (pgg-query-keyserver): Add :version.
15734
15735         * nnmail.el (nnmail-fancy-expiry-targets)
15736         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15737         Add :version.
15738
15739         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15740         (nnimap-retrieve-groups-asynchronous): Add :version.
15741         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
15742
15743         * mml.el (mml-content-disposition-parameters)
15744         (mml-insert-mime-headers-always): Add :version.
15745
15746         * mm-util.el (mm-coding-system-priorities): Add :version.
15747
15748         * mm-decode.el (mm-inline-text-html-with-images)
15749         (mm-keep-viewer-alive-types, mm-external-terminal-program)
15750         (mm-verify-option): Add :version.
15751         (mm-text-html-renderer): Change :version.
15752
15753         * message.el (message-fcc-externalize-attachments)
15754         (message-required-headers, message-draft-headers)
15755         (message-subject-trailing-was-query)
15756         (message-subject-trailing-was-ask-regexp)
15757         (message-subject-trailing-was-regexp, message-mark-insert-begin)
15758         (message-mark-insert-end, message-archive-header)
15759         (message-archive-note, message-cross-post-default)
15760         (message-cross-post-note, message-followup-to-note)
15761         (message-cross-post-note-function, message-use-mail-followup-to)
15762         (message-subscribed-address-functions)
15763         (message-subscribed-address-file, message-subscribed-addresses)
15764         (message-subscribed-regexps, message-allow-no-recipients)
15765         (message-yank-cited-prefix, message-signature-insert-empty-line)
15766         (message-hidden-headers, message-hierarchical-addresses)
15767         (message-mail-user-agent, message-use-idna)
15768         (message-valid-fqdn-regexp)
15769         (message-strip-special-text-properties, message-header-synonyms)
15770         (message-beginning-of-line, message-tab-body-function): Add :version.
15771         (message-insert-canlock, message-wide-reply-confirm-recipients):
15772         Change :version.
15773
15774         * mail-source.el (mail-source-ignore-errors): Add :group, :type
15775         and :version.
15776         (mail-source-delete-old-incoming-confirm)
15777         (mail-source-movemail-program): Add :version.
15778
15779         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15780         (gnus-agent-cache, gnus-agent): Change :version.
15781
15782         * gnus-util.el (gnus-use-byte-compile): Change :version.
15783
15784         * gnus-sum.el (gnus-summary-make-false-root-always)
15785         (gnus-summary-default-high-score)
15786         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15787         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15788         (gnus-read-all-available-headers, gnus-article-emulate-mime)
15789         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15790         (gnus-sum-thread-tree-single-indent)
15791         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15792         (gnus-sum-thread-tree-leaf-with-other)
15793         (gnus-sum-thread-tree-single-leaf): Add :version.
15794         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15795         (gnus-article-loose-mime): Change :version.
15796
15797         * gnus-start.el (gnus-backup-startup-file)
15798         (gnus-save-startup-file-via-temp-buffer): Add :version.
15799
15800         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15801         (gnus-server-offline-face): Add :version.
15802
15803         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15804
15805         * gnus-msg.el (gnus-gcc-externalize-attachments)
15806         (gnus-debug-files, gnus-debug-exclude-variables)
15807         (gnus-discouraged-post-methods): Change :version.
15808         (gnus-confirm-mail-reply-to-news)
15809         (gnus-confirm-treat-mail-like-news): Add :version.
15810
15811         * gnus-int.el (gnus-server-unopen-status): Add :version.
15812
15813         * gnus-group.el (gnus-group-jump-to-group-prompt)
15814         (gnus-large-ephemeral-newsgroup)
15815         (gnus-fetch-old-ephemeral-headers): Add :version.
15816
15817         * gnus-fun.el (gnus-x-face-directory)
15818         (gnus-convert-pbm-to-x-face-command)
15819         (gnus-convert-image-to-x-face-command)
15820         (gnus-convert-image-to-face-command): Add :version.
15821
15822         * gnus-delay.el (gnus-delay-default-hour): Add :version.
15823
15824         * gnus-cite.el (gnus-cite-blank-line-after-header)
15825         (gnus-article-boring-faces): Add :version.
15826
15827         * gnus-art.el (gnus-buttonized-mime-types)
15828         (gnus-inhibit-mime-unbuttonizing)
15829         (gnus-treat-display-face)
15830         (gnus-treat-body-boundary): Change :version.
15831         (gnus-body-boundary-delimiter, gnus-picon-databases)
15832         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15833         (gnus-treat-date-english, gnus-treat-fold-headers)
15834         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15835         (gnus-treat-mail-picon, gnus-treat-wash-html)
15836         (gnus-article-encrypt-protocol)
15837         (gnus-use-idna, gnus-article-over-scroll)
15838         (gnus-mime-display-multipart-alternative-as-mixed)
15839         (gnus-mime-display-multipart-related-as-mixed)
15840         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15841         (gnus-ctan-url, gnus-button-ctan-handler)
15842         (gnus-button-handle-ctan-bogus-regexp)
15843         (gnus-button-ctan-directory-regexp)
15844         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15845         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15846         (gnus-button-man-level, gnus-button-emacs-level)
15847         (gnus-button-message-level, gnus-button-browse-level): Add :version.
15848
15849         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15850         (gnus-agent-go-online): Change :version.
15851         (gnus-agent-expire-unagentized-dirs)
15852         (gnus-agent-auto-agentize-methods): Add :version.
15853
15854         * flow-fill.el (fill-flowed-display-column)
15855         (fill-flowed-encode-column): Add :version.
15856
15857         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15858         (gnus-outlook-deuglify-unwrap-max)
15859         (gnus-outlook-deuglify-cite-marks)
15860         (gnus-outlook-deuglify-unwrap-stop-chars)
15861         (gnus-outlook-deuglify-no-wrap-chars)
15862         (gnus-outlook-deuglify-attrib-cut-regexp)
15863         (gnus-outlook-deuglify-attrib-verb-regexp)
15864         (gnus-outlook-deuglify-attrib-end-regexp)
15865         (gnus-outlook-display-hook): Add :version.
15866
15867         * binhex.el (binhex-use-external): Add :version.
15868
15869 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
15870
15871         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15872         and `invisible'.
15873
15874 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
15875
15876         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15877         in gnus-registry-trim.
15878
15879 2004-09-13  Simon Josefsson  <jas@extundo.com>
15880
15881         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15882
15883         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15884
15885         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15886         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15887         <yamaoka@jpl.org>.
15888         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15889         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15890         <yamaoka@jpl.org>.
15891
15892         * sieve.el (sieve-manage-mode): Ditto.
15893
15894 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
15895
15896         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15897
15898 2004-09-11  Simon Josefsson  <jas@extundo.com>
15899
15900         * dns-mode.el: Add.
15901
15902         * mm-view.el (mm-display-dns-inline): Add.
15903
15904         * mm-decode.el (mm-inline-media-tests): Add text/dns.
15905         (mm-automatic-display): Ditto.
15906
15907         * mailcap.el (mailcap-mime-data): Add text/dns.
15908         (mailcap-mime-extensions): Map .soa to text/dns.
15909
15910 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
15911
15912         * gnus-art.el (article-decode-mime-words, article-babel)
15913         (gnus-article-highlight-signature, gnus-article-add-buttons)
15914         (gnus-signature-toggle): Remove unnecessary bindings of
15915         `inhibit-read-only' inherited from v5.10 merge.
15916
15917 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15918
15919         * nntp.el (nntp): New customization group.
15920         (nntp-authinfo-file): Add customization group.
15921
15922         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15923
15924         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15925
15926         * gnus.el (to-address, to-list, subscribed)
15927         (large-newsgroup-initial): Ditto.
15928
15929         * flow-fill.el (fill-flowed-display-column)
15930         (fill-flowed-encode-column): Ditto.
15931
15932 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15933
15934         * message.el (message-tokenize-header, message-send-mail-with-qmail):
15935         Use point-min rather than 1.
15936         (message-send-mail): Use buffer-size rather than point-max.
15937
15938         * gnus-sum.el (gnus-summary-search-article-forward):
15939         Signal a specific `search-failed' rather than a generic `error'.
15940
15941         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15942         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15943         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15944
15945 2004-09-10  Simon Josefsson  <jas@extundo.com>
15946
15947         * nndb.el (require): Remove tcp and duplicate cl.
15948
15949 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15950
15951         * gnus-agent.el (directory-files-and-attributes): Move forward.
15952
15953 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15954
15955         * gnus-agent.el (directory-files-and-attributes): Optionally
15956         defined to support XEmacs.
15957
15958 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15959
15960         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
15961         to avoid run-time CL dependencies.
15962         (gnus-agent-unfetch-articles): New function.
15963         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
15964         article numbers even when local .overview file is missing.
15965         (gnus-agent-read-article-number): New function.  Only accepts
15966         27-bit article numbers.
15967         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
15968         gnus-agent-read-article-number.
15969         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
15970         from backend while recognizing that article numbers in .overview
15971         must be valid.
15972         (gnus-agent-update-files-total-fetched-for): Use
15973         directory-files-and-attributes to improve performance.
15974         * gnus-int.el (gnus-request-move-article): Use
15975         gnus-agent-unfetch-articles in place of gnus-agent-expire to
15976         improve performance.
15977
15978         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
15979         some users confused by references to .newsrc when they only have a
15980         .newsrc.eld file.
15981         (gnus-convert-mark-converter-prompt)
15982         (gnus-convert-converter-needs-prompt): Fixed use of property list.
15983         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
15984         New function.  Used internally to only display 'gnus converting
15985         files' message when actually necessary.
15986
15987         * gnus-sum.el (): Removed (require 'gnus-agent) as required
15988         methods now autoloaded.
15989
15990 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15991
15992         * gnus-sum.el (gnus-summary-insert-subject): Remove list
15993         identifiers.
15994
15995 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
15996
15997         * gnus-picon.el: Fix indentation and closing parenthesis.
15998
15999 2004-09-01  Simon Josefsson  <jas@extundo.com>
16000
16001         * message.el (message-canlock-generate): Require sha1, not
16002         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16003         to require within a function.  Sadly, if sha1.el isn't loaded, the
16004         let binding in m-c-g will hide the defcustom definition, which is
16005         bad.)
16006
16007         * canlock.el: Require sha1, not sha1-el.
16008
16009         * message.el: Don't autoload sha1 (there is a autoload cookie in
16010         sha1.el).
16011
16012         * sha1-el.el: Renamed to sha1.el.
16013
16014 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16015
16016         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16017
16018 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16019
16020         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16021
16022 2004-08-30  Kim F. Storm  <storm@cua.dk>
16023
16024         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16025
16026         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16027         Add :group 'nnimap.
16028
16029 2004-08-30  Andreas Schwab  <schwab@suse.de>
16030
16031         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16032         ?* and ?\;.
16033
16034         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16035         and ?\' to symbol instead of whitespace.
16036
16037 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16038
16039         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16040
16041         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16042         instead of re-search-forward.
16043
16044         * gnus-uu.el (gnus-uu-save-article): Ditto.
16045         (gnus-uu-post-encode-uuencode): Ditto.
16046
16047         * html2text.el (html2text-clean-list-items): Ditto.
16048         (html2text-clean-dtdd): Ditto.
16049         (html2text-format-tags): Ditto.
16050
16051         * message.el (message-send-mail-with-sendmail): Fix regexp.
16052         (message-fill-field-general): Use search-forward instead of
16053         re-search-forward.
16054         (unbold-region): Ditto.
16055
16056         * nnrss.el (nnrss-request-article): Ditto.
16057
16058         * nnslashdot.el (nnslashdot-request-article): Ditto.
16059
16060         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16061
16062         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16063         "Unrecognized menu descriptor" error in XEmacs.
16064
16065 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16066
16067         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16068         parent article of a sparse article in the thread hashtb.
16069
16070 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16071
16072         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16073         (nnmail-expand-newtext): Lowercase expanded entries if
16074         nnmail-split-lowercase-expanded is non-nil.
16075
16076 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16077
16078         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16079
16080         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16081         of gnus-tmp-news-method into string under XEmacs.  It will be
16082         passed to gnus-correct-length which takes only a string argument.
16083
16084 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16085
16086         * gnus-util.el (gnus-bind-print-variables): New macro.
16087         (gnus-prin1): Use it.
16088         (gnus-prin1-to-string): Use it.
16089         (gnus-pp): New function.
16090         (gnus-pp-to-string): New function.
16091
16092         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16093         Replace pp-to-string with gnus-pp-to-string.
16094         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16095         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16096         * gnus-msg.el (gnus-debug): Ditto.
16097         * gnus-score.el (gnus-score-save): Ditto.
16098         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16099         gnus-pp-to-string.
16100         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16101         with gnus-pp.
16102         * score-mode.el (gnus-score-pretty-print): Ditto.
16103         * webmail.el (webmail-debug): Ditto.
16104
16105 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16106
16107         * gnus-art.el (article-display-face, article-display-x-face):
16108         Use buffer-read-only.
16109
16110 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16111
16112         * gnus-art.el (article-hide-list-identifiers):
16113         Bind inhibit-read-only as t.
16114
16115 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16116
16117         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16118
16119 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16120
16121         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16122         (gnus-narrow-to-page): Don't assume point-min == 1.
16123         (gnus-article-edit-mode): Derive from message-mode.
16124
16125         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16126         point-min == 1.
16127
16128         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16129         Disable incorrect use of `assert'.
16130
16131         * message.el (message-mode): Set comment-start-skip.
16132
16133
16134 2004-08-22  Sam Steingold  <sds@gnu.org>
16135
16136         * pop3.el (pop3-leave-mail-on-server): New user variable.
16137         (pop3-movemail): Delete mail only when it is nil.
16138
16139 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16140
16141         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16142
16143         * mml.el (mml-preview): Use `pop-to-buffer'.
16144
16145         * message.el (message-goto-mail-followup-to): Insert after "To".
16146         (message-carefully-insert-headers): Add comment.
16147
16148         * gnus.el: Remove unused variable `gnus-article-check-size'.
16149
16150         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16151
16152         * gnus-art.el (gnus-button-alist): Improve
16153         `gnus-button-handle-library' entry.
16154
16155 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16156
16157         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
16158         downcase, since XEmacs capitalizes error messages differently.
16159
16160 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16161
16162         * nntp.el: Add (require 'gnus) due to reference to
16163         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16164
16165 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16166
16167         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
16168         `mm-fill-flowed'.
16169
16170         * mm-decode.el (mm-dissect-singlepart): Check it.
16171
16172 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16173
16174         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16175         'imap' for netrc parsing.
16176
16177 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16178
16179         * mailcap.el (mailcap-mime-data): Mark as risky.
16180
16181 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16182
16183         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16184         may be included in the encoded word.
16185         (rfc2047-encode): Don't append a space if the encoded word
16186         includes close parenthesis.
16187
16188 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16189
16190         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16191         of text within parentheses.
16192
16193 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16194
16195         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16196         (gnus-encrypt-write-file-contents): Make the password key the file
16197         name PLUS the cipher, not just the cipher.  Also remove failed
16198         passwords from the cache.
16199
16200 2004-08-06  Simon Josefsson  <jas@extundo.com>
16201
16202         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
16203         fix.
16204
16205 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16206
16207         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16208         LWSP.
16209
16210 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16211
16212         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
16213         to append in-reply-to: data to the references: header.
16214
16215         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16216         (netrc-parse): Use gnus-encrypt.el functions.
16217
16218         * gnus-encrypt.el: Add new file for encryption support; currently
16219         does only a few GPG ciphers and an internal XOR cipher.
16220
16221         * password.el: Add comments on using password-read-and-add.
16222         (password-read-and-add): Add function to read and add the
16223         password to the cache at once.
16224
16225 2004-07-28  Simon Josefsson  <jas@extundo.com>
16226
16227         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16228         parameter (but don't use it, for now).
16229
16230         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16231         instead of hard coding to nil.
16232
16233 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16234
16235         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16236         as mm-inline-image-xemacs does.
16237
16238 2004-07-26  Simon Josefsson  <jas@extundo.com>
16239
16240         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16241         Revert part of 2004-07-17 change below.
16242
16243 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16244
16245         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
16246         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16247
16248 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16249
16250         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16251         quotes that actually start with ">" at the beginning of the
16252         lines.
16253
16254 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16255
16256         * rfc2047.el (rfc2047-encode-region): Fix last change.
16257         (rfc2047-encode-parameter): Remove useless concat.
16258
16259 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16260
16261         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16262         encode special characters; fix some kind of misconfigured headers;
16263         signal a real error if debug-on-quit or debug-on-error is non-nil.
16264         (rfc2047-encode-max-chars): New variable.
16265         (rfc2047-encode-1): Use it.
16266         (rfc2047-encode-parameter): New function.
16267
16268         * mml.el (mml-insert-parameter): Remove an excessive space.
16269
16270 2004-07-17  Simon Josefsson  <jas@extundo.com>
16271
16272         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16273         Kai Grossjohann <kai@emptydomain.de>.
16274         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16275         (gnus-group-make-menu-bar): Ditto.
16276
16277         * gnus-util.el (gnus-group-server): Add.
16278
16279 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16280
16281         * message.el (message-clone-locals): Clone sendmail and smtp
16282         variables.
16283
16284 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16285
16286         * rfc2047.el (rfc2047-encode-region): Fix last change.
16287
16288 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16289
16290         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16291         characters as non-special.
16292
16293 2004-07-09  Simon Josefsson  <jas@extundo.com>
16294
16295         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16296         Users will lose all flag changes made while unplugged with
16297         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16298         good default.  See numerous reports on ding mailing list.
16299
16300 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16301
16302         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16303         add generate-head-function and generate-article-function to the
16304         rfc822-forward entry.
16305         (nndoc-rfc822-forward-generate-article): New function.
16306         (nndoc-rfc822-forward-generate-head): New function.
16307
16308         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16309
16310 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16311
16312         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16313         respect display group parameter and gnus-summary-expunge-below.
16314         (gnus-articles-to-read): Remove unused reference to display group
16315         parameter.
16316
16317 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16318
16319         * nnheader.el (nnheader-uniquify-message-id): New experimental
16320         variable.
16321         (nnheader-nov-read-message-id): Use it.
16322
16323         * spam-report.el (spam-report-gmane): Add interactive.
16324
16325 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16326
16327         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
16328         qp-or-base64 for the application/* types.
16329
16330 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16331
16332         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16333
16334 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16335
16336         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16337         trim value.
16338
16339 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16340
16341         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16342         New macro and function.
16343         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16344
16345 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16346
16347         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16348         after-load-alist.
16349
16350 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16351
16352         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
16353         update info that isn't there.
16354
16355 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
16356
16357         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16358         entry.
16359
16360 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16361
16362         * mm-view.el (mm-inline-render-with-function): Use multibyte
16363         buffer; decode html source by charset.
16364
16365         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16366
16367         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16368         Mule-UCS is loaded under XEmacs.
16369         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16370
16371 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16372
16373         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16374
16375 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16376
16377         * mm-util.el (mm-coding-system-p): Return a coding-system.
16378         (mm-mime-mule-charset-alist): Use shift_jis instead of
16379         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16380         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16381         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16382         instead of japanese-shift-jis and iso-latin-1 respectively in
16383         order to share the default value with both Emacs and XEmacs-mule.
16384         (mm-mule-charset-to-mime-charset): Make
16385         mm-coding-system-priorities effective.
16386         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16387         while predicating of candidates upon the priorities.
16388
16389 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16390
16391         * gnus-sum.el (gnus-summary-make-menu-bar): Add
16392         gnus-uu-invert-processable.
16393
16394         * gnus.el: Autoload gnus-uu-invert-processable.
16395
16396 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16397
16398         * mm-util.el (mm-with-multibyte-buffer): New macro.
16399
16400         * rfc2047.el (rfc2047-encode-string): Use it.
16401         (rfc2047-encode-region): Move point to the end of the region after
16402         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16403
16404 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16405
16406         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16407         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16408
16409 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16410
16411         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16412         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
16413         Karl Chen <quarl@nospam.quarl.org>.
16414
16415 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16416
16417         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16418         invalid addresses.
16419
16420 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16421
16422         * spam.el: Change section markers, revise TODO list.
16423         (spam-backends): Make new master list of all installed backends.
16424         (spam-summary-exit-behavior): Add new variable to determine how
16425         messages moves are done at summary exit.
16426         (spam-move-spam-nonspam-groups-only)
16427         (spam-process-ham-in-nonham-groups)
16428         (spam-process-ham-in-spam-groups): Remove variables, the
16429         spam-summary-exit-behavior variable should be used to manage this
16430         behavior.
16431         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16432         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16433         and spam-old-spam-articles.
16434         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16435         Add empty variables, placeholders for the backends they represent.
16436         (spam-set-difference): Move, unchanged.
16437         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16438         unless the user has a processor variable.
16439         (spam-classifications, spam-classification-valid-p)
16440         (spam-backend-properties, spam-backend-property-valid-p)
16441         (spam-backend-function-type-valid-p)
16442         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16443         (spam-report-articles-gmane, spam-report-articles-resend):
16444         Remove functions, they are not needed.
16445         (spam-install-backend-super, spam-backend-list)
16446         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16447         (spam-backend-function, spam-backend-ham-registration-function)
16448         (spam-backend-spam-registration-function)
16449         (spam-backend-ham-unregistration-function)
16450         (spam-backend-spam-unregistration-function)
16451         (spam-backend-statistical-p, spam-backend-mover-p)
16452         (spam-install-backend-alias, spam-install-checkonly-backend)
16453         (spam-install-mover-backend, spam-install-nocheck-backend)
16454         (spam-install-backend, spam-install-statistical-backend)
16455         (spam-install-statistical-checkonly-backend): Add backend installation
16456         support.
16457         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16458         (spam-group-processor-p): Use the new backend code and respect the
16459         summary exit behavior.
16460         (spam-mark-spam-as-expired-and-move-routine): Remove.
16461         (spam-summary-prepare): Change to use the new spam-old-articles
16462         variable.
16463         (spam-copy-or-move-routine, spam-copy-spam-routine)
16464         (spam-move-spam-routine, spam-copy-ham-routine)
16465         (spam-move-ham-routine): Add code to copy/move ham or spam.
16466         (spam-fetch-field-fast): Improve doc and code, plus allow the
16467         'number request.
16468         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
16469         variables.
16470         (spam-split, spam-find-spam): Use the new backend code.
16471         (spam-registration-functions): Remove variable.
16472         (spam-unregister-routine): Add convenience wrapper.
16473         (spam-log-undo-registration, spam-register-routine)
16474         (spam-log-processing-to-registry)
16475         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16476         where possible.
16477         (spam-check-gmane-xref, spam-check-regex-headers)
16478         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16479         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16480         (spam-check-bogofilter-headers, spam-check-spamoracle)
16481         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16482         (spam-check-crm114-headers): Use the spam-split-group that
16483         spam-split prepares, no need to determine it every time.
16484
16485         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16486         to the nnheader-parse-naked-head call.
16487
16488         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16489
16490         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16491         the nnheader-nov-read-message-id call.
16492
16493 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16494
16495         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16496         gnus-activate-group twice.  Suggested by Markus Peter
16497         <warp@spin.de>.
16498
16499 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16500
16501         * gnus-art.el (gnus-article-time-format): Exchange the order of
16502         day and month in the default value; fix customization type.
16503         (article-date-ut): Use add-text-properties.
16504         (article-make-date-line): Use message-make-date instead of
16505         current-time-string.
16506
16507         * message.el (message-fetch-field): Don't use set-text-properties.
16508         (message-make-date): Simplify.
16509
16510         * messagexmas.el (message-xmas-make-date): New function.
16511         (message-xmas-redefine): Defalias message-make-date to it.
16512
16513 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16514
16515         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16516         (rfc2047-encode-region): Treat text within parentheses as special;
16517         show the original text when error has occurred.
16518
16519         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16520         already-computed method to gnus-activate-group.
16521
16522         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16523         same select-methods identical Lisp objects.
16524
16525         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16526         object when modifying the info.
16527
16528 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16529
16530         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16531         gnus-opened-servers since it has never been opened with the new
16532         configuration yet.
16533
16534 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16535
16536         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16537         arg to nnheader-generate-fake-message-id.
16538
16539 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16540
16541         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16542         number and build a fake message ID localized to a group and
16543         article number (so it's repeatable from that point on).
16544         (nnheader-fake-message-id-p): Change regex to accomodate new fake
16545         ID format.
16546
16547         * gnus-sum.el (gnus-get-newsgroup-headers): Call
16548         nnheader-generate-fake-message-id with the article number.
16549
16550 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16551
16552         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16553         end-of-buffer.
16554
16555 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16556
16557         * message.el (message-ignored-supersedes-headers): Add Approved.
16558
16559 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16560
16561         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16562         goto-char.
16563         (rfc2047-encode): Fold the line before encoding.
16564
16565 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16566
16567         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16568         folding -- not all headers can be folded, and this should be done
16569         by the message composition mode.  Probably.  I think.
16570
16571 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16572
16573         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16574         fast.
16575
16576         * gnus-ems.el (gnus-remove-image): Don't use
16577         message-text-with-property; remove only the image found first.
16578
16579         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
16580         found first.
16581
16582 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16583
16584         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16585
16586 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16587
16588         * message.el (message-text-with-property): Make it fast and accept
16589         optional arguments.
16590         (message-strip-forbidden-properties): Use it.
16591         (message-fix-before-sending): Follow the m-t-w-p change.
16592
16593         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16594
16595 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16596
16597         * gnus-art.el (article-hide-headers): Don't change the buffer
16598         mistakenly when performing mml-preview even if
16599         gnus-single-article-buffer is nil.
16600
16601 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
16602
16603         * message.el (message-expand-name-databases): New user option.
16604         (message-expand-name): Use it.
16605
16606 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
16607
16608         * spam.el (spam-report-articles-resend)
16609         (spam-report-resend-register-routine): Allow ham reporting.
16610         (spam-report-resend-register-ham-routine): Add wrapper.
16611         (spam-registration-functions): Add ham resending functions.
16612         (spam-list-of-processors): Add ham resend processor.
16613
16614         * gnus.el (ham-resend-to): Add new group parameter.
16615         (spam-process): Add ham resend option.
16616
16617         * spam-report.el (spam-report-resend): Allow reporting ham.
16618         (spam-report-resend-ham): Add wrapper.
16619
16620 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16621
16622         * message.el (message-cite-articles-with-x-no-archive): New
16623         variable.
16624         (message-cite-original): Use it.
16625
16626 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16627
16628         * message.el (message-cite-original): Respect X-No-Archive.
16629
16630 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16631
16632         * gnus-art.el (article-hide-headers): Refer to the values for
16633         gnus-ignored-headers and gnus-visible-headers in the summary
16634         buffer since a user may have set them as group parameters.
16635
16636 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
16637
16638         * assistant.el (assistant-node-name): Add convenience function.
16639         (assistant-render-text, assistant-render-node): Add error handling,
16640         plus handle multiple next nodes.
16641         (assistant-find-next-node): Comment out for now.
16642         (assistant-find-next-nodes): Add function, returns list of next
16643         nodes.
16644
16645 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
16646
16647         * mail-source.el (mail-source-directory): Fix doc-string.
16648
16649 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
16650
16651         * assistant.el (assistant-render-text, assistant-eval): Add :set
16652         widget type, which is different because it takes and returns a
16653         list.  Much hilarity ensues.
16654
16655 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
16656
16657         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
16658
16659         * gnus-group.el (gnus-group-get-new-news-this-group): Added
16660         doc-string.
16661
16662         * gnus-start.el (gnus-activate-group): Added doc-string.
16663
16664 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16665
16666         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16667
16668 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
16669
16670         * assistant.el (assistant-render-text): Try to add a :set
16671         widget, more to come.
16672
16673         * spam.el (spam-group-spam-contents-p): Handle empty groupname
16674         strings.
16675         (spam-report-articles-resend)
16676         (spam-register-routine): Do registration iff any articles warrant
16677         it.
16678         (spam-summary-prepare-exit): Change log message for nil group
16679         destinations.
16680
16681 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
16682
16683         * spam.el (spam-report-resend-register-routine): Allow
16684         spam-report-resend-to to be a group parameter or a global value.
16685
16686 2004-05-26  Simon Josefsson  <jas@extundo.com>
16687
16688         * starttls.el: Merge with my GNUTLS based starttls.el.
16689         (starttls-gnutls-program, starttls-use-gnutls)
16690         (starttls-extra-arguments, starttls-process-connection-type)
16691         (starttls-connect, starttls-failure, starttls-success): New
16692         variables.
16693         (starttls-program, starttls-extra-args): Doc fix.
16694         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
16695         functions.
16696         (starttls-negotiate, starttls-open-stream): Check
16697         `starttls-use-gnutls' and pass on to corresponding *-gnutls
16698         function if it is set.
16699
16700 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16701
16702         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16703         structured fields.
16704
16705 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16706
16707         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16708
16709 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
16710
16711         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
16712         variable.
16713         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
16714         assigning the spam-mark to new messages.
16715
16716 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
16717
16718         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16719
16720 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16721
16722         * dgnushack.el: Autoload customize-set-variable for XEmacs.
16723
16724         * rfc2047.el (rfc2047-encodable-p): Don't move point.
16725         (rfc2047-decode): Treat the ascii coding-system as raw-text by
16726         default.
16727
16728 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
16729
16730         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16731         correct data.
16732
16733 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
16734
16735         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16736         (spam-group-processor-p): Fix function.
16737         (spam-group-processor-multiple-p)
16738         (spam-group-spam-processor-report-gmane-p)
16739         (spam-group-spam-processor-report-resend-p)
16740         (spam-group-spam-processor-bogofilter-p)
16741         (spam-group-spam-processor-blacklist-p)
16742         (spam-group-spam-processor-ifile-p)
16743         (spam-group-ham-processor-ifile-p)
16744         (spam-group-spam-processor-spamoracle-p)
16745         (spam-group-spam-processor-crm114-p)
16746         (spam-group-ham-processor-bogofilter-p)
16747         (spam-group-spam-processor-stat-p)
16748         (spam-group-ham-processor-stat-p)
16749         (spam-group-ham-processor-whitelist-p)
16750         (spam-group-ham-processor-BBDB-p)
16751         (spam-group-ham-processor-spamoracle-p)
16752         (spam-group-ham-processor-copy-p): Remove functions with some
16753         prejudice against unneeded code.
16754         (spam-report-articles-resend)
16755         (spam-report-resend-register-routine): Allow the group/topic
16756         spam-resend-to value to override spam-report-resend-to.
16757         (spam-summary-prepare-exit): Invoke spam-group-processor-p
16758         properly now.
16759
16760         * gnus.el (spam-resend-to): Add group/topic parameter.
16761         (spam-process): Move the OBSOLETE processors to the end of the
16762         choices.
16763
16764 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
16765
16766         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
16767         with resend-to set to nil, and then ask the user if necessary.
16768         (spam-report-resend): spam-report-resend takes a list of articles, not
16769         separate article numbers.
16770
16771 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16772
16773         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16774         addition to emacs-w3m.
16775
16776 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16777
16778         * assistant.el (assistant-authinfo-data): New function.
16779         (assistant-eval): Eval for entire assistant.
16780
16781         * netrc.el (netrc-services-file): New variable.
16782         (netrc-parse-services): New function.
16783         (netrc-find-service-name): New function.
16784         (netrc-find-service-number): New function.
16785         (netrc-port-equal): New function.
16786         (netrc-machine): Use it.
16787
16788         * nnimap.el (nnimap-open-connection): Use netrc.
16789
16790         * gnus-util.el (gnus-netrc-get): Remove aliases.
16791
16792         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16793
16794         * assistant.el (wid-edit): Fix compilation.
16795
16796         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16797
16798 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
16799
16800         * gnus-util.el (gnus-set-file-modes): New function.  (small
16801         patch).
16802
16803 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16804
16805         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16806
16807         * assistant.el (assistant-render-node): Fix up rendering and
16808         read-only text.
16809         (assistant-render-node): Reset.
16810         (assistant-make-read-only): Not sticky.
16811
16812 2004-05-20  Danny Siu  <dsiu@adobe.com>
16813
16814         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16815         centered even when gnus-auto-center-summary is t.
16816
16817 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16818
16819         * dns.el (dns-get-txt-answer): New function.
16820         (dns-read-txt): Ditto.
16821         (query-dns): Use it.
16822
16823 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16824
16825         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16826         active for foreign groups even if the group level is higher than
16827         the specified value.
16828
16829 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16830
16831         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16832         non-active groups.
16833
16834         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16835
16836 2004-05-20  Magnus Henoch  <mange@freemail.hu>
16837
16838         * dns.el (dns-read-type): Add support for SVR.  (small patch)
16839
16840 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
16841
16842         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16843         (spam-crm114-header, spam-crm114-spam-switch)
16844         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16845         (spam-crm114-positive-spam-header)
16846         (spam-crm114-database-directory, spam-list-of-processors)
16847         (spam-group-spam-processor-crm114-p)
16848         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16849         (spam-generic-score, spam-list-of-checks)
16850         (spam-list-of-statistical-checks, spam-registration-functions)
16851         (spam-check-crm114-headers, spam-crm114-score)
16852         (spam-check-crm114, spam-crm114-register-with-crm114)
16853         (spam-crm114-register-spam-routine)
16854         (spam-crm114-unregister-spam-routine)
16855         (spam-crm114-register-ham-routine)
16856         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
16857         asjo@koldfront.dk (Adam Sjøgren).
16858
16859         * gnus.el: Add spam-use-crm114.
16860
16861         * spam.el (spam-list-of-processors, spam-registration-functions):
16862         Add spam-use-resend.
16863         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16864         (spam-report-articles-gmane): Add doc fix.
16865         (spam-report-articles-resend, spam-report-resend-register-routine):
16866         Add wrappers around spam-report-resend-to.
16867
16868         * spam-report.el (spam-report-resend-to, spam-report-resend):
16869         Add support for resending spam.
16870         (spam-report-gmane): Fix line length >80.
16871
16872         * gnus.el (spam-process): Add spam-use-resend.
16873
16874 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16875
16876         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16877         number of processed spam messages.
16878         (spam-ham-copy-or-move-routine): Return the number of processed
16879         ham messages.
16880         (spam-summary-prepare-exit): Use the above values to decide
16881         whether status messages shouled be displayed.
16882
16883 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16884
16885         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
16886         `rfc2047-encoding-function-alist' in order to avoid conflicting
16887         with the old version.
16888         (rfc2047-encode-region): Concatenate words containing non-ASCII
16889         characters in structured fields; don't encode space-delimited
16890         ASCII words even in unstructured fields; don't break words at
16891         char-category boundaries.
16892         (rfc2047-encode-1): New function.
16893         (rfc2047-encode): Use it; encode text so that it occupies the
16894         maximum width within 76-column; work correctly on Q encoding for
16895         iso-2022-* charsets.
16896         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16897         sure not to break a line just after the header name.
16898         (rfc2047-b-encode-region): Removed.
16899         (rfc2047-b-encode-string): New function.
16900         (rfc2047-q-encode-region): Removed.
16901         (rfc2047-q-encode-string): New function.
16902
16903         * mm-util.el (mm-replace-in-string): New function.
16904
16905 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16906
16907         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
16908         get it right.
16909         (gnus-inews-make-draft): Really.
16910
16911 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
16912
16913         * nnmh.el (nnmh-request-list-1): Don't check the link count
16914         before descending.  (small patch)
16915
16916 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16917
16918         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16919         stuff.
16920
16921         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
16922         on real group name.
16923
16924         * gnus-art.el (gnus-signature-limit): Doc fix.
16925
16926         * gnus-msg.el (gnus-inews-make-draft): Quote list.
16927
16928         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
16929
16930 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
16931
16932         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
16933         isn't a string.
16934
16935 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16936
16937         * gnus-draft.el (gnus-draft-send): Bind
16938         rfc2047-encode-encoded-words.
16939
16940         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16941         (rfc2047-encodable-p): Say that =? needs encoding.
16942         (rfc2047-encode-encoded-words): New variable.
16943
16944         * gnus-group.el (gnus-group-select-group): Doc fix.
16945
16946         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
16947
16948         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
16949         to nil.
16950
16951         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
16952
16953         * nnheader.el (nnheader-get-lines-and-char): New function.
16954
16955 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
16956
16957         * gnus-msg.el (gnus-summary-followup-with-original): Document
16958         yanking of region when active.
16959
16960 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16961
16962         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
16963         groups if the group level is higher than the specified value.
16964
16965 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16966
16967         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
16968         (gnus-group-jump-to-group): Added prefix argument using
16969         `gnus-group-jump-to-group-prompt'.  Query before jumping to
16970         non-active group.
16971
16972         * compface.el (uncompface): Be verbose when changing
16973         `uncompface-use-external'.
16974
16975         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
16976         handle manual section.
16977
16978 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16979
16980         * gnus-art.el (gnus-button-alist): Revert previous change.
16981
16982 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16983
16984         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
16985
16986 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16987
16988         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
16989         whether backend can accept message.
16990
16991         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
16992
16993 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
16994
16995         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16996         Avoid creating directory when nntp-marks-is-evil is true.
16997         Reported by Reiner Steib.
16998
16999 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17000
17001         * gnus-picon.el (gnus-picon-style): New variable.
17002         (gnus-picon-insert-glyph): Added optional `nostring' argument.
17003         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
17004         Jesper Harder <harder@ifa.au.dk>.
17005
17006 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17007
17008         * message.el (message-fill-field): Return point.
17009         (message-generate-headers): Go to end of field.
17010
17011         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17012         stuff for non-living groups.
17013
17014 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17015
17016         * gnus-art.el (gnus-article-followup-with-original)
17017         (gnus-article-reply-with-original): gnus-mark-active-p ->
17018         gnus-region-active-p.
17019
17020 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17021
17022         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17023         only when there is spam or ham to be processed.
17024
17025 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17026
17027         * mail-source.el (mail-source-delete-crash-box): Refactor.
17028         (mail-source-fetch): Use it.
17029         (mail-source-fetch-file): Ditto.
17030         (mail-source-fetch-directory): Run postscript in loop.
17031         (mail-source-fetch-pop): Delete.
17032         (mail-source-fetch-maildir): Ditto.
17033         (mail-source-fetch-imap): Ditto.
17034
17035         * imap.el (imap-authenticators): Comment out sasl.
17036
17037         * message.el (message-skip-to-next-address): New function.
17038         (message-fill-header-address): Refactor.
17039         (message-fill-address): Use it.
17040         (message-delete-address): Use it.
17041         (message-fill-header-general): Refactor.
17042         (message-fill-field-address): Rename.
17043         (message-narrow-to-field): Find the start of the header.
17044         (message-header-format-alist): Don't pre-fill.
17045         (message-fill-header): Removed.
17046         (message-insert-header): New function.
17047         (message-shorten-references): Use it.
17048
17049         * rfc2047.el (rfc2047-field-value): Strip props.
17050
17051         * mail-parse.el (mail-header-make-address): New alias.
17052
17053         * ietf-drums.el (ietf-drums-make-address): New function.
17054
17055         * imap.el: Add compiler directives.
17056
17057         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17058
17059         * gnus-art.el (article-decode-idna-rhs): Don't use
17060         message-idna-inside-rhs-p.
17061
17062 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17063
17064         * message.el (message-idna-inside-rhs-p): Removed.
17065         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17066
17067         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
17068         false positives.
17069
17070 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17071
17072         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17073
17074 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17075
17076         * nneething.el (nneething-file-name): Don't create spurious
17077         files.
17078
17079         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17080         (gnus-inews-do-gcc): Remove sleep.
17081
17082         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17083         part under point.
17084
17085         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17086         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17087
17088 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17089
17090         * spam.el (spam-summary-prepare-exit): Fixed (length).
17091
17092 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17093
17094         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17095         as expired without moving it" message when there are spam
17096         messages left.
17097
17098 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17099
17100         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17101         header is not nil.
17102
17103 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17104
17105         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
17106         nntp-possibly-create-directory, not nntp-possibly-change-group.
17107         (nntp-marks-changed-p): New arg SERVER.
17108         (nntp-request-update-info): Adjust caller.
17109
17110 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17111
17112         * nntp.el (nntp-save-marks): Pass missing arg.
17113
17114 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17115
17116         * nntp.el: Support marks.
17117         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17118         (nntp-marks-modtime, nntp-marks-directory): New variables.
17119         (nntp-request-set-mark, nntp-request-update-info)
17120         (nntp-possibly-create-directory, nntp-marks-changed-p)
17121         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
17122         functions.
17123
17124 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17125
17126         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17127         (gnus-xmas-redefine): Rename.
17128
17129         * gnus-score.el (gnus-score-insert-help): Use
17130         gnus-select-lowest-window.
17131
17132         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17133         appt-select-lowest-window and rename to gnus-select-lowest-window.
17134
17135         * gnus.el: do.
17136
17137 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17138
17139         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17140         encodings of MIME-encoded words, in order to improve
17141         interoperability with several broken MUAs.
17142
17143 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17144
17145         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17146         tags, only when charsets are not specified in headers.
17147         (mm-inline-text-html-render-with-w3m): Ditto.
17148
17149         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17150         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17151
17152 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17153
17154         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17155         instead of MIME-decoded from fields when checking
17156         `gnus-article-address-banner-alist'.
17157
17158 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17159
17160         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17161         description rather than subject.
17162
17163 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17164
17165         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17166
17167 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17168
17169         * gnus.el (gnus-version-number): Bump.
17170
17171 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17172
17173         * gnus.el: No Gnus v0.2 is released.
17174
17175 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17176
17177         * gnus-agent.el (gnus-agent-read-agentview): Inline
17178         gnus-uncompress-range.
17179
17180 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17181
17182         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17183         `exec-installed-p'.
17184
17185 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17186
17187         * gnus.el (spam-process, spam-autodetect-methods): Add
17188         bsfilter and bsfilter-headers.
17189
17190         * spam.el (spam-bsfilter): New customize group.
17191         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17192         (spam-bsfilter-header, spam-bsfilter-probability-header)
17193         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17194         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17195         (spam-bsfilter-database-directory): New options.
17196         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17197         (spam-list-of-statistical-checks, spam-registration-functions):
17198         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17199         (spam-bsfilter-score): New command.
17200         (spam-check-bsfilter-headers, spam-check-bsfilter)
17201         (spam-bsfilter-register-with-bsfilter)
17202         (spam-bsfilter-register-spam-routine)
17203         (spam-bsfilter-unregister-spam-routine)
17204         (spam-bsfilter-register-ham-routine)
17205         (spam-bsfilter-unregister-ham-routine): New functions.
17206         (spam-generic-score): Support bsfilter; Accept an optional argument
17207         to recalcurate spam score even if scoring header has already been
17208         added.
17209         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17210         optional argument to recalcurate spam score even if scoring header
17211         has already been added.
17212
17213 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17214
17215         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17216         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17217         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17218         link is missing.
17219
17220 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17221
17222         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17223         (html2text-get-attr): Rewrite.
17224
17225         * message.el (message-setup-1): Remove redundant put-text-property
17226         on mail-header-separator.
17227
17228 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17229
17230         * gnus-registry.el (gnus-registry-cache-whitespace)
17231         (gnus-registry-action, gnus-registry-spool-action)
17232         (gnus-registry-split-fancy-with-parent): Change message levels
17233         from 5 to 3 or 7, as needed.
17234
17235         * spam.el (spam-summary-prepare-exit)
17236         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17237         (spam-split, spam-find-spam, spam-log-undo-registration)
17238         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
17239         level from 5 to 6.
17240
17241 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17242
17243         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17244         2004-03-04 change).
17245
17246 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17247
17248         * sieve-manage.el (sieve-manage-open):
17249         * nnweb.el (nnweb-insert-html):
17250         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17251         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17252         * nnspool.el (nnspool-request-group):
17253         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17254         * nnml.el (nnml-request-update-info):
17255         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17256         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17257         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17258         (nnimap-request-set-mark):
17259         * nnfolder.el (nnfolder-request-update-info):
17260         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17261         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17262         * gnus-uu.el (gnus-uu-find-articles-matching):
17263         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17264         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17265         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17266         * gnus-nocem.el (gnus-nocem-scan-groups):
17267         * gnus-int.el (gnus-start-news-server):
17268         * gnus-group.el (gnus-group-make-kiboze-group)
17269         (gnus-group-browse-foreign-server):
17270         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17271         Use mapc when appropriate.
17272
17273 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17274
17275         FIXME: Make separate entries for each person.
17276
17277         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17278         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17279         <shields@msrl.com>:
17280
17281         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17282         may need for spam sorting and scoring.
17283         (spam-user-format-function-S): Add user format function suitable for
17284         general use.
17285         (spam-article-sort-by-spam-status): Add sorting function for summary
17286         sorting.
17287         (spam-extra-header-to-number): Add function to get a score from a
17288         header.
17289         (spam-summary-score): Add function to get a numeric score from the
17290         headers.
17291         (spam-generic-score): Fix function doc, was in wrong place.
17292         (spam-initialize): Take symbols when it's run, and install the
17293         extra headers that spam-necessary-extra-headers thinks we need.
17294
17295 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17296
17297         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17298         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17299
17300 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17301
17302         * gnus-sum.el (gnus-set-global-variables)
17303         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17304         (gnus-article-get-xrefs, gnus-summary-best-group)
17305         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17306         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17307         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17308         Use with-current-buffer.
17309
17310 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17311
17312         * spam.el (spam-summary-prepare-exit): Simplify logic.
17313         (spam-fetch-article-header): Read the article header if it's not
17314         available.
17315         (spam-list-articles): Simplify logic.
17316         (spam-filelist-register-routine): Fix bug with unregister-list.
17317
17318         * gnus-registry.el: Fix comments at beginning.
17319
17320 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17321
17322         * message.el (message-cater-to-broken-inn): Remove.
17323         (message-shorten-references): Make sure the total folded length of
17324         References is shorter than 998 characters to cater to a bug in INN
17325         2.3.  Also, don't pretend that references aren't folded -- this
17326         hasn't worked for a while.
17327
17328 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17329
17330         * gnus-agent.el (gnus-agentize):
17331         gnus-agent-send-mail-real-function no longer set to current value
17332         of message-send-mail-function but rather a lambda that calls
17333         message-send-mail-function.  The change makes the agent real-time
17334         responsive to user changes to message-send-mail-function.
17335
17336 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17337
17338         * legacy-gnus-agent.el
17339         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
17340         help from Florian Weimer <fw@deneb.enyo.de>
17341
17342 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17343
17344         * nnmail.el (nnmail-cache-insert): Revert last change.
17345
17346 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17347
17348         * nnmail.el (nnmail-cache-insert): Always check whether
17349         nnmail-cache-ignore-groups matches a group name.
17350
17351 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17352
17353         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17354         (spam-find-spam, spam-log-processing-to-registry)
17355         (spam-log-registered-p, spam-log-unregistration-needed-p)
17356         (spam-log-undo-registration): Use gnus-message instead of
17357         gnus-error, none of these errors are fatal.
17358
17359         * gnus-registry.el (gnus-registry-clean-empty-function)
17360         (gnus-registry-clean-empty): Remove only empty entries without
17361         extra data.
17362
17363 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17364
17365         * spam-stat.el (spam-stat-buffer-change-to-spam)
17366         (spam-stat-buffer-change-to-non-spam): Change (error) to
17367         (gnus-message 8) invocation.
17368
17369 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17370
17371         * nntp.el (nntp-via-netcat-command): New variable.
17372         (nntp-via-netcat-switches): New variable.
17373         (nntp-open-via-rlogin-and-netcat): New function.
17374         (nntp-open-connection-function): Doc fix.
17375         (nntp-telnet-command): Doc fix.
17376         (nntp-end-of-line): Doc fix.
17377         (nntp-via-rlogin-command): Doc fix.
17378         (nntp-via-user-name): Doc fix.
17379         (nntp-via-address): Doc fix.
17380
17381 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17382
17383         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17384         error in Emacs 21.1.
17385
17386 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17387
17388         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17389
17390 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17391
17392         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17393         (gnus-agent-with-refreshed-group): New macro.
17394         (gnus-agent-rename-group): New function.
17395         (gnus-agent-delete-group): New function.
17396         (gnus-agent-save-group-info): Use gnus-command-method when
17397         `method' parameter is nil.  Don't write nil entries into the
17398         active file.
17399         (gnus-agent-get-group-info): New function.
17400         (gnus-agent-fetch-articles): Use
17401         gnus-agent-update-files-total-fetched-for to increment disk space
17402         used.
17403         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
17404         gnus-agent-update-view-total-fetched-for to increment disk space
17405         used.
17406         (gnus-agent-get-local): Added optional parameters to avoid calling
17407         gnus-group-real-name and gnus-find-method-for-group.
17408         (gnus-agent-set-local): Delete stored entry if either min, or max,
17409         are nil.
17410         (gnus-agent-fetch-session): Reworded error/quit messages.  On
17411         quit, use gnus-agent-regenerate-group to record existance of any
17412         articles fetched to disk before the quit occurred.
17413         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17414         gnus-agent-update-view-total-fetched-for, and
17415         gnus-agent-update-files-total-fetched-for to decrement disk space
17416         used.
17417         (gnus-agent-retrieve-headers): Use
17418         gnus-agent-update-view-total-fetched-for to increment disk space
17419         used.
17420         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17421         with gnus-agent-update-files-total-fetched-for to decrement disk
17422         space and fresh group buffer.
17423         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17424         (gnus-agent-need-update-total-fetched-for): New variable.
17425         (gnus-agent-update-files-total-fetched-for): New function.
17426         (gnus-agent-update-view-total-fetched-for): New function.
17427         (gnus-agent-total-fetched-for): New function.
17428
17429         * gnus-cache.el (gnus-cache-save-buffers): Use
17430         gnus-cache-update-overview-total-fetched-for to change disk space
17431         used by this group.
17432         (gnus-cache-possibly-enter-article): Use
17433         gnus-cache-update-file-total-fetched-for to increment disk space
17434         used by this group.
17435         (gnus-cache-possibly-remove-article): Use
17436         gnus-cache-update-file-total-fetched-for to decrement disk space
17437         used by this group.
17438         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17439         (gnus-cache-rename-group): New function.
17440         (gnus-cache-delete-group): New function.
17441         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17442         (gnus-cache-need-update-total-fetched-for): New variable.
17443         (gnus-cache-with-refreshed-group): New macro.
17444         (gnus-cache-update-file-total-fetched-for): New function.
17445         (gnus-cache-update-overview-total-fetched-for): New function.
17446         (gnus-cache-rename-group-total-fetched-for): New function.
17447         (gnus-cache-delete-group-total-fetched-for): New function.
17448         (gnus-cache-total-fetched-for): New function.
17449
17450         * gnus-group.el: Require gnus-sum and autoload functions to
17451         resolve warnings when gnus-group.el compiled alone.
17452         (gnus-group-line-format): Documented new %F.
17453         (size of Fetched data) group line format; identifies disk space
17454         used by agent and cache.
17455         (gnus-group-line-format-alist): Defined new F format.
17456         (gnus-total-fetched-for): New function.
17457         (gnus-group-delete-group): No longer update
17458         gnus-cache-active-altered as gnus-request-delete-group now keeps
17459         the cache in sync.
17460         (gnus-group-list-active): Let the agent store a server's active
17461         list if currently plugged.
17462
17463         * gnus-int.el (gnus-request-delete-group):
17464         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17465         local disk in sync with the server.
17466         (gnus-request-rename-group):
17467         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17468         local disk in sync with the server.
17469
17470         * gnus-start.el (gnus-get-unread-articles):
17471         Cosmetic simplification to logic.
17472
17473         * gnus-util.el (gnus-rename-file): New function.
17474
17475 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17476
17477         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17478
17479 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17480
17481         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17482         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17483
17484 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17485
17486         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17487         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17488
17489 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17490
17491         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17492
17493 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17494
17495         * spam.el (spam-set-difference): Add function to replace
17496         gnus-set-difference in spam.el.
17497         (spam-summary-prepare-exit): Use spam-set-difference.
17498
17499 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17500
17501         * gnus-registry.el (gnus-registry-cache-file): Update to use
17502         gnus-dribble-directory OR gnus-home-directory OR ~.
17503         (gnus-registry-split-fancy-with-parent): Fix doc.
17504
17505 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17506
17507         * message.el (message-exchange-point-and-mark): Use
17508         message-mark-active-p.  Suggested by Jesper Harder
17509         <harder@ifa.au.dk>.
17510
17511 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17512
17513         * message.el (message-exchange-point-and-mark): Don't activate
17514         region if it was inactive.  Suggested by Hiroshi Fujishima
17515         <pooh@nature.tsukuba.ac.jp>.
17516
17517 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17518
17519         * gnus-art.el (article-display-face): Display Faces in the same
17520         order as X-Faces.
17521
17522 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17523
17524         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17525
17526 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17527
17528         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17529         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17530         (gnus-article-mime-hierarchy): Remove.
17531         (gnus-article-mime-hierarchy-next): Remove.
17532         (gnus-article-mode): Revert 2004-03-19 change.
17533         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17534         (gnus-insert-mime-button): Revert 2004-03-19 change.
17535         (gnus-mime-accumulate-hierarchy): Remove.
17536         (gnus-mime-enter-multipart): Remove.
17537         (gnus-mime-leave-multipart): Remove.
17538         (gnus-mime-display-part): Revert 2004-03-19 change.
17539         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17540
17541         * mml.el (mml-preview): Revert 2004-03-19 change.
17542
17543 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17544
17545         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17546
17547 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17548
17549         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17550         t while entering a file name using the mm-with-multibyte macro.
17551         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17552
17553         * mm-util.el (mm-with-multibyte): New macro.
17554
17555 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17556
17557         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
17558         user option.
17559         (gnus-mime-multipart-functions): Doc and customization fix.
17560         (gnus-article-mime-hierarchy): New variable.
17561         (gnus-article-mime-hierarchy-next): New variable.
17562         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17563         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17564         gnus-article-mime-hierarchy-next to nil.
17565         (gnus-insert-mime-button): Show hierarchy numbers.
17566         (gnus-mime-accumulate-hierarchy): New function.
17567         (gnus-mime-enter-multipart): New function.
17568         (gnus-mime-leave-multipart): New function.
17569         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17570         (gnus-mime-display-alternative): Show hierarchy numbers.
17571
17572         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17573         gnus-article-mime-hierarchy-next to nil.
17574
17575 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17576
17577         * dns.el: Don't require gnus-xmas.
17578
17579 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17580
17581         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17582         inline PGP.
17583         (mml-menu): Disable mml-quote-region if mark is inactive.
17584
17585 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17586
17587         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17588         when the group's active is not available.
17589
17590 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17591
17592         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17593         error.
17594
17595 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
17596
17597         * imap.el (imap-store-password): New variable.
17598         (imap-interactive-login): Use it.
17599         Suggested by Mark Plaksin <happy@mcplaksin.org>.
17600
17601 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17602
17603         * gnus-art.el (gnus-article-read-summary-keys): Restore new
17604         window-start and hscroll to summary window.
17605
17606 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17607
17608         * gnus-start.el (gnus-convert-old-newsrc): Only write the
17609         conversion message to newsrc-dribble when an actual conversion is
17610         performed.
17611
17612 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
17613
17614         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17615
17616 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17617
17618         * mm-decode.el (mm-complicated-handles): New function reviving
17619         former definition of mm-multiple-handles.
17620
17621         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17622         (gnus-mime-delete-part): Use it.
17623
17624 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17625
17626         * gnus-agent.el (gnus-agent-read-local): Bind
17627         nnheader-file-coding-system to gnus-agent-file-coding-system to
17628         avoid the implicit assumption that they will always be equal.
17629         (gnus-agent-save-local): Bind buffer-file-coding-system, not
17630         coding-system-for-write, as the with-temp-file macro first prints
17631         to a buffer then saves the buffer.
17632
17633 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17634
17635         * gnus-art.el (gnus-article-edit-part): New function.
17636         (gnus-mime-save-part-and-strip): Use it; do query instead of
17637         signaling an error; don't use mm-multiple-handles.
17638         (gnus-mime-delete-part): Ditto.
17639
17640 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17641
17642         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
17643         old file versions.
17644         (gnus-group-prepare-hook): Removed function that converted list
17645         form of gnus-agent-expire-days to group properties.
17646
17647         * gnus-int.el: Autoload gnus-agent-regenerate-group.
17648         (gnus-request-accept-article): Re-indented.
17649
17650         * gnus-start.el (gnus-convert-old-newsrc): Registered new
17651         converters to handle old agent file formats.  Added logic for a
17652         "backup before upgrading warning".
17653         (gnus-convert-mark-converter-prompt): Developers can mark
17654         functions as needing (default), or not needing,
17655         gnus-convert-old-newsrc's "backup before upgrading warning".
17656         (gnus-convert-converter-needs-prompt): Tests whether the user
17657         should be protected from potentially irreversable changes by the
17658         function.
17659
17660         * legacy-gnus-agent.el: New.  Provides converters that are only
17661         loaded when gnus-convert-old-newsrc needs to call them.
17662
17663 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17664
17665         * mail-source.el (mail-source-touch-pop): Doc fix.
17666
17667         * message.el (message-smtpmail-send-it): Doc fix.
17668
17669 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
17670
17671         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17672
17673         * nnmail.el (nnmail-split-fancy): do.
17674
17675         * gnus-kill.el (gnus-kill, gnus-execute): do.
17676
17677 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17678
17679         * gnus-sum.el (gnus-widget-reversible-match)
17680         (gnus-widget-reversible-to-internal)
17681         (gnus-widget-reversible-to-external): New functions.
17682         (gnus-widget-reversible): New widget.
17683         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17684
17685 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
17686
17687         * gnus-sum.el (gnus-thread-sort-functions)
17688         (gnus-article-sort-functions): Document `(not F)' items.
17689
17690 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
17691
17692         * spam.el (spam-use-gmane-xref): Add new backend.
17693         (spam-gmane-xref-spam-group): Add variable to control the name of the
17694         Gmane spam group.
17695         (spam-blackhole-servers, spam-blackhole-good-server-regex)
17696         (spam-regex-headers-spam, spam-regex-headers-ham)
17697         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17698         (spam-list-of-checks): Add spam-use-gmane-xref to list of
17699         backends and checks.
17700         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17701
17702         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17703         an autodetect method.
17704
17705 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17706
17707         * gnus-int.el (gnus-request-accept-article): Inform the agent that
17708         articles are being added to a group.
17709         (gnus-request-replace-article): Inform the agent that articles
17710         need to be uncached as the cached contents are no longer valid.
17711
17712 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17713
17714         * binhex.el: Don't autoload executable-find.
17715
17716         * canlock.el: Don't autoload mail-fetch-field.
17717
17718         * dgnushack.el: Autoload c-mode for XEmacs.
17719
17720         * gnus-ems.el: Don't autoload appt-select-lowest-window.
17721
17722         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17723         rmail-dont-reply-to and rmail-output.
17724
17725         * gnus-score.el: Don't autoload ffap-string-at-point.
17726
17727         * gnus-setup.el: Don't autoload sc-cite-original.
17728
17729         * imap.el: Don't autoload base64-decode-string,
17730         base64-encode-string and md5.
17731
17732         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17733         and rmail-msg-restore-non-pruned-header.
17734
17735         * mm-decode.el: Don't autoload executable-find.
17736
17737         * mm-url.el: Don't autoload executable-find.
17738
17739         * mm-view.el: Don't autoload diff-mode.
17740
17741         * nndb.el: Don't autoload news-reply-mode, news-setup,
17742         cancel-timer and telnet.
17743
17744         * password.el: Don't autoload run-at-time for Emacs.
17745
17746         * sha1-el.el: Don't autoload executable-find.
17747
17748         * sieve-mode.el: Don't autoload c-mode.
17749
17750         * uudecode.el: Don't autoload executable-find.
17751
17752 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17753
17754         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
17755         (gnus-agent-possibly-alter-active): Avoid null in numeric
17756         comparison.
17757         (gnus-agent-set-local): Refuse to save null in local object table.
17758         (gnus-agent-regenerate-group): The REREAD parameter can now be a
17759         list of articles that will be marked as unread.
17760
17761 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17762
17763         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17764
17765 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
17766
17767         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17768         language tags.
17769
17770 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
17771
17772         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17773         Don't bind "obarray".
17774
17775         * gnus-sum.el (gnus-thread-sort-functions): Added
17776         `gnus-thread-sort-by-most-recent-number' and
17777         `gnus-thread-sort-by-most-recent-date'.
17778         Reported by Kai Grossjohann <kai@emptydomain.de>.
17779
17780 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17781
17782         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17783
17784 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17785
17786         * gnus-cus.el (gnus-agent-customize-category): Removed
17787         ignore-errors macro reference that required cl to be loaded at
17788         run-time.
17789
17790         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17791         single-interval range of the form (min . max).  Previously the
17792         range had to look like ((min . max)).  Likewise, return
17793         (min . max) rather than ((min . max)).
17794         (gnus-range-map): Use gnus-range-normalize to accept
17795         single-interval range.
17796
17797         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17798         the cache, but not the agent, now appear with their usual face.
17799
17800         * dgnushack.el (loaddir): New variable that is bound to the
17801         directory containing the dgnushack.el file. Use loaddir, rather
17802         than srcdir, to update load-path. Change lets dgnushack compile
17803         code in directories other than GNUS/lisp.
17804
17805 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17806
17807         * lpath.el: Don't bind w3m-safe-url-regexp.
17808
17809         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17810         w3m-safe-url-regexp variable buffer-local.
17811
17812         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17813
17814 2004-02-27  Simon Josefsson  <jas@extundo.com>
17815
17816         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17817         gnus-group-real-prefix.
17818         (gnus-summary-move-article): Use it, instead of
17819         gnus-group-real-prefix.
17820
17821 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17822
17823         * lpath.el: Bind w3m-safe-url-regexp.
17824
17825         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17826         w3m-safe-url-regexp variable buffer-local and set it as the value
17827         of mm-w3m-safe-url-regexp.
17828
17829         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17830
17831         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17832         parsing gnus-posting-styles when the message is not for replying.
17833
17834         * dgnushack.el: Autoload sgml-mode for XEmacs.
17835
17836         * nnrss.el (nnrss-opml-export): Use
17837         mm-set-buffer-file-coding-system instead of
17838         set-buffer-file-coding-system.
17839
17840 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
17841
17842         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17843         of checkdoc.el).
17844         * nnrss.el: do.
17845         * gnus-mlspl.el: do.
17846         * gnus-ml.el: do.
17847         * gnus-srvr.el: do.
17848
17849         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17850
17851 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
17852
17853         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17854         Corrections to custom-manual links.
17855
17856         * gnus-art.el (gnus-article): Ditto.
17857
17858         * mm-decode.el (mime-display, mime-security): Ditto.
17859
17860 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17861
17862         * flow-fill.el: Typo.
17863
17864 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
17865
17866         * spam-wash.el: New file.
17867
17868 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
17869
17870         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
17871
17872 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
17873
17874         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17875         to be run with new-articles as LIST1, not LIST2.
17876         (spam-registration-functions): Add spam-use-ham-copy as a nil
17877         registration backend.
17878
17879 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17880
17881         * spam-stat.el (spam-stat-washing-hook): New option.
17882         (spam-stat-buffer-words): Use it.
17883         (spam-stat-process-directory, spam-stat-test-directory): Use
17884         insert-file-contents-literally.
17885         (spam-stat-coding-system): New variable.
17886         (spam-stat-load, spam-stat-save): Use it.
17887
17888 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17889
17890         * spam-report.el (spam-report-plug-agent): Quote
17891         spam-report-url-to-file and spam-report-url-ping-plain.
17892
17893 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
17894
17895         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
17896         / in mailto URLs.
17897
17898 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17899
17900         * spam-report.el (spam-report-process-queue): Fix interactive use.
17901         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17902         (spam-report-unplug-agent): Doc fixes.
17903         (spam-report-url-ping-mm-url, spam-report-url-to-file)
17904         (spam-report-agentize, spam-report-deagentize): Autoload.
17905
17906 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17907
17908         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
17909
17910         * message.el (message-setup-fill-variables): Add mml tags to
17911         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
17912         <ajk@iu.edu>.
17913         (message-mode): Don't modify paragraph-separate there.
17914
17915 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17916
17917         * compface.el (uncompface-use-external): Default to undecided.
17918         (uncompface-use-external-threshold): New variable.
17919         (uncompface-float-time): New macro.
17920         (uncompface): Determine whether to use the external decoder if
17921         uncompface-use-external is undecided.
17922
17923 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17924
17925         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17926         after images.
17927
17928         * gnus-art.el (gnus-mime-display-single): Remove dead code.
17929
17930 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
17931
17932         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17933
17934         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17935
17936         * gnus-sum.el (gnus-summary-limit-to-age)
17937         (gnus-summary-limit-children): do.
17938
17939         * gnus-int.el (gnus-request-scan): do.
17940
17941         * gnus-group.el (gnus-group-suspend): do.
17942
17943         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
17944
17945         * gnus-cite.el (gnus-cite-parse-attributions): do.
17946
17947         * gnus-agent.el (gnus-summary-set-agent-mark)
17948         (gnus-agent-regenerate-group): do.
17949
17950         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
17951
17952         * binhex.el (binhex-decode-region-internal): do.
17953
17954 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17955
17956         * gnus-fun.el (gnus-face-properties-alist): New user option.
17957         (gnus-display-x-face-in-from): Use it.
17958
17959         * gnus-art.el (article-display-face): Ditto.
17960
17961         * compface.el (uncompface-use-external): Default to nil.
17962
17963 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
17964
17965         * nntp.el (nntp-erase-buffer): New function.
17966         (nntp-retrieve-data, nntp-send-command)
17967         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
17968         (nntp-possibly-change-group): Use it.
17969
17970         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
17971         with-current-buffer.
17972
17973 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
17974
17975         * compface.el: Merge the ELisp-based uncompface program.
17976         (compface): New customization group.
17977         (uncompface-use-external): New user option.
17978         (uncompface): Call uncompface-internal if uncompface-use-external
17979         is nil.
17980         (uncompface-internal): New function.  Note that there are also
17981         some other functions and variables added for this function.
17982
17983 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
17984
17985         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
17986         if necessary.
17987
17988 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
17989
17990         * spam-report.el (spam-report-unplug-agent)
17991         (spam-report-plug-agent, spam-report-deagentize)
17992         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
17993         Add support for the Agent in spam-report: when unplugged, report to a
17994         file; when plugged, submit all the requests.
17995
17996         * spam.el (spam-register-routine): Fix message about
17997         registration.
17998
17999 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18000
18001         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18002         dependencies.
18003         (rfc2047-encode): Use it.
18004
18005         * gnus-art.el (gnus-button-marker-list): Move before first
18006         reference.
18007
18008         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18009         (imap-parse-body): Fix format string mismatch.
18010
18011         * gnus-score.el (gnus-summary-increase-score): do.
18012
18013         * nnrss.el (nnrss-close): New function.
18014
18015 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18016
18017         * nnrss.el (nnrss-make-filename): New function.
18018         (nnrss-request-delete-group, nnrss-read-server-data)
18019         (nnrss-save-server-data, nnrss-read-group-data)
18020         (nnrss-save-group-data): Use it.
18021         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18022         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18023         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18024
18025 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18026
18027         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18028
18029 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18030
18031         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18032         files.
18033
18034         * message.el (message-generate-headers-first): Don't quote nil
18035         and t in docstrings.
18036
18037         * imap.el (imap-id): do.
18038
18039         * gnus-agent.el (gnus-agent-consider-all-articles)
18040         (gnus-agent-queue-mail): do.
18041
18042 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18043
18044         * spam-report.el (spam-report-process-queue): New function.
18045         Process requests from `spam-report-requests-file'.
18046         (spam-report-process-queue): Doc fix.
18047
18048 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18049
18050         * spam.el (spam-register-routine)
18051         (spam-log-processing-to-registry, spam-log-registered-p)
18052         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18053         Change "check" to "spam-check" for semi-clarity.
18054
18055 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18056
18057         * pop3.el: Require nnheader.
18058
18059         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18060
18061         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18062
18063         * gnus-picon.el: Require cl.
18064
18065         * gnus-fun.el: Require gnus-ems and gnus-util.
18066
18067         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18068
18069         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18070
18071         * gnus-art.el (gnus-article-edit-mode): Define before first
18072         reference.
18073
18074 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18075
18076         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18077         (gnus-uu-post-encoded): Use point-at-bol.
18078
18079         * gnus-topic.el (gnus-group-active-topic-p): do.
18080
18081         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18082
18083         * gnus-group.el (gnus-group-kill-region): do.
18084
18085         * gnus-art.el (article-date-ut): do.
18086
18087         * message.el (message-fetch-field): Remove redundant
18088         case-fold-search binding.
18089         (message-narrow-to-field): Simplify.
18090
18091 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18092
18093         * spam.el (spam-directory): Derive from `gnus-directory'.
18094
18095         * spam-report.el (spam-report-url-to-file)
18096         (spam-report-requests-file): New function and variable for offline
18097         reporting.
18098         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18099         and user defined function.
18100         (spam-report-url-ping-mm-url): Remove doubled slash.
18101
18102 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18103
18104         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18105
18106 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18107
18108         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
18109         format string mismatch.
18110
18111         * sieve.el (sieve-deactivate-all): do.
18112
18113         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18114
18115         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18116
18117         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18118
18119         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18120
18121 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18122
18123         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18124         the list of checks.
18125
18126 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18127
18128         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18129         padding.
18130
18131 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18132
18133         * mm-view.el (mm-fill-flowed): New variable.
18134         (mm-inline-text): Use it.
18135
18136 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18137
18138         * spam.el (spam-spamassassin-register-ham-routine)
18139         (spam-spamassassin-register-spam-routine): Fix function names.
18140
18141 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18142
18143         * gnus.el (gnus-tmp-grouplens): Remove.
18144         (gnus-summary-line-format): Remove grouplens.
18145
18146         * gnus-group.el (gnus-group-line-format): Ditto.
18147
18148         * gnus-spec.el (gnus-format-specs): Ditto.
18149         (gnus-update-format-specifications): Flush the group format spec
18150         cache if there's the grouplens stuff.
18151         (gnus-parse-simple-format): Replace %l with the empty string.
18152
18153 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18154
18155         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18156         omission.
18157
18158 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18159
18160         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18161         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18162
18163 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18164
18165         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18166         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18167         New macros and functions.
18168         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18169         Handle > NLINK_MAX messages.
18170         * nnmaildir.el (nnmaildir-request-set-mark): Use
18171         nnmaildir--emlink-p and nnmaildir--eexist-p.
18172
18173 2004-01-25  Alex Schroeder  <alex@gnu.org>
18174
18175         * spam-stat.el (spam-stat-process-directory-age): New option.
18176         (spam-stat-process-directory): Use it.
18177
18178 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18179
18180         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18181         (spam-stat-save): Accept prefix argument.
18182
18183 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18184
18185         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18186         links" error.
18187
18188 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18189
18190         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18191         the rest of the and/or forms.
18192
18193 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18194
18195         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18196         compatibility with old .newsrc.eld files.
18197
18198         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18199
18200         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18201
18202         * gnus-start.el (gnus-1): do.
18203
18204         * gnus-group.el (gnus-group-line-format-alist): do.
18205
18206         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18207
18208         * gnus-gl.el: Remove.
18209
18210 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18211
18212         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18213         marks consisting of a single range {for example, (3 . 5)} rather
18214         than a list of a single range { ((3 . 5)) }.
18215
18216 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18217
18218         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
18219         with-current-buffer.
18220         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18221         avoid consing a string.
18222
18223         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18224         Remove obsolete entries for big5 and gb2312.
18225
18226 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18227
18228         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18229         uncompressed list.
18230
18231 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18232
18233         * spam-stat.el (spam-stat-strip-xref): New function.
18234         (spam-stat-process-directory): Use it.
18235
18236         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18237         here -- it's done in message-fetch-field.
18238
18239 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18240
18241         * gnus-agent.el (gnus-agent-queue-mail)
18242         (gnus-agent-prompt-send-queue): New variables.
18243         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18244         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18245         "nndraft:queue" along to gnus-draft-send.  Use
18246         gnus-agent-prompt-send-queue.
18247         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18248         is "nndraft:queue".  Suggested by Gaute Strokkenes
18249         <gs234@srcf.ucam.org>
18250
18251         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
18252         (agent-enable-undownloaded-faces): Added.
18253         (gnus-agent-cat-groups): Use eval-and-compile, not
18254         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18255         method of gnus-agent-cat-groups even when the buffer has been
18256         evaled.
18257         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
18258         delete gnus-agent-save-active-1.
18259         (gnus-agent-save-groups): Deleted.  Identical to
18260         gnus-agent-save-active.
18261         (gnus-agent-write-active): No longer adjust agent's copy of active
18262         file as agent's adjustments are now stored in their own
18263         file.  Removed optional parameter.
18264         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18265         servers.  Add use of min/max range limits from server's local
18266         file.
18267         (gnus-agent-save-alist): Removed unused optional argument.
18268         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18269         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18270         (gnus-agent-set-local): A per-server file that keeps min/max range
18271         limits for articles known to the agent.  Provides a fast mechanism
18272         for altering many active ranges.
18273         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18274         active file (local makes it unnecessary).
18275         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
18276
18277         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
18278         (agent-enable-undownloaded-faces): Added.
18279
18280         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18281         disable it when sending to "nndraft:queue".
18282         (gnus-group-send-queue): Add safety check to avoid sending queue
18283         when unplugged.
18284
18285         * gnus-group.el (gnus-group-catchup): Use new
18286         gnus-sequence-of-unread-articles, not
18287         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18288         numbers of articles.  Use gnus-range-map to avoid having to
18289         uncompress the unread list.
18290         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18291         Fixed invalid ange-ftp reference.
18292
18293         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18294         (gnus-sorted-range-intersection): Intersection of two ranges
18295         without requiring that they first be uncompressed.
18296
18297         * gnus-start.el (gnus-activate-group): Unless blocked by the
18298         caller, possibly expand the active range to include both cached
18299         and agentized articles.
18300         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18301         multiple version-dependent converters.
18302         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
18303         gnus-agent-save-active.
18304         (gnus-save-newsrc-file): Save dirty agent range limits.
18305
18306         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
18307         gnus-agent-possibly-alter-active.
18308         (gnus-adjust-marked-articles): Faster handling of simple lists.
18309
18310 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18311
18312         * spam-stat.el (spam-stat-test-directory): New optional argument
18313         displays a list of files detected.  Suggested by Andrew Cohen
18314         <cohen@andy.bu.edu>.
18315         (spam-stat-buffer-words-with-scores): Don't narrow and change
18316         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18317
18318 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18319
18320         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18321         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18322         (spam-spamassassin-arguments)
18323         (spam-spamassassin-spam-flag-header)
18324         (spam-spamassassin-positive-spam-flag-header)
18325         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18326         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18327         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18328         (spam-list-of-processors, spam-list-of-checks)
18329         (spam-list-of-statistical-checks, spam-registration-functions)
18330         (spam-check-spamassassin-headers, spam-check-spamassassin)
18331         (spam-spamassassin-score)
18332         (spam-spamassassin-register-with-sa-learn)
18333         (spam-spamassassin-register-spam-routine)
18334         (spam-spamassassin-register-ham-routine)
18335         (spam-assassin-register-spam-routine)
18336         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18337         (spam-bogofilter-score): Fix to show article before scoring.
18338
18339 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18340
18341         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18342         default scoring function.
18343         (spam-generic-score): Call spam-spamassassin-score if
18344         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18345         spam-bogofilter-score otherwise.
18346
18347         * gnus.el (spam-process, spam-autodetect-methods): Add
18348         spamassassin and spamassassin-headers.
18349
18350 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18351
18352         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18353         Suppress unnecessary messages.
18354
18355 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18356
18357         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18358         make-hash-table.
18359
18360 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18361
18362         * canlock.el (base64-encode-string): Don't autoload it.
18363
18364 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18365
18366         * run-at-time.el: Remove useless (require 'itimer),
18367         eval-and-compile and (featurep 'xemacs).
18368
18369 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18370
18371         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18372         GROUP is a virtual group.
18373
18374 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18375
18376         * gnus.el: Autoload `message-y-or-n-p'.
18377
18378 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18379
18380         * pgg-parse.el: Remove unnecessary (require 'custom).
18381
18382         * pgg-def.el: do.
18383
18384         * nnmail.el: do.
18385
18386         * gnus-undo.el: do.
18387
18388         * gnus-picon.el: do.
18389
18390         * gnus-util.el: do.
18391
18392 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18393
18394         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18395
18396 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18397
18398         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18399         handle, as well as a list.
18400
18401         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18402         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18403         (mm-w3m-cid-retrieve): Simplify.
18404
18405 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18406
18407         * message.el (message-kill-to-signature): Allow prefix arg to
18408         specify number of lines to keep before signature.
18409
18410 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18411
18412         * message.el (message-kill-to-signature): Change docstring.
18413
18414 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18415
18416         * canlock.el: Always require sha1-el.
18417         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18418
18419         * message.el: Autoload sha1 only when compiling.
18420
18421         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
18422         eudc-expand-inline for XEmacs.
18423
18424 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18425
18426         * message.el (message-canlock-generate): Require sha1-el.
18427
18428 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18429
18430         * message.el (message-expand-name): Silence the byte compiler.
18431
18432         * lpath.el: Add detect-coding-system.
18433
18434         * dgnushack.el (dgnushack-compile): Remove obsolete check for
18435         cus-edit.
18436
18437 2004-01-13  Simon Josefsson  <jas@extundo.com>
18438
18439         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18440         Invoke gnus-score-mode.  Reported by
18441         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18442
18443         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
18444         Jim Blandy <jimb@redhat.com> (tiny change).
18445
18446 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18447
18448         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18449
18450 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18451
18452         * spam.el (spam-get-article-as-string): Update to use
18453         gnus-request-article-this-buffer, much simpler.
18454         (spam-get-article-as-buffer): Remove.
18455
18456 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18457
18458         * message.el (message-expand-name): Use EUDC if the user uses that.
18459
18460 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18461
18462         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18463         character for the encoding to avoid consing a string.
18464
18465         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18466         unnecessarily.
18467
18468         * mm-util.el (mm-replace-chars-in-string): Remove.
18469
18470         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18471         of mm-replace-chars-in-string.
18472
18473 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18474
18475         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18476
18477         * mm-util.el (mm-subst-char-in-string): Support inplace.
18478
18479         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18480         a new string in every iteration.  Use shy groups.
18481
18482 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18483
18484         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18485         * gnus-soup.el (gnus-soup-group-brew):
18486         * gnus-msg.el (gnus-put-message):
18487         * gnus-move.el (gnus-group-move-group-to-server):
18488         * gnus-kill.el (gnus-batch-score):
18489         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18490         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18491         (gnus-group-update-group, gnus-group-read-group)
18492         (gnus-group-make-group, gnus-group-make-help-group)
18493         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18494         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18495         (gnus-group-sort-by-unread, gnus-group-catchup)
18496         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18497         (gnus-group-yank-group, gnus-group-set-info)
18498         (gnus-group-list-groups):
18499         * gnus.el (gnus-generate-new-group-name):
18500         * gnus-delay.el (gnus-delay-send-queue):
18501         * nnvirtual.el (nnvirtual-catchup-group):
18502         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18503         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18504         (gnus-group-prepare-topics, gnus-topic-check-topology):
18505         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18506         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18507         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18508         (gnus-group-make-articles-read):
18509         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18510         (gnus-group-change-level, gnus-kill-newsgroup)
18511         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18512         (gnus-get-unread-articles, gnus-make-articles-unread)
18513         (gnus-make-ascending-articles-unread): Use accessor
18514         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18515         to get group information for improved readability.
18516
18517
18518 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18519
18520         * gnus-art.el (article-decode-mime-words, article-babel)
18521         (gnus-article-highlight-signature, gnus-article-add-buttons)
18522         (gnus-signature-toggle): Use gnus-with-article-buffer.
18523
18524         * gnus-art.el (gnus-article-highlight-headers)
18525         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18526
18527         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18528         (gnus-article-set-globals, gnus-request-article-this-buffer)
18529         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18530         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18531         (gnus-mime-display-alternative): Use with-current-buffer.
18532
18533 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18534
18535         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18536         also under 80 char limit, and call gnus-error if needed.
18537         (spam-fetch-article-header): Fix - it was a
18538         buffer-local variable (gnus-newsgroup-data).
18539         (spam-find-spam): Use spam-generate-fake-headers, forget about
18540         spam-insert-fake-headers.
18541         (spam-insert-fake-headers): Remove.
18542
18543 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18544
18545         * deuglify.el (gnus-article-outlook-unwrap-lines)
18546         (gnus-outlook-rearrange-article)
18547         (gnus-outlook-repair-attribution-outlook)
18548         (gnus-outlook-repair-attribution-block)
18549         (gnus-outlook-repair-attribution-other): Remove redundant
18550         save-excursion.
18551
18552 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18553
18554         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18555         (spam-fetch-field-subject-fast)
18556         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18557         (spam-fetch-article-header): Add functions to deal with Gnus
18558         internals for fast retrieval of article header data.
18559         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18560
18561 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18562
18563         * pop3.el (pop3-md5): Remove.
18564         (pop3-apop): Replace pop3-md5 with md5.
18565
18566         * mm-bodies.el: base64 is always built-in.
18567
18568         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
18569         with-current-buffer.
18570
18571 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18572
18573         * canlock.el (canlock-insert-header): Remove excessive grouping in
18574         regexp.
18575
18576         * gnus-sum.el (gnus-summary-read-document): Ditto.
18577
18578         * gnus-uu.el (gnus-uu-part-number): Ditto.
18579
18580         * html2text.el (html2text-remove-tags): Ditto.
18581         (html2text-format-tags): Ditto.
18582         (html2text-format-single-elements): Ditto.
18583
18584         * mml.el (mml-parse-1): Ditto.
18585
18586 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18587
18588         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18589
18590         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18591
18592         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18593
18594         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18595
18596 2003-11-15  Simon Josefsson  <jas@extundo.com>
18597
18598         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18599         (pgg-gpg-lookup-key): Use regexp match instead of
18600         split-string (split-string is different between emacs 21.2 and
18601         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
18602
18603 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18604
18605         * gnus-art.el (gnus-mime-view-all-parts)
18606         (gnus-article-part-wrapper, gnus-article-view-part): Use
18607         with-current-buffer.
18608
18609 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18610
18611         * spam.el (spam-disable-spam-split-during-ham-respool)
18612         (spam-spamoracle-database, spam-cache-lookups)
18613         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18614         (spam-group-ham-mark-p, spam-group-spam-mark-p)
18615         (spam-group-ham-marks, spam-group-spam-marks)
18616         (spam-group-spam-contents-p, spam-group-ham-contents-p)
18617         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18618         also add spam-use-blackholes to the statistical checks.
18619         (spam-fetch-field-fast): Add interface to fetching fields, may
18620         become a macro.
18621         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18622         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18623         (spam-insert-fake-headers): Fake an article when needed.
18624         (spam-find-spam): Fake article when possible.
18625         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18626         (spam-check-bogofilter-headers): Use message-fetch-field instead
18627         of nnmail-fetch-field.
18628
18629 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18630
18631         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18632
18633 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18634
18635         * spam.el (spam-split): Do not require spam-use-CHECK to be
18636         enabled if that check is passed to spam-split explicitly; also
18637         fix so 'spam doesn't get converted to spam-split-group when
18638         spam-split-symbolic-return is t.
18639         (spam-find-spam): Find registrations of the article and use those
18640         instead of re-running spam-split to find the spam/ham
18641         classification of the article.
18642         (spam-log-processing-to-registry, spam-log-registered-p)
18643         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18644         Use gnus-error instead of gnus-message.
18645         (spam-log-registration-type): Add function to determine the
18646         classification of a message based on registry entries; will
18647         return nil if both 'spam and 'ham are found.
18648         (spam-check-BBDB): Expand all the BBDB macros here so we can have
18649         a reasonably fast local cache without the loading errors.
18650         (spam-cache-lookups): Set to t by default.
18651         (spam-find-spam): Don't try to guess spam-cache-lookups.
18652         (spam-enter-whitelist, spam-enter-blacklist): Clear the
18653         spam-caches entry.
18654         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
18655         caching of whitelist/blacklist entries.
18656         (spam-check-whitelist, spam-check-blacklist): Invoke
18657         spam-from-listed-p with a type, not a cache variable.
18658         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18659
18660 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18661
18662         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18663
18664         * nnmail.el (nnmail-split-fancy): do.
18665
18666         * mml.el (mml-parse): do.
18667
18668         * gnus-score.el (gnus-enter-score-words-into-hashtb)
18669         (gnus-score-adaptive): do.
18670
18671 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18672
18673         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18674         (gnus-mime-button-map): Don't set keymap parent.
18675         (gnus-button-ctan-directory-regexp): Use shy grouping.
18676         (gnus-prev-page-map): Don't set keymap parent.
18677         (gnus-prev-page-map): Remove duplicated one.
18678         (gnus-next-page-map): Don't set keymap parent.
18679         (gnus-mime-security-button-map): Ditto.
18680
18681         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18682         version number.
18683
18684         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18685
18686 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18687
18688         * canlock.el (canlock-sha1-function): Remove.
18689         (canlock-sha1-function-for-verify): Remove.
18690         (canlock-openssl-program): Remove.
18691         (canlock-openssl-args): Remove.
18692         (canlock-ignore-errors): Remove.
18693         (canlock-sha1-with-openssl): Remove.
18694         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18695         (canlock-verify): Don't use canlock-ignore-errors.
18696
18697         * sha1-el.el (sha1-string-external): Make it can return a string
18698         in binary form.
18699         (sha1-region-external): Ditto.
18700         (sha1-string-internal): Ditto.
18701         (sha1-region-internal): Ditto.
18702         (sha1-region): Ditto.
18703         (sha1-string): Ditto.
18704         (sha1): Ditto.
18705
18706 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18707
18708         * spam.el (spam-report-articles-gmane): New command.
18709
18710 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18711
18712         * gnus.el: Don't make unnecessary *Group* buffer when loading.
18713
18714         * run-at-time.el (run-at-time-saved): Remove.
18715         (run-at-time): Doc fix.
18716
18717 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18718
18719         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18720         (gnus-summary-limit-map): Add it.
18721         (gnus-summary-make-menu-bar): do.
18722
18723 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
18724
18725         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18726         Make attempt at some caching support (done for BBDB only now).
18727         (spam-find-spam): Set spam-cache-lookups if there are more than 2
18728         addresses to be checked.
18729         (spam-clear-cache-BBDB): Add function, to be invoked by
18730         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18731         (spam-check-BBDB): Check and use the caches, if
18732         spam-cache-lookups is on, remove superfluous (provide).
18733
18734 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
18735
18736         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
18737
18738 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
18739
18740         * run-at-time.el (run-at-time-saved): Move to after the definition
18741         of `run-at-time'.
18742
18743         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
18744
18745 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18746
18747         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18748         mm-w3m-local-map-property.
18749
18750         * mm-view.el (mm-w3m-mode-map): Remove.
18751         (mm-w3m-local-map-property): Remove.
18752         (mm-inline-text-html-render-with-w3m): Don't use
18753         mm-w3m-local-map-property.
18754
18755 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18756
18757         * run-at-time.el: New file.
18758
18759         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
18760         under Emacs.
18761
18762         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18763         of gnus-set-text-properties.
18764
18765         * gnus-uu.el (gnus-uu-save-article): Ditto.
18766
18767         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18768
18769         * gnus-cite.el (gnus-cite-parse): Ditto.
18770
18771         * gnus-art.el (gnus-button-push): Use set-text-properties instead
18772         of gnus-.
18773
18774         * gnus-xmas.el (run-at-time): Require run-at-time.
18775
18776         * gnus.el: Changed calls to nnheader-run-at-time and
18777         password-run-at-time throughout to use run-at-time directly.
18778
18779         * password.el: Removed definition of run-at-time.
18780
18781         * nnheaderxm.el: Remove definition of run-at-time.
18782
18783 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
18784
18785         * mml.el (mml-minibuffer-read-disposition): Show attachment type
18786         in prompt.
18787
18788 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18789
18790         * messagexmas.el (message-xmas-redefine): Alias
18791         `message-make-caesar-translation-table' to
18792         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
18793         version.
18794
18795         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
18796         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
18797         `gnus-xmas-set-text-properties'.
18798         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
18799         `gnus-xmas-completing-read'.
18800         (gnus-xmas-completing-read): Removed.
18801         (gnus-xmas-open-network-stream): Removed.
18802
18803         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18804         XEmacs version.
18805
18806         * dns.el (dns-make-network-process): Use `open-network-stream'
18807         instead of `gnus-xmas-open-network-stream'.
18808
18809         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
18810
18811         * .cvsignore: Add auto-autoloads.el, custom-load.el.
18812
18813 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18814
18815         * gnus-art.el (gnus-mime-display-alternative)
18816         (gnus-insert-mime-button, gnus-insert-mime-security-button)
18817         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18818         Don't use gnus-local-map-property.
18819
18820         * gnus-util.el (gnus-local-map-property): Remove.
18821
18822         * mm-view.el (mm-view-pkcs7-decrypt): Replace
18823         gnus-completing-read-maybe-default with completing-read.
18824
18825         * gnus-util.el (gnus-completing-read): do.
18826         (gnus-completing-read-maybe-default): Remove.
18827
18828 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18829
18830         * password.el: Only autoload `run-at-time' if not XEmacs.
18831         Only autoload the itimer functions if XEmacs.
18832
18833 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18834
18835         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
18836         XEmacsen.
18837
18838         * dgnushack.el: Autoload executable-find for XEmacs.
18839
18840 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18841
18842         * gnus-art.el (gnus-read-string): Remove.
18843         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18844         read-string.
18845
18846 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
18847
18848         * netrc.el: Autoload password-read.
18849         (netrc): Add configuration group.
18850         (netrc-encoding-method, netrc-openssl-path): Add
18851         variables for encoding and decoding of files with symmetric
18852         ciphers.
18853         (netrc-encode): Add assistant function to encode a file with
18854         netrc-encoding-method.
18855         (netrc-parse): Add interactive parameter, added optional
18856         decoding if netrc-encoding-method is non-nil but otherwise
18857         behavior is standard.
18858         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18859         Do s/encode/encrypt/ everywhere.
18860
18861         * spam.el: Remove executable-find autoload.
18862
18863 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18864
18865         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
18866
18867         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
18868
18869 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18870
18871         * gnus-art.el (gnus-treat-ansi-sequences)
18872         (article-treat-ansi-sequences): New variable and function.
18873         Suggested by Dan Jacobson <jidanni@jidanni.org>.
18874
18875         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18876         Use it.
18877
18878 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18879
18880         * mm-util.el (mm-quote-arg): Remove.
18881
18882         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18883         shell-quote-argument.
18884
18885         * gnus-uu.el (gnus-uu-command): do.
18886
18887         * gnus-sum.el (gnus-summary-insert-pseudos): do.
18888
18889         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18890         with make-char.
18891
18892         * mm-util.el (mm-make-char): Remove.
18893
18894         * mml.el (mml-mode): Replace gnus-add-minor-mode with
18895         add-minor-mode.
18896
18897         * gnus-undo.el (gnus-undo-mode): do.
18898
18899         * gnus-topic.el (gnus-topic-mode): do.
18900
18901         * gnus-sum.el (gnus-dead-summary-mode): do.
18902
18903         * gnus-start.el (gnus-slave-mode): do.
18904
18905         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
18906
18907         * gnus-ml.el (gnus-mailing-list-mode): do.
18908
18909         * gnus-gl.el (gnus-grouplens-mode): do.
18910
18911         * gnus-draft.el (gnus-draft-mode): do.
18912
18913         * gnus-dired.el (gnus-dired-mode): do.
18914
18915         * gnus-ems.el (gnus-add-minor-mode): Remove.
18916
18917         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18918         Replace gnus-char-width with char-width.
18919
18920         * gnus-ems.el (gnus-char-width): Remove.
18921
18922         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18923         Replace gnus-char-width with char-width.
18924
18925         * gnus-ems.el (gnus-char-width): Remove.
18926
18927         * spam-stat.el (with-syntax-table): Remove with-syntax-table
18928         definition.
18929         Remove Emacs 20 hash table compatibility code.
18930
18931         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18932         20 compatibility code.
18933
18934         * spam.el (spam-point-at-eol): Replace with point-at-eol.
18935
18936         * smime.el (smime-point-at-eol): Replace with point-at-eol.
18937
18938         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
18939         with point-at-{eol,bol}.
18940
18941         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
18942
18943         * imap.el (imap-point-at-eol): Replace with point-at-eol.
18944
18945         * flow-fill.el (fill-flowed-point-at-bol)
18946         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
18947
18948         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
18949         Replace with point-at-{eol,bol} throughout all files.
18950
18951 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18952
18953         * ntlm.el (ntlm-string-as-unibyte): New macro.
18954         (ntlm-build-auth-response): Use it.
18955
18956         Remove Emacs 20 stuff:
18957         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
18958         (butlast, mapc, remove): Remove the compiler macros.
18959         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
18960         of delq and copy-sequence.
18961         * gnus-art.el (popup-menu): Remove the compiler macro.
18962         * nnmail.el (nnmail-split-fancy): Don't support customizing with
18963         Emacs 20.
18964
18965 2004-01-05  Simon Josefsson  <jas@extundo.com>
18966
18967         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
18968         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
18969         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18970         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18971         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18972         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18973         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
18974         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
18975         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
18976         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
18977         ntlm-string-permute, string-lshift into ntlm-string-lshift,
18978         string-xor into ntlm-string-xor.  Suggested by
18979         Jesper Harder <harder@myrealbox.com>.
18980
18981         * ntlm.el: Don't include poem.
18982
18983         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
18984         Jesper Harder <harder@myrealbox.com>.
18985
18986         * sasl-ntlm.el, ntlm.el, md4.el: New files.
18987
18988         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
18989         probably breaks emacs with DL patch, but do we care? Is anyone
18990         still using the DL stuff?)
18991
18992         * sieve-manage.el: Use the password package.
18993         (sieve-manage-read-passwd): Remove.
18994         (sieve-manage-interactive-login): Use password.  Re-add
18995         condition-case around loop.
18996
18997         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
18998         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
18999         the password package.
19000
19001 2003-02-19  Simon Josefsson  <jas@extundo.com>
19002
19003         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19004         token.
19005
19006 2002-08-07  Simon Josefsson  <jas@extundo.com>
19007
19008         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19009         (sieve-manage-authenticators):
19010         (sieve-manage-authenticator-alist): Add some SASL mechs.
19011         (sieve-sasl-auth): New function.
19012         (sieve-manage-cram-md5-auth):
19013         (sieve-manage-plain-auth): Rewrite using SASL library.
19014         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19015         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19016         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19017         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19018
19019 2004-01-05  Simon Josefsson  <jas@extundo.com>
19020
19021         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19022         New files.
19023
19024 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19025
19026         * gnus-group.el (gnus-no-groups-message): Update.
19027
19028         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19029
19030 2003-11-09  Simon Josefsson  <jas@extundo.com>
19031
19032         * imap.el: Support for ID IMAP extension (RFC 2971).
19033         (imap-local-variables): Add imap-id.
19034         (imap-id): New variable.
19035         (imap-id): New function.
19036         (imap-parse-response): Parse untagged ID response.
19037         * nnimap.el (nnimap-id): New variable.
19038         (nnimap-open-connection): Use it.
19039
19040 2003-12-28  Simon Josefsson  <jas@extundo.com>
19041
19042         * gnus-score.el (gnus-score-edit-all-score): New.
19043         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19044
19045 2004-01-04  Simon Josefsson  <jas@extundo.com>
19046
19047         * password.el: Add.
19048
19049 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19050
19051         * dns.el (dns-query-types): Fix typo.
19052         (dns-query-types): New function.
19053         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19054         PTR and SOA replies, see RFC 1035.
19055
19056 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19057
19058         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
19059
19060         * Moved to Changelog.2.
19061
19062 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19063
19064         * gnus.el (gnus-version-number): Bump version.
19065
19066 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19067
19068         * gnus.el: No Gnus v0.1 is released.
19069
19070 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19071
19072         * gnus.el: No Gnus v0.0 is released.
19073
19074 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19075
19076         * gnus.el (gnus-version-number): Bump.
19077         (gnus-version): No.
19078
19079 See ChangeLog.2 for earlier changes.
19080
19081     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19082       Free Software Foundation, Inc.
19083
19084   This file is part of GNU Emacs.
19085
19086   GNU Emacs is free software: you can redistribute it and/or modify
19087   it under the terms of the GNU General Public License as published by
19088   the Free Software Foundation, either version 3 of the License, or
19089   (at your option) any later version.
19090
19091   GNU Emacs is distributed in the hope that it will be useful,
19092   but WITHOUT ANY WARRANTY; without even the implied warranty of
19093   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19094   GNU General Public License for more details.
19095
19096   You should have received a copy of the GNU General Public License
19097   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19098
19099 ;; Local Variables:
19100 ;; coding: utf-8
19101 ;; fill-column: 79
19102 ;; add-log-time-zone-rule: t
19103 ;; End: