(message-idna-to-ascii-rhs-1): Protect against local users' addresses that
[gnus] / lisp / ChangeLog
1 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * message.el (message-idna-to-ascii-rhs-1): Protect against local
4         users' addresses that don't have domain parts.
5         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
6         rather than message-narrow-to-head since there will be the message
7         header separator.
8
9 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10
11         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
12         variable for debugging bug#464 and bug#1174.
13         (nnimap-demule): Use it.
14
15 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
16
17         * gnus-score.el (gnus-score-find-trace): Handle default score in total
18         score calculation correctly.
19
20 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
21
22         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
23
24 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
25
26         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
27
28 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
29
30         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
31         require itself and to remove `with-no-warnings'.
32
33 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
34
35         * starttls.el (starttls-any-program-available): Get the name of the
36         available TLS layer program.
37         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
38         well as the host name in the "opening" message.
39
40         * auth-source.el (auth-source-cache, auth-source-do-cache)
41         (auth-source-user-or-password): Cache passwords and logins by default,
42         allow override with `auth-source-do-cache'.
43         (auth-source-forget-user-or-password): Allow users to remove cache
44         entries if needed.
45
46 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
47
48         * ietf-drums.el (ietf-drums-remove-comments): Localize second
49         condition-case to only the forward-sexp call.
50
51 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
52
53         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
54         quotes contained.  Make it more robust regardless by an extra
55         condition-case wrapper.
56
57 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
58
59         * lpath.el: No need to fbind codepage-setup for Emacs 23.
60
61 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
62
63         * nnml.el (nnml-request-expire-articles): Check if the function set to
64         `nnmail-expiry-target' returns the symbol `delete'.
65
66         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
67
68         * nnmail.el (nnmail-expiry-target): Fix custom type.
69
70 2008-10-02  Glenn Morris  <rgm@gnu.org>
71
72         * mm-util.el (mm-codepage-setup): Tweak codepage error.
73         Silence compiler warning.
74
75 2008-10-01  Magnus Henoch  <mange@freemail.hu>
76
77         * tls.el (open-tls-stream): Show the actual command being
78         executed, instead of the format string.
79
80 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
81
82         * lpath.el: Fbind codepage-setup for Emacs 23.
83
84 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
85
86         * mml.el (mml-menu): Don't assume mml2015 is bound.
87
88 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
89
90         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
91         exists.
92
93 2008-09-27  Glenn Morris  <rgm@gnu.org>
94
95         * gnus-util.el (mail-header-remove-comments): Autoload it.
96
97 2008-09-27  Andreas Schwab  <schwab@suse.de>
98
99         * gnus-util.el (gnus-split-references): Strip comments.
100         (gnus-parent-id): Likewise.
101
102 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
103
104         * message.el (message-confirm-send): Fix version.
105
106 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
107
108         * message.el (message-idna-to-ascii-rhs-1): Use
109         mail-extract-address-components rather than mail-header-parse-addresses
110         that is an alias by default to ietf-drums-parse-addresses that does not
111         support non-ASCII names in headers' contents.
112
113 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
114
115         * message.el (message-confirm-send): Fixed variable documentation to
116         avoid the "y/n" wording.
117
118 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
119
120         * message.el (message-set-auto-save-file-name): Save to a different
121         filename so multiple messages (especially drafts) can be recovered.
122
123 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
124
125         * message.el (message-confirm-send): Add appropriate version.
126
127 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
128
129         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
130         defvar.
131
132 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
133
134         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
135         (mm-pkcs7-enveloped-magic): Ditto.
136
137 2008-09-17  Simon Josefsson  <simon@josefsson.org>
138
139         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
140         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
141
142 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
143
144         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
145         default, it's better.
146
147 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
148
149         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
150         summary line gnus-number property and ignore them (with a warning
151         message).
152
153 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
154
155         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
156         macro caddr in the interactive form since it won't be expanded.
157
158 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
159
160         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
161         `charset'; fix name of function called recursively.
162         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
163
164 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
165
166         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
167         (gnus-mime-set-charset-parameters): New function.
168         (gnus-mime-view-part-as-charset): Use it to correctly display part
169         specifying wrong charset.
170
171 2008-09-08  David Engster  <dengste@eml.cc>
172
173         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
174         in completing-read for back end server.
175
176 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
177
178         * message.el (message-confirm-send): New variable to confirm sending a
179         message.
180         (message-send): Use it.
181
182 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
183
184         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
185
186 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
187
188         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
189
190 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
191
192         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
193         prevent tracking too many groups.
194         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
195         Use it.
196
197 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
198
199         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
200         moving point to the bottom of the window in order to avoid recentering.
201
202 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
203
204         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
205
206         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
207         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
208         (gnus-article-beginning-of-window): Fix calculation.
209
210 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
211
212         * gnus-msg.el (gnus-summary-supersede-article)
213         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
214         value of gnus-newsgroup-charset to decode non-MIME encoded text in
215         message header.
216
217 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
218
219         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
220         pending output coming after the status change.
221
222 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
223
224         * message.el:
225         * gnus-start.el:
226         * gnus-registry.el: Remove VMS support.
227
228 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
229
230         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
231         macro.
232         (rfc2104-hash): Use it.
233
234 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
235
236         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
237         (gnus-summary-sort-by-most-recent-date): New commands.
238         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
239         and menu entries.
240
241 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
242
243         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
244         don't redisplay article for raw contents; remove plural articles stuff.
245
246         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
247         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
248         on gnus-summary-save-article; display results properly.
249
250 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
251
252         * lpath.el: No need to fbind ns-focus-frame.
253
254 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
255
256         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
257
258 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
259
260         * gnus-art.el (gnus-summary-save-in-pipe): Consider
261         gnus-save-all-headers.
262
263 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
264
265         * gnus-util.el (ns-focus-frame): Remove declaration.
266         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
267         like x.
268
269 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
270
271         * rfc2104.el (rfc2104-zero): Delete defconst.
272         (rfc2104-hex-alist): Likewise.
273         (rfc2104-hex-to-int): Delete func.
274         (rfc2104-hexstring-to-bitstring): Likewise.
275         (rfc2104-nybbles): New defconst.
276         (rfc2104-hash): Rewrite for speed.
277
278 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
279
280         * tls.el (open-tls-stream): Make it work with the 2nd argument
281         BUFFER that is a string but does not exist as a buffer object, as
282         mentioned in the doc-string.
283
284 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
285
286         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
287         SXEmacs.
288
289 2008-07-16  Glenn Morris  <rgm@gnu.org>
290
291         * gnus-util.el (ns-focus-frame): Declare for compiler.
292
293 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
294
295         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
296         set as a group parameter.
297         (gnus-summary-save-in-pipe): Work when it is called independently.
298         (gnus-summary-pipe-to-muttprint): Don't modify
299         gnus-summary-pipe-output-default-command.
300
301 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
302
303         * message.el (message-send-mail-with-sendmail):
304         Display the error message.
305
306 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
307
308         * gnus-art.el (gnus-default-article-saver):
309         Add gnus-summary-save-in-pipe to choices.
310         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
311         gnus-summary-pipe-output-default-command as the default command.
312         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
313         instead of gnus-last-shell-command.
314
315         * gnus-sum.el (gnus-summary-pipe-output-default-command):
316         New user option.
317         (gnus-summary-muttprint-program): Mention the value will be changed.
318         (gnus-summary-save-article): Force showing of all headers.
319         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
320
321 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
322
323         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
324
325 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
326
327         * nnimap.el (nnimap-id):
328         * sieve-manage.el (sieve-manage-open): Doc fixes.
329
330 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
331
332         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
333         if available.
334
335 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
336
337         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
338
339         * nnkiboze.el (nnkiboze-generate-group):
340         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
341
342         * nnmairix.el: Require CL.
343
344 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
345
346         * dgnushack.el: Autoload get-display-table and put-display-table for
347         XEmacs 21.5.
348
349         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
350         21.4 and SXEmacs.
351
352 2008-06-15  David Engster  <dengste@eml.cc>
353
354         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
355
356 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
357
358         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
359         New macros that expand to an `aset'/`aref' call under Emacs, and to a
360         runtime choice under XEmacs.
361
362         * gnus-sum.el (gnus-summary-set-display-table):
363         Use `gnus-put-display-table', `gnus-get-display-table',
364         `gnus-set-display-table' for the display table, instead of `aset'.
365
366         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
367         Use `gnus-put-display-table', `gnus-get-display-table',
368         `gnus-set-display-table' for the display table.
369
370 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
371
372         * nnmairix.el: Add autoloads.
373
374 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
375
376         * nnmairix.el (nnmairix-delete-recreate-group)
377         (nnmairix-update-and-clear-marks): Fix error messages.
378
379 2008-06-14  David Engster  <dengste@eml.cc>
380
381         * nnmairix.el: Upgrade to version 0.6.
382         (nnmairix-group-toggle-propmarks-this-group)
383         (nnmairix-group-toggle-readmarks-this-group)
384         (nnmairix-group-delete-recreate-this-group)
385         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
386         (nnmairix-remove-tick-mark-original-article): New commands.
387         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
388         (nnmairix-propagate-marks-to-nnmairix-groups)
389         (nnmairix-only-use-registry, nnmairix-allowfast-default)
390         (nnmairix-marks-cache, nnmairix-version-output): New variables.
391         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
392         functions needed for marks propagation and manipulation of read marks.
393         (nnmairix-update-groups): New function.
394         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
395         (nnmairix-determine-original-group-from-registry)
396         (nnmairix-determine-original-group-from-path)
397         (nnmairix-get-group-from-file-path, nnmairix-map-range)
398         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
399         New helper functions.
400         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
401         keystrokes for new commands.
402         (nnmairix-delete-and-create-on-change): Doc string cleanup.
403         (nnmairix-request-group): Check allow-fast group parameter.
404         (nnmairix-request-create-group): Set allow-fast group parameter if
405         nnmairix-allowfast-default is set.
406         (nnmairix-close-group): Propagate marks upon closing if needed.
407         (nnmairix-group-toggle-threads-this-group): Use new.
408         nnmairix-group-toggle-parameter helper function.
409         (nnmairix-search): Better check for empty search result.
410         (nnmairix-goto-original-article): Use new helper functions for
411         determining original article.
412         (nnmairix-show-original-article): Make sure message-id is in brackets.
413         (nnmairix-call-mairix-binary): Change variable name.
414         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
415         helper function.
416         (nnmairix-widget-toggle-activate): Fix doc string.
417
418 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
419
420         * nnir.el: Require edmacro when compiling with XEmacs.
421         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
422         available in Emacs 21.
423
424 2008-06-11  Glenn Morris  <rgm@gnu.org>
425
426         * gnus-util.el (x-focus-frame):
427         * gnus.el (image-size):
428         * mm-decode.el (image-size): Declare.
429
430         * gnus-picon.el (declare-function): Add compat definition.
431         (image-size): Declare.
432
433         * gnus-group.el (tool-bar-map):
434         * gnus-sum.el (tool-bar-map): Define for compiler.
435
436         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
437
438         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
439
440         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
441         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
442         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
443         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
444         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
445         * sieve-manage.el, spam-report.el, spam.el:
446         Remove unnecessary eval-and-compile of autoloads.
447
448 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
449
450         * auth-source.el: Precise Tramp doc.
451
452 2008-06-07  Glenn Morris  <rgm@gnu.org>
453
454         * nnmairix.el: Remove unnecessary eval-when-compile.
455
456 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
457
458         * lpath.el: Fbind propertize for XEmacs 21.4.
459
460 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
461
462         * nnir.el: Move here from ../contrib.
463
464 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
465
466         * gnus-util.el (gnus-read-shell-command): New function.
467         * mm-decode.el (mm-pipe-part):
468         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
469
470 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
471
472         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
473
474 2008-06-03  Glenn Morris  <rgm@gnu.org>
475
476        * pop3.el (nnheader-accept-process-output): Autoload it.
477
478 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
479
480         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
481         are not 2-digit hexadecimal characters that follow `%'s.
482
483 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
484
485         * message.el (message-bogus-recipient-p): Fix type in doc string.
486         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
487         (message-bogus-addresses): Rename from message-bogus-address-regexp.
488         Improve custom options.
489         (message-bogus-recipient-p): Adjust accordingly.
490
491 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
492
493         * parse-time.el (parse-time-months, parse-time-weekdays): Add
494         long-form month and day names.
495
496 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
497
498         * dgnushack.el: Autoload debug, eudc-expand-inline and
499         pgg-snarf-keys-region for XEmacs.
500
501         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
502
503         * nnmairix.el: Require edmacro when compiling with XEmacs.
504
505 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
506
507         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
508         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
509
510 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
511
512         * auth-source.el: Add more docs.
513
514         * netrc.el (netrc-machine): Always match if the port is not given.
515
516 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
517
518         * nnheader.el (nnheader-read-timeout): Change the default timeout from
519         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
520         retrieval faster in some cases, but might make CPU usage larger.  If
521         this has any bad side effects, we might revert this change.
522
523         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
524         seems to make mail retrieval much, much faster.
525         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
526         unconditionally.
527
528         * gnus-draft.el (gnus-group-send-queue): Bind
529         message-send-mail-partially-limit to nil to avoid being prompted.
530
531 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
532
533         * mml.el (mml-attach-buffer): Prompt for `disposition'.
534
535         * message.el (message-bogus-address-regexp): Fix and improve custom
536         type.
537         (message-setup-hook): Add message-check-recipients as custom option.
538
539 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
540
541         * message.el (message-cite-function): Remove bogus autoload which crept
542         in during merge from v5-10.
543
544 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
545
546         * nnimap.el (nnimap-open-connection): Fix login/password bug.
547
548         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
549
550         * auth-source.el: Preliminary Tramp docs.
551         (auth-sources): Change the default auth-sources to use
552         EPA .gpg files.
553
554 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
555
556         * nntp.el: Autoload `auth-source-user-or-password'.
557         (nntp-send-authinfo): Use it.
558
559         * nnimap.el: Autoload `auth-source-user-or-password'.
560         (nnimap-open-connection): Use it.
561
562         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
563         for the gnus-message function.
564         (auth-source-user-or-password): Use it.
565
566 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
567
568         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
569         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
570         (rfc2104-hash): Use it.
571
572 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
573
574         * gnus-art.el (gnus-article-toggle-truncate-lines):
575         Don't use `iff' in docstring.
576
577 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
578
579         * gnus-registry.el: Adjusted copyright dates and added a keyword.
580
581         * gnus-util.el (gnus-extract-address-component-name)
582         (gnus-extract-address-component-email): Convenience functions around
583         `gnus-extract-address-components'.
584
585         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
586         Use `gnus-extract-address-component-email' to fix bug of comparing full
587         sender name to `user-mail-address'.
588
589 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
590
591         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
592         catch/throw to optimize.
593         (gnus-registry-find-keywords): Just use member to find a keyword.
594
595 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
596
597         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
598         is current before calling gnus-server-prepare.
599         (gnus-server-setup-buffer, gnus-server-update-server)
600         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
601
602 2008-05-04  Juri Linkov  <juri@jurta.org>
603
604         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
605         (mailcap-file-default-commands): Use mailcap-replace-in-string
606         instead of replace-regexp-in-string, and mailcap-delete-duplicates
607         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
608
609 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
610
611         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
612
613 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
614
615         * gnus.el: Bump version to 0.11
616
617 2008-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
618
619         * gnus.el: No Gnus v0.10 is released.
620
621 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
622
623         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
624         hooks.
625         (gnus-update-read-articles): Speed up non-marks-using users.
626         (gnus-use-marks): Define gnus-use-marks.
627         (gnus-propagate-marks): Rename variable to something more sensible.
628
629 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
630
631         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
632         (gmm-image-load-path-for-library): Fix typos in docstrings.
633         (gmm-message): Reflow docstring.
634
635 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
636
637         * mail-source.el (mail-source-set-1, mail-source-bind):
638         Move auth-source code out of the macro to clean it up and fix bugs.
639
640 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
641
642         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
643         by sender if it's equal to user-mail-address, it's likely to be
644         useless.
645
646         * mail-source.el (mail-source-bind): Don't use user or password if they
647         are not bound.  Unintern them if they are nil.  Don't use server unless
648         it's bound, and default it to empty string otherwise.
649
650 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
651
652         * mail-source.el: Load auth-source.el.
653         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
654         get user name or password, if auth-sources is set up.
655
656         * gnus-registry.el (gnus-registry-split-strategy): New variable for
657         strategy of splitting with parent.
658         (gnus-registry-split-fancy-with-parent)
659         (gnus-registry-post-process-groups): Use it and fix prior
660         bug (returning a list as the split result).
661
662         * auth-source.el (auth-sources): Remove server parameter.
663         (auth-source-pick, auth-source-user-or-password)
664         (auth-source-user-or-password-imap)
665         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
666         (auth-source-user-or-password-sftp)
667         (auth-source-user-or-password-smtp): Remove server parameter.
668
669 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
670
671         * smime.el (smime-sign-region, smime-encrypt-region)
672         (smime-decrypt-region):
673         Remove redundant calls to `generate-new-buffer-name'.
674
675 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
676
677         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
678         Don't use QP for message/rfc822.
679         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
680
681 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
682
683         * sieve-manage.el (sieve-string-bytes): Remove.
684         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
685         correct byte-length only if the process's coding-system is the same as
686         the one used internally by Emacs to represent strings.
687
688 2008-04-22  Juri Linkov  <juri@jurta.org>
689
690         * mailcap.el (mailcap-file-default-commands): New function.
691
692 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
693
694         * message.el (message-signature-separator, message-cite-function):
695         Change custom version.
696
697 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
698
699         * tls.el (tls-program): Add -ign_eof argument to call the openssl
700         commands.
701         (tls-checktrust): Ditto.
702
703 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
704
705         * mm-decode.el (mm-display-external): Make temp file read-only.
706
707 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
708
709         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
710         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
711         `C-c C-f d'.
712
713 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
714
715         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
716
717 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
718
719         * gnus.el: Bump version to 0.9.
720
721 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
722
723         * gnus.el: No Gnus v0.8 is released.
724
725 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
726
727         * mail-source.el (mail-source-value):
728         Prefer fboundp to functionp so it works with macros as well.
729
730 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
731
732         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
733         Fix last change in case the element is not even a symbol.
734
735 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
736
737         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
738         Prefer fboundp to functionp so it works with macros as well.
739
740 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
741
742         * auth-source.el: Added docs.
743         (auth-sources): Modify format to support server.
744         (auth-source-pick, auth-source-user-or-password)
745         (auth-source-user-or-password-imap)
746         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
747         (auth-source-user-or-password-sftp)
748         (auth-source-user-or-password-smtp): Add server parameter.
749
750 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
751
752         * gnus-registry.el: Initialize the registry when gnus-registry-install
753         is t.
754
755 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
756
757         * compface.el (uncompface): Make buffer unibyte.
758
759 2008-04-05  Glenn Morris  <rgm@gnu.org>
760
761         * gnus-ems.el (mm-disable-multibyte): Autoload it.
762
763 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
764
765         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
766         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
767
768         * nnheader.el (nnheader-init-server-buffer): Change buffer's
769         multibyteness after rather than before erasing it.
770
771         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
772         mm-with-multibyte.
773         (gnus-request-article-this-buffer): Make sure the proper decoding is
774         used if gnus-original-article-buffer happens to be unibyte.
775
776         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
777         default-enable-multibyte-characters.
778
779         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
780         default-enable-multibyte-characters.
781
782         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
783
784         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
785
786 2008-04-02  Simon Josefsson  <simon@josefsson.org>
787
788         * imap.el (imap-enable-exchange-bug-workaround): New variable.
789         (imap-message-copyuid-1): Use it.
790         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
791         J. Williams in
792         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
793
794         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
795         imap-enable-exchange-bug-workaround.
796         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
797
798 2008-04-01  Simon Josefsson  <simon@josefsson.org>
799
800         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
801         a 100 byte status-checks into a 2-3MB transfer for each group.
802         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
803         to enable bug workaround or not.
804         (nnimap-find-minmax-uid): Only enable workaround conditionally.
805
806 2008-03-31  Glenn Morris  <rgm@gnu.org>
807
808         * message.el (mml2015-use): Declare for compiler.
809         (message-info): Require mml2015 when appropriate.
810
811 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
812
813         * Makefile.in (EMACS_COMP): Quote directory name that might contain
814         whitespace.
815
816 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
817
818         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
819         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
820         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
821         (nntp-service-to-port): New function.
822         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
823         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
824         (nntp-open-netcat-stream): New function.
825         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
826
827 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
828
829         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
830
831 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
832
833         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
834
835 2008-03-28  Magnus Henoch  <mange@freemail.hu>
836
837         * dns.el (dns-write): Use set-buffer-multibyte.
838
839 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
840
841         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
842
843 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
844
845         * message.el (message-signature-separator): Change default.
846         Improve custom type.
847         (message-cite-function): Change default to
848         message-cite-original-without-signature.
849
850         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
851         toggle.
852
853         * message.el (message-check-news-body-syntax): Fix signature check.
854         (message-setup-1): Mark buffer as unmodified _after_ running
855         message-setup-hook and handling message-alternative-emails.
856         (message-shorten-references): Be more strict when building list of
857         valid references to comply with GNKSA.
858
859         * gnus-group.el (gnus-read-ephemeral-bug-group)
860         (gnus-read-ephemeral-debian-bug-group)
861         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
862
863         * message.el (message-info): Don't use booleanp which isn't supported
864         in Emacs 21 and XEmacs.
865
866 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
867
868         * gnus-group.el (gnus-gmane-group-download-format): Rename from
869         gnus-group-gmane-group-download-format.
870         (gnus-group-read-ephemeral-gmane-group): Rename from
871         gnus-group-read-ephemeral-gmane-group.
872         (gnus-read-ephemeral-gmane-group-url): Rename from
873         gnus-group-read-ephemeral-gmane-group-url.
874         (gnus-bug-group-download-format-alist):  New variable.
875         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
876         (gnus-read-ephemeral-emacs-bug-group): New commands.
877
878 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
879
880         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
881         (gnus-visible-headers): Improve custom type.
882
883 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
884
885         * mml.el (mml-menu): Add workarounds for XEmacs.
886
887         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
888         X-Boundary header.
889
890         * message.el (message-simplify-recipients): Fix previous commit.
891
892 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
893
894         * mm-util.el (mm-set-buffer-multibyte): New function.
895         * mm-decode.el (mm-copy-to-buffer): Use it.
896
897 2008-03-19  Glenn Morris  <rgm@gnu.org>
898
899         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
900         Accidentally removed in the sync process with Emacs.
901
902 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
903
904         * message.el (message-alter-recipients-discard-bogus-full-name):
905         New function.
906         (message-alter-recipients-function): New variable.
907         (message-get-reply-headers): Use it.
908         (message-replace-header): New helper function.
909         (message-recipients-without-full-name): New variable.
910         (message-simplify-recipients): New command.
911
912         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
913
914         * message.el (message-info): Handle EasyPG manual.
915
916         * mml.el (mml-menu): Add entry for EasyPG.
917
918 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
919
920         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
921         parameter.
922
923         * message.el (message-disassociate-draft): Specify drafts group name
924         fully.
925
926 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
927
928         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
929         unnecessary duplicates from the match list.
930
931 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
932
933         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
934
935         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
936
937         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
938         args of `how-many' of which the XEmacs version doesn't take; declare
939         Info-index-next as function.
940
941 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
942
943         * gnus-score.el (gnus-score-headers): Fix handling of
944         gnus-inhibit-slow-scoring.
945
946         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
947         string.
948         (gnus-button-url-regexp): Improve handling of parenthesis.
949         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
950         (gnus-button-handle-info-keystrokes): Handle index entries.
951
952 2008-03-15  Glenn Morris  <rgm@gnu.org>
953
954         * parse-time.el (parse-time-string): Simplify.
955
956 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
957
958         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
959         Incoming* files.
960
961 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
962
963         * auth-source.el (auth-sources): Renamed from auth-source-choices.
964         (auth-source-pick): Use it.
965
966 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
967
968         * binhex.el (binhex-decode-region-internal):
969         * uudecode.el (uudecode-decode-region-internal):
970         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
971         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
972         setting default-enable-multibyte-characters.
973
974 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
975
976         * auth-source.el (auth-source-protocols)
977         (auth-source-protocols-customize, auth-source-choices): Added and
978         modified variable customizations and defaults.
979         (auth-source-pick, auth-source-user-or-password)
980         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
981         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
982         (auth-source-user-or-password-sftp)
983         (auth-source-user-or-password-smtp): Use new variables and provide an
984         interface to netrc.el.
985
986 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
987
988         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
989         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
990         Make sure the nntp port to specify is a string.
991
992 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
993
994         * nntp.el: Use with-current-buffer.
995         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
996         dubious mm-with-unibyte-current-buffer.
997         (nntp-with-open-group-function): New function extracted from
998         nntp-with-open-group macro.
999         (nntp-with-open-group): Use the function, so it's easier to debug.
1000         Add indentation and debugging info.
1001         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
1002         the use of the netcat alternatives.
1003
1004         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
1005         Avoid mm-string-as-multibyte as well.
1006
1007         * nnweb.el (nnweb-insert-html):
1008         Remove use of nnheader-string-as-multibyte.
1009
1010         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
1011         (nnheader-string-as-multibyte): Remove.
1012
1013         * mm-view.el: Use inhibit-read-only.
1014         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
1015         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
1016         or unibyte-string.
1017
1018         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
1019         (mm-uu-yenc-extract): Use with-current-buffer.
1020
1021         * gnus-soup.el (gnus-soup-send-packet): Don't use
1022         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
1023
1024         * nnmh.el: Use with-current-buffer.
1025         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
1026         mm-string-as-multibyte on the output of mm-encode-coding-string.
1027
1028         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
1029         (nnimap-request-move-article): Use with-current-buffer.
1030
1031         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
1032         inserting the handle-buffer's text, so the implicit multibyte->unibyte
1033         conversion uses string-make-unibyte rather than string-as-unibyte.
1034
1035         * gnus-msg.el: Use with-current-buffer.
1036
1037         * message.el (message-ignored-resent-headers): Add "Delivered-To".
1038
1039 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
1040
1041         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
1042         string for caching if it is 'PIN.
1043
1044 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1045
1046         * lpath.el: Consider the case without Emacs/W3.
1047
1048 2008-03-08  Glenn Morris  <rgm@gnu.org>
1049
1050         * time-date.el (date-to-time, time-subtract, time-add)
1051         (safe-date-to-time): Doc fixes.
1052
1053 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
1054
1055         * mail-source.el (mail-source-delete-old-incoming-confirm):
1056         Change default to nil.
1057         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
1058
1059 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1060
1061         * lpath.el: Rearrange.
1062
1063         * gnus-art.el (gnus-narrow-to-page): Position point properly.
1064         (gnus-article-goto-prev-page): Work for articles having ^L's.
1065
1066         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
1067
1068         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
1069
1070 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
1071
1072         * gnus-bookmark.el: Adjust for renames in bookmark.el.
1073         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
1074         (gnus-bookmark-jump): Adjust some variable names.
1075
1076 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
1077
1078         * auth-source.el: New package.
1079         (auth-source-choices): Add customization entry point variable.
1080
1081         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
1082         bug.
1083
1084 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
1085
1086         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
1087         (gnus-registry-initialize, gnus-registry-install-p): Use it.
1088         (gnus-registry-install-shortcuts): Rename from
1089         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
1090         the `gnus-registry-mark-map' keymap dynamically from
1091         `gnus-registry-marks'.  The generated functions update the summary line
1092         when a registry mark is added or deleted, and will call
1093         `gnus-registry-install-p' (see the comments in the code).
1094         (gnus-registry-user-format-function-M): Use concat intelligently.
1095
1096         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
1097         the registry mark functions.
1098
1099 2008-03-05  Glenn Morris  <rgm@gnu.org>
1100
1101         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
1102         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
1103         gnus-art.
1104         (top-level): No need to load own source when compiling.
1105
1106 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
1107
1108         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
1109         Suggested by <chris.anderton@zetnet.co.uk>.
1110
1111 2008-03-04  Glenn Morris  <rgm@gnu.org>
1112
1113         * gnus-sum.el (top-level): No need to require gnus when compiling,
1114         since unconditionally required near start of file.
1115         (gnus-summary-display-while-building): Move definition before use.
1116
1117 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
1118
1119         * gnus-registry.el (gnus-registry-user-format-function-M): Add
1120         formatting function.
1121
1122 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
1123
1124         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
1125         with plists.
1126         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
1127         Use new format.
1128
1129 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1130
1131         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
1132         `where-is-internal' that returns a range of key sequences.
1133
1134 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1135
1136         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
1137
1138         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
1139         (gnus-summary-jump-to-group): Consider windows on other displayed
1140         frames as well.  Similar changes might be needed elsewhere, but that's
1141         the one I've bumped into during my use.
1142
1143         * nndoc.el (nndoc-oe-dbx-type-p):
1144         * gnus-msg.el (gnus-debug):
1145         * gnus-group.el (gnus-update-group-mark-positions):
1146         Use mm-string-to-multibyte.
1147
1148 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
1149
1150         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
1151         doesn't handle NotDashEscaped.
1152
1153         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
1154         (mml-dnd-attach-options): Fix typo in custom choice.
1155
1156         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
1157         nndoc-article-type to mbox.
1158         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
1159
1160         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
1161         to nil, instead of html2text.
1162
1163         * imap.el (imap-debug): Add `imap-ping-server'.
1164
1165         * gnus-bookmark.el: Add FIXMEs.
1166
1167         * message.el (message-form-letter-separator)
1168         (message-send-form-letter-delay): New variables.
1169         (message-send-form-letter): Use them.  New command to send form
1170         letters.  Requested by Uwe Siart.
1171         (message-send-mail-function): Doc fix.  Add "Other" custom option.
1172
1173 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
1174
1175         * Update copyright years.
1176
1177 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
1178
1179         Sync from EMACS_22_BASE.
1180
1181         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
1182
1183 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
1184
1185         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
1186         empty author.
1187
1188 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
1189
1190         * gnus-registry.el (gnus-registry-marks): Add variable for
1191         customization of marks and their appearance.
1192         (gnus-registry-read-mark): Use it.
1193         (gnus-registry-do-marks): Add utility function to loop through
1194         `gnus-registry-marks'.
1195         (gnus-registry-install-shortcuts-and-menus): Add function to install
1196         shortcuts and menus.
1197         (gnus-registry-initialize): Use it.
1198         (gnus-registry-default-mark): Clarify documentation.
1199
1200 2008-02-29  Glenn Morris  <rgm@gnu.org>
1201
1202         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
1203         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
1204         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
1205         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
1206         Change defcustom :version from 23.0 to 23.1.
1207
1208 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
1209
1210         * gnus-registry.el (gnus-registry-follow-group-p)
1211         (gnus-registry-post-process-groups): Add functions to aid registry
1212         splitting and improve logging.  Clarify behavior in function
1213         documentation.
1214         (gnus-registry-split-fancy-with-parent): Use them.
1215
1216 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1217
1218         * gnus-art.el: Use with-current-buffer.
1219
1220 2008-02-27  David Engster  <dengste@eml.cc>
1221
1222         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
1223         Express real group name in the response.
1224
1225 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1226
1227         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
1228         (nnmairix-last-server, nnmairix-current-server): Defvar them.
1229         (nnmairix-goto-original-article): Defvar gnus-registry-install and
1230         autoload gnus-registry-fetch-group when compiling.
1231         (nnmairix-request-group-with-article-number-correction): Remove
1232         unreferenced argument passed to nnmairix-call-backend.
1233
1234 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
1235
1236         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
1237         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
1238         Wilde.
1239
1240 2008-02-27  Glenn Morris  <rgm@gnu.org>
1241
1242         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
1243         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
1244         variables to defconsts.  Convert comments to doc-strings.
1245         (nnmairix-last-server, nnmairix-current-server): Convert from free
1246         variables to defvars.  Convert comments to doc-strings.
1247         (gnus-registry-fetch-group): Autoload.
1248         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
1249         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
1250         (nnmairix-widget-build-editable-fields): Use car cddr rather than
1251         caddr.
1252         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
1253         nnmairix-request-group-with-article-number-correction call.
1254         (nnmairix-fast, nnmairix-group): New, less general names, for free
1255         variables passed from nnmairix-request-group to
1256         nnmairix-request-group-with-article-number-correction.  Declare.
1257         (nnmairix-request-group-with-article-number-correction):
1258         Use nnmairix-fast, nnmairix-group rather than fast, group.
1259
1260 2008-02-26  David Engster  <dengste@eml.cc>
1261
1262         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
1263         version 0.5.
1264
1265 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
1266
1267         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
1268         instead of making an extra function call.  Don't add the current group
1269         to articles only when they have the group.  Use
1270         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
1271         Reported by David <de_bb@arcor.de>.
1272
1273 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1274
1275         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
1276         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
1277
1278 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
1279
1280         * mail-source.el (mail-source-delete-incoming): Change default.
1281         Supplement doc string.
1282
1283         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
1284
1285 2008-02-14  Glenn Morris  <rgm@gnu.org>
1286
1287         * time-date.el (format-seconds): New function.
1288
1289 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
1290
1291         * nnmail.el (nnmail-message-id-cache-file): Derive from
1292         `gnus-home-directory'.
1293
1294 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
1295
1296         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
1297         Document negative prefix.
1298
1299         * gnus-group.el (gnus-group-read-group): Document negative prefix.
1300
1301 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1302
1303         * message.el (message-unsent-separator): Add the Exim bounce
1304         separator.
1305
1306 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
1307
1308         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
1309         list.
1310         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
1311         recipient/signer list.
1312
1313 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1314
1315         * Makefile.in (datarootdir): Define.
1316         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
1317         name that might contain whitespace.
1318
1319 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
1320
1321         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
1322         fbound (Emacs 23 unicode), signal an error.
1323
1324 2008-02-08  Glenn Morris  <rgm@gnu.org>
1325
1326         * gnus-art.el (pgg-display-output-buffer): Declare as function.
1327
1328 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
1329
1330         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
1331         ports to the calls to `netrc-machine-user-or-password' in addition to
1332         "imap" and "imaps".
1333
1334 2008-02-01  Zhang Wei  <id.brep@gmail.com>
1335
1336         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
1337
1338         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
1339
1340 2008-02-01  Kenichi Handa  <handa@m17n.org>
1341
1342         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
1343         rfc2104-hexstring-to-bitstring and changed to return a byte list.
1344         (rfc2104-hash): Convert the result of concat to unibyte string.
1345
1346 2008-02-01  Dave Love  <fx@gnu.org>
1347
1348         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
1349         coding-system-for-read.
1350         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
1351
1352 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
1353
1354         * gnus.el (gnus-group-startup-message): Add `find-image' call before
1355         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
1356         <hanche@math.ntnu.no>.
1357
1358 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1359
1360         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
1361
1362         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
1363
1364 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
1365
1366         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
1367         * message.el (message-beginning-of-line): Use featurep instead of bound
1368         tests in order to resolve conditionals at compile time.
1369
1370 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
1371
1372         * mail-source.el (mail-sources): Add `group' choice.
1373
1374         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
1375         parameter `in-group' to control into which group the articles go.
1376         Add treatment of `group' mail-source.
1377
1378 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1379
1380         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
1381
1382         * mm-decode.el (mm-dissect-buffer): Decode description.
1383
1384         * mml.el (mml-to-mime): Encode message header first.
1385
1386 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1387
1388         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
1389         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
1390
1391         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
1392         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
1393
1394 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
1395
1396         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
1397
1398 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1399
1400         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
1401         prefix keys.
1402         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
1403         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
1404         gnus-xmas.el.
1405
1406         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
1407         (gnus-xmas-article-describe-bindings): New function.
1408         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
1409         gnus-xmas-article-describe-bindings.
1410
1411         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
1412
1413 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1414
1415         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
1416         Add new variables for article mark management.
1417         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
1418         list of extra data entries which, when present, will indicate that the
1419         article ID should not be trimmed from the registry.
1420         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
1421         functions.
1422         (gnus-registry-read-mark): New function to read a mark name from the
1423         user.
1424         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
1425         (gnus-registry-set-article-mark-internal): New functions to add and
1426         remove marks.
1427         (gnus-registry-get-article-marks): New function to show the marks for
1428         an article, or retrieve them for further use.
1429
1430 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1431
1432         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
1433         keys when no argument is given.
1434
1435 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
1436
1437         * imap.el (imap-ping-server): New variable.
1438         (imap-opened): On add extra ping if imap-ping-server is non-nil.
1439         (imap-ping-server): Minor doc string fixes.
1440
1441 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1442
1443         * imap.el (imap-ping-server): New function.
1444         (imap-opened): Call imap-ping-server.
1445
1446 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
1447
1448         * gnus-sum.el (gnus-article-sort-by-random)
1449         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
1450         jidanni@jidanni.org.
1451
1452 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1453
1454         * gnus-art.el (gnus-article-describe-bindings): New function.
1455         (gnus-article-read-summary-keys): Use it.
1456         (gnus-article-mode-map): Bind `C-h b' to it.
1457
1458 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1459
1460         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
1461         XEmacs.
1462         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
1463         against non-character events.
1464
1465         * lpath.el: Fbind map-keymap for Emacs 21.
1466
1467 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
1468
1469         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
1470         command.
1471         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
1472         instead of END.  Change name of the temp file.
1473         (gnus-group-gmane-group-download-format): Add doc string.  Make it
1474         customizable.
1475
1476 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1477
1478         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
1479         bind `S W' to gnus-article-wide-reply-with-original; set default
1480         binding to gnus-article-read-summary-send-keys.
1481         (gnus-article-read-summary-keys): Fix the order of keys; display
1482         continuation keys correctly in the echo area; describe bindings
1483         correctly when keys end with `C-h'.
1484         (gnus-article-read-summary-send-keys): New function.
1485         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
1486         for gnus-article-read-summary-send-keys; display continuation keys
1487         correctly in the echo area.
1488         (gnus-article-reply-with-original): Ignore prefix argument.
1489         (gnus-article-wide-reply-with-original): New function.
1490
1491         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
1492         Emacs 21.
1493
1494 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1495
1496         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
1497         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
1498
1499 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
1500
1501         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
1502         (gnus-group-read-ephemeral-gmane-group): New command.
1503
1504 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
1505
1506         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
1507
1508 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
1509
1510         * message.el (message-send-mail-function): Increase custom version.
1511
1512         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
1513         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
1514
1515 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
1516
1517         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
1518         for the cases where imap-authenticate is called with a nil buffer
1519         parameter.
1520
1521 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1522
1523         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
1524         html parts correctly; support forwarded messages.
1525         (gnus-article-browse-html-article): Remove work buffers.
1526
1527         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
1528         compiling.
1529         (netrc-bound-and-true-p): New macro.
1530         (netrc-parse): Use it instead of bound-and-true-p that is not available
1531         in XEmacs 21.4.
1532
1533 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
1534
1535         * gnus-registry.el (gnus-registry-mark-article)
1536         (gnus-registry-article-marks): Add functionality to mark articles
1537         through the Gnus registry.
1538
1539         * encrypt.el: Clarify documentation for the new pgg method.
1540         (encrypt-file-alist): Add PGG option.
1541         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
1542         functionality.  Abstract password key and messaging to external
1543         functions.
1544         (encrypt-password-key, encrypt-get-passphrase-if-needed)
1545         (encrypt-message-method-and-cipher): Add new convenience external
1546         functions.
1547         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
1548         (encrypt-pgg-process-buffer): Add PGG functionality glue.
1549
1550         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
1551         (netrc-parse): Use encrypt-file-alist to determine if
1552         encrypt-find-model or encrypt-insert-file-contents should be used.
1553
1554         * encrypt.el: Clarify documentation.  Load password-cache or
1555         password, whichever one is found first, instead of autoloading.
1556
1557 2007-12-19  Glenn Morris  <rgm@gnu.org>
1558
1559         * mml.el (message-options-set, message-narrow-to-head)
1560         (message-in-body-p, message-mail-p, message-encode-message-body):
1561         Autoload.
1562         (message-remove-header, message-narrow-to-headers-or-head)
1563         (message-subscribed-p, message-make-mail-followup-to)
1564         (message-position-on-field, message-news-p)
1565         (message-options-set-recipient, message-generate-headers)
1566         (message-sort-headers): Declare as functions.
1567
1568 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
1569
1570         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
1571         convention in doc string.
1572
1573 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1574
1575         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
1576         title to html parts.
1577         (gnus-article-browse-html-article): Pass message header to it.
1578
1579         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
1580
1581 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
1582
1583         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
1584         or password compatible with XEmacs.
1585
1586 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
1587
1588         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
1589         format document.
1590         (gnus-mime-delete-part): Don't write description line if empty.
1591         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
1592
1593 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
1594
1595         * gnus-sum.el (gnus-summary-mark-unread-as-read)
1596         (gnus-summary-mark-read-and-unread-as-read)
1597         (gnus-summary-mark-current-read-and-unread-as-read)
1598         (gnus-summary-mark-unread-as-ticked): Doc fix.
1599         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
1600
1601 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
1602
1603         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
1604         Christoph Conrad <christoph.conrad@gmx.de>.
1605
1606 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
1607
1608         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
1609         yes-or-no-p.
1610
1611 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1612
1613         * mm-decode.el (mm-add-meta-html-tag): New function.
1614         (mm-save-part-to-file, mm-pipe-part): Use it.
1615
1616         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
1617         gnus-y-or-n-p instead of y-or-n-p.
1618         (gnus-article-browse-html-parts): Work with message/external-body; use
1619         mm-add-meta-html-tag.
1620
1621 2007-12-11  Glenn Morris  <rgm@gnu.org>
1622
1623         * gnus-cache.el: Require gnus-sum not just when compiling.
1624
1625         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
1626
1627         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
1628         definitions before use.
1629
1630         * mm-decode.el: Require gnus-util.
1631         (mm-remove-part): Only call delete-annotation on XEmacs.
1632
1633         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
1634
1635         * nnmail.el: Require gnus-int.
1636
1637         * spam.el: Move `require's before `eval-when-compile's.
1638
1639         * gnus-ems.el (gnus-alive-p):
1640         * gnus-fun.el (message-goto-eoh):
1641         * gnus-util.el (gnus-group-name-decode):
1642         * mail-source.el (gnus-compress-sequence):
1643         * message.el (Info-goto-node, format-spec):
1644         * mm-bodies.el (message-options-get):
1645         * mm-decode.el (mm-view-pkcs7):
1646         * mm-util.el (gmm-write-region):
1647         * mml-smime.el (mml-compute-boundary)
1648         (gnus-completing-read-with-default):
1649         * mml.el (widget-button-press, gnus-make-hashtable):
1650         * mml1991.el (mm-decode-content-transfer-encoding)
1651         (mm-encode-content-transfer-encoding)
1652         (message-options-get, message-options-set):
1653         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
1654         * nnfolder.el (gnus-request-group):
1655         * nnheader.el (ietf-drums-unfold-fws):
1656         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
1657         * smime.el (gnus-run-mode-hooks):
1658         * spam-stat.el (gnus-message): Autoload.
1659
1660         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
1661         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
1662         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
1663         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
1664         Add declare-function compatibility definition.
1665
1666         * gnus-cache.el (nnvirtual-find-group-art):
1667         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
1668         (gnus-add-image, gnus-add-wash-type):
1669         * gnus-group.el (nnkiboze-score-file):
1670         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
1671         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
1672         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
1673         (message-tokenize-header, gnus-get-buffer-create)
1674         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
1675         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
1676         * gnus.el (gnus-group-decoded-name):
1677         * mail-source.el (imap-capability):
1678         * mm-bodies.el (message-options-set):
1679         * mm-decode.el (gnus-configure-windows):
1680         * mm-extern.el (message-goto-body):
1681         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
1682         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
1683         (epg-sub-key-validity, message-options-set):
1684         * mml.el (widget-event-point, gnus-configure-windows):
1685         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
1686         * mml2015.el (epg-check-configuration, epg-configuration)
1687         (message-options-set):
1688         * nndb.el (nndb-request-article):
1689         * nnfolder.el (gnus-request-create-group):
1690         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
1691         * nnmaildir.el (gnus-group-mark-article-read):
1692         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
1693         * rfc1843.el (message-fetch-field):
1694         * spam.el (gnus-extract-address-components):
1695         Declare as functions.
1696
1697 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1698
1699         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
1700
1701         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
1702
1703         * lpath.el: Fbind run-mode-hooks for Emacs 21;
1704         bind show-trailing-whitespace for XEmacs.
1705
1706 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
1707
1708         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
1709         new no-op macro for backward compatibility.
1710
1711         * imap.el (imap-string-to-integer): New function.
1712
1713 2007-12-09  Glenn Morris  <rgm@gnu.org>
1714
1715         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
1716
1717         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
1718         * message.el, mm-view.el, sieve-manage.el, smime.el:
1719         Add declare-function compatibility definition.
1720
1721         * gnus-art.el (w3-region, w3m-region, Info-menu):
1722         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
1723         * gnus-sum.el (gnus-get-predicate):
1724         * gnus-util.el (mm-append-to-file, w32-focus-frame):
1725         * message.el (mail-abbrev-in-expansion-header-p):
1726         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
1727         (w3m-detect-meta-charset, w3m-region):
1728         * sieve-manage.el (password-read, password-cache-add)
1729         (password-cache-remove):
1730         * smime.el (password-read-and-add): Declare as functions.
1731
1732 2007-12-08  David Kastrup  <dak@gnu.org>
1733
1734         * gnus-sum.el (gnus-summary-simplify-subject-query):
1735         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
1736         `message'.
1737
1738 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1739
1740         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
1741         it to bind idna-program, installation-directory, defined-colors, and
1742         face-attribute for XEmacs of the version that compiles defcustom forms.
1743
1744 2007-12-07  Glenn Morris  <rgm@gnu.org>
1745
1746         * gnus-art.el (article-make-date-line): Revert previous change.
1747
1748 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
1749
1750         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
1751
1752 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
1753
1754         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
1755         Call gnus-add-to-range ranges only once with a prepared article-list.
1756
1757 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
1758
1759         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
1760         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
1761         group names with backslashes.  Reported by Tassilo Horn
1762         <tassilo@member.fsf.org>.
1763
1764 2007-12-06  D. Goel  <deego3@gmail.com>
1765
1766         * gnus-art.el (article-make-date-line):
1767         * gnus-start.el (gnus-load):
1768         * pop3.el (pop3-read-response): Fix buggy call to `error'.
1769
1770 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1771
1772         * gnus-art.el (gnus-use-idna)
1773         * gnus-start.el (gnus-site-init-file)
1774         * message.el (message-use-idna)
1775         * mm-uu.el (mm-uu-hide-markers)
1776         * smiley.el (smiley-style): Revert changes that suppress warnings.
1777
1778 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1779
1780         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
1781         specify charset to html source.  Reported by Christoph Conrad
1782         <christoph.conrad@gmx.de>.
1783
1784 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1785
1786         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
1787         idna-program in order to suppress byte compile warning issued by XEmacs
1788         that came to byte compile the default value section of defcustom forms
1789         recently.
1790
1791         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
1792         value of installation-directory.
1793
1794         * message.el (message-use-idna): Don't directly refer to the value of
1795         idna-program.
1796
1797         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
1798
1799         * smiley.el (smiley-style): Don't directly call face-attribute.
1800
1801 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
1802
1803         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
1804
1805         * gnus-dired.el: Reduce Gnus dependencies.
1806         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
1807         require.  Use autoloads instead.
1808         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
1809         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
1810         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
1811         (gnus-dired-mode): Adjust doc string.
1812         (gnus-dired-mail-mode): New variable.
1813         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
1814         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
1815         (gnus-dired-mail-buffers): New function.  Return mail or message
1816         composition buffers.
1817         (gnus-dired-attach): Use it.
1818         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
1819         NO-DECODE.
1820         (gnus-dired-print): Use `gnus-print-buffer' depending on
1821         `gnus-dired-mail-mode'.
1822
1823 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1824
1825         * rfc2047.el (rfc2047-encoded-word-regexp)
1826         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
1827         explaining what regexp patterns are for.
1828
1829 2007-12-04  Glenn Morris  <rgm@gnu.org>
1830
1831         * password.el: Move to password-cache.el.
1832
1833         * mml1991.el (password-read, password-cache-add, password-cache-remove):
1834         * mml2015.el (password-read, password-cache-add, password-cache-remove):
1835         * mml-smime.el (password-read, password-cache-add)
1836         (password-cache-remove):
1837         No need to autoload, since mml-sec requires password.
1838
1839         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
1840         * message.el (gnus-extract-address-components):
1841         * mml-smime.el (gnus-extract-address-components): Define for compiler.
1842
1843         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
1844         password.
1845
1846 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
1847
1848         * mailcap.el: Reduce dependencies.
1849         (mail-header-parse-content-type): Autoload.
1850         (mailcap-delete-duplicates): New alias.
1851         (mailcap-mime-info): Add optional argument NO-DECODE.
1852         (mailcap-mime-types): Use mailcap-delete-duplicates.
1853
1854         * message.el (message-ignored-supersedes-headers): Add "X-ID".
1855
1856 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
1857
1858         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
1859         (imap-parse-status): Upcase status-att for servers that sends them
1860         lower-case (e.g., MS Exchange 2007).
1861
1862 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1863
1864         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
1865         function.
1866
1867         * gnus-uu.el (gnus-uu-decode-yenc): New command.
1868         (gnus-uu-yenc-article): New function.
1869
1870         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
1871
1872         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
1873         buffer.
1874
1875 2007-12-02  Glenn Morris  <rgm@gnu.org>
1876
1877         * binhex.el (binhex): New custom group.
1878         (binhex-decoder-program, binhex-decoder-switches)
1879         (binhex-use-external): Move to the binhex custom group.
1880
1881         * uudecode.el (uudecode): New custom group.
1882         (uudecode-decoder-program, uudecode-decoder-switches)
1883         (uudecode-use-external): Move to the uudecode custom group.
1884
1885         * netrc.el (top-level): Don't load `encrypt' features.
1886         (netrc-parse): Don't use encrypt.
1887         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
1888
1889         * encrypt.el: Remove file.
1890
1891 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
1892
1893         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
1894         matches on patches.
1895
1896         * gnus-art.el (gnus-article-browse-html-article): Mention
1897         `mm-text-html-renderer' in the doc string.
1898
1899         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
1900         string.  Add comments.
1901
1902         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
1903         if rhs is ASCII.
1904
1905 2007-12-01  Glenn Morris  <rgm@gnu.org>
1906
1907         * mail-source.el (top-level): Require format-spec before
1908         eval-when-compile.
1909
1910 2007-11-30  Glenn Morris  <rgm@gnu.org>
1911
1912         * encrypt.el: Require password, rather than autoloading password-read.
1913
1914 2007-11-29  Glenn Morris  <rgm@gnu.org>
1915
1916         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
1917         (sasl-make-client, sasl-next-step, sasl-step-data)
1918         (sasl-step-set-data): Declare as functions.
1919
1920 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
1921
1922         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
1923
1924 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
1925
1926         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
1927         certs should be verified and what is to be done in the event of a
1928         verification failure.
1929
1930         * gnus.el (gnus-method-to-server): Add an optional parameter so the
1931         caller can indicate whether the cache should be disregarded for this
1932         call.  This way the result of the call is reproducible at all times and
1933         can be considered a canonical server name for the supplied method.
1934         (gnus-agent-method-p): Canonicalize server names by pushing their
1935         method through `gnus-method-to-server' using the no-cache argument.
1936
1937         * gnus-srvr.el (gnus-server-insert-server-line): Call
1938         `gnus-method-to-server' with `no-cache' argument.
1939
1940         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
1941         gnus-agent-possibly-synchronize-flags as this should be called when the
1942         server is actually being opened.
1943         (gnus-agent-possibly-synchronize-flags)
1944         (gnus-agent-possibly-synchronize-flags-server): Move check for the
1945         flags file of an agentized server to the latter function.
1946
1947         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
1948         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
1949         after a connection has been established successfully.
1950
1951 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1952
1953         * gnus-art.el (article-display-face): Force to display face if called
1954         interactively; check if gnus-article-x-face-too-ugly matches author.
1955         (article-display-x-face): Display face even if From header is missing
1956         as article-display-face does.
1957
1958 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
1959
1960         * hashcash.el (message-narrow-to-headers-or-head)
1961         (message-fetch-field, message-goto-eoh)
1962         (message-narrow-to-headers): Declare as functions.
1963
1964 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
1965
1966         * mail-source.el (mail-sources): Default to fetch from file for
1967         compatibility with default of nnmail-spool-file.
1968
1969 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1970
1971         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
1972         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
1973         to look for encoded word that should be encoded again.
1974         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
1975         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
1976         encoding pattern.
1977         (rfc2047-decode-region): Switch strict regexp and loose one according
1978         to rfc2047-allow-irregular-q-encoded-words.
1979
1980 2007-11-25  Romain Francoise  <romain@orebokech.com>
1981
1982         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
1983
1984 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
1985
1986         * tls.el (tls-program): Provide more custom choices from
1987         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
1988         (tls-process-connection-type, tls-success): Remove "*" in doc string.
1989
1990 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1991
1992         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
1993         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
1994
1995         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
1996         `nnmail-spool-file'.
1997
1998         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
1999         `nnmail-spool-file'.
2000
2001         * gnus-move.el (gnus-change-server): Ditto.
2002
2003         * gnus-kill.el (gnus-batch-score): Ditto.
2004
2005         * gnus-cache.el (gnus-jog-cache): Ditto.
2006
2007         * gnus-msg.el (gnus-summary-reply):
2008         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
2009
2010 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2011
2012         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
2013         version.  Minor improvement to doc strings.
2014         (tls-program): Add comment.
2015
2016 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
2017
2018         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
2019         (tls-checktrust): New variable.  Check if GNU TLS complained about a
2020         mismatch between the hostname provided in the certificate and the name
2021         of the host connnecting to.
2022         (open-tls-stream): Use them.  Check certificates against trusted root
2023         certificates.
2024
2025 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
2026
2027         * gnus-cache.el (gnus-cache-generate-nov-databases):
2028         Use nnml-generate-nov-databases-directory instead of
2029         nnml-generate-nov-databases-1.
2030
2031 2007-11-24  Glenn Morris  <rgm@gnu.org>
2032
2033         * message.el (message-tool-bar-retro): Update for rename
2034         mail_send.xpm->mail-send.xpm.
2035
2036 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
2037
2038         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
2039         `smime-ldap-search' for Emacs 22 and up.
2040
2041 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2042
2043         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
2044
2045         * message.el (message-send-mail-function): Fix error convention.
2046         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
2047         (message-widen-reply, message-send-mail, message-talkative-question)
2048         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
2049         (message-clone-locals, message-send-news): Use with-current-buffer.
2050         (message-insert-or-toggle-importance): Remove unused var `valid'.
2051         (message-make-references): Remove unused var `new-references'.
2052         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
2053
2054 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
2055
2056         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
2057         (spam-split-symbolic-return-positive): Reflow docstring.
2058         (spam-backends, spam-summary-exit-behavior)
2059         (spam-mark-ham-unread-before-move-from-spam-group)
2060         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
2061         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
2062         (spam-clear-cache, spam-backend-check, spam-install-backend)
2063         (spam-install-statistical-backend, spam-list-of-processors)
2064         (spam-group-processor-p, spam-split, spam-bogofilter-score)
2065         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
2066         (spam-check-crm114, spam-initialize, spam-unload-hook):
2067         Fix typos in docstrings.
2068
2069 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2070
2071         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
2072         been checked if they have never been read and those group levels are
2073         higher than the one that a user specified.
2074
2075 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2076
2077         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
2078         foreign groups unless a group level is specified by a user.
2079         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
2080
2081 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
2082
2083         * message.el (message-send-mail-function): Require sendmail.
2084
2085 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
2086
2087         * message.el (message-send-mail-function): Check for smtpmail too.
2088
2089         * utf7.el (utf7-encode, utf7-decode): Use coding system
2090         `utf-7'/`utf-7-imap' from utf-7.el' if available.
2091
2092         * message.el (message-send-mail-function): New function.
2093         (message-send-mail-function): Set default using
2094         message-send-mail-function.  Adjust doc string.
2095         (message-send-mail-with-mailclient): New function.
2096
2097 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
2098
2099         * smime.el (from):
2100         * rfc2047.el (message-posting-charset):
2101         * qp.el (mm-use-ultra-safe-encoding):
2102         * pop3.el (parse-time-months):
2103         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
2104         * nnml.el (files):
2105         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
2106         (jka-compr-compression-info-list, ange-ftp-path-format)
2107         (efs-path-regexp):
2108         * nndiary.el (files):
2109         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
2110         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
2111         (epg-digest-algorithm-alist, inhibit-redisplay)
2112         (password-cache-expiry):
2113         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
2114         (pgg-output-buffer, password-cache-expiry):
2115         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
2116         (efs-path-regexp):
2117         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
2118         (inhibit-redisplay):
2119         * mm-uu.el (file-name, start-point, end-point, entry)
2120         (gnus-newsgroup-name, gnus-newsgroup-charset):
2121         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
2122         (latin-unity-ucs-list):
2123         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
2124         (mm-uu-binhex-decode-function):
2125         * message.el (gnus-message-group-art, gnus-list-identifiers, )
2126         (rmail-enable-mime-composing, gnus-local-organization)
2127         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
2128         (gnus-read-active-file, facemenu-add-face-function)
2129         (facemenu-remove-face-function, gnus-article-decoded-p)
2130         (tool-bar-mode):
2131         * mail-source.el (display-time-mail-function):
2132         * gnus-util.el (nnmail-pathname-coding-system)
2133         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
2134         (gnus-original-article-buffer, gnus-user-agent)
2135         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
2136         (xemacs-codename, sxemacs-codename, emacs-program-version):
2137         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
2138         * gnus-start.el (gnus-agent-covered-methods)
2139         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
2140         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
2141         (gnus-newsgroup-headers, gnus-group-list-mode)
2142         (gnus-group-mark-positions, gnus-newsgroup-data)
2143         (gnus-newsgroup-unreads, nnoo-state-alist)
2144         (gnus-current-select-method, mail-sources)
2145         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
2146         (nnmail-spool-file, gnus-cache-active-hashtb):
2147         * gnus-mh.el (mh-lib-progs):
2148         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
2149         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
2150         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
2151         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
2152         (gnus-group-buffer):
2153         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
2154         (font-lock-set-defaults):
2155         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
2156         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
2157         (gnus-summary-post-menu, total-parts, type, condition, length):
2158         * gnus-agent.el (gnus-agent-read-agentview):
2159         * flow-fill.el (show-trailing-whitespace):
2160         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
2161         eval-and-compile wrappers for byte compiler pacifiers.
2162
2163         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
2164         (mm-display-inline-fontify): Check for featurep 'xemacs not
2165         extent-list.
2166
2167         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
2168         itimer-list.
2169         (mm-create-image-xemacs): Only do something for XEmacs.
2170         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
2171
2172         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
2173
2174         * gnus-registry.el (gnus-adaptive-word-syntax-table):
2175         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
2176
2177 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
2178
2179         * nnimap.el (nnimap-split-download-body):
2180         * gnus-demon.el (gnus-demon):
2181         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
2182
2183 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2184
2185         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
2186         macros.
2187         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
2188         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
2189         copy data from unibyte buffer to multibyte current buffer.
2190         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
2191         to copy data from unibyte current buffer to multibyte buffer.
2192         (nntp-make-process-buffer): Make process buffer unibyte.
2193
2194         * pop3.el (pop3-open-server): Fix typo in Lisp code.
2195
2196 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
2197
2198         * pop3.el (pop3-open-server): Accept and process data more robustly at
2199         connexion start to avoid spurious "POP SSL connexion failed" errors.
2200
2201 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2202
2203         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
2204         read group names.
2205
2206 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
2207
2208         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
2209
2210 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2211
2212         * nnmail.el (nnmail-parse-active): Make group names unibyte.
2213         (nnmail-save-active): Use a unibyte buffer when saving active file,
2214         which may contain non-ASCII group names.
2215
2216         * nnml.el (nnml-request-group): Decode group names in messages.
2217
2218 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
2219
2220         * message.el (message-citation-line-function)
2221         (message-insert-formatted-citation-line): Fix spelling of
2222         `message-insert-formated-citation-line'.
2223
2224 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
2225
2226         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
2227
2228 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2229
2230         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
2231         nnmail-pathname-coding-system.
2232
2233         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
2234         that a user enters; decode group names in messages.
2235
2236         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
2237
2238 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
2239
2240         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
2241
2242         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
2243
2244         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
2245         risky local variable.
2246
2247         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
2248
2249 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
2250
2251         * encrypt.el: Improve documentation to fix function name typo.
2252         Reported by Daiki Ueno <ueno@unixuser.org>.
2253
2254 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2255
2256         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
2257         even if the point is not in the last page of an article.
2258         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
2259         back to the previous page.
2260
2261 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
2262
2263         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
2264
2265 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2266
2267         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
2268
2269 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2270
2271         * message.el (message-check-news-body-syntax): Avoid
2272         mm-string-as-multibyte.
2273         (message-hide-headers): Don't assume (point-min)==1.
2274
2275 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
2276
2277         * message.el (message-remove-blank-cited-lines): Fix if remove is
2278         given.
2279         (message-bogus-address-regexp): New variable.
2280         (message-bogus-recipient-p): New function.
2281         (message-check-recipients): New command.
2282         (message-syntax-checks): Add `bogus-recipient'.
2283         (message-fix-before-sending): Add `bogus-recipient'.
2284
2285         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
2286         (gnus-treat-body-boundary): Don't test window-system.
2287
2288 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
2289
2290         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
2291
2292 2007-10-28  Miles Bader  <miles@gnu.org>
2293
2294         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
2295         at compile-time too.
2296
2297 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
2298
2299         * gnus-msg.el (gnus-message-setup-hook): Add
2300         `message-remove-blank-cited-lines' to options.
2301
2302 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
2303
2304         * message.el (message-remove-blank-cited-lines): New function.
2305         Suggested by Karl Plästerer.
2306
2307 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2308
2309         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
2310         mapc.
2311
2312         * imap.el (imap-open): Replace mapcar called for effect with mapc.
2313         (top-level): Use mapc to set functions to be traced for debugging.
2314
2315         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
2316         called for effect with while loop.
2317
2318         * message.el (message-talkative-question): Replace mapcar called for
2319         effect with mapc.
2320
2321         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
2322         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
2323         called for effect with dolist.
2324
2325         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
2326
2327         * nndiary.el: Use dolist instead of mapcar to add diary headers to
2328         gnus-extra-headers and nnmail-extra-headers.
2329
2330         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
2331         called for effect with dolist.
2332         (top-level): Use mapc to set functions to be traced for debugging.
2333
2334         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
2335         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
2336         dolist.
2337
2338         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
2339         Replace mapcar called for effect with mapc.
2340         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
2341         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
2342         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
2343         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
2344
2345         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
2346         remove-if that's a cl function.
2347
2348         * webmail.el (webmail-debug): Replace mapcar called for effect with
2349         dolist.
2350
2351         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
2352         with mapc.
2353
2354 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2355
2356         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
2357         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
2358         with while loop.
2359
2360         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
2361         functions from article-* functions.
2362         (gnus-multi-decode-header): Replace mapcar called for effect with
2363         dolist.
2364
2365         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2366         (gnus-bookmark-show-details): Replace mapcar called for effect with
2367         while loop.
2368
2369         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
2370         called for effect with while loop.
2371
2372         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
2373         with dolist.
2374
2375         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
2376         mapcar called for effect with dolist.
2377
2378         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
2379
2380         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
2381         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
2382         Replace mapcar called for effect with dolist.
2383         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
2384         mapc.
2385
2386         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
2387         Replace mapcar called for effect with dolist.
2388         (gnus-topic-list): Replace mapcar called for effect with mapc.
2389
2390         * gnus.el: Use mapc instead of mapcar to add autoloads.
2391
2392 2007-10-23  Richard Stallman  <rms@gnu.org>
2393
2394         * gnus-group.el (gnus-group-highlight): Mark as risky.
2395
2396 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2397
2398         * gnus.el (gnus-server-to-method): Return method found first in
2399         gnus-newsrc-alist.
2400
2401         * gnus-art.el (gnus-article-highlight-signature)
2402         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
2403         button overlay without the front stickiness.
2404
2405 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
2406
2407         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
2408         overview buffer needed a catch to receive its throw.
2409         (gnus-agent-flush-cache): Declared as interactive to make this function
2410         easier to use.
2411
2412 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
2413
2414         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
2415         `next-line'.
2416
2417 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2418
2419         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
2420         exclude address matching message-dont-reply-to-names.
2421
2422 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2423
2424         * gnus-util.el (gnus-string<): New function.
2425
2426         * gnus-sum.el (gnus-article-sort-by-author)
2427         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
2428
2429 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2430
2431         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
2432         the frame-focus tag is set in gnus-buffer-configuration.
2433
2434 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2435
2436         * gnus-art.el (gnus-article-add-button): Make a button overlay without
2437         the front stickiness.
2438
2439 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2440
2441         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
2442         url pattern; remove duplicate one.
2443         (gnus-article-extend-url-button): New function.
2444         (gnus-article-add-buttons): Use it.
2445         (gnus-button-push): Use concatenated url that it makes.
2446
2447 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
2448
2449         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
2450
2451 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2452
2453         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
2454         Don't hardcode point-min==1.
2455
2456 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
2457
2458         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
2459         Fix comment about "iso8859-1".
2460
2461 2007-10-08   Daiki Ueno  <ueno@unixuser.org>
2462
2463         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
2464         ones returned from the verify-function.
2465
2466         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
2467         mml2015-extract-cleartext-signature if extraction failed.
2468
2469 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
2470
2471         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
2472         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
2473         failed.
2474
2475 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
2476
2477         * Relicense "GPLv2 or later" files to "GPLv3 or later".
2478
2479 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
2480
2481         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
2482         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
2483         recommends to use EasyPG instead of PGG.
2484
2485         * pgg.el: Revert to revision 6.23.2.16
2486
2487         * pgg-def.el: Revert to revision 6.6.2.14.
2488
2489         * pgg-gpg.el: Revert to revision 6.23.2.34.
2490
2491 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
2492
2493         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
2494         to mark a thread as expirable.  Add variable `hide' to handle hiding of
2495         thread for both the null and zero (kill/expire thread) universal prefix
2496         cases.
2497         (gnus-summary-expire-thread): Add new function to expire a thread,
2498         using gnus-summary-kill-thread.
2499         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
2500         shortcuts for gnus-summary-expire-thread.
2501         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
2502         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
2503
2504 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2505
2506         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
2507         extras value, so an extras entry can be deleted.
2508         (gnus-registry-delete-extra-entry): Use it.
2509         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
2510         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
2511         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
2512         storage through the gnus-registry, and provide an appropriate API for
2513         it.
2514
2515 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2516
2517         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
2518         Suggested by Leo <sdl.web@gmail.com>.
2519
2520         * gnus.el: Do.
2521
2522 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2523
2524         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
2525         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
2526
2527         * gnus-agent.el (gnus-agent-fetch-headers): Do.
2528
2529         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2530         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
2531
2532 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2533
2534         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
2535         newline.
2536         (nnmbox-request-accept-article): Don't change article in source buffer;
2537         narrow to header to use message-fetch-field rather than
2538         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
2539         (nnmbox-request-replace-article): Quote lines that'll be misidentified
2540         as delimiters; make sure article ends with newline.
2541         (nnmbox-delete-mail): Correct last position of article to be deleted;
2542         ignore X-Gnus-Newsgroup header in article body.
2543         (nnmbox-save-mail): Quote lines looking like delimiters at the right
2544         positions; make sure article ends with newline.
2545
2546         * message.el (message-display-abbrev): Don't infloop when a user
2547         inserts SPC in the beginning of header.
2548
2549         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
2550         coding-system-for-read and coding-system-for-write for XEmacs having no
2551         file-coding feature.
2552
2553         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
2554
2555 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
2556
2557         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
2558         list of groups not followed by default.  Fix type to be regexp.
2559         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
2560
2561 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
2562
2563         * hmac-def.el (define-hmac-function): Switch from old-style to
2564         new-style backquotes.
2565
2566         * md4.el (md4-make-step): Likewise.
2567
2568 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2569
2570         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
2571         raw-text coding system when saving .newsrc file, which may contain
2572         non-ASCII group names.
2573
2574 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2575
2576         * gnus-cus.el (gnus-score-extra): New widget.
2577         (gnus-score-extra-convert): New function.
2578         (gnus-score-customize): Use it for Extra.
2579
2580 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
2581
2582         * mml2015.el (mml2015-extract-cleartext-signature): New function.
2583         (mml2015-mailcrypt-clear-verify): Use it.
2584         (mml2015-gpg-clear-verify): Use it.
2585         (mml2015-pgg-clear-verify): Use it.
2586         (mml2015-epg-clear-verify): Replace the current part with the output
2587         from GnuPG; don't extract the plaintext by itself.
2588
2589         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
2590         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
2591         mml2015-clear-verify-function; don't touch the armor headers or
2592         dash-escaped text here.
2593
2594 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2595
2596         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
2597         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
2598         parts, or application/octet-stream as a last resort.
2599         (gnus-mime-view-part-as-type): Don't toggle display.
2600         (gnus-mime-view-part-as-charset): Don't turn off display before
2601         querying charset.
2602
2603         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
2604         stuff to undisplayer function in Emacs.
2605         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
2606
2607         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
2608         text/calendar parts.
2609
2610 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2611
2612         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
2613         decoding text/calendar parts.
2614
2615         * message.el (message-forward-make-body-mime): Always mark body as
2616         having no illegible text; remove signed-or-encrypted argument.
2617         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
2618
2619         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
2620         (mml-generate-mime-1): Don't encode body if it is specified to be in
2621         raw form; don't make buffer be unibyte when inserting multibyte string.
2622
2623 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2624
2625         * sha1.el: Fix up comment style.
2626         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
2627         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
2628
2629         * hex-util.el: Fix up comment style.
2630         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
2631
2632         * gnus-salt.el: Use with-current-buffer.
2633         (gnus-pick-setup-message): Fix long-standing typo.
2634
2635 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2636
2637         * imap.el (imap-logout-timeout): New variable.
2638         (imap-logout, imap-logout-wait): New functions.
2639         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
2640
2641         * nnimap.el (nnimap-logout-timeout): New server variable.
2642         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
2643         nnimap-logout-timeout.
2644
2645         * gnus-art.el (gnus-article-summary-command-nosave)
2646         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
2647
2648 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2649
2650         * gnus.el (gnus-maximum-newsgroup): New variable.
2651
2652         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
2653         according to gnus-maximum-newsgroup.
2654
2655         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2656         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
2657         Limit the range of articles according to gnus-maximum-newsgroup.
2658
2659 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
2660
2661         * gnus-art.el (gnus-sticky-article): Fixed problems described in
2662         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
2663         Don't perform gnus-configure-windows here; reuse existing sticky
2664         article buffer.
2665
2666         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
2667         it doesn't exist in gnus-article-mode.
2668
2669 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2670
2671         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
2672         (gnus-agent-decoded-group-name): New function.
2673         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
2674         (gnus-agent-expire-group-1): Use it; decode group name in messages.
2675
2676 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
2677
2678         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
2679         Add binding for gnus-sticky-article.
2680         (gnus-summary-exit): Don't kill sticky article buffers.
2681
2682         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
2683         article buffer.
2684         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
2685         (gnus-kill-sticky-article-buffers): New commands.
2686
2687 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2688
2689         * nntp.el (nntp-xref-number-is-evil): New server variable.
2690         (nntp-find-group-and-number): If it is non-nil, don't trust article
2691         numbers in the Xref header.
2692
2693 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2694
2695         * gnus-agent.el (gnus-agent-read-group): New function.
2696         (gnus-agent-flush-group, gnus-agent-expire-group)
2697         (gnus-agent-regenerate-group): Use it.
2698         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
2699         nnmail-pathname-coding-system.
2700
2701 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2702
2703         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
2704
2705         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
2706         that are unread as unread, and also as selected so that information of
2707         marks having been changed by a user may be updated when exiting group.
2708
2709 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2710
2711         * gnus-art.el (gnus-mime-display-single): Pass part number that is
2712         calculated ignoring signature parts to gnus-treat-article.
2713
2714 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2715
2716         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
2717         a point here in order to keep the window start.
2718         (gnus-insert-mime-security-button): Make a button overlay without the
2719         front stickiness.
2720         (gnus-mime-display-security): Goto the end of a button.
2721
2722         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
2723
2724 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2725
2726         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
2727         group-name-at-point.
2728         (gnus-group-completing-read): New function that offers decoded
2729         non-ASCII group names for completion.
2730         (gnus-fetch-group, gnus-group-read-ephemeral-group)
2731         (gnus-group-jump-to-group, gnus-group-make-group-simple)
2732         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
2733         (gnus-group-fetch-control): Use it.
2734         (gnus-fetch-group): Use group-name-at-point for the initial value
2735         rather than the default value; use gnus-alive-p.
2736
2737         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
2738         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
2739         (gnus-summary-post-news): Use gnus-group-completing-read.
2740
2741         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
2742         (gnus-read-move-group-name): Decode group name for completion.
2743
2744 2007-07-31  Ted Zlatanov  <tzz@lifelogs.com>
2745
2746         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
2747         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
2748         Yamaoka slightly modified the code).
2749
2750 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2751
2752         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
2753         (nnmail-split-incoming): Bind it.
2754
2755         * nnml.el (nnml-group-name-charset): New function.
2756         (nnml-decoded-group-name): Use it; don't decode group name if
2757         nnmail-group-names-not-encoded-p is non-nil.
2758         (nnml-encoded-group-name): New function.
2759         (nnml-group-pathname): Inline nnml-decoded-group-name.
2760         (nnml-request-expire-articles): Decode group name in message.
2761         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
2762         nnmail-pathname-coding-system.
2763         (nnml-save-mail, nnml-active-number): Work with decoded group names and
2764         not decoded ones according to nnmail-group-names-not-encoded-p.
2765         (nnml-generate-active-info): Use nnml-encoded-group-name.
2766
2767 2007-08-08  Glenn Morris  <rgm@gnu.org>
2768
2769         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
2770         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
2771         doc-strings and comments.
2772
2773 2007-07-25  Glenn Morris  <rgm@gnu.org>
2774
2775         * Relicense all FSF files to GPLv3 or later.
2776
2777 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2778
2779         * gnus-sum.el (gnus-summary-move-article): Make
2780         gnus-summary-respool-article work.
2781
2782 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
2783
2784         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
2785         string.
2786
2787 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
2788
2789         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
2790         that should be ignored when comparing distant RSS articles with local
2791         ones.
2792         (nnrss-make-hash-index): New function.  Create a hash index according
2793         to the ignored fields.
2794         (nnrss-check-group): Use it.
2795
2796 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2797
2798         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
2799
2800         * gnus-art.el (article-decode-group-name): Decode Xref header too.
2801
2802         * gnus-group.el (gnus-group-make-group): Encode group name here unless
2803         the new optional argument ENCODED is non-nil.
2804         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
2805         coding system for encoding group name.
2806         (gnus-group-make-rss-group): Pass un-encoded group name to
2807         gnus-group-make-group.
2808         (gnus-group-set-info): Tell gnus-group-make-group that group name is
2809         encoded.
2810
2811         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
2812         Encode group name to which articles are moved or copied.
2813         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
2814         coding system for encoding Newsgroup, Followup-To and Xref headers.
2815
2816         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
2817         marks; use nnheader-file-coding-system to write a file.
2818         (nnagent-retrieve-headers): Bind file-name-coding-system to
2819         nnmail-pathname-coding-system.
2820
2821         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
2822
2823         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
2824         (nnml-request-article, nnml-request-create-group)
2825         (nnml-request-rename-group, nnml-find-id)
2826         (nnml-possibly-change-directory, nnml-possibly-create-directory)
2827         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
2828         (nnml-save-marks): Use nnml-group-pathname instead of
2829         nnmail-group-pathname.
2830
2831         (nnml-request-create-group, nnml-request-expire-articles)
2832         (nnml-request-move-article, nnml-request-delete-group)
2833         (nnml-deletable-article-p, nnml-possibly-create-directory)
2834         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
2835         (nnml-open-marks): Bind file-name-coding-system to
2836         nnmail-pathname-coding-system.
2837
2838         (nnml-request-article): Pass server argument to nnml-find-group-number.
2839         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
2840         server argument to nnml-possibly-create-directory.
2841         (nnml-request-accept-article): Pass server argument to
2842         nnml-active-number and nnml-save-mail.
2843         (nnml-find-group-number): Pass server argument to nnml-find-id.
2844         (nnml-request-update-info): Pass server argument to
2845         nnml-marks-changed-p.
2846
2847         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
2848         (nnml-save-mail, nnml-active-number): Add server argument.
2849
2850         (nnml-request-delete-group): Warn if group is missing.
2851         (nnml-get-nov-buffer): Decode group name.
2852         (nnml-generate-active-info): Encode group name.
2853         (nnml-open-marks): Decode group name in messages.
2854
2855 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2856
2857         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
2858         if it is not specified.
2859         (gnus-article-pipe-part, gnus-article-save-part)
2860         (gnus-article-interactively-view-part, gnus-article-copy-part)
2861         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
2862         (gnus-article-inline-part, gnus-article-save-part-and-strip)
2863         (gnus-article-replace-part, gnus-article-delete-part)
2864         (gnus-article-view-part-as-type): Pass raw prefix argument to
2865         gnus-article-part-wrapper.
2866
2867 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2868
2869         * gnus-agent.el (gnus-agent-save-active): Bind
2870         nnheader-file-coding-system to gnus-agent-file-coding-system.
2871
2872         * gnus-cache.el (gnus-cache-save-buffers)
2873         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
2874         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
2875         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
2876         (gnus-cache-braid-nov, gnus-cache-braid-heads)
2877         (gnus-cache-generate-active, gnus-cache-rename-group)
2878         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
2879         (gnus-cache-update-overview-total-fetched-for): Bind
2880         file-name-coding-system to nnmail-pathname-coding-system.
2881         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
2882         variables.
2883         (gnus-cache-decoded-group-name): New function.
2884         (gnus-cache-file-name): Use it.
2885         (gnus-cache-generate-active): Use non-decoded group name for active.
2886
2887         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
2888         right place.
2889         (gnus-write-active-file): Don't break non-ASCII group names.
2890
2891         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
2892         nnmail-pathname-coding-system.
2893
2894         * lpath.el: Bind default-file-name-coding-system,
2895         file-name-coding-system and language-info-alist for XEmacs.
2896
2897         * gnus-uu.el (gnus-uu-decode-save): Typo.
2898
2899 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2900
2901         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
2902
2903 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2904
2905         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
2906         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
2907         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
2908         (gnus-agent-flush-group, gnus-agent-flush-cache)
2909         (gnus-agent-fetch-headers, gnus-agent-load-alist)
2910         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
2911         (gnus-agent-retrieve-headers, gnus-agent-request-article)
2912         (gnus-agent-regenerate-group)
2913         (gnus-agent-update-files-total-fetched-for)
2914         (gnus-agent-update-view-total-fetched-for): Bind
2915         file-name-coding-system to nnmail-pathname-coding-system.
2916         (gnus-agent-group-pathname): Don't encode file names by
2917         nnmail-pathname-coding-system.
2918         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
2919         coding-system-for-write instead of buffer-file-coding-system to
2920         gnus-agent-file-coding-system.
2921
2922         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
2923         Decode group name.
2924
2925         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
2926
2927         * gnus-start.el (gnus-update-active-hashtb-from-killed)
2928         (gnus-read-newsrc-el-file): Make group names unibyte.
2929
2930         * nnmail.el (nnmail-group-pathname): Don't encode file names by
2931         nnmail-pathname-coding-system.
2932
2933         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
2934         (nnrss-request-delete-group): Bind file-name-coding-system to
2935         nnmail-pathname-coding-system.
2936         (nnrss-read-server-data, nnrss-read-group-data): Bind
2937         file-name-coding-system correctly.
2938         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
2939
2940         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
2941         (nntp-server-to-method-cache): New variable.
2942         (nntp-group-pathname): New function that decodes non-ASCII group names.
2943         (nntp-possibly-create-directory, nntp-marks-changed-p)
2944         (nntp-save-marks, nntp-open-marks): Use it.
2945         (nntp-possibly-create-directory, nntp-open-marks):
2946         Bind file-name-coding-system to nnmail-pathname-coding-system.
2947         (nntp-open-marks): Decode group names when bootstrapping marks.
2948
2949         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
2950         Newsgroups and Folowup-To headers.
2951
2952 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2953
2954         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2955         (gnus-server-closed-face, gnus-server-denied-face)
2956         (gnus-server-offline-face): Remove variable.
2957         (gnus-server-font-lock-keywords): Use faces that are not aliases.
2958
2959         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
2960         of modifying message-stack directly for XEmacs.
2961
2962         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
2963         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
2964         if the coding-system argument is nil for XEmacs.
2965
2966         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
2967         mm-charset-override-alist.
2968
2969         * rfc2047.el: Don't require base64; require rfc2045 for the function
2970         rfc2045-encode-string.
2971         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
2972         to quote the parameter value.
2973
2974 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2975
2976         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
2977         form in gnus-group-name-charset-method-alist.
2978
2979         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
2980         overrides the default layout edit-form.
2981
2982         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
2983
2984         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
2985
2986 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2987
2988         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
2989         as unfetched articles.
2990
2991 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
2992
2993         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
2994
2995 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2996
2997         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
2998         original back end that keeps marks in the local system.
2999
3000 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3001
3002         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
3003         arg of pop-to-buffer for XEmacs.
3004         (gnus-article-read-summary-keys): Ditto; don't restore window
3005         configuration if summary command ends up with neither article buffer
3006         nor summary buffer; describe bindings if summary keys end with C-h.
3007
3008 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3009
3010         * message.el (message-fix-before-sending): Skip raw message part to be
3011         forwarded while checking illegible text.
3012         (message-forward-make-body-mime, message-forward-make-body): Mark
3013         signed or encrypted raw message as having no illegible text.
3014
3015 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3016
3017         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
3018         (gnus-message-with-timestamp-1): New macro.
3019         (gnus-message-with-timestamp): New function.
3020         (gnus-message): Use them.
3021
3022         * nnheader.el (nnheader-message): Use them.
3023
3024 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
3025
3026         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
3027         .newsrc.eld file.
3028
3029 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3030
3031         * gnus-agent.el (gnus-agent-fetch-headers)
3032         (gnus-agent-retrieve-headers): Bind
3033         gnus-decode-encoded-address-function to identity.
3034
3035         * nntp.el (nntp-send-xover-command): Recognize an xover command is
3036         available also when the server returns simply a dot.
3037
3038         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
3039
3040 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3041
3042         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
3043
3044 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3045
3046         * gnus-ems.el (gnus-x-splash): Make it work.
3047
3048         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
3049         from being used.
3050
3051         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
3052
3053 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3054
3055         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
3056         4th and the 5th arguments.
3057
3058         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
3059         the front stickiness.
3060         (gnus-article-summary-command-nosave): Correct the order of the
3061         arguments passed to pop-to-buffer.
3062         (gnus-article-read-summary-keys): Ditto; make it work properly when the
3063         summary command ends up with the article buffer.
3064
3065         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
3066         the same faces.
3067
3068 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
3069
3070         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
3071
3072 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
3073
3074         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
3075         * gnus-sum.el (gnus-summary-highlight):
3076         * pgg.el (pgg-sign-region, pgg-sign):
3077         * mail-source.el (mail-source-delete-old-incoming-confirm):
3078         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
3079
3080 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3081
3082         * gnus-art.el (gnus-mime-view-part-externally)
3083         (gnus-mime-view-part-internally): Fix predicate function passed to
3084         completing-read.
3085
3086         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
3087
3088         * gnus.el (gnus-update-message-archive-method): Add :version.
3089
3090 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3091
3092         * gnus.el (gnus-update-message-archive-method): New variable.
3093
3094         * gnus-start.el (gnus-setup-news): Update saved "archive" method
3095         according to gnus-message-archive-method if
3096         gnus-update-message-archive-method is non-nil.
3097
3098 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3099
3100         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
3101         by Loic Dachary <loic@dachary.org>.
3102         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
3103
3104 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3105
3106         * message.el (message-pop-to-buffer): Add switch-function argument.
3107         (message-mail): Pass switch-function argument to it.
3108
3109 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
3110
3111         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
3112         Improve doc string.
3113
3114 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3115
3116         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
3117         (gnus-header-content)
3118         * gnus-cite.el (gnus-cite-10)
3119         * gnus-srvr.el (gnus-server-closed)
3120         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
3121         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
3122         (gnus-group-mail-3-empty, gnus-group-mail-low)
3123         (gnus-group-mail-low-empty, gnus-splash)
3124         * message.el (message-header-to, message-header-cc)
3125         (message-header-subject, message-header-other, message-header-name)
3126         (message-header-xheader, message-separator, message-cited-text)
3127         (message-mml): Lighten colors of faces used for dark background.
3128
3129 2007-05-24  Simon Josefsson  <simon@josefsson.org>
3130
3131         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
3132         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
3133
3134 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3135
3136         * message.el (message-narrow-to-headers-or-head):
3137         Ignore mail-header-separator in the body.
3138
3139 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3140
3141         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
3142         same as window size.
3143
3144 2007-05-22  Kevin Ryde  <user42@zip.com.au>
3145
3146         * message.el (message-font-lock-keywords): Use message-header-xheader
3147         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
3148         ahead of the anything pattern, to get it recognised.
3149
3150 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3151
3152         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
3153         spam.el loads uses it in the compiled defadvice form.
3154
3155 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
3156
3157         * gnus-sum.el (gnus-articles-to-read)
3158         (gnus-summary-insert-old-articles): Don't truncate group name for
3159         `read-string'.
3160
3161         * gnus-util.el (gnus-limit-string): Delete this function.
3162
3163         * gnus-sum.el (gnus-simplify-subject-fully): Use
3164         `truncate-string-to-width' instead.
3165
3166 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
3167
3168         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
3169         if, on summary exit, the next group has to be selected.
3170         (gnus-summary-exit): Use it.
3171
3172 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
3173
3174         * gnus-art.el (gnus-article-mode): Fix comment about displaying
3175         non-break space.
3176
3177 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3178
3179         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
3180         Check if group is not a directory.
3181         (nnfolder-request-expire-articles): Don't delete articles if the target
3182         group is not available.
3183
3184         * nnml.el (nnml-request-create-group): Properly check if group is not a
3185         file.
3186         (nnml-request-expire-articles): Don't delete articles if the target
3187         group is not available.
3188
3189         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
3190         Don't quote characters that are within parentheses.
3191
3192 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3193
3194         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
3195         (gnus-handle-ephemeral-exit): Select article according to it.
3196
3197 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
3198
3199         * message.el (message-insert-formated-citation-line): Remove newline.
3200         (message-citation-line-format): Add final \n here so that the user can
3201         avoid a blank line.
3202
3203 2007-05-03  Dan Christensen  <jdc@uwo.ca>
3204
3205         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
3206         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
3207         Update lanl/arXiv support.
3208
3209 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
3210
3211         * gnus.el: Bump version number.
3212
3213 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3214
3215         * gnus.el (gnus-version-number): Bump version.
3216
3217 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3218
3219         * gnus.el: No Gnus v0.6 is released.
3220
3221 2007-04-27  Didier Verna  <didier@xemacs.org>
3222
3223         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
3224         * gmm-utils.el (gmm-regexp-concat): here.
3225         * message.el: Don't require 'gnus-util.
3226         (message-dont-reply-to-names): Handle name change above.
3227         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
3228
3229 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3230
3231         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
3232         since the initial value varies according to the system.
3233
3234 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3235
3236         * mm-util.el (mm-charset-synonym-alist): Defcustom.
3237
3238 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
3239
3240         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
3241
3242 2007-04-24  Didier Verna  <didier@xemacs.org>
3243
3244         Improve the type of gnus-ignored-from-addresses.
3245         * gnus-util.el (gnus-orify-regexp): New function.
3246         * message.el (gnus-util): Require it.
3247         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
3248         * gnus-sum.el (gnus-ignored-from-addresses): New function.
3249         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
3250
3251 2007-04-24  Didier Verna  <didier@xemacs.org>
3252
3253         * gnus-sum.el:
3254         * gnus-utils.el: Fix some trailing whitespaces.
3255
3256 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3257
3258         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
3259         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
3260         article's Message-ID; refer parent article in summary buffer.
3261
3262         * message.el (message-bounce): Call mime-to-mml.
3263
3264         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
3265         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
3266         optimize and/or forms properly.
3267
3268 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
3269
3270         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
3271         URL.
3272
3273 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3274
3275         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
3276
3277 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3278
3279         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
3280         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
3281         displayed of multipart/alternative part if it is invoked from summary
3282         buffer.
3283
3284         * mm-view.el (mm-inline-text-html-render-with-w3m)
3285         (mm-inline-text-html-render-with-w3m-standalone)
3286         (mm-inline-render-with-function): Use mail-parse-charset by default.
3287
3288 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
3289
3290         * parse-time.el (parse-time-string-chars): Check if CHAR
3291         is less than the length of parse-time-syntax.
3292
3293 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3294
3295         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
3296         from gnus-newsgroup-processable.
3297
3298 2007-04-16  Didier Verna  <didier@xemacs.org>
3299
3300         * gnus-msg.el (gnus-configure-posting-styles): Handle
3301         message-signature-directory properly with :file syntax.  Reported by
3302         "Leo".
3303
3304 2007-04-11  Didier Verna  <didier@xemacs.org>
3305
3306         New user option: message-signature-directory.
3307         * gnus-msg.el (gnus-configure-posting-styles): Support it.
3308         * message.el (message-insert-signature): Ditto.
3309         * message.el (message-signature-file): Doc update.
3310         * message.el (message-signature-directory): New.
3311
3312 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3313
3314         * gnus-msg.el (gnus-inews-yank-articles): Use
3315         message-exchange-point-and-mark instead of exchange-point-and-mark.
3316
3317 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3318
3319         * message.el (message-yank-original): Make sure cited text ends with
3320         newline; don't exchange point and mark.
3321
3322 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
3323
3324         * tls.el (open-tls-stream): Properly handle case where there
3325         is no associated buffer.
3326
3327 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
3328
3329         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
3330         message-yank-original, make sure (< mark TEXT point).
3331
3332 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
3333
3334         * message.el (message-fill-column): New variable.
3335         (message-mode): Use it.  Add comment on a possible new hook.
3336
3337         * nnmail.el (nnmail-spool-file): Mark as obsolete.
3338         (nnmail-get-new-mail): Reformat.
3339
3340         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
3341
3342         * gmm-utils.el: Fix Commentary.
3343         (gmm-tool-bar-from-list): Fix typo in doc string.
3344
3345 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
3346
3347         * message.el (message-yank-original): Don't switch point and mark
3348         unnecessarily to put point and mark as documented.
3349
3350 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3351
3352         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
3353         from the message heads.
3354
3355 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
3356
3357         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
3358         article buffer does not have a window.  This may not be the best
3359         solution but is certainly better than setting the start of the null,
3360         that is the current, window.
3361
3362 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
3363
3364         * gnus-draft.el (gnus-draft-setup-hook): New hook.
3365         (gnus-draft-setup): Run it.
3366
3367         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
3368         gnus-score-fast-scoring.  Allow regexp.
3369         (gnus-score-headers): Use it.
3370
3371         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
3372         XEmacs.
3373
3374         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
3375         string.
3376         (gnus-button-alist): Also catch `<f1> k ...'.
3377         (gnus-treat-display-x-face): Fix doc string.
3378
3379 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3380
3381         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
3382         evaluation of gnus-extended-version to ensure correct generation of the
3383         User-Agent header when message-generate-headers-first is used.
3384
3385 2007-03-24  Simon Josefsson  <simon@josefsson.org>
3386
3387         * hashcash.el (hashcash-generate-payment-async): Don't crash if
3388         hashcash-path is nil.  Don't call callback with incorrect number of
3389         parameters if val is 0.
3390
3391 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3392
3393         * message.el (message-required-news-headers):
3394         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
3395
3396 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
3397
3398         * tls.el (open-tls-stream): In handshake-waiting loop,
3399         don't wait more if there is output available to process.
3400
3401 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
3402
3403         * tls.el (tls-program): Doc fix.
3404
3405 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3406
3407         * message.el (message-generate-new-buffers): Change the meaning of the
3408         nil value; add `standard' to the choices; treat t as `unique'; improve
3409         doc string.
3410         (gnus-select-frame-set-input-focus): Autoload.
3411         (message-buffer-name): Search for the existing message buffer if
3412         message-generate-new-buffers is nil or `standard'; treat the value t of
3413         message-generate-new-buffers as `unique'.
3414         (message-pop-to-buffer): Raise the frame already displaying the message
3415         buffer; clear the echo area after querying.
3416         (message-setup): Pass the `continue' argument to compose-mail.
3417         (message-mail): Prefer `switch-function' if it is given; search for the
3418         existing message buffer if the `continue' argument is non-nil; pass
3419         continue and switch-function arguments to compose-mail by way of
3420         message-setup.
3421         (message-mail-other-window): Adjust argument of message-setup.
3422         (message-mail-other-frame): Ditto.
3423
3424 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3425
3426         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
3427         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
3428         to turn font-lock on when turning gnus-message-citation-mode on.
3429
3430 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
3431
3432         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
3433         (mml-smime-function-alist): New variable; add epg as the backend.
3434         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
3435         mml-smime- functions instead.
3436         * mm-view.el: Require smime.
3437
3438 2007-03-05  Didier Verna  <didier@xemacs.org>
3439
3440         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
3441         instead of just inheritance for posting styles.
3442         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
3443
3444 2007-02-24  Chris Moore  <dooglus@gmail.com>
3445
3446         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
3447         * pgg-pgp.el (pgg-pgp-encrypt-region):
3448         * pgg-gpg.el (pgg-gpg-encrypt-region):
3449         Check pgg-encrypt-for-me if no other recipients.
3450
3451 2007-02-24  John Paul Wallington  <jpw@pobox.com>
3452
3453         * tls.el (tls-certtool-program): Fix custom type.
3454
3455 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3456
3457         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
3458         and point-at-eol instead of line-(beginning|end)-position.
3459
3460         * assistant.el (assistant-parse-buffer): Ditto.
3461
3462         * netrc.el (netrc-parse-services): Ditto.
3463
3464 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
3465
3466         * mml2015.el (mml2015-epg-find-usable-key): New function.
3467         (mml2015-epg-sign): Use it.
3468         (mml2015-epg-encrypt): Use it.
3469
3470 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3471
3472         * message.el (message-make-in-reply-to): Quote name containing
3473         non-ASCII characters.  It will make the RFC2047 encoder cause an error
3474         if there are special characters.  Reported by NAKAJI Hiroyuki
3475         <nakaji@jp.freebsd.org>.
3476
3477 2007-02-27  Didier Verna  <didier@xemacs.org>
3478
3479         Include the group parameters as well as the topic ones in the
3480         inheritance filter process.
3481         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
3482         argument GROUP-PARAMS-LIST.
3483         * gnus-topic.el (gnus-group-topic-parameters): Use it.
3484
3485 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3486
3487         * nntp.el (nntp-never-echoes-commands)
3488         (nntp-open-connection-functions-never-echo-commands): New variables.
3489         (nntp-send-command): Use them.
3490
3491 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
3492
3493         * mml2015.el (mml2015-epg-verify): Simplified.
3494
3495 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3496
3497         * mml.el (mml-content-disposition-alist): New user option.
3498         (mml-content-disposition): New function.
3499         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
3500         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
3501
3502 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
3503
3504         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
3505         verification.
3506
3507 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3508
3509         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
3510         articles posted in the last 24 hours.
3511
3512 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
3513
3514         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
3515
3516 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
3517
3518         * nntp.el (nntp-send-command): Don't wait for echoes when
3519         nntp-open-ssl-stream is used.
3520
3521 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3522
3523         * gnus-cite.el (gnus-test-font-lock-add-keywords)
3524         (gnus-message-add-citation-keywords)
3525         (gnus-message-remove-citation-keywords): Remove.
3526         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
3527         directly, make the variables in font-lock-defaults buffer-local, add
3528         gnus-message-citation-keywords to them and then update the value of
3529         font-lock-keywords.
3530
3531 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3532
3533         * message.el (message-cite-original-1): Don't call
3534         gnus-article-highlight-citation.
3535
3536         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
3537         citations; fix line count.
3538
3539 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3540
3541         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
3542         (gnus-message-add-citation-keywords)
3543         (gnus-message-remove-citation-keywords): Use it; fix the emulating
3544         versions of font-lock-add-keywords and font-lock-remove-keywords to
3545         work with XEmacs correctly.
3546
3547 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3548
3549         * gnus-cite.el (gnus-cite-face-list): Set the values of
3550         gnus-message-max-citation-depth and gnus-message-citation-keywords.
3551         (gnus-message-max-citation-depth): Use defvar rather than defconst.
3552         (gnus-message-cite-prefix-regexp): New variable.
3553         (gnus-message-search-citation-line): Use it; protect against long
3554         citation prefix; fill match data with nil rather than 0 for XEmacs; set
3555         the 0th match data for Emacs.
3556         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
3557         (gnus-message-add-citation-keywords): Append keywords rather than
3558         prepending; emulate font-lock-add-keywords if it is not available.
3559         (gnus-message-remove-citation-keywords): Emulate
3560         font-lock-remove-keywords if it is not available.
3561
3562         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
3563
3564         * message.el (message-cite-prefix-regexp): Set the value of
3565         gnus-message-cite-prefix-regexp.
3566
3567 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3568
3569         * nnweb.el (nnweb-google-parse-1): Update parser.
3570
3571 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
3572
3573         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
3574
3575 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3576
3577         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
3578         regexp.
3579
3580 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3581
3582         * uudecode.el (uudecode-string-to-multibyte): New function emulating
3583         string-to-multibyte.
3584         (uudecode-decode-region-internal): Use it.
3585
3586         * lpath.el: Fbind string-as-multibyte for XEmacs.
3587
3588 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
3589
3590         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
3591         custom choice.
3592
3593         * gnus-art.el (gnus-signature-limit): Fix custom choice.
3594
3595 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
3596
3597         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
3598
3599         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
3600         `write-region' to respect `mm-inhibit-file-name-handlers'.
3601
3602 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
3603
3604         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
3605         Use gnus-home-directory instead of "~/" or "$HOME".
3606
3607 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
3608
3609         * encrypt.el (encrypt-insert-file-contents): Add better prompt
3610         to mention filename.
3611         Add comments at beginning regarding usage.
3612         (encrypt-write-file-contents): Change interactive so a string is
3613         acceptable.  If the file has no associated model, show an error instead
3614         of a nonsense prompt.
3615
3616 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3617
3618         * spam.el (spam-bsfilter-ham-switch): Fix typo.
3619         Thanks to Yoshihiko Yamada for kind notification of this typo.
3620
3621 2007-01-12  Kenichi Handa  <handa@m17n.org>
3622
3623         * uudecode.el (uudecode-decode-region-internal): Make it work in a
3624         multibyte buffer.
3625
3626 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
3627
3628         * gnus-score.el (gnus-score-fast-scoring): New variable.
3629         (gnus-score-headers): Use it.
3630
3631         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
3632
3633         * message.el (message-cite-original-1): Call
3634         gnus-article-highlight-citation if requested.
3635         (message-make-from): Allow name and address as optional arguments.
3636
3637         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
3638
3639         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
3640         bugs to doc string.
3641         (gnus-button-alist): Add mid\\|message-id.
3642         (gnus-button-fetch-group): Extend for use in
3643         `browse-url-browser-function'.
3644         (gnus-button-url-regexp): Try to catch paired parentheses like in
3645         Wikipedia URLs.
3646
3647         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
3648         Suggested by Simon Krahnke <overlord@gmx.li>.
3649
3650 2007-01-13  Romain Francoise  <romain@orebokech.com>
3651
3652         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
3653         Update copyright.
3654
3655 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
3656
3657         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
3658
3659 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
3660
3661         * gnus-registry.el (gnus-registry-unfollowed-groups)
3662         (gnus-registry-split-fancy-with-parent): Fix documentation.
3663
3664 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3665
3666         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
3667         from nnweb groups.
3668
3669 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3670
3671         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
3672         Xref urls.  Erase buffer before requesting head.
3673
3674 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
3675
3676         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
3677         customizable.
3678
3679 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
3680
3681         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
3682         no signing key is found.
3683         (mml2015-epg-encrypt): Ask user whether to skip or abort if
3684         no encrypting and/or signing key is found.
3685
3686 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3687
3688         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
3689
3690 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3691
3692         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
3693         headers read from disk with the ones newly found in the current search.
3694         This should no longer cause problems, because the article numbers in
3695         Gmane's `nov.php' output are ignored since the previous change.
3696
3697 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3698
3699         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
3700
3701 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3702
3703         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
3704         replace-regexp-in-string; bind url-version; fbind display-images-p and
3705         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
3706         find-face and set-itimer-function for Emacs; bind itimer-list for
3707         Emacs.
3708
3709         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
3710
3711 2007-01-01  Romain Francoise  <romain@orebokech.com>
3712
3713         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
3714
3715 2006-12-31  Steve Youngs  <steve@sxemacs.org>
3716
3717         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
3718         `define-minor-mode' macro definition expanded properly.
3719         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
3720         exclude it there.
3721
3722         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
3723         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
3724         `fboundp' test.
3725         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
3726         This is OK to autoload in (S)XEmacs now.
3727
3728 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3729
3730         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
3731         keystroke.
3732         (gnus-summary-limit-to-singletons): Fix typo.
3733
3734         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
3735         else fails.
3736
3737 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3738
3739         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
3740         docstring.
3741
3742         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
3743         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
3744         (gnus-summary-insert-dormant-articles): Fix typo in message.
3745
3746 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3747
3748         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
3749         nil for XEmacs.
3750         (gnus-message-citation-mode): Don't autoload in XEmacs.
3751
3752         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
3753
3754 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
3755
3756         * nnimap.el (nnimap-expunge-search-string): Mention
3757         nnimap-search-uids-not-since-is-evil in docstring.
3758
3759 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
3760
3761         * spam.el: Revert to make-obsolete-variable because
3762         define-obsolete-variable-alias is not supported in Emacs 21.
3763
3764         * spam.el (spam-ifile-path, spam-ifile-database-path)
3765         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
3766         make-obsolete-variable.
3767         (spam-bsfilter-path, spam-bsfilter-program)
3768         (spam-spamassassin-path, spam-spamassassin-program)
3769         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
3770         use "path" inappropriately.
3771         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
3772         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
3773         variable names.
3774
3775 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
3776
3777         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
3778         summary buffer.
3779
3780         * password.el (password-cache-remove): Use clear-string to burn
3781         password, if available.
3782
3783 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3784
3785         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
3786
3787         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
3788
3789         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
3790         (gnus-message-highlight-citation): Move defcustom here from
3791         gnus-cite.el.
3792         (gnus-message-citation-mode): Autoload.
3793
3794         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
3795         checks to make it compile with XEmacs.
3796         (gnus-message-citation-mode): New minor mode.
3797         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
3798         (gnus-message-highlight-citation): New variables.
3799         (gnus-message-search-citation-line)
3800         (gnus-message-add-citation-keywords)
3801         (gnus-message-remove-citation-keywords)
3802         (turn-on-gnus-message-citation-mode)
3803         (turn-off-gnus-message-citation-mode): New functions.
3804
3805 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
3806
3807         * gnus-cite.el: Enable highlighting of different citation levels in
3808         message-mode.
3809
3810 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3811
3812         * message.el (message-make-fqdn): Fix comment.
3813         (message-bogus-system-names): Add ".local".
3814
3815         * spam.el (spam-ifile-path, spam-ifile-program)
3816         (spam-ifile-database-path, spam-ifile-database)
3817         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
3818         Don't use "path" inappropriately.
3819         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
3820         strings.
3821         (spam-check-ifile, spam-ifile-register-with-ifile)
3822         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
3823         new variable names.
3824
3825         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
3826         (gnus-treat-display-smileys): Simplify using
3827         gnus-image-type-available-p.
3828
3829         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
3830         available.
3831
3832         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
3833         `display-images-p' if available.
3834
3835 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3836
3837         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
3838         one after turning on the buffer's multibyteness instead of decoding
3839         them directly in the unibyte buffer that causes unexpected conversion
3840         in Emacs 23 (unicode).
3841
3842 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3843
3844         * message.el (message-generate-hashcash): Fix custom type.
3845
3846 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
3847
3848         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
3849
3850 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
3851
3852         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
3853         disconnect icons.  Add help text.
3854
3855 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
3856
3857         * spam.el (spam-extra-header-to-number): CRM114 spam score is
3858         negated to be consistent with the others we handle.
3859
3860 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3861
3862         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
3863         version of gnus-summary-buffer to something, so that we can use two
3864         article buffers at the same time.
3865
3866 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
3867
3868         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
3869         trigger all the extra headers.
3870         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
3871         sorting.
3872
3873 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3874
3875         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
3876         solid groups.
3877
3878 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
3879
3880         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
3881
3882 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3883
3884         * legacy-gnus-agent.el: Add Copyright notice.
3885
3886 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
3887
3888         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
3889
3890 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3891
3892         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
3893
3894         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
3895         to make it work reliably in CVS Emacs.
3896         (gnus-summary-limit-strange-charsets-predicate)
3897         (gnus-summary-limit-to-predicate): New functions.
3898
3899 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
3900
3901         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
3902         specifying array size.
3903         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
3904         array if it is too small.
3905         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
3906         (gnus-sort-threads-loop): New function.
3907
3908 2006-12-06  Chris Moore  <dooglus@gmail.com>
3909
3910         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
3911         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
3912
3913 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
3914
3915         * mm-url.el (mm-url-predefined-programs): Call curl with correct
3916         options.
3917
3918 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3919
3920         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
3921         DOS-ing the recipient.
3922
3923         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
3924         the headers when creating the mapping to avoid mismappings.
3925         (nnweb-gmane-create-mapping): Always nix out old mapping.
3926
3927 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3928
3929         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
3930         and mm-verify-option to never.
3931
3932 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3933
3934         * message.el (message-signed-or-encrypted-p): New function.
3935         (message-forward-make-body): Use it.
3936
3937         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
3938         Replace encode-coding-string with mm-encode-coding-string.
3939
3940 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3941
3942         * nneething.el (nneething-decode-file-name): Replace
3943         decode-coding-string with mm-decode-coding-string.
3944
3945         * gnus-int.el (gnus-open-server): Say failed server's name.
3946
3947 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3948
3949         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
3950         strings to a single string.  Quote `errors-file-name'.
3951         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
3952         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
3953         Adjust calls.  Use `shell-quote-argument'.
3954
3955 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
3956
3957         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
3958         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
3959
3960         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
3961         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
3962         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
3963         (gnus-group-make-directory-group, gnus-group-transpose-groups):
3964         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
3965         (gnus-subscribe-newsgroup, gnus-1):
3966         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
3967         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
3968         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
3969         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
3970
3971 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3972
3973         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
3974         keystroke.
3975         (gnus-summary-limit-to-bodies): Implement headersp.
3976
3977 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3978
3979         * dns.el (query-dns): Protect against "Process dns deleted" strings.
3980
3981 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3982
3983         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
3984
3985 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3986
3987         * message.el (message-generate-hashcash): Expand range of values to
3988         include `opportunistic'.
3989         (message-send-mail): Use it.
3990
3991 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3992
3993         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
3994         and comment it.
3995
3996         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
3997
3998 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
3999
4000         * gnus-util.el (gnus-extract-address-components): Improve comment.
4001
4002 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4003
4004         * gnus-util.el (gnus-extract-address-components): Work with address in
4005         which the name portion contains @.
4006
4007         * lpath.el: Fbind custom-autoload.
4008
4009 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
4010
4011         * gnus.el (gnus-start): Move custom group up.
4012         (gnus-select-method): Don't autoload, but make it available for
4013         `customize-variable'.
4014         (gnus-getenv-nntpserver): Don't autoload.
4015
4016 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
4017
4018         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
4019
4020 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
4021
4022         * message.el (message-sendmail-extra-arguments): New variable.
4023         (message-send-mail-with-sendmail): Use it.
4024
4025 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4026
4027         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
4028         mm-with-unibyte-current-buffer to make string unibyte.
4029
4030         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
4031         mm-string-as-multibyte.
4032
4033 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
4034
4035         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
4036         Reported by Werner Koch <wk@gnupg.org>.
4037
4038 2006-11-14  Daiki Ueno  <ueno@p360>
4039
4040         * mml2015.el: Autoload epa-select-keys when compiling.
4041
4042 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
4043
4044         * mml2015.el (mml2015-epg-sign): Save the signing keys in
4045         message-options.
4046         (mml2015-epg-encrypt): Save the recipient keys in message-options.
4047
4048 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
4049
4050         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
4051         EasyPG (< 0.0.6).
4052         (mml2015-always-trust): New user option.
4053         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
4054         prompt.
4055
4056 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4057
4058         * nntp.el (nntp-authinfo-force): New variable.
4059         (nntp-send-authinfo): Use it.
4060
4061 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
4062
4063         * message.el (message-strip-subject-encoded-words): Allow _not_ to
4064         decode encoded words.  Improve prompt.  Add comment about forwarding.
4065         (message-replacement-char): Move up.
4066
4067 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4068
4069         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
4070         instead of gnus-intersection because arguments of gnus-sorted-nunion
4071         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
4072
4073 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
4074
4075         * message.el (message-strip-subject-encoded-words): Reformat prompt.
4076         (message-simplify-subject-functions): Enable
4077         message-strip-subject-encoded-words by default.
4078
4079 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
4080
4081         * message.el (message-strip-subject-encoded-words): New function
4082         (message-simplify-subject-functions): New variable.
4083         (message-simplify-subject): Use it.  Fix typo in doc string.
4084         Support message-strip-subject-encoded-words.
4085
4086 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
4087
4088         * gnus-diary.el (gnus-diary-delay-format-function):
4089         * nndiary.el (nndiary-reminders):
4090         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
4091
4092 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4093
4094         * gnus-art.el (article-hide-boring-headers): Fetch date from
4095         gnus-original-article-buffer to avoid problems with localized date
4096         strings.
4097
4098 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4099
4100         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
4101
4102 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
4103
4104         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
4105         New variables.
4106         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
4107         (mm-charset-synonym-alist): Move some entries to
4108         mm-codepage-iso-8859-list.
4109         (mm-charset-synonym-alist, mm-charset-override-alist): Add
4110         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
4111
4112 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4113
4114         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
4115
4116 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4117
4118         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
4119         with Emacs 21 and XEmacs.
4120
4121 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
4122
4123         * spam.el (spam-parse-address): New function for better parsing,
4124         catching errors, etc.
4125         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
4126
4127 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4128
4129         * mm-view.el: Add interactive arg to html2text autoload.
4130
4131 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4132
4133         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
4134
4135 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
4136
4137         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
4138         variables.
4139         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
4140         (mm-charset-synonym-alist): Move some entries to
4141         mm-codepage-iso-8859-list.
4142
4143         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
4144
4145 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
4146
4147         * message.el (message-citation-line-format)
4148         (message-insert-formated-citation-line): Fix implementation of %E, %N
4149         and %n according to the doc string.
4150
4151 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
4152
4153         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
4154         car-safe to avoid bad parses.
4155
4156 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4157
4158         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
4159         names.
4160
4161         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
4162
4163 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4164
4165         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
4166         header.
4167
4168         * message.el (message-draft-headers): Add Date.
4169         (message-headers-to-generate): Fix typo in docstring.
4170
4171         * nndraft.el (nndraft-required-headers): New variable.
4172         (nndraft-generate-headers): Use it.
4173
4174         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
4175
4176 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
4177
4178         * gnus-registry.el (gnus-registry-wash-for-keywords)
4179         (gnus-registry-find-keywords): New functions to allow easy searching of
4180         articles that are in the registry.
4181
4182 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
4183
4184         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
4185         ietf-drums-parse-address instead of gnus-extract-address-components.
4186         Reported by Damien Elmes <damien@repose.cx>.
4187
4188 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
4189
4190         * gnus.el (gnus-mime): Remove unused custom group.
4191
4192 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4193
4194         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
4195         "blank line" when searching for end of armor headers.
4196
4197 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4198
4199         * gmm-utils.el (gmm-write-region): Fix variable name.
4200
4201 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
4202
4203         * gmm-utils.el (gmm-write-region): New function based on compatibility
4204         code from `mm-make-temp-file'.
4205
4206         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
4207
4208         * nnmaildir.el (nnmaildir--update-nov)
4209         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
4210         Use `gmm-write-region'.
4211
4212 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4213
4214         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
4215         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
4216
4217         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
4218
4219         * message.el (message-replacement-char): New variable.
4220         (message-fix-before-sending): Use it.
4221         (message-simplify-subject): New function to remove duplicate code.
4222         (message-reply, message-followup): Use it.
4223
4224         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
4225         gnus-summary-limit-to-articles.
4226
4227 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4228
4229         * gnus-util.el (gnus-with-local-quit): New macro.
4230
4231         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
4232
4233 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
4234
4235         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
4236         ignore non-string data.
4237
4238 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
4239
4240         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
4241         non-string data (needs to be done in the registry too).
4242
4243 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
4244
4245         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
4246         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
4247         (gnus-registry-split-fancy-with-parent)
4248         (gnus-registry-fetch-simplified-message-subject-fast)
4249         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
4250         Remove text properties on ingress into the registry and when it's saved.
4251         (gnus-registry-clean-empty-function): Fix bug with cleaning the
4252         registry from entries with no groups.
4253
4254 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
4255
4256         * gnus-util.el (gnus-string-remove-all-properties): Add utility
4257         function to remove string properties.
4258
4259 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
4260
4261         * gmm-utils.el (gmm): Adjust custom version.
4262
4263         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
4264         custom version.
4265
4266         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
4267
4268 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
4269
4270         * gnus-art.el (gnus-insert-prev-page-button)
4271         (gnus-insert-next-page-button): Simplify.  Reformat.
4272
4273 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
4274
4275         * gnus-art.el (gnus-insert-prev-page-button)
4276         (gnus-insert-next-page-button): Apply gnus-article-button-face.
4277
4278 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
4279
4280         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
4281
4282 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
4283
4284         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
4285         gnus-article-button-face to MIME and security buttons.
4286
4287 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
4288
4289         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
4290         readable.
4291
4292 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4293
4294         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
4295
4296 2006-09-20  Steve Youngs  <steve@sxemacs.org>
4297
4298         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
4299         `browse-url-of-file' instead of `browse-url'.
4300
4301 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4302
4303         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
4304         regexp.  Articles containing quotation were cut prematurely.
4305
4306 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4307
4308         * message.el (message-cite-original-1): Use nobody by default for the
4309         value of From header.
4310         (message-reply): Ditto.
4311
4312 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
4313
4314         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
4315         to the gnus-info.  This fixes a bug of inline-PGP message verification.
4316         Reported by Michael Piotrowski <mxp@dynalabs.de>.
4317
4318 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
4319
4320         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
4321         mails in the doc string.  Add some URLs in comment.
4322         (pop3-movemail): Warn about pop3-leave-mail-on-server.
4323
4324 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4325
4326         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
4327         backslashes handling and the way to find boundaries of quoted strings.
4328
4329 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
4330
4331         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
4332         mml1991-encrypt-to-self is set and mml1991-signers is not set.
4333         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
4334         mml2015-encrypt-to-self is set and mml2015-signers is not set.
4335
4336 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
4337
4338         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
4339         doc string.
4340         (gnus-button-regexp, gnus-button-last): Remove unused variables.
4341
4342 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4343
4344         * lpath.el: Fbind epg-check-configuration.
4345
4346 2006-09-06  Simon Josefsson  <jas@extundo.com>
4347
4348         * mml2015.el (mml2015-use): Doc fix, mention epg.
4349
4350 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
4351
4352         * mml2015.el (mml2015-use): Default to epg, if available.
4353
4354 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
4355
4356         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
4357         message-sender.
4358         (mml1991-epg-encrypt): Ditto.
4359         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
4360         message-sender.
4361         (mml2015-epg-encrypt): Ditto.
4362
4363 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
4364
4365         * message.el (message-send-mail-with-sendmail): Look for sendmail in
4366         several common directories.
4367
4368 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
4369
4370         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
4371         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
4372
4373 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4374
4375         * gnus-art.el (article-decode-encoded-words): Make it fast.
4376
4377 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4378
4379         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
4380
4381         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
4382         in quoted string into `\'.
4383
4384 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4385
4386         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4387         Use standard-syntax-table.
4388
4389 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4390
4391         * gnus-art.el (gnus-decode-address-function): New variable.
4392         (article-decode-encoded-words): Use it to decode headers which are
4393         assumed to contain addresses.
4394         (gnus-mime-delete-part): Remove useless `or'.
4395
4396         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
4397         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
4398         (gnus-nov-parse-line): Use it to decode From header.
4399         (gnus-get-newsgroup-headers): Ditto.
4400         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
4401
4402         * mail-parse.el (mail-decode-encoded-address-region): New alias.
4403         (mail-decode-encoded-address-string): New alias.
4404
4405         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4406         New function.
4407         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
4408         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
4409         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
4410         (rfc2047-decode-string): Ditto.
4411         (rfc2047-decode-address-region): New function.
4412         (rfc2047-decode-address-string): New function.
4413
4414 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
4415
4416         * message.el (message-caesar-buffer-body): Allow rotating headers.
4417
4418         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
4419
4420         * message.el (message-insert-formated-citation-line): Fix %f.
4421         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
4422
4423 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4424
4425         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
4426         (gnus-bookmark-mouse-available-p): New macro.
4427         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
4428         (gnus-bookmark-bmenu-show-infos): Use it.
4429         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
4430         (gnus-bookmark-bmenu-hide-infos): Ditto.
4431         (gnus-bookmark-remove-properties): New function.
4432         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
4433         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
4434         (gnus-bookmark-write-file): Bind coding-system-for-write.
4435         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
4436         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
4437         group before selecting it.
4438         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
4439         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
4440         quit-window if it is not available; use gnus-mouse-2 and bind it to
4441         gnus-bookmark-bmenu-select-by-mouse.
4442         (gnus-bookmark-show-details): Remove unused variable `details-list'.
4443         (gnus-bookmark-bmenu-select-by-mouse): New function.
4444
4445 2006-08-13  Romain Francoise  <romain@orebokech.com>
4446
4447         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
4448         space.
4449
4450 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4451
4452         * compface.el (uncompface): Use binary rather than raw-text-unix.
4453
4454 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4455
4456         * compface.el (uncompface): Make sure the eol conversion doesn't take
4457         place when communicating with the external programs.  Reported by
4458         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4459
4460 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4461
4462         * nnheader.el (nnheader-insert-head): Fix typo in comment.
4463
4464 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4465
4466         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4467         Make it more robust by parsing author and date independently.
4468
4469 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4470
4471         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
4472
4473 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
4474
4475         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
4476         first matching secret key.
4477         (mml2015-epg-encrypt): Ditto.
4478
4479         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
4480         first matching secret key.
4481         (mml1991-epg-encrypt): Ditto.
4482
4483         * mml2015.el (mml2015-encrypt-to-self): New user option.
4484         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
4485         mml2015-epg-encrypt-to-self is set.
4486
4487         * mml1991.el (mml1991-encrypt-to-self): New variable.
4488         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
4489         mml1991-epg-encrypt-to-self is set.
4490
4491         * mml2015.el (mml2015-signers): New user option.
4492         (mml2015-epg-sign): Reflect the value of mml2015-signers.
4493         (mml2015-epg-encrypt): Allow to select signing keys.
4494
4495         * mml1991.el (mml1991-signers): New variable.
4496         (mml1991-epg-sign): Reflect the value of mml1991-signers.
4497         (mml1991-epg-encrypt): Allow to select signing keys.
4498
4499 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4500
4501         * nnheader.el (nnheader-insert-head): Make it work even if the file
4502         uses CRLF for the line-break code.
4503
4504 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
4505
4506         * mml2015.el: Require mml-sec instead of password.
4507         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
4508         (mml2015-cache-passphrase): Inherit the default value from
4509         mml-secure-cache-passphrase.
4510         (mml2015-passphrase-cache-expiry): Inherit the default value from
4511         mml-secure-passphrase-cache-expiry.
4512
4513         * mml1991.el: Require mml-sec instead of password.
4514         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
4515         (mml1991-cache-passphrase): Inherit the default value from
4516         mml-secure-cache-passphrase.
4517         (mml1991-passphrase-cache-expiry): Inherit the default value from
4518         mml-secure-passphrase-cache-expiry.
4519
4520         * mml-sec.el: Require password.
4521         (mml-secure-verbose): New user option.
4522         (mml-secure-cache-passphrase): New user option.
4523         (mml-secure-passphrase-cache-expiry): New user option.
4524
4525 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
4526
4527         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
4528         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
4529         andreas@altroot.de (Andreas Vögele).
4530
4531         FIXME: Use `tiny change'?
4532
4533 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4534
4535         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
4536         workaround for the url package included with Emacs.
4537
4538         * nnweb.el (nnweb-google-create-mapping): Update regexp.
4539
4540 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4541
4542         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
4543         correctly.  This fixes a bug caused by the 2006-05-12 change.
4544
4545 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
4546
4547         * nnmail.el (nnmail-article-group): If splitting raises an error, give
4548         some information about the error when saying that the `bogus' mail
4549         group will be used.
4550
4551 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
4552
4553         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
4554         string.
4555
4556 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
4557
4558         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
4559
4560 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4561
4562         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
4563
4564 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
4565
4566         * mml1991.el (mml1991-function-alist): Add epg.
4567         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
4568         (mml1991-epg-encrypt): New functions.
4569
4570 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
4571
4572         * mml2015.el (mml2015-verbose): New variable.
4573         (mml2015-cache-passphrase): Ditto.
4574         (mml2015-passphrase-cache-expiry): Ditto.
4575         (mml2015-function-alist): Add epg.
4576         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
4577         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
4578         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
4579         functions.
4580
4581 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4582
4583         * message.el (message-cite-original-1): Preserve region when removing
4584         quoted text due to X-No-Archive in order to avoid bogus attribution
4585         when citing multiple messages.
4586
4587 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4588
4589         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
4590         Kenneth Jacker <khj@be.cs.appstate.edu>.
4591
4592 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
4593
4594         * gnus-diary.el (gnus-user-format-function-d)
4595         (gnus-user-format-function-D): Autoload.
4596
4597         * imap.el (Commentary): Fix typo.
4598
4599         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
4600         2006-04-22 contribution.
4601
4602 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4603
4604         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
4605         It didn't really fix the bogosity I'm seeing with solid web groups.
4606
4607 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4608
4609         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
4610         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
4611         created using server names.  If we use the feature without declaring
4612         it, Gnus does not properly manage server and group state.
4613
4614         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
4615         bound.
4616
4617 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4618
4619         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
4620         looking up the method using GROUP's prefix before inventing a new one.
4621         It is used on killed/unknown groups in various places where returning
4622         an all-new method isn't expected by the caller.
4623
4624         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
4625         and match semantics of gnus-group-real-prefix.
4626
4627 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
4628
4629         * nnmail.el (nnmail-broken-references-mailers): New variable.
4630         (nnmail-ignore-broken-references): New function generalizing
4631         nnmail-fix-eudora-headers.
4632         (nnmail-fix-eudora-headers): Now obsolete.
4633
4634         * gnus-art.el (gnus-button-handle-custom): Support
4635         `customize-apropos*'.
4636
4637 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4638
4639         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
4640
4641         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
4642         articles.
4643
4644 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
4645
4646         * message.el (message-cite-reply-above): New variable.
4647         (message-yank-original): Use it.
4648
4649 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4650
4651         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
4652
4653 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
4654
4655         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
4656         as read.
4657
4658         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
4659
4660 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
4661
4662         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
4663         (gnus-bookmark-default-file): Use gnus-directory.
4664         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
4665         Remove "*" in doc string.
4666         (gnus-bookmark-write-file): Simplify.
4667         (gnus-bookmark-maybe-sort-alist): Use `when'.
4668         (gnus-bookmark-get-bookmark): Fix typo in doc string.
4669         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
4670         FIXME about Emacs 21 and XEmacs compatibility.
4671         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
4672         compatibility.
4673         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
4674         compatibility.
4675         (gnus-bookmark-menu-heading): Fix version.
4676
4677 2006-06-19  Bastien Guerry  <bzg@altern.org>
4678
4679         * gnus-bookmark.el: New file.
4680
4681 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4682
4683         * message.el (message-syntax-checks): Doc fix.
4684
4685 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4686
4687         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
4688         unsubscribed groups as if they were killed ones.  It causes duplicate
4689         entries in gnus-newsrc-alist.
4690
4691 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4692
4693         * message.el (message-syntax-checks): Doc fix.
4694         (message-send-mail): Add check for continuation headers.
4695         (message-check-news-header-syntax): Fix regexp used to check for
4696         continuation headers.
4697
4698 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4699
4700         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
4701
4702 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
4703
4704         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
4705
4706 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4707
4708         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
4709         default-truncate-lines.
4710
4711 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4712
4713         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
4714         to fill the utf-8 entry.
4715
4716         * lpath.el: Fbind unicode-precedence-list.
4717
4718 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4719
4720         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4721
4722 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
4723
4724         * gnus-agent.el (directory-files-and-attributes): Move all the way
4725         forward (the third and final move).
4726         (gnus-agent-read-agentview): Trap reconstruction errors due to
4727         nonexistant directory.  Handle by returning nil.
4728
4729 2006-05-30  Didier Verna  <didier@xemacs.org>
4730
4731         * message.el (message-dont-reply-to-names): Update the custom type.
4732         * message.el (message-dont-reply-to-names): New defsubst: potentially
4733         convert a list of regexps into a single one.
4734         * message.el (message-get-reply-headers): Use it.
4735         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
4736
4737 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4738
4739         * gnus-agent.el (directory-files-and-attributes): Move forward.
4740
4741 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4742
4743         * gnus-ml.el (gnus-mailing-list-subscribe)
4744         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
4745         (gnus-mailing-list-message): Fix doc strings.
4746
4747 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4748
4749         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
4750         of doing it manually.
4751
4752 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4753
4754         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
4755         comment.
4756
4757 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
4758
4759         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
4760         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
4761         (gnus-agent-read-local): All symbols allocated in my-obarray
4762         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
4763         (gnus-agent-regenerate-group): Check numeric names to see if they are
4764         messages or groups.
4765         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
4766         better way of do this...)
4767
4768         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
4769         'dummy.group' (there should be a better way of do this...)
4770
4771 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4772
4773         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
4774         (gnus-saved-headers): Ditto.
4775         (gnus-default-article-saver): Mention functions may have properties.
4776         (gnus-article-save): Override gnus-save-all-headers and
4777         gnus-saved-headers by :headers property which saver function may have.
4778         (gnus-summary-save-in-file): Add :headers property.
4779         (gnus-summary-write-to-file): Ditto.
4780
4781         * gnus-sum.el (gnus-summary-save-article): Bind
4782         gnus-prompt-before-saving to t when saving many articles in a file;
4783         always show all headers.
4784
4785         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
4786
4787 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
4788
4789         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
4790         marks.
4791
4792         * message.el (message-indent-citation): Add optional arguments to allow
4793         using it outside of message buffers.
4794
4795         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
4796         (gnus-article-treat-unfold-headers): Use it.
4797         (gnus-article-truncate-lines): New variable.
4798         (gnus-article-mode): Use it.
4799         (gnus-article-toggle-truncate-lines): New function.
4800
4801         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
4802         gnus-article-toggle-truncate-lines.
4803
4804         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
4805         coding system in XEmacs, use binary.
4806
4807 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4808
4809         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
4810         after-load-alist.
4811
4812         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
4813         this function should save decoded articles.
4814         (gnus-summary-write-to-file): Use property to specify this function
4815         should save decoded articles and specify gnus-summary-save-in-file
4816         should be used to save articles other than the first one when saving
4817         many articles.
4818         (gnus-summary-save-body-in-file): Use property to specify this
4819         function should save decoded articles.
4820         (gnus-summary-write-body-to-file): Use property to specify this
4821         function should save decoded articles and specify
4822         gnus-summary-save-body-in-file should be used to save articles other
4823         than the first one when saving many articles.
4824
4825         * gnus-sum.el (gnus-summary-save-article): Simplify.
4826
4827 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4828
4829         * gnus-art.el (gnus-default-article-saver): Add
4830         gnus-summary-write-body-to-file.
4831         (gnus-article-save-coding-system): Don't use coding system object
4832         in XEmacs.
4833         (gnus-read-save-file-name): Add optional `dir-var' argument which
4834         specifies directory in which files are saved; work even if optional
4835         `variable' argument is not specified.
4836         (gnus-summary-write-to-file): Read file name.
4837         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
4838         (gnus-summary-write-body-to-file): New function.
4839
4840         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
4841         (gnus-summary-local-variables): Add it.
4842         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
4843         (gnus-summary-save-article): Remove optional `decode' argument;
4844         determine whether to decode articles by the value of
4845         gnus-default-article-saver; when saving many files using
4846         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
4847         it first and use gnus-summary-save-in-file or
4848         gnus-summary-save-body-in-file thereafter unless
4849         gnus-prompt-before-saving is always; move point to article which
4850         will be saved.
4851         (gnus-summary-save-article-file): Revert.
4852         (gnus-summary-write-article-file): Revert.
4853         (gnus-summary-save-article-body-file): Revert.
4854         (gnus-summary-write-article-body-file): New function.
4855
4856 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4857
4858         * gnus-art.el (gnus-default-article-saver): Doc fix.
4859         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
4860         from gnus-summary-save-article-coding-system, and default to a
4861         certain coding system.
4862         (gnus-output-to-file): Add coding cookie and encode text according
4863         to gnus-article-save-coding-system; don't use mm-append-to-file.
4864
4865         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
4866         gnus-art.el and rename to gnus-article-save-coding-system.
4867         (gnus-summary-save-article): Require gnus-art; don't show all
4868         headers if it decodes articles; don't add coding cookie here;
4869         don't bind mm-text-coding-system-for-write.
4870         (gnus-summary-save-article-file): Save decoded articles.
4871         (gnus-summary-write-article-file): When saving many files, use
4872         gnus-summary-write-to-file first and gnus-summary-save-in-file
4873         thereafter unless gnus-prompt-before-saving is always.
4874         (gnus-summary-save-article-body-file): Save decoded articles.
4875
4876         * lpath.el: Fbind select-safe-coding-system for XEmacs.
4877
4878 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
4879
4880         * nnrss.el (nnrss-check-group): Bind hash-index.
4881
4882 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
4883
4884         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
4885         its hash index.  Store this hash in `nnrss-group-data'.
4886         (nnrss-read-group-data): Update accordingly.
4887
4888 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
4889
4890         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
4891         entry.
4892
4893         * gnus-sum.el (gnus-summary-make-menu-bar): Add
4894         gnus-article-browse-html-article.
4895
4896 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
4897
4898         * gnus-sum.el (gnus-summary-mime-map): Add
4899         gnus-article-browse-html-article.
4900
4901         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
4902
4903 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
4904
4905         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
4906         suitable coding systems in customize.
4907
4908 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
4909
4910         * mail-source.el (mail-sources): Fix custom type.
4911
4912 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
4913
4914         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
4915         (gnus-summary-expire-articles-now): Shorten prompt.
4916
4917         * gmm-utils.el (wid-edit): Require.
4918         (defun-gmm): Renamed from `gmm-defun-compat'.
4919         (gmm-image-search-load-path): Use it.
4920         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
4921
4922 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4923
4924         * gnus-sum.el (gnus-summary-save-article-coding-system): New
4925         variable.
4926         (gnus-summary-save-article): Add optional `decode' argument.  If
4927         it is set and gnus-summary-save-article-coding-system is non-nil,
4928         save decoded article.
4929         (gnus-summary-write-article-file): Save decoded article if
4930         gnus-summary-save-article-coding-system is non-nil.
4931
4932         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
4933         type.
4934
4935 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4936
4937         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
4938
4939 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4940
4941         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
4942         first to test gnus-single-article-buffer which may be buffer-local.
4943
4944         * gnus-sum.el (gnus-summary-setup-buffer): Make
4945         gnus-single-article-buffer buffer-local and nil in ephemeral
4946         group; make gnus-article-buffer, gnus-article-current, and
4947         gnus-original-article-buffer always buffer-local.
4948         (gnus-summary-exit): Kill article buffer belonging to ephemeral
4949         group.
4950         (gnus-handle-ephemeral-exit): Don't move to next summary line.
4951
4952 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
4953
4954         * nnml.el (nnml-request-compact-group): Compressed files might not
4955         have .gz extension.
4956
4957 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4958
4959         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
4960         (mm-copy-to-buffer): Use with-current-buffer.
4961         (mm-display-part): Simplify.
4962         (mm-inlinable-p): Add optional arg `type'.
4963
4964 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4965
4966         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
4967         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
4968         Try harder to show the attachment internally or externally using
4969         gnus-mime-view-part-as-type.
4970
4971 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
4972
4973         * message.el (message-from-style, message-signature-separator)
4974         (message-user-organization-file, message-send-mail-function)
4975         (message-citation-line-function, message-yank-prefix)
4976         (message-indent-citation-function, message-signature)
4977         (message-signature-file, message-signature-insert-empty-line):
4978         Remove autoloads.
4979
4980         * gnus-art.el (gnus-buttonized-mime-types): Remove
4981         "multipart/signed".  Revert 2006-04-26 change.
4982
4983 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4984
4985         * gnus.el (gnus-version-number): Bump version.
4986
4987 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4988
4989         * gnus.el: No Gnus v0.5 is released.
4990
4991 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4992
4993         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
4994         fetching articles by message-id.
4995
4996 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4997
4998         * message.el (hashcash): Require hashcash as normal.
4999
5000         * ecomplete.el (ecomplete-highlight-match-line): Use
5001         point-at-eol.
5002         (ecomplete-highlight-match-line): Use `highlight', because that
5003         face exists in both Emacs and XEmacs.
5004
5005         * message.el (message-display-abbrev): Use point-at-bol.
5006
5007         * mail-source.el: Don't require timer/timer-funcs.
5008
5009         * gnus-async.el: Ditto.
5010
5011         * password.el: Ditto.
5012
5013         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
5014
5015         * mm-url.el: Ditto.
5016
5017         * gnus-xmas.el: Don't require timer-funcs.
5018
5019         * mm-util.el: Require timer/timer-funcs.
5020
5021 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5022
5023         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
5024         Close.
5025
5026 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5027
5028         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
5029         unibyte after clear-decrypt function runs.
5030
5031         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
5032         returns as a unibyte string.
5033
5034 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5035
5036         * lpath.el: Revert.
5037
5038         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
5039         (pgg-gpg-process-sentinel): Revert.
5040
5041         * pgg-pgp.el (pgg-pgp-process-region): Revert.
5042         (pgg-pgp-lookup-key): Revert.
5043
5044         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
5045         (pgg-pgp5-lookup-key): Revert.
5046
5047         * pgg.el (pgg-fetch-key): Revert.
5048
5049 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5050
5051         * lpath.el: Fbind string-as-multibyte for XEmacs.
5052
5053         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
5054         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
5055         (mml1991-pgg-encrypt): Ditto.
5056
5057         * pgg-gpg.el (pgg-string-to-multibyte): New function.
5058         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
5059         a multibyte buffer.
5060
5061         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
5062         (pgg-pgp-lookup-key): Ditto.
5063
5064         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
5065         (pgg-pgp5-lookup-key): Ditto.
5066
5067         * pgg.el (pgg-fetch-key): Ditto.
5068
5069 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
5070
5071         * message.el (message-user-organization-file): Check several
5072         locations of the organization file.
5073
5074         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
5075         Add gnus-article-view-part-as-type.
5076
5077         * gnus-art.el (gnus-article-view-part-as-type): New function.
5078
5079         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
5080         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
5081
5082         * mml.el: Simplify autoload.
5083         (mml-mode): defvar dnd-protocol-alist instead of using
5084         symbol-value.
5085         (mml-default-directory): New variable.
5086         (mml-minibuffer-read-file): Use it.
5087         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
5088
5089         * message.el (message-citation-line-format): New variable.
5090         (message-insert-formated-citation-line): New function.
5091         (message-citation-line-function): Add
5092         `message-insert-formated-citation-line' to custom type.
5093
5094         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
5095         to doc string.
5096
5097         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
5098         depending on mm-verify-option.
5099
5100 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5101
5102         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
5103         binding pgg-* variables; reimplement the section which prevents
5104         MIME header from being signed.
5105         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
5106         pgg-text-mode; remove a blank line at the top of body.
5107
5108         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
5109         lines at the top of body; use gnus-newsgroup-charset if there's no
5110         Charset header.
5111
5112 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5113
5114         * message.el (message-self-insert-commands): Doc fix.
5115
5116         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
5117         (mm-uu-pgp-encrypted-test): Ditto.
5118         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
5119         between header and body; return application/pgp-encrypted handle
5120         if decryption failed; decode decrypted body by charset.
5121
5122         * mm-decode.el (mm-automatic-display): Don't make application/pgp
5123         element match to application/pgp-*.
5124
5125 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5126
5127         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
5128         HTML.
5129
5130 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5131
5132         * mail-source.el (mail-source-call-script): Message the error
5133         string.
5134
5135 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5136
5137         * gnus-util.el (gnus-byte-compile): Use it.
5138
5139 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
5140
5141         * gnus-util.el (kill-empty-logs): New function.
5142
5143 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5144
5145         * message.el (message-mail-alias-type): Doc fix.
5146         (message-mail-alias-type-p): New function.
5147         (message-send): Use it.
5148         (message-mode): Ditto.
5149         (message-strip-forbidden-properties): Ditto.
5150
5151         * ecomplete.el (ecomplete-database-file-coding-system): New
5152         variable.
5153         (ecomplete-save): Use it.
5154         (ecomplete-setup): Use it.
5155
5156 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5157
5158         * message.el (message-self-insert-commands): New variable.
5159         (message-strip-forbidden-properties): Use it.
5160
5161 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5162
5163         * message.el (message-put-addresses-in-ecomplete): Use a regexp
5164         that doesn't make XEmacs choke.
5165
5166 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
5167
5168         * gnus-util.el (gnus-replace-in-string):
5169         Prefer replace-regexp-in-string over of replace-in-string.
5170
5171 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5172
5173         * gnus-util.el (gnus-select-frame-set-input-focus):
5174         Use select-frame-set-input-focus if it is available in XEmacs; use
5175         definition defined in Emacs 22 for old Emacsen.
5176
5177         * dgnushack.el: Autoload unmorse-region for XEmacs.
5178
5179         * lpath.el: Bind cursor-in-non-selected-windows and
5180         select-frame-set-input-focus for XEmacs.
5181
5182 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5183
5184         * mm-view.el (mm-inline-text): Use equal instead of equalp.
5185
5186 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
5187
5188         * gnus-registry.el (gnus-registry-cache-save): Remove text
5189         properties when saving via the temp buffer.
5190
5191 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
5192
5193         * message.el (message-generate-hashcash): Honor custom type.
5194
5195 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5196
5197         * message.el (message-generate-hashcash): Default to non-nil when
5198         hashcash is found.
5199
5200         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
5201         (gnus-refer-thread-limit): Increase default to 500.
5202
5203         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
5204
5205         * flow-fill.el (fill-flowed): Allow delete-space.
5206
5207 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
5208
5209         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
5210         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
5211         Remove autoloads.
5212
5213 2006-04-18  Simon Josefsson  <jas@extundo.com>
5214
5215         * message.el (message-generate-hashcash): Default to.
5216
5217 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5218
5219         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
5220         concatenating segments rather than before concatenating them.
5221
5222 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
5223
5224         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
5225
5226 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5227
5228         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
5229
5230         * message.el (message-forward-make-body-plain): Allow
5231         message-forward-ignored-headers to be a list.
5232         (message-remove-ignored-headers): Factor out into function.
5233         (message-forward-make-body-mml): Use it.
5234
5235         * imap.el (imap-quote-specials): New function.
5236         (imap-login-auth): Quote specials.
5237
5238         * rfc2231.el (rfc2231-parse-string): Remove dead code.
5239         (rfc2231-parse-string): Allow concatanation of parameters that
5240         aren't contiguous.  The test case is
5241           (mail-header-parse-content-type "message/external-body;
5242             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
5243             access-type=LOCAL-FILE;
5244             name*1*=plugh%2fhello-sailor%2fbing.pdf")
5245
5246 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5247
5248         * nntp.el (nntp-accept-process-output): Return the value of
5249         `nnheader-accept-process-output'.
5250
5251 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5252
5253         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
5254         (gnus-button-alist): Recognize more diff formats.
5255         (gnus-button-patch): Strip directory.
5256
5257 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
5258
5259         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
5260         Emacs 22 when setting focus.
5261
5262 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5263
5264         * gnus-art.el (gnus-article-treat-types): Do treatment of
5265         text/x-verbatim parts.
5266         (gnus-button-patch): New command.
5267
5268         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
5269         addresses that contain invalid characters.
5270
5271 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5272
5273         * message.el (message-put-addresses-in-ecomplete): Use
5274         gnus-replace-in-string.
5275         (message-is-yours-p): Use the more correct
5276         mail-header-parse-address instead of
5277         mail-extract-address-components.
5278         (message-put-addresses-in-ecomplete): Fix typo.
5279
5280         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
5281         keystroke.
5282
5283         * gnus-art.el (gnus-treatment-function-alist): Change order of
5284         newsgroups/generic header folding to avoid double-folding.
5285
5286         * message.el (message-hidden-headers): Add X-Draft-From.
5287
5288         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
5289         command.
5290         (gnus-summary-repeat-search-article-backward): New command.
5291
5292         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
5293         groups in the parent topic.
5294
5295 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
5296
5297         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
5298         (spam-extra-header-to-number): Return the CRM114 number as a
5299         number instead of a string.
5300
5301 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5302
5303         * gnus-art.el (gnus-face-properties-alist): Moved here from
5304         gnus-fun.
5305
5306         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
5307
5308 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5309
5310         * message.el (message-strip-forbidden-properties): Only display on
5311         self-insert-command.
5312
5313         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
5314         reindent.
5315         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
5316
5317 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
5318
5319         * smiley.el (smiley-style): Fix typo.
5320
5321 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5322
5323         * hashcash.el (hashcash-insert-payment-async-2): Use
5324         message-goto-eoh instead of doing it manually.
5325         (mail-add-payment): Use message-narrow-to-header instead of trying
5326         to do the same itself.
5327
5328         * message.el (message-hidden-headers): Add Face.
5329
5330         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
5331         reparenting code.
5332         (gnus-summary-reparent-children): Refactored out code.
5333         (gnus-summary-thread-map): New keystroke.
5334         (gnus-summary-reparent-children): Make into command.
5335
5336         * smiley.el (smiley-style): Default to `medium' if using a large
5337         font.
5338
5339         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
5340         does it itself.
5341
5342         * message.el (message-point-in-header-p): Simplify definition.
5343
5344 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5345
5346         * nnagent.el (nnagent-request-set-mark): Silence log file
5347         writing.
5348         (nnagent-request-set-mark): Use write-region instead of
5349         append-to-file.
5350
5351         * gnus-sum.el (gnus-read-header): Fudge article number if using a
5352         strange select method.
5353
5354         * ecomplete.el (ecomplete-display-matches): Get highlightling
5355         right.
5356         (ecomplete-display-matches): Use literals.
5357         (ecomplete-display-matches): Disable message logging.
5358
5359         * message.el (message-display-abbrev): Small optimization.
5360
5361         * ecomplete.el (ecomplete-display-matches): Allow automatic
5362         display.
5363
5364         * message.el (message-strip-forbidden-properties): Display
5365         abbrevs.
5366         (message-display-abbrev): Get automatic display right.
5367
5368         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
5369         keystrokes.
5370
5371 2006-04-13  Romain Francoise  <romain@orebokech.com>
5372
5373         TODO: Backport to v5-10!
5374
5375         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
5376         Moved here (and renamed) from gnus-registry.el.
5377
5378         * gnus-registry.el: Require gnus-util.
5379         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
5380
5381 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5382
5383         * gnus-group.el (gnus-group-catchup-current): Change
5384         if-then-else-if-then-else into cond.
5385         (gnus-group-catchup): Indent.
5386         (group-name-at-point): New function.
5387         (gnus-fetch-group): Provide default from thing at point.
5388
5389 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5390
5391         * message.el (message-display-abbrev): Fix regexp.
5392
5393         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
5394         choosing.
5395         (ecomplete-highlight-match-line): Fix up code rewrite, remove
5396         dead variables.
5397
5398         * message.el (message-newline-and-indent): Remove debugging.
5399         (message-display-abbrev): Use new implementation.
5400
5401 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5402
5403         * gnus-art.el (gnus-article-mode): Set
5404         cursor-in-non-selected-windows to nil.
5405
5406         * smiley.el: Revert previous change.
5407         (smiley-data-directory): defvar it before using it in the
5408         defcustom of `smiley-style'.
5409
5410 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5411
5412         * message.el (message-newline-and-indent): New function.
5413
5414         * ecomplete.el: Implement more bits.
5415
5416         * message.el (message-put-addresses-in-ecomplete): Clean up the
5417         string.
5418
5419         * ecomplete.el (ecomplete-add-item): Chop off decimals.
5420
5421         * gnus-sum.el (gnus-summary-save-parts): Bind
5422         gnus-summary-save-parts-counter and use it to make unique file
5423         names.
5424
5425         * gnus-art.el (gnus-ignored-headers): Add some more headers.
5426
5427         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
5428         parameter to say whether to actually parse the individual
5429         addresses.
5430
5431         * message.el (message-put-addresses-in-ecomplete): New function.
5432         (ecomplete): Require.
5433         (message-mail-alias-type): Add ecomplete as an option.
5434
5435 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
5436
5437         * flow-fill.el (fill-flowed): Remove trailing space from blank
5438         quoted lines.
5439
5440 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5441
5442         * smiley.el (smiley-style): Move definition later to avoid a
5443         compilation warning.
5444
5445 2006-04-12  Kenichi Handa  <handa@m17n.org>
5446
5447         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
5448         buffer and then decode the buffer text if necessary.
5449         (rfc2231-encode-string): Be sure to work on multibyte buffer at
5450         first, and after mm-encode-body, change the buffer to unibyte.
5451         Use mm-disable-multibyte instead of set-buffer-multibyte.
5452
5453 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5454
5455         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
5456         Content-Type header instead of Content-Disposition header.
5457         (gnus-mime-inline-part): Ditto.
5458         (gnus-mime-view-part-as-charset): Ignore charset that the part
5459         specifies.
5460
5461         * mm-decode.el (mm-display-part): Work with external parts and
5462         usual parts similarly.
5463
5464         * mm-extern.el (mm-inline-external-body): Use mm-display-part
5465         instead of gnus-display-mime.
5466
5467         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
5468         instead of with-temp-buffer.
5469
5470         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
5471         tag to summarized topics part in order to encode non-ASCII text.
5472
5473 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5474
5475         * smiley.el (smiley-style): New variable.
5476         (smiley-directory): New function.
5477         (smiley-data-directory): Derive from `smiley-style' using
5478         `smiley-directory'.
5479         (smiley-regexp-alist): Add new entries.
5480
5481         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
5482         (gnus-article-browse-delete-temp): Add :version.
5483
5484 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
5485
5486         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
5487         the sieve region.
5488
5489 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5490
5491         * gnus.el (gnus-version-number): Bump version.
5492
5493 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5494
5495         * gnus.el: No Gnus v0.4 is released.
5496
5497 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5498
5499         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
5500         layout.
5501
5502         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
5503         unknown charset.
5504
5505         * message.el (message-header-synonyms): Add Original-To to the
5506         default.
5507
5508         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
5509         optional parameter.
5510
5511 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
5512
5513         * gnus-fun.el (gnus): Require it for gnus-directory.
5514
5515 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5516
5517         * gnus-fun.el (gnus-face-properties-alist): Add :version.
5518
5519 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
5520
5521         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
5522
5523 2006-04-05  Simon Josefsson  <jas@extundo.com>
5524
5525         * password.el (password-reset): New function.
5526
5527 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
5528
5529         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
5530         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
5531
5532 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5533
5534         * nnweb.el (nnweb-google-create-mapping): Update regexp.
5535         Some whitespace was matched into the url, which broke browsing hits
5536         > 100 when mm-url-use-external was nil.
5537
5538 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
5539
5540         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
5541         gnus-extra-headers for 'Newsgroups.
5542
5543         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
5544         bound.
5545
5546 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
5547
5548         * pgg-gpg.el: Clean up process buffers every time gpg processes
5549         complete.
5550
5551 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
5552
5553         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
5554         doc string.
5555
5556 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
5557
5558         * pgg-gpg.el (pgg-gpg-process-filter)
5559         (pgg-gpg-wait-for-completion): Check if buffer is alive.
5560
5561         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
5562         lines, temporary fix.
5563
5564 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5565
5566         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
5567
5568 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
5569
5570         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
5571         default-enable-multibyte-characters.  This reverts the change from
5572         revision 6.17 which is no longer necessary because the passphrase
5573         is sent separately now.  GnuPG messages are unreadable under
5574         multibyte locales with default-enable-multibyte-characters set to
5575         nil.
5576
5577 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
5578
5579         * message.el (message-tool-bar-gnome): Move "spell".
5580
5581 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
5582
5583         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
5584         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
5585         instead.
5586
5587 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
5588
5589         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
5590         newsgroups handling for NNTP overviews which don't include
5591         Newsgroups.
5592
5593 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5594
5595         * message.el (message-resend): Bind message-generate-hashcash to nil.
5596
5597 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5598
5599         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
5600         when searching for already-paid recipients.
5601
5602 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
5603
5604         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
5605         passphrases when it is not needed.
5606         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
5607         passphrase stuff from gpg, should only be necessary when you use
5608         gpg with a smartcard.
5609
5610 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5611
5612         * mml.el (mml-insert-mime): Ignore cached contents of
5613         message/external-body part.
5614
5615         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
5616         (mm-insert-part): Ditto.
5617
5618 2006-03-23  Simon Josefsson  <jas@extundo.com>
5619
5620         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
5621         Reiner.
5622         (pgg-gpg-use-agent-p): Use it again.
5623
5624 2006-03-23  Simon Josefsson  <jas@extundo.com>
5625
5626         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
5627         older emacsen.
5628         (pgg-gpg-use-agent-p): Don't use it.
5629
5630 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
5631
5632         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
5633         if we can.
5634
5635 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
5636
5637         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
5638         (pgg-gpg-update-agent): New function.
5639         (pgg-gpg-use-agent-p): New function.
5640         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
5641         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
5642         (pgg-gpg-sign-region): Use it.
5643
5644 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5645
5646         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
5647         Reported by Ralf Wachinger <rwachinger@gmx.de>.
5648
5649 2006-03-21  Simon Josefsson  <jas@extundo.com>
5650
5651         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
5652         <wilde@sha-bang.de>.
5653         (pgg-gpg-use-agent): New variable.
5654         (pgg-gpg-process-region): Use it.
5655         (pgg-gpg-encrypt-region): Likewise.
5656         (pgg-gpg-encrypt-symmetric-region): Likewise.
5657         (pgg-gpg-decrypt-region): Likewise.
5658         (pgg-gpg-sign-region): Likewise.
5659         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
5660
5661 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5662
5663         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
5664
5665         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
5666         Add comment on version.
5667
5668 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5669
5670         * smiley.el: Add missing test smiley.
5671
5672 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5673
5674         * mm-decode.el (mm-with-part): New macro.
5675         (mm-get-part): Use it; work with message/external-body as well.
5676         (mm-save-part): Treat name and filename equally.
5677
5678         * mm-extern.el (mm-extern-cache-contents): New function.
5679         (mm-inline-external-body): Use it; force the part to be displayed;
5680         move undisplayer added to the cached handle to the parent.
5681
5682         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
5683         (gnus-mime-view-part-as-type): Work with message/external-body.
5684
5685         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
5686
5687 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5688
5689         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
5690         images in image-load-path.  [Sync with image.el, revision 1.60, in
5691         Emacs.]
5692
5693 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
5694
5695         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
5696         path rather than symbol.  Always return list of directories.
5697         Guarantee that image directory comes first.  [Sync with image.el,
5698         revision 1.59, in Emacs.]
5699
5700         * message.el (message-make-tool-bar): Adjust to new API of
5701         `gmm-image-load-path-for-library'.
5702
5703         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5704
5705         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5706
5707 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5708
5709         * gnus-art.el (gnus-article-only-boring-p):
5710         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
5711         intangible text.
5712         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
5713
5714 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
5715
5716         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
5717         `defun' instead of `gmm-defun-compat'.
5718
5719 2006-03-14  Simon Josefsson  <jas@extundo.com>
5720
5721         * message.el (message-unique-id): Don't use message-number-base36
5722         if (user-uid) is a float.
5723         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
5724
5725 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5726
5727         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
5728
5729         * gnus-art.el (gnus-mime-display-single): Make sure there is an
5730         empty line between a part and a message part.
5731
5732 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
5733
5734         * smiley.el: Add more test smileys.
5735         (smiley-data-directory, smiley-regexp-alist)
5736         (gnus-smiley-file-types): Fix doc strings.
5737         (smiley-update-cache): Clear smiley-cached-regexp-alist before
5738         adding new elements.
5739         (smiley-mouse-map): Unused code.  Make it a comment.
5740
5741 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5742
5743         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
5744         scan latest NoCeM messages instead of old ones.
5745         (gnus-nocem-check-article): Fix regexps so as to match to PGP
5746         delimiters that are recently used.
5747         (gnus-nocem-load-cache): Add autoload cookie.
5748
5749         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
5750
5751         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
5752         level which is larger than gnus-use-nocem is specified.
5753
5754         * gnus-group.el (gnus-group-get-new-news): Ditto.
5755
5756 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5757
5758         * gnus-util.el (gnus-tool-bar-update): New function.
5759
5760         * gnus-group.el (gnus-group-update-tool-bar): New variable.
5761         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
5762
5763         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
5764
5765         * gnus-group.el (gnus-group-redraw-when-idle)
5766         (gnus-group-redraw-check): Remove.
5767         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
5768
5769 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5770
5771         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
5772         if optional last element is specified in splits (FIELD VALUE...).
5773
5774 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
5775
5776         * message.el (message-make-tool-bar): Rename gmm-image-load-path
5777         to gmm-image-load-path-for-library.  Call with no-error argument.
5778         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
5779
5780         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5781
5782         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5783
5784         * gmm-utils.el (gmm-image-load-path): Remove alias.
5785
5786 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
5787
5788         * gmm-utils.el (gmm-image-load-path): Add alias.
5789
5790         * nnml.el (nnml-generate-nov-databases-directory): Rename from
5791         nnml-generate-nov-databases-1.
5792         (nnml-generate-nov-databases): Use it.
5793         (nnml-generate-nov-databases-directory): Document no-active
5794         argument.
5795
5796         * gmm-utils.el (gmm-image-load-path-for-library): Return single
5797         directory if path is t.  Add no-error.
5798
5799         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
5800         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5801
5802         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
5803         resetting gnus-article-browse-html-temp-list.
5804
5805         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
5806         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
5807         Add example to docstring.  Rename local variables.  Move error
5808         checks to default case in cond and simplify.
5809
5810 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5811
5812         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
5813         handle is multipart when calling it recursively.
5814         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
5815
5816 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
5817
5818         * nnimap.el (nnimap-request-update-info-internal): Optimize.
5819         Don't `gnus-uncompress-range' to avoid excessive memory usage.
5820
5821 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5822
5823         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
5824         is loaded.
5825
5826         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
5827         loaded.
5828
5829 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
5830
5831         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
5832         to "Emacs 23 (unicode)" in doc string.
5833
5834         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
5835         "Emacs 23 (unicode)" in comment.
5836
5837 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5838
5839         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
5840
5841         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
5842         characters 160 through 255 in Emacs 23.
5843
5844 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5845
5846         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
5847         gnus-article-browse-html-temp.
5848         (gnus-article-browse-delete-temp): Make it customizable.  Add
5849         `file'.  Adjust doc string.
5850         (gnus-article-browse-delete-temp-files): Add argument.  Allow
5851         query for each file.  Adjust doc string.
5852         (gnus-article-browse-html-parts): Add
5853         `gnus-article-browse-delete-temp-files' to
5854         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
5855
5856 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
5857
5858         * gnus-art.el (gnus-article-browse-html-temp)
5859         (gnus-article-browse-delete-temp): New variables.
5860         (gnus-article-browse-delete-temp-files): New function.
5861         (gnus-article-browse-html-parts): Use it.
5862
5863 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5864
5865         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
5866
5867         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
5868         string.
5869
5870         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
5871         gnus-summary-insert-new-articles when unplugged.  Remove
5872         gnus-summary-search-article-forward.
5873
5874         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
5875         display-visual-class instead of display-color-cells.
5876
5877 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5878
5879         * dgnushack.el: Autoload customize-group for XEmacs.
5880
5881         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
5882         message/* containing non-ASCII text properly.
5883
5884 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5885
5886         * message.el: Require gmm-utils, remove autoloads.
5887         (message-tool-bar): Set default based on
5888         gmm-tool-bar-style.
5889         (message-tool-bar-gnome): Add gmm-customize-mode.
5890
5891         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
5892         gmm-tool-bar-style.
5893         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
5894
5895         * gnus-group.el (gnus-group-tool-bar): Set default based on
5896         gmm-tool-bar-style.
5897         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
5898
5899         * gmm-utils.el (gmm-image-directory): Rename variable from
5900         gmm-image-load-path.
5901         (gmm-image-load-path): Use gmm-image-directory.
5902         (gmm-customize-mode): New function.
5903         (gmm-tool-bar-style): New variable.
5904
5905         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
5906         gnus-group-redraw-line-number.
5907         (gnus-group-redraw-check): Simplify.
5908         (gnus-group-tool-bar-update): Remove redraw check.
5909         (gnus-group-make-tool-bar): Add redraw check.
5910
5911 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
5912
5913         * gnus-art.el (gnus-button): Add missing parentheses.
5914
5915 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5916
5917         * lpath.el: Fbind line-number-at-pos.
5918
5919 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5920
5921         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
5922
5923 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
5924
5925         * gnus-art.el (gnus-button): New face.
5926         (gnus-article-button-face): Use it.
5927
5928         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
5929         gnus-summary-next-page.  Re-order.
5930
5931         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
5932         next-node are now included.
5933         (gnus-group-redraw-line-number): New internal variable.
5934         (gnus-group-redraw-check): Helper function for updating the tool
5935         bar.
5936         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
5937
5938         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
5939
5940         * spam.el (spam-spamassassin-score-regexp): New internal variable.
5941         (spam-extra-header-to-number, spam-check-spamassassin-headers):
5942         Use it to match format of Spamassassin 3.0 and later.  Reported by
5943         IRIE Tetsuya <irie@t.email.ne.jp>.
5944         (spam-check-bogofilter)
5945         (spam-bogofilter-register-with-bogofilter): Fix args of
5946         `gnus-error' calls.
5947
5948 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
5949
5950         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
5951         unnecessary interaction when sending queued mails.  Reported by
5952         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
5953
5954 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5955
5956         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
5957         first or last are nil.
5958
5959 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5960
5961         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
5962
5963 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5964
5965         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
5966
5967 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5968
5969         * dns.el (query-dns): Protect more against buggy tcp output.
5970
5971 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
5972
5973         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
5974         nov.php.
5975
5976 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
5977
5978         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
5979         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
5980         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
5981         output on the server side.
5982         (nnweb-google-create-mapping): Update regexps and add some
5983         progress indication.
5984
5985 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
5986
5987         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
5988         gnus-agent-toggle-plugged.  Re-order icons.
5989         (gnus-group-tool-bar-gnome): Add
5990         gnus-group-{prev,next}-unread-group.
5991         (gnus-group-tool-bar-gnome): Re-order icons.
5992
5993         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
5994         gnus-summary-insert-new-articles.
5995
5996         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
5997         comments.
5998
5999         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
6000         also available in Emacs 21.3.
6001
6002         * message.el (message-fix-before-sending): Change "Emacs 22" to
6003         "Emacs 23 (unicode)" in comment.
6004
6005         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
6006         "Emacs 23 (unicode)" in comment.
6007
6008         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
6009         comment.
6010         (mm-coding-system-p): Add comment about no-MULE XEmacs.
6011
6012         * mm-view.el (mm-fill-flowed): Add :version.
6013
6014 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6015
6016         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
6017         and load-path.
6018
6019 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
6020
6021         * message.el: Autoload gmm-image-load-path.
6022         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
6023         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
6024         consitency.
6025
6026         * gmm-utils.el (gmm-image-load-path): Also search in
6027         "../etc/images".  Don't set gmm-image-load-path if we don't find
6028         the image.
6029
6030 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6031
6032         * gmm-utils.el (gmm-image-load-path): Don't make
6033         `gmm-image-load-path' include subdirectories which the second arg
6034         `image' might specify.
6035
6036         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
6037         subdirectory to icon file names.
6038
6039         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
6040
6041 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
6042
6043         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
6044         gmm-image-load-path calls.
6045
6046         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6047
6048         * message.el (message-make-tool-bar): Ditto.
6049
6050         * mml.el (mml-preview): Added comment concerning tool bar icons.
6051
6052         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
6053         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
6054
6055         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
6056         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
6057
6058         * message.el (message-tool-bar-gnome): Use new icon names.
6059         (message-make-tool-bar): Use `gmm-image-load-path'.
6060
6061         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
6062         functions from MH-E.
6063         (gmm-image-load-path): New variable from MH-E.
6064         (gmm-image-load-path): New function from MH-E.  Added arguments
6065         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
6066         *-image-load-path-called-flag.
6067
6068 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
6069
6070         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
6071
6072 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
6073
6074         * nnimap.el (nnimap-request-move-article): Change folder back to
6075         source group before deleting.
6076
6077 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
6078
6079         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
6080
6081         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
6082         mm-url.
6083
6084         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
6085
6086 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6087
6088         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
6089         coding system which mm-charset-to-coding-system returns for a
6090         given charset is valid.
6091
6092 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
6093
6094         * html2text.el (html2text-remove-tag-list):
6095         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
6096
6097 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
6098
6099         * gnus-cus.el: Revert 2005-10-17 change.
6100
6101 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6102
6103         * gnus-art.el (article-strip-banner): Call
6104         article-really-strip-banner only when the regexp match is made.
6105
6106 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6107
6108         * gnus-art.el (article-strip-banner): Use
6109         gnus-extract-address-components instead of
6110         mail-header-parse-addresses to make it work with non-ASCII text;
6111         remove mail-encode-encoded-word-string.
6112
6113         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
6114         values which are surrounded with \"...\"; make it never cause a
6115         Lisp error; give up parsing of parameters if it failed in
6116         extracting type.
6117
6118 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
6119
6120         * smime.el (smime-cert-by-ldap-1): Fix bug where
6121         `smime-ldap-search' returns results without userCertificates.
6122
6123 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6124
6125         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
6126
6127 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6128
6129         * spam.el (spam-check-spamassassin-headers): Adapt format for
6130         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
6131         <ari@mbf.ocn.ne.jp>.
6132         (spam-list-of-processors): Add spam-use-gmane.
6133
6134 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6135
6136         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
6137         make-temp-file; make it work with XEmacs as well.
6138
6139         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
6140         mm-make-temp-file.
6141
6142         * mm-decode.el (mm-display-external): Use the 3rd arg of
6143         mm-make-temp-file.
6144         (mm-create-image-xemacs): Ditto.
6145
6146 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6147
6148         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
6149         with message-narrow-to-headers.
6150         (gnus-draft-setup): Narrow to header to run message-fetch-field.
6151         (gnus-draft-check-draft-articles): New function.
6152         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
6153
6154 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
6155
6156         * gnus-art.el (gnus-article-browse-html-parts):
6157         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
6158         Don't use suffix argument for mm-make-temp-file for Emacs 21
6159         compatibility.  Remove useless `format'.
6160
6161 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6162
6163         * nnweb.el (nnweb-google-wash-article): Update regexps.
6164         (nnweb-group-alist): Use defvoo instead of defvar.
6165
6166 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6167
6168         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
6169         re-loading nn* modules.
6170
6171 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6172
6173         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
6174         for `tool-bar-mode' and don't check it's default-value.
6175
6176         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6177
6178         * message.el (message-make-tool-bar): Ditto.
6179
6180         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
6181         `substring'.  Shorten tmp-file name.
6182
6183         * gnus.el: Remove bogus comment.
6184
6185 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
6186
6187         * gnus-art.el (gnus-article-browse-html-parts): New function.
6188         (gnus-article-browse-html-article): New function for viewing html
6189         articles with a browser.
6190
6191 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
6192
6193         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
6194         in elisp.
6195         (pgg-gpg-encrypt-symmetric-region): Ditto.
6196         (pgg-gpg-sign-region): Ditto.
6197
6198         * pgg-def.el (pgg-text-mode): New variable.
6199
6200         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
6201         (mml2015-pgg-encrypt): Ditto.
6202
6203         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
6204         (mml1991-pgg-encrypt): Ditto.
6205
6206 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6207
6208         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
6209         message-make-date instead of current-time-string.
6210
6211         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
6212         to gnus-decoded which mm-uu might set.
6213
6214 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6215
6216         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
6217         don't decode quoted parameters; remove misimported Emacs code.
6218         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6219         (rfc2231-decode-encoded-string): Don't use split-string which
6220         behaves differently according to Emacs version; use
6221         mm-decode-coding-region to convert charset to coding-system.
6222         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6223         (rfc2231-encode-string): Remove misimported Emacs code.
6224
6225 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6226
6227         * gnus-art.el (article-decode-charset): Don't use ignore-errors
6228         when calling mail-header-parse-content-type.
6229         (article-de-quoted-unreadable): Ditto.
6230         (article-de-base64-unreadable): Ditto.
6231         (article-wash-html): Ditto.
6232
6233         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
6234         calling mail-header-parse-content-type and
6235         mail-header-parse-content-disposition.
6236         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
6237         mail-header-parse-content-type.
6238
6239         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
6240         insert charset and format parameters; encode description after
6241         inserting it to buffer.
6242         (mml-insert-parameter): Fold lines properly even if a parameter is
6243         segmented into two or more lines; change the max column to 76.
6244
6245         * rfc1843.el (rfc1843-decode-article-body): Don't use
6246         ignore-errors when calling mail-header-parse-content-type.
6247
6248         * rfc2231.el (rfc2231-parse-string): Return at least type if
6249         possible; don't cause an error even if it fails in parsing of
6250         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6251         (rfc2231-encode-string): Don't break lines at the beginning, leave
6252         it to mml-insert-parameter.
6253
6254         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
6255         calling mail-header-parse-content-type.
6256
6257 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
6258
6259         * spam-report.el (spam-report-gmane-use-article-number):
6260         Improve doc string.
6261         (spam-report-gmane-internal): Check if a suitable header was found
6262         in the article.
6263
6264 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6265
6266         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
6267         (rfc2231-encode-string): Make param*=value always begin with LWSP.
6268
6269 2006-02-05  Romain Francoise  <romain@orebokech.com>
6270
6271         Update copyright notices of all files in the gnus directory.
6272
6273 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6274
6275         * nnweb.el (nnweb-request-group): Avoid growing overview files.
6276
6277 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6278
6279         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
6280         segmented lines of parameter value to cope with Thunderbird 1.5
6281         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
6282         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6283         (rfc2231-encode-string): Don't make lines exceeding 76 column.
6284
6285 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
6286
6287         * mml.el (mml-generate-mime-1): Correct the order of inline signed
6288         parts.
6289
6290 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6291
6292         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
6293         there's only one active file for all servers.
6294         (nnweb-request-scan): Make sure nnweb-articles is initialized on
6295         solid groups.  Gnus might have used a FAST request to select the group.
6296         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
6297         and nnweb-search redundantly in the active file.
6298         (nnweb-request-list): Don't list bogus groups.  There can only be one.
6299         (nnweb-request-create-group): Don't use ARGS.
6300         (nnweb-possibly-change-server, nnweb-request-group): Remove some
6301         initialisations.  Let nnoo do the work.
6302
6303 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6304
6305         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
6306         Say the part has been decoded.
6307
6308         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
6309
6310 2006-01-31  Kevin Ryde  <user42@zip.com.au>
6311
6312         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
6313         mailcap-viewer-test-cache when there's no 'test clause, since that
6314         will invert the meaning of a "nil" test previously determined by
6315         mailcap-mailcap-entry-passes-test.
6316
6317 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6318
6319         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
6320         compiling.
6321
6322         * gnus-sum.el: Ditto.
6323
6324         * message.el: Don't bind tool-bar-map when compiling.
6325
6326 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
6327
6328         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
6329
6330 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6331
6332         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
6333         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
6334         current Google Groups.
6335
6336 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
6337
6338         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
6339         and tool-bar-mode.
6340
6341         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
6342         and tool-bar-mode.
6343
6344         * message.el (message-tool-bar-update): Simplify.
6345         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
6346
6347         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
6348         gnus-summary-buffer.
6349         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
6350         gnus-summary-reply.
6351
6352         * gmm-utils.el (gmm): Add :version.
6353
6354 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6355
6356         * Makefile.in (clean): New rule.
6357         (distclean): Use it.
6358
6359 2006-01-26  Steve Youngs  <steve@sxemacs.org>
6360
6361         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
6362         autoload.
6363
6364 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6365
6366         * gmm-utils.el (gmm-verbose): Add :group.
6367
6368 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
6369
6370         * message.el: Change some comments WRT tool-bars.
6371
6372         * gnus-sum.el (gnus-summary-tool-bar)
6373         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
6374         (gnus-summary-tool-bar-zap-list): New variables.
6375         (gnus-summary-make-tool-bar): Complete rewrite using
6376         `gmm-tool-bar-from-list'.
6377
6378         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
6379         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
6380         variables.
6381         (gnus-group-make-tool-bar): Complete rewrite using
6382         `gmm-tool-bar-from-list'.
6383         (gnus-group-tool-bar-update): New function.
6384
6385         * message.el (message-mode-field-menu): Add "Show hidden Headers".
6386
6387 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6388
6389         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
6390         is dissected into a single part of which the type is the same as
6391         the given one; decode charset.
6392
6393 2006-01-21  Kevin Ryde  <user42@zip.com.au>
6394
6395         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
6396         into alists as symbol not string, since that's what
6397         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
6398         look for.
6399
6400 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
6401
6402         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
6403         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
6404
6405         * message.el (message-tool-bar-gnome): Use gmm-ignore.
6406
6407 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6408
6409         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
6410         (gnus-xmas-mime-security-button-menu): New function.
6411
6412         * gnus-art.el (gnus-mime-security-button-commands): New variable.
6413         (gnus-mime-security-button-menu): New definition.
6414         (gnus-mime-security-button-map): Use them.
6415         (gnus-mime-security-button-menu): New function.
6416         (gnus-insert-mime-security-button): Addition to help echo.
6417         (gnus-mime-security-run-function, gnus-mime-security-save-part)
6418         (gnus-mime-security-pipe-part): New functions.
6419
6420         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
6421         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
6422
6423         * mm-decode.el (mm-handle-set-disposition): Remove.
6424         (mm-handle-set-description): Remove.
6425
6426 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6427
6428         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
6429         (mm-w3m-standalone-supports-m17n-p): New function.
6430         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
6431         w3m usage.
6432
6433         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
6434         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
6435
6436 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
6437
6438         * message.el (message-tool-bar-zap-list): Use
6439         gmm-tool-bar-zap-list as custom type.
6440         (message-tool-bar-update): New function.
6441         (message-tool-bar, message-tool-bar-gnome)
6442         (message-tool-bar-retro): Add message-tool-bar-update.
6443         (message-tool-bar-gnome): Add flyspell-buffer.
6444
6445         * gnus-util.el (gnus-error): Describe `args'.
6446
6447         * gmm-utils.el (gmm-error): Describe `args'.
6448         (gmm-tool-bar-zap-list): New widget.
6449         (gmm-tool-bar-from-list): Improve description of `zap-list'.
6450
6451 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6452
6453         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
6454         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
6455         the number of recursive calls.
6456
6457         * mm-decode.el (mm-handle-set-disposition): New macro.
6458         (mm-handle-set-description): New macro.
6459
6460 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6461
6462         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
6463         encoding.
6464
6465 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
6466
6467         * message.el (message-tool-bar-zap-list, message-tool-bar)
6468         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
6469         (message-tool-bar-local-item-from-menu): Remove.
6470         (message-tool-bar-map): Replace by `message-make-tool-bar'.
6471         (message-make-tool-bar): New function.
6472         (message-mode): Use `message-make-tool-bar'.
6473
6474         * gmm-utils.el: New file.
6475         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
6476         (gmm-lazy): New widget copied from `nnmail.el'.
6477         (gmm-tool-bar-from-list): New function for creating customizable
6478         tool bars.
6479         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
6480         output.
6481         (gmm): Add :prefix to defgroup.
6482
6483 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
6484
6485         * gmm-utils.el (gmm-widget-p): New function.
6486
6487 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
6488
6489         * mml.el (mml-attach-file): Describe `description' in doc string.
6490         (mml-menu): Add Emacs MIME manual and PGG manual.
6491
6492 2006-01-20  Richard M. Stallman  <rms@gnu.org>
6493
6494         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
6495
6496 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
6497
6498         * nntp.el (nntp-end-of-line): Doc fix.
6499
6500 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
6501
6502         * imap.el (imap-open): Handle case where buffer is a buffer
6503         object.
6504
6505 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6506
6507         * gnus-delay.el (gnus-delay): Don't autoload.
6508         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6509         to be re-loaded when customizing the `gnus-delay' group.
6510
6511 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
6512
6513         * message.el (message-insert-citation-line): Use newlines.
6514
6515 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
6516
6517         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
6518         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
6519         these routines, so the passphrase can be managed externally and
6520         passed in to the system.
6521         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
6522         pgg-add-passphrase-to-cache function.
6523
6524         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
6525         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
6526         these routines, so the passphrase can be managed externally and
6527         passed in to the system.
6528         (pgg-pgp5-sign-region): Use new name of
6529         pgg-add-passphrase-to-cache function.
6530
6531 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
6532
6533         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
6534         part of the decoded armor to find the key-identifier.
6535         (pgg-gpg-lookup-key-owner): New function to return the
6536         human-readable identifier of a key owner.
6537         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
6538         itself.
6539         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
6540         the key value) if we have a key and can match it against a secret
6541         key.  Also, added a note pointing out fact that the prompt only
6542         indicates the first matching key.
6543
6544         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
6545         pgg-decrypt-region.
6546         (pgg-add-passphrase-to-cache): Rename from
6547         `pgg-add-passphrase-cache' to reduce confusion (all callers
6548         changed).
6549         (pgg-remove-passphrase-from-cache): Rename from
6550         `pgg-remove-passphrase-cache' to reduce confusion (all callers
6551         changed).
6552         (pgg-read-passphrase, pgg-add-passphrase-cache)
6553         (pgg-remove-passphrase-cache): Add informative docstrings.
6554         (pgg-decrypt): Convey provided passphrase in subordinate call to
6555         pgg-decrypt-region.
6556
6557 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
6558
6559         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
6560         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
6561         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
6562         'passphrase' argument, so the passphrase can be managed externally
6563         and then passed in to the system.
6564
6565         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
6566         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
6567         so the passphrase cache can be used reliably with identifiers
6568         besides a pgp packet's key id.
6569
6570         * pgg-gpg.el (pgg-gpg-encrypt-region)
6571         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
6572         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
6573         these routines, so the passphrase can be managed externally and
6574         passed in to the system.
6575
6576         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
6577         'notruncate' argument, so the passphrase cache can be used
6578         reliably with identifiers besides a pgp packet's key id.
6579
6580 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
6581
6582         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
6583         symmetric encryption.
6584         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
6585         encrypted session key.
6586         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
6587         message ask for the passphrase in a proper way.
6588
6589         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
6590         New user commands for symmetric encryption.
6591
6592 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6593
6594         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
6595
6596         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
6597
6598 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
6599
6600         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
6601
6602 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6603
6604         * mm-decode.el (mm-inlined-types): Add application/pgp.
6605         (mm-automatic-display): Ditto.
6606
6607         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
6608         part as text.
6609
6610 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6611
6612         * nnrss.el: Update copyright.
6613         (nnrss-opml-import): Query whether to subscribe to each entry.
6614
6615         * gnus-art.el:
6616         * gnus-sum.el:
6617         * gnus-xmas.el:
6618         * messagexmas.el:
6619         * mm-uu.el:
6620         * mm-view.el: Update copyright.
6621
6622 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
6623
6624         * message.el (message-info): New function.
6625         (message-mode-menu): Add it.
6626         Update copyright.
6627
6628         * ChangeLog: Fix and update copyright.
6629
6630 2006-01-13  Romain Francoise  <romain@orebokech.com>
6631
6632         * message.el (message-forward-subject-name-subject): Prefer the
6633         address to 'nowhere' if the sender has no name.
6634         Fix typo.  Update copyright year.
6635
6636 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6637
6638         * gnus-art.el (article-wash-html): Use
6639         gnus-summary-show-article-charset-alist if a numeric arg is given.
6640         (gnus-article-wash-html-with-w3m-standalone): New function.
6641
6642         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
6643         mm-inline-text-html-render-with-w3m-standalone.
6644         (mm-text-html-washer-alist): Map w3m-standalone to
6645         gnus-article-wash-html-with-w3m-standalone.
6646         (mm-inline-text-html-render-with-w3m-standalone): New function.
6647
6648 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6649
6650         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
6651         Improve LaTeX.
6652
6653 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6654
6655         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
6656         (nnrss-request-article): Render text/plain parts as HTML.
6657
6658         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
6659         the buffer.
6660
6661 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6662
6663         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
6664         custom definition of `gnus-posting-styles'.
6665
6666         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
6667         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
6668
6669 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6670
6671         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
6672         Use nntp for bug archive.
6673
6674 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6675
6676         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
6677         parts.
6678         (nnrss-normalize-date): New function converts ISO 8601 date into
6679         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
6680         (nnrss-check-group): Use it.
6681
6682 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6683
6684         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
6685
6686         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
6687         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
6688         (nnrss-insert-w3): Ditto.
6689
6690 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6691
6692         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
6693         the articles to be forwarded including the case where neither a
6694         number of articles nor a region is specified.
6695
6696 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6697
6698         * nnrss.el (nnrss-request-article): Fix last change; fill
6699         text/plain parts.
6700
6701 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6702
6703         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
6704         in text/plain part.
6705         (nnrss-check-group): Don't add excessive newline to dc:subject.
6706
6707 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
6708
6709         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
6710         article.
6711
6712 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6713
6714         * nnml.el: Don't require gnus-bcklg.  Autoload it.
6715         (nnml-use-compressed-files, nnml-save-mail): Support other
6716         comression programs such as bzip2.
6717
6718 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6719
6720         * dns.el (query-dns): Make sure we check the buffer size before
6721         removing tcp headers.
6722
6723 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6724
6725         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
6726         remove MIME buttons associated with multipart/alternative parts.
6727         (gnus-mime-display-alternative): Tag buttons using `article-type'
6728         text property.
6729
6730         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
6731         associated with multipart/alternative parts.
6732
6733         * gnus-art.el (gnus-signature-separator): Fix custom type.
6734
6735         * mm-decode.el (mm-inlined-types): Fix custom type.
6736         (mm-keep-viewer-alive-types): Ditto.
6737         (mm-automatic-display): Ditto.
6738         (mm-attachment-override-types): Ditto.
6739         (mm-inline-override-types): Ditto.
6740         (mm-automatic-external-display): Ditto.
6741
6742 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6743
6744         * spam-report.el (spam-report-user-mail-address)
6745         (spam-report-user-agent): New variables.
6746         (spam-report-url-ping-plain): Use spam-report-user-agent.
6747
6748 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
6749
6750         * gnus-art.el (gnus-button-handle-custom): Do not just use
6751         `customize-apropos' for any "M-x customize-*" button but the
6752         function called for.  Accept both the function name and its
6753         argument in order to achieve this.
6754         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
6755         function name to `gnus-button-handle-custom' in case of "M-x
6756         customize-*" buttons.
6757
6758 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6759
6760         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
6761         multipart/alternative and add xref to mm-discouraged-alternatives
6762         in doc string.
6763
6764         * mm-decode.el (mm-discouraged-alternatives): Add xref to
6765         gnus-buttonized-mime-types in doc string.
6766
6767 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
6768
6769         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
6770         Suggest image/.* in the doc string.
6771
6772 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6773
6774         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
6775         message-marks (Debian bug #342521).
6776
6777 2005-12-12  Simon Josefsson  <jas@extundo.com>
6778
6779         * password.el (password-read-from-cache): Add.
6780         (password-read): Use it.
6781
6782 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6783
6784         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
6785         us-ascii as a MIME charset.
6786
6787         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
6788         against the case where the 2nd arg TYPE is nil.
6789
6790 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6791
6792         * pop3.el (pop3-stream-type): Fix custom version.
6793
6794         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
6795
6796 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
6797
6798         * mm-decode.el (mm-display-external): Add missing cdr.
6799
6800 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6801
6802         * mm-decode.el (mm-display-external): Use nametemplate (defined in
6803         RFC1524) if it is in mailcap or add a suffix according to
6804         mailcap-mime-extensions when generating a temp filename; postpone
6805         deleting a temp file for 2 seconds for some wrappers, shell
6806         scripts, and so on, which might exit right after having started a
6807         viewer command as a background job.
6808
6809 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6810
6811         * nntp.el (nntp-marks-directory): Fix custom group.
6812
6813         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
6814         steps when < 10.
6815
6816         * gnus-start.el (gnus-no-server-1): Mention
6817         `gnus-level-default-subscribed' in doc string.
6818
6819 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
6820
6821         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
6822         parens.
6823
6824 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6825
6826         * gnus-xmas.el (gnus-use-toolbar): Revert.
6827         (gnus-xmas-setup-toolbar): Use global default-toolbar if
6828         gnus-use-toolbar is default.
6829
6830         * messagexmas.el (message-use-toolbar): Revert.
6831         (message-setup-toolbar): Use global default-toolbar if
6832         message-use-toolbar is default.
6833
6834 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6835
6836         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
6837         according to default-toolbar-visible-p.
6838
6839         * messagexmas.el (message-use-toolbar): Ditto.
6840
6841 2005-11-26  Dave Love  <fx@gnu.org>
6842
6843         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
6844         (tls-program, tls-success): Provide openssl alternative.
6845
6846         * starttls.el: Doc fixes.
6847         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
6848         SERVICE to PORT.
6849
6850         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
6851         port null or service name.
6852         (starttls-negotiate): Autoload.
6853
6854 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6855
6856         * message.el (message-kill-to-signature): Fix interactive spec.
6857
6858 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6859
6860         * pop3.el (pop3-open-server): Recognize a string as a service name.
6861
6862 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
6863
6864         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
6865
6866 2005-11-23  Dave Love  <fx@gnu.org>
6867
6868         Add pop3s, pop3/starttls.
6869
6870         * pop3.el (pop3-authentication-scheme): Clarify doc.
6871         (open-tls-stream, starttls-open-stream): Autoload.
6872         (pop3-stream-type): New.
6873         (pop3-open-server): Use it.
6874
6875         * mail-source.el (mail-sources): Fix some :types.  Add stream type
6876         for POP.
6877         (mail-source-keyword-map): Add :stream for POP.
6878         (mail-source-fetch-pop): Use pop3-stream-type.
6879
6880 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6881
6882         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
6883         of current-time-string.
6884
6885 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
6886
6887         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
6888         date header.
6889
6890 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
6891
6892         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
6893         it can seriously impact performance as it bypasses the agent's
6894         local caches.
6895
6896 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
6897
6898         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
6899         must be explicitly online rather than "not explicitly offline" for
6900         its flags to be synchronized.
6901
6902         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
6903         that gnus-uu-unmark-thread will function correctly.
6904
6905         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
6906         1024K is instead displayed as 1M.
6907
6908 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6909
6910         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
6911
6912 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
6913
6914         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
6915
6916 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
6917
6918         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
6919         error message to display actual error condition.
6920         (gnus-agent-save-local): Avoid saving symbols that are bound to
6921         nil as they simply result in a warning message in
6922         gnus-agent-read-local.
6923
6924 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6925
6926         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
6927         rather than make-variable-buffer-local for file-precious-flag.
6928
6929 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
6930
6931         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
6932         for duplicates which are removed.  The invalid sort check then
6933         triggers a rescan after the sort as sorting may have moved
6934         duplicate entries such that they can be cheaply detected.
6935
6936 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6937
6938         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
6939
6940 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
6941
6942         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
6943         internal variable to a custom variable.  Changed default value
6944         from compressed(2) to uncompressed(1).
6945         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
6946         support for uncompressed agentview files.  Taken together, reading
6947         the agentview file should now be 6-7 times faster.
6948
6949 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6950
6951         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
6952         as a buffer-local variable.  This avoids creating truncated
6953         dribble files as a result of a hang up, eg.
6954
6955 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
6956
6957         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
6958         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
6959         XEmacs.
6960
6961 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6962
6963         * gnus-start.el (gnus-start-draft-setup): Enforce
6964         `gnus-draft-mode' for nndraft:drafts at startup.
6965
6966         * gnus.el (gnus-splash): Change custom group.
6967         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
6968         allow-list argument.
6969
6970         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
6971         string.
6972
6973 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6974
6975         * gnus-art.el (gnus-default-article-saver): Add user-defined
6976         `function' to custom type.
6977
6978 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
6979
6980         * imap.el (imap-open): Handle case where buffer is a buffer
6981         object.
6982
6983 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6984
6985         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
6986         long lines.
6987         (gnus-cache-delete-group): Wrap doc strings.
6988
6989         * gnus-agent.el (gnus-agent-rename-group)
6990         (gnus-agent-delete-group): Wrap doc strings.
6991
6992 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6993
6994         * messagexmas.el (message-use-toolbar): Change the valid values
6995         into default, top, bottom, left, and right.
6996         (message-toolbar-thickness): New variable.
6997         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
6998         well.
6999         (message-setup-toolbar): Make it work.
7000
7001         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
7002         (gnus-use-toolbar): Change the valid values into default, top,
7003         bottom, left, and right.
7004         (gnus-toolbar-thickness): New variable.
7005         (gnus-xmas-setup-toolbar): New function.
7006         (gnus-xmas-setup-group-toolbar): Use it.
7007         (gnus-xmas-setup-summary-toolbar): Use it.
7008
7009 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7010
7011         * gnus-start.el (gnus-1): Add "native" to
7012         gnus-predefined-server-alist.
7013
7014         * gnus.el (gnus-method-to-server): Don't add "native" to the
7015         lists here, because that leads to problems when
7016         gnus-select-method is bound.
7017
7018 2005-11-09  Simon Josefsson  <jas@extundo.com>
7019
7020         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
7021         use (not sort-by-date) instead.
7022
7023 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7024
7025         * gnus-delay.el (gnus-delay-group): Don't autoload.
7026         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
7027         to be re-loaded when customizing the `gnus-delay' group.
7028
7029 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
7030
7031         * message.el: Revert last changes.
7032         (message-insert-citation-line): Use newlines.
7033
7034 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
7035
7036         * message.el (message-courtesy-message)
7037         (message-mark-insert-begin, message-mark-insert-end)
7038         (message-elide-ellipsis, message-cancel-message)
7039         (message-add-header, message-change-subject)
7040         (message-cross-post-followup-to-header)
7041         (message-cross-post-insert-note, message-reduce-to-to-cc)
7042         (message-widen-reply, message-delete-not-region)
7043         (message-kill-to-signature, message-insert-signature)
7044         (message-insert-importance-high, message-insert-importance-low)
7045         (message-insert-or-toggle-importance)
7046         (message-insert-disposition-notification-to)
7047         (message-indent-citation, message-yank-original)
7048         (message-cite-original-without-signature, message-cite-original)
7049         (message-insert-citation-line, message-position-on-field)
7050         (message-fix-before-sending, message-send-mail-partially)
7051         (message-send-mail, message-send-mail-with-sendmail)
7052         (message-send-mail-with-qmail, message-send-news)
7053         (message-check-news-header-syntax, message-generate-headers)
7054         (message-insert-courtesy-copy, message-fill-address)
7055         (message-fill-header, message-shorten-references)
7056         (message-setup-1, message-cancel-news)
7057         (message-forward-make-body-plain, message-forward-make-body-mime)
7058         (message-forward-make-body-mml, message-encode-message-body)
7059         (message-forward-make-body-digest-plain)
7060         (message-forward-make-body-digest-mime)
7061         (message-use-alternative-email-as-from): Insert `hard-newline'
7062         instead of ordinary newlines.
7063
7064 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7065
7066         * message.el (message-generate-headers): Downcase the argument
7067         given to message-check-element.
7068
7069 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
7070
7071         * nntp.el (nntp-authinfo-rejected): New error condition.
7072         (nntp-wait-for): Use new error condition to signal authentication
7073         error.
7074         (nntp-retrieve-data): Rethrow new error condition to break out of
7075         recursive call to nntp-send-authinfo.
7076
7077 2005-11-08  Romain Francoise  <romain@orebokech.com>
7078
7079         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
7080         (gnus-summary-exit-map): Bind to `Z p'.
7081         (gnus-summary-make-menu-bar): Add menu item.
7082
7083 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
7084
7085         * gnus-art.el (gnus-article-treat-custom): Add `first'.
7086         (gnus-treat-*): Add `first' in all doc strings.
7087
7088         * gnus-group.el (gnus-group-compact-group): Fix typo.
7089
7090 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7091
7092         * gnus.el (gnus-parameters-case-fold-search): New variable.
7093         (gnus-parameters-get-parameter): Use it.
7094
7095         * gnus-score.el (gnus-home-score-file): Doc fix.
7096
7097 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
7098
7099         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
7100
7101 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7102
7103         * mm-util.el (mm-special-display-p): New function.
7104
7105         * mml.el (mml-preview): Use it; doc fix.
7106
7107 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
7108
7109         * imap.el (imap-open): Handle case where buffer is a buffer object.
7110
7111 2005-10-29  Romain Francoise  <romain@orebokech.com>
7112
7113         * message.el (message-fix-before-sending): Fix comment.
7114
7115 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
7116
7117         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
7118
7119 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
7120
7121         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
7122         Used in gnus-score.el.
7123
7124 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7125
7126         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
7127
7128 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7129
7130         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
7131         whitespace removed in revision 7.8.  Use concatenated string to
7132         protect trailing whitespace.
7133
7134 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
7135
7136         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
7137         (nnimap-request-expire-articles): Use it to avoid sending 'UID
7138         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
7139         Courier IMAP ("some version from 2004").  Mostly based on similar
7140         code in the same function.
7141
7142 2005-10-26  Didier Verna  <didier@xemacs.org>
7143
7144         * gnus-group.el (gnus-group-compact-group): Invalidate original
7145         article buffer.
7146         * gnus-srvr.el (gnus-server-compact-server): Ditto.
7147         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
7148         NOV database and in article itself.
7149         Invalidate article backlog.
7150
7151 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7152
7153         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
7154
7155 2005-10-26  Simon Josefsson  <jas@extundo.com>
7156
7157         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
7158         part of 2004-07-25 change.
7159
7160 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7161
7162         * message.el (message-display-completion-list): New function.
7163         (message-expand-group): Use it; make sure the Completions buffer
7164         is modifiable.
7165 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
7166
7167         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
7168         user-mail-name is an empty string.
7169
7170 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
7171
7172         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
7173         depending on gnus-score-decay-constant.
7174
7175         * encrypt.el (encrypt-insert-file-contents)
7176         (encrypt-write-file-contents): Don't use `gnus-message'.
7177
7178         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
7179         arguments.
7180         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
7181         arguments to mm-uu-verbatim-marks-extract.
7182         (mm-uu-hide-markers): New variable.
7183         (mm-uu-extract): Use face similar to `gnus-cite-3'.
7184
7185         * gnus-fun.el (gnus-convert-image-to-x-face-command)
7186         (gnus-convert-image-to-face-command): Use "convert" by default to
7187         allow other input image formats.
7188         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
7189         accordingly.
7190
7191 2005-10-23  Simon Josefsson  <jas@extundo.com>
7192
7193         * imap.el (imap-gssapi-program): Align command line parameters
7194         with latest GNU SASL.
7195         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
7196
7197 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7198
7199         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
7200         HTML.
7201         (nnslashdot-request-article): Ditto.
7202
7203         * lpath.el (featurep): Add nobreak-char-display.
7204
7205 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
7206
7207         * mail-source.el (mail-source-fetch-pop): Require pop3.
7208         (mail-source-check-pop): Ditto.
7209
7210 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7211
7212         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
7213         errors.
7214
7215 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
7216
7217         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
7218         (gnus-treat-strip-leading-blank-lines): Improve doc string.
7219
7220         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
7221
7222         * mm-bodies.el (mm-decode-string): Call
7223         `mm-charset-to-coding-system' with allow-override argument.
7224
7225 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7226
7227         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
7228         (rfc2047-charset-to-coding-system): New function.
7229         (rfc2047-decode-encoded-words): New function.
7230         (rfc2047-decode-region): Use them.
7231         (rfc2047-decode-cte): Remove.
7232         (rfc2047-parse-and-decode): Remove.
7233         (rfc2047-decode): Remove.
7234
7235 2005-10-15  Kenichi Handa  <handa@m17n.org>
7236
7237         * rfc2047.el (rfc2047-decode-cte): New function.
7238         (rfc2047-decode-region): Change the way to decode successive
7239         encoded-words: decode B- or Q-encoding in each encoded-word,
7240         concatenate them, and decode it as charset.
7241
7242 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7243
7244         * lpath.el: Fbind codepage-setup for XEmacs.
7245
7246 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
7247
7248         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
7249         widget-move-and-invoke.
7250         (gnus-custom-mode): Use gnus-custom-map.
7251
7252 2005-10-15  Bill Wohler  <wohler@newt.com>
7253
7254         * message.el (message-tool-bar-map): Renamed image file from
7255         mail_send to mail/send.
7256
7257 2005-10-16  Masatake YAMATO  <jet@gyve.org>
7258
7259         * message.el (message-expand-group): Pass the common
7260         prefix substring of completion to `display-completion-list'.
7261
7262 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
7263
7264         * mml-sec.el (mml-secure-method): New internal variable.
7265         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
7266         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
7267         functions using mml-secure-method.
7268
7269         * mml.el (mml-mode-map): Add key bindings for those functions.
7270         (mml-menu): Simplify security menu entries.  Suggested by Jesper
7271         Harder <harder@myrealbox.com>.
7272         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
7273         end of message if point is the headers of the message.
7274
7275         * message.el (message-in-body-p): New function.
7276
7277         * assistant.el: Autoload gnus-util and netrc.
7278
7279         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
7280         Use `mm-charset-override-alist' only when decoding.
7281
7282         * mm-bodies.el (mm-decode-body): Call
7283         `mm-charset-to-coding-system' with allow-override argument.
7284
7285         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
7286         `filename' from Content-Disposition if Content-Type doesn't
7287         provide `name'.
7288         (gnus-mime-view-part-as-type): Set default instead of
7289         initial-input.
7290
7291 2005-10-09  Daniel Brockman  <daniel@brockman.se>
7292
7293         * format-spec.el (format-spec): Propagate text properties of % spec.
7294
7295 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
7296
7297         * gnus-art.el (gnus-treat-predicate): Add `first'.
7298
7299 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
7300
7301         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
7302         (mm-charset-override-alist): New variable.
7303         (mm-charset-to-coding-system): Use it.
7304         (mm-codepage-setup): New helper function.
7305         (mm-charset-eval-alist): New variable.
7306         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
7307         about unknown charsets.
7308
7309         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
7310
7311 2005-10-04  David Hansen  <david.hansen@gmx.net>
7312
7313         * nnrss.el (nnrss-request-article): Add support for the comments tag.
7314         (nnrss-check-group): Ditto.
7315
7316 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7317
7318         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
7319         Rename x-gnus-verbatim to x-verbatim.
7320         (mm-uu-type-alist): Fix regexp for verbatim-marks.
7321
7322         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
7323         x-verbatim.
7324
7325         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
7326
7327         * gnus-util.el (gnus-remove-duplicates): Remove.
7328
7329         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
7330         instead of gnus-remove-duplicates.
7331
7332         * message.el (message-remove-duplicates): Remove.
7333         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
7334         message-remove-duplicates.
7335
7336         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
7337         available, else use implementation from `delete-dups'.
7338
7339         * message.el (message-insert-expires): New function.
7340         (message-mode-map): Add key binding.
7341         (message-mode-field-menu): Add menu entry.
7342         (message-mode): Document it.
7343         (message-make-expires-date): Use `message-make-date'.
7344
7345 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
7346
7347         * message.el (message-make-expires-date): New function.
7348
7349 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7350
7351         * Makefile.in (list-installed-shadows): New entry.
7352         (install): Use it.
7353         (remove-installed-shadows): New entry.
7354
7355         * dgnushack.el (dgnushack-default-load-path): New variable.
7356         (dgnushack-find-lisp-shadows): New function.
7357         (dgnushack-remove-lisp-shadows): New function.
7358
7359 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7360
7361         * Makefile.in (install-el-elc): New entry.
7362         (install): Use it so that .el files are necessarily installed.
7363
7364 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7365
7366         * time-date.el: Autoload parse-time-string, XEmacs needs it.
7367
7368 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7369
7370         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
7371         function rather than the diff-mode.el package.
7372         (mm-display-external): Use with-current-buffer.
7373         (mm-viewer-completion-map, mm-viewer-completion-map):
7374         Move initialization inside declaration.
7375
7376 2005-09-29  Simon Josefsson  <jas@extundo.com>
7377
7378         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
7379         autoload mail-check-payment.
7380         (spam-check-hashcash): Define unconditionally, since hashcash.el
7381         is part of Gnus now.  Ignore errors from payment checking.
7382
7383 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
7384
7385         * message.el (message-bold-region, message-unbold-region): Rename
7386         from `bold-region' and `unbold-region'.
7387
7388         * message.el: Remove useless autoloads.
7389
7390 2005-09-28  Simon Josefsson  <jas@extundo.com>
7391
7392         * message.el (message-use-idna): Default to t.
7393         (message-use-idna): Test whether encoding works too.  Doc fix.
7394
7395 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7396
7397         * nntp.el (nntp-warn-about-losing-connection): Remove.
7398
7399 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
7400
7401         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
7402         customizable.  Change default value.
7403         (mm-uu-diff-groups-regexp): Change default value.
7404         (mm-uu-type-alist): Add doc string.
7405         (mm-uu-configure): Add doc string.  Make it interactive.
7406         (mm-uu-tex-groups-regexp): New variable.
7407         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
7408         (mm-uu-type-alist): Add LaTeX documents.
7409         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
7410         of "text/verbatim".
7411         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
7412
7413         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
7414         instead of "text/verbatim".
7415
7416         * message.el (message-mark-inserted-region)
7417         (message-mark-insert-file): Use slrn style marks when called with
7418         prefix argument.
7419
7420 2005-09-27  Simon Josefsson  <jas@extundo.com>
7421
7422         * message.el (message-idna-to-ascii-rhs-1): Reformat.
7423
7424 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
7425
7426         * message.el (message-remove-duplicates): New function.
7427         Implementation borrowed from `gnus-remove-duplicates'.
7428         (message-idna-to-ascii-rhs): Also encode idna addresses in
7429         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
7430         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
7431         only ask about the same idna domain once per header and also tell
7432         in what header to replace the idna domain.
7433
7434         * gnus-art.el (article-decode-idna-rhs): Also decode idna
7435         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
7436         (article-decode-idna-rhs): Fix regexp so that all idna-address in
7437         a header is decoded and not just the last one.
7438
7439 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7440
7441         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
7442         has been decoded.
7443
7444         * mm-decode.el (mm-automatic-display): Add text/verbatim.
7445         (mm-insert-part): Don't modify text if it has been decoded.
7446
7447         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
7448         decoded.
7449
7450         * mm-view.el (mm-inline-text): Don't strip text props unless
7451         decoding enriched or richtext parts.
7452
7453 2005-09-25  Romain Francoise  <romain@orebokech.com>
7454
7455         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
7456         * gnus-start.el (gnus-subscribe-interactively):
7457         * gnus-uu.el (gnus-uu-grab-articles):
7458         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
7459         space.
7460
7461 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
7462
7463         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
7464         * mm-view.el (mm-view-pkcs7-decrypt):
7465         * gnus-sum.el (gnus-summary-limit-to-extra)
7466         (gnus-summary-respool-article, gnus-read-move-group-name):
7467         * gnus-score.el (gnus-summary-increase-score):
7468         * gnus-util.el (gnus-completing-read-with-default):
7469         * gnus-art.el (gnus-read-save-file-name)
7470         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
7471         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
7472         * message.el (message-check-news-header-syntax):
7473         Follow convention for reading with the minibuffer.
7474
7475 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
7476
7477         * spam-report.el (spam-report-url-ping-plain):
7478         Use gnus-extended-version as User-Agent.
7479
7480         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
7481         default value is nil.
7482
7483         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
7484         (mm-uu-verbatim-marks-extract): New function.
7485         (mm-uu-extract): New face.
7486         (mm-uu-copy-to-buffer): Use it.
7487
7488         * spam-report.el (spam-report-gmane-ham): Renamed from
7489         `spam-report-gmane-unspam'.
7490         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
7491         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
7492
7493         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
7494         Autoload.
7495         (spam-report-gmane-unregister-routine): Renamed
7496         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
7497
7498 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
7499
7500         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
7501         (spam-report-gmane-unregister-routine): Add support for gmane
7502         unregistration.
7503
7504         * spam-report.el (spam-report-gmane-unspam)
7505         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
7506         (spam-report-gmane): Change to take a single article and do unspam
7507         registration.
7508
7509 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
7510
7511         * mm-url.el (mm-url-decode-entities): Fix regexp.
7512
7513 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7514
7515         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
7516         default to nil, to be able to use Gnus at all.  If the default
7517         switches to something else, then the function should be fixed not
7518         be exceedingly slow.
7519
7520 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
7521
7522         * gnus-start.el (gnus-activate-group): If the server is nil, don't
7523         fail hard.
7524
7525         * spam-report.el: Add better Keywords line.
7526
7527         * spam.el: Add Maintainer and better Keywords line.
7528
7529 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
7530
7531         * gnus-art.el (gnus-article-replace-part)
7532         (gnus-mime-replace-part): New functions.
7533         (gnus-mime-action-alist, gnus-mime-button-commands)
7534         (gnus-mime-save-part-and-strip): Added file argument.
7535         (gnus-article-part-wrapper): Added interactive argument.
7536
7537         * gnus-sum.el (gnus-summary-mime-map): Add
7538         `gnus-article-replace-part'.
7539
7540 2005-09-19  Didier Verna  <didier@xemacs.org>
7541
7542         The nnml compaction feature:
7543         * nnml.el (nnml-request-compact-group): New function.
7544         * nnml.el (nnml-request-compact): New function.
7545         * gnus-int.el (gnus-request-compact-group): New function.
7546         * gnus-int.el (gnus-request-compact): New function.
7547         * gnus-group.el (gnus-group-compact-group): New function.
7548         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
7549         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
7550         * gnus-srvr.el (gnus-server-compact-server): New function.
7551         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
7552         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
7553
7554 2005-09-18  Deepak Goel  <deego@gnufans.org>
7555
7556         * sieve.el (sieve-help): Fix `message' call: first arg should be a
7557         format spec.
7558
7559 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7560
7561         * gnus.el (gnus-group-startup-message): Bind image-load-path.
7562
7563 2005-09-15  Romain Francoise  <romain@orebokech.com>
7564
7565         * message.el (message-fill-paragraph): Clarify docstring.
7566
7567 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7568
7569         * gnus-art.el (gnus-mime-display-part): Protect against broken
7570         MIME messages.
7571
7572 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7573
7574         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
7575         before parsing header.
7576
7577 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
7578
7579         * html2text.el (html2text-replace-list): Add new entities.
7580
7581 2005-09-11  Romain Francoise  <romain@orebokech.com>
7582
7583         * message.el (message-alternative-emails): Improve docstring.
7584         (message-setup-1): Call `message-use-alternative-email-as-from'
7585         after `message-setup-hook' to give it precedence over posting
7586         styles, etc.
7587         (message-use-alternative-email-as-from): Add docstring.  Remove
7588         the original From header if present.
7589
7590         * nnml.el (nnml-compressed-files-size-threshold): New variable.
7591         (nnml-save-mail): Use it.
7592
7593         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
7594         articles.  Add new argument `silent'.
7595         (gnus-uu-mark-all): Report the total number of marked articles.
7596
7597 2005-09-10  Romain Francoise  <romain@orebokech.com>
7598
7599         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
7600         (gnus-uu-mark-series): Likewise.
7601
7602 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
7603
7604         * spam-report.el (spam-report-gmane): Fix generation of spam
7605         report URL.
7606
7607 2005-09-10  Simon Josefsson  <jas@extundo.com>
7608
7609         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
7610         t, based on discussion on the ding list with Robert Epprecht
7611         <epprecht@solnet.ch>.
7612
7613 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
7614
7615         * spam-report.el (spam-report-gmane): Make it work without
7616         X-Report-Spam header.  Gmane now only provides Archived-At.
7617         This is only used if `spam-report-gmane-use-article-number' is nil.
7618         (spam-report-gmane-spam-header): Remove.  Not used anymore.
7619
7620         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
7621         make `gnus-summary-sort-by-recipient' work with threading.
7622
7623         * nnweb.el (nnweb-google-wash-article): Print a message if article
7624         is not available.
7625
7626 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7627
7628         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
7629         change.  Decode text/* parts content before displaying.
7630
7631 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
7632
7633         * mml-smime.el: Remove defvar of gnus-extract-address-components.
7634
7635 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7636
7637         * mm-view.el (mm-display-inline-fontify): Disable support modes.
7638
7639         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
7640         url-package-name, url-package-version,
7641         w3m-cid-retrieve-function-alist, w3m-current-buffer,
7642         w3m-display-inline-images, and w3m-minor-mode-map.
7643
7644 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
7645
7646         * message.el (message-tab-body-function): Fix mismatched custom type.
7647
7648         * gnus.el (gnus-group-change-level-function): Ditto.
7649
7650         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
7651
7652         * gnus-art.el (gnus-signature-limit)
7653         (gnus-article-mime-part-function): Ditto.
7654
7655 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7656
7657         * mml.el (mml-mode): Silence the byte compiler.
7658
7659         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
7660         using `(sit-for 0)' before moving the point to the specified part;
7661         skip unbuttonized parts.
7662         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
7663         return to the summary window if gnus-auto-select-part is non-nil.
7664
7665 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
7666
7667         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
7668         variables.
7669         (mml-dnd-attach-file, mml-mode): Use them.
7670
7671         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
7672         Make fetching article by MID work again for Google Groups.  Added
7673         FIXME concerning gnus-group-make-web-group.
7674
7675         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
7676         Don't depend on Gnus by using mail-extract-address-components if
7677         gnus-extract-address-components is not bound.
7678
7679 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7680
7681         * gnus-art.el (gnus-mime-display-security): Don't display the
7682         signature, but only the signed part.
7683
7684 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7685
7686         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
7687
7688         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
7689         list, not listp.
7690
7691 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
7692
7693         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
7694         when encoding.
7695
7696         * mm-bodies.el (mm-decode-content-transfer-encoding):
7697         De-canonicalize CRLF for all text content types, not just
7698         text/plain.
7699
7700 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7701
7702         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
7703         valid article; point arrow and cursor at the MIME button.
7704
7705 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7706
7707         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
7708         Suggested by Dan Christensen <jdc@uwo.ca>.
7709
7710         * mm-decode.el (mm-save-part): Enable change of prompt.
7711
7712 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
7713
7714         * gnus-msg.el (gnus-inews-add-send-actions): Made
7715         `message-post-method' lambda parameter ARG `&optional'.
7716
7717 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
7718
7719         * gnus-sum.el (gnus-summary-mime-map): Added
7720         gnus-article-save-part-and-strip, gnus-article-delete-part and
7721         gnus-article-jump-to-part.
7722
7723         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
7724         (gnus-article-edit-part): Use it.
7725         (gnus-article-part-wrapper): Added no-handle argument.
7726         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
7727         functions.
7728
7729 2005-08-29  Romain Francoise  <romain@orebokech.com>
7730
7731         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7732         docstring.
7733         (gnus-face-from-file): Likewise.
7734
7735 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
7736
7737         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
7738         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
7739         non-nil.
7740         (gnus-auto-select-part): New variable.
7741         (gnus-article-jump-to-part): New function.
7742         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
7743         (gnus-mime-delete-part): Allow selecting specified part after
7744         deleting or stripping parts.
7745         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
7746         part if argument is bogus.
7747
7748 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
7749
7750         * gnus-art.el (w3m-minor-mode-map):
7751         * gnus-spec.el (gnus-newsrc-file-version):
7752         * gnus-util.el (nnmail-active-file-coding-system)
7753         (gnus-original-article-buffer, gnus-user-agent):
7754         * gnus.el (gnus-ham-process-destinations)
7755         (gnus-parameter-ham-marks-alist)
7756         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
7757         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
7758         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
7759         * mm-decode.el (gnus-current-window-configuration):
7760         * mm-extern.el (gnus-article-mime-handles):
7761         * mm-url.el (url-current-object, url-package-name)
7762         (url-package-version):
7763         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
7764         (smime-keys, w3m-cid-retrieve-function-alist)
7765         (w3m-current-buffer, w3m-display-inline-images)
7766         (w3m-minor-mode-map):
7767         * mml-smime.el (gnus-extract-address-components):
7768         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
7769         (gnus-newsrc-hashtb, message-default-charset)
7770         (message-deletable-headers, message-options)
7771         (message-posting-charset, message-required-mail-headers)
7772         (message-required-news-headers):
7773         * mml1991.el (mc-pgp-always-sign):
7774         * mml2015.el (mc-pgp-always-sign):
7775         * nnheader.el (nnmail-extra-headers):
7776         * rfc1843.el (gnus-decode-encoded-word-function)
7777         (gnus-decode-header-function, gnus-newsgroup-name):
7778         * spam-stat.el (gnus-original-article-buffer): Add defvars.
7779
7780 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
7781
7782         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
7783         the end of the date treatments.
7784
7785 2005-08-15  Simon Josefsson  <jas@extundo.com>
7786
7787         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
7788         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
7789         Capello and Romain Francoise.
7790         (pgg-fetch-key-function): Removed, not used?
7791         (pgg-insert-url-with-w3): Require url, to get
7792         url-insert-file-contents regardless of where it is defined.
7793
7794 2005-08-13  Romain Francoise  <romain@orebokech.com>
7795
7796         * message.el (message-cite-original-1): New function.
7797         (message-cite-original): Use it.
7798         (message-cite-original-without-signature): Ditto.
7799
7800 2005-08-08  Romain Francoise  <romain@orebokech.com>
7801
7802         * message.el (message-yank-empty-prefix): New variable.
7803         (message-indent-citation): Use it.
7804         (message-cite-original-without-signature): Respect X-No-Archive.
7805
7806 2005-08-08  Simon Josefsson  <jas@extundo.com>
7807
7808         * pgg.el: Autoload url-insert-file-contents instead of loading
7809         w3/url.
7810         (pgg-insert-url-with-w3): Don't load url here.
7811
7812 2005-08-07  Jesper Harder  <harder@phys.au.dk>
7813
7814         * message.el (message-kill-to-signature): Don't insert newline at
7815         bol.
7816         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
7817
7818 2005-08-06  Romain Francoise  <romain@orebokech.com>
7819
7820         * message.el (message-user-fqdn): Fix typo in docstring.
7821
7822 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
7823
7824         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
7825
7826         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
7827
7828 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7829
7830         * mm-bodies.el (mm-encode-body): Use coding system rather than
7831         charset to encode text.
7832
7833         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
7834         number of charsets if utf-8 is available (XEmacs).
7835
7836 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
7837
7838         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
7839         taken from `gnus-button-mid-or-mail-regexp'.
7840         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
7841         (gnus-button-alist): Improve regexp for domain part of the MIDs
7842         for news:localpart@domain buttons.
7843         (gnus-button-ctan-directory-regexp): Update.
7844
7845 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7846
7847         * sieve-manage.el (sieve-manage-interactive-login): Use
7848         make-local-variable rather than make-variable-buffer-local.
7849         (sieve-manage-open): Ditto.
7850         (sieve-manage-authenticate): Ditto.
7851
7852         * mml.el (mml-generate-mime-1): Make the content type default to
7853         text/plain if the filename is not specified.
7854
7855 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7856
7857         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
7858         instead of insert-buffer.
7859
7860         * message.el (message-yank-original): Ditto; set the mark at the
7861         end of the yanked message.
7862
7863 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7864
7865         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
7866         lines to scroll rather than to stop it.
7867
7868         * mml.el (mml-generate-default-type): Add doc string.
7869         (mml-generate-mime-1): Use mm-default-file-encoding or make it
7870         default to application/octet-stream when determining the content
7871         type if it is not specified for the part or the mml contents; add
7872         a comment about mml-generate-default-type.
7873
7874 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
7875
7876         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
7877         make it default to application/octet-stream when determining the
7878         content type if it is not specified for the external contents.
7879
7880 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7881
7882         * rfc2231.el (rfc2231-parse-string): Take care that not only a
7883         segmented parameter but also other parameters might be there.
7884
7885 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7886
7887         * mm-decode.el (mm-display-external): Delete temp file, directory
7888         and buffer immediately if the external process is exited.
7889
7890 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7891
7892         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
7893         fewer lines than that of scroll-margin.
7894         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
7895
7896 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7897
7898         * gnus-art.el (gnus-article-next-page): Revert.
7899         (gnus-article-beginning-of-window): New macro.
7900         (gnus-article-next-page-1): Use it.
7901         (gnus-article-prev-page): Ditto.
7902         (gnus-article-edit-part): Use insert-buffer-substring instead of
7903         insert-buffer.
7904         (gnus-article-edit-exit): Ditto.
7905
7906         * gnus-util.el (gnus-beginning-of-window): Remove.
7907         (gnus-end-of-window): Remove.
7908
7909         * lpath.el: Don't bind header-line-format and scroll-margin.
7910
7911 2005-07-25  Simon Josefsson  <jas@extundo.com>
7912
7913         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
7914         to have the url package without w3.  Reported by Daiki Ueno
7915         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
7916
7917 2005-07-20  Didier Verna  <didier@xemacs.org>
7918
7919         * gnus-diary.el: Remove the description comment (nndiary is now
7920         properly documented in the Gnus manual).
7921         Fix the spelling of "Back End".
7922         * nndiary.el: Ditto.
7923         Fix the copyright notice.
7924
7925 2005-07-18  Romain Francoise  <romain@orebokech.com>
7926
7927         * gnus-sum.el (gnus-summary-to-prefix)
7928         (gnus-summary-newsgroup-prefix): New variables.
7929         (gnus-summary-from-or-to-or-newsgroups): Use them.
7930
7931 2005-07-17  Romain Francoise  <romain@orebokech.com>
7932
7933         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
7934         space as it's generally not especially interesting to the user.
7935
7936 2005-07-16  Romain Francoise  <romain@orebokech.com>
7937
7938         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
7939         nil to avoid prompting and file modification if one of the
7940         messages at the top of the nnfolder file contains a copyright
7941         notice.
7942         Update copyright notice.
7943
7944         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
7945         instead of `current-time-string' as the latter creates a time
7946         string that is not RFC 2822 compliant (it lacks the zone).
7947         Update copyright notice.
7948
7949 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7950
7951         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
7952         for text/rtf.  Display default in prompt.  Pass default for M-n.
7953
7954         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
7955
7956 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7957
7958         * gnus-msg.el (gnus-button-mailto): Remove
7959         save-selected-window-window hackery because it relies on
7960         save-selected-window internals.
7961
7962 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7963
7964         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
7965         (gnus-article-next-page-1): Use gnus-beginning-of-window.
7966         (gnus-article-prev-page): Ditto.
7967
7968         * gnus-util.el (gnus-beginning-of-window): New function.
7969         (gnus-end-of-window): New function.
7970
7971         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
7972
7973 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
7974
7975         * gnus-score.el (gnus-score-edit-all-score): Set
7976         gnus-score-edit-exit-function to gnus-score-edit-done and call
7977         gnus-message.
7978
7979 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7980
7981         * gnus-msg.el (gnus-button-mailto): Remove
7982         save-selected-window-window hackery because it relies on
7983         save-selected-window internals.
7984
7985 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7986
7987         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
7988         add-minor-mode.
7989         (gnus-binary-mode): Ditto.
7990
7991         * gnus-topic.el (gnus-topic-mode): Ditto.
7992
7993 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
7994
7995         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
7996         (gnus-article-prev-page): Take scroll-margin into consideration.
7997
7998 2005-07-04  Lute Kamstra  <lute@gnu.org>
7999
8000         Update FSF's address in GPL notices.
8001
8002 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
8003
8004         * gnus.el (gnus-exit):
8005         * gnus-group.el (gnus-group-icons):
8006         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
8007
8008         * gnus-nocem.el (gnus-nocem):
8009         * message.el (message-various, message-buffers, message-sending)
8010         (message-interface, message-forwarding, message-insertion)
8011         (message-headers, message-news, message-mail):
8012         * pgg-gpg.el (pgg-gpg):
8013         * pgg-parse.el (pgg-parse):
8014         * pgg-pgp.el (pgg-pgp):
8015         * pgg-pgp5.el (pgg-pgp5):
8016         * pop3.el (pop3): Finish `defgroup' description with period.
8017
8018 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8019
8020         * gnus-art.el (article-display-face): Improve the efficiency.
8021         (article-display-x-face): Ditto; remove grey x-face stuff.
8022
8023 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8024
8025         * gnus-art.el (article-display-face): Correct the position in
8026         which Faces are inserted.
8027
8028 2005-06-29  Didier Verna  <didier@xemacs.org>
8029
8030         * gnus-art.el (article-display-face): Display faces in correct
8031         order.
8032
8033 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8034
8035         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
8036         (gnus-fill-real-hashtb): Use hash table instead of obarray.
8037         (gnus-nocem-check-article): Fetch the Type header.
8038         (gnus-nocem-message-wanted-p): Fix the way to examine types.
8039         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
8040         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
8041         make sure gnus-nocem-hashtb is initialized.
8042         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
8043         (gnus-nocem-unwanted-article-p): Ditto.
8044
8045         * pgg.el (pgg-verify): Return the verification result.
8046
8047 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8048
8049         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
8050         is ascii.
8051
8052 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
8053
8054         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
8055         `show-nonbreak-escape'.
8056
8057 2005-06-23  Lute Kamstra  <lute@gnu.org>
8058
8059         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
8060
8061         * dig.el (dig-mode):
8062         * smime.el (smime-mode): Use gnus-run-mode-hooks.
8063
8064 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
8065
8066         * nnimap.el (nnimap-split-download-body): Fix spellings.
8067
8068 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
8069
8070         * gnus-art.el (gnus-article-encrypt-body):
8071         * gnus-cus.el (gnus-score-customize):
8072         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
8073         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
8074
8075 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
8076
8077         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
8078         header by looking for magic "MII" at the beginnig.
8079
8080 2005-06-16  Miles Bader  <miles@gnu.org>
8081
8082         * gnus-xmas.el (gnus-xmas-group-startup-message):
8083         Use renamed gnus-splash face.
8084
8085         * assistant.el (assistant-field): Remove "-face" suffix from face name.
8086         (assistant-field-face): New backward-compatibility alias for renamed
8087         face.
8088         (assistant-render-text): Use renamed assistant-field face.
8089
8090         * spam.el (spam): Remove "-face" suffix from face name.
8091         (spam-face): New backward-compatibility alias for renamed face.
8092         (spam-face, spam-initialize): Use renamed spam face.
8093
8094         * message.el (message-header-to, message-header-cc)
8095         (message-header-subject, message-header-newsgroups)
8096         (message-header-other, message-header-name)
8097         (message-header-xheader, message-separator, message-cited-text)
8098         (message-mml): Remove "-face" suffix from face names.
8099         (message-header-to-face, message-header-cc-face)
8100         (message-header-subject-face, message-header-newsgroups-face)
8101         (message-header-other-face, message-header-name-face)
8102         (message-header-xheader-face, message-separator-face)
8103         (message-cited-text-face, message-mml-face):
8104         New backward-compatibility aliases for renamed faces.
8105         (message-font-lock-keywords): Use renamed message faces.
8106
8107         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
8108         (sieve-test-commands, sieve-tagged-arguments):
8109         Remove "-face" suffix from face names.
8110         (sieve-control-commands-face, sieve-action-commands-face)
8111         (sieve-test-commands-face, sieve-tagged-arguments-face):
8112         New backward-compatibility aliases for renamed faces.
8113         (sieve-control-commands-face, sieve-action-commands-face)
8114         (sieve-test-commands-face, sieve-tagged-arguments-face):
8115         Use renamed sieve faces.
8116
8117         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
8118         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
8119         (gnus-group-news-3-empty, gnus-group-news-4)
8120         (gnus-group-news-4-empty, gnus-group-news-5)
8121         (gnus-group-news-5-empty, gnus-group-news-6)
8122         (gnus-group-news-6-empty, gnus-group-news-low)
8123         (gnus-group-news-low-empty, gnus-group-mail-1)
8124         (gnus-group-mail-1-empty, gnus-group-mail-2)
8125         (gnus-group-mail-2-empty, gnus-group-mail-3)
8126         (gnus-group-mail-3-empty, gnus-group-mail-low)
8127         (gnus-group-mail-low-empty, gnus-summary-selected)
8128         (gnus-summary-cancelled, gnus-summary-high-ticked)
8129         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
8130         (gnus-summary-high-ancient, gnus-summary-low-ancient)
8131         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
8132         (gnus-summary-low-undownloaded)
8133         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
8134         (gnus-summary-low-unread, gnus-summary-normal-unread)
8135         (gnus-summary-high-read, gnus-summary-low-read)
8136         (gnus-summary-normal-read, gnus-splash):
8137         Remove "-face" suffix from face names.
8138         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
8139         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
8140         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
8141         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
8142         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
8143         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
8144         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
8145         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
8146         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
8147         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
8148         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
8149         (gnus-summary-selected-face, gnus-summary-cancelled-face)
8150         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
8151         (gnus-summary-normal-ticked-face)
8152         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
8153         (gnus-summary-normal-ancient-face)
8154         (gnus-summary-high-undownloaded-face)
8155         (gnus-summary-low-undownloaded-face)
8156         (gnus-summary-normal-undownloaded-face)
8157         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
8158         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
8159         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
8160         (gnus-splash-face):
8161         New backward-compatibility aliases for renamed faces.
8162         (gnus-group-startup-message): Use renamed gnus faces.
8163
8164         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
8165         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
8166         (gnus-server-agent): Remove "-face" suffix from face names.
8167         (gnus-server-agent-face, gnus-server-opened-face)
8168         (gnus-server-closed-face, gnus-server-denied-face)
8169         (gnus-server-offline-face):
8170         New backward-compatibility aliases for renamed faces.
8171         (gnus-server-agent-face, gnus-server-opened-face)
8172         (gnus-server-closed-face, gnus-server-denied-face)
8173         (gnus-server-offline-face): Use renamed gnus faces.
8174
8175         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
8176         Remove "-face" suffix from face names.
8177         (gnus-picon-xbm-face, gnus-picon-face):
8178         New backward-compatibility aliases for renamed faces.
8179
8180         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
8181         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
8182         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
8183         (gnus-cite-11): Remove "-face" suffix from face names.
8184         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
8185         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
8186         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
8187         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
8188         New backward-compatibility aliases for renamed faces.
8189         (gnus-cite-attribution-face, gnus-cite-face-list)
8190         (gnus-article-boring-faces): Use renamed gnus faces.
8191
8192         * gnus-art.el (gnus-signature, gnus-header-from)
8193         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
8194         (gnus-header-content): Remove "-face" suffix from face names.
8195         (gnus-signature-face, gnus-header-from-face)
8196         (gnus-header-subject-face, gnus-header-newsgroups-face)
8197         (gnus-header-name-face, gnus-header-content-face):
8198         New backward-compatibility aliases for renamed faces.
8199         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
8200
8201         * gnus-sum.el (gnus-summary-selected-face)
8202         (gnus-summary-highlight): Use renamed gnus faces.
8203         * gnus-group.el (gnus-group-highlight): Likewise.
8204
8205 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
8206
8207         * gnus-sieve.el (gnus-sieve-article-add-rule):
8208         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
8209         * spam-stat.el (spam-stat-buffer-change-to-spam)
8210         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
8211
8212         * message.el (message-is-yours-p):
8213         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
8214
8215 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8216
8217         * mm-view.el (mm-inline-text): Withdraw the last change.
8218
8219 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8220
8221         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
8222         executing enriched-decode.
8223
8224 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8225
8226         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
8227         charset of tar files.
8228
8229 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
8230
8231         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
8232
8233 2005-06-04  Lute Kamstra  <lute@gnu.org>
8234
8235         * nnfolder.el (nnfolder-read-folder): Make sure that undo
8236         information is never recorded.
8237
8238 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8239
8240         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
8241
8242 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8243
8244         * pop3.el (pop3-apop): Run md5 in the binary mode.
8245
8246         * starttls.el (starttls-set-process-query-on-exit-flag):
8247         Use eval-and-compile.
8248
8249 2005-05-31  Simon Josefsson  <jas@extundo.com>
8250
8251         * smime.el (smime-replace-in-string): Define.
8252         (smime-cert-by-ldap-1): Use it.
8253
8254 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8255
8256         * gnus-art.el (article-display-x-face): Replace
8257         process-kill-without-query by gnus-set-process-query-on-exit-flag.
8258
8259         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
8260         set-process-query-on-exit-flag or process-kill-without-query.
8261
8262         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
8263         loop instead of replace-regexp.
8264
8265         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
8266         instead of process-kill-without-query if it is available.
8267
8268         * lpath.el: Fbind ldap-search-entries.
8269
8270         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
8271         instead of find-file-hooks if it is available.
8272
8273         * mml1991.el: Bind pgg-default-user-id when compiling.
8274
8275         * mml2015.el: Bind pgg-default-user-id when compiling.
8276
8277         * nndraft.el (nndraft-request-associate-buffer):
8278         Use write-contents-functions instead of write-contents-hooks if it is
8279         available.
8280
8281         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
8282         instead of find-file-hooks if it is available.
8283
8284         * nntp.el (nntp-open-connection): Replace
8285         process-kill-without-query by gnus-set-process-query-on-exit-flag.
8286         (nntp-open-ssl-stream): Ditto.
8287         (nntp-open-tls-stream): Ditto.
8288
8289         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
8290         set-process-query-on-exit-flag or process-kill-without-query.
8291         (starttls-open-stream-gnutls): Use it instead of
8292         process-kill-without-query.
8293         (starttls-open-stream): Ditto.
8294
8295 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
8296
8297         * smime.el (smime-cert-by-ldap-1): Don't use
8298         replace-regexp-in-string.
8299
8300 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
8301
8302         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
8303
8304         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
8305         in PEM format.  Adjust to the XEmacs compability.
8306
8307 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
8308
8309         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
8310         by `string-to-number'.
8311         * gnus-agent.el (gnus-agent-regenerate-group)
8312         (gnus-agent-fetch-articles): Ditto.
8313         * gnus-art.el (gnus-button-fetch-group): Ditto.
8314         * gnus-cache.el (gnus-cache-generate-active)
8315         (gnus-cache-articles-in-group): Ditto.
8316         * gnus-group.el (gnus-group-set-current-level)
8317         (gnus-group-insert-group-line): Ditto.
8318         * gnus-score.el (gnus-score-set-expunge-below)
8319         (gnus-score-set-mark-below, gnus-summary-score-effect)
8320         (gnus-summary-score-entry): Ditto.
8321         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
8322         (gnus-soup-pack): Ditto.
8323         * gnus-spec.el (gnus-xmas-format): Ditto.
8324         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
8325         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
8326         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
8327         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
8328         * nndb.el (nndb-get-remote-expire-response): Ditto.
8329         * nndiary.el (nndiary-parse-schedule-value)
8330         (nndiary-string-to-number, nndiary-request-replace-article)
8331         (nndiary-request-article): Ditto.
8332         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
8333         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
8334         * nneething.el (nneething-make-head): Ditto.
8335         * nnfolder.el (nnfolder-request-article)
8336         (nnfolder-retrieve-headers): Ditto.
8337         * nnheader.el (nnheader-file-to-number): Ditto.
8338         * nnkiboze.el (nnkiboze-request-article): Ditto.
8339         * nnmail.el (nnmail-process-unix-mail-format)
8340         (nnmail-process-babyl-mail-format): Ditto.
8341         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
8342         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
8343         (nnmh-request-create-group, nnmh-request-list-1)
8344         (nnmh-request-group, nnmh-request-article): Ditto.
8345         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
8346         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
8347         * nnsoup.el (nnsoup-make-active): Ditto.
8348         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
8349         * nntp.el (nntp-find-group-and-number)
8350         (nntp-retrieve-headers-with-xover): Ditto.
8351         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
8352         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
8353         (pgg-format-key-identifier): Ditto.
8354         * pop3.el (pop3-last, pop3-stat): Ditto.
8355         * qp.el (quoted-printable-decode-region): Ditto.
8356
8357         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
8358         of concat.
8359
8360 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8361
8362         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
8363
8364         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
8365
8366         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
8367
8368         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
8369
8370         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
8371
8372         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
8373
8374         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
8375         (gnus-carpal-mode): Ditto.
8376
8377         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
8378         (gnus-browse-mode): Ditto.
8379
8380         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
8381
8382         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
8383
8384 2005-05-29  Richard M. Stallman  <rms@gnu.org>
8385
8386         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
8387
8388 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8389
8390         * gnus-util.el (gnus-run-mode-hooks): New function.
8391
8392         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
8393
8394         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
8395         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
8396
8397 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
8398
8399         * gnus-agent.el (gnus-agent-make-mode-line-string):
8400         Use mode-line-highlight as mouse-face.
8401
8402 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8403
8404         * canlock.el (canlock): Change the parent group to news.
8405
8406         * deuglify.el (gnus-outlook-deuglify): Add :group.
8407
8408         * dig.el (dig): Add :group.
8409
8410         * dns-mode.el (dns-mode): Add :group.
8411
8412         * encrypt.el (encrypt): Add :group.
8413
8414         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
8415         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
8416         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
8417         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
8418         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
8419
8420         * gnus-diary.el (gnus-diary): Add :group.
8421
8422         * gnus.el (gnus-group-news-1-face): Add :group.
8423         (gnus-group-news-1-empty-face): Ditto.
8424         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
8425         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
8426         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
8427         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
8428         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
8429         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
8430         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
8431         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
8432         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
8433         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
8434         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
8435         (gnus-summary-high-ticked-face): Ditto.
8436         (gnus-summary-low-ticked-face): Ditto.
8437         (gnus-summary-normal-ticked-face): Ditto.
8438         (gnus-summary-high-ancient-face): Ditto.
8439         (gnus-summary-low-ancient-face): Ditto.
8440         (gnus-summary-normal-ancient-face): Ditto.
8441         (gnus-summary-high-undownloaded-face): Ditto.
8442         (gnus-summary-low-undownloaded-face): Ditto.
8443         (gnus-summary-normal-undownloaded-face): Ditto.
8444         (gnus-summary-high-unread-face): Ditto.
8445         (gnus-summary-low-unread-face): Ditto.
8446         (gnus-summary-normal-unread-face): Ditto.
8447         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
8448         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
8449
8450         * hashcash.el (hashcash): New custom group.
8451         (hashcash-default-payment): Add :group.
8452         (hashcash-payment-alist): Ditto.
8453         (hashcash-default-accept-payment): Ditto.
8454         (hashcash-accept-resources): Ditto.
8455         (hashcash-path): Ditto.
8456         (hashcash-extra-generate-parameters): Ditto.
8457         (hashcash-double-spend-database): Ditto.
8458         (hashcash-in-news): Ditto.
8459
8460         * message.el (message-minibuffer-local-map): Add :group.
8461
8462         * netrc.el (netrc): Add :group.
8463
8464         * sieve-manage.el (sieve-manage-log): Add :group.
8465         (sieve-manage-default-user): Diito.
8466         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
8467         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
8468         (sieve-manage-authenticators): Ditto.
8469         (sieve-manage-authenticator-alist): Ditto.
8470         (sieve-manage-default-port): Ditto.
8471
8472         * sieve-mode.el (sieve-control-commands-face): Add :group.
8473         (sieve-action-commands-face): Ditto.
8474         (sieve-test-commands-face): Ditto.
8475         (sieve-tagged-arguments-face): Ditto.
8476
8477         * smime.el (smime): Add :group.
8478
8479         * spam-report.el (spam-report): Add :group.
8480
8481         * spam.el (spam, spam-face): Add :group.
8482
8483 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8484
8485         * nntp.el (nntp-next-result-arrived-p): Some news servers may
8486         return \n.\n.\n at the end of articles.  Protect against that.
8487         (nntp-with-open-group): Allow debugging.
8488
8489         * nnheader.el (mail-header-set-extra): Make into a function
8490         because I just could't understand how to quote the list properly.
8491
8492         * dns.el (query-dns-cached): New function.
8493
8494 2005-05-26  Lute Kamstra  <lute@gnu.org>
8495
8496         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
8497
8498 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8499
8500         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
8501
8502         * gnus-art.el: Don't autoload mail-extract-address-components.
8503
8504         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
8505         eval-and-compile to evaluate it.
8506
8507         * hashcash.el: Don't autoload executable-find.
8508
8509         * nndb.el: Don't declare the nndb back end two or more times; don't
8510         autoload news-reply-mode, news-setup, cancel-timer and telnet.
8511
8512         * nntp.el: Autoload format-spec instead of format; use
8513         eval-and-compile to evaluate autoload forms.
8514
8515 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
8516
8517         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
8518
8519 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8520
8521         * gnus.el (gnus-version-number): Bump version.
8522
8523 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8524
8525         * gnus.el: No Gnus v0.3 is released.
8526
8527 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8528
8529         * lpath.el (featurep): Bind show-nonbreak-escape.
8530
8531 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8532
8533         * gnus-art.el (gnus-article-edit-part): Disable undo.
8534
8535 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8536
8537         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
8538         gnus-article-date-lapsed-new-header is t if date timer is active;
8539         skip headers in which the original date value is empty.
8540         (gnus-article-save-original-date): Redefine it as a macro.
8541         (gnus-display-mime): Use it.
8542
8543 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8544
8545         * gnus-art.el (article-date-ut): Support converting date in
8546         forwarded parts as well.
8547         (gnus-article-save-original-date): New function.
8548         (gnus-display-mime): Use it.
8549
8550 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
8551
8552         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
8553         enclosure element of <item>.
8554
8555 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
8556
8557         * message.el (message-kill-buffer-query): Renamed from
8558         `message-kill-buffer-query-if-modified'.  Added :version.
8559
8560 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8561
8562         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
8563         window layout.
8564
8565 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8566
8567         * mml.el: Autoload dnd when compiling.
8568
8569 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8570
8571         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
8572         x-dnd-*.
8573
8574 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8575
8576         * qp.el (quoted-printable-encode-region): Save excursion.
8577
8578 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
8579
8580         * message.el (message-kill-buffer-query-if-modified): Add new variable
8581         so the user can kill a modified message buffer quickly.
8582         (message-kill-buffer): Use it.
8583
8584 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8585
8586         * lpath.el: Fbind display-time-event-handler; don't fbind
8587         string-to-multibyte.
8588
8589         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
8590
8591 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8592
8593         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
8594         contained in text because xml.el decodes entities) with LFs.
8595
8596 2005-04-11  Lute Kamstra  <lute@gnu.org>
8597
8598         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
8599         differently.
8600
8601 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8602
8603         * mm-util.el (mm-detect-coding-region): Typo.
8604
8605 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8606
8607         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
8608
8609 2005-04-06  D Goel  <deego@gnufans.org>
8610
8611         * spam-stat.el (spam-stat-score-buffer): Add a call to a
8612         user-function allow user modifications of the scores.
8613         (spam-stat-score-buffer-user): New function, to allow
8614         user-computed modifications to the score.
8615         (spam-stat-score-buffer-user-functions): List of additional
8616         scoring functions.
8617         (spam-stat-error-holder): Global temporary error holder.
8618         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
8619         variable.
8620
8621 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
8622
8623         * gnus-registry.el (gnus-registry-clean-empty-function)
8624         (gnus-registry-trim, gnus-registry-fetch-groups)
8625         (gnus-registry-delete-group): Groups that match
8626         `gnus-registry-ignored-groups' are removed from the registry
8627         entries, not just ignored for splitting.  This helps clean up the
8628         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
8629         to get all the groups a message ID is in.
8630
8631         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
8632         (spam-stat-split-fancy): Change "threshhold" to "threshold"
8633         (spam-stat-score-buffer-user-functions): Add :number custom type.
8634
8635 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8636
8637         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
8638         argument in XEmacs.
8639
8640         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
8641         (nnrss-request-group): Decode group name first.
8642         (nnrss-request-article): Make a text/plain article if mml-to-mime
8643         failed.
8644         (nnrss-get-encoding): Return a compatible encoding according to
8645         nnrss-compatible-encoding-alist.
8646         (nnrss-find-el): Use consp instead of listp.
8647         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
8648
8649 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8650
8651         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
8652         which Emacs 20 doesn't support.
8653         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
8654
8655 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8656
8657         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
8658         silence the byte compiler inside the defun.
8659
8660         * gnus-demon.el (parse-time-string): Add autoload.
8661
8662         * gnus-delay.el (parse-time-string): Add autoload.
8663
8664         * gnus-art.el (parse-time-string): Add autoload.
8665
8666         * nnultimate.el (parse-time): Require for `parse-time-string'.
8667
8668 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8669
8670         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
8671
8672         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
8673
8674         * smime.el (smime-ldap-host-list): Add :version.
8675
8676 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8677
8678         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
8679         pass it to `gnus-browse-read-group'.
8680         (gnus-browse-read-group): Add NUMBER argument and pass it to
8681         `gnus-group-read-ephemeral-group'.
8682
8683         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
8684         argument and pass it to `gnus-group-read-group'.
8685
8686 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
8687
8688         * mm-util.el (mm-xemacs-find-mime-charset): Only call
8689         mm-xemacs-find-mime-charset-1 if we have the mule feature
8690         available at runtime.
8691
8692 2005-03-25  Werner Lemberg  <wl@gnu.org>
8693
8694         * nnmaildir.el: Replace `illegal' with `invalid'.
8695
8696 2005-03-23  Lute Kamstra  <lute@gnu.org>
8697
8698         * time-date.el: Add comment on time value formats.
8699         Don't require parse-time.
8700         (with-decoded-time-value): New macro.
8701         (encode-time-value): New function.
8702         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
8703         (days-to-time): Return a valid time value when arg is huge.
8704         (time-since): Use time-subtract.
8705         (time-to-number-of-days): Use time-to-seconds.
8706
8707 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8708
8709         * gnus-start.el (gnus-display-time-event-handler):
8710         Check display-time-timer at runtime rather than only at load time
8711         in case display-time-mode is turned off in the mean time.
8712
8713 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8714
8715         * nnimap.el (nnimap-open-connection): Print which authinfo file is
8716         used.
8717
8718         * nneething.el (nneething-map-file-directory): Derive from
8719         `gnus-directory'.
8720
8721         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
8722         the To/Cc button.
8723
8724 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
8725
8726         * nnmaildir.el (nnmaildir-request-accept-article):
8727         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
8728
8729 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
8730
8731         * gnus-async.el: Require timer-funcs at compile time when in
8732         XEmacs for `run-with-idle-timer'.
8733
8734 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
8735
8736         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
8737         autoloaded function.
8738
8739 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8740
8741         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
8742
8743 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
8744
8745         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
8746
8747 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8748
8749         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
8750         gnus-expert-user to default.
8751
8752 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
8753
8754         * nnimap.el (nnimap-open-server): Ditto.
8755
8756         * imap.el (imap-authenticate): Fix typo.
8757
8758 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
8759
8760         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
8761         buffer (since IMAP server might return FETCH response out of
8762         order, and the nntp buffer must be sorted).
8763
8764 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
8765
8766         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
8767         comparison on string.
8768
8769         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
8770         (gnus-agent-score): Renamed category keywords to match gnus-cus.
8771         (gnus-agent-summary-fetch-series): Modified to protect against
8772         gnus-agent-summary-fetch-group clearing processable flags.
8773         (gnus-agent-synchronize-group-flags): Update live group buffer as
8774         synchronization may occur due to the user toggle the plugged
8775         status.
8776         (gnus-agent-fetch-group-1): Clear downloadable flag when article
8777         successfully downloaded.
8778         (gnus-agent-expire-group-1): Avoid using markers when the overview
8779         is in ascending order; greatly improves performance.
8780         (gnus-agent-regenerate-group): Use
8781         gnus-agent-synchronize-group-flags to reset read status in both
8782         gnus and server.
8783         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
8784
8785 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8786
8787         * message.el: Don't autoload former message-utils variables.
8788         (message-strip-subject-trailing-was): Change doc string.
8789
8790         * nnweb.el: Fixes for `gnus-group-make-web-group'.
8791         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
8792         (nnweb-google-search): Add "hl=en" here.
8793         (nnweb-google-parse-1, nnweb-google-create-mapping):
8794         Don't hardcode URL.
8795
8796 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8797
8798         * message.el (message-get-reply-headers, message-followup):
8799         Mention related variables `message-use-followup-to' and
8800         `message-use-mail-followup-to', in the information buffer.
8801
8802         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
8803         of broken groups(-beta).google.com.
8804
8805 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8806
8807         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
8808         parameter to invoked gnus-request-move-article; remove the
8809         redundant gnus-sum-hint-move-is-internal variable; apply the marks
8810         all at once instead of once per article.
8811         (gnus-summary-remove-process-mark): Accept a list of articles as
8812         well as a single article for processing.
8813
8814         * gnus-int.el (gnus-request-move-article): Add move-is-internal
8815         parameter.
8816
8817         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
8818
8819         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
8820
8821         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
8822         parameter.
8823
8824         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
8825         parameter.
8826
8827         * nnimap.el (nnimap-request-move-article): Add move-is-internal
8828         parameter and remove the gnus-sum-hint-move-is-internal variable.
8829
8830         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
8831         parameter.
8832
8833         * nndraft.el (nndraft-request-move-article): Add move-is-internal
8834         parameter.
8835
8836         * nndiary.el (nndiary-request-move-article): Add move-is-internal
8837         parameter.
8838
8839         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
8840
8841         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
8842         parameter.
8843
8844         * nnagent.el (nnagent-request-move-article): Add move-is-internal
8845         parameter.
8846
8847 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8848
8849         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
8850         a more conservative way.
8851
8852 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8853
8854         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
8855         buffer, so it moves the window's cursor.
8856
8857 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
8858
8859         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
8860         `mm-dissect-multipart' and receive the from field as an (optional)
8861         argument from `mm-dissect-multipart'.
8862         (mm-dissect-multipart): Receive the from field as an argument and
8863         pass it on when we call `mm-dissect-buffer' on MIME parts.
8864         Fixes verification/decryption of signed/encrypted MIME parts.
8865
8866 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
8867
8868         * gnus-sum.el (gnus-summary-move-article): Set
8869         gnus-sum-hint-move-is-internal for gnus-request-move-article and
8870         whatever it calls (right now, only nnimap-request-move article
8871         respects it).
8872
8873         * nnimap.el (nnimap-request-move-article): When
8874         gnus-sum-hint-move-is-internal is set, don't do the extra
8875         nnimap-request-article.
8876
8877 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8878
8879         * nnheader.el (nnheader-find-file-noselect): Add doc string.
8880
8881         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
8882         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
8883
8884         * gnus-sum.el (gnus-summary-caesar-message):
8885         Apply `gnus-treat-article' after rotation.
8886
8887         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
8888         doc string.
8889
8890 2005-02-22  Simon Josefsson  <jas@extundo.com>
8891
8892         * encrypt.el (encrypt-password-cache-expiry): Remove (use
8893         `password-cache-expiry' instead).  Reported by Arne Jørgensen
8894         <arne@arnested.dk>.
8895         (encrypt): Add password-cache and password-cache-expiry as group
8896         members.
8897
8898 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
8899
8900         * smime.el (smime-ldap-host-list): Doc fix.
8901         (smime-ask-passphrase): Use `password-read-and-add' to read (and
8902         cache) password.
8903         (smime-sign-region): Use it.
8904         (smime-decrypt-region): Use it.
8905         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
8906         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
8907         fails.
8908         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
8909         certificate from DER to PEM format rather than calling openssl.
8910
8911         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
8912
8913         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
8914         for signing/encryption.
8915
8916         * mml.el (mml-parse-1): Use them.
8917
8918 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
8919
8920         * nnrss.el (nnrss-verbose): Removed.
8921         (nnrss-request-group): Use `nnheader-message' instead.
8922
8923 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
8924
8925         * nnrss.el (nnrss-verbose): New variable.
8926         (nnrss-request-group): Make it say nnrss is requesting a group.
8927
8928 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
8929
8930         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
8931         Handle news URL with given port correctly.
8932
8933 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8934
8935         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
8936         containing special characters.
8937
8938         * gnus-sum.el (gnus-summary-edit-article): Ditto.
8939
8940         * mml.el (mime-to-mml): Ditto.
8941
8942         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
8943         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
8944         (rfc2047-decode-region): Quote decoded words containing special
8945         characters when rfc2047-quote-decoded-words-containing-tspecials
8946         is non-nil.
8947
8948 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
8949
8950         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
8951
8952         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
8953
8954 2005-02-15  Simon Josefsson  <jas@extundo.com>
8955
8956         * nnimap.el (nnimap-debug): Doc fix.
8957
8958         * imap.el (imap-debug): Doc fix.
8959
8960 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8961
8962         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
8963
8964 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
8965
8966         * gnus.el (spam-contents): Improve docs for spam-contents
8967         parameter in its variable incarnation.
8968
8969 2005-02-14  Simon Josefsson  <jas@extundo.com>
8970
8971         * smime-ldap.el: Use require instead of load-library for ldap.
8972         (smime-ldap-search): Indent.
8973         (smime-ldap-search-internal): Shorten line.
8974
8975         * smime.el (smime-cert-by-dns): Add doc-string.
8976         (smime-cert-by-ldap-1): Indent.
8977
8978         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
8979         mml-smime-get-dns-ldap.
8980         (mml-smime-encrypt-query): Use new function.  Default to ldap.
8981
8982 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
8983
8984         * smime.el: Require smime-ldap.
8985         (smime-ldap-host-list): New variable.
8986         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
8987
8988         * mml-smime.el (mml-smime-encrypt-query): New function.
8989         (mml-smime-encrypt-query): Use it.
8990
8991         * smime-ldap.el: New file.
8992
8993 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8994
8995         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
8996
8997 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8998
8999         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
9000         argument in doc string.  Make query for type more clear.
9001
9002 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
9003
9004         * gnus.el (gnus-group-startup-message): Search for gnus images in
9005         etc/images/gnus.
9006         * mm-util.el (mm-image-load-path): Likewise.
9007         * smiley.el (smiley-data-directory): Search for smilies in
9008         etc/images/smilies.
9009
9010 2005-02-09  Kim F. Storm  <storm@cua.dk>
9011
9012         Change Emacs release version from 21.4 to 22.1 throughout.
9013         Change Emacs development version from 21.3.50 to 22.0.50.
9014
9015 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9016
9017         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
9018
9019         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
9020         non-Mule XEmacs as well.
9021         (mm-decompress-buffer): Signal an error intentionally if it does
9022         not decompress compressed data because auto-compression-mode is
9023         disabled.
9024
9025 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
9026
9027         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
9028         an ID in the registry even if it has no groups.
9029
9030 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9031
9032         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
9033         merge it into mm-decompress-buffer.
9034         (gnus-mime-copy-part): Use the MIME part charset, the value which
9035         a user specified or gnus-newsgroup-charset for decoding, like
9036         gnus-mime-inline-part does; set buffer-file-coding-system to tell
9037         save-buffer what was used.  Suggested by Kevin Ryde
9038         <user42@zip.com.au>.
9039         (gnus-mime-inline-part): Allow the name parameter as well as the
9040         filename parameter; force decompressing of compressed data; always
9041         display contents being not decoded as unibyte.
9042
9043         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
9044         as well as the filename parameter.
9045
9046         * mm-util.el (mm-decompress-buffer): Merge
9047         gnus-mime-jka-compr-maybe-uncompress.
9048         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
9049         of compressed data.
9050
9051 2005-02-08  Simon Josefsson  <jas@extundo.com>
9052
9053         * imap.el (imap-log): Doc fix.
9054
9055 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9056
9057         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
9058         the coding cookies; decompress compressed parts.
9059
9060         * mml.el (mml-generate-mime-1): Add the charset parameter according
9061         to the value which a user specified manually or the coding cookie.
9062
9063         * mm-util.el (mm-string-to-multibyte): New function.
9064         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
9065         (mm-coding-system-to-mime-charset): New function.
9066         (mm-decompress-buffer): New function.
9067         (mm-find-buffer-file-coding-system): New function.
9068
9069         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
9070         (mm-display-inline-fontify): Rewrite for decoding and decompressing
9071         parts.
9072
9073 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9074
9075         * mm-view.el (mm-display-inline-fontify): Decode a part according
9076         to the charset parameter.
9077
9078 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9079
9080         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
9081         prefix arg is neither nil nor a number, as info specifies.
9082
9083 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9084
9085         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
9086         timestamps.
9087
9088 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
9089
9090         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
9091         groups error checking and notify user.
9092
9093 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
9094
9095         * message.el (message-send-mail-function): Check existence of
9096         sendmail-program first before using default value
9097         `message-send-mail-with-sendmail'.  Otherwise use more generic
9098         `smtpmail-send-it'.
9099
9100 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9101
9102         * nntp.el (nntp-request-update-info): Always return nil.
9103
9104 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9105
9106         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
9107
9108 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9109
9110         * message.el (message-beginning-of-line): Change the behavior when
9111         invoked between BOL and : so that it first moves backward.
9112
9113 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9114
9115         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
9116         article buffer when editing of the article is discarded.
9117         (gnus-article-prepare): Revert.
9118
9119 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9120
9121         * gnus-art.el (gnus-article-prepare):
9122         Remove message-strip-forbidden-properties from the local hook.
9123
9124 2005-01-27  Simon Josefsson  <jas@extundo.com>
9125
9126         * password.el (password-cache-add): Only start one timer per key.
9127         Reported by Derek Atkins <warlord@MIT.EDU>.
9128
9129 2005-01-26  Steve Youngs  <steve@sxemacs.org>
9130
9131         * run-at-time.el: Removed.  It is no longer needed as
9132         timer-funcs.el in the xemacs-base package has a working version of
9133         `run-at-time'.
9134
9135         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
9136
9137         * password.el: Require timer-funcs instead of run-at-time in
9138         XEmacs.
9139         Remove `password-run-at-time' macro.
9140         (password-cache-add): Use `run-at-time' instead of
9141         `password-run-at-time'.
9142
9143         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
9144         Remove `nnheader-cancel-function-timers' alias,
9145         `cancel-function-timers' exists in XEmacs in timer-funcs.
9146
9147         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
9148         for `run-with-idle-timer'.
9149
9150         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
9151         for `run-at-time'.
9152
9153         * mm-url.el: Require timer-funcs at compile time when in XEmacs
9154         for `with-timeout'.
9155
9156         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
9157         the same as for XEmacs 21.4.
9158         No need to ignore `run-with-idle-timer', this function exists in
9159         XEmacs now in timer-funcs.el in the xemacs-base package.
9160         (dgnushack-compile): No need to delete
9161         run-at-time.el from the list of files to compile because it
9162         doesn't exist anymore.
9163
9164 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9165
9166         * mml.el (mml-generate-mime-1): Convert string into unibyte when
9167         inserting " *mml*" buffer's contents into a unibyte temp buffer.
9168
9169 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
9170
9171         * mail-source.el (mail-source-fetch-imap): Search for ^From case
9172         sensitively.
9173
9174 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
9175
9176         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
9177
9178 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9179
9180         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
9181         which will be inserted according to the multibyteness of a buffer
9182         rather than the type of contents.  Suggested by ARISAWA Akihiro
9183         <ari@mbf.ocn.ne.jp>.
9184
9185         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
9186         of string which old xml.el may return rather than a string.
9187
9188 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9189
9190         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
9191
9192 2005-01-16  Simon Josefsson  <jas@extundo.com>
9193
9194         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
9195         idn/idna.el isn't available.
9196         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
9197         <michael@waxrat.com>.
9198
9199         * hashcash.el: Remove non-FSF copyright header.
9200
9201         * hashcash.el (hashcash-extra-generate-parameters): New variable.
9202         (hashcash-generate-payment): Use it.
9203         (hashcash-generate-payment-async): Use it.
9204
9205 2005-01-15  Simon Josefsson  <jas@extundo.com>
9206
9207         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
9208         Suggested by Raymond Scholz <ray-2005@zonix.de>.
9209
9210         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
9211         gnus-summary-idna-message.
9212         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
9213         (gnus-summary-idna-message): New function.
9214
9215 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
9216
9217         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
9218         gnus-novice-user.
9219
9220 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9221
9222         * nnrss.el (nnrss-request-delete-group): Delete entries in
9223         nnrss-group-alist as well.
9224         (nnrss-save-server-data): Insert newline.
9225
9226 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
9227
9228         * gnus.el (gnus-user-agent): Use list of symbols instead of
9229         symbols.  Display full version number for (S)XEmacs.  Optionally
9230         display (S)XEmacs codename.
9231
9232         * gnus-util.el (gnus-emacs-version): Update for new
9233         `gnus-user-agent'.
9234
9235         * gnus-msg.el (gnus-extended-version): Make it possible to omit
9236         Gnus version.
9237
9238 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9239
9240         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
9241         which is unreadable in some setups.
9242
9243 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9244
9245         * gnus-spec.el (gnus-update-format-specifications): Flush the
9246         group format spec cache if it doesn't support decoded group names.
9247
9248 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9249
9250         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
9251         Allow to apply decay on score files matching a regexp.
9252
9253 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9254
9255         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
9256         compatibility in %g and %c.
9257
9258 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9259
9260         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
9261         name for only %g and %c.
9262         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
9263         of gnus-tmp-group to decoded group name.
9264         (gnus-group-make-rss-group): Exclude `/'s from group names.
9265
9266 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9267
9268         * nnrss.el (nnrss-get-encoding): Fix regexp.
9269
9270 2004-12-27  Simon Josefsson  <jas@extundo.com>
9271
9272         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
9273         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
9274         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
9275
9276 2004-12-17  Kim F. Storm  <storm@cua.dk>
9277
9278         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
9279
9280         * gnus-sum.el (gnus-summary-mode-map): Likewise.
9281
9282 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
9283
9284         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
9285
9286 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9287
9288         * nnrss.el: Require rfc2047 and mml.
9289         (nnrss-file-coding-system): New variable.
9290         (nnrss-format-string): Redefine it as an inline function.
9291         (nnrss-decode-group-name): New function.
9292         (nnrss-string-as-multibyte): Remove.
9293         (nnrss-retrieve-headers): Decode group name; don't use
9294         nnrss-format-string.
9295         (nnrss-request-group): Decode group name.
9296         (nnrss-request-article): Decode group name; allow a Message-ID as
9297         well as an article number; don't use nnrss-format-string; encode a
9298         Message-ID string which may contain non-ASCII characters; use
9299         mml-to-mime to compose a MIME article.
9300         (nnrss-request-expire-articles): Decode group name.
9301         (nnrss-request-delete-group): Decode group name.
9302         (nnrss-fetch): Clarify error message.
9303         (nnrss-read-server-data): Use insert-file-contents instead of load;
9304         bind file-name-coding-system; use multibyte buffer.
9305         (nnrss-save-server-data): Bind coding-system-for-write to the
9306         value of nnrss-file-coding-system; bind file-name-coding-system;
9307         add coding cookie.
9308         (nnrss-read-group-data): Use insert-file-contents instead of load;
9309         bind file-name-coding-system; use multibyte buffer.
9310         (nnrss-save-group-data): Bind coding-system-for-write to the
9311         value of nnrss-file-coding-system; bind file-name-coding-system.
9312         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
9313         make it work with non-ASCII text.
9314         (nnrss-find-el): Make it work with old xml.el as well.
9315
9316 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
9317
9318         * nnrss.el (nnrss-get-encoding): New function.
9319         (nnrss-fetch): Use unibyte buffer initially; bind
9320         coding-system-for-read while performing mm-url-insert; remove ^Ms;
9321         decode contents according to the encoding attribute.
9322         (nnrss-save-group-data): Add coding cookie.
9323         (nnrss-mime-encode-string): New function.
9324         (nnrss-check-group): Use it to encode subject and author.
9325
9326 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
9327
9328         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
9329         imaginary variable.
9330
9331 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9332
9333         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
9334         correctly even if there are wide characters.
9335
9336 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
9337
9338         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
9339         downcased symbol names; make a new cache instead of reusing
9340         bbdb-hashtable.
9341
9342 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9343
9344         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9345         concatenating segments rather than before concatenating them.
9346         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9347
9348         * message.el (message-get-reply-headers): Bind `extra'.
9349
9350 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9351
9352         * message.el (message-extra-wide-headers): New variable.
9353         (message-get-reply-headers): Use it.
9354
9355 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9356
9357         * gnus-agent.el (gnus-agent-group-path): Decode group name.
9358         (gnus-agent-group-pathname): Ditto.
9359
9360         * gnus-cache.el (gnus-cache-file-name): Decode group name.
9361
9362         * gnus-group.el (gnus-group-make-group): Decode group name.
9363         (gnus-group-make-rss-group): Register the group data after opening
9364         the nnrss group.
9365
9366 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
9367
9368         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
9369         by expiry now get marked as read.
9370
9371 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9372
9373         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
9374
9375 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
9376
9377         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
9378         unify Latin characters in XEmacs.
9379         (mm-find-mime-charset-region): Use it.
9380
9381 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9382
9383         * gnus-util.el (gnus-delete-directory): New function.
9384
9385         * gnus-agent.el (gnus-agent-delete-group): Use it.
9386
9387         * gnus-cache.el (gnus-cache-delete-group): Use it.
9388
9389 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9390
9391         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
9392         names.
9393
9394 2004-12-16  Simon Josefsson  <jas@extundo.com>
9395
9396         * hashcash.el (hashcash-payment-alist): Fix custom :type.
9397
9398 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9399
9400         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
9401
9402         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
9403         (gnus-group-set-current-level): Decode group name.
9404
9405 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
9406
9407         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
9408         failed.
9409
9410 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9411
9412         * gnus-group.el (gnus-group-delete-group): Decode group name.
9413         (gnus-group-make-rss-group): Encode group name.
9414         (gnus-group-catchup-current): Decode group name.
9415         (gnus-group-kill-group): Decode group name.
9416
9417 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9418
9419         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
9420
9421 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9422
9423         * gnus-group.el (gnus-group-make-rss-group):
9424         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
9425
9426         * gnus-start.el (gnus-setup-news): Honor user's setting to
9427         gnus-message-archive-method.  Suggested by Lute Kamstra
9428         <lute@gnu.org>.
9429
9430 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
9431
9432         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
9433         global counterparts of the buffer-local variables.
9434
9435 2004-11-16  Romain Francoise  <romain@orebokech.com>
9436
9437         * gnus-sum.el (gnus-summary-exit): Don't clear the global
9438         counterparts of the buffer-local variables.
9439
9440 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9441
9442         * message.el (message-forbidden-properties): Fixed typo in doc
9443         string.
9444
9445 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9446
9447         * gnus-util.el (gnus-replace-in-string): Added doc string.
9448
9449         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
9450         to avoid problems when splitting mails with many recipients.
9451
9452 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9453
9454         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
9455         pop-to-buffer, covered by the subsequent gnus-configure-windows.
9456
9457 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
9458
9459         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
9460         if there is no hashtable in memory or file modification time is
9461         newer than cached timestamp.
9462
9463 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9464
9465         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
9466         not-matching option.
9467
9468 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
9469
9470         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
9471         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
9472         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9473         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
9474         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
9475         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
9476
9477 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9478
9479         * message.el (message-forward-make-body-mml): Remove headers
9480         according to message-forward-ignored-headers if a message is decoded.
9481
9482 2004-12-02  Romain Francoise  <romain@orebokech.com>
9483
9484         * message.el (message-forward-make-body-plain): Always remove
9485         headers according to message-forward-ignored-headers.
9486
9487 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
9488
9489         * spam.el (spam-summary-prepare-exit): Remove the
9490         gnus-summary-limit pop for now, it has problems with ham marks for
9491         me.
9492
9493 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
9494
9495         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
9496         correctly.
9497
9498 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
9499
9500         * format-spec.el (format-spec): Message the char.
9501
9502 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
9503
9504         * gnus-art.el (gnus-split-methods): Reformat comments.
9505
9506         * spam.el (spam-summary-prepare-exit): Remove article limits
9507         before exiting the summary buffer.
9508
9509 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9510
9511         * lpath.el: Remove bbdb-create-internal, bbdb-records,
9512         spam-BBDB-register-routine and spam-enter-ham-BBDB.
9513
9514         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
9515         order to silence the byte compiler.
9516
9517         * spam.el: Fix the way to silence the byte compiler, which
9518         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
9519         bbdb-search-simple, spam-BBDB-register-routine,
9520         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
9521         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
9522         spam-stat-buffer-is-spam, spam-stat-load,
9523         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
9524         spam-stat-save and spam-stat-split-fancy.
9525
9526 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9527
9528         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
9529         which may confuse users.
9530         (canlock-password-for-verify): Ditto.
9531
9532         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
9533
9534         * gnus-art.el (gnus-emphasis-alist): Ditto.
9535
9536         * gnus-registry.el (gnus-registry-max-entries): Ditto.
9537
9538         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
9539
9540         * gnus-start.el (gnus-save-killed-list): Ditto.
9541
9542         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
9543         (gnus-sum-thread-tree-root): Ditto.
9544         (gnus-sum-thread-tree-false-root): Ditto.
9545         (gnus-sum-thread-tree-single-indent): Ditto.
9546
9547         * message.el (message-courtesy-message): Ditto.
9548         (message-archive-note): Ditto.
9549         (message-subscribed-address-file): Ditto.
9550         (message-user-fqdn): Ditto.
9551
9552         * spam-report.el (spam-report-gmane-regex): Ditto.
9553
9554         * spam.el (spam-blackhole-good-server-regex): Ditto.
9555
9556 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9557
9558         * mml.el (mml-preview): Widen the message buffer before copying
9559         the contents to the preview buffer; sort headers before previewing.
9560
9561         * message.el (message-hidden-headers): Fix the way to avoid a bug
9562         in the `repeat' widget in Emacs 21.3 or earlier.
9563
9564 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9565
9566         * message.el (message-hidden-headers): Default to "^References:".
9567         Improve customization type.  Suggested by Reiner Steib
9568         <Reiner.Steib@gmx.de>.
9569
9570 2004-11-25  Romain Francoise  <romain@orebokech.com>
9571
9572         * message.el (message-strip-forbidden-properties): Remove check for
9573         obsolete `message-hidden' text property, hidden headers are not
9574         accessible in the buffer anymore.
9575
9576 2004-11-22  Romain Francoise  <romain@orebokech.com>
9577
9578         * message.el (message-header-format-alist): Add `From' in list
9579         so that it can be sorted.
9580         (message-fix-before-sending): Widen and sort headers before
9581         sending.
9582         (message-hide-headers): Use narrowing to hide headers by moving
9583         them to the top of the buffer and narrowing to the region
9584         underneath.
9585
9586 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9587
9588         * message.el (message-strip-forbidden-properties): Bind
9589         buffer-read-only (etc) to nil.
9590
9591 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9592
9593         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
9594         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9595
9596 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
9597
9598         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
9599
9600 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9601
9602         * dns.el (query-dns): Use sit-for to time instead of
9603         accept-process-output, since that doesn't seem to work on udp
9604         sockets.
9605
9606 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9607
9608         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
9609
9610 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
9611
9612         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
9613         doc string.  Improve doc string.
9614
9615 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9616
9617         * nntp.el (nntp-request-update-info): Return nil if
9618         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
9619         may not call gnus-activate-group which uselessly issues the GROUP
9620         commands for all nntp groups and wastes time.  Reported by Romain
9621         Francoise <romain@orebokech.com>.
9622
9623         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
9624
9625 2004-11-15  Simon Josefsson  <jas@extundo.com>
9626
9627         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
9628         headers separately.
9629         (gnus-button-openpgp): New function, inspired by Jochen Küpper
9630         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
9631
9632 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9633
9634         * gnus-start.el (gnus-convert-old-newsrc):
9635         Assign legacy-gnus-agent to 5.10.7.
9636
9637 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9638
9639         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
9640         start of the lines.
9641
9642 2004-11-14  Magnus Henoch  <mange@freemail.hu>
9643
9644         * hashcash.el (hashcash-default-payment): Change default to 20
9645         (hashcash-default-accept-payment): Change default to 20
9646         (hashcash-process-alist): New variable
9647         (hashcash-generate-payment-async): Add
9648         (hashcash-already-paid-p): Add
9649         (hashcash-insert-payment): Don't generate payments twice
9650         (hashcash-insert-payment-async): Add
9651         (hashcash-insert-payment-async-2): Add
9652         (hashcash-cancel-async): Add
9653         (hashcash-wait-async): Add
9654         (hashcash-processes-running-p): Add
9655         (hashcash-wait-or-cancel): Add
9656         (mail-add-payment): New optional argument.  Conditionally start
9657         asynchronous calculation.
9658         (mail-add-payment-async): Add
9659
9660         * message.el (message-send-mail): Wait for asynchronous hashcash
9661         results.  Don't clobber existing X-Hashcash headers.
9662         (message-setup-1): Call mail-add-payment-async when
9663         message-generate-hashcash is non-nil.
9664
9665 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9666
9667         * message.el (message-use-alternative-email-as-from): Examine the
9668         From header as well; use message-make-from in order to include a
9669         user's full name.
9670
9671 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9672
9673         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
9674         default; improve customization type.
9675         (gnus-emphasis-custom-with-format): New macro.
9676         (gnus-emphasis-custom-value-to-external): New function.
9677         (gnus-emphasis-custom-value-to-internal): New function.
9678
9679 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9680
9681         * dns.el (query-dns): Resolve reverse addresses.
9682
9683 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9684
9685         * gnus-group.el (gnus-group-get-new-news): Use it.
9686
9687         * gnus-start.el (gnus-check-reasonable-setup): New function.
9688
9689 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9690
9691         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
9692         "Args out of range" error.  Reported by Arnaud Giersch
9693         <arnaud.giersch@free.fr>.
9694
9695 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
9696
9697         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
9698
9699 2004-11-04  Richard M. Stallman  <rms@gnu.org>
9700
9701         * spam.el (spam group): Add :version.
9702
9703         * pgg-def.el (pgg group): Add :version.
9704
9705 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9706
9707         * gnus-art.el (gnus-article-edit-article): Don't associate the
9708         article buffer with a draft file.  This is a temporary measure
9709         against the 2004-08-22 change to gnus-article-edit-mode.
9710
9711 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9712
9713         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
9714         (html2text-format-tags): Remove unused variable `attr'.
9715
9716 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9717
9718         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
9719
9720         * tls.el (tls-process-connection-type, tls-success)
9721         (tls-certtool-program): Add :version.
9722
9723         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
9724         (starttls-extra-arguments, starttls-process-connection-type)
9725         (starttls-connect, starttls-failure, starttls-success): Add :version.
9726
9727         * spam-stat.el (spam-stat): Add :version.
9728
9729         * sieve.el (sieve): Add :version.
9730
9731         * sha1.el (sha1): Add :version.
9732         (sha1-use-external): Remove redundant version.
9733
9734         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
9735         (nnmail-cache-ignore-groups, nnmail-spool-hook)
9736         (nnmail-split-fancy-match-partial-words)
9737         (nnmail-split-lowercase-expanded): Add :version.
9738
9739         * nndiary.el (nndiary): Add :version.
9740
9741         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
9742
9743         * mml-sec.el (mml-default-sign-method)
9744         (mml-default-encrypt-method, mml-signencrypt-style-alist):
9745         Add :version.
9746
9747         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
9748
9749         * mm-url.el (mm-url-use-external, mm-url-program)
9750         (mm-url-arguments): Add :version.
9751
9752         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
9753         (mm-attachment-file-modes, mm-decrypt-option)
9754         (mm-w3m-safe-url-regexp): Add :version.
9755
9756         * message.el (message-cite-prefix-regexp)
9757         (message-sendmail-envelope-from, message-minibuffer-local-map)
9758         (message-user-fqdn, message-completion-alist): Add :version.
9759
9760         * gnus-win.el (gnus-configure-windows-hook)
9761         (gnus-use-frames-on-any-display): Add :version.
9762
9763         * gnus-art.el (gnus-article-address-banner-alist)
9764         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
9765         (gnus-treat-from-picon, gnus-treat-mail-picon)
9766         (gnus-treat-x-pgp-sig): Add :version.
9767
9768         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
9769         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
9770         (gnus-summary-article-delete-hook)
9771         (gnus-summary-display-while-building): Add :version.
9772
9773         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
9774         (gnus-get-top-new-news-hook):Add :version.
9775
9776         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9777         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
9778
9779         * gnus-registry.el (gnus-registry): Add :version.
9780
9781         * gnus-spec.el (gnus-use-correct-string-widths)
9782         (gnus-make-format-preserve-properties): Add :version.
9783
9784         * gnus.el (gnus-group-charter-alist)
9785         (gnus-group-fetch-control-use-browse-url)
9786         (gnus-install-group-spam-parameters): Add :version.
9787
9788         * gnus-diary.el (gnus-diary): Add :version.
9789
9790         * gnus-delay.el (gnus-delay): Add :version.
9791
9792         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
9793         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
9794         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
9795         Add :version.
9796
9797         * gnus-agent.el (gnus-agent-max-fetch-size)
9798         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
9799         (gnus-agent-prompt-send-queue): Add :version.
9800
9801         * deuglify.el (gnus-outlook-deuglify): Add :version.
9802
9803         * html2text.el: Beautify code.  Improve doc strings.  Some
9804         checkdoc cleanup.
9805         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
9806
9807 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
9808
9809         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
9810
9811 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
9812
9813         * gnus-registry.el (gnus-registry-hashtb): Create the registry
9814         when package is loaded.
9815
9816         * spam.el (spam-summary-score-preferred-header): Add global preference
9817         for people who want to override the default SpamAssassin over
9818         Bogofilter preference (when both are set).
9819         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
9820         (spam-user-format-function-S): Check
9821         spam-summary-score-preferred-header.
9822         (spam-extra-header-to-number): Add X-Bogosity header parsing.
9823         (spam-user-format-function-S): Format the score correctly.
9824
9825 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9826
9827         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
9828         signature file.  Suggested by Manoj Srivastava
9829         <srivasta@golden-gryphon.com>.
9830
9831         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
9832         iso-2022-jp even in the Japanese language environment.
9833         Suggested by Jason Rumney <jasonr@gnu.org>.
9834
9835 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9836
9837         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
9838         use the same characters as the dummy marks; make it free from
9839         getting affected by the language environment.
9840         (gnus-summary-read-group-1): Update mark positions only when the
9841         format spec is updated.
9842
9843         * gnus-spec.el (gnus-update-format-specifications): Return a list
9844         of updated types.
9845
9846 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9847
9848         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
9849         of boundp to check if display-warning is available.
9850
9851 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
9852
9853         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
9854
9855 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9856
9857         * nnspool.el (nnspool-spool-directory): Use news-path if the
9858         news-directory variable is not bound.
9859
9860         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
9861         function instead of display-warning if it is not available.
9862
9863 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9864
9865         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
9866         v5-10: Use `point-at-bol'.
9867
9868 2004-10-26  Simon Josefsson  <jas@extundo.com>
9869
9870         * hashcash.el: Fix URL in comment, reported by Cheng Gao
9871         <chenggao@gmail.com>.
9872
9873 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9874
9875         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
9876         instead.
9877
9878 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
9879
9880         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
9881         to remove a server from the nnimap-server-buffer-alist.
9882         (nnimap-open-connection, nnimap-close-server): Use it.
9883
9884         * gnus-encrypt.el: Remove file in favor of encrypt.el.
9885
9886 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9887
9888         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
9889         running the major-mode function.
9890
9891 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9892
9893         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
9894         dummy marks in the right way.
9895
9896 2004-10-18  David Edmondson  <dme@dme.org>
9897
9898         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
9899         excessively.
9900
9901 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
9902
9903         * gnus-util.el (gnus-split-references): Accept a nil references
9904         string and go on blissfully.
9905
9906         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
9907         cases where the references string is non-nil but has no references.
9908
9909         * encrypt.el: Add autoload tags.
9910
9911         * spam.el (spam-resolve-registrations-routine): Remove article
9912         from unregistration list too.  Reported by David Hanak
9913         <dhanak@isis.vanderbilt.edu>
9914
9915 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
9916
9917         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
9918         nil.  Changed custom type.
9919
9920 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
9921
9922         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
9923
9924         * gnus-sum.el (gnus-summary-move-article): Use it.
9925
9926 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
9927
9928         * encrypt.el: Add autoload cookies.
9929
9930         * spam.el (spam-backend-article-list-property)
9931         (spam-backend-get-article-todo-list)
9932         (spam-backend-put-article-todo-list, )
9933         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
9934         Resolve registrations separately.
9935         (spam-register-routine): Format comments.
9936         (spam-unregister-routine, spam-register-routine): Always call with
9937         specific-articles, no default list.
9938         (spam-summary-prepare-exit): Use the spam-classifications function.
9939
9940         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
9941         gnus-encrypt.el.
9942
9943         * encrypt.el: Copied from gnus-encrypt.el.
9944
9945         * gnus-encrypt.el: Commented that it's obsolete.
9946
9947 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
9948
9949         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
9950         (gnus-score-save): Use it.
9951
9952         * message.el (message-bury): Use `window-dedicated-p'.
9953
9954 2004-10-15  Simon Josefsson  <jas@extundo.com>
9955
9956         * pop3.el (top-level): Don't require nnheader.
9957         (pop3-read-timeout): Add.
9958         (pop3-accept-process-output): Add.
9959         (pop3-read-response, pop3-retr): Use it.
9960
9961 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
9962
9963         * spam.el (spam-register-routine): Move comment.
9964         (spam-verify-bogofilter): Use 'unknown for the initial
9965         spam-bogofilter-valid state, not 'never.
9966
9967         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
9968         for netrc-machine.
9969
9970         * nnimap.el (nnimap-open-connection): Use
9971         netrc-machine-user-or-password.
9972
9973 2004-10-17  Richard M. Stallman  <rms@gnu.org>
9974
9975         * gnus-registry.el (gnus-registry-unload-hook):
9976         Set as a variable with add-hook.
9977
9978         * nnspool.el (nnspool-spool-directory): Use news-directory instead
9979         of news-path.
9980
9981         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
9982
9983         * spam.el: Delete duplicate `provide'.
9984         (spam-unload-hook): Set as a variable with add-hook.
9985
9986 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
9987
9988         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
9989         in the doc string.
9990
9991         * message.el (message-ignored-news-headers)
9992         (message-ignored-supersedes-headers)
9993         (message-ignored-resent-headers)
9994         (message-forward-ignored-headers): Improve custom type.
9995
9996 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9997
9998         * message.el (message-tokenize-header): Fix 2004-09-06 change
9999         which used point-min in the wrong place.
10000
10001 2004-10-12  Simon Josefsson  <jas@extundo.com>
10002
10003         * tls.el (tls-certtool-program): New variable.
10004         (tls-certificate-information): New function, based on
10005         ssl-certificate-information.
10006
10007 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10008
10009         * compface.el: Move the version of ELisp-based uncompface program
10010         to the contrib directory because of the copyright problem.
10011
10012 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
10013
10014         * message.el (message-kill-buffer): Raise the current frame.
10015
10016 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10017
10018         * gnus-sum.el: Mention that multibyte characters don't work as marks.
10019
10020         * gnus.el (message-y-or-n-p): Autoload.
10021
10022         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
10023         (pop3-password-required, pop3-authentication-scheme)
10024         (pop3-leave-mail-on-server): Made customizable.
10025         (pop3): New custom group.
10026         (pop3-retr): Remove `sleep-for' statements.
10027         Suggested by Dave Love <fx@gnu.org>.
10028
10029         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
10030         Windows/DOS.
10031
10032         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
10033         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
10034         Dave Love <fx@gnu.org>.
10035
10036         * mml.el (mml-minibuffer-read-disposition): Require match.
10037         Suggested by Dave Love <fx@gnu.org>.
10038
10039 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
10040
10041         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
10042         doc string.
10043
10044 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10045
10046         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
10047
10048 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10049
10050         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
10051         instead of calling `mm-insert-inline', to decode text/* parts
10052         before displaying them.
10053
10054 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10055
10056         * mm-uu.el (mm-uu-text-plain-type): New variable.
10057         (mm-uu-pgp-signed-extract-1): Use it.
10058         (mm-uu-pgp-encrypted-extract-1): Use it.
10059         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
10060         bind mm-uu-text-plain-type with that value.
10061         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
10062         mm-uu-dissect.
10063
10064 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10065
10066         * gnus-group.el (gnus-update-group-mark-positions):
10067         * gnus-sum.el (gnus-update-summary-mark-positions):
10068         * message.el (message-check-news-body-syntax):
10069         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
10070         of string-as-multibyte.
10071
10072 2004-10-05  Juri Linkov  <juri@jurta.org>
10073
10074         * gnus-group.el (gnus-update-group-mark-positions):
10075         * gnus-sum.el (gnus-update-summary-mark-positions):
10076         * message.el (message-check-news-body-syntax):
10077         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
10078         8-bit unibyte values to a multibyte string for search functions.
10079
10080 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10081
10082         * mm-uu.el (mm-uu-dissect): Allow optional arg.
10083         (mm-uu-dissect-text-parts): New function.
10084
10085         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
10086         dissect text parts.
10087
10088         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
10089         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
10090
10091         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
10092
10093         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
10094         gnus-current-topics instead of gnus-current-topic.
10095
10096 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
10097
10098         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
10099
10100 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
10101
10102         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
10103         where approriate.
10104
10105         * nnml.el (nnml-generate-active-info): do.
10106
10107         * nndiary.el (nndiary-generate-active-info): do.
10108
10109         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
10110         (gnus-topic-move): do.
10111
10112         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
10113         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
10114
10115         * gnus-srvr.el (gnus-server-prepare)
10116         (gnus-server-open-all-servers): do.
10117
10118         * gnus-msg.el (gnus-summary-cancel-article)
10119         (gnus-summary-resend-message)
10120         (gnus-summary-mail-crosspost-complaint): do.
10121
10122         * gnus-move.el (gnus-change-server): do.
10123
10124         * gnus-group.el (gnus-group-unmark-all-groups)
10125         (gnus-group-set-current-level): do.
10126
10127 2004-10-04  Simon Josefsson  <jas@extundo.com>
10128
10129         * message.el (message-generate-hashcash): Doc fix.
10130
10131 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
10132
10133         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
10134         avoid infinite recursion via gnus-get-function.
10135
10136 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
10137
10138         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
10139
10140         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
10141
10142         * nnmail.el (nnmail-split-history): do.
10143
10144         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
10145         (nnml-request-delete-group): do.
10146
10147         * nnslashdot.el (nnslashdot-read-groups): do.
10148
10149         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
10150         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
10151
10152         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
10153         (nnspool-sift-nov-with-sed): Use last
10154         (nnspool-retrieve-headers-with-nov): Use mapc.
10155         (nnspool-request-newgroups): Use dolist.
10156         (nnspool-request-group): Use last.
10157
10158         * nntp.el (nntp-read-server-type): Use dolist.
10159
10160         * nnvirtual.el (nnvirtual-create-mapping)
10161         (nnvirtual-update-read-and-marked): Use dolist.
10162         (nnvirtual-convert-headers): Simplify.
10163
10164 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
10165
10166         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
10167         support for sync'ing tick marks.
10168
10169 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10170
10171         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
10172         there's no visible header.
10173
10174 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
10175
10176         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
10177         necessary, pass full group name to gnus-request-set-marks.
10178
10179 2004-10-01  Simon Josefsson  <jas@extundo.com>
10180
10181         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
10182         acroread.
10183
10184 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10185
10186         * spam-report.el (spam-report-gmane): Fix interactive.
10187
10188         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
10189
10190         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
10191         when writing file.
10192         (gnus-agent-synchronize-flags): Don't default to being
10193         interactive.
10194
10195 2004-09-30  Simon Josefsson  <jas@extundo.com>
10196
10197         * message.el (message-generate-hashcash): Add.
10198         (message-send-mail): Use it, call mail-add-payment.
10199
10200 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10201
10202         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
10203
10204 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
10205
10206         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
10207         gnus-requst-update-info with explicit code to sync the in-memory
10208         info read flags with the marks being sync'd to the backend.
10209
10210         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
10211
10212 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10213
10214         * spam.el (spam-verify-bogofilter): Add new function.
10215         (spam-check-bogofilter)
10216         (spam-bogofilter-register-with-bogofilter): Use it.
10217         (spam-verify-bogofilter): Add small fixes.
10218
10219 2004-09-28  Simon Josefsson  <jas@extundo.com>
10220
10221         * hashcash.el (hashcash-generate-payment): Revert.
10222
10223 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10224
10225         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
10226         gnus-extract-references instead of gnus-split-references.
10227
10228         * gnus-util.el (gnus-extract-references): Add new function, analogous
10229         to gnus-split-references but extracts only the message-ID without
10230         anything extra.
10231
10232         * hashcash.el (hashcash-generate-payment)
10233         (hashcash-check-payment): Do the right thing if hashcash-path is
10234         nil (because the hashcash program could not be found).
10235
10236         * spam.el (spam-use-hashcash): Remove comment.
10237
10238 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
10239
10240         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
10241         (gnus-cache-enter-article, gnus-cache-remove-article)
10242         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
10243
10244         * gnus-async.el (gnus-async-prefetch-remove-group): do.
10245
10246         * gnus-art.el (article-hide-boring-headers)
10247         (article-translate-strings, article-display-face)
10248         (gnus-article-mime-match-handle-first)
10249         (gnus-article-highlight-headers)
10250         (gnus-article-add-buttons-to-head): do.
10251
10252 2004-09-27  Simon Josefsson  <jas@extundo.com>
10253
10254         * hashcash.el: New version, from
10255         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
10256         ../contrib/.
10257
10258 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10259
10260         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
10261
10262 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
10263
10264         * gnus-dup.el (gnus-dup-open): Use mapc.
10265         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
10266
10267         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
10268         Reported by Stefan Wiens <s.wi@gmx.net>.
10269
10270         * gnus.el (gnus-shutdown): Use dolist.
10271
10272         * gnus-undo.el (gnus-undo): Use mapc.
10273
10274         * nnrss.el (nnrss-generate-active): do.
10275
10276         * message.el (message-cite-original-without-signature)
10277         (message-cite-original): Use mapc.
10278         (message-do-actions, message-make-forward-subject): Use dolist.
10279
10280 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
10281
10282         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
10283         deletion to remove entire duplicate line.  Fixes merged article
10284         number bug.
10285
10286 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
10287
10288         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
10289         servers that are offline.  Avoids having gnus-agent-toggle-plugged
10290         first ask if you want to open a server and then, even when you
10291         responded with no, asking if you want to synchronize the server's
10292         flags.
10293         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
10294         multi-line expressions.
10295         (gnus-agent-synchronize-group-flags): New internal function.
10296         Updates marks in memory (in the info structure) AND in the
10297         backend.
10298
10299         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
10300
10301         * nnagent.el (nnagent-request-set-mark): Use
10302         gnus-agent-synchronize-group-flags, not backend's request-set-mark
10303         method, to ensure that synchronization updates marks in the
10304         backend and in the info (in memory) structure.
10305
10306 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10307
10308         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
10309         convention fully; don't miss the root article of a thread; make
10310         the X-Draft-From header with correct article numbers.
10311
10312 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
10313
10314         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
10315         unless plugged.  Disable the agent so that an open failure causes
10316         an error.
10317
10318         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
10319         Reverted 2004-09-21 change.  The backend must be opened while
10320         synchronizing flags even when the backend stores the flags
10321         locally.
10322
10323 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
10324
10325         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
10326         in `header' match.  Reported by Svend Tollak Munkejord.
10327
10328         * message.el (message-cite-original): Fix use of
10329         `message-cite-articles-with-x-no-archive'.
10330
10331 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10332
10333         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
10334         (gnus-window-to-buffer): Ditto.
10335
10336         * mml.el (mml-preview-buffer): New variable.
10337         (mml-preview): Manage window layout with gnus-buffer-configuration.
10338
10339         * gnus-msg.el (gnus-setup-message): Put article numbers into the
10340         X-Draft-From header even if those articles aren't quoted.
10341
10342 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
10343
10344         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
10345         (gnus-request-set-mark, gnus-request-update-mark): Use new
10346         g-s-t-u-l-m to decide to use backend even when unplugged.
10347
10348 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10349
10350         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
10351         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
10352
10353 2004-09-20  Simon Josefsson  <jas@extundo.com>
10354
10355         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
10356         "utf-16-le".
10357
10358 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10359
10360         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
10361
10362 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10363
10364         * uudecode.el (uudecode-use-external): Add :version.
10365
10366         * smime.el (smime-CA-file, smime-encrypt-cipher)
10367         (smime-dns-server): Add :version.
10368
10369         * smiley.el (gnus-smiley-file-types): Add :version.
10370
10371         * sha1.el (sha1-use-external): Add :version.
10372
10373         * pgg-def.el (pgg-query-keyserver): Add :version.
10374
10375         * nnmail.el (nnmail-fancy-expiry-targets)
10376         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
10377         Add :version.
10378
10379         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
10380         (nnimap-retrieve-groups-asynchronous): Add :version.
10381         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
10382
10383         * mml.el (mml-content-disposition-parameters)
10384         (mml-insert-mime-headers-always): Add :version.
10385
10386         * mm-util.el (mm-coding-system-priorities): Add :version.
10387
10388         * mm-decode.el (mm-inline-text-html-with-images)
10389         (mm-keep-viewer-alive-types, mm-external-terminal-program)
10390         (mm-verify-option): Add :version.
10391         (mm-text-html-renderer): Change :version.
10392
10393         * message.el (message-fcc-externalize-attachments)
10394         (message-required-headers, message-draft-headers)
10395         (message-subject-trailing-was-query)
10396         (message-subject-trailing-was-ask-regexp)
10397         (message-subject-trailing-was-regexp, message-mark-insert-begin)
10398         (message-mark-insert-end, message-archive-header)
10399         (message-archive-note, message-cross-post-default)
10400         (message-cross-post-note, message-followup-to-note)
10401         (message-cross-post-note-function, message-use-mail-followup-to)
10402         (message-subscribed-address-functions)
10403         (message-subscribed-address-file, message-subscribed-addresses)
10404         (message-subscribed-regexps, message-allow-no-recipients)
10405         (message-yank-cited-prefix, message-signature-insert-empty-line)
10406         (message-hidden-headers, message-hierarchical-addresses)
10407         (message-mail-user-agent, message-use-idna)
10408         (message-valid-fqdn-regexp)
10409         (message-strip-special-text-properties, message-header-synonyms)
10410         (message-beginning-of-line, message-tab-body-function): Add :version.
10411         (message-insert-canlock, message-wide-reply-confirm-recipients):
10412         Change :version.
10413
10414         * mail-source.el (mail-source-ignore-errors): Add :group, :type
10415         and :version.
10416         (mail-source-delete-old-incoming-confirm)
10417         (mail-source-movemail-program): Add :version.
10418
10419         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
10420         (gnus-agent-cache, gnus-agent): Change :version.
10421
10422         * gnus-util.el (gnus-use-byte-compile): Change :version.
10423
10424         * gnus-sum.el (gnus-summary-make-false-root-always)
10425         (gnus-summary-default-high-score)
10426         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
10427         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
10428         (gnus-read-all-available-headers, gnus-article-emulate-mime)
10429         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
10430         (gnus-sum-thread-tree-single-indent)
10431         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
10432         (gnus-sum-thread-tree-leaf-with-other)
10433         (gnus-sum-thread-tree-single-leaf): Add :version.
10434         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
10435         (gnus-article-loose-mime): Change :version.
10436
10437         * gnus-start.el (gnus-backup-startup-file)
10438         (gnus-save-startup-file-via-temp-buffer): Add :version.
10439
10440         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
10441         (gnus-server-offline-face): Add :version.
10442
10443         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
10444
10445         * gnus-msg.el (gnus-gcc-externalize-attachments)
10446         (gnus-debug-files, gnus-debug-exclude-variables)
10447         (gnus-discouraged-post-methods): Change :version.
10448         (gnus-confirm-mail-reply-to-news)
10449         (gnus-confirm-treat-mail-like-news): Add :version.
10450
10451         * gnus-int.el (gnus-server-unopen-status): Add :version.
10452
10453         * gnus-group.el (gnus-group-jump-to-group-prompt)
10454         (gnus-large-ephemeral-newsgroup)
10455         (gnus-fetch-old-ephemeral-headers): Add :version.
10456
10457         * gnus-fun.el (gnus-x-face-directory)
10458         (gnus-convert-pbm-to-x-face-command)
10459         (gnus-convert-image-to-x-face-command)
10460         (gnus-convert-image-to-face-command): Add :version.
10461
10462         * gnus-delay.el (gnus-delay-default-hour): Add :version.
10463
10464         * gnus-cite.el (gnus-cite-blank-line-after-header)
10465         (gnus-article-boring-faces): Add :version.
10466
10467         * gnus-art.el (gnus-buttonized-mime-types)
10468         (gnus-inhibit-mime-unbuttonizing)
10469         (gnus-treat-display-face)
10470         (gnus-treat-body-boundary): Change :version.
10471         (gnus-body-boundary-delimiter, gnus-picon-databases)
10472         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
10473         (gnus-treat-date-english, gnus-treat-fold-headers)
10474         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
10475         (gnus-treat-mail-picon, gnus-treat-wash-html)
10476         (gnus-article-encrypt-protocol)
10477         (gnus-use-idna, gnus-article-over-scroll)
10478         (gnus-mime-display-multipart-alternative-as-mixed)
10479         (gnus-mime-display-multipart-related-as-mixed)
10480         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
10481         (gnus-ctan-url, gnus-button-ctan-handler)
10482         (gnus-button-handle-ctan-bogus-regexp)
10483         (gnus-button-ctan-directory-regexp)
10484         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
10485         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
10486         (gnus-button-man-level, gnus-button-emacs-level)
10487         (gnus-button-message-level, gnus-button-browse-level): Add :version.
10488
10489         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
10490         (gnus-agent-go-online): Change :version.
10491         (gnus-agent-expire-unagentized-dirs)
10492         (gnus-agent-auto-agentize-methods): Add :version.
10493
10494         * flow-fill.el (fill-flowed-display-column)
10495         (fill-flowed-encode-column): Add :version.
10496
10497         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10498         (gnus-outlook-deuglify-unwrap-max)
10499         (gnus-outlook-deuglify-cite-marks)
10500         (gnus-outlook-deuglify-unwrap-stop-chars)
10501         (gnus-outlook-deuglify-no-wrap-chars)
10502         (gnus-outlook-deuglify-attrib-cut-regexp)
10503         (gnus-outlook-deuglify-attrib-verb-regexp)
10504         (gnus-outlook-deuglify-attrib-end-regexp)
10505         (gnus-outlook-display-hook): Add :version.
10506
10507         * binhex.el (binhex-use-external): Add :version.
10508
10509 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
10510
10511         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
10512         and `invisible'.
10513
10514 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
10515
10516         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
10517         in gnus-registry-trim.
10518
10519 2004-09-13  Simon Josefsson  <jas@extundo.com>
10520
10521         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
10522
10523         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
10524
10525         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
10526         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
10527         <yamaoka@jpl.org>.
10528         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
10529         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
10530         <yamaoka@jpl.org>.
10531
10532         * sieve.el (sieve-manage-mode): Ditto.
10533
10534 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
10535
10536         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
10537
10538 2004-09-11  Simon Josefsson  <jas@extundo.com>
10539
10540         * dns-mode.el: Add.
10541
10542         * mm-view.el (mm-display-dns-inline): Add.
10543
10544         * mm-decode.el (mm-inline-media-tests): Add text/dns.
10545         (mm-automatic-display): Ditto.
10546
10547         * mailcap.el (mailcap-mime-data): Add text/dns.
10548         (mailcap-mime-extensions): Map .soa to text/dns.
10549
10550 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
10551
10552         * gnus-art.el (article-decode-mime-words, article-babel)
10553         (gnus-article-highlight-signature, gnus-article-add-buttons)
10554         (gnus-signature-toggle): Remove unnecessary bindings of
10555         `inhibit-read-only' inherited from v5.10 merge.
10556
10557 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
10558
10559         * nntp.el (nntp): New customization group.
10560         (nntp-authinfo-file): Add customization group.
10561
10562         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
10563
10564         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
10565
10566         * gnus.el (to-address, to-list, subscribed)
10567         (large-newsgroup-initial): Ditto.
10568
10569         * flow-fill.el (fill-flowed-display-column)
10570         (fill-flowed-encode-column): Ditto.
10571
10572 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10573
10574         * message.el (message-tokenize-header, message-send-mail-with-qmail):
10575         Use point-min rather than 1.
10576         (message-send-mail): Use buffer-size rather than point-max.
10577
10578         * gnus-sum.el (gnus-summary-search-article-forward):
10579         Signal a specific `search-failed' rather than a generic `error'.
10580
10581         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
10582         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
10583         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
10584
10585 2004-09-10  Simon Josefsson  <jas@extundo.com>
10586
10587         * nndb.el (require): Remove tcp and duplicate cl.
10588
10589 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10590
10591         * gnus-agent.el (directory-files-and-attributes): Move forward.
10592
10593 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
10594
10595         * gnus-agent.el (directory-files-and-attributes): Optionally
10596         defined to support XEmacs.
10597
10598 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
10599
10600         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
10601         to avoid run-time CL dependencies.
10602         (gnus-agent-unfetch-articles): New function.
10603         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
10604         article numbers even when local .overview file is missing.
10605         (gnus-agent-read-article-number): New function.  Only accepts
10606         27-bit article numbers.
10607         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
10608         gnus-agent-read-article-number.
10609         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
10610         from backend while recognizing that article numbers in .overview
10611         must be valid.
10612         (gnus-agent-update-files-total-fetched-for): Use
10613         directory-files-and-attributes to improve performance.
10614         * gnus-int.el (gnus-request-move-article): Use
10615         gnus-agent-unfetch-articles in place of gnus-agent-expire to
10616         improve performance.
10617
10618         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
10619         some users confused by references to .newsrc when they only have a
10620         .newsrc.eld file.
10621         (gnus-convert-mark-converter-prompt)
10622         (gnus-convert-converter-needs-prompt): Fixed use of property list.
10623         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
10624         New function.  Used internally to only display 'gnus converting
10625         files' message when actually necessary.
10626
10627         * gnus-sum.el (): Removed (require 'gnus-agent) as required
10628         methods now autoloaded.
10629
10630 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10631
10632         * gnus-sum.el (gnus-summary-insert-subject): Remove list
10633         identifiers.
10634
10635 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
10636
10637         * gnus-picon.el: Fix indentation and closing parenthesis.
10638
10639 2004-09-01  Simon Josefsson  <jas@extundo.com>
10640
10641         * message.el (message-canlock-generate): Require sha1, not
10642         sha1-el.  (Can we get rid of this require altogether?  It is ugly
10643         to require within a function.  Sadly, if sha1.el isn't loaded, the
10644         let binding in m-c-g will hide the defcustom definition, which is
10645         bad.)
10646
10647         * canlock.el: Require sha1, not sha1-el.
10648
10649         * message.el: Don't autoload sha1 (there is a autoload cookie in
10650         sha1.el).
10651
10652         * sha1-el.el: Renamed to sha1.el.
10653
10654 2004-08-30  Juanma Barranquero  <lektu@terra.es>
10655
10656         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
10657
10658 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10659
10660         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
10661
10662 2004-08-30  Kim F. Storm  <storm@cua.dk>
10663
10664         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
10665
10666         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
10667         Add :group 'nnimap.
10668
10669 2004-08-30  Andreas Schwab  <schwab@suse.de>
10670
10671         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
10672         ?* and ?\;.
10673
10674         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
10675         and ?\' to symbol instead of whitespace.
10676
10677 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10678
10679         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
10680
10681         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
10682         instead of re-search-forward.
10683
10684         * gnus-uu.el (gnus-uu-save-article): Ditto.
10685         (gnus-uu-post-encode-uuencode): Ditto.
10686
10687         * html2text.el (html2text-clean-list-items): Ditto.
10688         (html2text-clean-dtdd): Ditto.
10689         (html2text-format-tags): Ditto.
10690
10691         * message.el (message-send-mail-with-sendmail): Fix regexp.
10692         (message-fill-field-general): Use search-forward instead of
10693         re-search-forward.
10694         (unbold-region): Ditto.
10695
10696         * nnrss.el (nnrss-request-article): Ditto.
10697
10698         * nnslashdot.el (nnslashdot-request-article): Ditto.
10699
10700         * nnweb.el (nnweb-gmane-wash-article): Ditto.
10701
10702         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
10703         "Unrecognized menu descriptor" error in XEmacs.
10704
10705 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
10706
10707         * gnus-sum.el (gnus-read-header): Don't remove a header for the
10708         parent article of a sparse article in the thread hashtb.
10709
10710 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
10711
10712         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
10713         (nnmail-expand-newtext): Lowercase expanded entries if
10714         nnmail-split-lowercase-expanded is non-nil.
10715
10716 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10717
10718         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
10719
10720         * gnus-group.el (gnus-group-line-format-alist): Convert the value
10721         of gnus-tmp-news-method into string under XEmacs.  It will be
10722         passed to gnus-correct-length which takes only a string argument.
10723
10724 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10725
10726         * gnus-util.el (gnus-bind-print-variables): New macro.
10727         (gnus-prin1): Use it.
10728         (gnus-prin1-to-string): Use it.
10729         (gnus-pp): New function.
10730         (gnus-pp-to-string): New function.
10731
10732         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
10733         Replace pp-to-string with gnus-pp-to-string.
10734         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
10735         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
10736         * gnus-msg.el (gnus-debug): Ditto.
10737         * gnus-score.el (gnus-score-save): Ditto.
10738         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
10739         gnus-pp-to-string.
10740         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
10741         with gnus-pp.
10742         * score-mode.el (gnus-score-pretty-print): Ditto.
10743         * webmail.el (webmail-debug): Ditto.
10744
10745 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10746
10747         * gnus-art.el (article-display-face, article-display-x-face):
10748         Use buffer-read-only.
10749
10750 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10751
10752         * gnus-art.el (article-hide-list-identifiers):
10753         Bind inhibit-read-only as t.
10754
10755 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
10756
10757         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
10758
10759 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10760
10761         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
10762         (gnus-narrow-to-page): Don't assume point-min == 1.
10763         (gnus-article-edit-mode): Derive from message-mode.
10764
10765         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
10766         point-min == 1.
10767
10768         * imap.el (imap-parse-address-list, imap-parse-body-ext):
10769         Disable incorrect use of `assert'.
10770
10771         * message.el (message-mode): Set comment-start-skip.
10772
10773
10774 2004-08-22  Sam Steingold  <sds@gnu.org>
10775
10776         * pop3.el (pop3-leave-mail-on-server): New user variable.
10777         (pop3-movemail): Delete mail only when it is nil.
10778
10779 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
10780
10781         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
10782
10783         * mml.el (mml-preview): Use `pop-to-buffer'.
10784
10785         * message.el (message-goto-mail-followup-to): Insert after "To".
10786         (message-carefully-insert-headers): Add comment.
10787
10788         * gnus.el: Remove unused variable `gnus-article-check-size'.
10789
10790         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
10791
10792         * gnus-art.el (gnus-button-alist): Improve
10793         `gnus-button-handle-library' entry.
10794
10795 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
10796
10797         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
10798         downcase, since XEmacs capitalizes error messages differently.
10799
10800 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
10801
10802         * nntp.el: Add (require 'gnus) due to reference to
10803         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
10804
10805 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
10806
10807         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
10808         `mm-fill-flowed'.
10809
10810         * mm-decode.el (mm-dissect-singlepart): Check it.
10811
10812 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
10813
10814         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
10815         'imap' for netrc parsing.
10816
10817 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
10818
10819         * mailcap.el (mailcap-mime-data): Mark as risky.
10820
10821 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10822
10823         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
10824         may be included in the encoded word.
10825         (rfc2047-encode): Don't append a space if the encoded word
10826         includes close parenthesis.
10827
10828 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10829
10830         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
10831         of text within parentheses.
10832
10833 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
10834
10835         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
10836         (gnus-encrypt-write-file-contents): Make the password key the file
10837         name PLUS the cipher, not just the cipher.  Also remove failed
10838         passwords from the cache.
10839
10840 2004-08-06  Simon Josefsson  <jas@extundo.com>
10841
10842         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
10843         fix.
10844
10845 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10846
10847         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
10848         LWSP.
10849
10850 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
10851
10852         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
10853         to append in-reply-to: data to the references: header.
10854
10855         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
10856         (netrc-parse): Use gnus-encrypt.el functions.
10857
10858         * gnus-encrypt.el: Add new file for encryption support; currently
10859         does only a few GPG ciphers and an internal XOR cipher.
10860
10861         * password.el: Add comments on using password-read-and-add.
10862         (password-read-and-add): Add function to read and add the
10863         password to the cache at once.
10864
10865 2004-07-28  Simon Josefsson  <jas@extundo.com>
10866
10867         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
10868         parameter (but don't use it, for now).
10869
10870         * imap.el (imap-ssl-open): Use imap-process-connection-type,
10871         instead of hard coding to nil.
10872
10873 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10874
10875         * mm-view.el (mm-inline-image-emacs): Open lines under an image
10876         as mm-inline-image-xemacs does.
10877
10878 2004-07-26  Simon Josefsson  <jas@extundo.com>
10879
10880         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
10881         Revert part of 2004-07-17 change below.
10882
10883 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10884
10885         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
10886         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10887
10888 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10889
10890         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
10891         quotes that actually start with ">" at the beginning of the
10892         lines.
10893
10894 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10895
10896         * rfc2047.el (rfc2047-encode-region): Fix last change.
10897         (rfc2047-encode-parameter): Remove useless concat.
10898
10899 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10900
10901         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
10902         encode special characters; fix some kind of misconfigured headers;
10903         signal a real error if debug-on-quit or debug-on-error is non-nil.
10904         (rfc2047-encode-max-chars): New variable.
10905         (rfc2047-encode-1): Use it.
10906         (rfc2047-encode-parameter): New function.
10907
10908         * mml.el (mml-insert-parameter): Remove an excessive space.
10909
10910 2004-07-17  Simon Josefsson  <jas@extundo.com>
10911
10912         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
10913         Kai Grossjohann <kai@emptydomain.de>.
10914         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
10915         (gnus-group-make-menu-bar): Ditto.
10916
10917         * gnus-util.el (gnus-group-server): Add.
10918
10919 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
10920
10921         * message.el (message-clone-locals): Clone sendmail and smtp
10922         variables.
10923
10924 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10925
10926         * rfc2047.el (rfc2047-encode-region): Fix last change.
10927
10928 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10929
10930         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
10931         characters as non-special.
10932
10933 2004-07-09  Simon Josefsson  <jas@extundo.com>
10934
10935         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
10936         Users will lose all flag changes made while unplugged with
10937         e.g. nntp unless flag synchronization happens, thus `nil' is not a
10938         good default.  See numerous reports on ding mailing list.
10939
10940 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10941
10942         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
10943         add generate-head-function and generate-article-function to the
10944         rfc822-forward entry.
10945         (nndoc-rfc822-forward-generate-article): New function.
10946         (nndoc-rfc822-forward-generate-head): New function.
10947
10948         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
10949
10950 2004-07-06  Dan Christensen  <jdc@uwo.ca>
10951
10952         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
10953         respect display group parameter and gnus-summary-expunge-below.
10954         (gnus-articles-to-read): Remove unused reference to display group
10955         parameter.
10956
10957 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10958
10959         * nnheader.el (nnheader-uniquify-message-id): New experimental
10960         variable.
10961         (nnheader-nov-read-message-id): Use it.
10962
10963         * spam-report.el (spam-report-gmane): Add interactive.
10964
10965 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10966
10967         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
10968         qp-or-base64 for the application/* types.
10969
10970 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
10971
10972         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
10973
10974 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
10975
10976         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
10977         trim value.
10978
10979 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
10980
10981         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
10982         New macro and function.
10983         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
10984
10985 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10986
10987         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
10988         after-load-alist.
10989
10990 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10991
10992         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
10993         update info that isn't there.
10994
10995 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
10996
10997         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
10998         entry.
10999
11000 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11001
11002         * mm-view.el (mm-inline-render-with-function): Use multibyte
11003         buffer; decode html source by charset.
11004
11005         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
11006
11007         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
11008         Mule-UCS is loaded under XEmacs.
11009         (mm-mime-mule-charset-alist): Avoid duplicated entries.
11010
11011 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
11012
11013         * nnheader.el (nnheader-max-head-length): Increase to 8192.
11014
11015 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11016
11017         * mm-util.el (mm-coding-system-p): Return a coding-system.
11018         (mm-mime-mule-charset-alist): Use shift_jis instead of
11019         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
11020         entries for the mime charsets iso-2022-jp-3 and shift_jis.
11021         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
11022         instead of japanese-shift-jis and iso-latin-1 respectively in
11023         order to share the default value with both Emacs and XEmacs-mule.
11024         (mm-mule-charset-to-mime-charset): Make
11025         mm-coding-system-priorities effective.
11026         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
11027         while predicating of candidates upon the priorities.
11028
11029 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
11030
11031         * gnus-sum.el (gnus-summary-make-menu-bar): Add
11032         gnus-uu-invert-processable.
11033
11034         * gnus.el: Autoload gnus-uu-invert-processable.
11035
11036 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11037
11038         * mm-util.el (mm-with-multibyte-buffer): New macro.
11039
11040         * rfc2047.el (rfc2047-encode-string): Use it.
11041         (rfc2047-encode-region): Move point to the end of the region after
11042         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
11043
11044 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11045
11046         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
11047         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
11048
11049 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11050
11051         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
11052         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
11053         Karl Chen <quarl@nospam.quarl.org>.
11054
11055 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
11056
11057         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
11058         invalid addresses.
11059
11060 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
11061
11062         * spam.el: Change section markers, revise TODO list.
11063         (spam-backends): Make new master list of all installed backends.
11064         (spam-summary-exit-behavior): Add new variable to determine how
11065         messages moves are done at summary exit.
11066         (spam-move-spam-nonspam-groups-only)
11067         (spam-process-ham-in-nonham-groups)
11068         (spam-process-ham-in-spam-groups): Remove variables, the
11069         spam-summary-exit-behavior variable should be used to manage this
11070         behavior.
11071         (spam-old-ham-articles, spam-old-spam-articles): Remove.
11072         (spam-old-articles): Add variable, replacing spam-old-ham-articles
11073         and spam-old-spam-articles.
11074         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
11075         Add empty variables, placeholders for the backends they represent.
11076         (spam-set-difference): Move, unchanged.
11077         (spam-list-of-processors): Declare OBSOLETE, not used anymore
11078         unless the user has a processor variable.
11079         (spam-classifications, spam-classification-valid-p)
11080         (spam-backend-properties, spam-backend-property-valid-p)
11081         (spam-backend-function-type-valid-p)
11082         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
11083         (spam-report-articles-gmane, spam-report-articles-resend):
11084         Remove functions, they are not needed.
11085         (spam-install-backend-super, spam-backend-list)
11086         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
11087         (spam-backend-function, spam-backend-ham-registration-function)
11088         (spam-backend-spam-registration-function)
11089         (spam-backend-ham-unregistration-function)
11090         (spam-backend-spam-unregistration-function)
11091         (spam-backend-statistical-p, spam-backend-mover-p)
11092         (spam-install-backend-alias, spam-install-checkonly-backend)
11093         (spam-install-mover-backend, spam-install-nocheck-backend)
11094         (spam-install-backend, spam-install-statistical-backend)
11095         (spam-install-statistical-checkonly-backend): Add backend installation
11096         support.
11097         (spam-summary-prepare-exit): Rewrite to use the new backend code.
11098         (spam-group-processor-p): Use the new backend code and respect the
11099         summary exit behavior.
11100         (spam-mark-spam-as-expired-and-move-routine): Remove.
11101         (spam-summary-prepare): Change to use the new spam-old-articles
11102         variable.
11103         (spam-copy-or-move-routine, spam-copy-spam-routine)
11104         (spam-move-spam-routine, spam-copy-ham-routine)
11105         (spam-move-ham-routine): Add code to copy/move ham or spam.
11106         (spam-fetch-field-fast): Improve doc and code, plus allow the
11107         'number request.
11108         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
11109         variables.
11110         (spam-split, spam-find-spam): Use the new backend code.
11111         (spam-registration-functions): Remove variable.
11112         (spam-unregister-routine): Add convenience wrapper.
11113         (spam-log-undo-registration, spam-register-routine)
11114         (spam-log-processing-to-registry)
11115         (spam-log-unregistration-needed-p): Rename "check" to "backend"
11116         where possible.
11117         (spam-check-gmane-xref, spam-check-regex-headers)
11118         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
11119         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
11120         (spam-check-bogofilter-headers, spam-check-spamoracle)
11121         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
11122         (spam-check-crm114-headers): Use the spam-split-group that
11123         spam-split prepares, no need to determine it every time.
11124
11125         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
11126         to the nnheader-parse-naked-head call.
11127
11128         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
11129
11130         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
11131         the nnheader-nov-read-message-id call.
11132
11133 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11134
11135         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
11136         gnus-activate-group twice.  Suggested by Markus Peter
11137         <warp@spin.de>.
11138
11139 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11140
11141         * gnus-art.el (gnus-article-time-format): Exchange the order of
11142         day and month in the default value; fix customization type.
11143         (article-date-ut): Use add-text-properties.
11144         (article-make-date-line): Use message-make-date instead of
11145         current-time-string.
11146
11147         * message.el (message-fetch-field): Don't use set-text-properties.
11148         (message-make-date): Simplify.
11149
11150         * messagexmas.el (message-xmas-make-date): New function.
11151         (message-xmas-redefine): Defalias message-make-date to it.
11152
11153 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11154
11155         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
11156         (rfc2047-encode-region): Treat text within parentheses as special;
11157         show the original text when error has occurred.
11158
11159         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
11160         already-computed method to gnus-activate-group.
11161
11162         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
11163         same select-methods identical Lisp objects.
11164
11165         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
11166         object when modifying the info.
11167
11168 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11169
11170         * gnus-srvr.el (gnus-server-set-info): Remove the server from
11171         gnus-opened-servers since it has never been opened with the new
11172         configuration yet.
11173
11174 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11175
11176         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
11177         arg to nnheader-generate-fake-message-id.
11178
11179 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
11180
11181         * nnheader.el (nnheader-generate-fake-message-id): Accept a
11182         number and build a fake message ID localized to a group and
11183         article number (so it's repeatable from that point on).
11184         (nnheader-fake-message-id-p): Change regex to accomodate new fake
11185         ID format.
11186
11187         * gnus-sum.el (gnus-get-newsgroup-headers): Call
11188         nnheader-generate-fake-message-id with the article number.
11189
11190 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
11191
11192         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
11193         end-of-buffer.
11194
11195 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11196
11197         * message.el (message-ignored-supersedes-headers): Add Approved.
11198
11199 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11200
11201         * rfc2047.el (rfc2047-encode-message-header): Remove useless
11202         goto-char.
11203         (rfc2047-encode): Fold the line before encoding.
11204
11205 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11206
11207         * rfc2047.el (rfc2047-encode-message-header): Disabled header
11208         folding -- not all headers can be folded, and this should be done
11209         by the message composition mode.  Probably.  I think.
11210
11211 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11212
11213         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
11214         fast.
11215
11216         * gnus-ems.el (gnus-remove-image): Don't use
11217         message-text-with-property; remove only the image found first.
11218
11219         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
11220         found first.
11221
11222 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
11223
11224         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
11225
11226 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11227
11228         * message.el (message-text-with-property): Make it fast and accept
11229         optional arguments.
11230         (message-strip-forbidden-properties): Use it.
11231         (message-fix-before-sending): Follow the m-t-w-p change.
11232
11233         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
11234
11235 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11236
11237         * gnus-art.el (article-hide-headers): Don't change the buffer
11238         mistakenly when performing mml-preview even if
11239         gnus-single-article-buffer is nil.
11240
11241 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
11242
11243         * message.el (message-expand-name-databases): New user option.
11244         (message-expand-name): Use it.
11245
11246 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
11247
11248         * spam.el (spam-report-articles-resend)
11249         (spam-report-resend-register-routine): Allow ham reporting.
11250         (spam-report-resend-register-ham-routine): Add wrapper.
11251         (spam-registration-functions): Add ham resending functions.
11252         (spam-list-of-processors): Add ham resend processor.
11253
11254         * gnus.el (ham-resend-to): Add new group parameter.
11255         (spam-process): Add ham resend option.
11256
11257         * spam-report.el (spam-report-resend): Allow reporting ham.
11258         (spam-report-resend-ham): Add wrapper.
11259
11260 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11261
11262         * message.el (message-cite-articles-with-x-no-archive): New
11263         variable.
11264         (message-cite-original): Use it.
11265
11266 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11267
11268         * message.el (message-cite-original): Respect X-No-Archive.
11269
11270 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11271
11272         * gnus-art.el (article-hide-headers): Refer to the values for
11273         gnus-ignored-headers and gnus-visible-headers in the summary
11274         buffer since a user may have set them as group parameters.
11275
11276 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
11277
11278         * assistant.el (assistant-node-name): Add convenience function.
11279         (assistant-render-text, assistant-render-node): Add error handling,
11280         plus handle multiple next nodes.
11281         (assistant-find-next-node): Comment out for now.
11282         (assistant-find-next-nodes): Add function, returns list of next
11283         nodes.
11284
11285 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
11286
11287         * mail-source.el (mail-source-directory): Fix doc-string.
11288
11289 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
11290
11291         * assistant.el (assistant-render-text, assistant-eval): Add :set
11292         widget type, which is different because it takes and returns a
11293         list.  Much hilarity ensues.
11294
11295 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
11296
11297         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
11298
11299         * gnus-group.el (gnus-group-get-new-news-this-group): Added
11300         doc-string.
11301
11302         * gnus-start.el (gnus-activate-group): Added doc-string.
11303
11304 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11305
11306         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
11307
11308 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
11309
11310         * assistant.el (assistant-render-text): Try to add a :set
11311         widget, more to come.
11312
11313         * spam.el (spam-group-spam-contents-p): Handle empty groupname
11314         strings.
11315         (spam-report-articles-resend)
11316         (spam-register-routine): Do registration iff any articles warrant
11317         it.
11318         (spam-summary-prepare-exit): Change log message for nil group
11319         destinations.
11320
11321 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
11322
11323         * spam.el (spam-report-resend-register-routine): Allow
11324         spam-report-resend-to to be a group parameter or a global value.
11325
11326 2004-05-26  Simon Josefsson  <jas@extundo.com>
11327
11328         * starttls.el: Merge with my GNUTLS based starttls.el.
11329         (starttls-gnutls-program, starttls-use-gnutls)
11330         (starttls-extra-arguments, starttls-process-connection-type)
11331         (starttls-connect, starttls-failure, starttls-success): New
11332         variables.
11333         (starttls-program, starttls-extra-args): Doc fix.
11334         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
11335         functions.
11336         (starttls-negotiate, starttls-open-stream): Check
11337         `starttls-use-gnutls' and pass on to corresponding *-gnutls
11338         function if it is set.
11339
11340 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11341
11342         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
11343         structured fields.
11344
11345 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11346
11347         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
11348
11349 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
11350
11351         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
11352         variable.
11353         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
11354         assigning the spam-mark to new messages.
11355
11356 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
11357
11358         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
11359
11360 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11361
11362         * dgnushack.el: Autoload customize-set-variable for XEmacs.
11363
11364         * rfc2047.el (rfc2047-encodable-p): Don't move point.
11365         (rfc2047-decode): Treat the ascii coding-system as raw-text by
11366         default.
11367
11368 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
11369
11370         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
11371         correct data.
11372
11373 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
11374
11375         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
11376         (spam-group-processor-p): Fix function.
11377         (spam-group-processor-multiple-p)
11378         (spam-group-spam-processor-report-gmane-p)
11379         (spam-group-spam-processor-report-resend-p)
11380         (spam-group-spam-processor-bogofilter-p)
11381         (spam-group-spam-processor-blacklist-p)
11382         (spam-group-spam-processor-ifile-p)
11383         (spam-group-ham-processor-ifile-p)
11384         (spam-group-spam-processor-spamoracle-p)
11385         (spam-group-spam-processor-crm114-p)
11386         (spam-group-ham-processor-bogofilter-p)
11387         (spam-group-spam-processor-stat-p)
11388         (spam-group-ham-processor-stat-p)
11389         (spam-group-ham-processor-whitelist-p)
11390         (spam-group-ham-processor-BBDB-p)
11391         (spam-group-ham-processor-spamoracle-p)
11392         (spam-group-ham-processor-copy-p): Remove functions with some
11393         prejudice against unneeded code.
11394         (spam-report-articles-resend)
11395         (spam-report-resend-register-routine): Allow the group/topic
11396         spam-resend-to value to override spam-report-resend-to.
11397         (spam-summary-prepare-exit): Invoke spam-group-processor-p
11398         properly now.
11399
11400         * gnus.el (spam-resend-to): Add group/topic parameter.
11401         (spam-process): Move the OBSOLETE processors to the end of the
11402         choices.
11403
11404 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
11405
11406         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
11407         with resend-to set to nil, and then ask the user if necessary.
11408         (spam-report-resend): spam-report-resend takes a list of articles, not
11409         separate article numbers.
11410
11411 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11412
11413         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
11414         addition to emacs-w3m.
11415
11416 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11417
11418         * assistant.el (assistant-authinfo-data): New function.
11419         (assistant-eval): Eval for entire assistant.
11420
11421         * netrc.el (netrc-services-file): New variable.
11422         (netrc-parse-services): New function.
11423         (netrc-find-service-name): New function.
11424         (netrc-find-service-number): New function.
11425         (netrc-port-equal): New function.
11426         (netrc-machine): Use it.
11427
11428         * nnimap.el (nnimap-open-connection): Use netrc.
11429
11430         * gnus-util.el (gnus-netrc-get): Remove aliases.
11431
11432         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
11433
11434         * assistant.el (wid-edit): Fix compilation.
11435
11436         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
11437
11438 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
11439
11440         * gnus-util.el (gnus-set-file-modes): New function.  (small
11441         patch).
11442
11443 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11444
11445         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
11446
11447         * assistant.el (assistant-render-node): Fix up rendering and
11448         read-only text.
11449         (assistant-render-node): Reset.
11450         (assistant-make-read-only): Not sticky.
11451
11452 2004-05-20  Danny Siu  <dsiu@adobe.com>
11453
11454         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
11455         centered even when gnus-auto-center-summary is t
11456
11457 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11458
11459         * dns.el (dns-get-txt-answer): New function.
11460         (dns-read-txt): Ditto.
11461         (query-dns): Use it.
11462
11463 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11464
11465         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
11466         active for foreign groups even if the group level is higher than
11467         the specified value.
11468
11469 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11470
11471         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
11472         non-active groups.
11473
11474         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
11475
11476 2004-05-20  Magnus Henoch  <mange@freemail.hu>
11477
11478         * dns.el (dns-read-type): Add support for SVR.  (small patch)
11479
11480 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
11481
11482         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
11483         (spam-crm114-header, spam-crm114-spam-switch)
11484         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
11485         (spam-crm114-positive-spam-header)
11486         (spam-crm114-database-directory, spam-list-of-processors)
11487         (spam-group-spam-processor-crm114-p)
11488         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
11489         (spam-generic-score, spam-list-of-checks)
11490         (spam-list-of-statistical-checks, spam-registration-functions)
11491         (spam-check-crm114-headers, spam-crm114-score)
11492         (spam-check-crm114, spam-crm114-register-with-crm114)
11493         (spam-crm114-register-spam-routine)
11494         (spam-crm114-unregister-spam-routine)
11495         (spam-crm114-register-ham-routine)
11496         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
11497         asjo@koldfront.dk (Adam Sjøgren).
11498
11499         * gnus.el: Add spam-use-crm114.
11500
11501         * spam.el (spam-list-of-processors, spam-registration-functions):
11502         Add spam-use-resend.
11503         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
11504         (spam-report-articles-gmane): Add doc fix.
11505         (spam-report-articles-resend, spam-report-resend-register-routine):
11506         Add wrappers around spam-report-resend-to.
11507
11508         * spam-report.el (spam-report-resend-to, spam-report-resend):
11509         Add support for resending spam.
11510         (spam-report-gmane): Fix line length >80.
11511
11512         * gnus.el (spam-process): Add spam-use-resend.
11513
11514 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11515
11516         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
11517         number of processed spam messages.
11518         (spam-ham-copy-or-move-routine): Return the number of processed
11519         ham messages.
11520         (spam-summary-prepare-exit): Use the above values to decide
11521         whether status messages shouled be displayed.
11522
11523 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11524
11525         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
11526         `rfc2047-encoding-function-alist' in order to avoid conflicting
11527         with the old version.
11528         (rfc2047-encode-region): Concatenate words containing non-ASCII
11529         characters in structured fields; don't encode space-delimited
11530         ASCII words even in unstructured fields; don't break words at
11531         char-category boundaries.
11532         (rfc2047-encode-1): New function.
11533         (rfc2047-encode): Use it; encode text so that it occupies the
11534         maximum width within 76-column; work correctly on Q encoding for
11535         iso-2022-* charsets.
11536         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
11537         sure not to break a line just after the header name.
11538         (rfc2047-b-encode-region): Removed.
11539         (rfc2047-b-encode-string): New function.
11540         (rfc2047-q-encode-region): Removed.
11541         (rfc2047-q-encode-string): New function.
11542
11543         * mm-util.el (mm-replace-in-string): New function.
11544
11545 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11546
11547         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
11548         get it right.
11549         (gnus-inews-make-draft): Really.
11550
11551 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
11552
11553         * nnmh.el (nnmh-request-list-1): Don't check the link count
11554         before descending.  (small patch)
11555
11556 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11557
11558         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
11559         stuff.
11560
11561         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
11562         on real group name.
11563
11564         * gnus-art.el (gnus-signature-limit): Doc fix.
11565
11566         * gnus-msg.el (gnus-inews-make-draft): Quote list.
11567
11568         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
11569
11570 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
11571
11572         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
11573         isn't a string.
11574
11575 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11576
11577         * gnus-draft.el (gnus-draft-send): Bind
11578         rfc2047-encode-encoded-words.
11579
11580         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
11581         (rfc2047-encodable-p): Say that =? needs encoding.
11582         (rfc2047-encode-encoded-words): New variable.
11583
11584         * gnus-group.el (gnus-group-select-group): Doc fix.
11585
11586         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
11587
11588         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
11589         to nil.
11590
11591         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
11592
11593         * nnheader.el (nnheader-get-lines-and-char): New function.
11594
11595 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
11596
11597         * gnus-msg.el (gnus-summary-followup-with-original): Document
11598         yanking of region when active.
11599
11600 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11601
11602         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
11603         groups if the group level is higher than the specified value.
11604
11605 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11606
11607         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
11608         (gnus-group-jump-to-group): Added prefix argument using
11609         `gnus-group-jump-to-group-prompt'.  Query before jumping to
11610         non-active group.
11611
11612         * compface.el (uncompface): Be verbose when changing
11613         `uncompface-use-external'.
11614
11615         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
11616         handle manual section.
11617
11618 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11619
11620         * gnus-art.el (gnus-button-alist): Revert previous change.
11621
11622 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11623
11624         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
11625
11626 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11627
11628         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
11629         whether backend can accept message.
11630
11631         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
11632
11633 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
11634
11635         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
11636         Avoid creating directory when nntp-marks-is-evil is true.
11637         Reported by Reiner Steib.
11638
11639 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11640
11641         * gnus-picon.el (gnus-picon-style): New variable.
11642         (gnus-picon-insert-glyph): Added optional `nostring' argument.
11643         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
11644         Jesper Harder <harder@ifa.au.dk>.
11645
11646 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11647
11648         * message.el (message-fill-field): Return point.
11649         (message-generate-headers): Go to end of field.
11650
11651         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
11652         stuff for non-living groups.
11653
11654 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
11655
11656         * gnus-art.el (gnus-article-followup-with-original)
11657         (gnus-article-reply-with-original): gnus-mark-active-p ->
11658         gnus-region-active-p.
11659
11660 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
11661
11662         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
11663         only when there is spam or ham to be processed.
11664
11665 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11666
11667         * mail-source.el (mail-source-delete-crash-box): Refactor.
11668         (mail-source-fetch): Use it.
11669         (mail-source-fetch-file): Ditto.
11670         (mail-source-fetch-directory): Run postscript in loop.
11671         (mail-source-fetch-pop): Delete.
11672         (mail-source-fetch-maildir): Ditto.
11673         (mail-source-fetch-imap): Ditto.
11674
11675         * imap.el (imap-authenticators): Comment out sasl.
11676
11677         * message.el (message-skip-to-next-address): New function.
11678         (message-fill-header-address): Refactor.
11679         (message-fill-address): Use it.
11680         (message-delete-address): Use it.
11681         (message-fill-header-general): Refactor.
11682         (message-fill-field-address): Rename.
11683         (message-narrow-to-field): Find the start of the header.
11684         (message-header-format-alist): Don't pre-fill.
11685         (message-fill-header): Removed.
11686         (message-insert-header): New function.
11687         (message-shorten-references): Use it.
11688
11689         * rfc2047.el (rfc2047-field-value): Strip props.
11690
11691         * mail-parse.el (mail-header-make-address): New alias.
11692
11693         * ietf-drums.el (ietf-drums-make-address): New function.
11694
11695         * imap.el: Add compiler directives.
11696
11697         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
11698
11699         * gnus-art.el (article-decode-idna-rhs): Don't use
11700         message-idna-inside-rhs-p.
11701
11702 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11703
11704         * message.el (message-idna-inside-rhs-p): Removed.
11705         (message-idna-to-ascii-rhs-1): Use proper address parsing.
11706
11707         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
11708         false positives.
11709
11710 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
11711
11712         * imap.el (imap-sasl-make-mechanisms): Use sasl.
11713
11714 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11715
11716         * nneething.el (nneething-file-name): Don't create spurious
11717         files.
11718
11719         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
11720         (gnus-inews-do-gcc): Remove sleep.
11721
11722         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
11723         part under point.
11724
11725         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
11726         (gnus-agent-regenerate-group): Using nil messages aren't valid.
11727
11728 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
11729
11730         * spam.el (spam-summary-prepare-exit): Fixed (length).
11731
11732 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
11733
11734         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
11735         as expired without moving it" message when there are spam
11736         messages left.
11737
11738 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
11739
11740         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
11741         header is not nil.
11742
11743 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
11744
11745         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
11746         nntp-possibly-create-directory, not nntp-possibly-change-group.
11747         (nntp-marks-changed-p): New arg SERVER.
11748         (nntp-request-update-info): Adjust caller.
11749
11750 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
11751
11752         * nntp.el (nntp-save-marks): Pass missing arg.
11753
11754 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
11755
11756         * nntp.el: Support marks.
11757         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
11758         (nntp-marks-modtime, nntp-marks-directory): New variables.
11759         (nntp-request-set-mark, nntp-request-update-info)
11760         (nntp-possibly-create-directory, nntp-marks-changed-p)
11761         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
11762         functions.
11763
11764 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
11765
11766         * gnus-xmas.el (gnus-xmas-select-lowest-window)
11767         (gnus-xmas-redefine): Rename.
11768
11769         * gnus-score.el (gnus-score-insert-help): Use
11770         gnus-select-lowest-window.
11771
11772         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
11773         appt-select-lowest-window and rename to gnus-select-lowest-window.
11774
11775         * gnus.el: do.
11776
11777 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11778
11779         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
11780         encodings of MIME-encoded words, in order to improve
11781         interoperability with several broken MUAs.
11782
11783 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11784
11785         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
11786         tags, only when charsets are not specified in headers.
11787         (mm-inline-text-html-render-with-w3m): Ditto.
11788
11789         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
11790         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
11791
11792 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11793
11794         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
11795         instead of MIME-decoded from fields when checking
11796         `gnus-article-address-banner-alist'.
11797
11798 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
11799
11800         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
11801         description rather than subject.
11802
11803 2004-05-02  Steve Youngs  <steve@youngs.au.com>
11804
11805         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
11806
11807 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11808
11809         * gnus.el (gnus-version-number): Bump.
11810
11811 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11812
11813         * gnus.el: No Gnus v0.2 is released.
11814
11815 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11816
11817         * gnus-agent.el (gnus-agent-read-agentview): Inline
11818         gnus-uncompress-range.
11819
11820 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11821
11822         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
11823         `exec-installed-p'.
11824
11825 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11826
11827         * gnus.el (spam-process, spam-autodetect-methods): Add
11828         bsfilter and bsfilter-headers.
11829
11830         * spam.el (spam-bsfilter): New customize group.
11831         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
11832         (spam-bsfilter-header, spam-bsfilter-probability-header)
11833         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
11834         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
11835         (spam-bsfilter-database-directory): New options.
11836         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
11837         (spam-list-of-statistical-checks, spam-registration-functions):
11838         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
11839         (spam-bsfilter-score): New command.
11840         (spam-check-bsfilter-headers, spam-check-bsfilter)
11841         (spam-bsfilter-register-with-bsfilter)
11842         (spam-bsfilter-register-spam-routine)
11843         (spam-bsfilter-unregister-spam-routine)
11844         (spam-bsfilter-register-ham-routine)
11845         (spam-bsfilter-unregister-ham-routine): New functions.
11846         (spam-generic-score): Support bsfilter; Accept an optional argument
11847         to recalcurate spam score even if scoring header has already been
11848         added.
11849         (spam-bogofilter-score, spam-spamassassin-score): Accept an
11850         optional argument to recalcurate spam score even if scoring header
11851         has already been added.
11852
11853 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
11854
11855         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
11856         strings!  Reported by David D. Smith <davidsmith@acm.org>.
11857         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
11858         link is missing.
11859
11860 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
11861
11862         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
11863         (html2text-get-attr): Rewrite.
11864
11865         * message.el (message-setup-1): Remove redundant put-text-property
11866         on mail-header-separator.
11867
11868 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
11869
11870         * gnus-registry.el (gnus-registry-cache-whitespace)
11871         (gnus-registry-action, gnus-registry-spool-action)
11872         (gnus-registry-split-fancy-with-parent): Change message levels
11873         from 5 to 3 or 7, as needed.
11874
11875         * spam.el (spam-summary-prepare-exit)
11876         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
11877         (spam-split, spam-find-spam, spam-log-undo-registration)
11878         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
11879         level from 5 to 6.
11880
11881 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11882
11883         * gnus-ems.el: Autoload appt-select-lowest-window (revert
11884         2004-03-04 change).
11885
11886 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
11887
11888         * sieve-manage.el (sieve-manage-open):
11889         * nnweb.el (nnweb-insert-html):
11890         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
11891         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
11892         * nnspool.el (nnspool-request-group):
11893         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
11894         * nnml.el (nnml-request-update-info):
11895         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
11896         (nnmh-request-create-group, nnmh-update-gnus-unreads):
11897         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
11898         (nnimap-request-set-mark):
11899         * nnfolder.el (nnfolder-request-update-info):
11900         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
11901         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
11902         * gnus-uu.el (gnus-uu-find-articles-matching):
11903         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
11904         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
11905         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
11906         * gnus-nocem.el (gnus-nocem-scan-groups):
11907         * gnus-int.el (gnus-start-news-server):
11908         * gnus-group.el (gnus-group-make-kiboze-group)
11909         (gnus-group-browse-foreign-server):
11910         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
11911         Use mapc when appropriate.
11912
11913 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
11914
11915         FIXME: Make separate entries for each person.
11916
11917         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
11918         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
11919         <shields@msrl.com>:
11920
11921         * spam.el (spam-necessary-extra-headers): Get the extra headers we
11922         may need for spam sorting and scoring.
11923         (spam-user-format-function-S): Add user format function suitable for
11924         general use.
11925         (spam-article-sort-by-spam-status): Add sorting function for summary
11926         sorting.
11927         (spam-extra-header-to-number): Add function to get a score from a
11928         header.
11929         (spam-summary-score): Add function to  get a numeric score from the
11930         headers.
11931         (spam-generic-score): Fix function doc, was in wrong place.
11932         (spam-initialize): Take symbols when it's run, and install the
11933         extra headers that spam-necessary-extra-headers thinks we need.
11934
11935 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
11936
11937         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
11938         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
11939
11940 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
11941
11942         * gnus-sum.el (gnus-set-global-variables)
11943         (gnus-build-all-threads, gnus-get-newsgroup-headers)
11944         (gnus-article-get-xrefs, gnus-summary-best-group)
11945         (gnus-summary-next-article, gnus-summary-enter-digest-group)
11946         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
11947         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
11948         Use with-current-buffer.
11949
11950 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
11951
11952         * spam.el (spam-summary-prepare-exit): Simplify logic.
11953         (spam-fetch-article-header): Read the article header if it's not
11954         available.
11955         (spam-list-articles): Simplify logic.
11956         (spam-filelist-register-routine): Fix bug with unregister-list.
11957
11958         * gnus-registry.el: Fix comments at beginning.
11959
11960 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
11961
11962         * message.el (message-cater-to-broken-inn): Remove.
11963         (message-shorten-references): Make sure the total folded length of
11964         References is shorter than 998 characters to cater to a bug in INN
11965         2.3.  Also, don't pretend that references aren't folded -- this
11966         hasn't worked for a while.
11967
11968 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11969
11970         * gnus-agent.el (gnus-agentize):
11971         gnus-agent-send-mail-real-function no longer set to current value
11972         of message-send-mail-function but rather a lambda that calls
11973         message-send-mail-function.  The change makes the agent real-time
11974         responsive to user changes to message-send-mail-function.
11975
11976 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11977
11978         * legacy-gnus-agent.el
11979         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
11980         help from Florian Weimer <fw@deneb.enyo.de>
11981
11982 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11983
11984         * nnmail.el (nnmail-cache-insert): Revert last change.
11985
11986 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11987
11988         * nnmail.el (nnmail-cache-insert): Always check whether
11989         nnmail-cache-ignore-groups matches a group name.
11990
11991 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
11992
11993         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
11994         (spam-find-spam, spam-log-processing-to-registry)
11995         (spam-log-registered-p, spam-log-unregistration-needed-p)
11996         (spam-log-undo-registration): Use gnus-message instead of
11997         gnus-error, none of these errors are fatal.
11998
11999         * gnus-registry.el (gnus-registry-clean-empty-function)
12000         (gnus-registry-clean-empty): Remove only empty entries without
12001         extra data.
12002
12003 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
12004
12005         * spam-stat.el (spam-stat-buffer-change-to-spam)
12006         (spam-stat-buffer-change-to-non-spam): Change (error) to
12007         (gnus-message 8) invocation.
12008
12009 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12010
12011         * nntp.el (nntp-via-netcat-command): New variable.
12012         (nntp-via-netcat-switches): New variable.
12013         (nntp-open-via-rlogin-and-netcat): New function.
12014         (nntp-open-connection-function): Doc fix.
12015         (nntp-telnet-command): Doc fix.
12016         (nntp-end-of-line): Doc fix.
12017         (nntp-via-rlogin-command): Doc fix.
12018         (nntp-via-user-name): Doc fix.
12019         (nntp-via-address): Doc fix.
12020
12021 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12022
12023         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
12024         error in Emacs 21.1.
12025
12026 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
12027
12028         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
12029
12030 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12031         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
12032         (gnus-agent-with-refreshed-group): New macro.
12033         (gnus-agent-rename-group): New function.
12034         (gnus-agent-delete-group): New function.
12035         (gnus-agent-save-group-info): Use gnus-command-method when
12036         `method' parameter is nil.  Don't write nil entries into the
12037         active file.
12038         (gnus-agent-get-group-info): New function.
12039         (gnus-agent-fetch-articles): Use
12040         gnus-agent-update-files-total-fetched-for to increment disk space
12041         used.
12042         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
12043         gnus-agent-update-view-total-fetched-for to increment disk space
12044         used.
12045         (gnus-agent-get-local): Added optional parameters to avoid calling
12046         gnus-group-real-name and gnus-find-method-for-group.
12047         (gnus-agent-set-local): Delete stored entry if either min, or max,
12048         are nil.
12049         (gnus-agent-fetch-session): Reworded error/quit messages.  On
12050         quit, use gnus-agent-regenerate-group to record existance of any
12051         articles fetched to disk before the quit occurred.
12052         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
12053         gnus-agent-update-view-total-fetched-for, and
12054         gnus-agent-update-files-total-fetched-for to decrement disk space
12055         used.
12056         (gnus-agent-retrieve-headers): Use
12057         gnus-agent-update-view-total-fetched-for to increment disk space
12058         used.
12059         (gnus-agent-regenerate-group): Replace gnus-group-update-group
12060         with gnus-agent-update-files-total-fetched-for to decrement disk
12061         space and fresh group buffer.
12062         (gnus-agent-inhibit-update-total-fetched-for): New variable.
12063         (gnus-agent-need-update-total-fetched-for): New variable.
12064         (gnus-agent-update-files-total-fetched-for): New function.
12065         (gnus-agent-update-view-total-fetched-for): New function.
12066         (gnus-agent-total-fetched-for): New function.
12067
12068         * gnus-cache.el (gnus-cache-save-buffers): Use
12069         gnus-cache-update-overview-total-fetched-for to change disk space
12070         used by this group.
12071         (gnus-cache-possibly-enter-article): Use
12072         gnus-cache-update-file-total-fetched-for to increment disk space
12073         used by this group.
12074         (gnus-cache-possibly-remove-article): Use
12075         gnus-cache-update-file-total-fetched-for to decrement disk space
12076         used by this group.
12077         (gnus-cache-generate-nov-databases): Purge total fetched cache.
12078         (gnus-cache-rename-group): New function.
12079         (gnus-cache-delete-group): New function.
12080         (gnus-cache-inhibit-update-total-fetched-for): New variable.
12081         (gnus-cache-need-update-total-fetched-for): New variable.
12082         (gnus-cache-with-refreshed-group): New macro.
12083         (gnus-cache-update-file-total-fetched-for): New function.
12084         (gnus-cache-update-overview-total-fetched-for): New function.
12085         (gnus-cache-rename-group-total-fetched-for): New function.
12086         (gnus-cache-delete-group-total-fetched-for): New function.
12087         (gnus-cache-total-fetched-for): New function.
12088
12089         * gnus-group.el: Require gnus-sum and autoload functions to
12090         resolve warnings when gnus-group.el compiled alone.
12091         (gnus-group-line-format): Documented new %F
12092         (size of Fetched data) group line format; identifies disk space
12093         used by agent and cache.
12094         (gnus-group-line-format-alist): Defined new F format.
12095         (gnus-total-fetched-for): New function.
12096         (gnus-group-delete-group): No longer update
12097         gnus-cache-active-altered as gnus-request-delete-group now keeps
12098         the cache in sync.
12099         (gnus-group-list-active): Let the agent store a server's active
12100         list if currently plugged.
12101
12102         * gnus-int.el (gnus-request-delete-group):
12103         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
12104         local disk in sync with the server.
12105         (gnus-request-rename-group):
12106         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
12107         local disk in sync with the server.
12108
12109         * gnus-start.el (gnus-get-unread-articles):
12110         Cosmetic simplification to logic.
12111
12112         * gnus-util.el (gnus-rename-file): New function.
12113
12114 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
12115
12116         * mm-util.el (mm-image-load-path): Handle nil in load-path.
12117
12118 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
12119
12120         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
12121         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
12122
12123 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
12124
12125         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
12126         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
12127
12128 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
12129
12130         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
12131
12132 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
12133
12134         * spam.el (spam-set-difference): Add function to replace
12135         gnus-set-difference in spam.el.
12136         (spam-summary-prepare-exit): Use spam-set-difference.
12137
12138 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
12139
12140         * gnus-registry.el (gnus-registry-cache-file): Update to use
12141         gnus-dribble-directory OR gnus-home-directory OR ~.
12142         (gnus-registry-split-fancy-with-parent): Fix doc.
12143
12144 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12145
12146         * message.el (message-exchange-point-and-mark): Use
12147         message-mark-active-p.  Suggested by Jesper Harder
12148         <harder@ifa.au.dk>.
12149
12150 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12151
12152         * message.el (message-exchange-point-and-mark): Don't activate
12153         region if it was inactive.  Suggested by Hiroshi Fujishima
12154         <pooh@nature.tsukuba.ac.jp>.
12155
12156 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12157
12158         * gnus-art.el (article-display-face): Display Faces in the same
12159         order as X-Faces.
12160
12161 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12162
12163         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
12164
12165 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12166
12167         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
12168         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
12169         (gnus-article-mime-hierarchy): Remove.
12170         (gnus-article-mime-hierarchy-next): Remove.
12171         (gnus-article-mode): Revert 2004-03-19 change.
12172         (gnus-article-setup-buffer): Revert 2004-03-19 change.
12173         (gnus-insert-mime-button): Revert 2004-03-19 change.
12174         (gnus-mime-accumulate-hierarchy): Remove.
12175         (gnus-mime-enter-multipart): Remove.
12176         (gnus-mime-leave-multipart): Remove.
12177         (gnus-mime-display-part): Revert 2004-03-19 change.
12178         (gnus-mime-display-alternative): Revert 2004-03-19 change.
12179
12180         * mml.el (mml-preview): Revert 2004-03-19 change.
12181
12182 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
12183
12184         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
12185
12186 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12187
12188         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
12189         t while entering a file name using the mm-with-multibyte macro.
12190         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12191
12192         * mm-util.el (mm-with-multibyte): New macro.
12193
12194 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12195
12196         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
12197         user option.
12198         (gnus-mime-multipart-functions): Doc and customization fix.
12199         (gnus-article-mime-hierarchy): New variable.
12200         (gnus-article-mime-hierarchy-next): New variable.
12201         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
12202         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
12203         gnus-article-mime-hierarchy-next to nil.
12204         (gnus-insert-mime-button): Show hierarchy numbers.
12205         (gnus-mime-accumulate-hierarchy): New function.
12206         (gnus-mime-enter-multipart): New function.
12207         (gnus-mime-leave-multipart): New function.
12208         (gnus-mime-display-part): Recompute hierarchical MIME structure.
12209         (gnus-mime-display-alternative): Show hierarchy numbers.
12210
12211         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
12212         gnus-article-mime-hierarchy-next to nil.
12213
12214 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
12215
12216         * dns.el: Don't require gnus-xmas.
12217
12218 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
12219
12220         * mml.el (mml-generate-mime-1): Don't use format=flowed with
12221         inline PGP.
12222         (mml-menu): Disable mml-quote-region if mark is inactive.
12223
12224 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12225
12226         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
12227         when the group's active is not available.
12228
12229 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12230
12231         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
12232         error.
12233
12234 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
12235
12236         * imap.el (imap-store-password): New variable.
12237         (imap-interactive-login): Use it.
12238         Suggested by Mark Plaksin <happy@mcplaksin.org>.
12239
12240 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12241
12242         * gnus-art.el (gnus-article-read-summary-keys): Restore new
12243         window-start and hscroll to summary window.
12244
12245 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12246
12247         * gnus-start.el (gnus-convert-old-newsrc): Only write the
12248         conversion message to newsrc-dribble when an actual conversion is
12249         performed.
12250
12251 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
12252
12253         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
12254
12255 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12256
12257         * mm-decode.el (mm-complicated-handles): New function reviving
12258         former definition of mm-multiple-handles.
12259
12260         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
12261         (gnus-mime-delete-part): Use it.
12262
12263 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12264
12265         * gnus-agent.el (gnus-agent-read-local): Bind
12266         nnheader-file-coding-system to gnus-agent-file-coding-system to
12267         avoid the implicit assumption that they will always be equal.
12268         (gnus-agent-save-local): Bind buffer-file-coding-system, not
12269         coding-system-for-write, as the with-temp-file macro first prints
12270         to a buffer then saves the buffer.
12271
12272 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12273
12274         * gnus-art.el (gnus-article-edit-part): New function.
12275         (gnus-mime-save-part-and-strip): Use it; do query instead of
12276         signaling an error; don't use mm-multiple-handles.
12277         (gnus-mime-delete-part): Ditto.
12278
12279 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12280
12281         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
12282         old file versions.
12283         (gnus-group-prepare-hook): Removed function that converted list
12284         form of gnus-agent-expire-days to group properties.
12285
12286         * gnus-int.el: Autoload gnus-agent-regenerate-group.
12287         (gnus-request-accept-article): Re-indented.
12288
12289         * gnus-start.el (gnus-convert-old-newsrc): Registered new
12290         converters to handle old agent file formats.  Added logic for a
12291         "backup before upgrading warning".
12292         (gnus-convert-mark-converter-prompt): Developers can mark
12293         functions as needing (default), or not needing,
12294         gnus-convert-old-newsrc's "backup before upgrading warning".
12295         (gnus-convert-converter-needs-prompt): Tests whether the user
12296         should be protected from potentially irreversable changes by the
12297         function.
12298
12299         * legacy-gnus-agent.el: New.  Provides converters that are only
12300         loaded when gnus-convert-old-newsrc needs to call them.
12301
12302 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12303
12304         * mail-source.el (mail-source-touch-pop): Doc fix.
12305
12306         * message.el (message-smtpmail-send-it): Doc fix.
12307
12308 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
12309
12310         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
12311
12312         * nnmail.el (nnmail-split-fancy): do.
12313
12314         * gnus-kill.el (gnus-kill, gnus-execute): do.
12315
12316 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
12317
12318         * gnus-sum.el (gnus-widget-reversible-match)
12319         (gnus-widget-reversible-to-internal)
12320         (gnus-widget-reversible-to-external): New functions.
12321         (gnus-widget-reversible): New widget.
12322         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
12323
12324 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
12325
12326         * gnus-sum.el (gnus-thread-sort-functions)
12327         (gnus-article-sort-functions): Document `(not F)' items.
12328
12329 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
12330
12331         * spam.el (spam-use-gmane-xref): Add new backend.
12332         (spam-gmane-xref-spam-group): Add variable to control the name of the
12333         Gmane spam group.
12334         (spam-blackhole-servers, spam-blackhole-good-server-regex)
12335         (spam-regex-headers-spam, spam-regex-headers-ham)
12336         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
12337         (spam-list-of-checks): Add spam-use-gmane-xref to list of
12338         backends and checks.
12339         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
12340
12341         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
12342         an autodetect method.
12343
12344 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12345
12346         * gnus-int.el (gnus-request-accept-article): Inform the agent that
12347         articles are being added to a group.
12348         (gnus-request-replace-article): Inform the agent that articles
12349         need to be uncached as the cached contents are no longer valid.
12350
12351 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12352
12353         * binhex.el: Don't autoload executable-find.
12354
12355         * canlock.el: Don't autoload mail-fetch-field.
12356
12357         * dgnushack.el: Autoload c-mode for XEmacs.
12358
12359         * gnus-ems.el: Don't autoload appt-select-lowest-window.
12360
12361         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
12362         rmail-dont-reply-to and rmail-output.
12363
12364         * gnus-score.el: Don't autoload ffap-string-at-point.
12365
12366         * gnus-setup.el: Don't autoload sc-cite-original.
12367
12368         * imap.el: Don't autoload base64-decode-string,
12369         base64-encode-string and md5.
12370
12371         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
12372         and rmail-msg-restore-non-pruned-header.
12373
12374         * mm-decode.el: Don't autoload executable-find.
12375
12376         * mm-url.el: Don't autoload executable-find.
12377
12378         * mm-view.el: Don't autoload diff-mode.
12379
12380         * nndb.el: Don't autoload news-reply-mode, news-setup,
12381         cancel-timer and telnet.
12382
12383         * password.el: Don't autoload run-at-time for Emacs.
12384
12385         * sha1-el.el: Don't autoload executable-find.
12386
12387         * sieve-mode.el: Don't autoload c-mode.
12388
12389         * uudecode.el: Don't autoload executable-find.
12390
12391 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12392
12393         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
12394         (gnus-agent-possibly-alter-active): Avoid null in numeric
12395         comparison.
12396         (gnus-agent-set-local): Refuse to save null in local object table.
12397         (gnus-agent-regenerate-group): The REREAD parameter can now be a
12398         list of articles that will be marked as unread.
12399
12400 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12401
12402         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
12403
12404 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
12405
12406         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
12407         language tags.
12408
12409 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
12410
12411         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
12412         Don't bind "obarray".
12413
12414         * gnus-sum.el (gnus-thread-sort-functions): Added
12415         `gnus-thread-sort-by-most-recent-number' and
12416         `gnus-thread-sort-by-most-recent-date'.
12417         Reported by Kai Grossjohann <kai@emptydomain.de>.
12418
12419 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12420
12421         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
12422
12423 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12424
12425         * gnus-cus.el (gnus-agent-customize-category): Removed
12426         ignore-errors macro reference that required cl to be loaded at
12427         run-time.
12428
12429         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
12430         single-interval range of the form (min . max).  Previously the
12431         range had to look like ((min . max)).  Likewise, return
12432         (min . max) rather than ((min . max)).
12433         (gnus-range-map): Use gnus-range-normalize to accept
12434         single-interval range.
12435
12436         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
12437         the cache, but not the agent, now appear with their usual face.
12438
12439         * dgnushack.el (loaddir): New variable that is bound to the
12440         directory containing the dgnushack.el file. Use loaddir, rather
12441         than srcdir, to update load-path. Change lets dgnushack compile
12442         code in directories other than GNUS/lisp.
12443
12444 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12445
12446         * lpath.el: Don't bind w3m-safe-url-regexp.
12447
12448         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
12449         w3m-safe-url-regexp variable buffer-local.
12450
12451         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
12452
12453 2004-02-27  Simon Josefsson  <jas@extundo.com>
12454
12455         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
12456         gnus-group-real-prefix.
12457         (gnus-summary-move-article): Use it, instead of
12458         gnus-group-real-prefix.
12459
12460 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12461
12462         * lpath.el: Bind w3m-safe-url-regexp.
12463
12464         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
12465         w3m-safe-url-regexp variable buffer-local and set it as the value
12466         of mm-w3m-safe-url-regexp.
12467
12468         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
12469
12470         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
12471         parsing gnus-posting-styles when the message is not for replying.
12472
12473         * dgnushack.el: Autoload sgml-mode for XEmacs.
12474
12475         * nnrss.el (nnrss-opml-export): Use
12476         mm-set-buffer-file-coding-system instead of
12477         set-buffer-file-coding-system.
12478
12479 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
12480
12481         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
12482         of checkdoc.el).
12483         * nnrss.el: do.
12484         * gnus-mlspl.el: do.
12485         * gnus-ml.el: do.
12486         * gnus-srvr.el: do.
12487
12488         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
12489
12490 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
12491
12492         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
12493         Corrections to custom-manual links.
12494
12495         * gnus-art.el (gnus-article): Ditto.
12496
12497         * mm-decode.el (mime-display, mime-security): Ditto.
12498
12499 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
12500
12501         * flow-fill.el: Typo.
12502
12503 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
12504
12505         * spam-wash.el: New file.
12506
12507 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
12508
12509         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
12510
12511 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
12512
12513         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
12514         to be run with new-articles as LIST1, not LIST2.
12515         (spam-registration-functions): Add spam-use-ham-copy as a nil
12516         registration backend.
12517
12518 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
12519
12520         * spam-stat.el (spam-stat-washing-hook): New option.
12521         (spam-stat-buffer-words): Use it.
12522         (spam-stat-process-directory, spam-stat-test-directory): Use
12523         insert-file-contents-literally.
12524         (spam-stat-coding-system): New variable.
12525         (spam-stat-load, spam-stat-save): Use it.
12526
12527 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12528
12529         * spam-report.el (spam-report-plug-agent): Quote
12530         spam-report-url-to-file and spam-report-url-ping-plain.
12531
12532 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
12533
12534         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
12535         / in mailto URLs.
12536
12537 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12538
12539         * spam-report.el (spam-report-process-queue): Fix interactive use.
12540         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
12541         (spam-report-unplug-agent): Doc fixes.
12542         (spam-report-url-ping-mm-url, spam-report-url-to-file)
12543         (spam-report-agentize, spam-report-deagentize): Autoload
12544
12545 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12546
12547         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
12548
12549         * message.el (message-setup-fill-variables): Add mml tags to
12550         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
12551         <ajk@iu.edu>.
12552         (message-mode): Don't modify paragraph-separate there.
12553
12554 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12555
12556         * compface.el (uncompface-use-external): Default to undecided.
12557         (uncompface-use-external-threshold): New variable.
12558         (uncompface-float-time): New macro.
12559         (uncompface): Determine whether to use the external decoder if
12560         uncompface-use-external is undecided.
12561
12562 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12563
12564         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
12565         after images.
12566
12567         * gnus-art.el (gnus-mime-display-single): Remove dead code.
12568
12569 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
12570
12571         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
12572
12573         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
12574
12575         * gnus-sum.el (gnus-summary-limit-to-age)
12576         (gnus-summary-limit-children): do.
12577
12578         * gnus-int.el (gnus-request-scan): do.
12579
12580         * gnus-group.el (gnus-group-suspend): do.
12581
12582         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
12583
12584         * gnus-cite.el (gnus-cite-parse-attributions): do.
12585
12586         * gnus-agent.el (gnus-summary-set-agent-mark)
12587         (gnus-agent-regenerate-group): do.
12588
12589         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
12590
12591         * binhex.el (binhex-decode-region-internal): do.
12592
12593 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12594
12595         * gnus-fun.el (gnus-face-properties-alist): New user option.
12596         (gnus-display-x-face-in-from): Use it.
12597
12598         * gnus-art.el (article-display-face): Ditto.
12599
12600         * compface.el (uncompface-use-external): Default to nil.
12601
12602 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
12603
12604         * nntp.el (nntp-erase-buffer): New function.
12605         (nntp-retrieve-data, nntp-send-command)
12606         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
12607         (nntp-possibly-change-group): Use it.
12608
12609         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
12610         with-current-buffer.
12611
12612 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
12613
12614         * compface.el: Merge the ELisp-based uncompface program.
12615         (compface): New customization group.
12616         (uncompface-use-external): New user option.
12617         (uncompface): Call uncompface-internal if uncompface-use-external
12618         is nil.
12619         (uncompface-internal): New function.  Note that there are also
12620         some other functions and variables added for this function.
12621
12622 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
12623
12624         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
12625         if necessary.
12626
12627 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
12628
12629         * spam-report.el (spam-report-unplug-agent)
12630         (spam-report-plug-agent, spam-report-deagentize)
12631         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
12632         Add support for the Agent in spam-report: when unplugged, report to a
12633         file; when plugged, submit all the requests.
12634
12635         * spam.el (spam-register-routine): Fix message about
12636         registration.
12637
12638 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
12639
12640         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
12641         dependencies.
12642         (rfc2047-encode): Use it.
12643
12644         * gnus-art.el (gnus-button-marker-list): Move before first
12645         reference.
12646
12647         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12648         (imap-parse-body): Fix format string mismatch.
12649
12650         * gnus-score.el (gnus-summary-increase-score): do.
12651
12652         * nnrss.el (nnrss-close): New function.
12653
12654 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
12655
12656         * nnrss.el (nnrss-make-filename): New function.
12657         (nnrss-request-delete-group, nnrss-read-server-data)
12658         (nnrss-save-server-data, nnrss-read-group-data)
12659         (nnrss-save-group-data): Use it.
12660         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
12661         (nnrss-read-server-data, nnrss-read-group-data): Use load.
12662         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
12663
12664 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
12665
12666         * mml.el (mml-compute-boundary-1): Don't uncompress files.
12667
12668 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
12669
12670         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
12671         files.
12672
12673         * message.el (message-generate-headers-first): Don't quote nil
12674         and t in docstrings.
12675
12676         * imap.el (imap-id): do.
12677
12678         * gnus-agent.el (gnus-agent-consider-all-articles)
12679         (gnus-agent-queue-mail): do.
12680
12681 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
12682
12683         * spam-report.el (spam-report-process-queue): New function.
12684         Process requests from `spam-report-requests-file'.
12685         (spam-report-process-queue): Doc fix.
12686
12687 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
12688
12689         * spam.el (spam-register-routine)
12690         (spam-log-processing-to-registry, spam-log-registered-p)
12691         (spam-log-unregistration-needed-p, spam-log-undo-registration):
12692         Change "check" to "spam-check" for semi-clarity.
12693
12694 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
12695
12696         * pop3.el: Require nnheader.
12697
12698         * mml-smime.el: Require cl.  Autoload message-fetch-field.
12699
12700         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
12701
12702         * gnus-picon.el: Require cl.
12703
12704         * gnus-fun.el: Require gnus-ems and gnus-util.
12705
12706         * gnus.el (gnus-method-to-server): Move defsubst before first use.
12707
12708         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
12709
12710         * gnus-art.el (gnus-article-edit-mode): Define before first
12711         reference.
12712
12713 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
12714
12715         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
12716         (gnus-uu-post-encoded): Use point-at-bol.
12717
12718         * gnus-topic.el (gnus-group-active-topic-p): do.
12719
12720         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
12721
12722         * gnus-group.el (gnus-group-kill-region): do.
12723
12724         * gnus-art.el (article-date-ut): do.
12725
12726         * message.el (message-fetch-field): Remove redundant
12727         case-fold-search binding.
12728         (message-narrow-to-field): Simplify.
12729
12730 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
12731
12732         * spam.el (spam-directory): Derive from `gnus-directory'.
12733
12734         * spam-report.el (spam-report-url-to-file)
12735         (spam-report-requests-file): New function and variable for offline
12736         reporting.
12737         (spam-report-url-ping-function): Add `spam-report-url-to-file'
12738         and user defined function.
12739         (spam-report-url-ping-mm-url): Remove doubled slash.
12740
12741 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
12742
12743         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
12744
12745 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
12746
12747         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
12748         format string mismatch.
12749
12750         * sieve.el (sieve-deactivate-all): do.
12751
12752         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
12753
12754         * nnlistserv.el (nnlistserv-kk-wash-article): do.
12755
12756         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
12757
12758         * mm-bodies.el (mm-7bit-chars): Don't include \r.
12759
12760 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
12761
12762         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
12763         the list of checks.
12764
12765 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
12766
12767         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
12768         padding.
12769
12770 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
12771
12772         * mm-view.el (mm-fill-flowed): New variable.
12773         (mm-inline-text): Use it.
12774
12775 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
12776
12777         * spam.el (spam-spamassassin-register-ham-routine)
12778         (spam-spamassassin-register-spam-routine): Fix function names.
12779
12780 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12781
12782         * gnus.el (gnus-tmp-grouplens): Remove.
12783         (gnus-summary-line-format): Remove grouplens.
12784
12785         * gnus-group.el (gnus-group-line-format): Ditto.
12786
12787         * gnus-spec.el (gnus-format-specs): Ditto.
12788         (gnus-update-format-specifications): Flush the group format spec
12789         cache if there's the grouplens stuff.
12790         (gnus-parse-simple-format): Replace %l with the empty string.
12791
12792 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
12793
12794         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
12795         omission.
12796
12797 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12798
12799         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
12800         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12801
12802 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
12803
12804         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
12805         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
12806         New macros and functions.
12807         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
12808         Handle > NLINK_MAX messages.
12809         * nnmaildir.el (nnmaildir-request-set-mark): Use
12810         nnmaildir--emlink-p and nnmaildir--eexist-p.
12811
12812 2004-01-25  Alex Schroeder  <alex@gnu.org>
12813
12814         * spam-stat.el (spam-stat-process-directory-age): New option.
12815         (spam-stat-process-directory): Use it.
12816
12817 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
12818
12819         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
12820         (spam-stat-save): Accept prefix argument.
12821
12822 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
12823
12824         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
12825         links" error.
12826
12827 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12828
12829         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
12830         the rest of the and/or forms.
12831
12832 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
12833
12834         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
12835         compatibility with old .newsrc.eld files.
12836
12837         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
12838
12839         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
12840
12841         * gnus-start.el (gnus-1): do.
12842
12843         * gnus-group.el (gnus-group-line-format-alist): do.
12844
12845         * gnus.el (gnus-use-grouplens, gnus-visual): do.
12846
12847         * gnus-gl.el: Remove.
12848
12849 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12850
12851         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
12852         marks consisting of a single range {for example, (3 . 5)} rather
12853         than a list of a single range { ((3 . 5)) }.
12854
12855 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
12856
12857         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
12858         with-current-buffer.
12859         (spam-stat-store-current-buffer): Use insert-buffer-substring to
12860         avoid consing a string.
12861
12862         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
12863         Remove obsolete entries for big5 and gb2312.
12864
12865 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12866
12867         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
12868         uncompressed list.
12869
12870 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
12871
12872         * spam-stat.el (spam-stat-strip-xref): New function.
12873         (spam-stat-process-directory): Use it.
12874
12875         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
12876         here -- it's done in message-fetch-field.
12877
12878 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12879
12880         * gnus-agent.el (gnus-agent-queue-mail)
12881         (gnus-agent-prompt-send-queue): New variables.
12882         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
12883         * gnus-draft.el (gnus-group-send-queue): Pass the group name
12884         "nndraft:queue" along to gnus-draft-send.  Use
12885         gnus-agent-prompt-send-queue.
12886         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
12887         is "nndraft:queue".  Suggested by Gaute Strokkenes
12888         <gs234@srcf.ucam.org>
12889
12890         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
12891         (agent-enable-undownloaded-faces): Added
12892         (gnus-agent-cat-groups): Use eval-and-compile, not
12893         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
12894         method of gnus-agent-cat-groups even when the buffer has been
12895         evaled.
12896         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
12897         delete gnus-agent-save-active-1.
12898         (gnus-agent-save-groups): Deleted.  Identical to
12899         gnus-agent-save-active.
12900         (gnus-agent-write-active): No longer adjust agent's copy of active
12901         file as agent's adjustments are now stored in their own
12902         file.  Removed optional parameter.
12903         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
12904         servers.  Add use of min/max range limits from server's local
12905         file.
12906         (gnus-agent-save-alist): Removed unused optional argument.
12907         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
12908         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
12909         (gnus-agent-set-local): A per-server file that keeps min/max range
12910         limits for articles known to the agent.  Provides a fast mechanism
12911         for altering many active ranges.
12912         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
12913         active file (local makes it unnecessary).
12914         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
12915
12916         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
12917         (agent-enable-undownloaded-faces): Added
12918
12919         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
12920         disable it when sending to "nndraft:queue".
12921         (gnus-group-send-queue): Add safety check to avoid sending queue
12922         when unplugged.
12923
12924         * gnus-group.el (gnus-group-catchup): Use new
12925         gnus-sequence-of-unread-articles, not
12926         gnus-list-of-unread-articles, to avoid exhausting memory with huge
12927         numbers of articles.  Use gnus-range-map to avoid having to
12928         uncompress the unread list.
12929         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
12930         Fixed invalid ange-ftp reference.
12931
12932         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
12933         (gnus-sorted-range-intersection): Intersection of two ranges
12934         without requiring that they first be uncompressed.
12935
12936         * gnus-start.el (gnus-activate-group): Unless blocked by the
12937         caller, possibly expand the active range to include both cached
12938         and agentized articles.
12939         (gnus-convert-old-newsrc): Rewrote in anticipation of having
12940         multiple version-dependent converters.
12941         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
12942         gnus-agent-save-active.
12943         (gnus-save-newsrc-file): Save dirty agent range limits.
12944
12945         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
12946         gnus-agent-possibly-alter-active.
12947         (gnus-adjust-marked-articles): Faster handling of simple lists
12948
12949 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
12950
12951         * spam-stat.el (spam-stat-test-directory): New optional argument
12952         displays a list of files detected.  Suggested by Andrew Cohen
12953         <cohen@andy.bu.edu>.
12954         (spam-stat-buffer-words-with-scores): Don't narrow and change
12955         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
12956
12957 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
12958
12959         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
12960         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
12961         (spam-spamassassin-arguments)
12962         (spam-spamassassin-spam-flag-header)
12963         (spam-spamassassin-positive-spam-flag-header)
12964         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
12965         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
12966         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
12967         (spam-list-of-processors, spam-list-of-checks)
12968         (spam-list-of-statistical-checks, spam-registration-functions)
12969         (spam-check-spamassassin-headers, spam-check-spamassassin)
12970         (spam-spamassassin-score)
12971         (spam-spamassassin-register-with-sa-learn)
12972         (spam-spamassassin-register-spam-routine)
12973         (spam-spamassassin-register-ham-routine)
12974         (spam-assassin-register-spam-routine)
12975         (spam-assassin-register-ham-routine): Add SpamAssassin support.
12976         (spam-bogofilter-score): Fix to show article before scoring.
12977
12978 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
12979
12980         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
12981         default scoring function.
12982         (spam-generic-score): Call spam-spamassassin-score if
12983         spam-use-spamassassin or spam-use-spamassassin-headers is on;
12984         spam-bogofilter-score otherwise.
12985
12986         * gnus.el (spam-process, spam-autodetect-methods): Add
12987         spamassassin and spamassassin-headers.
12988
12989 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
12990
12991         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12992         Suppress unnecessary messages.
12993
12994 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
12995
12996         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
12997         make-hash-table.
12998
12999 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13000
13001         * canlock.el (base64-encode-string): Don't autoload it.
13002
13003 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13004
13005         * run-at-time.el: Remove useless (require 'itimer),
13006         eval-and-compile and (featurep 'xemacs).
13007
13008 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
13009
13010         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
13011         GROUP is a virtual group.
13012
13013 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
13014
13015         * gnus.el: Autoload `message-y-or-n-p'.
13016
13017 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
13018
13019         * pgg-parse.el: Remove unnecessary (require 'custom).
13020
13021         * pgg-def.el: do.
13022
13023         * nnmail.el: do.
13024
13025         * gnus-undo.el: do.
13026
13027         * gnus-picon.el: do.
13028
13029         * gnus-util.el: do.
13030
13031 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
13032
13033         * gnus-sum.el (gnus-pick-line-number): Add autoload.
13034
13035 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13036
13037         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
13038         handle, as well as a list.
13039
13040         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
13041         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
13042         (mm-w3m-cid-retrieve): Simplify.
13043
13044 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
13045
13046         * message.el (message-kill-to-signature): Allow prefix arg to
13047         specify number of lines to keep before signature.
13048
13049 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
13050
13051         (message-kill-to-signature): Change docstring.
13052
13053 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13054
13055         * canlock.el: Always require sha1-el.
13056         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
13057
13058         * message.el: Autoload sha1 only when compiling.
13059
13060         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
13061         eudc-expand-inline for XEmacs.
13062
13063 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13064
13065         * message.el (message-canlock-generate): Require sha1-el.
13066
13067 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
13068
13069         * message.el (message-expand-name): Silence the byte compiler.
13070
13071         * lpath.el: Add detect-coding-system.
13072
13073         * dgnushack.el (dgnushack-compile): Remove obsolete check for
13074         cus-edit.
13075
13076 2004-01-13  Simon Josefsson  <jas@extundo.com>
13077
13078         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
13079         Invoke gnus-score-mode.  Reported by
13080         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
13081
13082         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
13083         Jim Blandy <jimb@redhat.com> (tiny change).
13084
13085 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
13086
13087         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
13088
13089 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
13090
13091         * spam.el (spam-get-article-as-string): Update to use
13092         gnus-request-article-this-buffer, much simpler.
13093         (spam-get-article-as-buffer): Remove.
13094
13095 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
13096
13097         * message.el (message-expand-name): Use EUDC if the user uses that.
13098
13099 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
13100
13101         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
13102         character for the encoding to avoid consing a string.
13103
13104         * rfc2047.el (rfc2047-decode-string): Don't cons a string
13105         unnecessarily.
13106
13107         * mm-util.el (mm-replace-chars-in-string): Remove.
13108
13109         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
13110         of mm-replace-chars-in-string.
13111
13112 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
13113
13114         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
13115
13116         * mm-util.el (mm-subst-char-in-string): Support inplace.
13117
13118         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
13119         a new string in every iteration.  Use shy groups.
13120
13121 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
13122
13123         * gnus-srvr.el (gnus-browse-unsubscribe-group):
13124         * gnus-soup.el (gnus-soup-group-brew):
13125         * gnus-msg.el (gnus-put-message):
13126         * gnus-move.el (gnus-group-move-group-to-server):
13127         * gnus-kill.el (gnus-batch-score):
13128         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
13129         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
13130         (gnus-group-update-group, gnus-group-read-group)
13131         (gnus-group-make-group, gnus-group-make-help-group)
13132         (gnus-group-make-archive-group, gnus-group-make-directory-group)
13133         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
13134         (gnus-group-sort-by-unread, gnus-group-catchup)
13135         (gnus-group-unsubscribe-group, gnus-group-kill-group)
13136         (gnus-group-yank-group, gnus-group-set-info)
13137         (gnus-group-list-groups):
13138         * gnus.el (gnus-generate-new-group-name):
13139         * gnus-delay.el (gnus-delay-send-queue):
13140         * nnvirtual.el (nnvirtual-catchup-group):
13141         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
13142         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
13143         (gnus-group-prepare-topics, gnus-topic-check-topology):
13144         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
13145         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
13146         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
13147         (gnus-group-make-articles-read):
13148         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
13149         (gnus-group-change-level, gnus-kill-newsgroup)
13150         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
13151         (gnus-get-unread-articles, gnus-make-articles-unread)
13152         (gnus-make-ascending-articles-unread): Use accessor
13153         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
13154         to get group information for improved readability.
13155
13156
13157 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
13158
13159         * gnus-art.el (article-decode-mime-words, article-babel)
13160         (gnus-article-highlight-signature, gnus-article-add-buttons)
13161         (gnus-signature-toggle): Use gnus-with-article-buffer.
13162
13163         * gnus-art.el (gnus-article-highlight-headers)
13164         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
13165
13166         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
13167         (gnus-article-set-globals, gnus-request-article-this-buffer)
13168         (gnus-button-message-id, gnus-article-maybe-hide-headers)
13169         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
13170         (gnus-mime-display-alternative): Use with-current-buffer.
13171
13172 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
13173
13174         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
13175         also under 80 char limit, and call gnus-error if needed.
13176         (spam-fetch-article-header): Fix - it was a
13177         buffer-local variable (gnus-newsgroup-data).
13178         (spam-find-spam): Use spam-generate-fake-headers, forget about
13179         spam-insert-fake-headers.
13180         (spam-insert-fake-headers): Remove.
13181
13182 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
13183
13184         * deuglify.el (gnus-article-outlook-unwrap-lines)
13185         (gnus-outlook-rearrange-article)
13186         (gnus-outlook-repair-attribution-outlook)
13187         (gnus-outlook-repair-attribution-block)
13188         (gnus-outlook-repair-attribution-other): Remove redundant
13189         save-excursion.
13190
13191 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
13192
13193         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
13194         (spam-fetch-field-subject-fast)
13195         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
13196         (spam-fetch-article-header): Add functions to deal with Gnus
13197         internals for fast retrieval of article header data.
13198         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
13199
13200 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
13201
13202         * pop3.el (pop3-md5): Remove.
13203         (pop3-apop): Replace pop3-md5 with md5.
13204
13205         * mm-bodies.el: base64 is always built-in.
13206
13207         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
13208         with-current-buffer.
13209
13210 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13211
13212         * canlock.el (canlock-insert-header): Remove excessive grouping in
13213         regexp.
13214
13215         * gnus-sum.el (gnus-summary-read-document): Ditto.
13216
13217         * gnus-uu.el (gnus-uu-part-number): Ditto.
13218
13219         * html2text.el (html2text-remove-tags): Ditto.
13220         (html2text-format-tags): Ditto.
13221         (html2text-format-single-elements): Ditto.
13222
13223         * mml.el (mml-parse-1): Ditto.
13224
13225 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
13226
13227         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
13228
13229         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
13230
13231         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
13232
13233         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
13234
13235 2003-11-15  Simon Josefsson  <jas@extundo.com>
13236
13237         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
13238         (pgg-gpg-lookup-key): Use regexp match instead of
13239         split-string (split-string is different between emacs 21.2 and
13240         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
13241
13242 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
13243
13244         * gnus-art.el (gnus-mime-view-all-parts)
13245         (gnus-article-part-wrapper, gnus-article-view-part): Use
13246         with-current-buffer.
13247
13248 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
13249
13250         * spam.el (spam-disable-spam-split-during-ham-respool)
13251         (spam-spamoracle-database, spam-cache-lookups)
13252         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
13253         (spam-group-ham-mark-p, spam-group-spam-mark-p)
13254         (spam-group-ham-marks, spam-group-spam-marks)
13255         (spam-group-spam-contents-p, spam-group-ham-contents-p)
13256         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
13257         also add spam-use-blackholes to the statistical checks.
13258         (spam-fetch-field-fast): Add interface to fetching fields, may
13259         become a macro.
13260         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
13261         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
13262         (spam-insert-fake-headers): Fake an article when needed.
13263         (spam-find-spam): Fake article when possible.
13264         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
13265         (spam-check-bogofilter-headers): Use message-fetch-field instead
13266         of nnmail-fetch-field.
13267
13268 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
13269
13270         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
13271
13272 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
13273
13274         * spam.el (spam-split): Do not require spam-use-CHECK to be
13275         enabled if that check is passed to spam-split explicitly; also
13276         fix so 'spam doesn't get converted to spam-split-group when
13277         spam-split-symbolic-return is t.
13278         (spam-find-spam): Find registrations of the article and use those
13279         instead of re-running spam-split to find the spam/ham
13280         classification of the article.
13281         (spam-log-processing-to-registry, spam-log-registered-p)
13282         (spam-log-unregistration-needed-p, spam-log-undo-registration):
13283         Use gnus-error instead of gnus-message.
13284         (spam-log-registration-type): Add function to determine the
13285         classification of a message based on registry entries; will
13286         return nil if both 'spam and 'ham are found.
13287         (spam-check-BBDB): Expand all the BBDB macros here so we can have
13288         a reasonably fast local cache without the loading errors.
13289         (spam-cache-lookups): Set to t by default.
13290         (spam-find-spam): Don't try to guess spam-cache-lookups.
13291         (spam-enter-whitelist, spam-enter-blacklist): Clear the
13292         spam-caches entry.
13293         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
13294         caching of whitelist/blacklist entries.
13295         (spam-check-whitelist, spam-check-blacklist): Invoke
13296         spam-from-listed-p with a type, not a cache variable.
13297         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
13298
13299 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
13300
13301         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
13302
13303         * nnmail.el (nnmail-split-fancy): do.
13304
13305         * mml.el (mml-parse): do.
13306
13307         * gnus-score.el (gnus-enter-score-words-into-hashtb)
13308         (gnus-score-adaptive): do.
13309
13310 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13311
13312         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
13313         (gnus-mime-button-map): Don't set keymap parent.
13314         (gnus-button-ctan-directory-regexp): Use shy grouping.
13315         (gnus-prev-page-map): Don't set keymap parent.
13316         (gnus-prev-page-map): Remove duplicated one.
13317         (gnus-next-page-map): Don't set keymap parent.
13318         (gnus-mime-security-button-map): Ditto.
13319
13320         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
13321         version number.
13322
13323         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
13324
13325 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13326
13327         * canlock.el (canlock-sha1-function): Remove.
13328         (canlock-sha1-function-for-verify): Remove.
13329         (canlock-openssl-program): Remove.
13330         (canlock-openssl-args): Remove.
13331         (canlock-ignore-errors): Remove.
13332         (canlock-sha1-with-openssl): Remove.
13333         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
13334         (canlock-verify): Don't use canlock-ignore-errors.
13335
13336         * sha1-el.el (sha1-string-external): Make it can return a string
13337         in binary form.
13338         (sha1-region-external): Ditto.
13339         (sha1-string-internal): Ditto.
13340         (sha1-region-internal): Ditto.
13341         (sha1-region): Ditto.
13342         (sha1-string): Ditto.
13343         (sha1): Ditto.
13344
13345 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13346
13347         * spam.el (spam-report-articles-gmane): New command.
13348
13349 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13350
13351         * gnus.el: Don't make unnecessary *Group* buffer when loading.
13352
13353         * run-at-time.el (run-at-time-saved): Remove.
13354         (run-at-time): Doc fix.
13355
13356 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
13357
13358         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
13359         (gnus-summary-limit-map): Add it.
13360         (gnus-summary-make-menu-bar): do.
13361
13362 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
13363
13364         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
13365         Make attempt at some caching support (done for BBDB only now).
13366         (spam-find-spam): Set spam-cache-lookups if there are more than 2
13367         addresses to be checked.
13368         (spam-clear-cache-BBDB): Add function, to be invoked by
13369         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
13370         (spam-check-BBDB): Check and use the caches, if
13371         spam-cache-lookups is on, remove superfluous (provide).
13372
13373 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
13374
13375         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
13376
13377 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
13378
13379         * run-at-time.el (run-at-time-saved): Move to after the definition
13380         of `run-at-time'.
13381
13382         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
13383
13384 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13385
13386         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
13387         mm-w3m-local-map-property.
13388
13389         * mm-view.el (mm-w3m-mode-map): Remove.
13390         (mm-w3m-local-map-property): Remove.
13391         (mm-inline-text-html-render-with-w3m): Don't use
13392         mm-w3m-local-map-property.
13393
13394 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13395
13396         * run-at-time.el: New file.
13397
13398         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
13399         under Emacs.
13400
13401         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
13402         of gnus-set-text-properties.
13403
13404         * gnus-uu.el (gnus-uu-save-article): Ditto.
13405
13406         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
13407
13408         * gnus-cite.el (gnus-cite-parse): Ditto.
13409
13410         * gnus-art.el (gnus-button-push): Use set-text-properties instead
13411         of gnus-.
13412
13413         * gnus-xmas.el (run-at-time): Require run-at-time.
13414
13415         * gnus.el: Changed calls to nnheader-run-at-time and
13416         password-run-at-time throughout to use run-at-time directly.
13417
13418         * password.el: Removed definition of run-at-time.
13419
13420         * nnheaderxm.el: Remove definition of run-at-time.
13421
13422 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
13423
13424         * mml.el (mml-minibuffer-read-disposition): Show attachment type
13425         in prompt.
13426
13427 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
13428
13429         * messagexmas.el (message-xmas-redefine): Alias
13430         `message-make-caesar-translation-table' to
13431         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
13432         version.
13433
13434         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
13435         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
13436         `gnus-xmas-set-text-properties'.
13437         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
13438         `gnus-xmas-completing-read'.
13439         (gnus-xmas-completing-read): Removed.
13440         (gnus-xmas-open-network-stream): Removed.
13441
13442         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
13443         XEmacs version.
13444
13445         * dns.el (dns-make-network-process): Use `open-network-stream'
13446         instead of `gnus-xmas-open-network-stream'.
13447
13448         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
13449
13450         * .cvsignore: Add auto-autoloads.el, custom-load.el.
13451
13452 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
13453
13454         * gnus-art.el (gnus-mime-display-alternative)
13455         (gnus-insert-mime-button, gnus-insert-mime-security-button)
13456         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
13457         Don't use gnus-local-map-property.
13458
13459         * gnus-util.el (gnus-local-map-property): Remove.
13460
13461         * mm-view.el (mm-view-pkcs7-decrypt): Replace
13462         gnus-completing-read-maybe-default with completing-read.
13463
13464         * gnus-util.el (gnus-completing-read): do.
13465         (gnus-completing-read-maybe-default): Remove.
13466
13467 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
13468
13469         * password.el: Only autoload `run-at-time' if not XEmacs.
13470         Only autoload the itimer functions if XEmacs.
13471
13472 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13473
13474         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
13475         XEmacsen.
13476
13477         * dgnushack.el: Autoload executable-find for XEmacs.
13478
13479 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
13480
13481         * gnus-art.el (gnus-read-string): Remove.
13482         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
13483         read-string.
13484
13485 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
13486
13487         * netrc.el: Autoload password-read.
13488         (netrc): Add configuration group.
13489         (netrc-encoding-method, netrc-openssl-path): Add
13490         variables for encoding and decoding of files with symmetric
13491         ciphers.
13492         (netrc-encode): Add assistant function to encode a file with
13493         netrc-encoding-method.
13494         (netrc-parse): Add interactive parameter, added optional
13495         decoding if netrc-encoding-method is non-nil but otherwise
13496         behavior is standard.
13497         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
13498         Do s/encode/encrypt/ everywhere.
13499
13500         * spam.el: Remove executable-find autoload.
13501
13502 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
13503
13504         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
13505
13506         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
13507
13508 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13509
13510         * gnus-art.el (gnus-treat-ansi-sequences,
13511         (article-treat-ansi-sequences): New variable and function.
13512         Suggested by Dan Jacobson <jidanni@jidanni.org>.
13513
13514         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
13515         Use it.
13516
13517 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
13518
13519         * mm-util.el (mm-quote-arg): Remove.
13520
13521         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
13522         shell-quote-argument.
13523
13524         * gnus-uu.el (gnus-uu-command): do.
13525
13526         * gnus-sum.el (gnus-summary-insert-pseudos): do.
13527
13528         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
13529         with make-char.
13530
13531         * mm-util.el (mm-make-char): Remove.
13532
13533         * mml.el (mml-mode): Replace gnus-add-minor-mode with
13534         add-minor-mode.
13535
13536         * gnus-undo.el (gnus-undo-mode): do.
13537
13538         * gnus-topic.el (gnus-topic-mode): do.
13539
13540         * gnus-sum.el (gnus-dead-summary-mode): do.
13541
13542         * gnus-start.el (gnus-slave-mode): do.
13543
13544         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
13545
13546         * gnus-ml.el (gnus-mailing-list-mode): do.
13547
13548         * gnus-gl.el (gnus-grouplens-mode): do.
13549
13550         * gnus-draft.el (gnus-draft-mode): do.
13551
13552         * gnus-dired.el (gnus-dired-mode): do.
13553
13554         * gnus-ems.el (gnus-add-minor-mode): Remove.
13555
13556         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
13557         Replace gnus-char-width with char-width.
13558
13559         * gnus-ems.el (gnus-char-width): Remove.
13560
13561         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
13562         Replace gnus-char-width with char-width.
13563
13564         * gnus-ems.el (gnus-char-width): Remove.
13565
13566         * spam-stat.el (with-syntax-table): Remove with-syntax-table
13567         definition.
13568         Remove Emacs 20 hash table compatibility code.
13569
13570         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
13571         20 compatibility code.
13572
13573         * spam.el (spam-point-at-eol): Replace with point-at-eol.
13574
13575         * smime.el (smime-point-at-eol): Replace with point-at-eol.
13576
13577         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
13578         with point-at-{eol,bol}.
13579
13580         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
13581
13582         * imap.el (imap-point-at-eol): Replace with point-at-eol.
13583
13584         * flow-fill.el (fill-flowed-point-at-bol)
13585         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
13586
13587         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
13588         Replace with point-at-{eol,bol} throughout all files.
13589
13590 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13591
13592         * ntlm.el (ntlm-string-as-unibyte): New macro.
13593         (ntlm-build-auth-response): Use it.
13594
13595         Remove Emacs 20 stuff:
13596         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
13597         (butlast, mapc, remove): Remove the compiler macros.
13598         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
13599         of delq and copy-sequence.
13600         * gnus-art.el (popup-menu): Remove the compiler macro.
13601         * nnmail.el (nnmail-split-fancy): Don't support customizing with
13602         Emacs 20.
13603
13604 2004-01-05  Simon Josefsson  <jas@extundo.com>
13605
13606         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
13607         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
13608         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
13609         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
13610         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
13611         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
13612         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
13613         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
13614         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
13615         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
13616         ntlm-string-permute, string-lshift into ntlm-string-lshift,
13617         string-xor into ntlm-string-xor.  Suggested by
13618         Jesper Harder <harder@myrealbox.com>.
13619
13620         * ntlm.el: Don't include poem.
13621
13622         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
13623         Jesper Harder <harder@myrealbox.com>.
13624
13625         * sasl-ntlm.el, ntlm.el, md4.el: New files.
13626
13627         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
13628         probably breaks emacs with DL patch, but do we care? Is anyone
13629         still using the DL stuff?)
13630
13631         * sieve-manage.el: Use the password package.
13632         (sieve-manage-read-passwd): Remove.
13633         (sieve-manage-interactive-login): Use password.  Re-add
13634         condition-case around loop.
13635
13636         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
13637         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
13638         the password package.
13639
13640 2003-02-19  Simon Josefsson  <jas@extundo.com>
13641
13642         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
13643         token.
13644
13645 2002-08-07  Simon Josefsson  <jas@extundo.com>
13646
13647         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
13648         (sieve-manage-authenticators):
13649         (sieve-manage-authenticator-alist): Add some SASL mechs.
13650         (sieve-sasl-auth): New function.
13651         (sieve-manage-cram-md5-auth):
13652         (sieve-manage-plain-auth): Rewrite using SASL library.
13653         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
13654         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
13655         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
13656         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
13657
13658 2004-01-05  Simon Josefsson  <jas@extundo.com>
13659
13660         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
13661         New files.
13662
13663 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13664
13665         * gnus-group.el (gnus-no-groups-message): Update.
13666
13667         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
13668
13669 2003-11-09  Simon Josefsson  <jas@extundo.com>
13670
13671         * imap.el: Support for ID IMAP extension (RFC 2971).
13672         (imap-local-variables): Add imap-id.
13673         (imap-id): New variable.
13674         (imap-id): New function.
13675         (imap-parse-response): Parse untagged ID response.
13676         * nnimap.el (nnimap-id): New variable.
13677         (nnimap-open-connection): Use it.
13678
13679 2003-12-28  Simon Josefsson  <jas@extundo.com>
13680
13681         * gnus-score.el (gnus-score-edit-all-score): New.
13682         * gnus-group.el (gnus-group-score-map): Bind it to W e.
13683
13684 2004-01-04  Simon Josefsson  <jas@extundo.com>
13685
13686         * password.el: Add.
13687
13688 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
13689
13690         * dns.el: Add support for AAAA records (see RFC 3596)
13691
13692         * Fix typo PRT -> PTR
13693
13694         * Parse MX, PTR and SOA replies (see RFC 1035)
13695
13696 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13697
13698         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
13699
13700         * Moved to Changelog.2.
13701
13702 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13703
13704         * gnus.el (gnus-version-number): Bump version.
13705
13706 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13707
13708         * gnus.el: No Gnus v0.1 is released.
13709
13710 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13711
13712         * gnus.el: No Gnus v0.0 is released.
13713
13714 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13715
13716         * gnus.el (gnus-version-number): Bump.
13717         (gnus-version): No.
13718
13719 See ChangeLog.2 for earlier changes.
13720
13721     Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
13722
13723   This file is part of GNU Emacs.
13724
13725   GNU Emacs is free software: you can redistribute it and/or modify
13726   it under the terms of the GNU General Public License as published by
13727   the Free Software Foundation, either version 3 of the License, or
13728   (at your option) any later version.
13729
13730   GNU Emacs is distributed in the hope that it will be useful,
13731   but WITHOUT ANY WARRANTY; without even the implied warranty of
13732   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13733   GNU General Public License for more details.
13734
13735   You should have received a copy of the GNU General Public License
13736   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
13737
13738 ;; Local Variables:
13739 ;; coding: utf-8
13740 ;; fill-column: 79
13741 ;; add-log-time-zone-rule: t
13742 ;; End:
13743
13744 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4