(nnmairix-create-server-and-default-group): Require match in completing-read
[gnus] / lisp / ChangeLog
1 2008-09-08  David Engster  <dengste@eml.cc>
2
3         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4         in completing-read for back end server.
5
6 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7
8         * message.el (message-confirm-send): New variable to confirm sending a
9         message.
10         (message-send): Use it.
11
12 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
13
14         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
15
16 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17
18         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
19
20 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
21
22         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
23         prevent tracking too many groups.
24         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
25         Use it.
26
27 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
28
29         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
30         moving point to the bottom of the window in order to avoid recentering.
31
32 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
33
34         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
35
36         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
37         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
38         (gnus-article-beginning-of-window): Fix calculation.
39
40 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
41
42         * gnus-msg.el (gnus-summary-supersede-article)
43         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
44         value of gnus-newsgroup-charset to decode non-MIME encoded text in
45         message header.
46
47 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
48
49         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
50         pending output coming after the status change.
51
52 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
53
54         * message.el:
55         * gnus-start.el:
56         * gnus-registry.el: Remove VMS support.
57
58 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
59
60         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
61         macro.
62         (rfc2104-hash): Use it.
63
64 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
65
66         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
67         (gnus-summary-sort-by-most-recent-date): New commands.
68         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
69         and menu entries.
70
71 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
72
73         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
74         don't redisplay article for raw contents; remove plural articles stuff.
75
76         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
77         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
78         on gnus-summary-save-article; display results properly.
79
80 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
81
82         * lpath.el: No need to fbind ns-focus-frame.
83
84 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
85
86         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
87
88 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
89
90         * gnus-art.el (gnus-summary-save-in-pipe): Consider
91         gnus-save-all-headers.
92
93 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
94
95         * gnus-util.el (ns-focus-frame): Remove declaration.
96         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
97         like x.
98
99 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
100
101         * rfc2104.el (rfc2104-zero): Delete defconst.
102         (rfc2104-hex-alist): Likewise.
103         (rfc2104-hex-to-int): Delete func.
104         (rfc2104-hexstring-to-bitstring): Likewise.
105         (rfc2104-nybbles): New defconst.
106         (rfc2104-hash): Rewrite for speed.
107
108 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
109
110         * tls.el (open-tls-stream): Make it work with the 2nd argument
111         BUFFER that is a string but does not exist as a buffer object, as
112         mentioned in the doc-string.
113
114 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
115
116         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
117         SXEmacs.
118
119 2008-07-16  Glenn Morris  <rgm@gnu.org>
120
121         * gnus-util.el (ns-focus-frame): Declare for compiler.
122
123 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
124
125         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
126         set as a group parameter.
127         (gnus-summary-save-in-pipe): Work when it is called independently.
128         (gnus-summary-pipe-to-muttprint): Don't modify
129         gnus-summary-pipe-output-default-command.
130
131 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
132
133         * message.el (message-send-mail-with-sendmail):
134         Display the error message.
135
136 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
137
138         * gnus-art.el (gnus-default-article-saver):
139         Add gnus-summary-save-in-pipe to choices.
140         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
141         gnus-summary-pipe-output-default-command as the default command.
142         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
143         instead of gnus-last-shell-command.
144
145         * gnus-sum.el (gnus-summary-pipe-output-default-command):
146         New user option.
147         (gnus-summary-muttprint-program): Mention the value will be changed.
148         (gnus-summary-save-article): Force showing of all headers.
149         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
150
151 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
152
153         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
154
155 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
156
157         * nnimap.el (nnimap-id):
158         * sieve-manage.el (sieve-manage-open): Doc fixes.
159
160 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
161
162         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
163         if available.
164
165 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
166
167         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
168
169         * nnkiboze.el (nnkiboze-generate-group):
170         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
171
172         * nnmairix.el: Require CL.
173
174 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
175
176         * dgnushack.el: Autoload get-display-table and put-display-table for
177         XEmacs 21.5.
178
179         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
180         21.4 and SXEmacs.
181
182 2008-06-15  David Engster  <dengste@eml.cc>
183
184         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
185
186 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
187
188         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
189         New macros that expand to an `aset'/`aref' call under Emacs, and to a
190         runtime choice under XEmacs.
191
192         * gnus-sum.el (gnus-summary-set-display-table):
193         Use `gnus-put-display-table', `gnus-get-display-table',
194         `gnus-set-display-table' for the display table, instead of `aset'.
195
196         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
197         Use `gnus-put-display-table', `gnus-get-display-table',
198         `gnus-set-display-table' for the display table.
199
200 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
201
202         * nnmairix.el: Add autoloads.
203
204 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
205
206         * nnmairix.el (nnmairix-delete-recreate-group)
207         (nnmairix-update-and-clear-marks): Fix error messages.
208
209 2008-06-14  David Engster  <dengste@eml.cc>
210
211         * nnmairix.el: Upgrade to version 0.6.
212         (nnmairix-group-toggle-propmarks-this-group)
213         (nnmairix-group-toggle-readmarks-this-group)
214         (nnmairix-group-delete-recreate-this-group)
215         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
216         (nnmairix-remove-tick-mark-original-article): New commands.
217         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
218         (nnmairix-propagate-marks-to-nnmairix-groups)
219         (nnmairix-only-use-registry, nnmairix-allowfast-default)
220         (nnmairix-marks-cache, nnmairix-version-output): New variables.
221         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
222         functions needed for marks propagation and manipulation of read marks.
223         (nnmairix-update-groups): New function.
224         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
225         (nnmairix-determine-original-group-from-registry)
226         (nnmairix-determine-original-group-from-path)
227         (nnmairix-get-group-from-file-path, nnmairix-map-range)
228         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
229         New helper functions.
230         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
231         keystrokes for new commands.
232         (nnmairix-delete-and-create-on-change): Doc string cleanup.
233         (nnmairix-request-group): Check allow-fast group parameter.
234         (nnmairix-request-create-group): Set allow-fast group parameter if
235         nnmairix-allowfast-default is set.
236         (nnmairix-close-group): Propagate marks upon closing if needed.
237         (nnmairix-group-toggle-threads-this-group): Use new.
238         nnmairix-group-toggle-parameter helper function.
239         (nnmairix-search): Better check for empty search result.
240         (nnmairix-goto-original-article): Use new helper functions for
241         determining original article.
242         (nnmairix-show-original-article): Make sure message-id is in brackets.
243         (nnmairix-call-mairix-binary): Change variable name.
244         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
245         helper function.
246         (nnmairix-widget-toggle-activate): Fix doc string.
247
248 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
249
250         * nnir.el: Require edmacro when compiling with XEmacs.
251         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
252         available in Emacs 21.
253
254 2008-06-11  Glenn Morris  <rgm@gnu.org>
255
256         * gnus-util.el (x-focus-frame):
257         * gnus.el (image-size):
258         * mm-decode.el (image-size): Declare.
259
260         * gnus-picon.el (declare-function): Add compat definition.
261         (image-size): Declare.
262
263         * gnus-group.el (tool-bar-map):
264         * gnus-sum.el (tool-bar-map): Define for compiler.
265
266         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
267
268         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
269
270         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
271         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
272         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
273         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
274         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
275         * sieve-manage.el, spam-report.el, spam.el:
276         Remove unnecessary eval-and-compile of autoloads.
277
278 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
279
280         * auth-source.el: Precise Tramp doc.
281
282 2008-06-07  Glenn Morris  <rgm@gnu.org>
283
284         * nnmairix.el: Remove unnecessary eval-when-compile.
285
286 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
287
288         * lpath.el: Fbind propertize for XEmacs 21.4.
289
290 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
291
292         * nnir.el: Move here from ../contrib.
293
294 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
295
296         * gnus-util.el (gnus-read-shell-command): New function.
297         * mm-decode.el (mm-pipe-part):
298         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
299
300 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
301
302         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
303
304 2008-06-03  Glenn Morris  <rgm@gnu.org>
305
306        * pop3.el (nnheader-accept-process-output): Autoload it.
307
308 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
309
310         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
311         are not 2-digit hexadecimal characters that follow `%'s.
312
313 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
314
315         * message.el (message-bogus-recipient-p): Fix type in doc string.
316         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
317         (message-bogus-addresses): Rename from message-bogus-address-regexp.
318         Improve custom options.
319         (message-bogus-recipient-p): Adjust accordingly.
320
321 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
322
323         * parse-time.el (parse-time-months, parse-time-weekdays): Add
324         long-form month and day names.
325
326 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
327
328         * dgnushack.el: Autoload debug, eudc-expand-inline and
329         pgg-snarf-keys-region for XEmacs.
330
331         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
332
333         * nnmairix.el: Require edmacro when compiling with XEmacs.
334
335 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
336
337         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
338         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
339
340 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
341
342         * auth-source.el: Add more docs.
343
344         * netrc.el (netrc-machine): Always match if the port is not given.
345
346 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
347
348         * nnheader.el (nnheader-read-timeout): Change the default timeout from
349         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
350         retrieval faster in some cases, but might make CPU usage larger.  If
351         this has any bad side effects, we might revert this change.
352
353         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
354         seems to make mail retrieval much, much faster.
355         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
356         unconditionally.
357
358         * gnus-draft.el (gnus-group-send-queue): Bind
359         message-send-mail-partially-limit to nil to avoid being prompted.
360
361 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
362
363         * mml.el (mml-attach-buffer): Prompt for `disposition'.
364
365         * message.el (message-bogus-address-regexp): Fix and improve custom
366         type.
367         (message-setup-hook): Add message-check-recipients as custom option.
368
369 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
370
371         * message.el (message-cite-function): Remove bogus autoload which crept
372         in during merge from v5-10.
373
374 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
375
376         * nnimap.el (nnimap-open-connection): Fix login/password bug.
377
378         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
379
380         * auth-source.el: Preliminary Tramp docs.
381         (auth-sources): Change the default auth-sources to use
382         EPA .gpg files.
383
384 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
385
386         * nntp.el: Autoload `auth-source-user-or-password'.
387         (nntp-send-authinfo): Use it.
388
389         * nnimap.el: Autoload `auth-source-user-or-password'.
390         (nnimap-open-connection): Use it.
391
392         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
393         for the gnus-message function.
394         (auth-source-user-or-password): Use it.
395
396 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
397
398         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
399         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
400         (rfc2104-hash): Use it.
401
402 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
403
404         * gnus-art.el (gnus-article-toggle-truncate-lines):
405         Don't use `iff' in docstring.
406
407 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
408
409         * gnus-registry.el: Adjusted copyright dates and added a keyword.
410
411         * gnus-util.el (gnus-extract-address-component-name)
412         (gnus-extract-address-component-email): Convenience functions around
413         `gnus-extract-address-components'.
414
415         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
416         Use `gnus-extract-address-component-email' to fix bug of comparing full
417         sender name to `user-mail-address'.
418
419 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
420
421         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
422         catch/throw to optimize.
423         (gnus-registry-find-keywords): Just use member to find a keyword.
424
425 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
426
427         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
428         is current before calling gnus-server-prepare.
429         (gnus-server-setup-buffer, gnus-server-update-server)
430         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
431
432 2008-05-04  Juri Linkov  <juri@jurta.org>
433
434         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
435         (mailcap-file-default-commands): Use mailcap-replace-in-string
436         instead of replace-regexp-in-string, and mailcap-delete-duplicates
437         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
438
439 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
440
441         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
442
443 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
444
445         * gnus.el: Bump version to 0.11
446
447 2008-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
448
449         * gnus.el: No Gnus v0.10 is released.
450
451 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
452
453         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
454         hooks.
455         (gnus-update-read-articles): Speed up non-marks-using users.
456         (gnus-use-marks): Define gnus-use-marks.
457         (gnus-propagate-marks): Rename variable to something more sensible.
458
459 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
460
461         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
462         (gmm-image-load-path-for-library): Fix typos in docstrings.
463         (gmm-message): Reflow docstring.
464
465 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
466
467         * mail-source.el (mail-source-set-1, mail-source-bind):
468         Move auth-source code out of the macro to clean it up and fix bugs.
469
470 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
471
472         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
473         by sender if it's equal to user-mail-address, it's likely to be
474         useless.
475
476         * mail-source.el (mail-source-bind): Don't use user or password if they
477         are not bound.  Unintern them if they are nil.  Don't use server unless
478         it's bound, and default it to empty string otherwise.
479
480 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
481
482         * mail-source.el: Load auth-source.el.
483         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
484         get user name or password, if auth-sources is set up.
485
486         * gnus-registry.el (gnus-registry-split-strategy): New variable for
487         strategy of splitting with parent.
488         (gnus-registry-split-fancy-with-parent)
489         (gnus-registry-post-process-groups): Use it and fix prior
490         bug (returning a list as the split result).
491
492         * auth-source.el (auth-sources): Remove server parameter.
493         (auth-source-pick, auth-source-user-or-password)
494         (auth-source-user-or-password-imap)
495         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
496         (auth-source-user-or-password-sftp)
497         (auth-source-user-or-password-smtp): Remove server parameter.
498
499 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
500
501         * smime.el (smime-sign-region, smime-encrypt-region)
502         (smime-decrypt-region):
503         Remove redundant calls to `generate-new-buffer-name'.
504
505 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
506
507         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
508         Don't use QP for message/rfc822.
509         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
510
511 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
512
513         * sieve-manage.el (sieve-string-bytes): Remove.
514         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
515         correct byte-length only if the process's coding-system is the same as
516         the one used internally by Emacs to represent strings.
517
518 2008-04-22  Juri Linkov  <juri@jurta.org>
519
520         * mailcap.el (mailcap-file-default-commands): New function.
521
522 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
523
524         * message.el (message-signature-separator, message-cite-function):
525         Change custom version.
526
527 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
528
529         * tls.el (tls-program): Add -ign_eof argument to call the openssl
530         commands.
531         (tls-checktrust): Ditto.
532
533 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
534
535         * mm-decode.el (mm-display-external): Make temp file read-only.
536
537 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
538
539         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
540         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
541         `C-c C-f d'.
542
543 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
544
545         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
546
547 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
548
549         * gnus.el: Bump version to 0.9.
550
551 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
552
553         * gnus.el: No Gnus v0.8 is released.
554
555 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
556
557         * mail-source.el (mail-source-value):
558         Prefer fboundp to functionp so it works with macros as well.
559
560 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
561
562         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
563         Fix last change in case the element is not even a symbol.
564
565 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
566
567         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
568         Prefer fboundp to functionp so it works with macros as well.
569
570 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
571
572         * auth-source.el: Added docs.
573         (auth-sources): Modify format to support server.
574         (auth-source-pick, auth-source-user-or-password)
575         (auth-source-user-or-password-imap)
576         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
577         (auth-source-user-or-password-sftp)
578         (auth-source-user-or-password-smtp): Add server parameter.
579
580 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
581
582         * gnus-registry.el: Initialize the registry when gnus-registry-install
583         is t.
584
585 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
586
587         * compface.el (uncompface): Make buffer unibyte.
588
589 2008-04-05  Glenn Morris  <rgm@gnu.org>
590
591         * gnus-ems.el (mm-disable-multibyte): Autoload it.
592
593 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
594
595         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
596         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
597
598         * nnheader.el (nnheader-init-server-buffer): Change buffer's
599         multibyteness after rather than before erasing it.
600
601         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
602         mm-with-multibyte.
603         (gnus-request-article-this-buffer): Make sure the proper decoding is
604         used if gnus-original-article-buffer happens to be unibyte.
605
606         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
607         default-enable-multibyte-characters.
608
609         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
610         default-enable-multibyte-characters.
611
612         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
613
614         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
615
616 2008-04-02  Simon Josefsson  <simon@josefsson.org>
617
618         * imap.el (imap-enable-exchange-bug-workaround): New variable.
619         (imap-message-copyuid-1): Use it.
620         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
621         J. Williams in
622         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
623
624         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
625         imap-enable-exchange-bug-workaround.
626         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
627
628 2008-04-01  Simon Josefsson  <simon@josefsson.org>
629
630         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
631         a 100 byte status-checks into a 2-3MB transfer for each group.
632         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
633         to enable bug workaround or not.
634         (nnimap-find-minmax-uid): Only enable workaround conditionally.
635
636 2008-03-31  Glenn Morris  <rgm@gnu.org>
637
638         * message.el (mml2015-use): Declare for compiler.
639         (message-info): Require mml2015 when appropriate.
640
641 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
642
643         * Makefile.in (EMACS_COMP): Quote directory name that might contain
644         whitespace.
645
646 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
647
648         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
649         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
650         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
651         (nntp-service-to-port): New function.
652         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
653         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
654         (nntp-open-netcat-stream): New function.
655         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
656
657 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
658
659         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
660
661 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
662
663         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
664
665 2008-03-28  Magnus Henoch  <mange@freemail.hu>
666
667         * dns.el (dns-write): Use set-buffer-multibyte.
668
669 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
670
671         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
672
673 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
674
675         * message.el (message-signature-separator): Change default.
676         Improve custom type.
677         (message-cite-function): Change default to
678         message-cite-original-without-signature.
679
680         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
681         toggle.
682
683         * message.el (message-check-news-body-syntax): Fix signature check.
684         (message-setup-1): Mark buffer as unmodified _after_ running
685         message-setup-hook and handling message-alternative-emails.
686         (message-shorten-references): Be more strict when building list of
687         valid references to comply with GNKSA.
688
689         * gnus-group.el (gnus-read-ephemeral-bug-group)
690         (gnus-read-ephemeral-debian-bug-group)
691         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
692
693         * message.el (message-info): Don't use booleanp which isn't supported
694         in Emacs 21 and XEmacs.
695
696 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
697
698         * gnus-group.el (gnus-gmane-group-download-format): Rename from
699         gnus-group-gmane-group-download-format.
700         (gnus-group-read-ephemeral-gmane-group): Rename from
701         gnus-group-read-ephemeral-gmane-group.
702         (gnus-read-ephemeral-gmane-group-url): Rename from
703         gnus-group-read-ephemeral-gmane-group-url.
704         (gnus-bug-group-download-format-alist):  New variable.
705         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
706         (gnus-read-ephemeral-emacs-bug-group): New commands.
707
708 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
709
710         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
711         (gnus-visible-headers): Improve custom type.
712
713 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
714
715         * mml.el (mml-menu): Add workarounds for XEmacs.
716
717         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
718         X-Boundary header.
719
720         * message.el (message-simplify-recipients): Fix previous commit.
721
722 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
723
724         * mm-util.el (mm-set-buffer-multibyte): New function.
725         * mm-decode.el (mm-copy-to-buffer): Use it.
726
727 2008-03-19  Glenn Morris  <rgm@gnu.org>
728
729         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
730         Accidentally removed in the sync process with Emacs.
731
732 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
733
734         * message.el (message-alter-recipients-discard-bogus-full-name):
735         New function.
736         (message-alter-recipients-function): New variable.
737         (message-get-reply-headers): Use it.
738         (message-replace-header): New helper function.
739         (message-recipients-without-full-name): New variable.
740         (message-simplify-recipients): New command.
741
742         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
743
744         * message.el (message-info): Handle EasyPG manual.
745
746         * mml.el (mml-menu): Add entry for EasyPG.
747
748 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
749
750         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
751         parameter.
752
753         * message.el (message-disassociate-draft): Specify drafts group name
754         fully.
755
756 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
757
758         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
759         unnecessary duplicates from the match list.
760
761 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
762
763         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
764
765         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
766
767         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
768         args of `how-many' of which the XEmacs version doesn't take; declare
769         Info-index-next as function.
770
771 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
772
773         * gnus-score.el (gnus-score-headers): Fix handling of
774         gnus-inhibit-slow-scoring.
775
776         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
777         string.
778         (gnus-button-url-regexp): Improve handling of parenthesis.
779         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
780         (gnus-button-handle-info-keystrokes): Handle index entries.
781
782 2008-03-15  Glenn Morris  <rgm@gnu.org>
783
784         * parse-time.el (parse-time-string): Simplify.
785
786 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
787
788         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
789         Incoming* files.
790
791 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
792
793         * auth-source.el (auth-sources): Renamed from auth-source-choices.
794         (auth-source-pick): Use it.
795
796 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
797
798         * binhex.el (binhex-decode-region-internal):
799         * uudecode.el (uudecode-decode-region-internal):
800         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
801         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
802         setting default-enable-multibyte-characters.
803
804 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
805
806         * auth-source.el (auth-source-protocols)
807         (auth-source-protocols-customize, auth-source-choices): Added and
808         modified variable customizations and defaults.
809         (auth-source-pick, auth-source-user-or-password)
810         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
811         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
812         (auth-source-user-or-password-sftp)
813         (auth-source-user-or-password-smtp): Use new variables and provide an
814         interface to netrc.el.
815
816 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
817
818         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
819         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
820         Make sure the nntp port to specify is a string.
821
822 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
823
824         * nntp.el: Use with-current-buffer.
825         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
826         dubious mm-with-unibyte-current-buffer.
827         (nntp-with-open-group-function): New function extracted from
828         nntp-with-open-group macro.
829         (nntp-with-open-group): Use the function, so it's easier to debug.
830         Add indentation and debugging info.
831         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
832         the use of the netcat alternatives.
833
834         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
835         Avoid mm-string-as-multibyte as well.
836
837         * nnweb.el (nnweb-insert-html):
838         Remove use of nnheader-string-as-multibyte.
839
840         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
841         (nnheader-string-as-multibyte): Remove.
842
843         * mm-view.el: Use inhibit-read-only.
844         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
845         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
846         or unibyte-string.
847
848         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
849         (mm-uu-yenc-extract): Use with-current-buffer.
850
851         * gnus-soup.el (gnus-soup-send-packet): Don't use
852         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
853
854         * nnmh.el: Use with-current-buffer.
855         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
856         mm-string-as-multibyte on the output of mm-encode-coding-string.
857
858         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
859         (nnimap-request-move-article): Use with-current-buffer.
860
861         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
862         inserting the handle-buffer's text, so the implicit multibyte->unibyte
863         conversion uses string-make-unibyte rather than string-as-unibyte.
864
865         * gnus-msg.el: Use with-current-buffer.
866
867         * message.el (message-ignored-resent-headers): Add "Delivered-To".
868
869 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
870
871         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
872         string for caching if it is 'PIN.
873
874 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
875
876         * lpath.el: Consider the case without Emacs/W3.
877
878 2008-03-08  Glenn Morris  <rgm@gnu.org>
879
880         * time-date.el (date-to-time, time-subtract, time-add)
881         (safe-date-to-time): Doc fixes.
882
883 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
884
885         * mail-source.el (mail-source-delete-old-incoming-confirm):
886         Change default to nil.
887         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
888
889 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
890
891         * lpath.el: Rearrange.
892
893         * gnus-art.el (gnus-narrow-to-page): Position point properly.
894         (gnus-article-goto-prev-page): Work for articles having ^L's.
895
896         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
897
898         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
899
900 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
901
902         * gnus-bookmark.el: Adjust for renames in bookmark.el.
903         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
904         (gnus-bookmark-jump): Adjust some variable names.
905
906 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
907
908         * auth-source.el: New package.
909         (auth-source-choices): Add customization entry point variable.
910
911         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
912         bug.
913
914 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
915
916         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
917         (gnus-registry-initialize, gnus-registry-install-p): Use it.
918         (gnus-registry-install-shortcuts): Rename from
919         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
920         the `gnus-registry-mark-map' keymap dynamically from
921         `gnus-registry-marks'.  The generated functions update the summary line
922         when a registry mark is added or deleted, and will call
923         `gnus-registry-install-p' (see the comments in the code).
924         (gnus-registry-user-format-function-M): Use concat intelligently.
925
926         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
927         the registry mark functions.
928
929 2008-03-05  Glenn Morris  <rgm@gnu.org>
930
931         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
932         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
933         gnus-art.
934         (top-level): No need to load own source when compiling.
935
936 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
937
938         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
939         Suggested by <chris.anderton@zetnet.co.uk>.
940
941 2008-03-04  Glenn Morris  <rgm@gnu.org>
942
943         * gnus-sum.el (top-level): No need to require gnus when compiling,
944         since unconditionally required near start of file.
945         (gnus-summary-display-while-building): Move definition before use.
946
947 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
948
949         * gnus-registry.el (gnus-registry-user-format-function-M): Add
950         formatting function.
951
952 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
953
954         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
955         with plists.
956         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
957         Use new format.
958
959 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
960
961         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
962         `where-is-internal' that returns a range of key sequences.
963
964 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
965
966         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
967
968         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
969         (gnus-summary-jump-to-group): Consider windows on other displayed
970         frames as well.  Similar changes might be needed elsewhere, but that's
971         the one I've bumped into during my use.
972
973         * nndoc.el (nndoc-oe-dbx-type-p):
974         * gnus-msg.el (gnus-debug):
975         * gnus-group.el (gnus-update-group-mark-positions):
976         Use mm-string-to-multibyte.
977
978 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
979
980         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
981         doesn't handle NotDashEscaped.
982
983         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
984         (mml-dnd-attach-options): Fix typo in custom choice.
985
986         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
987         nndoc-article-type to mbox.
988         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
989
990         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
991         to nil, instead of html2text.
992
993         * imap.el (imap-debug): Add `imap-ping-server'.
994
995         * gnus-bookmark.el: Add FIXMEs.
996
997         * message.el (message-form-letter-separator)
998         (message-send-form-letter-delay): New variables.
999         (message-send-form-letter): Use them.  New command to send form
1000         letters.  Requested by Uwe Siart.
1001         (message-send-mail-function): Doc fix.  Add "Other" custom option.
1002
1003 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
1004
1005         * Update copyright years.
1006
1007 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
1008
1009         Sync from EMACS_22_BASE.
1010
1011         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
1012
1013 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
1014
1015         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
1016         empty author.
1017
1018 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
1019
1020         * gnus-registry.el (gnus-registry-marks): Add variable for
1021         customization of marks and their appearance.
1022         (gnus-registry-read-mark): Use it.
1023         (gnus-registry-do-marks): Add utility function to loop through
1024         `gnus-registry-marks'.
1025         (gnus-registry-install-shortcuts-and-menus): Add function to install
1026         shortcuts and menus.
1027         (gnus-registry-initialize): Use it.
1028         (gnus-registry-default-mark): Clarify documentation.
1029
1030 2008-02-29  Glenn Morris  <rgm@gnu.org>
1031
1032         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
1033         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
1034         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
1035         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
1036         Change defcustom :version from 23.0 to 23.1.
1037
1038 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
1039
1040         * gnus-registry.el (gnus-registry-follow-group-p)
1041         (gnus-registry-post-process-groups): Add functions to aid registry
1042         splitting and improve logging.  Clarify behavior in function
1043         documentation.
1044         (gnus-registry-split-fancy-with-parent): Use them.
1045
1046 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1047
1048         * gnus-art.el: Use with-current-buffer.
1049
1050 2008-02-27  David Engster  <dengste@eml.cc>
1051
1052         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
1053         Express real group name in the response.
1054
1055 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1056
1057         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
1058         (nnmairix-last-server, nnmairix-current-server): Defvar them.
1059         (nnmairix-goto-original-article): Defvar gnus-registry-install and
1060         autoload gnus-registry-fetch-group when compiling.
1061         (nnmairix-request-group-with-article-number-correction): Remove
1062         unreferenced argument passed to nnmairix-call-backend.
1063
1064 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
1065
1066         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
1067         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
1068         Wilde.
1069
1070 2008-02-27  Glenn Morris  <rgm@gnu.org>
1071
1072         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
1073         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
1074         variables to defconsts.  Convert comments to doc-strings.
1075         (nnmairix-last-server, nnmairix-current-server): Convert from free
1076         variables to defvars.  Convert comments to doc-strings.
1077         (gnus-registry-fetch-group): Autoload.
1078         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
1079         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
1080         (nnmairix-widget-build-editable-fields): Use car cddr rather than
1081         caddr.
1082         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
1083         nnmairix-request-group-with-article-number-correction call.
1084         (nnmairix-fast, nnmairix-group): New, less general names, for free
1085         variables passed from nnmairix-request-group to
1086         nnmairix-request-group-with-article-number-correction.  Declare.
1087         (nnmairix-request-group-with-article-number-correction):
1088         Use nnmairix-fast, nnmairix-group rather than fast, group.
1089
1090 2008-02-26  David Engster  <dengste@eml.cc>
1091
1092         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
1093         version 0.5.
1094
1095 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
1096
1097         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
1098         instead of making an extra function call.  Don't add the current group
1099         to articles only when they have the group.  Use
1100         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
1101         Reported by David <de_bb@arcor.de>.
1102
1103 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1104
1105         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
1106         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
1107
1108 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
1109
1110         * mail-source.el (mail-source-delete-incoming): Change default.
1111         Supplement doc string.
1112
1113         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
1114
1115 2008-02-14  Glenn Morris  <rgm@gnu.org>
1116
1117         * time-date.el (format-seconds): New function.
1118
1119 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
1120
1121         * nnmail.el (nnmail-message-id-cache-file): Derive from
1122         `gnus-home-directory'.
1123
1124 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
1125
1126         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
1127         Document negative prefix.
1128
1129         * gnus-group.el (gnus-group-read-group): Document negative prefix.
1130
1131 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1132
1133         * message.el (message-unsent-separator): Add the Exim bounce
1134         separator.
1135
1136 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
1137
1138         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
1139         list.
1140         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
1141         recipient/signer list.
1142
1143 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1144
1145         * Makefile.in (datarootdir): Define.
1146         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
1147         name that might contain whitespace.
1148
1149 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
1150
1151         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
1152         fbound (Emacs 23 unicode), signal an error.
1153
1154 2008-02-08  Glenn Morris  <rgm@gnu.org>
1155
1156         * gnus-art.el (pgg-display-output-buffer): Declare as function.
1157
1158 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
1159
1160         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
1161         ports to the calls to `netrc-machine-user-or-password' in addition to
1162         "imap" and "imaps".
1163
1164 2008-02-01  Zhang Wei  <id.brep@gmail.com>
1165
1166         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
1167
1168         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
1169
1170 2008-02-01  Kenichi Handa  <handa@m17n.org>
1171
1172         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
1173         rfc2104-hexstring-to-bitstring and changed to return a byte list.
1174         (rfc2104-hash): Convert the result of concat to unibyte string.
1175
1176 2008-02-01  Dave Love  <fx@gnu.org>
1177
1178         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
1179         coding-system-for-read.
1180         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
1181
1182 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
1183
1184         * gnus.el (gnus-group-startup-message): Add `find-image' call before
1185         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
1186         <hanche@math.ntnu.no>.
1187
1188 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1189
1190         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
1191
1192         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
1193
1194 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
1195
1196         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
1197         * message.el (message-beginning-of-line): Use featurep instead of bound
1198         tests in order to resolve conditionals at compile time.
1199
1200 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
1201
1202         * mail-source.el (mail-sources): Add `group' choice.
1203
1204         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
1205         parameter `in-group' to control into which group the articles go.
1206         Add treatment of `group' mail-source.
1207
1208 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1209
1210         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
1211
1212         * mm-decode.el (mm-dissect-buffer): Decode description.
1213
1214         * mml.el (mml-to-mime): Encode message header first.
1215
1216 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1217
1218         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
1219         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
1220
1221         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
1222         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
1223
1224 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
1225
1226         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
1227
1228 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1229
1230         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
1231         prefix keys.
1232         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
1233         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
1234         gnus-xmas.el.
1235
1236         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
1237         (gnus-xmas-article-describe-bindings): New function.
1238         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
1239         gnus-xmas-article-describe-bindings.
1240
1241         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
1242
1243 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1244
1245         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
1246         Add new variables for article mark management.
1247         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
1248         list of extra data entries which, when present, will indicate that the
1249         article ID should not be trimmed from the registry.
1250         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
1251         functions.
1252         (gnus-registry-read-mark): New function to read a mark name from the
1253         user.
1254         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
1255         (gnus-registry-set-article-mark-internal): New functions to add and
1256         remove marks.
1257         (gnus-registry-get-article-marks): New function to show the marks for
1258         an article, or retrieve them for further use.
1259
1260 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1261
1262         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
1263         keys when no argument is given.
1264
1265 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
1266
1267         * imap.el (imap-ping-server): New variable.
1268         (imap-opened): On add extra ping if imap-ping-server is non-nil.
1269         (imap-ping-server): Minor doc string fixes.
1270
1271 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1272
1273         * imap.el (imap-ping-server): New function.
1274         (imap-opened): Call imap-ping-server.
1275
1276 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
1277
1278         * gnus-sum.el (gnus-article-sort-by-random)
1279         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
1280         jidanni@jidanni.org.
1281
1282 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1283
1284         * gnus-art.el (gnus-article-describe-bindings): New function.
1285         (gnus-article-read-summary-keys): Use it.
1286         (gnus-article-mode-map): Bind `C-h b' to it.
1287
1288 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1289
1290         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
1291         XEmacs.
1292         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
1293         against non-character events.
1294
1295         * lpath.el: Fbind map-keymap for Emacs 21.
1296
1297 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
1298
1299         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
1300         command.
1301         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
1302         instead of END.  Change name of the temp file.
1303         (gnus-group-gmane-group-download-format): Add doc string.  Make it
1304         customizable.
1305
1306 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1307
1308         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
1309         bind `S W' to gnus-article-wide-reply-with-original; set default
1310         binding to gnus-article-read-summary-send-keys.
1311         (gnus-article-read-summary-keys): Fix the order of keys; display
1312         continuation keys correctly in the echo area; describe bindings
1313         correctly when keys end with `C-h'.
1314         (gnus-article-read-summary-send-keys): New function.
1315         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
1316         for gnus-article-read-summary-send-keys; display continuation keys
1317         correctly in the echo area.
1318         (gnus-article-reply-with-original): Ignore prefix argument.
1319         (gnus-article-wide-reply-with-original): New function.
1320
1321         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
1322         Emacs 21.
1323
1324 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1325
1326         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
1327         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
1328
1329 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
1330
1331         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
1332         (gnus-group-read-ephemeral-gmane-group): New command.
1333
1334 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
1335
1336         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
1337
1338 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
1339
1340         * message.el (message-send-mail-function): Increase custom version.
1341
1342         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
1343         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
1344
1345 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
1346
1347         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
1348         for the cases where imap-authenticate is called with a nil buffer
1349         parameter.
1350
1351 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1352
1353         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
1354         html parts correctly; support forwarded messages.
1355         (gnus-article-browse-html-article): Remove work buffers.
1356
1357         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
1358         compiling.
1359         (netrc-bound-and-true-p): New macro.
1360         (netrc-parse): Use it instead of bound-and-true-p that is not available
1361         in XEmacs 21.4.
1362
1363 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
1364
1365         * gnus-registry.el (gnus-registry-mark-article)
1366         (gnus-registry-article-marks): Add functionality to mark articles
1367         through the Gnus registry.
1368
1369         * encrypt.el: Clarify documentation for the new pgg method.
1370         (encrypt-file-alist): Add PGG option.
1371         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
1372         functionality.  Abstract password key and messaging to external
1373         functions.
1374         (encrypt-password-key, encrypt-get-passphrase-if-needed)
1375         (encrypt-message-method-and-cipher): Add new convenience external
1376         functions.
1377         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
1378         (encrypt-pgg-process-buffer): Add PGG functionality glue.
1379
1380         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
1381         (netrc-parse): Use encrypt-file-alist to determine if
1382         encrypt-find-model or encrypt-insert-file-contents should be used.
1383
1384         * encrypt.el: Clarify documentation.  Load password-cache or
1385         password, whichever one is found first, instead of autoloading.
1386
1387 2007-12-19  Glenn Morris  <rgm@gnu.org>
1388
1389         * mml.el (message-options-set, message-narrow-to-head)
1390         (message-in-body-p, message-mail-p, message-encode-message-body):
1391         Autoload.
1392         (message-remove-header, message-narrow-to-headers-or-head)
1393         (message-subscribed-p, message-make-mail-followup-to)
1394         (message-position-on-field, message-news-p)
1395         (message-options-set-recipient, message-generate-headers)
1396         (message-sort-headers): Declare as functions.
1397
1398 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
1399
1400         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
1401         convention in doc string.
1402
1403 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1404
1405         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
1406         title to html parts.
1407         (gnus-article-browse-html-article): Pass message header to it.
1408
1409         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
1410
1411 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
1412
1413         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
1414         or password compatible with XEmacs.
1415
1416 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
1417
1418         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
1419         format document.
1420         (gnus-mime-delete-part): Don't write description line if empty.
1421         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
1422
1423 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
1424
1425         * gnus-sum.el (gnus-summary-mark-unread-as-read)
1426         (gnus-summary-mark-read-and-unread-as-read)
1427         (gnus-summary-mark-current-read-and-unread-as-read)
1428         (gnus-summary-mark-unread-as-ticked): Doc fix.
1429         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
1430
1431 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
1432
1433         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
1434         Christoph Conrad <christoph.conrad@gmx.de>.
1435
1436 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
1437
1438         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
1439         yes-or-no-p.
1440
1441 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1442
1443         * mm-decode.el (mm-add-meta-html-tag): New function.
1444         (mm-save-part-to-file, mm-pipe-part): Use it.
1445
1446         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
1447         gnus-y-or-n-p instead of y-or-n-p.
1448         (gnus-article-browse-html-parts): Work with message/external-body; use
1449         mm-add-meta-html-tag.
1450
1451 2007-12-11  Glenn Morris  <rgm@gnu.org>
1452
1453         * gnus-cache.el: Require gnus-sum not just when compiling.
1454
1455         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
1456
1457         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
1458         definitions before use.
1459
1460         * mm-decode.el: Require gnus-util.
1461         (mm-remove-part): Only call delete-annotation on XEmacs.
1462
1463         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
1464
1465         * nnmail.el: Require gnus-int.
1466
1467         * spam.el: Move `require's before `eval-when-compile's.
1468
1469         * gnus-ems.el (gnus-alive-p):
1470         * gnus-fun.el (message-goto-eoh):
1471         * gnus-util.el (gnus-group-name-decode):
1472         * mail-source.el (gnus-compress-sequence):
1473         * message.el (Info-goto-node, format-spec):
1474         * mm-bodies.el (message-options-get):
1475         * mm-decode.el (mm-view-pkcs7):
1476         * mm-util.el (gmm-write-region):
1477         * mml-smime.el (mml-compute-boundary)
1478         (gnus-completing-read-with-default):
1479         * mml.el (widget-button-press, gnus-make-hashtable):
1480         * mml1991.el (mm-decode-content-transfer-encoding)
1481         (mm-encode-content-transfer-encoding)
1482         (message-options-get, message-options-set):
1483         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
1484         * nnfolder.el (gnus-request-group):
1485         * nnheader.el (ietf-drums-unfold-fws):
1486         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
1487         * smime.el (gnus-run-mode-hooks):
1488         * spam-stat.el (gnus-message): Autoload.
1489
1490         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
1491         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
1492         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
1493         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
1494         Add declare-function compatibility definition.
1495
1496         * gnus-cache.el (nnvirtual-find-group-art):
1497         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
1498         (gnus-add-image, gnus-add-wash-type):
1499         * gnus-group.el (nnkiboze-score-file):
1500         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
1501         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
1502         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
1503         (message-tokenize-header, gnus-get-buffer-create)
1504         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
1505         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
1506         * gnus.el (gnus-group-decoded-name):
1507         * mail-source.el (imap-capability):
1508         * mm-bodies.el (message-options-set):
1509         * mm-decode.el (gnus-configure-windows):
1510         * mm-extern.el (message-goto-body):
1511         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
1512         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
1513         (epg-sub-key-validity, message-options-set):
1514         * mml.el (widget-event-point, gnus-configure-windows):
1515         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
1516         * mml2015.el (epg-check-configuration, epg-configuration)
1517         (message-options-set):
1518         * nndb.el (nndb-request-article):
1519         * nnfolder.el (gnus-request-create-group):
1520         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
1521         * nnmaildir.el (gnus-group-mark-article-read):
1522         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
1523         * rfc1843.el (message-fetch-field):
1524         * spam.el (gnus-extract-address-components):
1525         Declare as functions.
1526
1527 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1528
1529         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
1530
1531         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
1532
1533         * lpath.el: Fbind run-mode-hooks for Emacs 21;
1534         bind show-trailing-whitespace for XEmacs.
1535
1536 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
1537
1538         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
1539         new no-op macro for backward compatibility.
1540
1541         * imap.el (imap-string-to-integer): New function.
1542
1543 2007-12-09  Glenn Morris  <rgm@gnu.org>
1544
1545         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
1546
1547         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
1548         * message.el, mm-view.el, sieve-manage, smime.el:
1549         Add declare-function compatibility definition.
1550
1551         * gnus-art.el (w3-region, w3m-region, Info-menu):
1552         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
1553         * gnus-sum.el (gnus-get-predicate):
1554         * gnus-util.el (mm-append-to-file, w32-focus-frame):
1555         * message.el (mail-abbrev-in-expansion-header-p):
1556         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
1557         (w3m-detect-meta-charset, w3m-region):
1558         * sieve-manage.el (password-read, password-cache-add)
1559         (password-cache-remove):
1560         * smime.el (password-read-and-add): Declare as functions.
1561
1562 2007-12-08  David Kastrup  <dak@gnu.org>
1563
1564         * gnus-sum.el (gnus-summary-simplify-subject-query):
1565         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
1566         `message'.
1567
1568 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1569
1570         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
1571         it to bind idna-program, installation-directory, defined-colors, and
1572         face-attribute for XEmacs of the version that compiles defcustom forms.
1573
1574 2007-12-07  Glenn Morris  <rgm@gnu.org>
1575
1576         * gnus-art.el (article-make-date-line): Revert previous change.
1577
1578 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
1579
1580         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
1581
1582 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
1583
1584         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
1585         Call gnus-add-to-range ranges only once with a prepared article-list.
1586
1587 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
1588
1589         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
1590         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
1591         group names with backslashes.  Reported by Tassilo Horn
1592         <tassilo@member.fsf.org>.
1593
1594 2007-12-06  D. Goel  <deego3@gmail.com>
1595
1596         * gnus-art.el (article-make-date-line):
1597         * gnus-start.el (gnus-load):
1598         * pop3.el (pop3-read-response): Fix buggy call to `error'.
1599
1600 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1601
1602         * gnus-art.el (gnus-use-idna)
1603         * gnus-start.el (gnus-site-init-file)
1604         * message.el (message-use-idna)
1605         * mm-uu.el (mm-uu-hide-markers)
1606         * smiley.el (smiley-style): Revert changes that suppress warnings.
1607
1608 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1609
1610         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
1611         specify charset to html source.  Reported by Christoph Conrad
1612         <christoph.conrad@gmx.de>.
1613
1614 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1615
1616         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
1617         idna-program in order to suppress byte compile warning issued by XEmacs
1618         that came to byte compile the default value section of defcustom forms
1619         recently.
1620
1621         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
1622         value of installation-directory.
1623
1624         * message.el (message-use-idna): Don't directly refer to the value of
1625         idna-program.
1626
1627         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
1628
1629         * smiley.el (smiley-style): Don't directly call face-attribute.
1630
1631 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
1632
1633         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
1634
1635         * gnus-dired.el: Reduce Gnus dependencies.
1636         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
1637         require.  Use autoloads instead.
1638         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
1639         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
1640         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
1641         (gnus-dired-mode): Adjust doc string.
1642         (gnus-dired-mail-mode): New variable.
1643         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
1644         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
1645         (gnus-dired-mail-buffers): New function.  Return mail or message
1646         composition buffers.
1647         (gnus-dired-attach): Use it.
1648         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
1649         NO-DECODE.
1650         (gnus-dired-print): Use `gnus-print-buffer' depending on
1651         `gnus-dired-mail-mode'.
1652
1653 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1654
1655         * rfc2047.el (rfc2047-encoded-word-regexp)
1656         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
1657         explaining what regexp patterns are for.
1658
1659 2007-12-04  Glenn Morris  <rgm@gnu.org>
1660
1661         * password.el: Move to password-cache.el.
1662
1663         * mml1991.el (password-read, password-cache-add, password-cache-remove):
1664         * mml2015.el (password-read, password-cache-add, password-cache-remove):
1665         * mml-smime.el (password-read, password-cache-add)
1666         (password-cache-remove):
1667         No need to autoload, since mml-sec requires password.
1668
1669         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
1670         * message.el (gnus-extract-address-components):
1671         * mml-smime.el (gnus-extract-address-components): Define for compiler.
1672
1673         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
1674         password.
1675
1676 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
1677
1678         * mailcap.el: Reduce dependencies.
1679         (mail-header-parse-content-type): Autoload.
1680         (mailcap-delete-duplicates): New alias.
1681         (mailcap-mime-info): Add optional argument NO-DECODE.
1682         (mailcap-mime-types): Use mailcap-delete-duplicates.
1683
1684         * message.el (message-ignored-supersedes-headers): Add "X-ID".
1685
1686 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
1687
1688         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
1689         (imap-parse-status): Upcase status-att for servers that sends them
1690         lower-case (e.g., MS Exchange 2007).
1691
1692 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1693
1694         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
1695         function.
1696
1697         * gnus-uu.el (gnus-uu-decode-yenc): New command.
1698         (gnus-uu-yenc-article): New function.
1699
1700         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
1701
1702         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
1703         buffer.
1704
1705 2007-12-02  Glenn Morris  <rgm@gnu.org>
1706
1707         * binhex.el (binhex): New custom group.
1708         (binhex-decoder-program, binhex-decoder-switches)
1709         (binhex-use-external): Move to the binhex custom group.
1710
1711         * uudecode.el (uudecode): New custom group.
1712         (uudecode-decoder-program, uudecode-decoder-switches)
1713         (uudecode-use-external): Move to the uudecode custom group.
1714
1715         * netrc.el (top-level): Don't load `encrypt' features.
1716         (netrc-parse): Don't use encrypt.
1717         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
1718
1719         * encrypt.el: Remove file.
1720
1721 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
1722
1723         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
1724         matches on patches.
1725
1726         * gnus-art.el (gnus-article-browse-html-article): Mention
1727         `mm-text-html-renderer' in the doc string.
1728
1729         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
1730         string.  Add comments.
1731
1732         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
1733         if rhs is ASCII.
1734
1735 2007-12-01  Glenn Morris  <rgm@gnu.org>
1736
1737         * mail-source.el (top-level): Require format-spec before
1738         eval-when-compile.
1739
1740 2007-11-30  Glenn Morris  <rgm@gnu.org>
1741
1742         * encrypt.el: Require password, rather than autoloading password-read.
1743
1744 2007-11-29  Glenn Morris  <rgm@gnu.org>
1745
1746         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
1747         (sasl-make-client, sasl-next-step, sasl-step-data)
1748         (sasl-step-set-data): Declare as functions.
1749
1750 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
1751
1752         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
1753
1754 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
1755
1756         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
1757         certs should be verified and what is to be done in the event of a
1758         verification failure.
1759
1760         * gnus.el (gnus-method-to-server): Add an optional parameter so the
1761         caller can indicate whether the cache should be disregarded for this
1762         call.  This way the result of the call is reproducible at all times and
1763         can be considered a canonical server name for the supplied method.
1764         (gnus-agent-method-p): Canonicalize server names by pushing their
1765         method through `gnus-method-to-server' using the no-cache argument.
1766
1767         * gnus-srvr.el (gnus-server-insert-server-line): Call
1768         `gnus-method-to-server' with `no-cache' argument.
1769
1770         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
1771         gnus-agent-possibly-synchronize-flags as this should be called when the
1772         server is actually being opened.
1773         (gnus-agent-possibly-synchronize-flags)
1774         (gnus-agent-possibly-synchronize-flags-server): Move check for the
1775         flags file of an agentized server to the latter function.
1776
1777         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
1778         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
1779         after a connection has been established successfully.
1780
1781 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1782
1783         * gnus-art.el (article-display-face): Force to display face if called
1784         interactively; check if gnus-article-x-face-too-ugly matches author.
1785         (article-display-x-face): Display face even if From header is missing
1786         as article-display-face does.
1787
1788 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
1789
1790         * hashcash.el (message-narrow-to-headers-or-head)
1791         (message-fetch-field, message-goto-eoh)
1792         (message-narrow-to-headers): Declare as functions.
1793
1794 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
1795
1796         * mail-source.el (mail-sources): Default to fetch from file for
1797         compatibility with default of nnmail-spool-file.
1798
1799 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1800
1801         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
1802         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
1803         to look for encoded word that should be encoded again.
1804         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
1805         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
1806         encoding pattern.
1807         (rfc2047-decode-region): Switch strict regexp and loose one according
1808         to rfc2047-allow-irregular-q-encoded-words.
1809
1810 2007-11-25  Romain Francoise  <romain@orebokech.com>
1811
1812         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
1813
1814 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
1815
1816         * tls.el (tls-program): Provide more custom choices from
1817         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
1818         (tls-process-connection-type, tls-success): Remove "*" in doc string.
1819
1820 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1821
1822         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
1823         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
1824
1825         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
1826         `nnmail-spool-file'.
1827
1828         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
1829         `nnmail-spool-file'.
1830
1831         * gnus-move.el (gnus-change-server): Ditto.
1832
1833         * gnus-kill.el (gnus-batch-score): Ditto.
1834
1835         * gnus-cache.el (gnus-jog-cache): Ditto.
1836
1837         * gnus-msg.el (gnus-summary-reply):
1838         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
1839
1840 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1841
1842         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
1843         version.  Minor improvement to doc strings.
1844         (tls-program): Add comment.
1845
1846 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
1847
1848         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
1849         (tls-checktrust): New variable.  Check if GNU TLS complained about a
1850         mismatch between the hostname provided in the certificate and the name
1851         of the host connnecting to.
1852         (open-tls-stream): Use them.  Check certificates against trusted root
1853         certificates.
1854
1855 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1856
1857         * gnus-cache.el (gnus-cache-generate-nov-databases):
1858         Use nnml-generate-nov-databases-directory instead of
1859         nnml-generate-nov-databases-1.
1860
1861 2007-11-24  Glenn Morris  <rgm@gnu.org>
1862
1863         * message.el (message-tool-bar-retro): Update for rename
1864         mail_send.xpm->mail-send.xpm.
1865
1866 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
1867
1868         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
1869         `smime-ldap-search' for Emacs 22 and up.
1870
1871 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1872
1873         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
1874
1875         * message.el (message-send-mail-function): Fix error convention.
1876         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
1877         (message-widen-reply, message-send-mail, message-talkative-question)
1878         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
1879         (message-clone-locals, message-send-news): Use with-current-buffer.
1880         (message-insert-or-toggle-importance): Remove unused var `valid'.
1881         (message-make-references): Remove unused var `new-references'.
1882         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
1883
1884 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
1885
1886         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
1887         (spam-split-symbolic-return-positive): Reflow docstring.
1888         (spam-backends, spam-summary-exit-behavior)
1889         (spam-mark-ham-unread-before-move-from-spam-group)
1890         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
1891         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
1892         (spam-clear-cache, spam-backend-check, spam-install-backend)
1893         (spam-install-statistical-backend, spam-list-of-processors)
1894         (spam-group-processor-p, spam-split, spam-bogofilter-score)
1895         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
1896         (spam-check-crm114, spam-initialize, spam-unload-hook):
1897         Fix typos in docstrings.
1898
1899 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1900
1901         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
1902         been checked if they have never been read and those group levels are
1903         higher than the one that a user specified.
1904
1905 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1906
1907         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
1908         foreign groups unless a group level is specified by a user.
1909         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
1910
1911 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
1912
1913         * message.el (message-send-mail-function): Require sendmail.
1914
1915 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
1916
1917         * message.el (message-send-mail-function): Check for smtpmail too.
1918
1919         * utf7.el (utf7-encode, utf7-decode): Use coding system
1920         `utf-7'/`utf-7-imap' from utf-7.el' if available.
1921
1922         * message.el (message-send-mail-function): New function.
1923         (message-send-mail-function): Set default using
1924         message-send-mail-function.  Adjust doc string.
1925         (message-send-mail-with-mailclient): New function.
1926
1927 2007-11-17  Richard Stallman  <rms@gnu.org>
1928
1929         * assistant.el: Remove file.
1930
1931 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
1932
1933         * smime.el (from):
1934         * rfc2047.el (message-posting-charset):
1935         * qp.el (mm-use-ultra-safe-encoding):
1936         * pop3.el (parse-time-months):
1937         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
1938         * nnml.el (files):
1939         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
1940         (jka-compr-compression-info-list, ange-ftp-path-format)
1941         (efs-path-regexp):
1942         * nndiary.el (files):
1943         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
1944         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
1945         (epg-digest-algorithm-alist, inhibit-redisplay)
1946         (password-cache-expiry):
1947         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
1948         (pgg-output-buffer, password-cache-expiry):
1949         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
1950         (efs-path-regexp):
1951         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
1952         (inhibit-redisplay):
1953         * mm-uu.el (file-name, start-point, end-point, entry)
1954         (gnus-newsgroup-name, gnus-newsgroup-charset):
1955         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
1956         (latin-unity-ucs-list):
1957         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
1958         (mm-uu-binhex-decode-function):
1959         * message.el (gnus-message-group-art, gnus-list-identifiers, )
1960         (rmail-enable-mime-composing, gnus-local-organization)
1961         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
1962         (gnus-read-active-file, facemenu-add-face-function)
1963         (facemenu-remove-face-function, gnus-article-decoded-p)
1964         (tool-bar-mode):
1965         * mail-source.el (display-time-mail-function):
1966         * gnus-util.el (nnmail-pathname-coding-system)
1967         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
1968         (gnus-original-article-buffer, gnus-user-agent)
1969         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
1970         (xemacs-codename, sxemacs-codename, emacs-program-version):
1971         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
1972         * gnus-start.el (gnus-agent-covered-methods)
1973         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
1974         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
1975         (gnus-newsgroup-headers, gnus-group-list-mode)
1976         (gnus-group-mark-positions, gnus-newsgroup-data)
1977         (gnus-newsgroup-unreads, nnoo-state-alist)
1978         (gnus-current-select-method, mail-sources)
1979         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
1980         (nnmail-spool-file, gnus-cache-active-hashtb):
1981         * gnus-mh.el (mh-lib-progs):
1982         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
1983         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
1984         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
1985         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
1986         (gnus-group-buffer):
1987         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
1988         (font-lock-set-defaults):
1989         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
1990         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
1991         (gnus-summary-post-menu, total-parts, type, condition, length):
1992         * gnus-agent.el (gnus-agent-read-agentview):
1993         * flow-fill.el (show-trailing-whitespace):
1994         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
1995         eval-and-compile wrappers for byte compiler pacifiers.
1996
1997         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
1998         (mm-display-inline-fontify): Check for featurep 'xemacs not
1999         extent-list.
2000
2001         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
2002         itimer-list.
2003         (mm-create-image-xemacs): Only do something for XEmacs.
2004         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
2005
2006         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
2007
2008         * gnus-registry.el (gnus-adaptive-word-syntax-table):
2009         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
2010
2011 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
2012
2013         * nnimap.el (nnimap-split-download-body):
2014         * gnus-demon.el (gnus-demon):
2015         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
2016
2017 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2018
2019         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
2020         macros.
2021         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
2022         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
2023         copy data from unibyte buffer to multibyte current buffer.
2024         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
2025         to copy data from unibyte current buffer to multibyte buffer.
2026         (nntp-make-process-buffer): Make process buffer unibyte.
2027
2028         * pop3.el (pop3-open-server): Fix typo in Lisp code.
2029
2030 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
2031
2032         * pop3.el (pop3-open-server): Accept and process data more robustly at
2033         connexion start to avoid spurious "POP SSL connexion failed" errors.
2034
2035 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2036
2037         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
2038         read group names.
2039
2040 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
2041
2042         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
2043
2044 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2045
2046         * nnmail.el (nnmail-parse-active): Make group names unibyte.
2047         (nnmail-save-active): Use a unibyte buffer when saving active file,
2048         which may contain non-ASCII group names.
2049
2050         * nnml.el (nnml-request-group): Decode group names in messages.
2051
2052 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
2053
2054         * message.el (message-citation-line-function)
2055         (message-insert-formatted-citation-line): Fix spelling of
2056         `message-insert-formated-citation-line'.
2057
2058 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
2059
2060         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
2061
2062 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2063
2064         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
2065         nnmail-pathname-coding-system.
2066
2067         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
2068         that a user enters; decode group names in messages.
2069
2070         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
2071
2072 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
2073
2074         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
2075
2076         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
2077
2078         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
2079         risky local variable.
2080
2081         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
2082
2083 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
2084
2085         * encrypt.el: Improve documentation to fix function name typo.
2086         Reported by Daiki Ueno <ueno@unixuser.org>.
2087
2088 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2089
2090         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
2091         even if the point is not in the last page of an article.
2092         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
2093         back to the previous page.
2094
2095 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
2096
2097         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
2098
2099 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2100
2101         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
2102
2103 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2104
2105         * message.el (message-check-news-body-syntax): Avoid
2106         mm-string-as-multibyte.
2107         (message-hide-headers): Don't assume (point-min)==1.
2108
2109 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
2110
2111         * message.el (message-remove-blank-cited-lines): Fix if remove is
2112         given.
2113         (message-bogus-address-regexp): New variable.
2114         (message-bogus-recipient-p): New function.
2115         (message-check-recipients): New command.
2116         (message-syntax-checks): Add `bogus-recipient'.
2117         (message-fix-before-sending): Add `bogus-recipient'.
2118
2119         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
2120         (gnus-treat-body-boundary): Don't test window-system.
2121
2122 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
2123
2124         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
2125
2126 2007-10-28  Miles Bader  <miles@gnu.org>
2127
2128         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
2129         at compile-time too.
2130
2131 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
2132
2133         * gnus-msg.el (gnus-message-setup-hook): Add
2134         `message-remove-blank-cited-lines' to options.
2135
2136 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
2137
2138         * message.el (message-remove-blank-cited-lines): New function.
2139         Suggested by Karl Plästerer.
2140
2141 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2142
2143         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
2144         mapc.
2145
2146         * imap.el (imap-open): Replace mapcar called for effect with mapc.
2147         (top-level): Use mapc to set functions to be traced for debugging.
2148
2149         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
2150         called for effect with while loop.
2151
2152         * message.el (message-talkative-question): Replace mapcar called for
2153         effect with mapc.
2154
2155         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
2156         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
2157         called for effect with dolist.
2158
2159         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
2160
2161         * nndiary.el: Use dolist instead of mapcar to add diary headers to
2162         gnus-extra-headers and nnmail-extra-headers.
2163
2164         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
2165         called for effect with dolist.
2166         (top-level): Use mapc to set functions to be traced for debugging.
2167
2168         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
2169         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
2170         dolist.
2171
2172         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
2173         Replace mapcar called for effect with mapc.
2174         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
2175         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
2176         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
2177         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
2178
2179         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
2180         remove-if that's a cl function.
2181
2182         * webmail.el (webmail-debug): Replace mapcar called for effect with
2183         dolist.
2184
2185         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
2186         with mapc.
2187
2188 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2189
2190         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
2191         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
2192         with while loop.
2193
2194         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
2195         functions from article-* functions.
2196         (gnus-multi-decode-header): Replace mapcar called for effect with
2197         dolist.
2198
2199         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2200         (gnus-bookmark-show-details): Replace mapcar called for effect with
2201         while loop.
2202
2203         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
2204         called for effect with while loop.
2205
2206         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
2207         with dolist.
2208
2209         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
2210         mapcar called for effect with dolist.
2211
2212         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
2213
2214         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
2215         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
2216         Replace mapcar called for effect with dolist.
2217         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
2218         mapc.
2219
2220         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
2221         Replace mapcar called for effect with dolist.
2222         (gnus-topic-list): Replace mapcar called for effect with mapc.
2223
2224         * gnus.el: Use mapc instead of mapcar to add autoloads.
2225
2226 2007-10-23  Richard Stallman  <rms@gnu.org>
2227
2228         * gnus-group.el (gnus-group-highlight): Mark as risky.
2229
2230 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2231
2232         * gnus.el (gnus-server-to-method): Return method found first in
2233         gnus-newsrc-alist.
2234
2235         * gnus-art.el (gnus-article-highlight-signature)
2236         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
2237         button overlay without the front stickiness.
2238
2239 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
2240
2241         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
2242         overview buffer needed a catch to receive its throw.
2243         (gnus-agent-flush-cache): Declared as interactive to make this function
2244         easier to use.
2245
2246 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
2247
2248         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
2249         `next-line'.
2250
2251 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2252
2253         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
2254         exclude address matching message-dont-reply-to-names.
2255
2256 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2257
2258         * gnus-util.el (gnus-string<): New function.
2259
2260         * gnus-sum.el (gnus-article-sort-by-author)
2261         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
2262
2263 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2264
2265         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
2266         the frame-focus tag is set in gnus-buffer-configuration.
2267
2268 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2269
2270         * gnus-art.el (gnus-article-add-button): Make a button overlay without
2271         the front stickiness.
2272
2273 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2274
2275         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
2276         url pattern; remove duplicate one.
2277         (gnus-article-extend-url-button): New function.
2278         (gnus-article-add-buttons): Use it.
2279         (gnus-button-push): Use concatenated url that it makes.
2280
2281 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
2282
2283         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
2284
2285 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2286
2287         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
2288         Don't hardcode point-min==1.
2289
2290 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
2291
2292         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
2293         Fix comment about "iso8859-1".
2294
2295 2007-10-08   Daiki Ueno  <ueno@unixuser.org>
2296
2297         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
2298         ones returned from the verify-function.
2299
2300         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
2301         mml2015-extract-cleartext-signature if extraction failed.
2302
2303 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
2304
2305         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
2306         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
2307         failed.
2308
2309 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
2310
2311         * Relicense "GPLv2 or later" files to "GPLv3 or later".
2312
2313 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
2314
2315         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
2316         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
2317         recommends to use EasyPG instead of PGG.
2318
2319         * pgg.el: Revert to revision 6.23.2.16
2320
2321         * pgg-def.el: Revert to revision 6.6.2.14.
2322
2323         * pgg-gpg.el: Revert to revision 6.23.2.34.
2324
2325 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
2326
2327         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
2328         to mark a thread as expirable.  Add variable `hide' to handle hiding of
2329         thread for both the null and zero (kill/expire thread) universal prefix
2330         cases.
2331         (gnus-summary-expire-thread): Add new function to expire a thread,
2332         using gnus-summary-kill-thread.
2333         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
2334         shortcuts for gnus-summary-expire-thread.
2335         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
2336         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
2337
2338 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2339
2340         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
2341         extras value, so an extras entry can be deleted.
2342         (gnus-registry-delete-extra-entry): Use it.
2343         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
2344         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
2345         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
2346         storage through the gnus-registry, and provide an appropriate API for
2347         it.
2348
2349 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2350
2351         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
2352         Suggested by Leo <sdl.web@gmail.com>.
2353
2354         * gnus.el: Do.
2355
2356 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2357
2358         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
2359         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
2360
2361         * gnus-agent.el (gnus-agent-fetch-headers): Do.
2362
2363         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2364         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
2365
2366 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2367
2368         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
2369         newline.
2370         (nnmbox-request-accept-article): Don't change article in source buffer;
2371         narrow to header to use message-fetch-field rather than
2372         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
2373         (nnmbox-request-replace-article): Quote lines that'll be misidentified
2374         as delimiters; make sure article ends with newline.
2375         (nnmbox-delete-mail): Correct last position of article to be deleted;
2376         ignore X-Gnus-Newsgroup header in article body.
2377         (nnmbox-save-mail): Quote lines looking like delimiters at the right
2378         positions; make sure article ends with newline.
2379
2380         * message.el (message-display-abbrev): Don't infloop when a user
2381         inserts SPC in the beginning of header.
2382
2383         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
2384         coding-system-for-read and coding-system-for-write for XEmacs having no
2385         file-coding feature.
2386
2387         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
2388
2389 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
2390
2391         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
2392         list of groups not followed by default.  Fix type to be regexp.
2393         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
2394
2395 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
2396
2397         * hmac-def.el (define-hmac-function): Switch from old-style to
2398         new-style backquotes.
2399
2400         * md4.el (md4-make-step): Likewise.
2401
2402 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2403
2404         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
2405         raw-text coding system when saving .newsrc file, which may contain
2406         non-ASCII group names.
2407
2408 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2409
2410         * gnus-cus.el (gnus-score-extra): New widget.
2411         (gnus-score-extra-convert): New function.
2412         (gnus-score-customize): Use it for Extra.
2413
2414 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
2415
2416         * mml2015.el (mml2015-extract-cleartext-signature): New function.
2417         (mml2015-mailcrypt-clear-verify): Use it.
2418         (mml2015-gpg-clear-verify): Use it.
2419         (mml2015-pgg-clear-verify): Use it.
2420         (mml2015-epg-clear-verify): Replace the current part with the output
2421         from GnuPG; don't extract the plaintext by itself.
2422
2423         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
2424         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
2425         mml2015-clear-verify-function; don't touch the armor headers or
2426         dash-escaped text here.
2427
2428 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2429
2430         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
2431         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
2432         parts, or application/octet-stream as a last resort.
2433         (gnus-mime-view-part-as-type): Don't toggle display.
2434         (gnus-mime-view-part-as-charset): Don't turn off display before
2435         querying charset.
2436
2437         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
2438         stuff to undisplayer function in Emacs.
2439         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
2440
2441         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
2442         text/calendar parts.
2443
2444 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2445
2446         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
2447         decoding text/calendar parts.
2448
2449         * message.el (message-forward-make-body-mime): Always mark body as
2450         having no illegible text; remove signed-or-encrypted argument.
2451         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
2452
2453         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
2454         (mml-generate-mime-1): Don't encode body if it is specified to be in
2455         raw form; don't make buffer be unibyte when inserting multibyte string.
2456
2457 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2458
2459         * sha1.el: Fix up comment style.
2460         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
2461         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
2462
2463         * hex-util.el: Fix up comment style.
2464         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
2465
2466         * gnus-salt.el: Use with-current-buffer.
2467         (gnus-pick-setup-message): Fix long-standing typo.
2468
2469 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2470
2471         * imap.el (imap-logout-timeout): New variable.
2472         (imap-logout, imap-logout-wait): New functions.
2473         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
2474
2475         * nnimap.el (nnimap-logout-timeout): New server variable.
2476         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
2477         nnimap-logout-timeout.
2478
2479         * gnus-art.el (gnus-article-summary-command-nosave)
2480         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
2481
2482 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2483
2484         * gnus.el (gnus-maximum-newsgroup): New variable.
2485
2486         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
2487         according to gnus-maximum-newsgroup.
2488
2489         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2490         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
2491         Limit the range of articles according to gnus-maximum-newsgroup.
2492
2493 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
2494
2495         * gnus-art.el (gnus-sticky-article): Fixed problems described in
2496         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
2497         Don't perform gnus-configure-windows here; reuse existing sticky
2498         article buffer.
2499
2500         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
2501         it doesn't exist in gnus-article-mode.
2502
2503 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2504
2505         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
2506         (gnus-agent-decoded-group-name): New function.
2507         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
2508         (gnus-agent-expire-group-1): Use it; decode group name in messages.
2509
2510 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
2511
2512         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
2513         Add binding for gnus-sticky-article.
2514         (gnus-summary-exit): Don't kill sticky article buffers.
2515
2516         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
2517         article buffer.
2518         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
2519         (gnus-kill-sticky-article-buffers): New commands.
2520
2521 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2522
2523         * nntp.el (nntp-xref-number-is-evil): New server variable.
2524         (nntp-find-group-and-number): If it is non-nil, don't trust article
2525         numbers in the Xref header.
2526
2527 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2528
2529         * gnus-agent.el (gnus-agent-read-group): New function.
2530         (gnus-agent-flush-group, gnus-agent-expire-group)
2531         (gnus-agent-regenerate-group): Use it.
2532         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
2533         nnmail-pathname-coding-system.
2534
2535 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2536
2537         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
2538
2539         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
2540         that are unread as unread, and also as selected so that information of
2541         marks having been changed by a user may be updated when exiting group.
2542
2543 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2544
2545         * gnus-art.el (gnus-mime-display-single): Pass part number that is
2546         calculated ignoring signature parts to gnus-treat-article.
2547
2548 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2549
2550         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
2551         a point here in order to keep the window start.
2552         (gnus-insert-mime-security-button): Make a button overlay without the
2553         front stickiness.
2554         (gnus-mime-display-security): Goto the end of a button.
2555
2556         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
2557
2558 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2559
2560         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
2561         group-name-at-point.
2562         (gnus-group-completing-read): New function that offers decoded
2563         non-ASCII group names for completion.
2564         (gnus-fetch-group, gnus-group-read-ephemeral-group)
2565         (gnus-group-jump-to-group, gnus-group-make-group-simple)
2566         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
2567         (gnus-group-fetch-control): Use it.
2568         (gnus-fetch-group): Use group-name-at-point for the initial value
2569         rather than the default value; use gnus-alive-p.
2570
2571         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
2572         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
2573         (gnus-summary-post-news): Use gnus-group-completing-read.
2574
2575         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
2576         (gnus-read-move-group-name): Decode group name for completion.
2577
2578 2007-07-31  Ted Zlatanov  <tzz@lifelogs.com>
2579
2580         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
2581         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
2582         Yamaoka slightly modified the code).
2583
2584 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2585
2586         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
2587         (nnmail-split-incoming): Bind it.
2588
2589         * nnml.el (nnml-group-name-charset): New function.
2590         (nnml-decoded-group-name): Use it; don't decode group name if
2591         nnmail-group-names-not-encoded-p is non-nil.
2592         (nnml-encoded-group-name): New function.
2593         (nnml-group-pathname): Inline nnml-decoded-group-name.
2594         (nnml-request-expire-articles): Decode group name in message.
2595         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
2596         nnmail-pathname-coding-system.
2597         (nnml-save-mail, nnml-active-number): Work with decoded group names and
2598         not decoded ones according to nnmail-group-names-not-encoded-p.
2599         (nnml-generate-active-info): Use nnml-encoded-group-name.
2600
2601 2007-08-08  Glenn Morris  <rgm@gnu.org>
2602
2603         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
2604         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
2605         doc-strings and comments.
2606
2607 2007-07-25  Glenn Morris  <rgm@gnu.org>
2608
2609         * Relicense all FSF files to GPLv3 or later.
2610
2611 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2612
2613         * gnus-sum.el (gnus-summary-move-article): Make
2614         gnus-summary-respool-article work.
2615
2616 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
2617
2618         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
2619         string.
2620
2621 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
2622
2623         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
2624         that should be ignored when comparing distant RSS articles with local
2625         ones.
2626         (nnrss-make-hash-index): New function.  Create a hash index according
2627         to the ignored fields.
2628         (nnrss-check-group): Use it.
2629
2630 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2631
2632         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
2633
2634         * gnus-art.el (article-decode-group-name): Decode Xref header too.
2635
2636         * gnus-group.el (gnus-group-make-group): Encode group name here unless
2637         the new optional argument ENCODED is non-nil.
2638         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
2639         coding system for encoding group name.
2640         (gnus-group-make-rss-group): Pass un-encoded group name to
2641         gnus-group-make-group.
2642         (gnus-group-set-info): Tell gnus-group-make-group that group name is
2643         encoded.
2644
2645         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
2646         Encode group name to which articles are moved or copied.
2647         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
2648         coding system for encoding Newsgroup, Followup-To and Xref headers.
2649
2650         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
2651         marks; use nnheader-file-coding-system to write a file.
2652         (nnagent-retrieve-headers): Bind file-name-coding-system to
2653         nnmail-pathname-coding-system.
2654
2655         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
2656
2657         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
2658         (nnml-request-article, nnml-request-create-group)
2659         (nnml-request-rename-group, nnml-find-id)
2660         (nnml-possibly-change-directory, nnml-possibly-create-directory)
2661         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
2662         (nnml-save-marks): Use nnml-group-pathname instead of
2663         nnmail-group-pathname.
2664
2665         (nnml-request-create-group, nnml-request-expire-articles)
2666         (nnml-request-move-article, nnml-request-delete-group)
2667         (nnml-deletable-article-p, nnml-possibly-create-directory)
2668         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
2669         (nnml-open-marks): Bind file-name-coding-system to
2670         nnmail-pathname-coding-system.
2671
2672         (nnml-request-article): Pass server argument to nnml-find-group-number.
2673         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
2674         server argument to nnml-possibly-create-directory.
2675         (nnml-request-accept-article): Pass server argument to
2676         nnml-active-number and nnml-save-mail.
2677         (nnml-find-group-number): Pass server argument to nnml-find-id.
2678         (nnml-request-update-info): Pass server argument to
2679         nnml-marks-changed-p.
2680
2681         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
2682         (nnml-save-mail, nnml-active-number): Add server argument.
2683
2684         (nnml-request-delete-group): Warn if group is missing.
2685         (nnml-get-nov-buffer): Decode group name.
2686         (nnml-generate-active-info): Encode group name.
2687         (nnml-open-marks): Decode group name in messages.
2688
2689 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2690
2691         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
2692         if it is not specified.
2693         (gnus-article-pipe-part, gnus-article-save-part)
2694         (gnus-article-interactively-view-part, gnus-article-copy-part)
2695         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
2696         (gnus-article-inline-part, gnus-article-save-part-and-strip)
2697         (gnus-article-replace-part, gnus-article-delete-part)
2698         (gnus-article-view-part-as-type): Pass raw prefix argument to
2699         gnus-article-part-wrapper.
2700
2701 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2702
2703         * gnus-agent.el (gnus-agent-save-active): Bind
2704         nnheader-file-coding-system to gnus-agent-file-coding-system.
2705
2706         * gnus-cache.el (gnus-cache-save-buffers)
2707         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
2708         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
2709         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
2710         (gnus-cache-braid-nov, gnus-cache-braid-heads)
2711         (gnus-cache-generate-active, gnus-cache-rename-group)
2712         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
2713         (gnus-cache-update-overview-total-fetched-for): Bind
2714         file-name-coding-system to nnmail-pathname-coding-system.
2715         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
2716         variables.
2717         (gnus-cache-decoded-group-name): New function.
2718         (gnus-cache-file-name): Use it.
2719         (gnus-cache-generate-active): Use non-decoded group name for active.
2720
2721         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
2722         right place.
2723         (gnus-write-active-file): Don't break non-ASCII group names.
2724
2725         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
2726         nnmail-pathname-coding-system.
2727
2728         * lpath.el: Bind default-file-name-coding-system,
2729         file-name-coding-system and language-info-alist for XEmacs.
2730
2731         * gnus-uu.el (gnus-uu-decode-save): Typo.
2732
2733 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2734
2735         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
2736
2737 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2738
2739         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
2740         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
2741         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
2742         (gnus-agent-flush-group, gnus-agent-flush-cache)
2743         (gnus-agent-fetch-headers, gnus-agent-load-alist)
2744         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
2745         (gnus-agent-retrieve-headers, gnus-agent-request-article)
2746         (gnus-agent-regenerate-group)
2747         (gnus-agent-update-files-total-fetched-for)
2748         (gnus-agent-update-view-total-fetched-for): Bind
2749         file-name-coding-system to nnmail-pathname-coding-system.
2750         (gnus-agent-group-pathname): Don't encode file names by
2751         nnmail-pathname-coding-system.
2752         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
2753         coding-system-for-write instead of buffer-file-coding-system to
2754         gnus-agent-file-coding-system.
2755
2756         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
2757         Decode group name.
2758
2759         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
2760
2761         * gnus-start.el (gnus-update-active-hashtb-from-killed)
2762         (gnus-read-newsrc-el-file): Make group names unibyte.
2763
2764         * nnmail.el (nnmail-group-pathname): Don't encode file names by
2765         nnmail-pathname-coding-system.
2766
2767         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
2768         (nnrss-request-delete-group): Bind file-name-coding-system to
2769         nnmail-pathname-coding-system.
2770         (nnrss-read-server-data, nnrss-read-group-data): Bind
2771         file-name-coding-system correctly.
2772         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
2773
2774         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
2775         (nntp-server-to-method-cache): New variable.
2776         (nntp-group-pathname): New function that decodes non-ASCII group names.
2777         (nntp-possibly-create-directory, nntp-marks-changed-p)
2778         (nntp-save-marks, nntp-open-marks): Use it.
2779         (nntp-possibly-create-directory, nntp-open-marks):
2780         Bind file-name-coding-system to nnmail-pathname-coding-system.
2781         (nntp-open-marks): Decode group names when bootstrapping marks.
2782
2783         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
2784         Newsgroups and Folowup-To headers.
2785
2786 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2787
2788         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2789         (gnus-server-closed-face, gnus-server-denied-face)
2790         (gnus-server-offline-face): Remove variable.
2791         (gnus-server-font-lock-keywords): Use faces that are not aliases.
2792
2793         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
2794         of modifying message-stack directly for XEmacs.
2795
2796         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
2797         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
2798         if the coding-system argument is nil for XEmacs.
2799
2800         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
2801         mm-charset-override-alist.
2802
2803         * rfc2047.el: Don't require base64; require rfc2045 for the function
2804         rfc2045-encode-string.
2805         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
2806         to quote the parameter value.
2807
2808 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2809
2810         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
2811         form in gnus-group-name-charset-method-alist.
2812
2813         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
2814         overrides the default layout edit-form.
2815
2816         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
2817
2818         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
2819
2820 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2821
2822         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
2823         as unfetched articles.
2824
2825 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
2826
2827         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
2828
2829 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2830
2831         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
2832         original back end that keeps marks in the local system.
2833
2834 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2835
2836         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
2837         arg of pop-to-buffer for XEmacs.
2838         (gnus-article-read-summary-keys): Ditto; don't restore window
2839         configuration if summary command ends up with neither article buffer
2840         nor summary buffer; describe bindings if summary keys end with C-h.
2841
2842 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2843
2844         * message.el (message-fix-before-sending): Skip raw message part to be
2845         forwarded while checking illegible text.
2846         (message-forward-make-body-mime, message-forward-make-body): Mark
2847         signed or encrypted raw message as having no illegible text.
2848
2849 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2850
2851         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
2852         (gnus-message-with-timestamp-1): New macro.
2853         (gnus-message-with-timestamp): New function.
2854         (gnus-message): Use them.
2855
2856         * nnheader.el (nnheader-message): Use them.
2857
2858 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
2859
2860         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
2861         .newsrc.eld file.
2862
2863 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2864
2865         * gnus-agent.el (gnus-agent-fetch-headers)
2866         (gnus-agent-retrieve-headers): Bind
2867         gnus-decode-encoded-address-function to identity.
2868
2869         * nntp.el (nntp-send-xover-command): Recognize an xover command is
2870         available also when the server returns simply a dot.
2871
2872         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
2873
2874 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2875
2876         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
2877
2878 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2879
2880         * gnus-ems.el (gnus-x-splash): Make it work.
2881
2882         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
2883         from being used.
2884
2885         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
2886
2887 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2888
2889         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
2890         4th and the 5th arguments.
2891
2892         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
2893         the front stickiness.
2894         (gnus-article-summary-command-nosave): Correct the order of the
2895         arguments passed to pop-to-buffer.
2896         (gnus-article-read-summary-keys): Ditto; make it work properly when the
2897         summary command ends up with the article buffer.
2898
2899         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
2900         the same faces.
2901
2902 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
2903
2904         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
2905
2906 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
2907
2908         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
2909         * gnus-sum.el (gnus-summary-highlight):
2910         * pgg.el (pgg-sign-region, pgg-sign):
2911         * mail-source.el (mail-source-delete-old-incoming-confirm):
2912         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
2913
2914 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2915
2916         * gnus-art.el (gnus-mime-view-part-externally)
2917         (gnus-mime-view-part-internally): Fix predicate function passed to
2918         completing-read.
2919
2920         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
2921
2922         * gnus.el (gnus-update-message-archive-method): Add :version.
2923
2924 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2925
2926         * gnus.el (gnus-update-message-archive-method): New variable.
2927
2928         * gnus-start.el (gnus-setup-news): Update saved "archive" method
2929         according to gnus-message-archive-method if
2930         gnus-update-message-archive-method is non-nil.
2931
2932 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2933
2934         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
2935         by Loic Dachary <loic@dachary.org>.
2936         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
2937
2938 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2939
2940         * message.el (message-pop-to-buffer): Add switch-function argument.
2941         (message-mail): Pass switch-function argument to it.
2942
2943 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
2944
2945         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
2946         Improve doc string.
2947
2948 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2949
2950         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
2951         (gnus-header-content)
2952         * gnus-cite.el (gnus-cite-10)
2953         * gnus-srvr.el (gnus-server-closed)
2954         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
2955         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
2956         (gnus-group-mail-3-empty, gnus-group-mail-low)
2957         (gnus-group-mail-low-empty, gnus-splash)
2958         * message.el (message-header-to, message-header-cc)
2959         (message-header-subject, message-header-other, message-header-name)
2960         (message-header-xheader, message-separator, message-cited-text)
2961         (message-mml): Lighten colors of faces used for dark background.
2962
2963 2007-05-24  Simon Josefsson  <simon@josefsson.org>
2964
2965         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
2966         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
2967
2968 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2969
2970         * message.el (message-narrow-to-headers-or-head):
2971         Ignore mail-header-separator in the body.
2972
2973 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2974
2975         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
2976         same as window size.
2977
2978 2007-05-22  Kevin Ryde  <user42@zip.com.au>
2979
2980         * message.el (message-font-lock-keywords): Use message-header-xheader
2981         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
2982         ahead of the anything pattern, to get it recognised.
2983
2984 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2985
2986         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
2987         spam.el loads uses it in the compiled defadvice form.
2988
2989 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
2990
2991         * gnus-sum.el (gnus-articles-to-read)
2992         (gnus-summary-insert-old-articles): Don't truncate group name for
2993         `read-string'.
2994
2995         * gnus-util.el (gnus-limit-string): Delete this function.
2996
2997         * gnus-sum.el (gnus-simplify-subject-fully): Use
2998         `truncate-string-to-width' instead.
2999
3000 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
3001
3002         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
3003         if, on summary exit, the next group has to be selected.
3004         (gnus-summary-exit): Use it.
3005
3006 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
3007
3008         * gnus-art.el (gnus-article-mode): Fix comment about displaying
3009         non-break space.
3010
3011 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3012
3013         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
3014         Check if group is not a directory.
3015         (nnfolder-request-expire-articles): Don't delete articles if the target
3016         group is not available.
3017
3018         * nnml.el (nnml-request-create-group): Properly check if group is not a
3019         file.
3020         (nnml-request-expire-articles): Don't delete articles if the target
3021         group is not available.
3022
3023         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
3024         Don't quote characters that are within parentheses.
3025
3026 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3027
3028         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
3029         (gnus-handle-ephemeral-exit): Select article according to it.
3030
3031 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
3032
3033         * message.el (message-insert-formated-citation-line): Remove newline.
3034         (message-citation-line-format): Add final \n here so that the user can
3035         avoid a blank line.
3036
3037 2007-05-03  Dan Christensen  <jdc@uwo.ca>
3038
3039         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
3040         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
3041         Update lanl/arXiv support.
3042
3043 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
3044
3045         * gnus.el: Bump version number.
3046
3047 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3048
3049         * gnus.el (gnus-version-number): Bump version.
3050
3051 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3052
3053         * gnus.el: No Gnus v0.6 is released.
3054
3055 2007-04-27  Didier Verna  <didier@xemacs.org>
3056
3057         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
3058         * gmm-utils.el (gmm-regexp-concat): here.
3059         * message.el: Don't require 'gnus-util.
3060         (message-dont-reply-to-names): Handle name change above.
3061         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
3062
3063 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3064
3065         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
3066         since the initial value varies according to the system.
3067
3068 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3069
3070         * mm-util.el (mm-charset-synonym-alist): Defcustom.
3071
3072 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
3073
3074         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
3075
3076 2007-04-24  Didier Verna  <didier@xemacs.org>
3077
3078         Improve the type of gnus-ignored-from-addresses.
3079         * gnus-util.el (gnus-orify-regexp): New function.
3080         * message.el (gnus-util): Require it.
3081         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
3082         * gnus-sum.el (gnus-ignored-from-addresses): New function.
3083         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
3084
3085 2007-04-24  Didier Verna  <didier@xemacs.org>
3086
3087         * gnus-sum.el:
3088         * gnus-utils.el: Fix some trailing whitespaces.
3089
3090 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3091
3092         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
3093         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
3094         article's Message-ID; refer parent article in summary buffer.
3095
3096         * message.el (message-bounce): Call mime-to-mml.
3097
3098         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
3099         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
3100         optimize and/or forms properly.
3101
3102 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
3103
3104         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
3105         URL.
3106
3107 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3108
3109         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
3110
3111 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3112
3113         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
3114         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
3115         displayed of multipart/alternative part if it is invoked from summary
3116         buffer.
3117
3118         * mm-view.el (mm-inline-text-html-render-with-w3m)
3119         (mm-inline-text-html-render-with-w3m-standalone)
3120         (mm-inline-render-with-function): Use mail-parse-charset by default.
3121
3122 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
3123
3124         * parse-time.el (parse-time-string-chars): Check if CHAR
3125         is less than the length of parse-time-syntax.
3126
3127 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3128
3129         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
3130         from gnus-newsgroup-processable.
3131
3132 2007-04-16  Didier Verna  <didier@xemacs.org>
3133
3134         * gnus-msg.el (gnus-configure-posting-styles): Handle
3135         message-signature-directory properly with :file syntax.  Reported by
3136         "Leo".
3137
3138 2007-04-11  Didier Verna  <didier@xemacs.org>
3139
3140         New user option: message-signature-directory.
3141         * gnus-msg.el (gnus-configure-posting-styles): Support it.
3142         * message.el (message-insert-signature): Ditto.
3143         * message.el (message-signature-file): Doc update.
3144         * message.el (message-signature-directory): New.
3145
3146 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3147
3148         * gnus-msg.el (gnus-inews-yank-articles): Use
3149         message-exchange-point-and-mark instead of exchange-point-and-mark.
3150
3151 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3152
3153         * message.el (message-yank-original): Make sure cited text ends with
3154         newline; don't exchange point and mark.
3155
3156 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
3157
3158         * tls.el (open-tls-stream): Properly handle case where there
3159         is no associated buffer.
3160
3161 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
3162
3163         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
3164         message-yank-original, make sure (< mark TEXT point).
3165
3166 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
3167
3168         * message.el (message-fill-column): New variable.
3169         (message-mode): Use it.  Add comment on a possible new hook.
3170
3171         * nnmail.el (nnmail-spool-file): Mark as obsolete.
3172         (nnmail-get-new-mail): Reformat.
3173
3174         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
3175
3176         * gmm-utils.el: Fix Commentary.
3177         (gmm-tool-bar-from-list): Fix typo in doc string.
3178
3179 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
3180
3181         * message.el (message-yank-original): Don't switch point and mark
3182         unnecessarily to put point and mark as documented.
3183
3184 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3185
3186         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
3187         from the message heads.
3188
3189 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
3190
3191         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
3192         article buffer does not have a window.  This may not be the best
3193         solution but is certainly better than setting the start of the null,
3194         that is the current, window.
3195
3196 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
3197
3198         * gnus-draft.el (gnus-draft-setup-hook): New hook.
3199         (gnus-draft-setup): Run it.
3200
3201         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
3202         gnus-score-fast-scoring.  Allow regexp.
3203         (gnus-score-headers): Use it.
3204
3205         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
3206         XEmacs.
3207
3208         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
3209         string.
3210         (gnus-button-alist): Also catch `<f1> k ...'.
3211         (gnus-treat-display-x-face): Fix doc string.
3212
3213 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3214
3215         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
3216         evaluation of gnus-extended-version to ensure correct generation of the
3217         User-Agent header when message-generate-headers-first is used.
3218
3219 2007-03-24  Simon Josefsson  <simon@josefsson.org>
3220
3221         * hashcash.el (hashcash-generate-payment-async): Don't crash if
3222         hashcash-path is nil.  Don't call callback with incorrect number of
3223         parameters if val is 0.
3224
3225 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3226
3227         * message.el (message-required-news-headers):
3228         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
3229
3230 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
3231
3232         * tls.el (open-tls-stream): In handshake-waiting loop,
3233         don't wait more if there is output available to process.
3234
3235 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
3236
3237         * tls.el (tls-program): Doc fix.
3238
3239 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3240
3241         * message.el (message-generate-new-buffers): Change the meaning of the
3242         nil value; add `standard' to the choices; treat t as `unique'; improve
3243         doc string.
3244         (gnus-select-frame-set-input-focus): Autoload.
3245         (message-buffer-name): Search for the existing message buffer if
3246         message-generate-new-buffers is nil or `standard'; treat the value t of
3247         message-generate-new-buffers as `unique'.
3248         (message-pop-to-buffer): Raise the frame already displaying the message
3249         buffer; clear the echo area after querying.
3250         (message-setup): Pass the `continue' argument to compose-mail.
3251         (message-mail): Prefer `switch-function' if it is given; search for the
3252         existing message buffer if the `continue' argument is non-nil; pass
3253         continue and switch-function arguments to compose-mail by way of
3254         message-setup.
3255         (message-mail-other-window): Adjust argument of message-setup.
3256         (message-mail-other-frame): Ditto.
3257
3258 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3259
3260         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
3261         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
3262         to turn font-lock on when turning gnus-message-citation-mode on.
3263
3264 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
3265
3266         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
3267         (mml-smime-function-alist): New variable; add epg as the backend.
3268         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
3269         mml-smime- functions instead.
3270         * mm-view.el: Require smime.
3271
3272 2007-03-05  Didier Verna  <didier@xemacs.org>
3273
3274         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
3275         instead of just inheritance for posting styles.
3276         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
3277
3278 2007-02-24  Chris Moore  <dooglus@gmail.com>
3279
3280         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
3281         * pgg-pgp.el (pgg-pgp-encrypt-region):
3282         * pgg-gpg.el (pgg-gpg-encrypt-region):
3283         Check pgg-encrypt-for-me if no other recipients.
3284
3285 2007-02-24  John Paul Wallington  <jpw@pobox.com>
3286
3287         * tls.el (tls-certtool-program): Fix custom type.
3288
3289 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3290
3291         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
3292         and point-at-eol instead of line-(beginning|end)-position.
3293
3294         * assistant.el (assistant-parse-buffer): Ditto.
3295
3296         * netrc.el (netrc-parse-services): Ditto.
3297
3298 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
3299
3300         * mml2015.el (mml2015-epg-find-usable-key): New function.
3301         (mml2015-epg-sign): Use it.
3302         (mml2015-epg-encrypt): Use it.
3303
3304 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3305
3306         * message.el (message-make-in-reply-to): Quote name containing
3307         non-ASCII characters.  It will make the RFC2047 encoder cause an error
3308         if there are special characters.  Reported by NAKAJI Hiroyuki
3309         <nakaji@jp.freebsd.org>.
3310
3311 2007-02-27  Didier Verna  <didier@xemacs.org>
3312
3313         Include the group parameters as well as the topic ones in the
3314         inheritance filter process.
3315         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
3316         argument GROUP-PARAMS-LIST.
3317         * gnus-topic.el (gnus-group-topic-parameters): Use it.
3318
3319 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3320
3321         * nntp.el (nntp-never-echoes-commands)
3322         (nntp-open-connection-functions-never-echo-commands): New variables.
3323         (nntp-send-command): Use them.
3324
3325 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
3326
3327         * mml2015.el (mml2015-epg-verify): Simplified.
3328
3329 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3330
3331         * mml.el (mml-content-disposition-alist): New user option.
3332         (mml-content-disposition): New function.
3333         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
3334         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
3335
3336 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
3337
3338         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
3339         verification.
3340
3341 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3342
3343         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
3344         articles posted in the last 24 hours.
3345
3346 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
3347
3348         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
3349
3350 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
3351
3352         * nntp.el (nntp-send-command): Don't wait for echoes when
3353         nntp-open-ssl-stream is used.
3354
3355 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3356
3357         * gnus-cite.el (gnus-test-font-lock-add-keywords)
3358         (gnus-message-add-citation-keywords)
3359         (gnus-message-remove-citation-keywords): Remove.
3360         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
3361         directly, make the variables in font-lock-defaults buffer-local, add
3362         gnus-message-citation-keywords to them and then update the value of
3363         font-lock-keywords.
3364
3365 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3366
3367         * message.el (message-cite-original-1): Don't call
3368         gnus-article-highlight-citation.
3369
3370         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
3371         citations; fix line count.
3372
3373 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3374
3375         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
3376         (gnus-message-add-citation-keywords)
3377         (gnus-message-remove-citation-keywords): Use it; fix the emulating
3378         versions of font-lock-add-keywords and font-lock-remove-keywords to
3379         work with XEmacs correctly.
3380
3381 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3382
3383         * gnus-cite.el (gnus-cite-face-list): Set the values of
3384         gnus-message-max-citation-depth and gnus-message-citation-keywords.
3385         (gnus-message-max-citation-depth): Use defvar rather than defconst.
3386         (gnus-message-cite-prefix-regexp): New variable.
3387         (gnus-message-search-citation-line): Use it; protect against long
3388         citation prefix; fill match data with nil rather than 0 for XEmacs; set
3389         the 0th match data for Emacs.
3390         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
3391         (gnus-message-add-citation-keywords): Append keywords rather than
3392         prepending; emulate font-lock-add-keywords if it is not available.
3393         (gnus-message-remove-citation-keywords): Emulate
3394         font-lock-remove-keywords if it is not available.
3395
3396         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
3397
3398         * message.el (message-cite-prefix-regexp): Set the value of
3399         gnus-message-cite-prefix-regexp.
3400
3401 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3402
3403         * nnweb.el (nnweb-google-parse-1): Update parser.
3404
3405 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
3406
3407         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
3408
3409 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3410
3411         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
3412         regexp.
3413
3414 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3415
3416         * uudecode.el (uudecode-string-to-multibyte): New function emulating
3417         string-to-multibyte.
3418         (uudecode-decode-region-internal): Use it.
3419
3420         * lpath.el: Fbind string-as-multibyte for XEmacs.
3421
3422 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
3423
3424         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
3425         custom choice.
3426
3427         * gnus-art.el (gnus-signature-limit): Fix custom choice.
3428
3429 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
3430
3431         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
3432
3433         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
3434         `write-region' to respect `mm-inhibit-file-name-handlers'.
3435
3436 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
3437
3438         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
3439         Use gnus-home-directory instead of "~/" or "$HOME".
3440
3441 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
3442
3443         * encrypt.el (encrypt-insert-file-contents): Add better prompt
3444         to mention filename.
3445         Add comments at beginning regarding usage.
3446         (encrypt-write-file-contents): Change interactive so a string is
3447         acceptable.  If the file has no associated model, show an error instead
3448         of a nonsense prompt.
3449
3450 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3451
3452         * spam.el (spam-bsfilter-ham-switch): Fix typo.
3453         Thanks to Yoshihiko Yamada for kind notification of this typo.
3454
3455 2007-01-12  Kenichi Handa  <handa@m17n.org>
3456
3457         * uudecode.el (uudecode-decode-region-internal): Make it work in a
3458         multibyte buffer.
3459
3460 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
3461
3462         * gnus-score.el (gnus-score-fast-scoring): New variable.
3463         (gnus-score-headers): Use it.
3464
3465         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
3466
3467         * message.el (message-cite-original-1): Call
3468         gnus-article-highlight-citation if requested.
3469         (message-make-from): Allow name and address as optional arguments.
3470
3471         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
3472
3473         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
3474         bugs to doc string.
3475         (gnus-button-alist): Add mid\\|message-id.
3476         (gnus-button-fetch-group): Extend for use in
3477         `browse-url-browser-function'.
3478         (gnus-button-url-regexp): Try to catch paired parentheses like in
3479         Wikipedia URLs.
3480
3481         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
3482         Suggested by Simon Krahnke <overlord@gmx.li>.
3483
3484 2007-01-13  Romain Francoise  <romain@orebokech.com>
3485
3486         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
3487         Update copyright.
3488
3489 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
3490
3491         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
3492
3493 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
3494
3495         * gnus-registry.el (gnus-registry-unfollowed-groups)
3496         (gnus-registry-split-fancy-with-parent): Fix documentation.
3497
3498 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3499
3500         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
3501         from nnweb groups.
3502
3503 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3504
3505         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
3506         Xref urls.  Erase buffer before requesting head.
3507
3508 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
3509
3510         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
3511         customizable.
3512
3513 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
3514
3515         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
3516         no signing key is found.
3517         (mml2015-epg-encrypt): Ask user whether to skip or abort if
3518         no encrypting and/or signing key is found.
3519
3520 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3521
3522         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
3523
3524 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3525
3526         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
3527         headers read from disk with the ones newly found in the current search.
3528         This should no longer cause problems, because the article numbers in
3529         Gmane's `nov.php' output are ignored since the previous change.
3530
3531 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3532
3533         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
3534
3535 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3536
3537         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
3538         replace-regexp-in-string; bind url-version; fbind display-images-p and
3539         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
3540         find-face and set-itimer-function for Emacs; bind itimer-list for
3541         Emacs.
3542
3543         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
3544
3545 2007-01-01  Romain Francoise  <romain@orebokech.com>
3546
3547         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
3548
3549 2006-12-31  Steve Youngs  <steve@sxemacs.org>
3550
3551         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
3552         `define-minor-mode' macro definition expanded properly.
3553         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
3554         exclude it there.
3555
3556         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
3557         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
3558         `fboundp' test.
3559         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
3560         This is OK to autoload in (S)XEmacs now.
3561
3562 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3563
3564         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
3565         keystroke.
3566         (gnus-summary-limit-to-singletons): Fix typo.
3567
3568         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
3569         else fails.
3570
3571 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3572
3573         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
3574         docstring.
3575
3576         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
3577         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
3578         (gnus-summary-insert-dormant-articles): Fix typo in message.
3579
3580 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3581
3582         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
3583         nil for XEmacs.
3584         (gnus-message-citation-mode): Don't autoload in XEmacs.
3585
3586         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
3587
3588 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
3589
3590         * nnimap.el (nnimap-expunge-search-string): Mention
3591         nnimap-search-uids-not-since-is-evil in docstring.
3592
3593 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
3594
3595         * spam.el: Revert to make-obsolete-variable because
3596         define-obsolete-variable-alias is not supported in Emacs 21.
3597
3598         * spam.el (spam-ifile-path, spam-ifile-database-path)
3599         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
3600         make-obsolete-variable.
3601         (spam-bsfilter-path, spam-bsfilter-program)
3602         (spam-spamassassin-path, spam-spamassassin-program)
3603         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
3604         use "path" inappropriately.
3605         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
3606         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
3607         variable names.
3608
3609 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
3610
3611         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
3612         summary buffer.
3613
3614         * password.el (password-cache-remove): Use clear-string to burn
3615         password, if available.
3616
3617 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3618
3619         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
3620
3621         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
3622
3623         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
3624         (gnus-message-highlight-citation): Move defcustom here from
3625         gnus-cite.el.
3626         (gnus-message-citation-mode): Autoload.
3627
3628         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
3629         checks to make it compile with XEmacs.
3630         (gnus-message-citation-mode): New minor mode.
3631         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
3632         (gnus-message-highlight-citation): New variables.
3633         (gnus-message-search-citation-line)
3634         (gnus-message-add-citation-keywords)
3635         (gnus-message-remove-citation-keywords)
3636         (turn-on-gnus-message-citation-mode)
3637         (turn-off-gnus-message-citation-mode): New functions.
3638
3639 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
3640
3641         * gnus-cite.el: Enable highlighting of different citation levels in
3642         message-mode.
3643
3644 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3645
3646         * message.el (message-make-fqdn): Fix comment.
3647         (message-bogus-system-names): Add ".local".
3648
3649         * spam.el (spam-ifile-path, spam-ifile-program)
3650         (spam-ifile-database-path, spam-ifile-database)
3651         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
3652         Don't use "path" inappropriately.
3653         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
3654         strings.
3655         (spam-check-ifile, spam-ifile-register-with-ifile)
3656         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
3657         new variable names.
3658
3659         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
3660         (gnus-treat-display-smileys): Simplify using
3661         gnus-image-type-available-p.
3662
3663         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
3664         available.
3665
3666         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
3667         `display-images-p' if available.
3668
3669 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3670
3671         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
3672         one after turning on the buffer's multibyteness instead of decoding
3673         them directly in the unibyte buffer that causes unexpected conversion
3674         in Emacs 23 (unicode).
3675
3676 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3677
3678         * message.el (message-generate-hashcash): Fix custom type.
3679
3680 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
3681
3682         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
3683
3684 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
3685
3686         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
3687         disconnect icons.  Add help text.
3688
3689 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
3690
3691         * spam.el (spam-extra-header-to-number): CRM114 spam score is
3692         negated to be consistent with the others we handle.
3693
3694 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3695
3696         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
3697         version of gnus-summary-buffer to something, so that we can use two
3698         article buffers at the same time.
3699
3700 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
3701
3702         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
3703         trigger all the extra headers.
3704         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
3705         sorting.
3706
3707 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3708
3709         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
3710         solid groups.
3711
3712 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
3713
3714         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
3715
3716 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3717
3718         * legacy-gnus-agent.el: Add Copyright notice.
3719
3720 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
3721
3722         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
3723
3724 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3725
3726         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
3727
3728         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
3729         to make it work reliably in CVS Emacs.
3730         (gnus-summary-limit-strange-charsets-predicate)
3731         (gnus-summary-limit-to-predicate): New functions.
3732
3733 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
3734
3735         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
3736         specifying array size.
3737         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
3738         array if it is too small.
3739         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
3740         (gnus-sort-threads-loop): New function.
3741
3742 2006-12-06  Chris Moore  <dooglus@gmail.com>
3743
3744         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
3745         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
3746
3747 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
3748
3749         * mm-url.el (mm-url-predefined-programs): Call curl with correct
3750         options.
3751
3752 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3753
3754         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
3755         DOS-ing the recipient.
3756
3757         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
3758         the headers when creating the mapping to avoid mismappings.
3759         (nnweb-gmane-create-mapping): Always nix out old mapping.
3760
3761 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3762
3763         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
3764         and mm-verify-option to never.
3765
3766 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3767
3768         * message.el (message-signed-or-encrypted-p): New function.
3769         (message-forward-make-body): Use it.
3770
3771         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
3772         Replace encode-coding-string with mm-encode-coding-string.
3773
3774 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3775
3776         * nneething.el (nneething-decode-file-name): Replace
3777         decode-coding-string with mm-decode-coding-string.
3778
3779         * gnus-int.el (gnus-open-server): Say failed server's name.
3780
3781 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3782
3783         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
3784         strings to a single string.  Quote `errors-file-name'.
3785         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
3786         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
3787         Adjust calls.  Use `shell-quote-argument'.
3788
3789 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
3790
3791         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
3792         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
3793
3794         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
3795         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
3796         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
3797         (gnus-group-make-directory-group, gnus-group-transpose-groups):
3798         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
3799         (gnus-subscribe-newsgroup, gnus-1):
3800         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
3801         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
3802         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
3803         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
3804
3805 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3806
3807         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
3808         keystroke.
3809         (gnus-summary-limit-to-bodies): Implement headersp.
3810
3811 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3812
3813         * dns.el (query-dns): Protect against "Process dns deleted" strings.
3814
3815 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3816
3817         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
3818
3819 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3820
3821         * message.el (message-generate-hashcash): Expand range of values to
3822         include `opportunistic'.
3823         (message-send-mail): Use it.
3824
3825 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3826
3827         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
3828         and comment it.
3829
3830         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
3831
3832 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
3833
3834         * gnus-util.el (gnus-extract-address-components): Improve comment.
3835
3836 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3837
3838         * gnus-util.el (gnus-extract-address-components): Work with address in
3839         which the name portion contains @.
3840
3841         * lpath.el: Fbind custom-autoload.
3842
3843 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
3844
3845         * gnus.el (gnus-start): Move custom group up.
3846         (gnus-select-method): Don't autoload, but make it available for
3847         `customize-variable'.
3848         (gnus-getenv-nntpserver): Don't autoload.
3849
3850 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
3851
3852         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
3853
3854 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
3855
3856         * message.el (message-sendmail-extra-arguments): New variable.
3857         (message-send-mail-with-sendmail): Use it.
3858
3859 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3860
3861         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
3862         mm-with-unibyte-current-buffer to make string unibyte.
3863
3864         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
3865         mm-string-as-multibyte.
3866
3867 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
3868
3869         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
3870         Reported by Werner Koch <wk@gnupg.org>.
3871
3872 2006-11-14  Daiki Ueno  <ueno@p360>
3873
3874         * mml2015.el: Autoload epa-select-keys when compiling.
3875
3876 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
3877
3878         * mml2015.el (mml2015-epg-sign): Save the signing keys in
3879         message-options.
3880         (mml2015-epg-encrypt): Save the recipient keys in message-options.
3881
3882 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
3883
3884         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
3885         EasyPG (< 0.0.6).
3886         (mml2015-always-trust): New user option.
3887         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
3888         prompt.
3889
3890 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3891
3892         * nntp.el (nntp-authinfo-force): New variable.
3893         (nntp-send-authinfo): Use it.
3894
3895 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
3896
3897         * message.el (message-strip-subject-encoded-words): Allow _not_ to
3898         decode encoded words.  Improve prompt.  Add comment about forwarding.
3899         (message-replacement-char): Move up.
3900
3901 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3902
3903         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
3904         instead of gnus-intersection because arguments of gnus-sorted-nunion
3905         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
3906
3907 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
3908
3909         * message.el (message-strip-subject-encoded-words): Reformat prompt.
3910         (message-simplify-subject-functions): Enable
3911         message-strip-subject-encoded-words by default.
3912
3913 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
3914
3915         * message.el (message-strip-subject-encoded-words): New function
3916         (message-simplify-subject-functions): New variable.
3917         (message-simplify-subject): Use it.  Fix typo in doc string.
3918         Support message-strip-subject-encoded-words.
3919
3920 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
3921
3922         * gnus-diary.el (gnus-diary-delay-format-function):
3923         * nndiary.el (nndiary-reminders):
3924         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
3925
3926 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
3927
3928         * gnus-art.el (article-hide-boring-headers): Fetch date from
3929         gnus-original-article-buffer to avoid problems with localized date
3930         strings.
3931
3932 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3933
3934         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
3935
3936 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
3937
3938         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
3939         New variables.
3940         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
3941         (mm-charset-synonym-alist): Move some entries to
3942         mm-codepage-iso-8859-list.
3943         (mm-charset-synonym-alist, mm-charset-override-alist): Add
3944         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
3945
3946 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3947
3948         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
3949
3950 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
3951
3952         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
3953         with Emacs 21 and XEmacs.
3954
3955 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
3956
3957         * spam.el (spam-parse-address): New function for better parsing,
3958         catching errors, etc.
3959         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
3960
3961 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
3962
3963         * mm-view.el: Add interactive arg to html2text autoload.
3964
3965 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3966
3967         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
3968
3969 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
3970
3971         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
3972         variables.
3973         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
3974         (mm-charset-synonym-alist): Move some entries to
3975         mm-codepage-iso-8859-list.
3976
3977         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
3978
3979 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
3980
3981         * message.el (message-citation-line-format)
3982         (message-insert-formated-citation-line): Fix implementation of %E, %N
3983         and %n according to the doc string.
3984
3985 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
3986
3987         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
3988         car-safe to avoid bad parses.
3989
3990 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3991
3992         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
3993         names.
3994
3995         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
3996
3997 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3998
3999         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
4000         header.
4001
4002         * message.el (message-draft-headers): Add Date.
4003         (message-headers-to-generate): Fix typo in docstring.
4004
4005         * nndraft.el (nndraft-required-headers): New variable.
4006         (nndraft-generate-headers): Use it.
4007
4008         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
4009
4010 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
4011
4012         * gnus-registry.el (gnus-registry-wash-for-keywords)
4013         (gnus-registry-find-keywords): New functions to allow easy searching of
4014         articles that are in the registry.
4015
4016 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
4017
4018         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
4019         ietf-drums-parse-address instead of gnus-extract-address-components.
4020         Reported by Damien Elmes <damien@repose.cx>.
4021
4022 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
4023
4024         * gnus.el (gnus-mime): Remove unused custom group.
4025
4026 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4027
4028         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
4029         "blank line" when searching for end of armor headers.
4030
4031 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4032
4033         * gmm-utils.el (gmm-write-region): Fix variable name.
4034
4035 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
4036
4037         * gmm-utils.el (gmm-write-region): New function based on compatibility
4038         code from `mm-make-temp-file'.
4039
4040         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
4041
4042         * nnmaildir.el (nnmaildir--update-nov)
4043         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
4044         Use `gmm-write-region'.
4045
4046 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4047
4048         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
4049         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
4050
4051         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
4052
4053         * message.el (message-replacement-char): New variable.
4054         (message-fix-before-sending): Use it.
4055         (message-simplify-subject): New function to remove duplicate code.
4056         (message-reply, message-followup): Use it.
4057
4058         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
4059         gnus-summary-limit-to-articles.
4060
4061 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4062
4063         * gnus-util.el (gnus-with-local-quit): New macro.
4064
4065         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
4066
4067 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
4068
4069         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
4070         ignore non-string data.
4071
4072 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
4073
4074         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
4075         non-string data (needs to be done in the registry too).
4076
4077 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
4078
4079         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
4080         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
4081         (gnus-registry-split-fancy-with-parent)
4082         (gnus-registry-fetch-simplified-message-subject-fast)
4083         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
4084         Remove text properties on ingress into the registry and when it's saved.
4085         (gnus-registry-clean-empty-function): Fix bug with cleaning the
4086         registry from entries with no groups.
4087
4088 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
4089
4090         * gnus-util.el (gnus-string-remove-all-properties): Add utility
4091         function to remove string properties.
4092
4093 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
4094
4095         * gmm-utils.el (gmm): Adjust custom version.
4096
4097         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
4098         custom version.
4099
4100         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
4101
4102 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
4103
4104         * gnus-art.el (gnus-insert-prev-page-button)
4105         (gnus-insert-next-page-button): Simplify.  Reformat.
4106
4107 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
4108
4109         * gnus-art.el (gnus-insert-prev-page-button)
4110         (gnus-insert-next-page-button): Apply gnus-article-button-face.
4111
4112 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
4113
4114         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
4115
4116 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
4117
4118         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
4119         gnus-article-button-face to MIME and security buttons.
4120
4121 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
4122
4123         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
4124         readable.
4125
4126 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4127
4128         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
4129
4130 2006-09-20  Steve Youngs  <steve@sxemacs.org>
4131
4132         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
4133         `browse-url-of-file' instead of `browse-url'.
4134
4135 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4136
4137         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
4138         regexp.  Articles containing quotation were cut prematurely.
4139
4140 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4141
4142         * message.el (message-cite-original-1): Use nobody by default for the
4143         value of From header.
4144         (message-reply): Ditto.
4145
4146 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
4147
4148         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
4149         to the gnus-info.  This fixes a bug of inline-PGP message verification.
4150         Reported by Michael Piotrowski <mxp@dynalabs.de>.
4151
4152 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
4153
4154         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
4155         mails in the doc string.  Add some URLs in comment.
4156         (pop3-movemail): Warn about pop3-leave-mail-on-server.
4157
4158 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4159
4160         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
4161         backslashes handling and the way to find boundaries of quoted strings.
4162
4163 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
4164
4165         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
4166         mml1991-encrypt-to-self is set and mml1991-signers is not set.
4167         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
4168         mml2015-encrypt-to-self is set and mml2015-signers is not set.
4169
4170 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
4171
4172         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
4173         doc string.
4174         (gnus-button-regexp, gnus-button-last): Remove unused variables.
4175
4176 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4177
4178         * lpath.el: Fbind epg-check-configuration.
4179
4180 2006-09-06  Simon Josefsson  <jas@extundo.com>
4181
4182         * mml2015.el (mml2015-use): Doc fix, mention epg.
4183
4184 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
4185
4186         * mml2015.el (mml2015-use): Default to epg, if available.
4187
4188 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
4189
4190         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
4191         message-sender.
4192         (mml1991-epg-encrypt): Ditto.
4193         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
4194         message-sender.
4195         (mml2015-epg-encrypt): Ditto.
4196
4197 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
4198
4199         * message.el (message-send-mail-with-sendmail): Look for sendmail in
4200         several common directories.
4201
4202 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
4203
4204         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
4205         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
4206
4207 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4208
4209         * gnus-art.el (article-decode-encoded-words): Make it fast.
4210
4211 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4212
4213         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
4214
4215         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
4216         in quoted string into `\'.
4217
4218 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4219
4220         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4221         Use standard-syntax-table.
4222
4223 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4224
4225         * gnus-art.el (gnus-decode-address-function): New variable.
4226         (article-decode-encoded-words): Use it to decode headers which are
4227         assumed to contain addresses.
4228         (gnus-mime-delete-part): Remove useless `or'.
4229
4230         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
4231         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
4232         (gnus-nov-parse-line): Use it to decode From header.
4233         (gnus-get-newsgroup-headers): Ditto.
4234         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
4235
4236         * mail-parse.el (mail-decode-encoded-address-region): New alias.
4237         (mail-decode-encoded-address-string): New alias.
4238
4239         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4240         New function.
4241         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
4242         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
4243         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
4244         (rfc2047-decode-string): Ditto.
4245         (rfc2047-decode-address-region): New function.
4246         (rfc2047-decode-address-string): New function.
4247
4248 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
4249
4250         * message.el (message-caesar-buffer-body): Allow rotating headers.
4251
4252         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
4253
4254         * message.el (message-insert-formated-citation-line): Fix %f.
4255         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
4256
4257 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4258
4259         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
4260         (gnus-bookmark-mouse-available-p): New macro.
4261         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
4262         (gnus-bookmark-bmenu-show-infos): Use it.
4263         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
4264         (gnus-bookmark-bmenu-hide-infos): Ditto.
4265         (gnus-bookmark-remove-properties): New function.
4266         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
4267         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
4268         (gnus-bookmark-write-file): Bind coding-system-for-write.
4269         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
4270         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
4271         group before selecting it.
4272         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
4273         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
4274         quit-window if it is not available; use gnus-mouse-2 and bind it to
4275         gnus-bookmark-bmenu-select-by-mouse.
4276         (gnus-bookmark-show-details): Remove unused variable `details-list'.
4277         (gnus-bookmark-bmenu-select-by-mouse): New function.
4278
4279 2006-08-13  Romain Francoise  <romain@orebokech.com>
4280
4281         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
4282         space.
4283
4284 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4285
4286         * compface.el (uncompface): Use binary rather than raw-text-unix.
4287
4288 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4289
4290         * compface.el (uncompface): Make sure the eol conversion doesn't take
4291         place when communicating with the external programs.  Reported by
4292         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4293
4294 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4295
4296         * nnheader.el (nnheader-insert-head): Fix typo in comment.
4297
4298 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4299
4300         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4301         Make it more robust by parsing author and date independently.
4302
4303 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4304
4305         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
4306
4307 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
4308
4309         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
4310         first matching secret key.
4311         (mml2015-epg-encrypt): Ditto.
4312
4313         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
4314         first matching secret key.
4315         (mml1991-epg-encrypt): Ditto.
4316
4317         * mml2015.el (mml2015-encrypt-to-self): New user option.
4318         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
4319         mml2015-epg-encrypt-to-self is set.
4320
4321         * mml1991.el (mml1991-encrypt-to-self): New variable.
4322         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
4323         mml1991-epg-encrypt-to-self is set.
4324
4325         * mml2015.el (mml2015-signers): New user option.
4326         (mml2015-epg-sign): Reflect the value of mml2015-signers.
4327         (mml2015-epg-encrypt): Allow to select signing keys.
4328
4329         * mml1991.el (mml1991-signers): New variable.
4330         (mml1991-epg-sign): Reflect the value of mml1991-signers.
4331         (mml1991-epg-encrypt): Allow to select signing keys.
4332
4333 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4334
4335         * nnheader.el (nnheader-insert-head): Make it work even if the file
4336         uses CRLF for the line-break code.
4337
4338 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
4339
4340         * mml2015.el: Require mml-sec instead of password.
4341         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
4342         (mml2015-cache-passphrase): Inherit the default value from
4343         mml-secure-cache-passphrase.
4344         (mml2015-passphrase-cache-expiry): Inherit the default value from
4345         mml-secure-passphrase-cache-expiry.
4346
4347         * mml1991.el: Require mml-sec instead of password.
4348         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
4349         (mml1991-cache-passphrase): Inherit the default value from
4350         mml-secure-cache-passphrase.
4351         (mml1991-passphrase-cache-expiry): Inherit the default value from
4352         mml-secure-passphrase-cache-expiry.
4353
4354         * mml-sec.el: Require password.
4355         (mml-secure-verbose): New user option.
4356         (mml-secure-cache-passphrase): New user option.
4357         (mml-secure-passphrase-cache-expiry): New user option.
4358
4359 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
4360
4361         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
4362         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
4363         andreas@altroot.de (Andreas Vögele).
4364
4365         FIXME: Use `tiny change'?
4366
4367 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4368
4369         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
4370         workaround for the url package included with Emacs.
4371
4372         * nnweb.el (nnweb-google-create-mapping): Update regexp.
4373
4374 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4375
4376         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
4377         correctly.  This fixes a bug caused by the 2006-05-12 change.
4378
4379 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
4380
4381         * nnmail.el (nnmail-article-group): If splitting raises an error, give
4382         some information about the error when saying that the `bogus' mail
4383         group will be used.
4384
4385 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
4386
4387         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
4388         string.
4389
4390 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
4391
4392         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
4393
4394 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4395
4396         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
4397
4398 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
4399
4400         * mml1991.el (mml1991-function-alist): Add epg.
4401         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
4402         (mml1991-epg-encrypt): New functions.
4403
4404 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
4405
4406         * mml2015.el (mml2015-verbose): New variable.
4407         (mml2015-cache-passphrase): Ditto.
4408         (mml2015-passphrase-cache-expiry): Ditto.
4409         (mml2015-function-alist): Add epg.
4410         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
4411         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
4412         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
4413         functions.
4414
4415 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4416
4417         * message.el (message-cite-original-1): Preserve region when removing
4418         quoted text due to X-No-Archive in order to avoid bogus attribution
4419         when citing multiple messages.
4420
4421 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4422
4423         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
4424         Kenneth Jacker <khj@be.cs.appstate.edu>.
4425
4426 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
4427
4428         * gnus-diary.el (gnus-user-format-function-d)
4429         (gnus-user-format-function-D): Autoload.
4430
4431         * imap.el (Commentary): Fix typo.
4432
4433         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
4434         2006-04-22 contribution.
4435
4436 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4437
4438         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
4439         It didn't really fix the bogosity I'm seeing with solid web groups.
4440
4441 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4442
4443         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
4444         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
4445         created using server names.  If we use the feature without declaring
4446         it, Gnus does not properly manage server and group state.
4447
4448         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
4449         bound.
4450
4451 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4452
4453         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
4454         looking up the method using GROUP's prefix before inventing a new one.
4455         It is used on killed/unknown groups in various places where returning
4456         an all-new method isn't expected by the caller.
4457
4458         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
4459         and match semantics of gnus-group-real-prefix.
4460
4461 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
4462
4463         * nnmail.el (nnmail-broken-references-mailers): New variable.
4464         (nnmail-ignore-broken-references): New function generalizing
4465         nnmail-fix-eudora-headers.
4466         (nnmail-fix-eudora-headers): Now obsolete.
4467
4468         * gnus-art.el (gnus-button-handle-custom): Support
4469         `customize-apropos*'.
4470
4471 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4472
4473         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
4474
4475         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
4476         articles.
4477
4478 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
4479
4480         * message.el (message-cite-reply-above): New variable.
4481         (message-yank-original): Use it.
4482
4483 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4484
4485         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
4486
4487 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
4488
4489         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
4490         as read.
4491
4492         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
4493
4494 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
4495
4496         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
4497         (gnus-bookmark-default-file): Use gnus-directory.
4498         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
4499         Remove "*" in doc string.
4500         (gnus-bookmark-write-file): Simplify.
4501         (gnus-bookmark-maybe-sort-alist): Use `when'.
4502         (gnus-bookmark-get-bookmark): Fix typo in doc string.
4503         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
4504         FIXME about Emacs 21 and XEmacs compatibility.
4505         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
4506         compatibility.
4507         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
4508         compatibility.
4509         (gnus-bookmark-menu-heading): Fix version.
4510
4511 2006-06-19  Bastien Guerry  <bzg@altern.org>
4512
4513         * gnus-bookmark.el: New file.
4514
4515 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4516
4517         * message.el (message-syntax-checks): Doc fix.
4518
4519 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4520
4521         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
4522         unsubscribed groups as if they were killed ones.  It causes duplicate
4523         entries in gnus-newsrc-alist.
4524
4525 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4526
4527         * message.el (message-syntax-checks): Doc fix.
4528         (message-send-mail): Add check for continuation headers.
4529         (message-check-news-header-syntax): Fix regexp used to check for
4530         continuation headers.
4531
4532 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4533
4534         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
4535
4536 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
4537
4538         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
4539
4540 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4541
4542         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
4543         default-truncate-lines.
4544
4545 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4546
4547         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
4548         to fill the utf-8 entry.
4549
4550         * lpath.el: Fbind unicode-precedence-list.
4551
4552 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4553
4554         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4555
4556 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
4557
4558         * gnus-agent.el (directory-files-and-attributes): Move all the way
4559         forward (the third and final move).
4560         (gnus-agent-read-agentview): Trap reconstruction errors due to
4561         nonexistant directory.  Handle by returning nil.
4562
4563 2006-05-30  Didier Verna  <didier@xemacs.org>
4564
4565         * message.el (message-dont-reply-to-names): Update the custom type.
4566         * message.el (message-dont-reply-to-names): New defsubst: potentially
4567         convert a list of regexps into a single one.
4568         * message.el (message-get-reply-headers): Use it.
4569         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
4570
4571 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4572
4573         * gnus-agent.el (directory-files-and-attributes): Move forward.
4574
4575 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4576
4577         * gnus-ml.el (gnus-mailing-list-subscribe)
4578         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
4579         (gnus-mailing-list-message): Fix doc strings.
4580
4581 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4582
4583         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
4584         of doing it manually.
4585
4586 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4587
4588         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
4589         comment.
4590
4591 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
4592
4593         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
4594         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
4595         (gnus-agent-read-local): All symbols allocated in my-obarray
4596         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
4597         (gnus-agent-regenerate-group): Check numeric names to see if they are
4598         messages or groups.
4599         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
4600         better way of do this...)
4601
4602         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
4603         'dummy.group' (there should be a better way of do this...)
4604
4605 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4606
4607         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
4608         (gnus-saved-headers): Ditto.
4609         (gnus-default-article-saver): Mention functions may have properties.
4610         (gnus-article-save): Override gnus-save-all-headers and
4611         gnus-saved-headers by :headers property which saver function may have.
4612         (gnus-summary-save-in-file): Add :headers property.
4613         (gnus-summary-write-to-file): Ditto.
4614
4615         * gnus-sum.el (gnus-summary-save-article): Bind
4616         gnus-prompt-before-saving to t when saving many articles in a file;
4617         always show all headers.
4618
4619         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
4620
4621 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
4622
4623         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
4624         marks.
4625
4626         * message.el (message-indent-citation): Add optional arguments to allow
4627         using it outside of message buffers.
4628
4629         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
4630         (gnus-article-treat-unfold-headers): Use it.
4631         (gnus-article-truncate-lines): New variable.
4632         (gnus-article-mode): Use it.
4633         (gnus-article-toggle-truncate-lines): New function.
4634
4635         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
4636         gnus-article-toggle-truncate-lines.
4637
4638         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
4639         coding system in XEmacs, use binary.
4640
4641 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4642
4643         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
4644         after-load-alist.
4645
4646         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
4647         this function should save decoded articles.
4648         (gnus-summary-write-to-file): Use property to specify this function
4649         should save decoded articles and specify gnus-summary-save-in-file
4650         should be used to save articles other than the first one when saving
4651         many articles.
4652         (gnus-summary-save-body-in-file): Use property to specify this
4653         function should save decoded articles.
4654         (gnus-summary-write-body-to-file): Use property to specify this
4655         function should save decoded articles and specify
4656         gnus-summary-save-body-in-file should be used to save articles other
4657         than the first one when saving many articles.
4658
4659         * gnus-sum.el (gnus-summary-save-article): Simplify.
4660
4661 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4662
4663         * gnus-art.el (gnus-default-article-saver): Add
4664         gnus-summary-write-body-to-file.
4665         (gnus-article-save-coding-system): Don't use coding system object
4666         in XEmacs.
4667         (gnus-read-save-file-name): Add optional `dir-var' argument which
4668         specifies directory in which files are saved; work even if optional
4669         `variable' argument is not specified.
4670         (gnus-summary-write-to-file): Read file name.
4671         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
4672         (gnus-summary-write-body-to-file): New function.
4673
4674         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
4675         (gnus-summary-local-variables): Add it.
4676         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
4677         (gnus-summary-save-article): Remove optional `decode' argument;
4678         determine whether to decode articles by the value of
4679         gnus-default-article-saver; when saving many files using
4680         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
4681         it first and use gnus-summary-save-in-file or
4682         gnus-summary-save-body-in-file thereafter unless
4683         gnus-prompt-before-saving is always; move point to article which
4684         will be saved.
4685         (gnus-summary-save-article-file): Revert.
4686         (gnus-summary-write-article-file): Revert.
4687         (gnus-summary-save-article-body-file): Revert.
4688         (gnus-summary-write-article-body-file): New function.
4689
4690 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4691
4692         * gnus-art.el (gnus-default-article-saver): Doc fix.
4693         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
4694         from gnus-summary-save-article-coding-system, and default to a
4695         certain coding system.
4696         (gnus-output-to-file): Add coding cookie and encode text according
4697         to gnus-article-save-coding-system; don't use mm-append-to-file.
4698
4699         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
4700         gnus-art.el and rename to gnus-article-save-coding-system.
4701         (gnus-summary-save-article): Require gnus-art; don't show all
4702         headers if it decodes articles; don't add coding cookie here;
4703         don't bind mm-text-coding-system-for-write.
4704         (gnus-summary-save-article-file): Save decoded articles.
4705         (gnus-summary-write-article-file): When saving many files, use
4706         gnus-summary-write-to-file first and gnus-summary-save-in-file
4707         thereafter unless gnus-prompt-before-saving is always.
4708         (gnus-summary-save-article-body-file): Save decoded articles.
4709
4710         * lpath.el: Fbind select-safe-coding-system for XEmacs.
4711
4712 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
4713
4714         * nnrss.el (nnrss-check-group): Bind hash-index.
4715
4716 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
4717
4718         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
4719         its hash index.  Store this hash in `nnrss-group-data'.
4720         (nnrss-read-group-data): Update accordingly.
4721
4722 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
4723
4724         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
4725         entry.
4726
4727         * gnus-sum.el (gnus-summary-make-menu-bar): Add
4728         gnus-article-browse-html-article.
4729
4730 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
4731
4732         * gnus-sum.el (gnus-summary-mime-map): Add
4733         gnus-article-browse-html-article.
4734
4735         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
4736
4737 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
4738
4739         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
4740         suitable coding systems in customize.
4741
4742 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
4743
4744         * mail-source.el (mail-sources): Fix custom type.
4745
4746 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
4747
4748         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
4749         (gnus-summary-expire-articles-now): Shorten prompt.
4750
4751         * gmm-utils.el (wid-edit): Require.
4752         (defun-gmm): Renamed from `gmm-defun-compat'.
4753         (gmm-image-search-load-path): Use it.
4754         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
4755
4756 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4757
4758         * gnus-sum.el (gnus-summary-save-article-coding-system): New
4759         variable.
4760         (gnus-summary-save-article): Add optional `decode' argument.  If
4761         it is set and gnus-summary-save-article-coding-system is non-nil,
4762         save decoded article.
4763         (gnus-summary-write-article-file): Save decoded article if
4764         gnus-summary-save-article-coding-system is non-nil.
4765
4766         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
4767         type.
4768
4769 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4770
4771         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
4772
4773 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4774
4775         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
4776         first to test gnus-single-article-buffer which may be buffer-local.
4777
4778         * gnus-sum.el (gnus-summary-setup-buffer): Make
4779         gnus-single-article-buffer buffer-local and nil in ephemeral
4780         group; make gnus-article-buffer, gnus-article-current, and
4781         gnus-original-article-buffer always buffer-local.
4782         (gnus-summary-exit): Kill article buffer belonging to ephemeral
4783         group.
4784         (gnus-handle-ephemeral-exit): Don't move to next summary line.
4785
4786 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
4787
4788         * nnml.el (nnml-request-compact-group): Compressed files might not
4789         have .gz extension.
4790
4791 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4792
4793         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
4794         (mm-copy-to-buffer): Use with-current-buffer.
4795         (mm-display-part): Simplify.
4796         (mm-inlinable-p): Add optional arg `type'.
4797
4798 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4799
4800         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
4801         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
4802         Try harder to show the attachment internally or externally using
4803         gnus-mime-view-part-as-type.
4804
4805 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
4806
4807         * message.el (message-from-style, message-signature-separator)
4808         (message-user-organization-file, message-send-mail-function)
4809         (message-citation-line-function, message-yank-prefix)
4810         (message-indent-citation-function, message-signature)
4811         (message-signature-file, message-signature-insert-empty-line):
4812         Remove autoloads.
4813
4814         * gnus-art.el (gnus-buttonized-mime-types): Remove
4815         "multipart/signed".  Revert 2006-04-26 change.
4816
4817 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4818
4819         * gnus.el (gnus-version-number): Bump version.
4820
4821 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4822
4823         * gnus.el: No Gnus v0.5 is released.
4824
4825 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4826
4827         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
4828         fetching articles by message-id.
4829
4830 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4831
4832         * message.el (hashcash): Require hashcash as normal.
4833
4834         * ecomplete.el (ecomplete-highlight-match-line): Use
4835         point-at-eol.
4836         (ecomplete-highlight-match-line): Use `highlight', because that
4837         face exists in both Emacs and XEmacs.
4838
4839         * message.el (message-display-abbrev): Use point-at-bol.
4840
4841         * mail-source.el: Don't require timer/timer-funcs.
4842
4843         * gnus-async.el: Ditto.
4844
4845         * password.el: Ditto.
4846
4847         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
4848
4849         * mm-url.el: Ditto.
4850
4851         * gnus-xmas.el: Don't require timer-funcs.
4852
4853         * mm-util.el: Require timer/timer-funcs.
4854
4855 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4856
4857         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
4858         Close.
4859
4860 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4861
4862         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
4863         unibyte after clear-decrypt function runs.
4864
4865         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
4866         returns as a unibyte string.
4867
4868 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4869
4870         * lpath.el: Revert.
4871
4872         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
4873         (pgg-gpg-process-sentinel): Revert.
4874
4875         * pgg-pgp.el (pgg-pgp-process-region): Revert.
4876         (pgg-pgp-lookup-key): Revert.
4877
4878         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
4879         (pgg-pgp5-lookup-key): Revert.
4880
4881         * pgg.el (pgg-fetch-key): Revert.
4882
4883 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4884
4885         * lpath.el: Fbind string-as-multibyte for XEmacs.
4886
4887         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
4888         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
4889         (mml1991-pgg-encrypt): Ditto.
4890
4891         * pgg-gpg.el (pgg-string-to-multibyte): New function.
4892         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
4893         a multibyte buffer.
4894
4895         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
4896         (pgg-pgp-lookup-key): Ditto.
4897
4898         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
4899         (pgg-pgp5-lookup-key): Ditto.
4900
4901         * pgg.el (pgg-fetch-key): Ditto.
4902
4903 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
4904
4905         * message.el (message-user-organization-file): Check several
4906         locations of the organization file.
4907
4908         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
4909         Add gnus-article-view-part-as-type.
4910
4911         * gnus-art.el (gnus-article-view-part-as-type): New function.
4912
4913         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
4914         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
4915
4916         * mml.el: Simplify autoload.
4917         (mml-mode): defvar dnd-protocol-alist instead of using
4918         symbol-value.
4919         (mml-default-directory): New variable.
4920         (mml-minibuffer-read-file): Use it.
4921         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
4922
4923         * message.el (message-citation-line-format): New variable.
4924         (message-insert-formated-citation-line): New function.
4925         (message-citation-line-function): Add
4926         `message-insert-formated-citation-line' to custom type.
4927
4928         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
4929         to doc string.
4930
4931         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
4932         depending on mm-verify-option.
4933
4934 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4935
4936         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
4937         binding pgg-* variables; reimplement the section which prevents
4938         MIME header from being signed.
4939         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
4940         pgg-text-mode; remove a blank line at the top of body.
4941
4942         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
4943         lines at the top of body; use gnus-newsgroup-charset if there's no
4944         Charset header.
4945
4946 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4947
4948         * message.el (message-self-insert-commands): Doc fix.
4949
4950         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
4951         (mm-uu-pgp-encrypted-test): Ditto.
4952         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
4953         between header and body; return application/pgp-encrypted handle
4954         if decryption failed; decode decrypted body by charset.
4955
4956         * mm-decode.el (mm-automatic-display): Don't make application/pgp
4957         element match to application/pgp-*.
4958
4959 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4960
4961         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
4962         HTML.
4963
4964 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4965
4966         * mail-source.el (mail-source-call-script): Message the error
4967         string.
4968
4969 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4970
4971         * gnus-util.el (gnus-byte-compile): Use it.
4972
4973 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
4974
4975         * gnus-util.el (kill-empty-logs): New function.
4976
4977 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4978
4979         * message.el (message-mail-alias-type): Doc fix.
4980         (message-mail-alias-type-p): New function.
4981         (message-send): Use it.
4982         (message-mode): Ditto.
4983         (message-strip-forbidden-properties): Ditto.
4984
4985         * ecomplete.el (ecomplete-database-file-coding-system): New
4986         variable.
4987         (ecomplete-save): Use it.
4988         (ecomplete-setup): Use it.
4989
4990 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4991
4992         * message.el (message-self-insert-commands): New variable.
4993         (message-strip-forbidden-properties): Use it.
4994
4995 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4996
4997         * message.el (message-put-addresses-in-ecomplete): Use a regexp
4998         that doesn't make XEmacs choke.
4999
5000 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
5001
5002         * gnus-util.el (gnus-replace-in-string):
5003         Prefer replace-regexp-in-string over of replace-in-string.
5004
5005 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5006
5007         * gnus-util.el (gnus-select-frame-set-input-focus):
5008         Use select-frame-set-input-focus if it is available in XEmacs; use
5009         definition defined in Emacs 22 for old Emacsen.
5010
5011         * dgnushack.el: Autoload unmorse-region for XEmacs.
5012
5013         * lpath.el: Bind cursor-in-non-selected-windows and
5014         select-frame-set-input-focus for XEmacs.
5015
5016 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5017
5018         * mm-view.el (mm-inline-text): Use equal instead of equalp.
5019
5020 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
5021
5022         * gnus-registry.el (gnus-registry-cache-save): Remove text
5023         properties when saving via the temp buffer.
5024
5025 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
5026
5027         * message.el (message-generate-hashcash): Honor custom type.
5028
5029 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5030
5031         * message.el (message-generate-hashcash): Default to non-nil when
5032         hashcash is found.
5033
5034         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
5035         (gnus-refer-thread-limit): Increase default to 500.
5036
5037         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
5038
5039         * flow-fill.el (fill-flowed): Allow delete-space.
5040
5041 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
5042
5043         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
5044         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
5045         Remove autoloads.
5046
5047 2006-04-18  Simon Josefsson  <jas@extundo.com>
5048
5049         * message.el (message-generate-hashcash): Default to.
5050
5051 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5052
5053         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
5054         concatenating segments rather than before concatenating them.
5055
5056 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
5057
5058         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
5059
5060 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5061
5062         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
5063
5064         * message.el (message-forward-make-body-plain): Allow
5065         message-forward-ignored-headers to be a list.
5066         (message-remove-ignored-headers): Factor out into function.
5067         (message-forward-make-body-mml): Use it.
5068
5069         * imap.el (imap-quote-specials): New function.
5070         (imap-login-auth): Quote specials.
5071
5072         * rfc2231.el (rfc2231-parse-string): Remove dead code.
5073         (rfc2231-parse-string): Allow concatanation of parameters that
5074         aren't contiguous.  The test case is
5075           (mail-header-parse-content-type "message/external-body;
5076             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
5077             access-type=LOCAL-FILE;
5078             name*1*=plugh%2fhello-sailor%2fbing.pdf")
5079
5080 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5081
5082         * nntp.el (nntp-accept-process-output): Return the value of
5083         `nnheader-accept-process-output'.
5084
5085 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5086
5087         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
5088         (gnus-button-alist): Recognize more diff formats.
5089         (gnus-button-patch): Strip directory.
5090
5091 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
5092
5093         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
5094         Emacs 22 when setting focus.
5095
5096 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5097
5098         * gnus-art.el (gnus-article-treat-types): Do treatment of
5099         text/x-verbatim parts.
5100         (gnus-button-patch): New command.
5101
5102         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
5103         addresses that contain invalid characters.
5104
5105 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5106
5107         * message.el (message-put-addresses-in-ecomplete): Use
5108         gnus-replace-in-string.
5109         (message-is-yours-p): Use the more correct
5110         mail-header-parse-address instead of
5111         mail-extract-address-components.
5112         (message-put-addresses-in-ecomplete): Fix typo.
5113
5114         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
5115         keystroke.
5116
5117         * gnus-art.el (gnus-treatment-function-alist): Change order of
5118         newsgroups/generic header folding to avoid double-folding.
5119
5120         * message.el (message-hidden-headers): Add X-Draft-From.
5121
5122         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
5123         command.
5124         (gnus-summary-repeat-search-article-backward): New command.
5125
5126         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
5127         groups in the parent topic.
5128
5129 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
5130
5131         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
5132         (spam-extra-header-to-number): Return the CRM114 number as a
5133         number instead of a string.
5134
5135 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5136
5137         * gnus-art.el (gnus-face-properties-alist): Moved here from
5138         gnus-fun.
5139
5140         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
5141
5142 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5143
5144         * message.el (message-strip-forbidden-properties): Only display on
5145         self-insert-command.
5146
5147         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
5148         reindent.
5149         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
5150
5151 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
5152
5153         * smiley.el (smiley-style): Fix typo.
5154
5155 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5156
5157         * hashcash.el (hashcash-insert-payment-async-2): Use
5158         message-goto-eoh instead of doing it manually.
5159         (mail-add-payment): Use message-narrow-to-header instead of trying
5160         to do the same itself.
5161
5162         * message.el (message-hidden-headers): Add Face.
5163
5164         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
5165         reparenting code.
5166         (gnus-summary-reparent-children): Refactored out code.
5167         (gnus-summary-thread-map): New keystroke.
5168         (gnus-summary-reparent-children): Make into command.
5169
5170         * smiley.el (smiley-style): Default to `medium' if using a large
5171         font.
5172
5173         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
5174         does it itself.
5175
5176         * message.el (message-point-in-header-p): Simplify definition.
5177
5178 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5179
5180         * nnagent.el (nnagent-request-set-mark): Silence log file
5181         writing.
5182         (nnagent-request-set-mark): Use write-region instead of
5183         append-to-file.
5184
5185         * gnus-sum.el (gnus-read-header): Fudge article number if using a
5186         strange select method.
5187
5188         * ecomplete.el (ecomplete-display-matches): Get highlightling
5189         right.
5190         (ecomplete-display-matches): Use literals.
5191         (ecomplete-display-matches): Disable message logging.
5192
5193         * message.el (message-display-abbrev): Small optimization.
5194
5195         * ecomplete.el (ecomplete-display-matches): Allow automatic
5196         display.
5197
5198         * message.el (message-strip-forbidden-properties): Display
5199         abbrevs.
5200         (message-display-abbrev): Get automatic display right.
5201
5202         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
5203         keystrokes.
5204
5205 2006-04-13  Romain Francoise  <romain@orebokech.com>
5206
5207         TODO: Backport to v5-10!
5208
5209         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
5210         Moved here (and renamed) from gnus-registry.el.
5211
5212         * gnus-registry.el: Require gnus-util.
5213         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
5214
5215 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5216
5217         * gnus-group.el (gnus-group-catchup-current): Change
5218         if-then-else-if-then-else into cond.
5219         (gnus-group-catchup): Indent.
5220         (group-name-at-point): New function.
5221         (gnus-fetch-group): Provide default from thing at point.
5222
5223 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5224
5225         * message.el (message-display-abbrev): Fix regexp.
5226
5227         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
5228         choosing.
5229         (ecomplete-highlight-match-line): Fix up code rewrite, remove
5230         dead variables.
5231
5232         * message.el (message-newline-and-indent): Remove debugging.
5233         (message-display-abbrev): Use new implementation.
5234
5235 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5236
5237         * gnus-art.el (gnus-article-mode): Set
5238         cursor-in-non-selected-windows to nil.
5239
5240         * smiley.el: Revert previous change.
5241         (smiley-data-directory): defvar it before using it in the
5242         defcustom of `smiley-style'.
5243
5244 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5245
5246         * message.el (message-newline-and-indent): New function.
5247
5248         * ecomplete.el: Implement more bits.
5249
5250         * message.el (message-put-addresses-in-ecomplete): Clean up the
5251         string.
5252
5253         * ecomplete.el (ecomplete-add-item): Chop off decimals.
5254
5255         * gnus-sum.el (gnus-summary-save-parts): Bind
5256         gnus-summary-save-parts-counter and use it to make unique file
5257         names.
5258
5259         * gnus-art.el (gnus-ignored-headers): Add some more headers.
5260
5261         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
5262         parameter to say whether to actually parse the individual
5263         addresses.
5264
5265         * message.el (message-put-addresses-in-ecomplete): New function.
5266         (ecomplete): Require.
5267         (message-mail-alias-type): Add ecomplete as an option.
5268
5269 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
5270
5271         * flow-fill.el (fill-flowed): Remove trailing space from blank
5272         quoted lines.
5273
5274 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5275
5276         * smiley.el (smiley-style): Move definition later to avoid a
5277         compilation warning.
5278
5279 2006-04-12  Kenichi Handa  <handa@m17n.org>
5280
5281         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
5282         buffer and then decode the buffer text if necessary.
5283         (rfc2231-encode-string): Be sure to work on multibyte buffer at
5284         first, and after mm-encode-body, change the buffer to unibyte.
5285         Use mm-disable-multibyte instead of set-buffer-multibyte.
5286
5287 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5288
5289         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
5290         Content-Type header instead of Content-Disposition header.
5291         (gnus-mime-inline-part): Ditto.
5292         (gnus-mime-view-part-as-charset): Ignore charset that the part
5293         specifies.
5294
5295         * mm-decode.el (mm-display-part): Work with external parts and
5296         usual parts similarly.
5297
5298         * mm-extern.el (mm-inline-external-body): Use mm-display-part
5299         instead of gnus-display-mime.
5300
5301         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
5302         instead of with-temp-buffer.
5303
5304         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
5305         tag to summarized topics part in order to encode non-ASCII text.
5306
5307 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5308
5309         * smiley.el (smiley-style): New variable.
5310         (smiley-directory): New function.
5311         (smiley-data-directory): Derive from `smiley-style' using
5312         `smiley-directory'.
5313         (smiley-regexp-alist): Add new entries.
5314
5315         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
5316         (gnus-article-browse-delete-temp): Add :version.
5317
5318 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
5319
5320         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
5321         the sieve region.
5322
5323 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5324
5325         * gnus.el (gnus-version-number): Bump version.
5326
5327 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5328
5329         * gnus.el: No Gnus v0.4 is released.
5330
5331 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5332
5333         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
5334         layout.
5335
5336         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
5337         unknown charset.
5338
5339         * message.el (message-header-synonyms): Add Original-To to the
5340         default.
5341
5342         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
5343         optional parameter.
5344
5345 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
5346
5347         * gnus-fun.el (gnus): Require it for gnus-directory.
5348
5349 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5350
5351         * gnus-fun.el (gnus-face-properties-alist): Add :version.
5352
5353 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
5354
5355         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
5356
5357 2006-04-05  Simon Josefsson  <jas@extundo.com>
5358
5359         * password.el (password-reset): New function.
5360
5361 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
5362
5363         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
5364         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
5365
5366 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5367
5368         * nnweb.el (nnweb-google-create-mapping): Update regexp.
5369         Some whitespace was matched into the url, which broke browsing hits
5370         > 100 when mm-url-use-external was nil.
5371
5372 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
5373
5374         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
5375         gnus-extra-headers for 'Newsgroups.
5376
5377         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
5378         bound.
5379
5380 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
5381
5382         * pgg-gpg.el: Clean up process buffers every time gpg processes
5383         complete.
5384
5385 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
5386
5387         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
5388         doc string.
5389
5390 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
5391
5392         * pgg-gpg.el (pgg-gpg-process-filter)
5393         (pgg-gpg-wait-for-completion): Check if buffer is alive.
5394
5395         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
5396         lines, temporary fix.
5397
5398 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5399
5400         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
5401
5402 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
5403
5404         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
5405         default-enable-multibyte-characters.  This reverts the change from
5406         revision 6.17 which is no longer necessary because the passphrase
5407         is sent separately now.  GnuPG messages are unreadable under
5408         multibyte locales with default-enable-multibyte-characters set to
5409         nil.
5410
5411 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
5412
5413         * message.el (message-tool-bar-gnome): Move "spell".
5414
5415 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
5416
5417         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
5418         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
5419         instead.
5420
5421 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
5422
5423         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
5424         newsgroups handling for NNTP overviews which don't include
5425         Newsgroups.
5426
5427 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5428
5429         * message.el (message-resend): Bind message-generate-hashcash to nil.
5430
5431 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5432
5433         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
5434         when searching for already-paid recipients.
5435
5436 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
5437
5438         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
5439         passphrases when it is not needed.
5440         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
5441         passphrase stuff from gpg, should only be necessary when you use
5442         gpg with a smartcard.
5443
5444 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5445
5446         * mml.el (mml-insert-mime): Ignore cached contents of
5447         message/external-body part.
5448
5449         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
5450         (mm-insert-part): Ditto.
5451
5452 2006-03-23  Simon Josefsson  <jas@extundo.com>
5453
5454         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
5455         Reiner.
5456         (pgg-gpg-use-agent-p): Use it again.
5457
5458 2006-03-23  Simon Josefsson  <jas@extundo.com>
5459
5460         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
5461         older emacsen.
5462         (pgg-gpg-use-agent-p): Don't use it.
5463
5464 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
5465
5466         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
5467         if we can.
5468
5469 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
5470
5471         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
5472         (pgg-gpg-update-agent): New function.
5473         (pgg-gpg-use-agent-p): New function.
5474         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
5475         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
5476         (pgg-gpg-sign-region): Use it.
5477
5478 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5479
5480         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
5481         Reported by Ralf Wachinger <rwachinger@gmx.de>.
5482
5483 2006-03-21  Simon Josefsson  <jas@extundo.com>
5484
5485         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
5486         <wilde@sha-bang.de>.
5487         (pgg-gpg-use-agent): New variable.
5488         (pgg-gpg-process-region): Use it.
5489         (pgg-gpg-encrypt-region): Likewise.
5490         (pgg-gpg-encrypt-symmetric-region): Likewise.
5491         (pgg-gpg-decrypt-region): Likewise.
5492         (pgg-gpg-sign-region): Likewise.
5493         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
5494
5495 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5496
5497         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
5498
5499         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
5500         Add comment on version.
5501
5502 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5503
5504         * smiley.el: Add missing test smiley.
5505
5506 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5507
5508         * mm-decode.el (mm-with-part): New macro.
5509         (mm-get-part): Use it; work with message/external-body as well.
5510         (mm-save-part): Treat name and filename equally.
5511
5512         * mm-extern.el (mm-extern-cache-contents): New function.
5513         (mm-inline-external-body): Use it; force the part to be displayed;
5514         move undisplayer added to the cached handle to the parent.
5515
5516         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
5517         (gnus-mime-view-part-as-type): Work with message/external-body.
5518
5519         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
5520
5521 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5522
5523         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
5524         images in image-load-path.  [Sync with image.el, revision 1.60, in
5525         Emacs.]
5526
5527 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
5528
5529         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
5530         path rather than symbol.  Always return list of directories.
5531         Guarantee that image directory comes first.  [Sync with image.el,
5532         revision 1.59, in Emacs.]
5533
5534         * message.el (message-make-tool-bar): Adjust to new API of
5535         `gmm-image-load-path-for-library'.
5536
5537         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5538
5539         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5540
5541 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5542
5543         * gnus-art.el (gnus-article-only-boring-p):
5544         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
5545         intangible text.
5546         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
5547
5548 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
5549
5550         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
5551         `defun' instead of `gmm-defun-compat'.
5552
5553 2006-03-14  Simon Josefsson  <jas@extundo.com>
5554
5555         * message.el (message-unique-id): Don't use message-number-base36
5556         if (user-uid) is a float.
5557         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
5558
5559 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5560
5561         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
5562
5563         * gnus-art.el (gnus-mime-display-single): Make sure there is an
5564         empty line between a part and a message part.
5565
5566 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
5567
5568         * smiley.el: Add more test smileys.
5569         (smiley-data-directory, smiley-regexp-alist)
5570         (gnus-smiley-file-types): Fix doc strings.
5571         (smiley-update-cache): Clear smiley-cached-regexp-alist before
5572         adding new elements.
5573         (smiley-mouse-map): Unused code.  Make it a comment.
5574
5575 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5576
5577         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
5578         scan latest NoCeM messages instead of old ones.
5579         (gnus-nocem-check-article): Fix regexps so as to match to PGP
5580         delimiters that are recently used.
5581         (gnus-nocem-load-cache): Add autoload cookie.
5582
5583         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
5584
5585         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
5586         level which is larger than gnus-use-nocem is specified.
5587
5588         * gnus-group.el (gnus-group-get-new-news): Ditto.
5589
5590 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5591
5592         * gnus-util.el (gnus-tool-bar-update): New function.
5593
5594         * gnus-group.el (gnus-group-update-tool-bar): New variable.
5595         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
5596
5597         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
5598
5599         * gnus-group.el (gnus-group-redraw-when-idle)
5600         (gnus-group-redraw-check): Remove.
5601         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
5602
5603 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5604
5605         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
5606         if optional last element is specified in splits (FIELD VALUE...).
5607
5608 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
5609
5610         * message.el (message-make-tool-bar): Rename gmm-image-load-path
5611         to gmm-image-load-path-for-library.  Call with no-error argument.
5612         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
5613
5614         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5615
5616         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5617
5618         * gmm-utils.el (gmm-image-load-path): Remove alias.
5619
5620 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
5621
5622         * gmm-utils.el (gmm-image-load-path): Add alias.
5623
5624         * nnml.el (nnml-generate-nov-databases-directory): Rename from
5625         nnml-generate-nov-databases-1.
5626         (nnml-generate-nov-databases): Use it.
5627         (nnml-generate-nov-databases-directory): Document no-active
5628         argument.
5629
5630         * gmm-utils.el (gmm-image-load-path-for-library): Return single
5631         directory if path is t.  Add no-error.
5632
5633         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
5634         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5635
5636         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
5637         resetting gnus-article-browse-html-temp-list.
5638
5639         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
5640         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
5641         Add example to docstring.  Rename local variables.  Move error
5642         checks to default case in cond and simplify.
5643
5644 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5645
5646         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
5647         handle is multipart when calling it recursively.
5648         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
5649
5650 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
5651
5652         * nnimap.el (nnimap-request-update-info-internal): Optimize.
5653         Don't `gnus-uncompress-range' to avoid excessive memory usage.
5654
5655 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5656
5657         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
5658         is loaded.
5659
5660         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
5661         loaded.
5662
5663 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
5664
5665         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
5666         to "Emacs 23 (unicode)" in doc string.
5667
5668         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
5669         "Emacs 23 (unicode)" in comment.
5670
5671 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5672
5673         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
5674
5675         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
5676         characters 160 through 255 in Emacs 23.
5677
5678 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5679
5680         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
5681         gnus-article-browse-html-temp.
5682         (gnus-article-browse-delete-temp): Make it customizable.  Add
5683         `file'.  Adjust doc string.
5684         (gnus-article-browse-delete-temp-files): Add argument.  Allow
5685         query for each file.  Adjust doc string.
5686         (gnus-article-browse-html-parts): Add
5687         `gnus-article-browse-delete-temp-files' to
5688         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
5689
5690 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
5691
5692         * gnus-art.el (gnus-article-browse-html-temp)
5693         (gnus-article-browse-delete-temp): New variables.
5694         (gnus-article-browse-delete-temp-files): New function.
5695         (gnus-article-browse-html-parts): Use it.
5696
5697 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5698
5699         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
5700
5701         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
5702         string.
5703
5704         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
5705         gnus-summary-insert-new-articles when unplugged.  Remove
5706         gnus-summary-search-article-forward.
5707
5708         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
5709         display-visual-class instead of display-color-cells.
5710
5711 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5712
5713         * dgnushack.el: Autoload customize-group for XEmacs.
5714
5715         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
5716         message/* containing non-ASCII text properly.
5717
5718 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5719
5720         * message.el: Require gmm-utils, remove autoloads.
5721         (message-tool-bar): Set default based on
5722         gmm-tool-bar-style.
5723         (message-tool-bar-gnome): Add gmm-customize-mode.
5724
5725         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
5726         gmm-tool-bar-style.
5727         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
5728
5729         * gnus-group.el (gnus-group-tool-bar): Set default based on
5730         gmm-tool-bar-style.
5731         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
5732
5733         * gmm-utils.el (gmm-image-directory): Rename variable from
5734         gmm-image-load-path.
5735         (gmm-image-load-path): Use gmm-image-directory.
5736         (gmm-customize-mode): New function.
5737         (gmm-tool-bar-style): New variable.
5738
5739         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
5740         gnus-group-redraw-line-number.
5741         (gnus-group-redraw-check): Simplify.
5742         (gnus-group-tool-bar-update): Remove redraw check.
5743         (gnus-group-make-tool-bar): Add redraw check.
5744
5745 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
5746
5747         * gnus-art.el (gnus-button): Add missing parentheses.
5748
5749 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5750
5751         * lpath.el: Fbind line-number-at-pos.
5752
5753 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5754
5755         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
5756
5757 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
5758
5759         * gnus-art.el (gnus-button): New face.
5760         (gnus-article-button-face): Use it.
5761
5762         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
5763         gnus-summary-next-page.  Re-order.
5764
5765         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
5766         next-node are now included.
5767         (gnus-group-redraw-line-number): New internal variable.
5768         (gnus-group-redraw-check): Helper function for updating the tool
5769         bar.
5770         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
5771
5772         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
5773
5774         * spam.el (spam-spamassassin-score-regexp): New internal variable.
5775         (spam-extra-header-to-number, spam-check-spamassassin-headers):
5776         Use it to match format of Spamassassin 3.0 and later.  Reported by
5777         IRIE Tetsuya <irie@t.email.ne.jp>.
5778         (spam-check-bogofilter)
5779         (spam-bogofilter-register-with-bogofilter): Fix args of
5780         `gnus-error' calls.
5781
5782 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
5783
5784         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
5785         unnecessary interaction when sending queued mails.  Reported by
5786         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
5787
5788 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5789
5790         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
5791         first or last are nil.
5792
5793 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5794
5795         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
5796
5797 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5798
5799         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
5800
5801 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5802
5803         * dns.el (query-dns): Protect more against buggy tcp output.
5804
5805 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
5806
5807         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
5808         nov.php.
5809
5810 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
5811
5812         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
5813         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
5814         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
5815         output on the server side.
5816         (nnweb-google-create-mapping): Update regexps and add some
5817         progress indication.
5818
5819 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
5820
5821         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
5822         gnus-agent-toggle-plugged.  Re-order icons.
5823         (gnus-group-tool-bar-gnome): Add
5824         gnus-group-{prev,next}-unread-group.
5825         (gnus-group-tool-bar-gnome): Re-order icons.
5826
5827         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
5828         gnus-summary-insert-new-articles.
5829
5830         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
5831         comments.
5832
5833         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
5834         also available in Emacs 21.3.
5835
5836         * message.el (message-fix-before-sending): Change "Emacs 22" to
5837         "Emacs 23 (unicode)" in comment.
5838
5839         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
5840         "Emacs 23 (unicode)" in comment.
5841
5842         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
5843         comment.
5844         (mm-coding-system-p): Add comment about no-MULE XEmacs.
5845
5846         * mm-view.el (mm-fill-flowed): Add :version.
5847
5848 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5849
5850         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
5851         and load-path.
5852
5853 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
5854
5855         * message.el: Autoload gmm-image-load-path.
5856         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
5857         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
5858         consitency.
5859
5860         * gmm-utils.el (gmm-image-load-path): Also search in
5861         "../etc/images".  Don't set gmm-image-load-path if we don't find
5862         the image.
5863
5864 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5865
5866         * gmm-utils.el (gmm-image-load-path): Don't make
5867         `gmm-image-load-path' include subdirectories which the second arg
5868         `image' might specify.
5869
5870         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
5871         subdirectory to icon file names.
5872
5873         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
5874
5875 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
5876
5877         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
5878         gmm-image-load-path calls.
5879
5880         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5881
5882         * message.el (message-make-tool-bar): Ditto.
5883
5884         * mml.el (mml-preview): Added comment concerning tool bar icons.
5885
5886         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
5887         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
5888
5889         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
5890         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
5891
5892         * message.el (message-tool-bar-gnome): Use new icon names.
5893         (message-make-tool-bar): Use `gmm-image-load-path'.
5894
5895         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
5896         functions from MH-E.
5897         (gmm-image-load-path): New variable from MH-E.
5898         (gmm-image-load-path): New function from MH-E.  Added arguments
5899         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
5900         *-image-load-path-called-flag.
5901
5902 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
5903
5904         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
5905
5906 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
5907
5908         * nnimap.el (nnimap-request-move-article): Change folder back to
5909         source group before deleting.
5910
5911 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
5912
5913         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
5914
5915         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
5916         mm-url.
5917
5918         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
5919
5920 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5921
5922         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
5923         coding system which mm-charset-to-coding-system returns for a
5924         given charset is valid.
5925
5926 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
5927
5928         * html2text.el (html2text-remove-tag-list):
5929         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
5930
5931 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
5932
5933         * gnus-cus.el: Revert 2005-10-17 change.
5934
5935 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5936
5937         * gnus-art.el (article-strip-banner): Call
5938         article-really-strip-banner only when the regexp match is made.
5939
5940 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5941
5942         * gnus-art.el (article-strip-banner): Use
5943         gnus-extract-address-components instead of
5944         mail-header-parse-addresses to make it work with non-ASCII text;
5945         remove mail-encode-encoded-word-string.
5946
5947         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
5948         values which are surrounded with \"...\"; make it never cause a
5949         Lisp error; give up parsing of parameters if it failed in
5950         extracting type.
5951
5952 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
5953
5954         * smime.el (smime-cert-by-ldap-1): Fix bug where
5955         `smime-ldap-search' returns results without userCertificates.
5956
5957 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5958
5959         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
5960
5961 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5962
5963         * spam.el (spam-check-spamassassin-headers): Adapt format for
5964         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
5965         <ari@mbf.ocn.ne.jp>.
5966         (spam-list-of-processors): Add spam-use-gmane.
5967
5968 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5969
5970         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
5971         make-temp-file; make it work with XEmacs as well.
5972
5973         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
5974         mm-make-temp-file.
5975
5976         * mm-decode.el (mm-display-external): Use the 3rd arg of
5977         mm-make-temp-file.
5978         (mm-create-image-xemacs): Ditto.
5979
5980 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5981
5982         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
5983         with message-narrow-to-headers.
5984         (gnus-draft-setup): Narrow to header to run message-fetch-field.
5985         (gnus-draft-check-draft-articles): New function.
5986         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
5987
5988 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
5989
5990         * gnus-art.el (gnus-article-browse-html-parts):
5991         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
5992         Don't use suffix argument for mm-make-temp-file for Emacs 21
5993         compatibility.  Remove useless `format'.
5994
5995 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
5996
5997         * nnweb.el (nnweb-google-wash-article): Update regexps.
5998         (nnweb-group-alist): Use defvoo instead of defvar.
5999
6000 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6001
6002         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
6003         re-loading nn* modules.
6004
6005 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6006
6007         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
6008         for `tool-bar-mode' and don't check it's default-value.
6009
6010         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6011
6012         * message.el (message-make-tool-bar): Ditto.
6013
6014         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
6015         `substring'.  Shorten tmp-file name.
6016
6017         * gnus.el: Remove bogus comment.
6018
6019 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
6020
6021         * gnus-art.el (gnus-article-browse-html-parts): New function.
6022         (gnus-article-browse-html-article): New function for viewing html
6023         articles with a browser.
6024
6025 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
6026
6027         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
6028         in elisp.
6029         (pgg-gpg-encrypt-symmetric-region): Ditto.
6030         (pgg-gpg-sign-region): Ditto.
6031
6032         * pgg-def.el (pgg-text-mode): New variable.
6033
6034         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
6035         (mml2015-pgg-encrypt): Ditto.
6036
6037         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
6038         (mml1991-pgg-encrypt): Ditto.
6039
6040 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6041
6042         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
6043         message-make-date instead of current-time-string.
6044
6045         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
6046         to gnus-decoded which mm-uu might set.
6047
6048 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6049
6050         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
6051         don't decode quoted parameters; remove misimported Emacs code.
6052         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6053         (rfc2231-decode-encoded-string): Don't use split-string which
6054         behaves differently according to Emacs version; use
6055         mm-decode-coding-region to convert charset to coding-system.
6056         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6057         (rfc2231-encode-string): Remove misimported Emacs code.
6058
6059 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6060
6061         * gnus-art.el (article-decode-charset): Don't use ignore-errors
6062         when calling mail-header-parse-content-type.
6063         (article-de-quoted-unreadable): Ditto.
6064         (article-de-base64-unreadable): Ditto.
6065         (article-wash-html): Ditto.
6066
6067         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
6068         calling mail-header-parse-content-type and
6069         mail-header-parse-content-disposition.
6070         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
6071         mail-header-parse-content-type.
6072
6073         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
6074         insert charset and format parameters; encode description after
6075         inserting it to buffer.
6076         (mml-insert-parameter): Fold lines properly even if a parameter is
6077         segmented into two or more lines; change the max column to 76.
6078
6079         * rfc1843.el (rfc1843-decode-article-body): Don't use
6080         ignore-errors when calling mail-header-parse-content-type.
6081
6082         * rfc2231.el (rfc2231-parse-string): Return at least type if
6083         possible; don't cause an error even if it fails in parsing of
6084         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6085         (rfc2231-encode-string): Don't break lines at the beginning, leave
6086         it to mml-insert-parameter.
6087
6088         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
6089         calling mail-header-parse-content-type.
6090
6091 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
6092
6093         * spam-report.el (spam-report-gmane-use-article-number):
6094         Improve doc string.
6095         (spam-report-gmane-internal): Check if a suitable header was found
6096         in the article.
6097
6098 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6099
6100         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
6101         (rfc2231-encode-string): Make param*=value always begin with LWSP.
6102
6103 2006-02-05  Romain Francoise  <romain@orebokech.com>
6104
6105         Update copyright notices of all files in the gnus directory.
6106
6107 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6108
6109         * nnweb.el (nnweb-request-group): Avoid growing overview files.
6110
6111 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6112
6113         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
6114         segmented lines of parameter value to cope with Thunderbird 1.5
6115         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
6116         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6117         (rfc2231-encode-string): Don't make lines exceeding 76 column.
6118
6119 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
6120
6121         * mml.el (mml-generate-mime-1): Correct the order of inline signed
6122         parts.
6123
6124 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6125
6126         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
6127         there's only one active file for all servers.
6128         (nnweb-request-scan): Make sure nnweb-articles is initialized on
6129         solid groups.  Gnus might have used a FAST request to select the group.
6130         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
6131         and nnweb-search redundantly in the active file.
6132         (nnweb-request-list): Don't list bogus groups.  There can only be one.
6133         (nnweb-request-create-group): Don't use ARGS.
6134         (nnweb-possibly-change-server, nnweb-request-group): Remove some
6135         initialisations.  Let nnoo do the work.
6136
6137 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6138
6139         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
6140         Say the part has been decoded.
6141
6142         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
6143
6144 2006-01-31  Kevin Ryde  <user42@zip.com.au>
6145
6146         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
6147         mailcap-viewer-test-cache when there's no 'test clause, since that
6148         will invert the meaning of a "nil" test previously determined by
6149         mailcap-mailcap-entry-passes-test.
6150
6151 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6152
6153         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
6154         compiling.
6155
6156         * gnus-sum.el: Ditto.
6157
6158         * message.el: Don't bind tool-bar-map when compiling.
6159
6160 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
6161
6162         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
6163
6164 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6165
6166         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
6167         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
6168         current Google Groups.
6169
6170 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
6171
6172         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
6173         and tool-bar-mode.
6174
6175         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
6176         and tool-bar-mode.
6177
6178         * message.el (message-tool-bar-update): Simplify.
6179         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
6180
6181         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
6182         gnus-summary-buffer.
6183         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
6184         gnus-summary-reply.
6185
6186         * gmm-utils.el (gmm): Add :version.
6187
6188 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6189
6190         * Makefile.in (clean): New rule.
6191         (distclean): Use it.
6192
6193 2006-01-26  Steve Youngs  <steve@sxemacs.org>
6194
6195         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
6196         autoload.
6197
6198 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6199
6200         * gmm-utils.el (gmm-verbose): Add :group.
6201
6202 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
6203
6204         * message.el: Change some comments WRT tool-bars.
6205
6206         * gnus-sum.el (gnus-summary-tool-bar)
6207         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
6208         (gnus-summary-tool-bar-zap-list): New variables.
6209         (gnus-summary-make-tool-bar): Complete rewrite using
6210         `gmm-tool-bar-from-list'.
6211
6212         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
6213         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
6214         variables.
6215         (gnus-group-make-tool-bar): Complete rewrite using
6216         `gmm-tool-bar-from-list'.
6217         (gnus-group-tool-bar-update): New function.
6218
6219         * message.el (message-mode-field-menu): Add "Show hidden Headers".
6220
6221 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6222
6223         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
6224         is dissected into a single part of which the type is the same as
6225         the given one; decode charset.
6226
6227 2006-01-21  Kevin Ryde  <user42@zip.com.au>
6228
6229         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
6230         into alists as symbol not string, since that's what
6231         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
6232         look for.
6233
6234 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
6235
6236         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
6237         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
6238
6239         * message.el (message-tool-bar-gnome): Use gmm-ignore.
6240
6241 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6242
6243         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
6244         (gnus-xmas-mime-security-button-menu): New function.
6245
6246         * gnus-art.el (gnus-mime-security-button-commands): New variable.
6247         (gnus-mime-security-button-menu): New definition.
6248         (gnus-mime-security-button-map): Use them.
6249         (gnus-mime-security-button-menu): New function.
6250         (gnus-insert-mime-security-button): Addition to help echo.
6251         (gnus-mime-security-run-function, gnus-mime-security-save-part)
6252         (gnus-mime-security-pipe-part): New functions.
6253
6254         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
6255         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
6256
6257         * mm-decode.el (mm-handle-set-disposition): Remove.
6258         (mm-handle-set-description): Remove.
6259
6260 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6261
6262         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
6263         (mm-w3m-standalone-supports-m17n-p): New function.
6264         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
6265         w3m usage.
6266
6267         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
6268         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
6269
6270 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
6271
6272         * message.el (message-tool-bar-zap-list): Use
6273         gmm-tool-bar-zap-list as custom type.
6274         (message-tool-bar-update): New function.
6275         (message-tool-bar, message-tool-bar-gnome)
6276         (message-tool-bar-retro): Add message-tool-bar-update.
6277         (message-tool-bar-gnome): Add flyspell-buffer.
6278
6279         * gnus-util.el (gnus-error): Describe `args'.
6280
6281         * gmm-utils.el (gmm-error): Describe `args'.
6282         (gmm-tool-bar-zap-list): New widget.
6283         (gmm-tool-bar-from-list): Improve description of `zap-list'.
6284
6285 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6286
6287         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
6288         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
6289         the number of recursive calls.
6290
6291         * mm-decode.el (mm-handle-set-disposition): New macro.
6292         (mm-handle-set-description): New macro.
6293
6294 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6295
6296         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
6297         encoding.
6298
6299 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
6300
6301         * message.el (message-tool-bar-zap-list, message-tool-bar)
6302         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
6303         (message-tool-bar-local-item-from-menu): Remove.
6304         (message-tool-bar-map): Replace by `message-make-tool-bar'.
6305         (message-make-tool-bar): New function.
6306         (message-mode): Use `message-make-tool-bar'.
6307
6308         * gmm-utils.el: New file.
6309         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
6310         (gmm-lazy): New widget copied from `nnmail.el'.
6311         (gmm-tool-bar-from-list): New function for creating customizable
6312         tool bars.
6313         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
6314         output.
6315         (gmm): Add :prefix to defgroup.
6316
6317 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
6318
6319         * gmm-utils.el (gmm-widget-p): New function.
6320
6321 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
6322
6323         * mml.el (mml-attach-file): Describe `description' in doc string.
6324         (mml-menu): Add Emacs MIME manual and PGG manual.
6325
6326 2006-01-20  Richard M. Stallman  <rms@gnu.org>
6327
6328         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
6329
6330 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
6331
6332         * nntp.el (nntp-end-of-line): Doc fix.
6333
6334 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
6335
6336         * imap.el (imap-open): Handle case where buffer is a buffer
6337         object.
6338
6339 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6340
6341         * gnus-delay.el (gnus-delay): Don't autoload.
6342         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6343         to be re-loaded when customizing the `gnus-delay' group.
6344
6345 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
6346
6347         * message.el (message-insert-citation-line): Use newlines.
6348
6349 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
6350
6351         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
6352         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
6353         these routines, so the passphrase can be managed externally and
6354         passed in to the system.
6355         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
6356         pgg-add-passphrase-to-cache function.
6357
6358         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
6359         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
6360         these routines, so the passphrase can be managed externally and
6361         passed in to the system.
6362         (pgg-pgp5-sign-region): Use new name of
6363         pgg-add-passphrase-to-cache function.
6364
6365 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
6366
6367         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
6368         part of the decoded armor to find the key-identifier.
6369         (pgg-gpg-lookup-key-owner): New function to return the
6370         human-readable identifier of a key owner.
6371         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
6372         itself.
6373         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
6374         the key value) if we have a key and can match it against a secret
6375         key.  Also, added a note pointing out fact that the prompt only
6376         indicates the first matching key.
6377
6378         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
6379         pgg-decrypt-region.
6380         (pgg-add-passphrase-to-cache): Rename from
6381         `pgg-add-passphrase-cache' to reduce confusion (all callers
6382         changed).
6383         (pgg-remove-passphrase-from-cache): Rename from
6384         `pgg-remove-passphrase-cache' to reduce confusion (all callers
6385         changed).
6386         (pgg-read-passphrase, pgg-add-passphrase-cache)
6387         (pgg-remove-passphrase-cache): Add informative docstrings.
6388         (pgg-decrypt): Convey provided passphrase in subordinate call to
6389         pgg-decrypt-region.
6390
6391 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
6392
6393         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
6394         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
6395         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
6396         'passphrase' argument, so the passphrase can be managed externally
6397         and then passed in to the system.
6398
6399         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
6400         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
6401         so the passphrase cache can be used reliably with identifiers
6402         besides a pgp packet's key id.
6403
6404         * pgg-gpg.el (pgg-gpg-encrypt-region)
6405         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
6406         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
6407         these routines, so the passphrase can be managed externally and
6408         passed in to the system.
6409
6410         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
6411         'notruncate' argument, so the passphrase cache can be used
6412         reliably with identifiers besides a pgp packet's key id.
6413
6414 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
6415
6416         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
6417         symmetric encryption.
6418         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
6419         encrypted session key.
6420         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
6421         message ask for the passphrase in a proper way.
6422
6423         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
6424         New user commands for symmetric encryption.
6425
6426 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6427
6428         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
6429
6430         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
6431
6432 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
6433
6434         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
6435
6436 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6437
6438         * mm-decode.el (mm-inlined-types): Add application/pgp.
6439         (mm-automatic-display): Ditto.
6440
6441         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
6442         part as text.
6443
6444 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6445
6446         * nnrss.el: Update copyright.
6447         (nnrss-opml-import): Query whether to subscribe to each entry.
6448
6449         * gnus-art.el:
6450         * gnus-sum.el:
6451         * gnus-xmas.el:
6452         * messagexmas.el:
6453         * mm-uu.el:
6454         * mm-view.el: Update copyright.
6455
6456 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
6457
6458         * message.el (message-info): New function.
6459         (message-mode-menu): Add it.
6460         Update copyright.
6461
6462         * ChangeLog: Fix and update copyright.
6463
6464 2006-01-13  Romain Francoise  <romain@orebokech.com>
6465
6466         * message.el (message-forward-subject-name-subject): Prefer the
6467         address to 'nowhere' if the sender has no name.
6468         Fix typo.  Update copyright year.
6469
6470 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6471
6472         * gnus-art.el (article-wash-html): Use
6473         gnus-summary-show-article-charset-alist if a numeric arg is given.
6474         (gnus-article-wash-html-with-w3m-standalone): New function.
6475
6476         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
6477         mm-inline-text-html-render-with-w3m-standalone.
6478         (mm-text-html-washer-alist): Map w3m-standalone to
6479         gnus-article-wash-html-with-w3m-standalone.
6480         (mm-inline-text-html-render-with-w3m-standalone): New function.
6481
6482 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6483
6484         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
6485         Improve LaTeX.
6486
6487 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6488
6489         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
6490         (nnrss-request-article): Render text/plain parts as HTML.
6491
6492         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
6493         the buffer.
6494
6495 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6496
6497         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
6498         custom definition of `gnus-posting-styles'.
6499
6500         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
6501         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
6502
6503 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6504
6505         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
6506         Use nntp for bug archive.
6507
6508 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6509
6510         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
6511         parts.
6512         (nnrss-normalize-date): New function converts ISO 8601 date into
6513         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
6514         (nnrss-check-group): Use it.
6515
6516 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6517
6518         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
6519
6520         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
6521         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
6522         (nnrss-insert-w3): Ditto.
6523
6524 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6525
6526         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
6527         the articles to be forwarded including the case where neither a
6528         number of articles nor a region is specified.
6529
6530 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6531
6532         * nnrss.el (nnrss-request-article): Fix last change; fill
6533         text/plain parts.
6534
6535 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6536
6537         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
6538         in text/plain part.
6539         (nnrss-check-group): Don't add excessive newline to dc:subject.
6540
6541 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
6542
6543         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
6544         article.
6545
6546 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6547
6548         * nnml.el: Don't require gnus-bcklg.  Autoload it.
6549         (nnml-use-compressed-files, nnml-save-mail): Support other
6550         comression programs such as bzip2.
6551
6552 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6553
6554         * dns.el (query-dns): Make sure we check the buffer size before
6555         removing tcp headers.
6556
6557 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6558
6559         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
6560         remove MIME buttons associated with multipart/alternative parts.
6561         (gnus-mime-display-alternative): Tag buttons using `article-type'
6562         text property.
6563
6564         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
6565         associated with multipart/alternative parts.
6566
6567         * gnus-art.el (gnus-signature-separator): Fix custom type.
6568
6569         * mm-decode.el (mm-inlined-types): Fix custom type.
6570         (mm-keep-viewer-alive-types): Ditto.
6571         (mm-automatic-display): Ditto.
6572         (mm-attachment-override-types): Ditto.
6573         (mm-inline-override-types): Ditto.
6574         (mm-automatic-external-display): Ditto.
6575
6576 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6577
6578         * spam-report.el (spam-report-user-mail-address)
6579         (spam-report-user-agent): New variables.
6580         (spam-report-url-ping-plain): Use spam-report-user-agent.
6581
6582 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
6583
6584         * gnus-art.el (gnus-button-handle-custom): Do not just use
6585         `customize-apropos' for any "M-x customize-*" button but the
6586         function called for.  Accept both the function name and its
6587         argument in order to achieve this.
6588         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
6589         function name to `gnus-button-handle-custom' in case of "M-x
6590         customize-*" buttons.
6591
6592 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6593
6594         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
6595         multipart/alternative and add xref to mm-discouraged-alternatives
6596         in doc string.
6597
6598         * mm-decode.el (mm-discouraged-alternatives): Add xref to
6599         gnus-buttonized-mime-types in doc string.
6600
6601 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
6602
6603         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
6604         Suggest image/.* in the doc string.
6605
6606 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6607
6608         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
6609         message-marks (Debian bug #342521).
6610
6611 2005-12-12  Simon Josefsson  <jas@extundo.com>
6612
6613         * password.el (password-read-from-cache): Add.
6614         (password-read): Use it.
6615
6616 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6617
6618         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
6619         us-ascii as a MIME charset.
6620
6621         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
6622         against the case where the 2nd arg TYPE is nil.
6623
6624 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6625
6626         * pop3.el (pop3-stream-type): Fix custom version.
6627
6628         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
6629
6630 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
6631
6632         * mm-decode.el (mm-display-external): Add missing cdr.
6633
6634 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6635
6636         * mm-decode.el (mm-display-external): Use nametemplate (defined in
6637         RFC1524) if it is in mailcap or add a suffix according to
6638         mailcap-mime-extensions when generating a temp filename; postpone
6639         deleting a temp file for 2 seconds for some wrappers, shell
6640         scripts, and so on, which might exit right after having started a
6641         viewer command as a background job.
6642
6643 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6644
6645         * nntp.el (nntp-marks-directory): Fix custom group.
6646
6647         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
6648         steps when < 10.
6649
6650         * gnus-start.el (gnus-no-server-1): Mention
6651         `gnus-level-default-subscribed' in doc string.
6652
6653 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
6654
6655         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
6656         parens.
6657
6658 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6659
6660         * gnus-xmas.el (gnus-use-toolbar): Revert.
6661         (gnus-xmas-setup-toolbar): Use global default-toolbar if
6662         gnus-use-toolbar is default.
6663
6664         * messagexmas.el (message-use-toolbar): Revert.
6665         (message-setup-toolbar): Use global default-toolbar if
6666         message-use-toolbar is default.
6667
6668 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6669
6670         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
6671         according to default-toolbar-visible-p.
6672
6673         * messagexmas.el (message-use-toolbar): Ditto.
6674
6675 2005-11-26  Dave Love  <fx@gnu.org>
6676
6677         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
6678         (tls-program, tls-success): Provide openssl alternative.
6679
6680         * starttls.el: Doc fixes.
6681         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
6682         SERVICE to PORT.
6683
6684         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
6685         port null or service name.
6686         (starttls-negotiate): Autoload.
6687
6688 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6689
6690         * message.el (message-kill-to-signature): Fix interactive spec.
6691
6692 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6693
6694         * pop3.el (pop3-open-server): Recognize a string as a service name.
6695
6696 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
6697
6698         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
6699
6700 2005-11-23  Dave Love  <fx@gnu.org>
6701
6702         Add pop3s, pop3/starttls.
6703
6704         * pop3.el (pop3-authentication-scheme): Clarify doc.
6705         (open-tls-stream, starttls-open-stream): Autoload.
6706         (pop3-stream-type): New.
6707         (pop3-open-server): Use it.
6708
6709         * mail-source.el (mail-sources): Fix some :types.  Add stream type
6710         for POP.
6711         (mail-source-keyword-map): Add :stream for POP.
6712         (mail-source-fetch-pop): Use pop3-stream-type.
6713
6714 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6715
6716         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
6717         of current-time-string.
6718
6719 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
6720
6721         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
6722         date header.
6723
6724 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
6725
6726         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
6727         it can seriously impact performance as it bypasses the agent's
6728         local caches.
6729
6730 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
6731
6732         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
6733         must be explicitly online rather than "not explicitly offline" for
6734         its flags to be synchronized.
6735
6736         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
6737         that gnus-uu-unmark-thread will function correctly.
6738
6739         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
6740         1024K is instead displayed as 1M.
6741
6742 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6743
6744         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
6745
6746 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
6747
6748         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
6749
6750 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
6751
6752         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
6753         error message to display actual error condition.
6754         (gnus-agent-save-local): Avoid saving symbols that are bound to
6755         nil as they simply result in a warning message in
6756         gnus-agent-read-local.
6757
6758 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6759
6760         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
6761         rather than make-variable-buffer-local for file-precious-flag.
6762
6763 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
6764
6765         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
6766         for duplicates which are removed.  The invalid sort check then
6767         triggers a rescan after the sort as sorting may have moved
6768         duplicate entries such that they can be cheaply detected.
6769
6770 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6771
6772         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
6773
6774 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
6775
6776         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
6777         internal variable to a custom variable.  Changed default value
6778         from compressed(2) to uncompressed(1).
6779         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
6780         support for uncompressed agentview files.  Taken together, reading
6781         the agentview file should now be 6-7 times faster.
6782
6783 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6784
6785         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
6786         as a buffer-local variable.  This avoids creating truncated
6787         dribble files as a result of a hang up, eg.
6788
6789 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
6790
6791         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
6792         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
6793         XEmacs.
6794
6795 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6796
6797         * gnus-start.el (gnus-start-draft-setup): Enforce
6798         `gnus-draft-mode' for nndraft:drafts at startup.
6799
6800         * gnus.el (gnus-splash): Change custom group.
6801         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
6802         allow-list argument.
6803
6804         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
6805         string.
6806
6807 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6808
6809         * gnus-art.el (gnus-default-article-saver): Add user-defined
6810         `function' to custom type.
6811
6812 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
6813
6814         * imap.el (imap-open): Handle case where buffer is a buffer
6815         object.
6816
6817 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6818
6819         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
6820         long lines.
6821         (gnus-cache-delete-group): Wrap doc strings.
6822
6823         * gnus-agent.el (gnus-agent-rename-group)
6824         (gnus-agent-delete-group): Wrap doc strings.
6825
6826 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6827
6828         * messagexmas.el (message-use-toolbar): Change the valid values
6829         into default, top, bottom, left, and right.
6830         (message-toolbar-thickness): New variable.
6831         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
6832         well.
6833         (message-setup-toolbar): Make it work.
6834
6835         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
6836         (gnus-use-toolbar): Change the valid values into default, top,
6837         bottom, left, and right.
6838         (gnus-toolbar-thickness): New variable.
6839         (gnus-xmas-setup-toolbar): New function.
6840         (gnus-xmas-setup-group-toolbar): Use it.
6841         (gnus-xmas-setup-summary-toolbar): Use it.
6842
6843 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6844
6845         * gnus-start.el (gnus-1): Add "native" to
6846         gnus-predefined-server-alist.
6847
6848         * gnus.el (gnus-method-to-server): Don't add "native" to the
6849         lists here, because that leads to problems when
6850         gnus-select-method is bound.
6851
6852 2005-11-09  Simon Josefsson  <jas@extundo.com>
6853
6854         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
6855         use (not sort-by-date) instead.
6856
6857 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6858
6859         * gnus-delay.el (gnus-delay-group): Don't autoload.
6860         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6861         to be re-loaded when customizing the `gnus-delay' group.
6862
6863 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
6864
6865         * message.el: Revert last changes.
6866         (message-insert-citation-line): Use newlines.
6867
6868 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
6869
6870         * message.el (message-courtesy-message)
6871         (message-mark-insert-begin, message-mark-insert-end)
6872         (message-elide-ellipsis, message-cancel-message)
6873         (message-add-header, message-change-subject)
6874         (message-cross-post-followup-to-header)
6875         (message-cross-post-insert-note, message-reduce-to-to-cc)
6876         (message-widen-reply, message-delete-not-region)
6877         (message-kill-to-signature, message-insert-signature)
6878         (message-insert-importance-high, message-insert-importance-low)
6879         (message-insert-or-toggle-importance)
6880         (message-insert-disposition-notification-to)
6881         (message-indent-citation, message-yank-original)
6882         (message-cite-original-without-signature, message-cite-original)
6883         (message-insert-citation-line, message-position-on-field)
6884         (message-fix-before-sending, message-send-mail-partially)
6885         (message-send-mail, message-send-mail-with-sendmail)
6886         (message-send-mail-with-qmail, message-send-news)
6887         (message-check-news-header-syntax, message-generate-headers)
6888         (message-insert-courtesy-copy, message-fill-address)
6889         (message-fill-header, message-shorten-references)
6890         (message-setup-1, message-cancel-news)
6891         (message-forward-make-body-plain, message-forward-make-body-mime)
6892         (message-forward-make-body-mml, message-encode-message-body)
6893         (message-forward-make-body-digest-plain)
6894         (message-forward-make-body-digest-mime)
6895         (message-use-alternative-email-as-from): Insert `hard-newline'
6896         instead of ordinary newlines.
6897
6898 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6899
6900         * message.el (message-generate-headers): Downcase the argument
6901         given to message-check-element.
6902
6903 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
6904
6905         * nntp.el (nntp-authinfo-rejected): New error condition.
6906         (nntp-wait-for): Use new error condition to signal authentication
6907         error.
6908         (nntp-retrieve-data): Rethrow new error condition to break out of
6909         recursive call to nntp-send-authinfo.
6910
6911 2005-11-08  Romain Francoise  <romain@orebokech.com>
6912
6913         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
6914         (gnus-summary-exit-map): Bind to `Z p'.
6915         (gnus-summary-make-menu-bar): Add menu item.
6916
6917 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
6918
6919         * gnus-art.el (gnus-article-treat-custom): Add `first'.
6920         (gnus-treat-*): Add `first' in all doc strings.
6921
6922         * gnus-group.el (gnus-group-compact-group): Fix typo.
6923
6924 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6925
6926         * gnus.el (gnus-parameters-case-fold-search): New variable.
6927         (gnus-parameters-get-parameter): Use it.
6928
6929         * gnus-score.el (gnus-home-score-file): Doc fix.
6930
6931 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
6932
6933         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
6934
6935 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6936
6937         * mm-util.el (mm-special-display-p): New function.
6938
6939         * mml.el (mml-preview): Use it; doc fix.
6940
6941 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
6942
6943         * imap.el (imap-open): Handle case where buffer is a buffer object.
6944
6945 2005-10-29  Romain Francoise  <romain@orebokech.com>
6946
6947         * message.el (message-fix-before-sending): Fix comment.
6948
6949 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
6950
6951         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
6952
6953 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
6954
6955         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
6956         Used in gnus-score.el.
6957
6958 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6959
6960         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
6961
6962 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6963
6964         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
6965         whitespace removed in revision 7.8.  Use concatenated string to
6966         protect trailing whitespace.
6967
6968 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
6969
6970         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
6971         (nnimap-request-expire-articles): Use it to avoid sending 'UID
6972         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
6973         Courier IMAP ("some version from 2004").  Mostly based on similar
6974         code in the same function.
6975
6976 2005-10-26  Didier Verna  <didier@xemacs.org>
6977
6978         * gnus-group.el (gnus-group-compact-group): Invalidate original
6979         article buffer.
6980         * gnus-srvr.el (gnus-server-compact-server): Ditto.
6981         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
6982         NOV database and in article itself.
6983         Invalidate article backlog.
6984
6985 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6986
6987         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
6988
6989 2005-10-26  Simon Josefsson  <jas@extundo.com>
6990
6991         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
6992         part of 2004-07-25 change.
6993
6994 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6995
6996         * message.el (message-display-completion-list): New function.
6997         (message-expand-group): Use it; make sure the Completions buffer
6998         is modifiable.
6999 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
7000
7001         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
7002         user-mail-name is an empty string.
7003
7004 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
7005
7006         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
7007         depending on gnus-score-decay-constant.
7008
7009         * encrypt.el (encrypt-insert-file-contents)
7010         (encrypt-write-file-contents): Don't use `gnus-message'.
7011
7012         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
7013         arguments.
7014         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
7015         arguments to mm-uu-verbatim-marks-extract.
7016         (mm-uu-hide-markers): New variable.
7017         (mm-uu-extract): Use face similar to `gnus-cite-3'.
7018
7019         * gnus-fun.el (gnus-convert-image-to-x-face-command)
7020         (gnus-convert-image-to-face-command): Use "convert" by default to
7021         allow other input image formats.
7022         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
7023         accordingly.
7024
7025 2005-10-23  Simon Josefsson  <jas@extundo.com>
7026
7027         * imap.el (imap-gssapi-program): Align command line parameters
7028         with latest GNU SASL.
7029         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
7030
7031 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7032
7033         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
7034         HTML.
7035         (nnslashdot-request-article): Ditto.
7036
7037         * lpath.el (featurep): Add nobreak-char-display.
7038
7039 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
7040
7041         * mail-source.el (mail-source-fetch-pop): Require pop3.
7042         (mail-source-check-pop): Ditto.
7043
7044 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7045
7046         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
7047         errors.
7048
7049 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
7050
7051         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
7052         (gnus-treat-strip-leading-blank-lines): Improve doc string.
7053
7054         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
7055
7056         * mm-bodies.el (mm-decode-string): Call
7057         `mm-charset-to-coding-system' with allow-override argument.
7058
7059 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7060
7061         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
7062         (rfc2047-charset-to-coding-system): New function.
7063         (rfc2047-decode-encoded-words): New function.
7064         (rfc2047-decode-region): Use them.
7065         (rfc2047-decode-cte): Remove.
7066         (rfc2047-parse-and-decode): Remove.
7067         (rfc2047-decode): Remove.
7068
7069 2005-10-15  Kenichi Handa  <handa@m17n.org>
7070
7071         * rfc2047.el (rfc2047-decode-cte): New function.
7072         (rfc2047-decode-region): Change the way to decode successive
7073         encoded-words: decode B- or Q-encoding in each encoded-word,
7074         concatenate them, and decode it as charset.
7075
7076 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7077
7078         * lpath.el: Fbind codepage-setup for XEmacs.
7079
7080 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
7081
7082         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
7083         widget-move-and-invoke.
7084         (gnus-custom-mode): Use gnus-custom-map.
7085
7086 2005-10-15  Bill Wohler  <wohler@newt.com>
7087
7088         * message.el (message-tool-bar-map): Renamed image file from
7089         mail_send to mail/send.
7090
7091 2005-10-16  Masatake YAMATO  <jet@gyve.org>
7092
7093         * message.el (message-expand-group): Pass the common
7094         prefix substring of completion to `display-completion-list'.
7095
7096 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
7097
7098         * mml-sec.el (mml-secure-method): New internal variable.
7099         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
7100         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
7101         functions using mml-secure-method.
7102
7103         * mml.el (mml-mode-map): Add key bindings for those functions.
7104         (mml-menu): Simplify security menu entries.  Suggested by Jesper
7105         Harder <harder@myrealbox.com>.
7106         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
7107         end of message if point is the headers of the message.
7108
7109         * message.el (message-in-body-p): New function.
7110
7111         * assistant.el: Autoload gnus-util and netrc.
7112
7113         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
7114         Use `mm-charset-override-alist' only when decoding.
7115
7116         * mm-bodies.el (mm-decode-body): Call
7117         `mm-charset-to-coding-system' with allow-override argument.
7118
7119         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
7120         `filename' from Content-Disposition if Content-Type doesn't
7121         provide `name'.
7122         (gnus-mime-view-part-as-type): Set default instead of
7123         initial-input.
7124
7125 2005-10-09  Daniel Brockman  <daniel@brockman.se>
7126
7127         * format-spec.el (format-spec): Propagate text properties of % spec.
7128
7129 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
7130
7131         * gnus-art.el (gnus-treat-predicate): Add `first'.
7132
7133 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
7134
7135         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
7136         (mm-charset-override-alist): New variable.
7137         (mm-charset-to-coding-system): Use it.
7138         (mm-codepage-setup): New helper function.
7139         (mm-charset-eval-alist): New variable.
7140         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
7141         about unknown charsets.
7142
7143         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
7144
7145 2005-10-04  David Hansen  <david.hansen@gmx.net>
7146
7147         * nnrss.el (nnrss-request-article): Add support for the comments tag.
7148         (nnrss-check-group): Ditto.
7149
7150 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7151
7152         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
7153         Rename x-gnus-verbatim to x-verbatim.
7154         (mm-uu-type-alist): Fix regexp for verbatim-marks.
7155
7156         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
7157         x-verbatim.
7158
7159         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
7160
7161         * gnus-util.el (gnus-remove-duplicates): Remove.
7162
7163         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
7164         instead of gnus-remove-duplicates.
7165
7166         * message.el (message-remove-duplicates): Remove.
7167         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
7168         message-remove-duplicates.
7169
7170         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
7171         available, else use implementation from `delete-dups'.
7172
7173         * message.el (message-insert-expires): New function.
7174         (message-mode-map): Add key binding.
7175         (message-mode-field-menu): Add menu entry.
7176         (message-mode): Document it.
7177         (message-make-expires-date): Use `message-make-date'.
7178
7179 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
7180
7181         * message.el (message-make-expires-date): New function.
7182
7183 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7184
7185         * Makefile.in (list-installed-shadows): New entry.
7186         (install): Use it.
7187         (remove-installed-shadows): New entry.
7188
7189         * dgnushack.el (dgnushack-default-load-path): New variable.
7190         (dgnushack-find-lisp-shadows): New function.
7191         (dgnushack-remove-lisp-shadows): New function.
7192
7193 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7194
7195         * Makefile.in (install-el-elc): New entry.
7196         (install): Use it so that .el files are necessarily installed.
7197
7198 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7199
7200         * time-date.el: Autoload parse-time-string, XEmacs needs it.
7201
7202 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7203
7204         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
7205         function rather than the diff-mode.el package.
7206         (mm-display-external): Use with-current-buffer.
7207         (mm-viewer-completion-map, mm-viewer-completion-map):
7208         Move initialization inside declaration.
7209
7210 2005-09-29  Simon Josefsson  <jas@extundo.com>
7211
7212         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
7213         autoload mail-check-payment.
7214         (spam-check-hashcash): Define unconditionally, since hashcash.el
7215         is part of Gnus now.  Ignore errors from payment checking.
7216
7217 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
7218
7219         * message.el (message-bold-region, message-unbold-region): Rename
7220         from `bold-region' and `unbold-region'.
7221
7222         * message.el: Remove useless autoloads.
7223
7224 2005-09-28  Simon Josefsson  <jas@extundo.com>
7225
7226         * message.el (message-use-idna): Default to t.
7227         (message-use-idna): Test whether encoding works too.  Doc fix.
7228
7229 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7230
7231         * nntp.el (nntp-warn-about-losing-connection): Remove.
7232
7233 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
7234
7235         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
7236         customizable.  Change default value.
7237         (mm-uu-diff-groups-regexp): Change default value.
7238         (mm-uu-type-alist): Add doc string.
7239         (mm-uu-configure): Add doc string.  Make it interactive.
7240         (mm-uu-tex-groups-regexp): New variable.
7241         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
7242         (mm-uu-type-alist): Add LaTeX documents.
7243         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
7244         of "text/verbatim".
7245         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
7246
7247         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
7248         instead of "text/verbatim".
7249
7250         * message.el (message-mark-inserted-region)
7251         (message-mark-insert-file): Use slrn style marks when called with
7252         prefix argument.
7253
7254 2005-09-27  Simon Josefsson  <jas@extundo.com>
7255
7256         * message.el (message-idna-to-ascii-rhs-1): Reformat.
7257
7258 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
7259
7260         * message.el (message-remove-duplicates): New function.
7261         Implementation borrowed from `gnus-remove-duplicates'.
7262         (message-idna-to-ascii-rhs): Also encode idna addresses in
7263         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
7264         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
7265         only ask about the same idna domain once per header and also tell
7266         in what header to replace the idna domain.
7267
7268         * gnus-art.el (article-decode-idna-rhs): Also decode idna
7269         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
7270         (article-decode-idna-rhs): Fix regexp so that all idna-address in
7271         a header is decoded and not just the last one.
7272
7273 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7274
7275         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
7276         has been decoded.
7277
7278         * mm-decode.el (mm-automatic-display): Add text/verbatim.
7279         (mm-insert-part): Don't modify text if it has been decoded.
7280
7281         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
7282         decoded.
7283
7284         * mm-view.el (mm-inline-text): Don't strip text props unless
7285         decoding enriched or richtext parts.
7286
7287 2005-09-25  Romain Francoise  <romain@orebokech.com>
7288
7289         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
7290         * gnus-start.el (gnus-subscribe-interactively):
7291         * gnus-uu.el (gnus-uu-grab-articles):
7292         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
7293         space.
7294
7295 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
7296
7297         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
7298         * mm-view.el (mm-view-pkcs7-decrypt):
7299         * gnus-sum.el (gnus-summary-limit-to-extra)
7300         (gnus-summary-respool-article, gnus-read-move-group-name):
7301         * gnus-score.el (gnus-summary-increase-score):
7302         * gnus-util.el (gnus-completing-read-with-default):
7303         * gnus-art.el (gnus-read-save-file-name)
7304         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
7305         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
7306         * message.el (message-check-news-header-syntax):
7307         Follow convention for reading with the minibuffer.
7308
7309 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
7310
7311         * spam-report.el (spam-report-url-ping-plain):
7312         Use gnus-extended-version as User-Agent.
7313
7314         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
7315         default value is nil.
7316
7317         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
7318         (mm-uu-verbatim-marks-extract): New function.
7319         (mm-uu-extract): New face.
7320         (mm-uu-copy-to-buffer): Use it.
7321
7322         * spam-report.el (spam-report-gmane-ham): Renamed from
7323         `spam-report-gmane-unspam'.
7324         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
7325         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
7326
7327         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
7328         Autoload.
7329         (spam-report-gmane-unregister-routine): Renamed
7330         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
7331
7332 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
7333
7334         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
7335         (spam-report-gmane-unregister-routine): Add support for gmane
7336         unregistration.
7337
7338         * spam-report.el (spam-report-gmane-unspam)
7339         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
7340         (spam-report-gmane): Change to take a single article and do unspam
7341         registration.
7342
7343 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
7344
7345         * mm-url.el (mm-url-decode-entities): Fix regexp.
7346
7347 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7348
7349         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
7350         default to nil, to be able to use Gnus at all.  If the default
7351         switches to something else, then the function should be fixed not
7352         be exceedingly slow.
7353
7354 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
7355
7356         * gnus-start.el (gnus-activate-group): If the server is nil, don't
7357         fail hard.
7358
7359         * spam-report.el: Add better Keywords line.
7360
7361         * spam.el: Add Maintainer and better Keywords line.
7362
7363 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
7364
7365         * gnus-art.el (gnus-article-replace-part)
7366         (gnus-mime-replace-part): New functions.
7367         (gnus-mime-action-alist, gnus-mime-button-commands)
7368         (gnus-mime-save-part-and-strip): Added file argument.
7369         (gnus-article-part-wrapper): Added interactive argument.
7370
7371         * gnus-sum.el (gnus-summary-mime-map): Add
7372         `gnus-article-replace-part'.
7373
7374 2005-09-19  Didier Verna  <didier@xemacs.org>
7375
7376         The nnml compaction feature:
7377         * nnml.el (nnml-request-compact-group): New function.
7378         * nnml.el (nnml-request-compact): New function.
7379         * gnus-int.el (gnus-request-compact-group): New function.
7380         * gnus-int.el (gnus-request-compact): New function.
7381         * gnus-group.el (gnus-group-compact-group): New function.
7382         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
7383         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
7384         * gnus-srvr.el (gnus-server-compact-server): New function.
7385         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
7386         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
7387
7388 2005-09-18  Deepak Goel  <deego@gnufans.org>
7389
7390         * sieve.el (sieve-help): Fix `message' call: first arg should be a
7391         format spec.
7392
7393 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7394
7395         * gnus.el (gnus-group-startup-message): Bind image-load-path.
7396
7397 2005-09-15  Romain Francoise  <romain@orebokech.com>
7398
7399         * message.el (message-fill-paragraph): Clarify docstring.
7400
7401 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7402
7403         * gnus-art.el (gnus-mime-display-part): Protect against broken
7404         MIME messages.
7405
7406 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7407
7408         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
7409         before parsing header.
7410
7411 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
7412
7413         * html2text.el (html2text-replace-list): Add new entities.
7414
7415 2005-09-11  Romain Francoise  <romain@orebokech.com>
7416
7417         * message.el (message-alternative-emails): Improve docstring.
7418         (message-setup-1): Call `message-use-alternative-email-as-from'
7419         after `message-setup-hook' to give it precedence over posting
7420         styles, etc.
7421         (message-use-alternative-email-as-from): Add docstring.  Remove
7422         the original From header if present.
7423
7424         * nnml.el (nnml-compressed-files-size-threshold): New variable.
7425         (nnml-save-mail): Use it.
7426
7427         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
7428         articles.  Add new argument `silent'.
7429         (gnus-uu-mark-all): Report the total number of marked articles.
7430
7431 2005-09-10  Romain Francoise  <romain@orebokech.com>
7432
7433         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
7434         (gnus-uu-mark-series): Likewise.
7435
7436 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
7437
7438         * spam-report.el (spam-report-gmane): Fix generation of spam
7439         report URL.
7440
7441 2005-09-10  Simon Josefsson  <jas@extundo.com>
7442
7443         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
7444         t, based on discussion on the ding list with Robert Epprecht
7445         <epprecht@solnet.ch>.
7446
7447 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
7448
7449         * spam-report.el (spam-report-gmane): Make it work without
7450         X-Report-Spam header.  Gmane now only provides Archived-At.
7451         This is only used if `spam-report-gmane-use-article-number' is nil.
7452         (spam-report-gmane-spam-header): Remove.  Not used anymore.
7453
7454         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
7455         make `gnus-summary-sort-by-recipient' work with threading.
7456
7457         * nnweb.el (nnweb-google-wash-article): Print a message if article
7458         is not available.
7459
7460 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7461
7462         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
7463         change.  Decode text/* parts content before displaying.
7464
7465 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
7466
7467         * mml-smime.el: Remove defvar of gnus-extract-address-components.
7468
7469 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7470
7471         * mm-view.el (mm-display-inline-fontify): Disable support modes.
7472
7473         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
7474         url-package-name, url-package-version,
7475         w3m-cid-retrieve-function-alist, w3m-current-buffer,
7476         w3m-display-inline-images, and w3m-minor-mode-map.
7477
7478 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
7479
7480         * message.el (message-tab-body-function): Fix mismatched custom type.
7481
7482         * gnus.el (gnus-group-change-level-function): Ditto.
7483
7484         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
7485
7486         * gnus-art.el (gnus-signature-limit)
7487         (gnus-article-mime-part-function): Ditto.
7488
7489 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7490
7491         * mml.el (mml-mode): Silence the byte compiler.
7492
7493         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
7494         using `(sit-for 0)' before moving the point to the specified part;
7495         skip unbuttonized parts.
7496         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
7497         return to the summary window if gnus-auto-select-part is non-nil.
7498
7499 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
7500
7501         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
7502         variables.
7503         (mml-dnd-attach-file, mml-mode): Use them.
7504
7505         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
7506         Make fetching article by MID work again for Google Groups.  Added
7507         FIXME concerning gnus-group-make-web-group.
7508
7509         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
7510         Don't depend on Gnus by using mail-extract-address-components if
7511         gnus-extract-address-components is not bound.
7512
7513 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7514
7515         * gnus-art.el (gnus-mime-display-security): Don't display the
7516         signature, but only the signed part.
7517
7518 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7519
7520         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
7521
7522         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
7523         list, not listp.
7524
7525 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
7526
7527         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
7528         when encoding.
7529
7530         * mm-bodies.el (mm-decode-content-transfer-encoding):
7531         De-canonicalize CRLF for all text content types, not just
7532         text/plain.
7533
7534 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7535
7536         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
7537         valid article; point arrow and cursor at the MIME button.
7538
7539 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7540
7541         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
7542         Suggested by Dan Christensen <jdc@uwo.ca>.
7543
7544         * mm-decode.el (mm-save-part): Enable change of prompt.
7545
7546 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
7547
7548         * gnus-msg.el (gnus-inews-add-send-actions): Made
7549         `message-post-method' lambda parameter ARG `&optional'.
7550
7551 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
7552
7553         * gnus-sum.el (gnus-summary-mime-map): Added
7554         gnus-article-save-part-and-strip, gnus-article-delete-part and
7555         gnus-article-jump-to-part.
7556
7557         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
7558         (gnus-article-edit-part): Use it.
7559         (gnus-article-part-wrapper): Added no-handle argument.
7560         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
7561         functions.
7562
7563 2005-08-29  Romain Francoise  <romain@orebokech.com>
7564
7565         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7566         docstring.
7567         (gnus-face-from-file): Likewise.
7568
7569 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
7570
7571         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
7572         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
7573         non-nil.
7574         (gnus-auto-select-part): New variable.
7575         (gnus-article-jump-to-part): New function.
7576         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
7577         (gnus-mime-delete-part): Allow selecting specified part after
7578         deleting or stripping parts.
7579         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
7580         part if argument is bogus.
7581
7582 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
7583
7584         * gnus-art.el (w3m-minor-mode-map):
7585         * gnus-spec.el (gnus-newsrc-file-version):
7586         * gnus-util.el (nnmail-active-file-coding-system)
7587         (gnus-original-article-buffer, gnus-user-agent):
7588         * gnus.el (gnus-ham-process-destinations)
7589         (gnus-parameter-ham-marks-alist)
7590         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
7591         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
7592         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
7593         * mm-decode.el (gnus-current-window-configuration):
7594         * mm-extern.el (gnus-article-mime-handles):
7595         * mm-url.el (url-current-object, url-package-name)
7596         (url-package-version):
7597         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
7598         (smime-keys, w3m-cid-retrieve-function-alist)
7599         (w3m-current-buffer, w3m-display-inline-images)
7600         (w3m-minor-mode-map):
7601         * mml-smime.el (gnus-extract-address-components):
7602         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
7603         (gnus-newsrc-hashtb, message-default-charset)
7604         (message-deletable-headers, message-options)
7605         (message-posting-charset, message-required-mail-headers)
7606         (message-required-news-headers):
7607         * mml1991.el (mc-pgp-always-sign):
7608         * mml2015.el (mc-pgp-always-sign):
7609         * nnheader.el (nnmail-extra-headers):
7610         * rfc1843.el (gnus-decode-encoded-word-function)
7611         (gnus-decode-header-function, gnus-newsgroup-name):
7612         * spam-stat.el (gnus-original-article-buffer): Add defvars.
7613
7614 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
7615
7616         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
7617         the end of the date treatments.
7618
7619 2005-08-15  Simon Josefsson  <jas@extundo.com>
7620
7621         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
7622         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
7623         Capello and Romain Francoise.
7624         (pgg-fetch-key-function): Removed, not used?
7625         (pgg-insert-url-with-w3): Require url, to get
7626         url-insert-file-contents regardless of where it is defined.
7627
7628 2005-08-13  Romain Francoise  <romain@orebokech.com>
7629
7630         * message.el (message-cite-original-1): New function.
7631         (message-cite-original): Use it.
7632         (message-cite-original-without-signature): Ditto.
7633
7634 2005-08-08  Romain Francoise  <romain@orebokech.com>
7635
7636         * message.el (message-yank-empty-prefix): New variable.
7637         (message-indent-citation): Use it.
7638         (message-cite-original-without-signature): Respect X-No-Archive.
7639
7640 2005-08-08  Simon Josefsson  <jas@extundo.com>
7641
7642         * pgg.el: Autoload url-insert-file-contents instead of loading
7643         w3/url.
7644         (pgg-insert-url-with-w3): Don't load url here.
7645
7646 2005-08-07  Jesper Harder  <harder@phys.au.dk>
7647
7648         * message.el (message-kill-to-signature): Don't insert newline at
7649         bol.
7650         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
7651
7652 2005-08-06  Romain Francoise  <romain@orebokech.com>
7653
7654         * message.el (message-user-fqdn): Fix typo in docstring.
7655
7656 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
7657
7658         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
7659
7660         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
7661
7662 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7663
7664         * mm-bodies.el (mm-encode-body): Use coding system rather than
7665         charset to encode text.
7666
7667         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
7668         number of charsets if utf-8 is available (XEmacs).
7669
7670 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
7671
7672         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
7673         taken from `gnus-button-mid-or-mail-regexp'.
7674         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
7675         (gnus-button-alist): Improve regexp for domain part of the MIDs
7676         for news:localpart@domain buttons.
7677         (gnus-button-ctan-directory-regexp): Update.
7678
7679 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7680
7681         * sieve-manage.el (sieve-manage-interactive-login): Use
7682         make-local-variable rather than make-variable-buffer-local.
7683         (sieve-manage-open): Ditto.
7684         (sieve-manage-authenticate): Ditto.
7685
7686         * mml.el (mml-generate-mime-1): Make the content type default to
7687         text/plain if the filename is not specified.
7688
7689 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7690
7691         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
7692         instead of insert-buffer.
7693
7694         * message.el (message-yank-original): Ditto; set the mark at the
7695         end of the yanked message.
7696
7697 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7698
7699         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
7700         lines to scroll rather than to stop it.
7701
7702         * mml.el (mml-generate-default-type): Add doc string.
7703         (mml-generate-mime-1): Use mm-default-file-encoding or make it
7704         default to application/octet-stream when determining the content
7705         type if it is not specified for the part or the mml contents; add
7706         a comment about mml-generate-default-type.
7707
7708 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
7709
7710         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
7711         make it default to application/octet-stream when determining the
7712         content type if it is not specified for the external contents.
7713
7714 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7715
7716         * rfc2231.el (rfc2231-parse-string): Take care that not only a
7717         segmented parameter but also other parameters might be there.
7718
7719 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7720
7721         * mm-decode.el (mm-display-external): Delete temp file, directory
7722         and buffer immediately if the external process is exited.
7723
7724 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7725
7726         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
7727         fewer lines than that of scroll-margin.
7728         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
7729
7730 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7731
7732         * gnus-art.el (gnus-article-next-page): Revert.
7733         (gnus-article-beginning-of-window): New macro.
7734         (gnus-article-next-page-1): Use it.
7735         (gnus-article-prev-page): Ditto.
7736         (gnus-article-edit-part): Use insert-buffer-substring instead of
7737         insert-buffer.
7738         (gnus-article-edit-exit): Ditto.
7739
7740         * gnus-util.el (gnus-beginning-of-window): Remove.
7741         (gnus-end-of-window): Remove.
7742
7743         * lpath.el: Don't bind header-line-format and scroll-margin.
7744
7745 2005-07-25  Simon Josefsson  <jas@extundo.com>
7746
7747         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
7748         to have the url package without w3.  Reported by Daiki Ueno
7749         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
7750
7751 2005-07-20  Didier Verna  <didier@xemacs.org>
7752
7753         * gnus-diary.el: Remove the description comment (nndiary is now
7754         properly documented in the Gnus manual).
7755         Fix the spelling of "Back End".
7756         * nndiary.el: Ditto.
7757         Fix the copyright notice.
7758
7759 2005-07-18  Romain Francoise  <romain@orebokech.com>
7760
7761         * gnus-sum.el (gnus-summary-to-prefix)
7762         (gnus-summary-newsgroup-prefix): New variables.
7763         (gnus-summary-from-or-to-or-newsgroups): Use them.
7764
7765 2005-07-17  Romain Francoise  <romain@orebokech.com>
7766
7767         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
7768         space as it's generally not especially interesting to the user.
7769
7770 2005-07-16  Romain Francoise  <romain@orebokech.com>
7771
7772         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
7773         nil to avoid prompting and file modification if one of the
7774         messages at the top of the nnfolder file contains a copyright
7775         notice.
7776         Update copyright notice.
7777
7778         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
7779         instead of `current-time-string' as the latter creates a time
7780         string that is not RFC 2822 compliant (it lacks the zone).
7781         Update copyright notice.
7782
7783 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7784
7785         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
7786         for text/rtf.  Display default in prompt.  Pass default for M-n.
7787
7788         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
7789
7790 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7791
7792         * gnus-msg.el (gnus-button-mailto): Remove
7793         save-selected-window-window hackery because it relies on
7794         save-selected-window internals.
7795
7796 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7797
7798         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
7799         (gnus-article-next-page-1): Use gnus-beginning-of-window.
7800         (gnus-article-prev-page): Ditto.
7801
7802         * gnus-util.el (gnus-beginning-of-window): New function.
7803         (gnus-end-of-window): New function.
7804
7805         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
7806
7807 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
7808
7809         * gnus-score.el (gnus-score-edit-all-score): Set
7810         gnus-score-edit-exit-function to gnus-score-edit-done and call
7811         gnus-message.
7812
7813 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7814
7815         * gnus-msg.el (gnus-button-mailto): Remove
7816         save-selected-window-window hackery because it relies on
7817         save-selected-window internals.
7818
7819 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7820
7821         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
7822         add-minor-mode.
7823         (gnus-binary-mode): Ditto.
7824
7825         * gnus-topic.el (gnus-topic-mode): Ditto.
7826
7827 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
7828
7829         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
7830         (gnus-article-prev-page): Take scroll-margin into consideration.
7831
7832 2005-07-04  Lute Kamstra  <lute@gnu.org>
7833
7834         Update FSF's address in GPL notices.
7835
7836 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
7837
7838         * gnus.el (gnus-exit):
7839         * gnus-group.el (gnus-group-icons):
7840         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
7841
7842         * gnus-nocem.el (gnus-nocem):
7843         * message.el (message-various, message-buffers, message-sending)
7844         (message-interface, message-forwarding, message-insertion)
7845         (message-headers, message-news, message-mail):
7846         * pgg-gpg.el (pgg-gpg):
7847         * pgg-parse.el (pgg-parse):
7848         * pgg-pgp.el (pgg-pgp):
7849         * pgg-pgp5.el (pgg-pgp5):
7850         * pop3.el (pop3): Finish `defgroup' description with period.
7851
7852 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7853
7854         * gnus-art.el (article-display-face): Improve the efficiency.
7855         (article-display-x-face): Ditto; remove grey x-face stuff.
7856
7857 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7858
7859         * gnus-art.el (article-display-face): Correct the position in
7860         which Faces are inserted.
7861
7862 2005-06-29  Didier Verna  <didier@xemacs.org>
7863
7864         * gnus-art.el (article-display-face): Display faces in correct
7865         order.
7866
7867 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7868
7869         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
7870         (gnus-fill-real-hashtb): Use hash table instead of obarray.
7871         (gnus-nocem-check-article): Fetch the Type header.
7872         (gnus-nocem-message-wanted-p): Fix the way to examine types.
7873         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
7874         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
7875         make sure gnus-nocem-hashtb is initialized.
7876         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
7877         (gnus-nocem-unwanted-article-p): Ditto.
7878
7879         * pgg.el (pgg-verify): Return the verification result.
7880
7881 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7882
7883         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
7884         is ascii.
7885
7886 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
7887
7888         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
7889         `show-nonbreak-escape'.
7890
7891 2005-06-23  Lute Kamstra  <lute@gnu.org>
7892
7893         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
7894
7895         * dig.el (dig-mode):
7896         * smime.el (smime-mode): Use gnus-run-mode-hooks.
7897
7898 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
7899
7900         * nnimap.el (nnimap-split-download-body): Fix spellings.
7901
7902 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
7903
7904         * gnus-art.el (gnus-article-encrypt-body):
7905         * gnus-cus.el (gnus-score-customize):
7906         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
7907         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
7908
7909 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
7910
7911         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
7912         header by looking for magic "MII" at the beginnig.
7913
7914 2005-06-16  Miles Bader  <miles@gnu.org>
7915
7916         * gnus-xmas.el (gnus-xmas-group-startup-message):
7917         Use renamed gnus-splash face.
7918
7919         * assistant.el (assistant-field): Remove "-face" suffix from face name.
7920         (assistant-field-face): New backward-compatibility alias for renamed
7921         face.
7922         (assistant-render-text): Use renamed assistant-field face.
7923
7924         * spam.el (spam): Remove "-face" suffix from face name.
7925         (spam-face): New backward-compatibility alias for renamed face.
7926         (spam-face, spam-initialize): Use renamed spam face.
7927
7928         * message.el (message-header-to, message-header-cc)
7929         (message-header-subject, message-header-newsgroups)
7930         (message-header-other, message-header-name)
7931         (message-header-xheader, message-separator, message-cited-text)
7932         (message-mml): Remove "-face" suffix from face names.
7933         (message-header-to-face, message-header-cc-face)
7934         (message-header-subject-face, message-header-newsgroups-face)
7935         (message-header-other-face, message-header-name-face)
7936         (message-header-xheader-face, message-separator-face)
7937         (message-cited-text-face, message-mml-face):
7938         New backward-compatibility aliases for renamed faces.
7939         (message-font-lock-keywords): Use renamed message faces.
7940
7941         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
7942         (sieve-test-commands, sieve-tagged-arguments):
7943         Remove "-face" suffix from face names.
7944         (sieve-control-commands-face, sieve-action-commands-face)
7945         (sieve-test-commands-face, sieve-tagged-arguments-face):
7946         New backward-compatibility aliases for renamed faces.
7947         (sieve-control-commands-face, sieve-action-commands-face)
7948         (sieve-test-commands-face, sieve-tagged-arguments-face):
7949         Use renamed sieve faces.
7950
7951         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
7952         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
7953         (gnus-group-news-3-empty, gnus-group-news-4)
7954         (gnus-group-news-4-empty, gnus-group-news-5)
7955         (gnus-group-news-5-empty, gnus-group-news-6)
7956         (gnus-group-news-6-empty, gnus-group-news-low)
7957         (gnus-group-news-low-empty, gnus-group-mail-1)
7958         (gnus-group-mail-1-empty, gnus-group-mail-2)
7959         (gnus-group-mail-2-empty, gnus-group-mail-3)
7960         (gnus-group-mail-3-empty, gnus-group-mail-low)
7961         (gnus-group-mail-low-empty, gnus-summary-selected)
7962         (gnus-summary-cancelled, gnus-summary-high-ticked)
7963         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
7964         (gnus-summary-high-ancient, gnus-summary-low-ancient)
7965         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
7966         (gnus-summary-low-undownloaded)
7967         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
7968         (gnus-summary-low-unread, gnus-summary-normal-unread)
7969         (gnus-summary-high-read, gnus-summary-low-read)
7970         (gnus-summary-normal-read, gnus-splash):
7971         Remove "-face" suffix from face names.
7972         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7973         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7974         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7975         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7976         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7977         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7978         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7979         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7980         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7981         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7982         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7983         (gnus-summary-selected-face, gnus-summary-cancelled-face)
7984         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7985         (gnus-summary-normal-ticked-face)
7986         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
7987         (gnus-summary-normal-ancient-face)
7988         (gnus-summary-high-undownloaded-face)
7989         (gnus-summary-low-undownloaded-face)
7990         (gnus-summary-normal-undownloaded-face)
7991         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7992         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7993         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7994         (gnus-splash-face):
7995         New backward-compatibility aliases for renamed faces.
7996         (gnus-group-startup-message): Use renamed gnus faces.
7997
7998         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
7999         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
8000         (gnus-server-agent): Remove "-face" suffix from face names.
8001         (gnus-server-agent-face, gnus-server-opened-face)
8002         (gnus-server-closed-face, gnus-server-denied-face)
8003         (gnus-server-offline-face):
8004         New backward-compatibility aliases for renamed faces.
8005         (gnus-server-agent-face, gnus-server-opened-face)
8006         (gnus-server-closed-face, gnus-server-denied-face)
8007         (gnus-server-offline-face): Use renamed gnus faces.
8008
8009         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
8010         Remove "-face" suffix from face names.
8011         (gnus-picon-xbm-face, gnus-picon-face):
8012         New backward-compatibility aliases for renamed faces.
8013
8014         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
8015         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
8016         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
8017         (gnus-cite-11): Remove "-face" suffix from face names.
8018         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
8019         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
8020         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
8021         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
8022         New backward-compatibility aliases for renamed faces.
8023         (gnus-cite-attribution-face, gnus-cite-face-list)
8024         (gnus-article-boring-faces): Use renamed gnus faces.
8025
8026         * gnus-art.el (gnus-signature, gnus-header-from)
8027         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
8028         (gnus-header-content): Remove "-face" suffix from face names.
8029         (gnus-signature-face, gnus-header-from-face)
8030         (gnus-header-subject-face, gnus-header-newsgroups-face)
8031         (gnus-header-name-face, gnus-header-content-face):
8032         New backward-compatibility aliases for renamed faces.
8033         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
8034
8035         * gnus-sum.el (gnus-summary-selected-face)
8036         (gnus-summary-highlight): Use renamed gnus faces.
8037         * gnus-group.el (gnus-group-highlight): Likewise.
8038
8039 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
8040
8041         * gnus-sieve.el (gnus-sieve-article-add-rule):
8042         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
8043         * spam-stat.el (spam-stat-buffer-change-to-spam)
8044         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
8045
8046         * message.el (message-is-yours-p):
8047         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
8048
8049 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8050
8051         * mm-view.el (mm-inline-text): Withdraw the last change.
8052
8053 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8054
8055         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
8056         executing enriched-decode.
8057
8058 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8059
8060         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
8061         charset of tar files.
8062
8063 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
8064
8065         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
8066
8067 2005-06-04  Lute Kamstra  <lute@gnu.org>
8068
8069         * nnfolder.el (nnfolder-read-folder): Make sure that undo
8070         information is never recorded.
8071
8072 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8073
8074         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
8075
8076 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8077
8078         * pop3.el (pop3-apop): Run md5 in the binary mode.
8079
8080         * starttls.el (starttls-set-process-query-on-exit-flag):
8081         Use eval-and-compile.
8082
8083 2005-05-31  Simon Josefsson  <jas@extundo.com>
8084
8085         * smime.el (smime-replace-in-string): Define.
8086         (smime-cert-by-ldap-1): Use it.
8087
8088 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8089
8090         * gnus-art.el (article-display-x-face): Replace
8091         process-kill-without-query by gnus-set-process-query-on-exit-flag.
8092
8093         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
8094         set-process-query-on-exit-flag or process-kill-without-query.
8095
8096         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
8097         loop instead of replace-regexp.
8098
8099         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
8100         instead of process-kill-without-query if it is available.
8101
8102         * lpath.el: Fbind ldap-search-entries.
8103
8104         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
8105         instead of find-file-hooks if it is available.
8106
8107         * mml1991.el: Bind pgg-default-user-id when compiling.
8108
8109         * mml2015.el: Bind pgg-default-user-id when compiling.
8110
8111         * nndraft.el (nndraft-request-associate-buffer):
8112         Use write-contents-functions instead of write-contents-hooks if it is
8113         available.
8114
8115         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
8116         instead of find-file-hooks if it is available.
8117
8118         * nntp.el (nntp-open-connection): Replace
8119         process-kill-without-query by gnus-set-process-query-on-exit-flag.
8120         (nntp-open-ssl-stream): Ditto.
8121         (nntp-open-tls-stream): Ditto.
8122
8123         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
8124         set-process-query-on-exit-flag or process-kill-without-query.
8125         (starttls-open-stream-gnutls): Use it instead of
8126         process-kill-without-query.
8127         (starttls-open-stream): Ditto.
8128
8129 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
8130
8131         * smime.el (smime-cert-by-ldap-1): Don't use
8132         replace-regexp-in-string.
8133
8134 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
8135
8136         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
8137
8138         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
8139         in PEM format.  Adjust to the XEmacs compability.
8140
8141 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
8142
8143         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
8144         by `string-to-number'.
8145         * gnus-agent.el (gnus-agent-regenerate-group)
8146         (gnus-agent-fetch-articles): Ditto.
8147         * gnus-art.el (gnus-button-fetch-group): Ditto.
8148         * gnus-cache.el (gnus-cache-generate-active)
8149         (gnus-cache-articles-in-group): Ditto.
8150         * gnus-group.el (gnus-group-set-current-level)
8151         (gnus-group-insert-group-line): Ditto.
8152         * gnus-score.el (gnus-score-set-expunge-below)
8153         (gnus-score-set-mark-below, gnus-summary-score-effect)
8154         (gnus-summary-score-entry): Ditto.
8155         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
8156         (gnus-soup-pack): Ditto.
8157         * gnus-spec.el (gnus-xmas-format): Ditto.
8158         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
8159         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
8160         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
8161         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
8162         * nndb.el (nndb-get-remote-expire-response): Ditto.
8163         * nndiary.el (nndiary-parse-schedule-value)
8164         (nndiary-string-to-number, nndiary-request-replace-article)
8165         (nndiary-request-article): Ditto.
8166         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
8167         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
8168         * nneething.el (nneething-make-head): Ditto.
8169         * nnfolder.el (nnfolder-request-article)
8170         (nnfolder-retrieve-headers): Ditto.
8171         * nnheader.el (nnheader-file-to-number): Ditto.
8172         * nnkiboze.el (nnkiboze-request-article): Ditto.
8173         * nnmail.el (nnmail-process-unix-mail-format)
8174         (nnmail-process-babyl-mail-format): Ditto.
8175         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
8176         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
8177         (nnmh-request-create-group, nnmh-request-list-1)
8178         (nnmh-request-group, nnmh-request-article): Ditto.
8179         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
8180         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
8181         * nnsoup.el (nnsoup-make-active): Ditto.
8182         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
8183         * nntp.el (nntp-find-group-and-number)
8184         (nntp-retrieve-headers-with-xover): Ditto.
8185         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
8186         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
8187         (pgg-format-key-identifier): Ditto.
8188         * pop3.el (pop3-last, pop3-stat): Ditto.
8189         * qp.el (quoted-printable-decode-region): Ditto.
8190
8191         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
8192         of concat.
8193
8194 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8195
8196         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
8197
8198         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
8199
8200         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
8201
8202         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
8203
8204         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
8205
8206         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
8207
8208         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
8209         (gnus-carpal-mode): Ditto.
8210
8211         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
8212         (gnus-browse-mode): Ditto.
8213
8214         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
8215
8216         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
8217
8218 2005-05-29  Richard M. Stallman  <rms@gnu.org>
8219
8220         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
8221
8222 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8223
8224         * gnus-util.el (gnus-run-mode-hooks): New function.
8225
8226         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
8227
8228         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
8229         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
8230
8231 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
8232
8233         * gnus-agent.el (gnus-agent-make-mode-line-string):
8234         Use mode-line-highlight as mouse-face.
8235
8236 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8237
8238         * canlock.el (canlock): Change the parent group to news.
8239
8240         * deuglify.el (gnus-outlook-deuglify): Add :group.
8241
8242         * dig.el (dig): Add :group.
8243
8244         * dns-mode.el (dns-mode): Add :group.
8245
8246         * encrypt.el (encrypt): Add :group.
8247
8248         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
8249         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
8250         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
8251         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
8252         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
8253
8254         * gnus-diary.el (gnus-diary): Add :group.
8255
8256         * gnus.el (gnus-group-news-1-face): Add :group.
8257         (gnus-group-news-1-empty-face): Ditto.
8258         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
8259         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
8260         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
8261         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
8262         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
8263         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
8264         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
8265         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
8266         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
8267         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
8268         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
8269         (gnus-summary-high-ticked-face): Ditto.
8270         (gnus-summary-low-ticked-face): Ditto.
8271         (gnus-summary-normal-ticked-face): Ditto.
8272         (gnus-summary-high-ancient-face): Ditto.
8273         (gnus-summary-low-ancient-face): Ditto.
8274         (gnus-summary-normal-ancient-face): Ditto.
8275         (gnus-summary-high-undownloaded-face): Ditto.
8276         (gnus-summary-low-undownloaded-face): Ditto.
8277         (gnus-summary-normal-undownloaded-face): Ditto.
8278         (gnus-summary-high-unread-face): Ditto.
8279         (gnus-summary-low-unread-face): Ditto.
8280         (gnus-summary-normal-unread-face): Ditto.
8281         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
8282         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
8283
8284         * hashcash.el (hashcash): New custom group.
8285         (hashcash-default-payment): Add :group.
8286         (hashcash-payment-alist): Ditto.
8287         (hashcash-default-accept-payment): Ditto.
8288         (hashcash-accept-resources): Ditto.
8289         (hashcash-path): Ditto.
8290         (hashcash-extra-generate-parameters): Ditto.
8291         (hashcash-double-spend-database): Ditto.
8292         (hashcash-in-news): Ditto.
8293
8294         * message.el (message-minibuffer-local-map): Add :group.
8295
8296         * netrc.el (netrc): Add :group.
8297
8298         * sieve-manage.el (sieve-manage-log): Add :group.
8299         (sieve-manage-default-user): Diito.
8300         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
8301         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
8302         (sieve-manage-authenticators): Ditto.
8303         (sieve-manage-authenticator-alist): Ditto.
8304         (sieve-manage-default-port): Ditto.
8305
8306         * sieve-mode.el (sieve-control-commands-face): Add :group.
8307         (sieve-action-commands-face): Ditto.
8308         (sieve-test-commands-face): Ditto.
8309         (sieve-tagged-arguments-face): Ditto.
8310
8311         * smime.el (smime): Add :group.
8312
8313         * spam-report.el (spam-report): Add :group.
8314
8315         * spam.el (spam, spam-face): Add :group.
8316
8317 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8318
8319         * nntp.el (nntp-next-result-arrived-p): Some news servers may
8320         return \n.\n.\n at the end of articles.  Protect against that.
8321         (nntp-with-open-group): Allow debugging.
8322
8323         * nnheader.el (mail-header-set-extra): Make into a function
8324         because I just could't understand how to quote the list properly.
8325
8326         * dns.el (query-dns-cached): New function.
8327
8328 2005-05-26  Lute Kamstra  <lute@gnu.org>
8329
8330         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
8331
8332 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8333
8334         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
8335
8336         * gnus-art.el: Don't autoload mail-extract-address-components.
8337
8338         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
8339         eval-and-compile to evaluate it.
8340
8341         * hashcash.el: Don't autoload executable-find.
8342
8343         * nndb.el: Don't declare the nndb back end two or more times; don't
8344         autoload news-reply-mode, news-setup, cancel-timer and telnet.
8345
8346         * nntp.el: Autoload format-spec instead of format; use
8347         eval-and-compile to evaluate autoload forms.
8348
8349 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
8350
8351         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
8352
8353 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8354
8355         * gnus.el (gnus-version-number): Bump version.
8356
8357 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8358
8359         * gnus.el: No Gnus v0.3 is released.
8360
8361 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8362
8363         * lpath.el (featurep): Bind show-nonbreak-escape.
8364
8365 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8366
8367         * gnus-art.el (gnus-article-edit-part): Disable undo.
8368
8369 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8370
8371         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
8372         gnus-article-date-lapsed-new-header is t if date timer is active;
8373         skip headers in which the original date value is empty.
8374         (gnus-article-save-original-date): Redefine it as a macro.
8375         (gnus-display-mime): Use it.
8376
8377 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8378
8379         * gnus-art.el (article-date-ut): Support converting date in
8380         forwarded parts as well.
8381         (gnus-article-save-original-date): New function.
8382         (gnus-display-mime): Use it.
8383
8384 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
8385
8386         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
8387         enclosure element of <item>.
8388
8389 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
8390
8391         * message.el (message-kill-buffer-query): Renamed from
8392         `message-kill-buffer-query-if-modified'.  Added :version.
8393
8394 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8395
8396         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
8397         window layout.
8398
8399 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8400
8401         * mml.el: Autoload dnd when compiling.
8402
8403 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8404
8405         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
8406         x-dnd-*.
8407
8408 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8409
8410         * qp.el (quoted-printable-encode-region): Save excursion.
8411
8412 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
8413
8414         * message.el (message-kill-buffer-query-if-modified): Add new variable
8415         so the user can kill a modified message buffer quickly.
8416         (message-kill-buffer): Use it.
8417
8418 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8419
8420         * lpath.el: Fbind display-time-event-handler; don't fbind
8421         string-to-multibyte.
8422
8423         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
8424
8425 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8426
8427         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
8428         contained in text because xml.el decodes entities) with LFs.
8429
8430 2005-04-11  Lute Kamstra  <lute@gnu.org>
8431
8432         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
8433         differently.
8434
8435 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8436
8437         * mm-util.el (mm-detect-coding-region): Typo.
8438
8439 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8440
8441         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
8442
8443 2005-04-06  D Goel  <deego@gnufans.org>
8444
8445         * spam-stat.el (spam-stat-score-buffer): Add a call to a
8446         user-function allow user modifications of the scores.
8447         (spam-stat-score-buffer-user): New function, to allow
8448         user-computed modifications to the score.
8449         (spam-stat-score-buffer-user-functions): List of additional
8450         scoring functions.
8451         (spam-stat-error-holder): Global temporary error holder.
8452         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
8453         variable.
8454
8455 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
8456
8457         * gnus-registry.el (gnus-registry-clean-empty-function)
8458         (gnus-registry-trim, gnus-registry-fetch-groups)
8459         (gnus-registry-delete-group): Groups that match
8460         `gnus-registry-ignored-groups' are removed from the registry
8461         entries, not just ignored for splitting.  This helps clean up the
8462         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
8463         to get all the groups a message ID is in.
8464
8465         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
8466         (spam-stat-split-fancy): Change "threshhold" to "threshold"
8467         (spam-stat-score-buffer-user-functions): Add :number custom type.
8468
8469 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8470
8471         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
8472         argument in XEmacs.
8473
8474         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
8475         (nnrss-request-group): Decode group name first.
8476         (nnrss-request-article): Make a text/plain article if mml-to-mime
8477         failed.
8478         (nnrss-get-encoding): Return a compatible encoding according to
8479         nnrss-compatible-encoding-alist.
8480         (nnrss-find-el): Use consp instead of listp.
8481         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
8482
8483 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8484
8485         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
8486         which Emacs 20 doesn't support.
8487         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
8488
8489 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8490
8491         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
8492         silence the byte compiler inside the defun.
8493
8494         * gnus-demon.el (parse-time-string): Add autoload.
8495
8496         * gnus-delay.el (parse-time-string): Add autoload.
8497
8498         * gnus-art.el (parse-time-string): Add autoload.
8499
8500         * nnultimate.el (parse-time): Require for `parse-time-string'.
8501
8502 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8503
8504         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
8505
8506         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
8507
8508         * smime.el (smime-ldap-host-list): Add :version.
8509
8510 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8511
8512         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
8513         pass it to `gnus-browse-read-group'.
8514         (gnus-browse-read-group): Add NUMBER argument and pass it to
8515         `gnus-group-read-ephemeral-group'.
8516
8517         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
8518         argument and pass it to `gnus-group-read-group'.
8519
8520 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
8521
8522         * mm-util.el (mm-xemacs-find-mime-charset): Only call
8523         mm-xemacs-find-mime-charset-1 if we have the mule feature
8524         available at runtime.
8525
8526 2005-03-25  Werner Lemberg  <wl@gnu.org>
8527
8528         * nnmaildir.el: Replace `illegal' with `invalid'.
8529
8530 2005-03-23  Lute Kamstra  <lute@gnu.org>
8531
8532         * time-date.el: Add comment on time value formats.
8533         Don't require parse-time.
8534         (with-decoded-time-value): New macro.
8535         (encode-time-value): New function.
8536         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
8537         (days-to-time): Return a valid time value when arg is huge.
8538         (time-since): Use time-subtract.
8539         (time-to-number-of-days): Use time-to-seconds.
8540
8541 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8542
8543         * gnus-start.el (gnus-display-time-event-handler):
8544         Check display-time-timer at runtime rather than only at load time
8545         in case display-time-mode is turned off in the mean time.
8546
8547 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8548
8549         * nnimap.el (nnimap-open-connection): Print which authinfo file is
8550         used.
8551
8552         * nneething.el (nneething-map-file-directory): Derive from
8553         `gnus-directory'.
8554
8555         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
8556         the To/Cc button.
8557
8558 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
8559
8560         * nnmaildir.el (nnmaildir-request-accept-article):
8561         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
8562
8563 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
8564
8565         * gnus-async.el: Require timer-funcs at compile time when in
8566         XEmacs for `run-with-idle-timer'.
8567
8568 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
8569
8570         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
8571         autoloaded function.
8572
8573 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8574
8575         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
8576
8577 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
8578
8579         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
8580
8581 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8582
8583         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
8584         gnus-expert-user to default.
8585
8586 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
8587
8588         * nnimap.el (nnimap-open-server): Ditto.
8589
8590         * imap.el (imap-authenticate): Fix typo.
8591
8592 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
8593
8594         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
8595         buffer (since IMAP server might return FETCH response out of
8596         order, and the nntp buffer must be sorted).
8597
8598 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
8599
8600         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
8601         comparison on string.
8602
8603         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
8604         (gnus-agent-score): Renamed category keywords to match gnus-cus.
8605         (gnus-agent-summary-fetch-series): Modified to protect against
8606         gnus-agent-summary-fetch-group clearing processable flags.
8607         (gnus-agent-synchronize-group-flags): Update live group buffer as
8608         synchronization may occur due to the user toggle the plugged
8609         status.
8610         (gnus-agent-fetch-group-1): Clear downloadable flag when article
8611         successfully downloaded.
8612         (gnus-agent-expire-group-1): Avoid using markers when the overview
8613         is in ascending order; greatly improves performance.
8614         (gnus-agent-regenerate-group): Use
8615         gnus-agent-synchronize-group-flags to reset read status in both
8616         gnus and server.
8617         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
8618
8619 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8620
8621         * message.el: Don't autoload former message-utils variables.
8622         (message-strip-subject-trailing-was): Change doc string.
8623
8624         * nnweb.el: Fixes for `gnus-group-make-web-group'.
8625         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
8626         (nnweb-google-search): Add "hl=en" here.
8627         (nnweb-google-parse-1, nnweb-google-create-mapping):
8628         Don't hardcode URL.
8629
8630 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8631
8632         * message.el (message-get-reply-headers, message-followup):
8633         Mention related variables `message-use-followup-to' and
8634         `message-use-mail-followup-to', in the information buffer.
8635
8636         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
8637         of broken groups(-beta).google.com.
8638
8639 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8640
8641         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
8642         parameter to invoked gnus-request-move-article; remove the
8643         redundant gnus-sum-hint-move-is-internal variable; apply the marks
8644         all at once instead of once per article.
8645         (gnus-summary-remove-process-mark): Accept a list of articles as
8646         well as a single article for processing.
8647
8648         * gnus-int.el (gnus-request-move-article): Add move-is-internal
8649         parameter.
8650
8651         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
8652
8653         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
8654
8655         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
8656         parameter.
8657
8658         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
8659         parameter.
8660
8661         * nnimap.el (nnimap-request-move-article): Add move-is-internal
8662         parameter and remove the gnus-sum-hint-move-is-internal variable.
8663
8664         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
8665         parameter.
8666
8667         * nndraft.el (nndraft-request-move-article): Add move-is-internal
8668         parameter.
8669
8670         * nndiary.el (nndiary-request-move-article): Add move-is-internal
8671         parameter.
8672
8673         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
8674
8675         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
8676         parameter.
8677
8678         * nnagent.el (nnagent-request-move-article): Add move-is-internal
8679         parameter.
8680
8681 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8682
8683         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
8684         a more conservative way.
8685
8686 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8687
8688         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
8689         buffer, so it moves the window's cursor.
8690
8691 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
8692
8693         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
8694         `mm-dissect-multipart' and receive the from field as an (optional)
8695         argument from `mm-dissect-multipart'.
8696         (mm-dissect-multipart): Receive the from field as an argument and
8697         pass it on when we call `mm-dissect-buffer' on MIME parts.
8698         Fixes verification/decryption of signed/encrypted MIME parts.
8699
8700 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
8701
8702         * gnus-sum.el (gnus-summary-move-article): Set
8703         gnus-sum-hint-move-is-internal for gnus-request-move-article and
8704         whatever it calls (right now, only nnimap-request-move article
8705         respects it).
8706
8707         * nnimap.el (nnimap-request-move-article): When
8708         gnus-sum-hint-move-is-internal is set, don't do the extra
8709         nnimap-request-article.
8710
8711 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8712
8713         * nnheader.el (nnheader-find-file-noselect): Add doc string.
8714
8715         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
8716         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
8717
8718         * gnus-sum.el (gnus-summary-caesar-message):
8719         Apply `gnus-treat-article' after rotation.
8720
8721         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
8722         doc string.
8723
8724 2005-02-22  Simon Josefsson  <jas@extundo.com>
8725
8726         * encrypt.el (encrypt-password-cache-expiry): Remove (use
8727         `password-cache-expiry' instead).  Reported by Arne Jørgensen
8728         <arne@arnested.dk>.
8729         (encrypt): Add password-cache and password-cache-expiry as group
8730         members.
8731
8732 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
8733
8734         * smime.el (smime-ldap-host-list): Doc fix.
8735         (smime-ask-passphrase): Use `password-read-and-add' to read (and
8736         cache) password.
8737         (smime-sign-region): Use it.
8738         (smime-decrypt-region): Use it.
8739         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
8740         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
8741         fails.
8742         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
8743         certificate from DER to PEM format rather than calling openssl.
8744
8745         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
8746
8747         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
8748         for signing/encryption.
8749
8750         * mml.el (mml-parse-1): Use them.
8751
8752 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
8753
8754         * nnrss.el (nnrss-verbose): Removed.
8755         (nnrss-request-group): Use `nnheader-message' instead.
8756
8757 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
8758
8759         * nnrss.el (nnrss-verbose): New variable.
8760         (nnrss-request-group): Make it say nnrss is requesting a group.
8761
8762 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
8763
8764         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
8765         Handle news URL with given port correctly.
8766
8767 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8768
8769         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
8770         containing special characters.
8771
8772         * gnus-sum.el (gnus-summary-edit-article): Ditto.
8773
8774         * mml.el (mime-to-mml): Ditto.
8775
8776         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
8777         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
8778         (rfc2047-decode-region): Quote decoded words containing special
8779         characters when rfc2047-quote-decoded-words-containing-tspecials
8780         is non-nil.
8781
8782 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
8783
8784         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
8785
8786         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
8787
8788 2005-02-15  Simon Josefsson  <jas@extundo.com>
8789
8790         * nnimap.el (nnimap-debug): Doc fix.
8791
8792         * imap.el (imap-debug): Doc fix.
8793
8794 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8795
8796         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
8797
8798 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
8799
8800         * gnus.el (spam-contents): Improve docs for spam-contents
8801         parameter in its variable incarnation.
8802
8803 2005-02-14  Simon Josefsson  <jas@extundo.com>
8804
8805         * smime-ldap.el: Use require instead of load-library for ldap.
8806         (smime-ldap-search): Indent.
8807         (smime-ldap-search-internal): Shorten line.
8808
8809         * smime.el (smime-cert-by-dns): Add doc-string.
8810         (smime-cert-by-ldap-1): Indent.
8811
8812         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
8813         mml-smime-get-dns-ldap.
8814         (mml-smime-encrypt-query): Use new function.  Default to ldap.
8815
8816 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
8817
8818         * smime.el: Require smime-ldap.
8819         (smime-ldap-host-list): New variable.
8820         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
8821
8822         * mml-smime.el (mml-smime-encrypt-query): New function.
8823         (mml-smime-encrypt-query): Use it.
8824
8825         * smime-ldap.el: New file.
8826
8827 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8828
8829         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
8830
8831 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8832
8833         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
8834         argument in doc string.  Make query for type more clear.
8835
8836 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
8837
8838         * gnus.el (gnus-group-startup-message): Search for gnus images in
8839         etc/images/gnus.
8840         * mm-util.el (mm-image-load-path): Likewise.
8841         * smiley.el (smiley-data-directory): Search for smilies in
8842         etc/images/smilies.
8843
8844 2005-02-09  Kim F. Storm  <storm@cua.dk>
8845
8846         Change Emacs release version from 21.4 to 22.1 throughout.
8847         Change Emacs development version from 21.3.50 to 22.0.50.
8848
8849 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8850
8851         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
8852
8853         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
8854         non-Mule XEmacs as well.
8855         (mm-decompress-buffer): Signal an error intentionally if it does
8856         not decompress compressed data because auto-compression-mode is
8857         disabled.
8858
8859 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
8860
8861         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
8862         an ID in the registry even if it has no groups.
8863
8864 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8865
8866         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
8867         merge it into mm-decompress-buffer.
8868         (gnus-mime-copy-part): Use the MIME part charset, the value which
8869         a user specified or gnus-newsgroup-charset for decoding, like
8870         gnus-mime-inline-part does; set buffer-file-coding-system to tell
8871         save-buffer what was used.  Suggested by Kevin Ryde
8872         <user42@zip.com.au>.
8873         (gnus-mime-inline-part): Allow the name parameter as well as the
8874         filename parameter; force decompressing of compressed data; always
8875         display contents being not decoded as unibyte.
8876
8877         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
8878         as well as the filename parameter.
8879
8880         * mm-util.el (mm-decompress-buffer): Merge
8881         gnus-mime-jka-compr-maybe-uncompress.
8882         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
8883         of compressed data.
8884
8885 2005-02-08  Simon Josefsson  <jas@extundo.com>
8886
8887         * imap.el (imap-log): Doc fix.
8888
8889 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8890
8891         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
8892         the coding cookies; decompress compressed parts.
8893
8894         * mml.el (mml-generate-mime-1): Add the charaset parameter according
8895         to the value which a user specified manually or the coding cookie.
8896
8897         * mm-util.el (mm-string-to-multibyte): New function.
8898         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
8899         (mm-coding-system-to-mime-charset): New function.
8900         (mm-decompress-buffer): New function.
8901         (mm-find-buffer-file-coding-system): New function.
8902
8903         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
8904         (mm-display-inline-fontify): Rewrite for decoding and decompressing
8905         parts.
8906
8907 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8908
8909         * mm-view.el (mm-display-inline-fontify): Decode a part according
8910         to the charset parameter.
8911
8912 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8913
8914         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
8915         prefix arg is neither nil nor a number, as info specifies.
8916
8917 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8918
8919         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
8920         timestamps.
8921
8922 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
8923
8924         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
8925         groups error checking and notify user.
8926
8927 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
8928
8929         * message.el (message-send-mail-function): Check existence of
8930         sendmail-program first before using default value
8931         `message-send-mail-with-sendmail'.  Otherwise use more generic
8932         `smtpmail-send-it'.
8933
8934 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8935
8936         * nntp.el (nntp-request-update-info): Always return nil.
8937
8938 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8939
8940         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
8941
8942 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8943
8944         * message.el (message-beginning-of-line): Change the behavior when
8945         invoked between BOL and : so that it first moves backward.
8946
8947 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8948
8949         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
8950         article buffer when editing of the article is discarded.
8951         (gnus-article-prepare): Revert.
8952
8953 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8954
8955         * gnus-art.el (gnus-article-prepare):
8956         Remove message-strip-forbidden-properties from the local hook.
8957
8958 2005-01-27  Simon Josefsson  <jas@extundo.com>
8959
8960         * password.el (password-cache-add): Only start one timer per key.
8961         Reported by Derek Atkins <warlord@MIT.EDU>.
8962
8963 2005-01-26  Steve Youngs  <steve@sxemacs.org>
8964
8965         * run-at-time.el: Removed.  It is no longer needed as
8966         timer-funcs.el in the xemacs-base package has a working version of
8967         `run-at-time'.
8968
8969         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
8970
8971         * password.el: Require timer-funcs instead of run-at-time in
8972         XEmacs.
8973         Remove `password-run-at-time' macro.
8974         (password-cache-add): Use `run-at-time' instead of
8975         `password-run-at-time'.
8976
8977         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
8978         Remove `nnheader-cancel-function-timers' alias,
8979         `cancel-function-timers' exists in XEmacs in timer-funcs.
8980
8981         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
8982         for `run-with-idle-timer'.
8983
8984         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
8985         for `run-at-time'.
8986
8987         * mm-url.el: Require timer-funcs at compile time when in XEmacs
8988         for `with-timeout'.
8989
8990         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
8991         the same as for XEmacs 21.4.
8992         No need to ignore `run-with-idle-timer', this function exists in
8993         XEmacs now in timer-funcs.el in the xemacs-base package.
8994         (dgnushack-compile): No need to delete
8995         run-at-time.el from the list of files to compile because it
8996         doesn't exist anymore.
8997
8998 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8999
9000         * mml.el (mml-generate-mime-1): Convert string into unibyte when
9001         inserting " *mml*" buffer's contents into a unibyte temp buffer.
9002
9003 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
9004
9005         * mail-source.el (mail-source-fetch-imap): Search for ^From case
9006         sensitively.
9007
9008 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
9009
9010         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
9011
9012 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9013
9014         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
9015         which will be inserted according to the multibyteness of a buffer
9016         rather than the type of contents.  Suggested by ARISAWA Akihiro
9017         <ari@mbf.ocn.ne.jp>.
9018
9019         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
9020         of string which old xml.el may return rather than a string.
9021
9022 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9023
9024         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
9025
9026 2005-01-16  Simon Josefsson  <jas@extundo.com>
9027
9028         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
9029         idn/idna.el isn't available.
9030         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
9031         <michael@waxrat.com>.
9032
9033         * hashcash.el: Remove non-FSF copyright header.
9034
9035         * hashcash.el (hashcash-extra-generate-parameters): New variable.
9036         (hashcash-generate-payment): Use it.
9037         (hashcash-generate-payment-async): Use it.
9038
9039 2005-01-15  Simon Josefsson  <jas@extundo.com>
9040
9041         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
9042         Suggested by Raymond Scholz <ray-2005@zonix.de>.
9043
9044         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
9045         gnus-summary-idna-message.
9046         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
9047         (gnus-summary-idna-message): New function.
9048
9049 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
9050
9051         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
9052         gnus-novice-user.
9053
9054 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9055
9056         * nnrss.el (nnrss-request-delete-group): Delete entries in
9057         nnrss-group-alist as well.
9058         (nnrss-save-server-data): Insert newline.
9059
9060 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
9061
9062         * gnus.el (gnus-user-agent): Use list of symbols instead of
9063         symbols.  Display full version number for (S)XEmacs.  Optionally
9064         display (S)XEmacs codename.
9065
9066         * gnus-util.el (gnus-emacs-version): Update for new
9067         `gnus-user-agent'.
9068
9069         * gnus-msg.el (gnus-extended-version): Make it possible to omit
9070         Gnus version.
9071
9072 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9073
9074         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
9075         which is unreadable in some setups.
9076
9077 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9078
9079         * gnus-spec.el (gnus-update-format-specifications): Flush the
9080         group format spec cache if it doesn't support decoded group names.
9081
9082 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9083
9084         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
9085         Allow to apply decay on score files matching a regexp.
9086
9087 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9088
9089         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
9090         compatibility in %g and %c.
9091
9092 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9093
9094         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
9095         name for only %g and %c.
9096         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
9097         of gnus-tmp-group to decoded group name.
9098         (gnus-group-make-rss-group): Exclude `/'s from group names.
9099
9100 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9101
9102         * nnrss.el (nnrss-get-encoding): Fix regexp.
9103
9104 2004-12-27  Simon Josefsson  <jas@extundo.com>
9105
9106         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
9107         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
9108         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
9109
9110 2004-12-17  Kim F. Storm  <storm@cua.dk>
9111
9112         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
9113
9114         * gnus-sum.el (gnus-summary-mode-map): Likewise.
9115
9116 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
9117
9118         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
9119
9120 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9121
9122         * nnrss.el: Require rfc2047 and mml.
9123         (nnrss-file-coding-system): New variable.
9124         (nnrss-format-string): Redefine it as an inline function.
9125         (nnrss-decode-group-name): New function.
9126         (nnrss-string-as-multibyte): Remove.
9127         (nnrss-retrieve-headers): Decode group name; don't use
9128         nnrss-format-string.
9129         (nnrss-request-group): Decode group name.
9130         (nnrss-request-article): Decode group name; allow a Message-ID as
9131         well as an article number; don't use nnrss-format-string; encode a
9132         Message-ID string which may contain non-ASCII characters; use
9133         mml-to-mime to compose a MIME article.
9134         (nnrss-request-expire-articles): Decode group name.
9135         (nnrss-request-delete-group): Decode group name.
9136         (nnrss-fetch): Clarify error message.
9137         (nnrss-read-server-data): Use insert-file-contents instead of load;
9138         bind file-name-coding-system; use multibyte buffer.
9139         (nnrss-save-server-data): Bind coding-system-for-write to the
9140         value of nnrss-file-coding-system; bind file-name-coding-system;
9141         add coding cookie.
9142         (nnrss-read-group-data): Use insert-file-contents instead of load;
9143         bind file-name-coding-system; use multibyte buffer.
9144         (nnrss-save-group-data): Bind coding-system-for-write to the
9145         value of nnrss-file-coding-system; bind file-name-coding-system.
9146         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
9147         make it work with non-ASCII text.
9148         (nnrss-find-el): Make it work with old xml.el as well.
9149
9150 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
9151
9152         * nnrss.el (nnrss-get-encoding): New function.
9153         (nnrss-fetch): Use unibyte buffer initially; bind
9154         coding-system-for-read while performing mm-url-insert; remove ^Ms;
9155         decode contents according to the encoding attribute.
9156         (nnrss-save-group-data): Add coding cookie.
9157         (nnrss-mime-encode-string): New function.
9158         (nnrss-check-group): Use it to encode subject and author.
9159
9160 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
9161
9162         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
9163         imaginary variable.
9164
9165 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9166
9167         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
9168         correctly even if there are wide characters.
9169
9170 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
9171
9172         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
9173         downcased symbol names; make a new cache instead of reusing
9174         bbdb-hashtable.
9175
9176 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9177
9178         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9179         concatenating segments rather than before concatenating them.
9180         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9181
9182         * message.el (message-get-reply-headers): Bind `extra'.
9183
9184 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9185
9186         * message.el (message-extra-wide-headers): New variable.
9187         (message-get-reply-headers): Use it.
9188
9189 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9190
9191         * gnus-agent.el (gnus-agent-group-path): Decode group name.
9192         (gnus-agent-group-pathname): Ditto.
9193
9194         * gnus-cache.el (gnus-cache-file-name): Decode group name.
9195
9196         * gnus-group.el (gnus-group-make-group): Decode group name.
9197         (gnus-group-make-rss-group): Register the group data after opening
9198         the nnrss group.
9199
9200 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
9201
9202         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
9203         by expiry now get marked as read.
9204
9205 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9206
9207         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
9208
9209 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
9210
9211         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
9212         unify Latin characters in XEmacs.
9213         (mm-find-mime-charset-region): Use it.
9214
9215 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9216
9217         * gnus-util.el (gnus-delete-directory): New function.
9218
9219         * gnus-agent.el (gnus-agent-delete-group): Use it.
9220
9221         * gnus-cache.el (gnus-cache-delete-group): Use it.
9222
9223 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9224
9225         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
9226         names.
9227
9228 2004-12-16  Simon Josefsson  <jas@extundo.com>
9229
9230         * hashcash.el (hashcash-payment-alist): Fix custom :type.
9231
9232 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9233
9234         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
9235
9236         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
9237         (gnus-group-set-current-level): Decode group name.
9238
9239 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
9240
9241         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
9242         failed.
9243
9244 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9245
9246         * gnus-group.el (gnus-group-delete-group): Decode group name.
9247         (gnus-group-make-rss-group): Encode group name.
9248         (gnus-group-catchup-current): Decode group name.
9249         (gnus-group-kill-group): Decode group name.
9250
9251 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9252
9253         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
9254
9255 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9256
9257         * gnus-group.el (gnus-group-make-rss-group):
9258         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
9259
9260         * gnus-start.el (gnus-setup-news): Honor user's setting to
9261         gnus-message-archive-method.  Suggested by Lute Kamstra
9262         <lute@gnu.org>.
9263
9264 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
9265
9266         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
9267         global counterparts of the buffer-local variables.
9268
9269 2004-11-16  Romain Francoise  <romain@orebokech.com>
9270
9271         * gnus-sum.el (gnus-summary-exit): Don't clear the global
9272         counterparts of the buffer-local variables.
9273
9274 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9275
9276         * message.el (message-forbidden-properties): Fixed typo in doc
9277         string.
9278
9279 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9280
9281         * gnus-util.el (gnus-replace-in-string): Added doc string.
9282
9283         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
9284         to avoid problems when splitting mails with many recipients.
9285
9286 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9287
9288         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
9289         pop-to-buffer, covered by the subsequent gnus-configure-windows.
9290
9291 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
9292
9293         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
9294         if there is no hashtable in memory or file modification time is
9295         newer than cached timestamp.
9296
9297 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9298
9299         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
9300         not-matching option.
9301
9302 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
9303
9304         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
9305         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
9306         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9307         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
9308         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
9309         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
9310
9311 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9312
9313         * message.el (message-forward-make-body-mml): Remove headers
9314         according to message-forward-ignored-headers if a message is decoded.
9315
9316 2004-12-02  Romain Francoise  <romain@orebokech.com>
9317
9318         * message.el (message-forward-make-body-plain): Always remove
9319         headers according to message-forward-ignored-headers.
9320
9321 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
9322
9323         * spam.el (spam-summary-prepare-exit): Remove the
9324         gnus-summary-limit pop for now, it has problems with ham marks for
9325         me.
9326
9327 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
9328
9329         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
9330         correctly.
9331
9332 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
9333
9334         * format-spec.el (format-spec): Message the char.
9335
9336 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
9337
9338         * gnus-art.el (gnus-split-methods): Reformat comments.
9339
9340         * spam.el (spam-summary-prepare-exit): Remove article limits
9341         before exiting the summary buffer.
9342
9343 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9344
9345         * lpath.el: Remove bbdb-create-internal, bbdb-records,
9346         spam-BBDB-register-routine and spam-enter-ham-BBDB.
9347
9348         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
9349         order to silence the byte compiler.
9350
9351         * spam.el: Fix the way to silence the byte compiler, which
9352         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
9353         bbdb-search-simple, spam-BBDB-register-routine,
9354         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
9355         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
9356         spam-stat-buffer-is-spam, spam-stat-load,
9357         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
9358         spam-stat-save and spam-stat-split-fancy.
9359
9360 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9361
9362         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
9363         which may confuse users.
9364         (canlock-password-for-verify): Ditto.
9365
9366         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
9367
9368         * gnus-art.el (gnus-emphasis-alist): Ditto.
9369
9370         * gnus-registry.el (gnus-registry-max-entries): Ditto.
9371
9372         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
9373
9374         * gnus-start.el (gnus-save-killed-list): Ditto.
9375
9376         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
9377         (gnus-sum-thread-tree-root): Ditto.
9378         (gnus-sum-thread-tree-false-root): Ditto.
9379         (gnus-sum-thread-tree-single-indent): Ditto.
9380
9381         * message.el (message-courtesy-message): Ditto.
9382         (message-archive-note): Ditto.
9383         (message-subscribed-address-file): Ditto.
9384         (message-user-fqdn): Ditto.
9385
9386         * spam-report.el (spam-report-gmane-regex): Ditto.
9387
9388         * spam.el (spam-blackhole-good-server-regex): Ditto.
9389
9390 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9391
9392         * mml.el (mml-preview): Widen the message buffer before copying
9393         the contents to the preview buffer; sort headers before previewing.
9394
9395         * message.el (message-hidden-headers): Fix the way to avoid a bug
9396         in the `repeat' widget in Emacs 21.3 or earlier.
9397
9398 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9399
9400         * message.el (message-hidden-headers): Default to "^References:".
9401         Improve customization type.  Suggested by Reiner Steib
9402         <Reiner.Steib@gmx.de>.
9403
9404 2004-11-25  Romain Francoise  <romain@orebokech.com>
9405
9406         * message.el (message-strip-forbidden-properties): Remove check for
9407         obsolete `message-hidden' text property, hidden headers are not
9408         accessible in the buffer anymore.
9409
9410 2004-11-22  Romain Francoise  <romain@orebokech.com>
9411
9412         * message.el (message-header-format-alist): Add `From' in list
9413         so that it can be sorted.
9414         (message-fix-before-sending): Widen and sort headers before
9415         sending.
9416         (message-hide-headers): Use narrowing to hide headers by moving
9417         them to the top of the buffer and narrowing to the region
9418         underneath.
9419
9420 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9421
9422         * message.el (message-strip-forbidden-properties): Bind
9423         buffer-read-only (etc) to nil.
9424
9425 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9426
9427         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
9428         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9429
9430 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
9431
9432         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
9433
9434 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9435
9436         * dns.el (query-dns): Use sit-for to time instead of
9437         accept-process-output, since that doesn't seem to work on udp
9438         sockets.
9439
9440 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9441
9442         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
9443
9444 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
9445
9446         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
9447         doc string.  Improve doc string.
9448
9449 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9450
9451         * nntp.el (nntp-request-update-info): Return nil if
9452         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
9453         may not call gnus-activate-group which uselessly issues the GROUP
9454         commands for all nntp groups and wastes time.  Reported by Romain
9455         Francoise <romain@orebokech.com>.
9456
9457         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
9458
9459 2004-11-15  Simon Josefsson  <jas@extundo.com>
9460
9461         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
9462         headers separately.
9463         (gnus-button-openpgp): New function, inspired by Jochen Küpper
9464         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
9465
9466 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9467
9468         * gnus-start.el (gnus-convert-old-newsrc):
9469         Assign legacy-gnus-agent to 5.10.7.
9470
9471 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9472
9473         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
9474         start of the lines.
9475
9476 2004-11-14  Magnus Henoch  <mange@freemail.hu>
9477
9478         * hashcash.el (hashcash-default-payment): Change default to 20
9479         (hashcash-default-accept-payment): Change default to 20
9480         (hashcash-process-alist): New variable
9481         (hashcash-generate-payment-async): Add
9482         (hashcash-already-paid-p): Add
9483         (hashcash-insert-payment): Don't generate payments twice
9484         (hashcash-insert-payment-async): Add
9485         (hashcash-insert-payment-async-2): Add
9486         (hashcash-cancel-async): Add
9487         (hashcash-wait-async): Add
9488         (hashcash-processes-running-p): Add
9489         (hashcash-wait-or-cancel): Add
9490         (mail-add-payment): New optional argument.  Conditionally start
9491         asynchronous calculation.
9492         (mail-add-payment-async): Add
9493
9494         * message.el (message-send-mail): Wait for asynchronous hashcash
9495         results.  Don't clobber existing X-Hashcash headers.
9496         (message-setup-1): Call mail-add-payment-async when
9497         message-generate-hashcash is non-nil.
9498
9499 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9500
9501         * message.el (message-use-alternative-email-as-from): Examine the
9502         From header as well; use message-make-from in order to include a
9503         user's full name.
9504
9505 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9506
9507         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
9508         default; improve customization type.
9509         (gnus-emphasis-custom-with-format): New macro.
9510         (gnus-emphasis-custom-value-to-external): New function.
9511         (gnus-emphasis-custom-value-to-internal): New function.
9512
9513 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9514
9515         * dns.el (query-dns): Resolve reverse addresses.
9516
9517 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9518
9519         * gnus-group.el (gnus-group-get-new-news): Use it.
9520
9521         * gnus-start.el (gnus-check-reasonable-setup): New function.
9522
9523 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9524
9525         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
9526         "Args out of range" error.  Reported by Arnaud Giersch
9527         <arnaud.giersch@free.fr>.
9528
9529 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
9530
9531         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
9532
9533 2004-11-04  Richard M. Stallman  <rms@gnu.org>
9534
9535         * spam.el (spam group): Add :version.
9536
9537         * pgg-def.el (pgg group): Add :version.
9538
9539 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9540
9541         * gnus-art.el (gnus-article-edit-article): Don't associate the
9542         article buffer with a draft file.  This is a temporary measure
9543         against the 2004-08-22 change to gnus-article-edit-mode.
9544
9545 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9546
9547         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
9548         (html2text-format-tags): Remove unused variable `attr'.
9549
9550 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9551
9552         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
9553
9554         * tls.el (tls-process-connection-type, tls-success)
9555         (tls-certtool-program): Add :version.
9556
9557         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
9558         (starttls-extra-arguments, starttls-process-connection-type)
9559         (starttls-connect, starttls-failure, starttls-success):
9560
9561         * spam-stat.el (spam-stat): Add :version.
9562
9563         * sieve.el (sieve): Add :version.
9564
9565         * sha1.el (sha1): Add :version.
9566         (sha1-use-external): Remove redundant version.
9567
9568         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
9569         (nnmail-cache-ignore-groups, nnmail-spool-hook)
9570         (nnmail-split-fancy-match-partial-words)
9571         (nnmail-split-lowercase-expanded): Add :version.
9572
9573         * nndiary.el (nndiary): Add :version.
9574
9575         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
9576
9577         * mml-sec.el (mml-default-sign-method)
9578         (mml-default-encrypt-method, mml-signencrypt-style-alist):
9579         Add :version.
9580
9581         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
9582
9583         * mm-url.el (mm-url-use-external, mm-url-program)
9584         (mm-url-arguments): Add :version.
9585
9586         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
9587         (mm-attachment-file-modes, mm-decrypt-option)
9588         (mm-w3m-safe-url-regexp): Add :version.
9589
9590         * message.el (message-cite-prefix-regexp)
9591         (message-sendmail-envelope-from, message-minibuffer-local-map)
9592         (message-user-fqdn, message-completion-alist): Add :version.
9593
9594         * gnus-win.el (gnus-configure-windows-hook)
9595         (gnus-use-frames-on-any-display): Add :version.
9596
9597         * gnus-art.el (gnus-article-address-banner-alist)
9598         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
9599         (gnus-treat-from-picon, gnus-treat-mail-picon)
9600         (gnus-treat-x-pgp-sig): Add :version.
9601
9602         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
9603         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
9604         (gnus-summary-article-delete-hook)
9605         (gnus-summary-display-while-building): Add :version.
9606
9607         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
9608         (gnus-get-top-new-news-hook):Add :version.
9609
9610         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9611         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
9612
9613         * gnus-registry.el (gnus-registry): Add :version.
9614
9615         * gnus-spec.el (gnus-use-correct-string-widths)
9616         (gnus-make-format-preserve-properties): Add :version.
9617
9618         * gnus.el (gnus-group-charter-alist)
9619         (gnus-group-fetch-control-use-browse-url)
9620         (gnus-install-group-spam-parameters): Add :version.
9621
9622         * gnus-diary.el (gnus-diary): Add :version.
9623
9624         * gnus-delay.el (gnus-delay): Add :version.
9625
9626         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
9627         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
9628         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
9629         Add :version.
9630
9631         * gnus-agent.el (gnus-agent-max-fetch-size)
9632         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
9633         (gnus-agent-prompt-send-queue): Add :version.
9634
9635         * deuglify.el (gnus-outlook-deuglify): Add :version.
9636
9637         * html2text.el: Beautify code.  Improve doc strings.  Some
9638         checkdoc cleanup.
9639         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
9640
9641 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
9642
9643         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
9644
9645 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
9646
9647         * gnus-registry.el (gnus-registry-hashtb): Create the registry
9648         when package is loaded.
9649
9650         * spam.el (spam-summary-score-preferred-header): Add global preference
9651         for people who want to override the default SpamAssassin over
9652         Bogofilter preference (when both are set).
9653         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
9654         (spam-user-format-function-S): Check
9655         spam-summary-score-preferred-header.
9656         (spam-extra-header-to-number): Add X-Bogosity header parsing.
9657         (spam-user-format-function-S): Format the score correctly.
9658
9659 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9660
9661         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
9662         signature file.  Suggested by Manoj Srivastava
9663         <srivasta@golden-gryphon.com>.
9664
9665         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
9666         iso-2022-jp even in the Japanese language environment.
9667         Suggested by Jason Rumney <jasonr@gnu.org>.
9668
9669 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9670
9671         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
9672         use the same characters as the dummy marks; make it free from
9673         getting affected by the language environment.
9674         (gnus-summary-read-group-1): Update mark positions only when the
9675         format spec is updated.
9676
9677         * gnus-spec.el (gnus-update-format-specifications): Return a list
9678         of updated types.
9679
9680 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9681
9682         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
9683         of boundp to check if display-warning is available.
9684
9685 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
9686
9687         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
9688
9689 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9690
9691         * nnspool.el (nnspool-spool-directory): Use news-path if the
9692         news-directory variable is not bound.
9693
9694         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
9695         function instead of display-warning if it is not available.
9696
9697 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9698
9699         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
9700         v5-10: Use `point-at-bol'.
9701
9702 2004-10-26  Simon Josefsson  <jas@extundo.com>
9703
9704         * hashcash.el: Fix URL in comment, reported by Cheng Gao
9705         <chenggao@gmail.com>.
9706
9707 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9708
9709         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
9710         instead.
9711
9712 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
9713
9714         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
9715         to remove a server from the nnimap-server-buffer-alist.
9716         (nnimap-open-connection, nnimap-close-server): Use it.
9717
9718         * gnus-encrypt.el: Remove file in favor of encrypt.el.
9719
9720 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9721
9722         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
9723         running the major-mode function.
9724
9725 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9726
9727         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
9728         dummy marks in the right way.
9729
9730 2004-10-18  David Edmondson  <dme@dme.org>
9731
9732         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
9733         excessively.
9734
9735 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
9736
9737         * gnus-util.el (gnus-split-references): Accept a nil references
9738         string and go on blissfully.
9739
9740         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
9741         cases where the references string is non-nil but has no references.
9742
9743         * encrypt.el: Add autoload tags.
9744
9745         * spam.el (spam-resolve-registrations-routine): Remove article
9746         from unregistration list too.  Reported by David Hanak
9747         <dhanak@isis.vanderbilt.edu>
9748
9749 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
9750
9751         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
9752         nil.  Changed custom type.
9753
9754 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
9755
9756         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
9757
9758         * gnus-sum.el (gnus-summary-move-article): Use it.
9759
9760 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
9761
9762         * encrypt.el: Add autoload cookies.
9763
9764         * spam.el (spam-backend-article-list-property)
9765         (spam-backend-get-article-todo-list)
9766         (spam-backend-put-article-todo-list, )
9767         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
9768         Resolve registrations separately.
9769         (spam-register-routine): Format comments.
9770         (spam-unregister-routine, spam-register-routine): Always call with
9771         specific-articles, no default list.
9772         (spam-summary-prepare-exit): Use the spam-classifications function.
9773
9774         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
9775         gnus-encrypt.el.
9776
9777         * encrypt.el: Copied from gnus-encrypt.el.
9778
9779         * gnus-encrypt.el: Commented that it's obsolete.
9780
9781 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
9782
9783         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
9784         (gnus-score-save): Use it.
9785
9786         * message.el (message-bury): Use `window-dedicated-p'.
9787
9788 2004-10-15  Simon Josefsson  <jas@extundo.com>
9789
9790         * pop3.el (top-level): Don't require nnheader.
9791         (pop3-read-timeout): Add.
9792         (pop3-accept-process-output): Add.
9793         (pop3-read-response, pop3-retr): Use it.
9794
9795 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
9796
9797         * spam.el (spam-register-routine): Move comment.
9798         (spam-verify-bogofilter): Use 'unknown for the initial
9799         spam-bogofilter-valid state, not 'never.
9800
9801         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
9802         for netrc-machine.
9803
9804         * nnimap.el (nnimap-open-connection): Use
9805         netrc-machine-user-or-password.
9806
9807 2004-10-17  Richard M. Stallman  <rms@gnu.org>
9808
9809         * gnus-registry.el (gnus-registry-unload-hook):
9810         Set as a variable with add-hook.
9811
9812         * nnspool.el (nnspool-spool-directory): Use news-directory instead
9813         of news-path.
9814
9815         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
9816
9817         * spam.el: Delete duplicate `provide'.
9818         (spam-unload-hook): Set as a variable with add-hook.
9819
9820 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
9821
9822         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
9823         in the doc string.
9824
9825         * message.el (message-ignored-news-headers)
9826         (message-ignored-supersedes-headers)
9827         (message-ignored-resent-headers)
9828         (message-forward-ignored-headers): Improve custom type.
9829
9830 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9831
9832         * message.el (message-tokenize-header): Fix 2004-09-06 change
9833         which used point-min in the wrong place.
9834
9835 2004-10-12  Simon Josefsson  <jas@extundo.com>
9836
9837         * tls.el (tls-certtool-program): New variable.
9838         (tls-certificate-information): New function, based on
9839         ssl-certificate-information.
9840
9841 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9842
9843         * compface.el: Move the version of ELisp-based uncompface program
9844         to the contrib directory because of the copyright problem.
9845
9846 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9847
9848         * message.el (message-kill-buffer): Raise the current frame.
9849
9850 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9851
9852         * gnus-sum.el: Mention that multibyte characters don't work as marks.
9853
9854         * gnus.el (message-y-or-n-p): Autoload.
9855
9856         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
9857         (pop3-password-required, pop3-authentication-scheme)
9858         (pop3-leave-mail-on-server): Made customizable.
9859         (pop3): New custom group.
9860         (pop3-retr): Remove `sleep-for' statements.
9861         Suggested by Dave Love <fx@gnu.org>.
9862
9863         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
9864         Windows/DOS.
9865
9866         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
9867         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
9868         Dave Love <fx@gnu.org>.
9869
9870         * mml.el (mml-minibuffer-read-disposition): Require match.
9871         Suggested by Dave Love <fx@gnu.org>.
9872
9873 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
9874
9875         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
9876         doc string.
9877
9878 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9879
9880         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
9881
9882 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9883
9884         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
9885         instead of calling `mm-insert-inline', to decode text/* parts
9886         before displaying them.
9887
9888 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9889
9890         * mm-uu.el (mm-uu-text-plain-type): New variable.
9891         (mm-uu-pgp-signed-extract-1): Use it.
9892         (mm-uu-pgp-encrypted-extract-1): Use it.
9893         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
9894         bind mm-uu-text-plain-type with that value.
9895         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
9896         mm-uu-dissect.
9897
9898 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9899
9900         * gnus-group.el (gnus-update-group-mark-positions):
9901         * gnus-sum.el (gnus-update-summary-mark-positions):
9902         * message.el (message-check-news-body-syntax):
9903         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
9904         of string-as-multibyte.
9905
9906 2004-10-05  Juri Linkov  <juri@jurta.org>
9907
9908         * gnus-group.el (gnus-update-group-mark-positions):
9909         * gnus-sum.el (gnus-update-summary-mark-positions):
9910         * message.el (message-check-news-body-syntax):
9911         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
9912         8-bit unibyte values to a multibyte string for search functions.
9913
9914 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9915
9916         * mm-uu.el (mm-uu-dissect): Allow optional arg.
9917         (mm-uu-dissect-text-parts): New function.
9918
9919         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
9920         dissect text parts.
9921
9922         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
9923         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
9924
9925         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
9926
9927         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
9928         gnus-current-topics instead of gnus-current-topic.
9929
9930 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
9931
9932         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
9933
9934 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
9935
9936         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
9937         where approriate.
9938
9939         * nnml.el (nnml-generate-active-info): do.
9940
9941         * nndiary.el (nndiary-generate-active-info): do.
9942
9943         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
9944         (gnus-topic-move): do.
9945
9946         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
9947         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
9948
9949         * gnus-srvr.el (gnus-server-prepare)
9950         (gnus-server-open-all-servers): do.
9951
9952         * gnus-msg.el (gnus-summary-cancel-article)
9953         (gnus-summary-resend-message)
9954         (gnus-summary-mail-crosspost-complaint): do.
9955
9956         * gnus-move.el (gnus-change-server): do.
9957
9958         * gnus-group.el (gnus-group-unmark-all-groups)
9959         (gnus-group-set-current-level): do.
9960
9961 2004-10-04  Simon Josefsson  <jas@extundo.com>
9962
9963         * message.el (message-generate-hashcash): Doc fix.
9964
9965 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
9966
9967         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
9968         avoid infinite recursion via gnus-get-function.
9969
9970 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
9971
9972         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
9973
9974         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
9975
9976         * nnmail.el (nnmail-split-history): do.
9977
9978         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
9979         (nnml-request-delete-group): do.
9980
9981         * nnslashdot.el (nnslashdot-read-groups): do.
9982
9983         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
9984         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
9985
9986         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
9987         (nnspool-sift-nov-with-sed): Use last
9988         (nnspool-retrieve-headers-with-nov): Use mapc.
9989         (nnspool-request-newgroups): Use dolist.
9990         (nnspool-request-group): Use last.
9991
9992         * nntp.el (nntp-read-server-type): Use dolist.
9993
9994         * nnvirtual.el (nnvirtual-create-mapping)
9995         (nnvirtual-update-read-and-marked): Use dolist.
9996         (nnvirtual-convert-headers): Simplify.
9997
9998 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
9999
10000         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
10001         support for sync'ing tick marks.
10002
10003 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10004
10005         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
10006         there's no visible header.
10007
10008 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
10009
10010         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
10011         necessary, pass full group name to gnus-request-set-marks.
10012
10013 2004-10-01  Simon Josefsson  <jas@extundo.com>
10014
10015         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
10016         acroread.
10017
10018 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10019
10020         * spam-report.el (spam-report-gmane): Fix interactive.
10021
10022         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
10023
10024         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
10025         when writing file.
10026         (gnus-agent-synchronize-flags): Don't default to being
10027         interactive.
10028
10029 2004-09-30  Simon Josefsson  <jas@extundo.com>
10030
10031         * message.el (message-generate-hashcash): Add.
10032         (message-send-mail): Use it, call mail-add-payment.
10033
10034 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10035
10036         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
10037
10038 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
10039
10040         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
10041         gnus-requst-update-info with explicit code to sync the in-memory
10042         info read flags with the marks being sync'd to the backend.
10043
10044         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
10045
10046 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10047
10048         * spam.el (spam-verify-bogofilter): Add new function.
10049         (spam-check-bogofilter)
10050         (spam-bogofilter-register-with-bogofilter): Use it.
10051         (spam-verify-bogofilter): Add small fixes.
10052
10053 2004-09-28  Simon Josefsson  <jas@extundo.com>
10054
10055         * hashcash.el (hashcash-generate-payment): Revert.
10056
10057 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10058
10059         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
10060         gnus-extract-references instead of gnus-split-references.
10061
10062         * gnus-util.el (gnus-extract-references): Add new function, analogous
10063         to gnus-split-references but extracts only the message-ID without
10064         anything extra.
10065
10066         * hashcash.el (hashcash-generate-payment)
10067         (hashcash-check-payment): Do the right thing if hashcash-path is
10068         nil (because the hashcash program could not be found).
10069
10070         * spam.el (spam-use-hashcash): Remove comment.
10071
10072 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
10073
10074         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
10075         (gnus-cache-enter-article, gnus-cache-remove-article)
10076         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
10077
10078         * gnus-async.el (gnus-async-prefetch-remove-group): do.
10079
10080         * gnus-art.el (article-hide-boring-headers)
10081         (article-translate-strings, article-display-face)
10082         (gnus-article-mime-match-handle-first)
10083         (gnus-article-highlight-headers)
10084         (gnus-article-add-buttons-to-head): do.
10085
10086 2004-09-27  Simon Josefsson  <jas@extundo.com>
10087
10088         * hashcash.el: New version, from
10089         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
10090         ../contrib/.
10091
10092 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10093
10094         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
10095
10096 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
10097
10098         * gnus-dup.el (gnus-dup-open): Use mapc.
10099         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
10100
10101         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
10102         Reported by Stefan Wiens <s.wi@gmx.net>.
10103
10104         * gnus.el (gnus-shutdown): Use dolist.
10105
10106         * gnus-undo.el (gnus-undo): Use mapc.
10107
10108         * nnrss.el (nnrss-generate-active): do.
10109
10110         * message.el (message-cite-original-without-signature)
10111         (message-cite-original): Use mapc.
10112         (message-do-actions, message-make-forward-subject): Use dolist.
10113
10114 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
10115
10116         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
10117         deletion to remove entire duplicate line.  Fixes merged article
10118         number bug.
10119
10120 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
10121
10122         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
10123         servers that are offline.  Avoids having gnus-agent-toggle-plugged
10124         first ask if you want to open a server and then, even when you
10125         responded with no, asking if you want to synchronize the server's
10126         flags.
10127         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
10128         multi-line expressions.
10129         (gnus-agent-synchronize-group-flags): New internal function.
10130         Updates marks in memory (in the info structure) AND in the
10131         backend.
10132
10133         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
10134
10135         * nnagent.el (nnagent-request-set-mark): Use
10136         gnus-agent-synchronize-group-flags, not backend's request-set-mark
10137         method, to ensure that synchronization updates marks in the
10138         backend and in the info (in memory) structure.
10139
10140 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10141
10142         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
10143         convention fully; don't miss the root article of a thread; make
10144         the X-Draft-From header with correct article numbers.
10145
10146 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
10147
10148         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
10149         unless plugged.  Disable the agent so that an open failure causes
10150         an error.
10151
10152         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
10153         Reverted 2004-09-21 change.  The backend must be opened while
10154         synchronizing flags even when the backend stores the flags
10155         locally.
10156
10157 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
10158
10159         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
10160         in `header' match.  Reported by Svend Tollak Munkejord.
10161
10162         * message.el (message-cite-original): Fix use of
10163         `message-cite-articles-with-x-no-archive'.
10164
10165 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10166
10167         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
10168         (gnus-window-to-buffer): Ditto.
10169
10170         * mml.el (mml-preview-buffer): New variable.
10171         (mml-preview): Manage window layout with gnus-buffer-configuration.
10172
10173         * gnus-msg.el (gnus-setup-message): Put article numbers into the
10174         X-Draft-From header even if those articles aren't quoted.
10175
10176 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
10177
10178         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
10179         (gnus-request-set-mark, gnus-request-update-mark): Use new
10180         g-s-t-u-l-m to decide to use backend even when unplugged.
10181
10182 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10183
10184         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
10185         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
10186
10187 2004-09-20  Simon Josefsson  <jas@extundo.com>
10188
10189         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
10190         "utf-16-le".
10191
10192 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10193
10194         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
10195
10196 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10197
10198         * uudecode.el (uudecode-use-external): Add :version.
10199
10200         * smime.el (smime-CA-file, smime-encrypt-cipher)
10201         (smime-dns-server): Add :version.
10202
10203         * smiley.el (gnus-smiley-file-types): Add :version.
10204
10205         * sha1.el (sha1-use-external): Add :version.
10206
10207         * pgg-def.el (pgg-query-keyserver): Add :version.
10208
10209         * nnmail.el (nnmail-fancy-expiry-targets)
10210         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
10211         Add :version.
10212
10213         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
10214         (nnimap-retrieve-groups-asynchronous): Add :version.
10215         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
10216
10217         * mml.el (mml-content-disposition-parameters)
10218         (mml-insert-mime-headers-always): Add :version.
10219
10220         * mm-util.el (mm-coding-system-priorities): Add :version.
10221
10222         * mm-decode.el (mm-inline-text-html-with-images)
10223         (mm-keep-viewer-alive-types, mm-external-terminal-program)
10224         (mm-verify-option): Add :version.
10225         (mm-text-html-renderer): Change :version.
10226
10227         * message.el (message-fcc-externalize-attachments)
10228         (message-required-headers, message-draft-headers)
10229         (message-subject-trailing-was-query)
10230         (message-subject-trailing-was-ask-regexp)
10231         (message-subject-trailing-was-regexp, message-mark-insert-begin)
10232         (message-mark-insert-end, message-archive-header)
10233         (message-archive-note, message-cross-post-default)
10234         (message-cross-post-note, message-followup-to-note)
10235         (message-cross-post-note-function, message-use-mail-followup-to)
10236         (message-subscribed-address-functions)
10237         (message-subscribed-address-file, message-subscribed-addresses)
10238         (message-subscribed-regexps, message-allow-no-recipients)
10239         (message-yank-cited-prefix, message-signature-insert-empty-line)
10240         (message-hidden-headers, message-hierarchical-addresses)
10241         (message-mail-user-agent, message-use-idna)
10242         (message-valid-fqdn-regexp)
10243         (message-strip-special-text-properties, message-header-synonyms)
10244         (message-beginning-of-line, message-tab-body-function): Add :version.
10245         (message-insert-canlock, message-wide-reply-confirm-recipients):
10246         Change :version.
10247
10248         * mail-source.el (mail-source-ignore-errors): Add :group, :type
10249         and :version.
10250         (mail-source-delete-old-incoming-confirm)
10251         (mail-source-movemail-program): Add :version.
10252
10253         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
10254         (gnus-agent-cache, gnus-agent): Change :version.
10255
10256         * gnus-util.el (gnus-use-byte-compile): Change :version.
10257
10258         * gnus-sum.el (gnus-summary-make-false-root-always)
10259         (gnus-summary-default-high-score)
10260         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
10261         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
10262         (gnus-read-all-available-headers, gnus-article-emulate-mime)
10263         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
10264         (gnus-sum-thread-tree-single-indent)
10265         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
10266         (gnus-sum-thread-tree-leaf-with-other)
10267         (gnus-sum-thread-tree-single-leaf): Add :version.
10268         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
10269         (gnus-article-loose-mime): Change :version.
10270
10271         * gnus-start.el (gnus-backup-startup-file)
10272         (gnus-save-startup-file-via-temp-buffer): Add :version.
10273
10274         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
10275         (gnus-server-offline-face): Add :version.
10276
10277         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
10278
10279         * gnus-msg.el (gnus-gcc-externalize-attachments)
10280         (gnus-debug-files, gnus-debug-exclude-variables)
10281         (gnus-discouraged-post-methods): Change :version.
10282         (gnus-confirm-mail-reply-to-news)
10283         (gnus-confirm-treat-mail-like-news): Add :version.
10284
10285         * gnus-int.el (gnus-server-unopen-status): Add :version.
10286
10287         * gnus-group.el (gnus-group-jump-to-group-prompt)
10288         (gnus-large-ephemeral-newsgroup)
10289         (gnus-fetch-old-ephemeral-headers): Add :version.
10290
10291         * gnus-fun.el (gnus-x-face-directory)
10292         (gnus-convert-pbm-to-x-face-command)
10293         (gnus-convert-image-to-x-face-command)
10294         (gnus-convert-image-to-face-command): Add :version.
10295
10296         * gnus-delay.el (gnus-delay-default-hour): Add :version.
10297
10298         * gnus-cite.el (gnus-cite-blank-line-after-header)
10299         (gnus-article-boring-faces): Add :version.
10300
10301         * gnus-art.el (gnus-buttonized-mime-types)
10302         (gnus-inhibit-mime-unbuttonizing)
10303         (gnus-treat-display-face)
10304         (gnus-treat-body-boundary): Change :version.
10305         (gnus-body-boundary-delimiter, gnus-picon-databases)
10306         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
10307         (gnus-treat-date-english, gnus-treat-fold-headers)
10308         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
10309         (gnus-treat-mail-picon, gnus-treat-wash-html)
10310         (gnus-article-encrypt-protocol)
10311         (gnus-use-idna, gnus-article-over-scroll)
10312         (gnus-mime-display-multipart-alternative-as-mixed)
10313         (gnus-mime-display-multipart-related-as-mixed)
10314         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
10315         (gnus-ctan-url, gnus-button-ctan-handler)
10316         (gnus-button-handle-ctan-bogus-regexp)
10317         (gnus-button-ctan-directory-regexp)
10318         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
10319         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
10320         (gnus-button-man-level, gnus-button-emacs-level)
10321         (gnus-button-message-level, gnus-button-browse-level): Add :version.
10322
10323         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
10324         (gnus-agent-go-online): Change :version.
10325         (gnus-agent-expire-unagentized-dirs)
10326         (gnus-agent-auto-agentize-methods): Add :version.
10327
10328         * flow-fill.el (fill-flowed-display-column)
10329         (fill-flowed-encode-column): Add :version.
10330
10331         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10332         (gnus-outlook-deuglify-unwrap-max)
10333         (gnus-outlook-deuglify-cite-marks)
10334         (gnus-outlook-deuglify-unwrap-stop-chars)
10335         (gnus-outlook-deuglify-no-wrap-chars)
10336         (gnus-outlook-deuglify-attrib-cut-regexp)
10337         (gnus-outlook-deuglify-attrib-verb-regexp)
10338         (gnus-outlook-deuglify-attrib-end-regexp)
10339         (gnus-outlook-display-hook): Add :version.
10340
10341         * binhex.el (binhex-use-external): Add :version.
10342
10343 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
10344
10345         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
10346         and `invisible'.
10347
10348 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
10349
10350         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
10351         in gnus-registry-trim.
10352
10353 2004-09-13  Simon Josefsson  <jas@extundo.com>
10354
10355         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
10356
10357         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
10358
10359         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
10360         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
10361         <yamaoka@jpl.org>.
10362         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
10363         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
10364         <yamaoka@jpl.org>.
10365
10366         * sieve.el (sieve-manage-mode): Ditto.
10367
10368 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
10369
10370         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
10371
10372 2004-09-11  Simon Josefsson  <jas@extundo.com>
10373
10374         * dns-mode.el: Add.
10375
10376         * mm-view.el (mm-display-dns-inline): Add.
10377
10378         * mm-decode.el (mm-inline-media-tests): Add text/dns.
10379         (mm-automatic-display): Ditto.
10380
10381         * mailcap.el (mailcap-mime-data): Add text/dns.
10382         (mailcap-mime-extensions): Map .soa to text/dns.
10383
10384 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
10385
10386         * gnus-art.el (article-decode-mime-words, article-babel)
10387         (gnus-article-highlight-signature, gnus-article-add-buttons)
10388         (gnus-signature-toggle): Remove unnecessary bindings of
10389         `inhibit-read-only' inherited from v5.10 merge.
10390
10391 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
10392
10393         * nntp.el (nntp): New customization group.
10394         (nntp-authinfo-file): Add customization group.
10395
10396         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
10397
10398         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
10399
10400         * gnus.el (to-address, to-list, subscribed)
10401         (large-newsgroup-initial): Ditto.
10402
10403         * flow-fill.el (fill-flowed-display-column)
10404         (fill-flowed-encode-column): Ditto.
10405
10406 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10407
10408         * message.el (message-tokenize-header, message-send-mail-with-qmail):
10409         Use point-min rather than 1.
10410         (message-send-mail): Use buffer-size rather than point-max.
10411
10412         * gnus-sum.el (gnus-summary-search-article-forward):
10413         Signal a specific `search-failed' rather than a generic `error'.
10414
10415         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
10416         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
10417         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
10418
10419 2004-09-10  Simon Josefsson  <jas@extundo.com>
10420
10421         * nndb.el (require): Remove tcp and duplicate cl.
10422
10423 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10424
10425         * gnus-agent.el (directory-files-and-attributes): Move forward.
10426
10427 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
10428
10429         * gnus-agent.el (directory-files-and-attributes): Optionally
10430         defined to support XEmacs.
10431
10432 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
10433
10434         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
10435         to avoid run-time CL dependencies.
10436         (gnus-agent-unfetch-articles): New function.
10437         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
10438         article numbers even when local .overview file is missing.
10439         (gnus-agent-read-article-number): New function.  Only accepts
10440         27-bit article numbers.
10441         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
10442         gnus-agent-read-article-number.
10443         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
10444         from backend while recognizing that article numbers in .overview
10445         must be valid.
10446         (gnus-agent-update-files-total-fetched-for): Use
10447         directory-files-and-attributes to improve performance.
10448         * gnus-int.el (gnus-request-move-article): Use
10449         gnus-agent-unfetch-articles in place of gnus-agent-expire to
10450         improve performance.
10451
10452         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
10453         some users confused by references to .newsrc when they only have a
10454         .newsrc.eld file.
10455         (gnus-convert-mark-converter-prompt)
10456         (gnus-convert-converter-needs-prompt): Fixed use of property list.
10457         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
10458         New function.  Used internally to only display 'gnus converting
10459         files' message when actually necessary.
10460
10461         * gnus-sum.el (): Removed (require 'gnus-agent) as required
10462         methods now autoloaded.
10463
10464 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10465
10466         * gnus-sum.el (gnus-summary-insert-subject): Remove list
10467         identifiers.
10468
10469 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
10470
10471         * gnus-picon.el: Fix indentation and closing parenthesis.
10472
10473 2004-09-01  Simon Josefsson  <jas@extundo.com>
10474
10475         * message.el (message-canlock-generate): Require sha1, not
10476         sha1-el.  (Can we get rid of this require altogether?  It is ugly
10477         to require within a function.  Sadly, if sha1.el isn't loaded, the
10478         let binding in m-c-g will hide the defcustom definition, which is
10479         bad.)
10480
10481         * canlock.el: Require sha1, not sha1-el.
10482
10483         * message.el: Don't autoload sha1 (there is a autoload cookie in
10484         sha1.el).
10485
10486         * sha1-el.el: Renamed to sha1.el.
10487
10488 2004-08-30  Juanma Barranquero  <lektu@terra.es>
10489
10490         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
10491
10492 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10493
10494         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
10495
10496 2004-08-30  Kim F. Storm  <storm@cua.dk>
10497
10498         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
10499
10500         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
10501         Add :group 'nnimap.
10502
10503 2004-08-30  Andreas Schwab  <schwab@suse.de>
10504
10505         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
10506         ?* and ?\;.
10507
10508         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
10509         and ?\' to symbol instead of whitespace.
10510
10511 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10512
10513         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
10514
10515         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
10516         instead of re-search-forward.
10517
10518         * gnus-uu.el (gnus-uu-save-article): Ditto.
10519         (gnus-uu-post-encode-uuencode): Ditto.
10520
10521         * html2text.el (html2text-clean-list-items): Ditto.
10522         (html2text-clean-dtdd): Ditto.
10523         (html2text-format-tags): Ditto.
10524
10525         * message.el (message-send-mail-with-sendmail): Fix regexp.
10526         (message-fill-field-general): Use search-forward instead of
10527         re-search-forward.
10528         (unbold-region): Ditto.
10529
10530         * nnrss.el (nnrss-request-article): Ditto.
10531
10532         * nnslashdot.el (nnslashdot-request-article): Ditto.
10533
10534         * nnweb.el (nnweb-gmane-wash-article): Ditto.
10535
10536         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
10537         "Unrecognized menu descriptor" error in XEmacs.
10538
10539 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
10540
10541         * gnus-sum.el (gnus-read-header): Don't remove a header for the
10542         parent article of a sparse article in the thread hashtb.
10543
10544 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
10545
10546         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
10547         (nnmail-expand-newtext): Lowercase expanded entries if
10548         nnmail-split-lowercase-expanded is non-nil.
10549
10550 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10551
10552         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
10553
10554         * gnus-group.el (gnus-group-line-format-alist): Convert the value
10555         of gnus-tmp-news-method into string under XEmacs.  It will be
10556         passed to gnus-correct-length which takes only a string argument.
10557
10558 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10559
10560         * gnus-util.el (gnus-bind-print-variables): New macro.
10561         (gnus-prin1): Use it.
10562         (gnus-prin1-to-string): Use it.
10563         (gnus-pp): New function.
10564         (gnus-pp-to-string): New function.
10565
10566         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
10567         Replace pp-to-string with gnus-pp-to-string.
10568         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
10569         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
10570         * gnus-msg.el (gnus-debug): Ditto.
10571         * gnus-score.el (gnus-score-save): Ditto.
10572         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
10573         gnus-pp-to-string.
10574         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
10575         with gnus-pp.
10576         * score-mode.el (gnus-score-pretty-print): Ditto.
10577         * webmail.el (webmail-debug): Ditto.
10578
10579 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10580
10581         * gnus-art.el (article-display-face, article-display-x-face):
10582         Use buffer-read-only.
10583
10584 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10585
10586         * gnus-art.el (article-hide-list-identifiers):
10587         Bind inhibit-read-only as t.
10588
10589 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
10590
10591         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
10592
10593 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10594
10595         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
10596         (gnus-narrow-to-page): Don't assume point-min == 1.
10597         (gnus-article-edit-mode): Derive from message-mode.
10598
10599         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
10600         point-min == 1.
10601
10602         * imap.el (imap-parse-address-list, imap-parse-body-ext):
10603         Disable incorrect use of `assert'.
10604
10605         * message.el (message-mode): Set comment-start-skip.
10606
10607
10608 2004-08-22  Sam Steingold  <sds@gnu.org>
10609
10610         * pop3.el (pop3-leave-mail-on-server): New user variable.
10611         (pop3-movemail): Delete mail only when it is nil.
10612
10613 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
10614
10615         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
10616
10617         * mml.el (mml-preview): Use `pop-to-buffer'.
10618
10619         * message.el (message-goto-mail-followup-to): Insert after "To".
10620         (message-carefully-insert-headers): Add comment.
10621
10622         * gnus.el: Remove unused variable `gnus-article-check-size'.
10623
10624         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
10625
10626         * gnus-art.el (gnus-button-alist): Improve
10627         `gnus-button-handle-library' entry.
10628
10629 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
10630
10631         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
10632         downcase, since XEmacs capitalizes error messages differently.
10633
10634 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
10635
10636         * nntp.el: Add (require 'gnus) due to reference to
10637         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
10638
10639 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
10640
10641         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
10642         `mm-fill-flowed'.
10643
10644         * mm-decode.el (mm-dissect-singlepart): Check it.
10645
10646 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
10647
10648         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
10649         'imap' for netrc parsing.
10650
10651 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
10652
10653         * mailcap.el (mailcap-mime-data): Mark as risky.
10654
10655 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10656
10657         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
10658         may be included in the encoded word.
10659         (rfc2047-encode): Don't append a space if the encoded word
10660         includes close parenthesis.
10661
10662 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10663
10664         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
10665         of text within parentheses.
10666
10667 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
10668
10669         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
10670         (gnus-encrypt-write-file-contents): Make the password key the file
10671         name PLUS the cipher, not just the cipher.  Also remove failed
10672         passwords from the cache.
10673
10674 2004-08-06  Simon Josefsson  <jas@extundo.com>
10675
10676         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
10677         fix.
10678
10679 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10680
10681         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
10682         LWSP.
10683
10684 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
10685
10686         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
10687         to append in-reply-to: data to the references: header.
10688
10689         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
10690         (netrc-parse): Use gnus-encrypt.el functions.
10691
10692         * gnus-encrypt.el: Add new file for encryption support; currently
10693         does only a few GPG ciphers and an internal XOR cipher.
10694
10695         * password.el: Add comments on using password-read-and-add.
10696         (password-read-and-add): Add function to read and add the
10697         password to the cache at once.
10698
10699 2004-07-28  Simon Josefsson  <jas@extundo.com>
10700
10701         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
10702         parameter (but don't use it, for now).
10703
10704         * imap.el (imap-ssl-open): Use imap-process-connection-type,
10705         instead of hard coding to nil.
10706
10707 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10708
10709         * mm-view.el (mm-inline-image-emacs): Open lines under an image
10710         as mm-inline-image-xemacs does.
10711
10712 2004-07-26  Simon Josefsson  <jas@extundo.com>
10713
10714         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
10715         Revert part of 2004-07-17 change below.
10716
10717 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10718
10719         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
10720         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10721
10722 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10723
10724         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
10725         quotes that actually start with ">" at the beginning of the
10726         lines.
10727
10728 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10729
10730         * rfc2047.el (rfc2047-encode-region): Fix last change.
10731         (rfc2047-encode-parameter): Remove useless concat.
10732
10733 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10734
10735         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
10736         encode special characters; fix some kind of misconfigured headers;
10737         signal a real error if debug-on-quit or debug-on-error is non-nil.
10738         (rfc2047-encode-max-chars): New variable.
10739         (rfc2047-encode-1): Use it.
10740         (rfc2047-encode-parameter): New function.
10741
10742         * mml.el (mml-insert-parameter): Remove an excessive space.
10743
10744 2004-07-17  Simon Josefsson  <jas@extundo.com>
10745
10746         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
10747         Kai Grossjohann <kai@emptydomain.de>.
10748         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
10749         (gnus-group-make-menu-bar): Ditto.
10750
10751         * gnus-util.el (gnus-group-server): Add.
10752
10753 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
10754
10755         * message.el (message-clone-locals): Clone sendmail and smtp
10756         variables.
10757
10758 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10759
10760         * rfc2047.el (rfc2047-encode-region): Fix last change.
10761
10762 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10763
10764         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
10765         characters as non-special.
10766
10767 2004-07-09  Simon Josefsson  <jas@extundo.com>
10768
10769         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
10770         Users will lose all flag changes made while unplugged with
10771         e.g. nntp unless flag synchronization happens, thus `nil' is not a
10772         good default.  See numerous reports on ding mailing list.
10773
10774 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10775
10776         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
10777         add generate-head-function and generate-article-function to the
10778         rfc822-forward entry.
10779         (nndoc-rfc822-forward-generate-article): New function.
10780         (nndoc-rfc822-forward-generate-head): New function.
10781
10782         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
10783
10784 2004-07-06  Dan Christensen  <jdc@uwo.ca>
10785
10786         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
10787         respect display group parameter and gnus-summary-expunge-below.
10788         (gnus-articles-to-read): Remove unused reference to display group
10789         parameter.
10790
10791 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10792
10793         * nnheader.el (nnheader-uniquify-message-id): New experimental
10794         variable.
10795         (nnheader-nov-read-message-id): Use it.
10796
10797         * spam-report.el (spam-report-gmane): Add interactive.
10798
10799 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10800
10801         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
10802         qp-or-base64 for the application/* types.
10803
10804 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
10805
10806         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
10807
10808 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
10809
10810         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
10811         trim value.
10812
10813 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
10814
10815         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
10816         New macro and function.
10817         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
10818
10819 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10820
10821         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
10822         after-load-alist.
10823
10824 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10825
10826         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
10827         update info that isn't there.
10828
10829 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
10830
10831         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
10832         entry.
10833
10834 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10835
10836         * mm-view.el (mm-inline-render-with-function): Use multibyte
10837         buffer; decode html source by charset.
10838
10839         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
10840
10841         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
10842         Mule-UCS is loaded under XEmacs.
10843         (mm-mime-mule-charset-alist): Avoid duplicated entries.
10844
10845 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
10846
10847         * nnheader.el (nnheader-max-head-length): Increase to 8192.
10848
10849 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10850
10851         * mm-util.el (mm-coding-system-p): Return a coding-system.
10852         (mm-mime-mule-charset-alist): Use shift_jis instead of
10853         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
10854         entries for the mime charsets iso-2022-jp-3 and shift_jis.
10855         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
10856         instead of japanese-shift-jis and iso-latin-1 respectively in
10857         order to share the default value with both Emacs and XEmacs-mule.
10858         (mm-mule-charset-to-mime-charset): Make
10859         mm-coding-system-priorities effective.
10860         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
10861         while predicating of candidates upon the priorities.
10862
10863 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
10864
10865         * gnus-sum.el (gnus-summary-make-menu-bar): Add
10866         gnus-uu-invert-processable.
10867
10868         * gnus.el: Autoload gnus-uu-invert-processable.
10869
10870 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10871
10872         * mm-util.el (mm-with-multibyte-buffer): New macro.
10873
10874         * rfc2047.el (rfc2047-encode-string): Use it.
10875         (rfc2047-encode-region): Move point to the end of the region after
10876         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
10877
10878 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10879
10880         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
10881         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
10882
10883 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10884
10885         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
10886         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
10887         Karl Chen <quarl@nospam.quarl.org>.
10888
10889 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
10890
10891         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
10892         invalid addresses.
10893
10894 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
10895
10896         * spam.el: Change section markers, revise TODO list.
10897         (spam-backends): Make new master list of all installed backends.
10898         (spam-summary-exit-behavior): Add new variable to determine how
10899         messages moves are done at summary exit.
10900         (spam-move-spam-nonspam-groups-only)
10901         (spam-process-ham-in-nonham-groups)
10902         (spam-process-ham-in-spam-groups): Remove variables, the
10903         spam-summary-exit-behavior variable should be used to manage this
10904         behavior.
10905         (spam-old-ham-articles, spam-old-spam-articles): Remove.
10906         (spam-old-articles): Add variable, replacing spam-old-ham-articles
10907         and spam-old-spam-articles.
10908         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
10909         Add empty variables, placeholders for the backends they represent.
10910         (spam-set-difference): Move, unchanged.
10911         (spam-list-of-processors): Declare OBSOLETE, not used anymore
10912         unless the user has a processor variable.
10913         (spam-classifications, spam-classification-valid-p)
10914         (spam-backend-properties, spam-backend-property-valid-p)
10915         (spam-backend-function-type-valid-p)
10916         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
10917         (spam-report-articles-gmane, spam-report-articles-resend):
10918         Remove functions, they are not needed.
10919         (spam-install-backend-super, spam-backend-list)
10920         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
10921         (spam-backend-function, spam-backend-ham-registration-function)
10922         (spam-backend-spam-registration-function)
10923         (spam-backend-ham-unregistration-function)
10924         (spam-backend-spam-unregistration-function)
10925         (spam-backend-statistical-p, spam-backend-mover-p)
10926         (spam-install-backend-alias, spam-install-checkonly-backend)
10927         (spam-install-mover-backend, spam-install-nocheck-backend)
10928         (spam-install-backend, spam-install-statistical-backend)
10929         (spam-install-statistical-checkonly-backend): Add backend installation
10930         support.
10931         (spam-summary-prepare-exit): Rewrite to use the new backend code.
10932         (spam-group-processor-p): Use the new backend code and respect the
10933         summary exit behavior.
10934         (spam-mark-spam-as-expired-and-move-routine): Remove.
10935         (spam-summary-prepare): Change to use the new spam-old-articles
10936         variable.
10937         (spam-copy-or-move-routine, spam-copy-spam-routine)
10938         (spam-move-spam-routine, spam-copy-ham-routine)
10939         (spam-move-ham-routine): Add code to copy/move ham or spam.
10940         (spam-fetch-field-fast): Improve doc and code, plus allow the
10941         'number request.
10942         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
10943         variables.
10944         (spam-split, spam-find-spam): Use the new backend code.
10945         (spam-registration-functions): Remove variable.
10946         (spam-unregister-routine): Add convenience wrapper.
10947         (spam-log-undo-registration, spam-register-routine)
10948         (spam-log-processing-to-registry)
10949         (spam-log-unregistration-needed-p): Rename "check" to "backend"
10950         where possible.
10951         (spam-check-gmane-xref, spam-check-regex-headers)
10952         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
10953         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
10954         (spam-check-bogofilter-headers, spam-check-spamoracle)
10955         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
10956         (spam-check-crm114-headers): Use the spam-split-group that
10957         spam-split prepares, no need to determine it every time.
10958
10959         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
10960         to the nnheader-parse-naked-head call.
10961
10962         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
10963
10964         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
10965         the nnheader-nov-read-message-id call.
10966
10967 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10968
10969         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
10970         gnus-activate-group twice.  Suggested by Markus Peter
10971         <warp@spin.de>.
10972
10973 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10974
10975         * gnus-art.el (gnus-article-time-format): Exchange the order of
10976         day and month in the default value; fix customization type.
10977         (article-date-ut): Use add-text-properties.
10978         (article-make-date-line): Use message-make-date instead of
10979         current-time-string.
10980
10981         * message.el (message-fetch-field): Don't use set-text-properties.
10982         (message-make-date): Simplify.
10983
10984         * messagexmas.el (message-xmas-make-date): New function.
10985         (message-xmas-redefine): Defalias message-make-date to it.
10986
10987 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10988
10989         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
10990         (rfc2047-encode-region): Treat text within parentheses as special;
10991         show the original text when error has occurred.
10992
10993         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
10994         already-computed method to gnus-activate-group.
10995
10996         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
10997         same select-methods identical Lisp objects.
10998
10999         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
11000         object when modifying the info.
11001
11002 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11003
11004         * gnus-srvr.el (gnus-server-set-info): Remove the server from
11005         gnus-opened-servers since it has never been opened with the new
11006         configuration yet.
11007
11008 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11009
11010         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
11011         arg to nnheader-generate-fake-message-id.
11012
11013 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
11014
11015         * nnheader.el (nnheader-generate-fake-message-id): Accept a
11016         number and build a fake message ID localized to a group and
11017         article number (so it's repeatable from that point on).
11018         (nnheader-fake-message-id-p): Change regex to accomodate new fake
11019         ID format.
11020
11021         * gnus-sum.el (gnus-get-newsgroup-headers): Call
11022         nnheader-generate-fake-message-id with the article number.
11023
11024 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
11025
11026         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
11027         end-of-buffer.
11028
11029 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11030
11031         * message.el (message-ignored-supersedes-headers): Add Approved.
11032
11033 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11034
11035         * rfc2047.el (rfc2047-encode-message-header): Remove useless
11036         goto-char.
11037         (rfc2047-encode): Fold the line before encoding.
11038
11039 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11040
11041         * rfc2047.el (rfc2047-encode-message-header): Disabled header
11042         folding -- not all headers can be folded, and this should be done
11043         by the message composition mode.  Probably.  I think.
11044
11045 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11046
11047         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
11048         fast.
11049
11050         * gnus-ems.el (gnus-remove-image): Don't use
11051         message-text-with-property; remove only the image found first.
11052
11053         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
11054         found first.
11055
11056 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
11057
11058         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
11059
11060 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11061
11062         * message.el (message-text-with-property): Make it fast and accept
11063         optional arguments.
11064         (message-strip-forbidden-properties): Use it.
11065         (message-fix-before-sending): Follow the m-t-w-p change.
11066
11067         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
11068
11069 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11070
11071         * gnus-art.el (article-hide-headers): Don't change the buffer
11072         mistakenly when performing mml-preview even if
11073         gnus-single-article-buffer is nil.
11074
11075 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
11076
11077         * message.el (message-expand-name-databases): New user option.
11078         (message-expand-name): Use it.
11079
11080 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
11081
11082         * spam.el (spam-report-articles-resend)
11083         (spam-report-resend-register-routine): Allow ham reporting.
11084         (spam-report-resend-register-ham-routine): Add wrapper.
11085         (spam-registration-functions): Add ham resending functions.
11086         (spam-list-of-processors): Add ham resend processor.
11087
11088         * gnus.el (ham-resend-to): Add new group parameter.
11089         (spam-process): Add ham resend option.
11090
11091         * spam-report.el (spam-report-resend): Allow reporting ham.
11092         (spam-report-resend-ham): Add wrapper.
11093
11094 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11095
11096         * message.el (message-cite-articles-with-x-no-archive): New
11097         variable.
11098         (message-cite-original): Use it.
11099
11100 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11101
11102         * message.el (message-cite-original): Respect X-No-Archive.
11103
11104 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11105
11106         * gnus-art.el (article-hide-headers): Refer to the values for
11107         gnus-ignored-headers and gnus-visible-headers in the summary
11108         buffer since a user may have set them as group parameters.
11109
11110 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
11111
11112         * assistant.el (assistant-node-name): Add convenience function.
11113         (assistant-render-text, assistant-render-node): Add error handling,
11114         plus handle multiple next nodes.
11115         (assistant-find-next-node): Comment out for now.
11116         (assistant-find-next-nodes): Add function, returns list of next
11117         nodes.
11118
11119 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
11120
11121         * mail-source.el (mail-source-directory): Fix doc-string.
11122
11123 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
11124
11125         * assistant.el (assistant-render-text, assistant-eval): Add :set
11126         widget type, which is different because it takes and returns a
11127         list.  Much hilarity ensues.
11128
11129 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
11130
11131         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
11132
11133         * gnus-group.el (gnus-group-get-new-news-this-group): Added
11134         doc-string.
11135
11136         * gnus-start.el (gnus-activate-group): Added doc-string.
11137
11138 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11139
11140         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
11141
11142 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
11143
11144         * assistant.el (assistant-render-text): Try to add a :set
11145         widget, more to come.
11146
11147         * spam.el (spam-group-spam-contents-p): Handle empty groupname
11148         strings.
11149         (spam-report-articles-resend)
11150         (spam-register-routine): Do registration iff any articles warrant
11151         it.
11152         (spam-summary-prepare-exit): Change log message for nil group
11153         destinations.
11154
11155 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
11156
11157         * spam.el (spam-report-resend-register-routine): Allow
11158         spam-report-resend-to to be a group parameter or a global value.
11159
11160 2004-05-26  Simon Josefsson  <jas@extundo.com>
11161
11162         * starttls.el: Merge with my GNUTLS based starttls.el.
11163         (starttls-gnutls-program, starttls-use-gnutls)
11164         (starttls-extra-arguments, starttls-process-connection-type)
11165         (starttls-connect, starttls-failure, starttls-success): New
11166         variables.
11167         (starttls-program, starttls-extra-args): Doc fix.
11168         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
11169         functions.
11170         (starttls-negotiate, starttls-open-stream): Check
11171         `starttls-use-gnutls' and pass on to corresponding *-gnutls
11172         function if it is set.
11173
11174 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11175
11176         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
11177         structured fields.
11178
11179 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11180
11181         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
11182
11183 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
11184
11185         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
11186         variable.
11187         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
11188         assigning the spam-mark to new messages.
11189
11190 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
11191
11192         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
11193
11194 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11195
11196         * dgnushack.el: Autoload customize-set-variable for XEmacs.
11197
11198         * rfc2047.el (rfc2047-encodable-p): Don't move point.
11199         (rfc2047-decode): Treat the ascii coding-system as raw-text by
11200         default.
11201
11202 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
11203
11204         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
11205         correct data.
11206
11207 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
11208
11209         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
11210         (spam-group-processor-p): Fix function.
11211         (spam-group-processor-multiple-p)
11212         (spam-group-spam-processor-report-gmane-p)
11213         (spam-group-spam-processor-report-resend-p)
11214         (spam-group-spam-processor-bogofilter-p)
11215         (spam-group-spam-processor-blacklist-p)
11216         (spam-group-spam-processor-ifile-p)
11217         (spam-group-ham-processor-ifile-p)
11218         (spam-group-spam-processor-spamoracle-p)
11219         (spam-group-spam-processor-crm114-p)
11220         (spam-group-ham-processor-bogofilter-p)
11221         (spam-group-spam-processor-stat-p)
11222         (spam-group-ham-processor-stat-p)
11223         (spam-group-ham-processor-whitelist-p)
11224         (spam-group-ham-processor-BBDB-p)
11225         (spam-group-ham-processor-spamoracle-p)
11226         (spam-group-ham-processor-copy-p): Remove functions with some
11227         prejudice against unneeded code.
11228         (spam-report-articles-resend)
11229         (spam-report-resend-register-routine): Allow the group/topic
11230         spam-resend-to value to override spam-report-resend-to.
11231         (spam-summary-prepare-exit): Invoke spam-group-processor-p
11232         properly now.
11233
11234         * gnus.el (spam-resend-to): Add group/topic parameter.
11235         (spam-process): Move the OBSOLETE processors to the end of the
11236         choices.
11237
11238 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
11239
11240         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
11241         with resend-to set to nil, and then ask the user if necessary.
11242         (spam-report-resend): spam-report-resend takes a list of articles, not
11243         separate article numbers.
11244
11245 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11246
11247         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
11248         addition to emacs-w3m.
11249
11250 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11251
11252         * assistant.el (assistant-authinfo-data): New function.
11253         (assistant-eval): Eval for entire assistant.
11254
11255         * netrc.el (netrc-services-file): New variable.
11256         (netrc-parse-services): New function.
11257         (netrc-find-service-name): New function.
11258         (netrc-find-service-number): New function.
11259         (netrc-port-equal): New function.
11260         (netrc-machine): Use it.
11261
11262         * nnimap.el (nnimap-open-connection): Use netrc.
11263
11264         * gnus-util.el (gnus-netrc-get): Remove aliases.
11265
11266         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
11267
11268         * assistant.el (wid-edit): Fix compilation.
11269
11270         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
11271
11272 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
11273
11274         * gnus-util.el (gnus-set-file-modes): New function.  (small
11275         patch).
11276
11277 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11278
11279         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
11280
11281         * assistant.el (assistant-render-node): Fix up rendering and
11282         read-only text.
11283         (assistant-render-node): Reset.
11284         (assistant-make-read-only): Not sticky.
11285
11286 2004-05-20  Danny Siu  <dsiu@adobe.com>
11287
11288         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
11289         centered even when gnus-auto-center-summary is t
11290
11291 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11292
11293         * dns.el (dns-get-txt-answer): New function.
11294         (dns-read-txt): Ditto.
11295         (query-dns): Use it.
11296
11297 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11298
11299         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
11300         active for foreign groups even if the group level is higher than
11301         the specified value.
11302
11303 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11304
11305         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
11306         non-active groups.
11307
11308         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
11309
11310 2004-05-20  Magnus Henoch  <mange@freemail.hu>
11311
11312         * dns.el (dns-read-type): Add support for SVR.  (small patch)
11313
11314 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
11315
11316         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
11317         (spam-crm114-header, spam-crm114-spam-switch)
11318         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
11319         (spam-crm114-positive-spam-header)
11320         (spam-crm114-database-directory, spam-list-of-processors)
11321         (spam-group-spam-processor-crm114-p)
11322         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
11323         (spam-generic-score, spam-list-of-checks)
11324         (spam-list-of-statistical-checks, spam-registration-functions)
11325         (spam-check-crm114-headers, spam-crm114-score)
11326         (spam-check-crm114, spam-crm114-register-with-crm114)
11327         (spam-crm114-register-spam-routine)
11328         (spam-crm114-unregister-spam-routine)
11329         (spam-crm114-register-ham-routine)
11330         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
11331         asjo@koldfront.dk (Adam Sjøgren).
11332
11333         * gnus.el: Add spam-use-crm114.
11334
11335         * spam.el (spam-list-of-processors, spam-registration-functions):
11336         Add spam-use-resend.
11337         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
11338         (spam-report-articles-gmane): Add doc fix.
11339         (spam-report-articles-resend, spam-report-resend-register-routine):
11340         Add wrappers around spam-report-resend-to.
11341
11342         * spam-report.el (spam-report-resend-to, spam-report-resend):
11343         Add support for resending spam.
11344         (spam-report-gmane): Fix line length >80.
11345
11346         * gnus.el (spam-process): Add spam-use-resend.
11347
11348 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11349
11350         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
11351         number of processed spam messages.
11352         (spam-ham-copy-or-move-routine): Return the number of processed
11353         ham messages.
11354         (spam-summary-prepare-exit): Use the above values to decide
11355         whether status messages shouled be displayed.
11356
11357 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11358
11359         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
11360         `rfc2047-encoding-function-alist' in order to avoid conflicting
11361         with the old version.
11362         (rfc2047-encode-region): Concatenate words containing non-ASCII
11363         characters in structured fields; don't encode space-delimited
11364         ASCII words even in unstructured fields; don't break words at
11365         char-category boundaries.
11366         (rfc2047-encode-1): New function.
11367         (rfc2047-encode): Use it; encode text so that it occupies the
11368         maximum width within 76-column; work correctly on Q encoding for
11369         iso-2022-* charsets.
11370         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
11371         sure not to break a line just after the header name.
11372         (rfc2047-b-encode-region): Removed.
11373         (rfc2047-b-encode-string): New function.
11374         (rfc2047-q-encode-region): Removed.
11375         (rfc2047-q-encode-string): New function.
11376
11377         * mm-util.el (mm-replace-in-string): New function.
11378
11379 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11380
11381         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
11382         get it right.
11383         (gnus-inews-make-draft): Really.
11384
11385 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
11386
11387         * nnmh.el (nnmh-request-list-1): Don't check the link count
11388         before descending.  (small patch)
11389
11390 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11391
11392         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
11393         stuff.
11394
11395         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
11396         on real group name.
11397
11398         * gnus-art.el (gnus-signature-limit): Doc fix.
11399
11400         * gnus-msg.el (gnus-inews-make-draft): Quote list.
11401
11402         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
11403
11404 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
11405
11406         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
11407         isn't a string.
11408
11409 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11410
11411         * gnus-draft.el (gnus-draft-send): Bind
11412         rfc2047-encode-encoded-words.
11413
11414         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
11415         (rfc2047-encodable-p): Say that =? needs encoding.
11416         (rfc2047-encode-encoded-words): New variable.
11417
11418         * gnus-group.el (gnus-group-select-group): Doc fix.
11419
11420         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
11421
11422         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
11423         to nil.
11424
11425         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
11426
11427         * nnheader.el (nnheader-get-lines-and-char): New function.
11428
11429 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
11430
11431         * gnus-msg.el (gnus-summary-followup-with-original): Document
11432         yanking of region when active.
11433
11434 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11435
11436         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
11437         groups if the group level is higher than the specified value.
11438
11439 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11440
11441         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
11442         (gnus-group-jump-to-group): Added prefix argument using
11443         `gnus-group-jump-to-group-prompt'.  Query before jumping to
11444         non-active group.
11445
11446         * compface.el (uncompface): Be verbose when changing
11447         `uncompface-use-external'.
11448
11449         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
11450         handle manual section.
11451
11452 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11453
11454         * gnus-art.el (gnus-button-alist): Revert previous change.
11455
11456 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11457
11458         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
11459
11460 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11461
11462         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
11463         whether backend can accept message.
11464
11465         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
11466
11467 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
11468
11469         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
11470         Avoid creating directory when nntp-marks-is-evil is true.
11471         Reported by Reiner Steib.
11472
11473 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11474
11475         * gnus-picon.el (gnus-picon-style): New variable.
11476         (gnus-picon-insert-glyph): Added optional `nostring' argument.
11477         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
11478         Jesper Harder <harder@ifa.au.dk>.
11479
11480 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11481
11482         * message.el (message-fill-field): Return point.
11483         (message-generate-headers): Go to end of field.
11484
11485         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
11486         stuff for non-living groups.
11487
11488 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
11489
11490         * gnus-art.el (gnus-article-followup-with-original)
11491         (gnus-article-reply-with-original): gnus-mark-active-p ->
11492         gnus-region-active-p.
11493
11494 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
11495
11496         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
11497         only when there is spam or ham to be processed.
11498
11499 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11500
11501         * mail-source.el (mail-source-delete-crash-box): Refactor.
11502         (mail-source-fetch): Use it.
11503         (mail-source-fetch-file): Ditto.
11504         (mail-source-fetch-directory): Run postscript in loop.
11505         (mail-source-fetch-pop): Delete.
11506         (mail-source-fetch-maildir): Ditto.
11507         (mail-source-fetch-imap): Ditto.
11508
11509         * imap.el (imap-authenticators): Comment out sasl.
11510
11511         * message.el (message-skip-to-next-address): New function.
11512         (message-fill-header-address): Refactor.
11513         (message-fill-address): Use it.
11514         (message-delete-address): Use it.
11515         (message-fill-header-general): Refactor.
11516         (message-fill-field-address): Rename.
11517         (message-narrow-to-field): Find the start of the header.
11518         (message-header-format-alist): Don't pre-fill.
11519         (message-fill-header): Removed.
11520         (message-insert-header): New function.
11521         (message-shorten-references): Use it.
11522
11523         * rfc2047.el (rfc2047-field-value): Strip props.
11524
11525         * mail-parse.el (mail-header-make-address): New alias.
11526
11527         * ietf-drums.el (ietf-drums-make-address): New function.
11528
11529         * imap.el: Add compiler directives.
11530
11531         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
11532
11533         * gnus-art.el (article-decode-idna-rhs): Don't use
11534         message-idna-inside-rhs-p.
11535
11536 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11537
11538         * message.el (message-idna-inside-rhs-p): Removed.
11539         (message-idna-to-ascii-rhs-1): Use proper address parsing.
11540
11541         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
11542         false positives.
11543
11544 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
11545
11546         * imap.el (imap-sasl-make-mechanisms): Use sasl.
11547
11548 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11549
11550         * nneething.el (nneething-file-name): Don't create spurious
11551         files.
11552
11553         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
11554         (gnus-inews-do-gcc): Remove sleep.
11555
11556         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
11557         part under point.
11558
11559         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
11560         (gnus-agent-regenerate-group): Using nil messages aren't valid.
11561
11562 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
11563
11564         * spam.el (spam-summary-prepare-exit): Fixed (length).
11565
11566 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
11567
11568         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
11569         as expired without moving it" message when there are spam
11570         messages left.
11571
11572 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
11573
11574         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
11575         header is not nil.
11576
11577 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
11578
11579         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
11580         nntp-possibly-create-directory, not nntp-possibly-change-group.
11581         (nntp-marks-changed-p): New arg SERVER.
11582         (nntp-request-update-info): Adjust caller.
11583
11584 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
11585
11586         * nntp.el (nntp-save-marks): Pass missing arg.
11587
11588 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
11589
11590         * nntp.el: Support marks.
11591         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
11592         (nntp-marks-modtime, nntp-marks-directory): New variables.
11593         (nntp-request-set-mark, nntp-request-update-info)
11594         (nntp-possibly-create-directory, nntp-marks-changed-p)
11595         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
11596         functions.
11597
11598 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
11599
11600         * gnus-xmas.el (gnus-xmas-select-lowest-window)
11601         (gnus-xmas-redefine): Rename.
11602
11603         * gnus-score.el (gnus-score-insert-help): Use
11604         gnus-select-lowest-window.
11605
11606         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
11607         appt-select-lowest-window and rename to gnus-select-lowest-window.
11608
11609         * gnus.el: do.
11610
11611 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11612
11613         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
11614         encodings of MIME-encoded words, in order to improve
11615         interoperability with several broken MUAs.
11616
11617 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11618
11619         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
11620         tags, only when charsets are not specified in headers.
11621         (mm-inline-text-html-render-with-w3m): Ditto.
11622
11623         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
11624         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
11625
11626 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11627
11628         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
11629         instead of MIME-decoded from fields when checking
11630         `gnus-article-address-banner-alist'.
11631
11632 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
11633
11634         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
11635         description rather than subject.
11636
11637 2004-05-02  Steve Youngs  <steve@youngs.au.com>
11638
11639         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
11640
11641 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11642
11643         * gnus.el (gnus-version-number): Bump.
11644
11645 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11646
11647         * gnus.el: No Gnus v0.2 is released.
11648
11649 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11650
11651         * gnus-agent.el (gnus-agent-read-agentview): Inline
11652         gnus-uncompress-range.
11653
11654 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11655
11656         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
11657         `exec-installed-p'.
11658
11659 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11660
11661         * gnus.el (spam-process, spam-autodetect-methods): Add
11662         bsfilter and bsfilter-headers.
11663
11664         * spam.el (spam-bsfilter): New customize group.
11665         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
11666         (spam-bsfilter-header, spam-bsfilter-probability-header)
11667         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
11668         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
11669         (spam-bsfilter-database-directory): New options.
11670         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
11671         (spam-list-of-statistical-checks, spam-registration-functions):
11672         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
11673         (spam-bsfilter-score): New command.
11674         (spam-check-bsfilter-headers, spam-check-bsfilter)
11675         (spam-bsfilter-register-with-bsfilter)
11676         (spam-bsfilter-register-spam-routine)
11677         (spam-bsfilter-unregister-spam-routine)
11678         (spam-bsfilter-register-ham-routine)
11679         (spam-bsfilter-unregister-ham-routine): New functions.
11680         (spam-generic-score): Support bsfilter; Accept an optional argument
11681         to recalcurate spam score even if scoring header has already been
11682         added.
11683         (spam-bogofilter-score, spam-spamassassin-score): Accept an
11684         optional argument to recalcurate spam score even if scoring header
11685         has already been added.
11686
11687 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
11688
11689         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
11690         strings!  Reported by David D. Smith <davidsmith@acm.org>.
11691         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
11692         link is missing.
11693
11694 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
11695
11696         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
11697         (html2text-get-attr): Rewrite.
11698
11699         * message.el (message-setup-1): Remove redundant put-text-property
11700         on mail-header-separator.
11701
11702 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
11703
11704         * gnus-registry.el (gnus-registry-cache-whitespace)
11705         (gnus-registry-action, gnus-registry-spool-action)
11706         (gnus-registry-split-fancy-with-parent): Change message levels
11707         from 5 to 3 or 7, as needed.
11708
11709         * spam.el (spam-summary-prepare-exit)
11710         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
11711         (spam-split, spam-find-spam, spam-log-undo-registration)
11712         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
11713         level from 5 to 6.
11714
11715 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11716
11717         * gnus-ems.el: Autoload appt-select-lowest-window (revert
11718         2004-03-04 change).
11719
11720 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
11721
11722         * sieve-manage.el (sieve-manage-open):
11723         * nnweb.el (nnweb-insert-html):
11724         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
11725         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
11726         * nnspool.el (nnspool-request-group):
11727         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
11728         * nnml.el (nnml-request-update-info):
11729         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
11730         (nnmh-request-create-group, nnmh-update-gnus-unreads):
11731         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
11732         (nnimap-request-set-mark):
11733         * nnfolder.el (nnfolder-request-update-info):
11734         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
11735         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
11736         * gnus-uu.el (gnus-uu-find-articles-matching):
11737         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
11738         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
11739         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
11740         * gnus-nocem.el (gnus-nocem-scan-groups):
11741         * gnus-int.el (gnus-start-news-server):
11742         * gnus-group.el (gnus-group-make-kiboze-group)
11743         (gnus-group-browse-foreign-server):
11744         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
11745         Use mapc when appropriate.
11746
11747 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
11748
11749         FIXME: Make separate entries for each person.
11750
11751         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
11752         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
11753         <shields@msrl.com>:
11754
11755         * spam.el (spam-necessary-extra-headers): Get the extra headers we
11756         may need for spam sorting and scoring.
11757         (spam-user-format-function-S): Add user format function suitable for
11758         general use.
11759         (spam-article-sort-by-spam-status): Add sorting function for summary
11760         sorting.
11761         (spam-extra-header-to-number): Add function to get a score from a
11762         header.
11763         (spam-summary-score): Add function to  get a numeric score from the
11764         headers.
11765         (spam-generic-score): Fix function doc, was in wrong place.
11766         (spam-initialize): Take symbols when it's run, and install the
11767         extra headers that spam-necessary-extra-headers thinks we need.
11768
11769 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
11770
11771         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
11772         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
11773
11774 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
11775
11776         * gnus-sum.el (gnus-set-global-variables)
11777         (gnus-build-all-threads, gnus-get-newsgroup-headers)
11778         (gnus-article-get-xrefs, gnus-summary-best-group)
11779         (gnus-summary-next-article, gnus-summary-enter-digest-group)
11780         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
11781         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
11782         Use with-current-buffer.
11783
11784 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
11785
11786         * spam.el (spam-summary-prepare-exit): Simplify logic.
11787         (spam-fetch-article-header): Read the article header if it's not
11788         available.
11789         (spam-list-articles): Simplify logic.
11790         (spam-filelist-register-routine): Fix bug with unregister-list.
11791
11792         * gnus-registry.el: Fix comments at beginning.
11793
11794 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
11795
11796         * message.el (message-cater-to-broken-inn): Remove.
11797         (message-shorten-references): Make sure the total folded length of
11798         References is shorter than 998 characters to cater to a bug in INN
11799         2.3.  Also, don't pretend that references aren't folded -- this
11800         hasn't worked for a while.
11801
11802 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11803
11804         * gnus-agent.el (gnus-agentize):
11805         gnus-agent-send-mail-real-function no longer set to current value
11806         of message-send-mail-function but rather a lambda that calls
11807         message-send-mail-function.  The change makes the agent real-time
11808         responsive to user changes to message-send-mail-function.
11809
11810 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11811
11812         * legacy-gnus-agent.el
11813         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
11814         help from Florian Weimer <fw@deneb.enyo.de>
11815
11816 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11817
11818         * nnmail.el (nnmail-cache-insert): Revert last change.
11819
11820 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11821
11822         * nnmail.el (nnmail-cache-insert): Always check whether
11823         nnmail-cache-ignore-groups matches a group name.
11824
11825 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
11826
11827         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
11828         (spam-find-spam, spam-log-processing-to-registry)
11829         (spam-log-registered-p, spam-log-unregistration-needed-p)
11830         (spam-log-undo-registration): Use gnus-message instead of
11831         gnus-error, none of these errors are fatal.
11832
11833         * gnus-registry.el (gnus-registry-clean-empty-function)
11834         (gnus-registry-clean-empty): Remove only empty entries without
11835         extra data.
11836
11837 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
11838
11839         * spam-stat.el (spam-stat-buffer-change-to-spam)
11840         (spam-stat-buffer-change-to-non-spam): Change (error) to
11841         (gnus-message 8) invocation.
11842
11843 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11844
11845         * nntp.el (nntp-via-netcat-command): New variable.
11846         (nntp-via-netcat-switches): New variable.
11847         (nntp-open-via-rlogin-and-netcat): New function.
11848         (nntp-open-connection-function): Doc fix.
11849         (nntp-telnet-command): Doc fix.
11850         (nntp-end-of-line): Doc fix.
11851         (nntp-via-rlogin-command): Doc fix.
11852         (nntp-via-user-name): Doc fix.
11853         (nntp-via-address): Doc fix.
11854
11855 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11856
11857         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
11858         error in Emacs 21.1.
11859
11860 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
11861
11862         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
11863
11864 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11865         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
11866         (gnus-agent-with-refreshed-group): New macro.
11867         (gnus-agent-rename-group): New function.
11868         (gnus-agent-delete-group): New function.
11869         (gnus-agent-save-group-info): Use gnus-command-method when
11870         `method' parameter is nil.  Don't write nil entries into the
11871         active file.
11872         (gnus-agent-get-group-info): New function.
11873         (gnus-agent-fetch-articles): Use
11874         gnus-agent-update-files-total-fetched-for to increment disk space
11875         used.
11876         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
11877         gnus-agent-update-view-total-fetched-for to increment disk space
11878         used.
11879         (gnus-agent-get-local): Added optional parameters to avoid calling
11880         gnus-group-real-name and gnus-find-method-for-group.
11881         (gnus-agent-set-local): Delete stored entry if either min, or max,
11882         are nil.
11883         (gnus-agent-fetch-session): Reworded error/quit messages.  On
11884         quit, use gnus-agent-regenerate-group to record existance of any
11885         articles fetched to disk before the quit occurred.
11886         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
11887         gnus-agent-update-view-total-fetched-for, and
11888         gnus-agent-update-files-total-fetched-for to decrement disk space
11889         used.
11890         (gnus-agent-retrieve-headers): Use
11891         gnus-agent-update-view-total-fetched-for to increment disk space
11892         used.
11893         (gnus-agent-regenerate-group): Replace gnus-group-update-group
11894         with gnus-agent-update-files-total-fetched-for to decrement disk
11895         space and fresh group buffer.
11896         (gnus-agent-inhibit-update-total-fetched-for): New variable.
11897         (gnus-agent-need-update-total-fetched-for): New variable.
11898         (gnus-agent-update-files-total-fetched-for): New function.
11899         (gnus-agent-update-view-total-fetched-for): New function.
11900         (gnus-agent-total-fetched-for): New function.
11901
11902         * gnus-cache.el (gnus-cache-save-buffers): Use
11903         gnus-cache-update-overview-total-fetched-for to change disk space
11904         used by this group.
11905         (gnus-cache-possibly-enter-article): Use
11906         gnus-cache-update-file-total-fetched-for to increment disk space
11907         used by this group.
11908         (gnus-cache-possibly-remove-article): Use
11909         gnus-cache-update-file-total-fetched-for to decrement disk space
11910         used by this group.
11911         (gnus-cache-generate-nov-databases): Purge total fetched cache.
11912         (gnus-cache-rename-group): New function.
11913         (gnus-cache-delete-group): New function.
11914         (gnus-cache-inhibit-update-total-fetched-for): New variable.
11915         (gnus-cache-need-update-total-fetched-for): New variable.
11916         (gnus-cache-with-refreshed-group): New macro.
11917         (gnus-cache-update-file-total-fetched-for): New function.
11918         (gnus-cache-update-overview-total-fetched-for): New function.
11919         (gnus-cache-rename-group-total-fetched-for): New function.
11920         (gnus-cache-delete-group-total-fetched-for): New function.
11921         (gnus-cache-total-fetched-for): New function.
11922
11923         * gnus-group.el: Require gnus-sum and autoload functions to
11924         resolve warnings when gnus-group.el compiled alone.
11925         (gnus-group-line-format): Documented new %F
11926         (size of Fetched data) group line format; identifies disk space
11927         used by agent and cache.
11928         (gnus-group-line-format-alist): Defined new F format.
11929         (gnus-total-fetched-for): New function.
11930         (gnus-group-delete-group): No longer update
11931         gnus-cache-active-altered as gnus-request-delete-group now keeps
11932         the cache in sync.
11933         (gnus-group-list-active): Let the agent store a server's active
11934         list if currently plugged.
11935
11936         * gnus-int.el (gnus-request-delete-group):
11937         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
11938         local disk in sync with the server.
11939         (gnus-request-rename-group):
11940         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
11941         local disk in sync with the server.
11942
11943         * gnus-start.el (gnus-get-unread-articles):
11944         Cosmetic simplification to logic.
11945
11946         * gnus-util.el (gnus-rename-file): New function.
11947
11948 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
11949
11950         * mm-util.el (mm-image-load-path): Handle nil in load-path.
11951
11952 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
11953
11954         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
11955         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
11956
11957 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
11958
11959         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
11960         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
11961
11962 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
11963
11964         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
11965
11966 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
11967
11968         * spam.el (spam-set-difference): Add function to replace
11969         gnus-set-difference in spam.el.
11970         (spam-summary-prepare-exit): Use spam-set-difference.
11971
11972 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
11973
11974         * gnus-registry.el (gnus-registry-cache-file): Update to use
11975         gnus-dribble-directory OR gnus-home-directory OR ~.
11976         (gnus-registry-split-fancy-with-parent): Fix doc.
11977
11978 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11979
11980         * message.el (message-exchange-point-and-mark): Use
11981         message-mark-active-p.  Suggested by Jesper Harder
11982         <harder@ifa.au.dk>.
11983
11984 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11985
11986         * message.el (message-exchange-point-and-mark): Don't activate
11987         region if it was inactive.  Suggested by Hiroshi Fujishima
11988         <pooh@nature.tsukuba.ac.jp>.
11989
11990 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11991
11992         * gnus-art.el (article-display-face): Display Faces in the same
11993         order as X-Faces.
11994
11995 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11996
11997         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
11998
11999 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12000
12001         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
12002         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
12003         (gnus-article-mime-hierarchy): Remove.
12004         (gnus-article-mime-hierarchy-next): Remove.
12005         (gnus-article-mode): Revert 2004-03-19 change.
12006         (gnus-article-setup-buffer): Revert 2004-03-19 change.
12007         (gnus-insert-mime-button): Revert 2004-03-19 change.
12008         (gnus-mime-accumulate-hierarchy): Remove.
12009         (gnus-mime-enter-multipart): Remove.
12010         (gnus-mime-leave-multipart): Remove.
12011         (gnus-mime-display-part): Revert 2004-03-19 change.
12012         (gnus-mime-display-alternative): Revert 2004-03-19 change.
12013
12014         * mml.el (mml-preview): Revert 2004-03-19 change.
12015
12016 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
12017
12018         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
12019
12020 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12021
12022         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
12023         t while entering a file name using the mm-with-multibyte macro.
12024         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12025
12026         * mm-util.el (mm-with-multibyte): New macro.
12027
12028 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12029
12030         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
12031         user option.
12032         (gnus-mime-multipart-functions): Doc and customization fix.
12033         (gnus-article-mime-hierarchy): New variable.
12034         (gnus-article-mime-hierarchy-next): New variable.
12035         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
12036         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
12037         gnus-article-mime-hierarchy-next to nil.
12038         (gnus-insert-mime-button): Show hierarchy numbers.
12039         (gnus-mime-accumulate-hierarchy): New function.
12040         (gnus-mime-enter-multipart): New function.
12041         (gnus-mime-leave-multipart): New function.
12042         (gnus-mime-display-part): Recompute hierarchical MIME structure.
12043         (gnus-mime-display-alternative): Show hierarchy numbers.
12044
12045         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
12046         gnus-article-mime-hierarchy-next to nil.
12047
12048 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
12049
12050         * dns.el: Don't require gnus-xmas.
12051
12052 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
12053
12054         * mml.el (mml-generate-mime-1): Don't use format=flowed with
12055         inline PGP.
12056         (mml-menu): Disable mml-quote-region if mark is inactive.
12057
12058 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12059
12060         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
12061         when the group's active is not available.
12062
12063 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12064
12065         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
12066         error.
12067
12068 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
12069
12070         * imap.el (imap-store-password): New variable.
12071         (imap-interactive-login): Use it.
12072         Suggested by Mark Plaksin <happy@mcplaksin.org>.
12073
12074 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12075
12076         * gnus-art.el (gnus-article-read-summary-keys): Restore new
12077         window-start and hscroll to summary window.
12078
12079 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12080
12081         * gnus-start.el (gnus-convert-old-newsrc): Only write the
12082         conversion message to newsrc-dribble when an actual conversion is
12083         performed.
12084
12085 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
12086
12087         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
12088
12089 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12090
12091         * mm-decode.el (mm-complicated-handles): New function reviving
12092         former definition of mm-multiple-handles.
12093
12094         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
12095         (gnus-mime-delete-part): Use it.
12096
12097 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12098
12099         * gnus-agent.el (gnus-agent-read-local): Bind
12100         nnheader-file-coding-system to gnus-agent-file-coding-system to
12101         avoid the implicit assumption that they will always be equal.
12102         (gnus-agent-save-local): Bind buffer-file-coding-system, not
12103         coding-system-for-write, as the with-temp-file macro first prints
12104         to a buffer then saves the buffer.
12105
12106 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12107
12108         * gnus-art.el (gnus-article-edit-part): New function.
12109         (gnus-mime-save-part-and-strip): Use it; do query instead of
12110         signaling an error; don't use mm-multiple-handles.
12111         (gnus-mime-delete-part): Ditto.
12112
12113 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12114
12115         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
12116         old file versions.
12117         (gnus-group-prepare-hook): Removed function that converted list
12118         form of gnus-agent-expire-days to group properties.
12119
12120         * gnus-int.el: Autoload gnus-agent-regenerate-group.
12121         (gnus-request-accept-article): Re-indented.
12122
12123         * gnus-start.el (gnus-convert-old-newsrc): Registered new
12124         converters to handle old agent file formats.  Added logic for a
12125         "backup before upgrading warning".
12126         (gnus-convert-mark-converter-prompt): Developers can mark
12127         functions as needing (default), or not needing,
12128         gnus-convert-old-newsrc's "backup before upgrading warning".
12129         (gnus-convert-converter-needs-prompt): Tests whether the user
12130         should be protected from potentially irreversable changes by the
12131         function.
12132
12133         * legacy-gnus-agent.el: New.  Provides converters that are only
12134         loaded when gnus-convert-old-newsrc needs to call them.
12135
12136 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12137
12138         * mail-source.el (mail-source-touch-pop): Doc fix.
12139
12140         * message.el (message-smtpmail-send-it): Doc fix.
12141
12142 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
12143
12144         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
12145
12146         * nnmail.el (nnmail-split-fancy): do.
12147
12148         * gnus-kill.el (gnus-kill, gnus-execute): do.
12149
12150 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
12151
12152         * gnus-sum.el (gnus-widget-reversible-match)
12153         (gnus-widget-reversible-to-internal)
12154         (gnus-widget-reversible-to-external): New functions.
12155         (gnus-widget-reversible): New widget.
12156         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
12157
12158 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
12159
12160         * gnus-sum.el (gnus-thread-sort-functions)
12161         (gnus-article-sort-functions): Document `(not F)' items.
12162
12163 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
12164
12165         * spam.el (spam-use-gmane-xref): Add new backend.
12166         (spam-gmane-xref-spam-group): Add variable to control the name of the
12167         Gmane spam group.
12168         (spam-blackhole-servers, spam-blackhole-good-server-regex)
12169         (spam-regex-headers-spam, spam-regex-headers-ham)
12170         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
12171         (spam-list-of-checks): Add spam-use-gmane-xref to list of
12172         backends and checks.
12173         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
12174
12175         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
12176         an autodetect method.
12177
12178 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12179
12180         * gnus-int.el (gnus-request-accept-article): Inform the agent that
12181         articles are being added to a group.
12182         (gnus-request-replace-article): Inform the agent that articles
12183         need to be uncached as the cached contents are no longer valid.
12184
12185 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12186
12187         * binhex.el: Don't autoload executable-find.
12188
12189         * canlock.el: Don't autoload mail-fetch-field.
12190
12191         * dgnushack.el: Autoload c-mode for XEmacs.
12192
12193         * gnus-ems.el: Don't autoload appt-select-lowest-window.
12194
12195         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
12196         rmail-dont-reply-to and rmail-output.
12197
12198         * gnus-score.el: Don't autoload ffap-string-at-point.
12199
12200         * gnus-setup.el: Don't autoload sc-cite-original.
12201
12202         * imap.el: Don't autoload base64-decode-string,
12203         base64-encode-string and md5.
12204
12205         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
12206         and rmail-msg-restore-non-pruned-header.
12207
12208         * mm-decode.el: Don't autoload executable-find.
12209
12210         * mm-url.el: Don't autoload executable-find.
12211
12212         * mm-view.el: Don't autoload diff-mode.
12213
12214         * nndb.el: Don't autoload news-reply-mode, news-setup,
12215         cancel-timer and telnet.
12216
12217         * password.el: Don't autoload run-at-time for Emacs.
12218
12219         * sha1-el.el: Don't autoload executable-find.
12220
12221         * sieve-mode.el: Don't autoload c-mode.
12222
12223         * uudecode.el: Don't autoload executable-find.
12224
12225 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12226
12227         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
12228         (gnus-agent-possibly-alter-active): Avoid null in numeric
12229         comparison.
12230         (gnus-agent-set-local): Refuse to save null in local object table.
12231         (gnus-agent-regenerate-group): The REREAD parameter can now be a
12232         list of articles that will be marked as unread.
12233
12234 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12235
12236         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
12237
12238 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
12239
12240         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
12241         language tags.
12242
12243 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
12244
12245         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
12246         Don't bind "obarray".
12247
12248         * gnus-sum.el (gnus-thread-sort-functions): Added
12249         `gnus-thread-sort-by-most-recent-number' and
12250         `gnus-thread-sort-by-most-recent-date'.
12251         Reported by Kai Grossjohann <kai@emptydomain.de>.
12252
12253 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12254
12255         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
12256
12257 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12258
12259         * gnus-cus.el (gnus-agent-customize-category): Removed
12260         ignore-errors macro reference that required cl to be loaded at
12261         run-time.
12262
12263         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
12264         single-interval range of the form (min . max).  Previously the
12265         range had to look like ((min . max)).  Likewise, return
12266         (min . max) rather than ((min . max)).
12267         (gnus-range-map): Use gnus-range-normalize to accept
12268         single-interval range.
12269
12270         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
12271         the cache, but not the agent, now appear with their usual face.
12272
12273         * dgnushack.el (loaddir): New variable that is bound to the
12274         directory containing the dgnushack.el file. Use loaddir, rather
12275         than srcdir, to update load-path. Change lets dgnushack compile
12276         code in directories other than GNUS/lisp.
12277
12278 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12279
12280         * lpath.el: Don't bind w3m-safe-url-regexp.
12281
12282         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
12283         w3m-safe-url-regexp variable buffer-local.
12284
12285         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
12286
12287 2004-02-27  Simon Josefsson  <jas@extundo.com>
12288
12289         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
12290         gnus-group-real-prefix.
12291         (gnus-summary-move-article): Use it, instead of
12292         gnus-group-real-prefix.
12293
12294 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12295
12296         * lpath.el: Bind w3m-safe-url-regexp.
12297
12298         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
12299         w3m-safe-url-regexp variable buffer-local and set it as the value
12300         of mm-w3m-safe-url-regexp.
12301
12302         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
12303
12304         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
12305         parsing gnus-posting-styles when the message is not for replying.
12306
12307         * dgnushack.el: Autoload sgml-mode for XEmacs.
12308
12309         * nnrss.el (nnrss-opml-export): Use
12310         mm-set-buffer-file-coding-system instead of
12311         set-buffer-file-coding-system.
12312
12313 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
12314
12315         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
12316         of checkdoc.el).
12317         * nnrss.el: do.
12318         * gnus-mlspl.el: do.
12319         * gnus-ml.el: do.
12320         * gnus-srvr.el: do.
12321
12322         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
12323
12324 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
12325
12326         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
12327         Corrections to custom-manual links.
12328
12329         * gnus-art.el (gnus-article): Ditto.
12330
12331         * mm-decode.el (mime-display, mime-security): Ditto.
12332
12333 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
12334
12335         * flow-fill.el: Typo.
12336
12337 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
12338
12339         * spam-wash.el: New file.
12340
12341 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
12342
12343         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
12344
12345 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
12346
12347         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
12348         to be run with new-articles as LIST1, not LIST2.
12349         (spam-registration-functions): Add spam-use-ham-copy as a nil
12350         registration backend.
12351
12352 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
12353
12354         * spam-stat.el (spam-stat-washing-hook): New option.
12355         (spam-stat-buffer-words): Use it.
12356         (spam-stat-process-directory, spam-stat-test-directory): Use
12357         insert-file-contents-literally.
12358         (spam-stat-coding-system): New variable.
12359         (spam-stat-load, spam-stat-save): Use it.
12360
12361 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12362
12363         * spam-report.el (spam-report-plug-agent): Quote
12364         spam-report-url-to-file and spam-report-url-ping-plain.
12365
12366 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
12367
12368         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
12369         / in mailto URLs.
12370
12371 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12372
12373         * spam-report.el (spam-report-process-queue): Fix interactive use.
12374         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
12375         (spam-report-unplug-agent): Doc fixes.
12376         (spam-report-url-ping-mm-url, spam-report-url-to-file)
12377         (spam-report-agentize, spam-report-deagentize): Autoload
12378
12379 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12380
12381         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
12382
12383         * message.el (message-setup-fill-variables): Add mml tags to
12384         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
12385         <ajk@iu.edu>.
12386         (message-mode): Don't modify paragraph-separate there.
12387
12388 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12389
12390         * compface.el (uncompface-use-external): Default to undecided.
12391         (uncompface-use-external-threshold): New variable.
12392         (uncompface-float-time): New macro.
12393         (uncompface): Determine whether to use the external decoder if
12394         uncompface-use-external is undecided.
12395
12396 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12397
12398         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
12399         after images.
12400
12401         * gnus-art.el (gnus-mime-display-single): Remove dead code.
12402
12403 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
12404
12405         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
12406
12407         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
12408
12409         * gnus-sum.el (gnus-summary-limit-to-age)
12410         (gnus-summary-limit-children): do.
12411
12412         * gnus-int.el (gnus-request-scan): do.
12413
12414         * gnus-group.el (gnus-group-suspend): do.
12415
12416         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
12417
12418         * gnus-cite.el (gnus-cite-parse-attributions): do.
12419
12420         * gnus-agent.el (gnus-summary-set-agent-mark)
12421         (gnus-agent-regenerate-group): do.
12422
12423         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
12424
12425         * binhex.el (binhex-decode-region-internal): do.
12426
12427 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12428
12429         * gnus-fun.el (gnus-face-properties-alist): New user option.
12430         (gnus-display-x-face-in-from): Use it.
12431
12432         * gnus-art.el (article-display-face): Ditto.
12433
12434         * compface.el (uncompface-use-external): Default to nil.
12435
12436 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
12437
12438         * nntp.el (nntp-erase-buffer): New function.
12439         (nntp-retrieve-data, nntp-send-command)
12440         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
12441         (nntp-possibly-change-group): Use it.
12442
12443         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
12444         with-current-buffer.
12445
12446 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
12447
12448         * compface.el: Merge the ELisp-based uncompface program.
12449         (compface): New customization group.
12450         (uncompface-use-external): New user option.
12451         (uncompface): Call uncompface-internal if uncompface-use-external
12452         is nil.
12453         (uncompface-internal): New function.  Note that there are also
12454         some other functions and variables added for this function.
12455
12456 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
12457
12458         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
12459         if necessary.
12460
12461 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
12462
12463         * spam-report.el (spam-report-unplug-agent)
12464         (spam-report-plug-agent, spam-report-deagentize)
12465         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
12466         Add support for the Agent in spam-report: when unplugged, report to a
12467         file; when plugged, submit all the requests.
12468
12469         * spam.el (spam-register-routine): Fix message about
12470         registration.
12471
12472 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
12473
12474         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
12475         dependencies.
12476         (rfc2047-encode): Use it.
12477
12478         * gnus-art.el (gnus-button-marker-list): Move before first
12479         reference.
12480
12481         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12482         (imap-parse-body): Fix format string mismatch.
12483
12484         * gnus-score.el (gnus-summary-increase-score): do.
12485
12486         * nnrss.el (nnrss-close): New function.
12487
12488 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
12489
12490         * nnrss.el (nnrss-make-filename): New function.
12491         (nnrss-request-delete-group, nnrss-read-server-data)
12492         (nnrss-save-server-data, nnrss-read-group-data)
12493         (nnrss-save-group-data): Use it.
12494         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
12495         (nnrss-read-server-data, nnrss-read-group-data): Use load.
12496         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
12497
12498 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
12499
12500         * mml.el (mml-compute-boundary-1): Don't uncompress files.
12501
12502 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
12503
12504         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
12505         files.
12506
12507         * message.el (message-generate-headers-first): Don't quote nil
12508         and t in docstrings.
12509
12510         * imap.el (imap-id): do.
12511
12512         * gnus-agent.el (gnus-agent-consider-all-articles)
12513         (gnus-agent-queue-mail): do.
12514
12515 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
12516
12517         * spam-report.el (spam-report-process-queue): New function.
12518         Process requests from `spam-report-requests-file'.
12519         (spam-report-process-queue): Doc fix.
12520
12521 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
12522
12523         * spam.el (spam-register-routine)
12524         (spam-log-processing-to-registry, spam-log-registered-p)
12525         (spam-log-unregistration-needed-p, spam-log-undo-registration):
12526         Change "check" to "spam-check" for semi-clarity.
12527
12528 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
12529
12530         * pop3.el: Require nnheader.
12531
12532         * mml-smime.el: Require cl.  Autoload message-fetch-field.
12533
12534         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
12535
12536         * gnus-picon.el: Require cl.
12537
12538         * gnus-fun.el: Require gnus-ems and gnus-util.
12539
12540         * gnus.el (gnus-method-to-server): Move defsubst before first use.
12541
12542         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
12543
12544         * gnus-art.el (gnus-article-edit-mode): Define before first
12545         reference.
12546
12547 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
12548
12549         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
12550         (gnus-uu-post-encoded): Use point-at-bol.
12551
12552         * gnus-topic.el (gnus-group-active-topic-p): do.
12553
12554         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
12555
12556         * gnus-group.el (gnus-group-kill-region): do.
12557
12558         * gnus-art.el (article-date-ut): do.
12559
12560         * message.el (message-fetch-field): Remove redundant
12561         case-fold-search binding.
12562         (message-narrow-to-field): Simplify.
12563
12564 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
12565
12566         * spam.el (spam-directory): Derive from `gnus-directory'.
12567
12568         * spam-report.el (spam-report-url-to-file)
12569         (spam-report-requests-file): New function and variable for offline
12570         reporting.
12571         (spam-report-url-ping-function): Add `spam-report-url-to-file'
12572         and user defined function.
12573         (spam-report-url-ping-mm-url): Remove doubled slash.
12574
12575 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
12576
12577         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
12578
12579 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
12580
12581         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
12582         format string mismatch.
12583
12584         * sieve.el (sieve-deactivate-all): do.
12585
12586         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
12587
12588         * nnlistserv.el (nnlistserv-kk-wash-article): do.
12589
12590         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
12591
12592         * mm-bodies.el (mm-7bit-chars): Don't include \r.
12593
12594 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
12595
12596         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
12597         the list of checks.
12598
12599 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
12600
12601         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
12602         padding.
12603
12604 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
12605
12606         * mm-view.el (mm-fill-flowed): New variable.
12607         (mm-inline-text): Use it.
12608
12609 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
12610
12611         * spam.el (spam-spamassassin-register-ham-routine)
12612         (spam-spamassassin-register-spam-routine): Fix function names.
12613
12614 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12615
12616         * gnus.el (gnus-tmp-grouplens): Remove.
12617         (gnus-summary-line-format): Remove grouplens.
12618
12619         * gnus-group.el (gnus-group-line-format): Ditto.
12620
12621         * gnus-spec.el (gnus-format-specs): Ditto.
12622         (gnus-update-format-specifications): Flush the group format spec
12623         cache if there's the grouplens stuff.
12624         (gnus-parse-simple-format): Replace %l with the empty string.
12625
12626 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
12627
12628         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
12629         omission.
12630
12631 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12632
12633         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
12634         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12635
12636 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
12637
12638         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
12639         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
12640         New macros and functions.
12641         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
12642         Handle > NLINK_MAX messages.
12643         * nnmaildir.el (nnmaildir-request-set-mark): Use
12644         nnmaildir--emlink-p and nnmaildir--eexist-p.
12645
12646 2004-01-25  Alex Schroeder  <alex@gnu.org>
12647
12648         * spam-stat.el (spam-stat-process-directory-age): New option.
12649         (spam-stat-process-directory): Use it.
12650
12651 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
12652
12653         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
12654         (spam-stat-save): Accept prefix argument.
12655
12656 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
12657
12658         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
12659         links" error.
12660
12661 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12662
12663         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
12664         the rest of the and/or forms.
12665
12666 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
12667
12668         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
12669         compatibility with old .newsrc.eld files.
12670
12671         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
12672
12673         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
12674
12675         * gnus-start.el (gnus-1): do.
12676
12677         * gnus-group.el (gnus-group-line-format-alist): do.
12678
12679         * gnus.el (gnus-use-grouplens, gnus-visual): do.
12680
12681         * gnus-gl.el: Remove.
12682
12683 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12684
12685         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
12686         marks consisting of a single range {for example, (3 . 5)} rather
12687         than a list of a single range { ((3 . 5)) }.
12688
12689 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
12690
12691         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
12692         with-current-buffer.
12693         (spam-stat-store-current-buffer): Use insert-buffer-substring to
12694         avoid consing a string.
12695
12696         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
12697         Remove obsolete entries for big5 and gb2312.
12698
12699 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12700
12701         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
12702         uncompressed list.
12703
12704 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
12705
12706         * spam-stat.el (spam-stat-strip-xref): New function.
12707         (spam-stat-process-directory): Use it.
12708
12709         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
12710         here -- it's done in message-fetch-field.
12711
12712 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12713
12714         * gnus-agent.el (gnus-agent-queue-mail)
12715         (gnus-agent-prompt-send-queue): New variables.
12716         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
12717         * gnus-draft.el (gnus-group-send-queue): Pass the group name
12718         "nndraft:queue" along to gnus-draft-send.  Use
12719         gnus-agent-prompt-send-queue.
12720         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
12721         is "nndraft:queue".  Suggested by Gaute Strokkenes
12722         <gs234@srcf.ucam.org>
12723
12724         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
12725         (agent-enable-undownloaded-faces): Added
12726         (gnus-agent-cat-groups): Use eval-and-compile, not
12727         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
12728         method of gnus-agent-cat-groups even when the buffer has been
12729         evaled.
12730         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
12731         delete gnus-agent-save-active-1.
12732         (gnus-agent-save-groups): Deleted.  Identical to
12733         gnus-agent-save-active.
12734         (gnus-agent-write-active): No longer adjust agent's copy of active
12735         file as agent's adjustments are now stored in their own
12736         file.  Removed optional parameter.
12737         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
12738         servers.  Add use of min/max range limits from server's local
12739         file.
12740         (gnus-agent-save-alist): Removed unused optional argument.
12741         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
12742         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
12743         (gnus-agent-set-local): A per-server file that keeps min/max range
12744         limits for articles known to the agent.  Provides a fast mechanism
12745         for altering many active ranges.
12746         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
12747         active file (local makes it unnecessary).
12748         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
12749
12750         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
12751         (agent-enable-undownloaded-faces): Added
12752
12753         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
12754         disable it when sending to "nndraft:queue".
12755         (gnus-group-send-queue): Add safety check to avoid sending queue
12756         when unplugged.
12757
12758         * gnus-group.el (gnus-group-catchup): Use new
12759         gnus-sequence-of-unread-articles, not
12760         gnus-list-of-unread-articles, to avoid exhausting memory with huge
12761         numbers of articles.  Use gnus-range-map to avoid having to
12762         uncompress the unread list.
12763         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
12764         Fixed invalid ange-ftp reference.
12765
12766         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
12767         (gnus-sorted-range-intersection): Intersection of two ranges
12768         without requiring that they first be uncompressed.
12769
12770         * gnus-start.el (gnus-activate-group): Unless blocked by the
12771         caller, possibly expand the active range to include both cached
12772         and agentized articles.
12773         (gnus-convert-old-newsrc): Rewrote in anticipation of having
12774         multiple version-dependent converters.
12775         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
12776         gnus-agent-save-active.
12777         (gnus-save-newsrc-file): Save dirty agent range limits.
12778
12779         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
12780         gnus-agent-possibly-alter-active.
12781         (gnus-adjust-marked-articles): Faster handling of simple lists
12782
12783 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
12784
12785         * spam-stat.el (spam-stat-test-directory): New optional argument
12786         displays a list of files detected.  Suggested by Andrew Cohen
12787         <cohen@andy.bu.edu>.
12788         (spam-stat-buffer-words-with-scores): Don't narrow and change
12789         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
12790
12791 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
12792
12793         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
12794         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
12795         (spam-spamassassin-arguments)
12796         (spam-spamassassin-spam-flag-header)
12797         (spam-spamassassin-positive-spam-flag-header)
12798         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
12799         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
12800         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
12801         (spam-list-of-processors, spam-list-of-checks)
12802         (spam-list-of-statistical-checks, spam-registration-functions)
12803         (spam-check-spamassassin-headers, spam-check-spamassassin)
12804         (spam-spamassassin-score)
12805         (spam-spamassassin-register-with-sa-learn)
12806         (spam-spamassassin-register-spam-routine)
12807         (spam-spamassassin-register-ham-routine)
12808         (spam-assassin-register-spam-routine)
12809         (spam-assassin-register-ham-routine): Add SpamAssassin support.
12810         (spam-bogofilter-score): Fix to show article before scoring.
12811
12812 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
12813
12814         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
12815         default scoring function.
12816         (spam-generic-score): Call spam-spamassassin-score if
12817         spam-use-spamassassin or spam-use-spamassassin-headers is on;
12818         spam-bogofilter-score otherwise.
12819
12820         * gnus.el (spam-process, spam-autodetect-methods): Add
12821         spamassassin and spamassassin-headers.
12822
12823 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
12824
12825         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12826         Suppress unnecessary messages.
12827
12828 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
12829
12830         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
12831         make-hash-table.
12832
12833 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12834
12835         * canlock.el (base64-encode-string): Don't autoload it.
12836
12837 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12838
12839         * run-at-time.el: Remove useless (require 'itimer),
12840         eval-and-compile and (featurep 'xemacs).
12841
12842 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
12843
12844         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
12845         GROUP is a virtual group.
12846
12847 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
12848
12849         * gnus.el: Autoload `message-y-or-n-p'.
12850
12851 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
12852
12853         * pgg-parse.el: Remove unnecessary (require 'custom).
12854
12855         * pgg-def.el: do.
12856
12857         * nnmail.el: do.
12858
12859         * gnus-undo.el: do.
12860
12861         * gnus-picon.el: do.
12862
12863         * gnus-util.el: do.
12864
12865 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
12866
12867         * gnus-sum.el (gnus-pick-line-number): Add autoload.
12868
12869 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12870
12871         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
12872         handle, as well as a list.
12873
12874         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
12875         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
12876         (mm-w3m-cid-retrieve): Simplify.
12877
12878 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
12879
12880         * message.el (message-kill-to-signature): Allow prefix arg to
12881         specify number of lines to keep before signature.
12882
12883 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
12884
12885         (message-kill-to-signature): Change docstring.
12886
12887 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12888
12889         * canlock.el: Always require sha1-el.
12890         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
12891
12892         * message.el: Autoload sha1 only when compiling.
12893
12894         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
12895         eudc-expand-inline for XEmacs.
12896
12897 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12898
12899         * message.el (message-canlock-generate): Require sha1-el.
12900
12901 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
12902
12903         * message.el (message-expand-name): Silence the byte compiler.
12904
12905         * lpath.el: Add detect-coding-system.
12906
12907         * dgnushack.el (dgnushack-compile): Remove obsolete check for
12908         cus-edit.
12909
12910 2004-01-13  Simon Josefsson  <jas@extundo.com>
12911
12912         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
12913         Invoke gnus-score-mode.  Reported by
12914         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
12915
12916         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
12917         Jim Blandy <jimb@redhat.com> (tiny change).
12918
12919 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
12920
12921         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
12922
12923 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
12924
12925         * spam.el (spam-get-article-as-string): Update to use
12926         gnus-request-article-this-buffer, much simpler.
12927         (spam-get-article-as-buffer): Remove.
12928
12929 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
12930
12931         * message.el (message-expand-name): Use EUDC if the user uses that.
12932
12933 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
12934
12935         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
12936         character for the encoding to avoid consing a string.
12937
12938         * rfc2047.el (rfc2047-decode-string): Don't cons a string
12939         unnecessarily.
12940
12941         * mm-util.el (mm-replace-chars-in-string): Remove.
12942
12943         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
12944         of mm-replace-chars-in-string.
12945
12946 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
12947
12948         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
12949
12950         * mm-util.el (mm-subst-char-in-string): Support inplace.
12951
12952         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
12953         a new string in every iteration.  Use shy groups.
12954
12955 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
12956
12957         * gnus-srvr.el (gnus-browse-unsubscribe-group):
12958         * gnus-soup.el (gnus-soup-group-brew):
12959         * gnus-msg.el (gnus-put-message):
12960         * gnus-move.el (gnus-group-move-group-to-server):
12961         * gnus-kill.el (gnus-batch-score):
12962         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
12963         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
12964         (gnus-group-update-group, gnus-group-read-group)
12965         (gnus-group-make-group, gnus-group-make-help-group)
12966         (gnus-group-make-archive-group, gnus-group-make-directory-group)
12967         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
12968         (gnus-group-sort-by-unread, gnus-group-catchup)
12969         (gnus-group-unsubscribe-group, gnus-group-kill-group)
12970         (gnus-group-yank-group, gnus-group-set-info)
12971         (gnus-group-list-groups):
12972         * gnus.el (gnus-generate-new-group-name):
12973         * gnus-delay.el (gnus-delay-send-queue):
12974         * nnvirtual.el (nnvirtual-catchup-group):
12975         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
12976         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
12977         (gnus-group-prepare-topics, gnus-topic-check-topology):
12978         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
12979         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
12980         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
12981         (gnus-group-make-articles-read):
12982         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
12983         (gnus-group-change-level, gnus-kill-newsgroup)
12984         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
12985         (gnus-get-unread-articles, gnus-make-articles-unread)
12986         (gnus-make-ascending-articles-unread): Use accessor
12987         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
12988         to get group information for improved readability.
12989
12990
12991 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
12992
12993         * gnus-art.el (article-decode-mime-words, article-babel)
12994         (gnus-article-highlight-signature, gnus-article-add-buttons)
12995         (gnus-signature-toggle): Use gnus-with-article-buffer.
12996
12997         * gnus-art.el (gnus-article-highlight-headers)
12998         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
12999
13000         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
13001         (gnus-article-set-globals, gnus-request-article-this-buffer)
13002         (gnus-button-message-id, gnus-article-maybe-hide-headers)
13003         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
13004         (gnus-mime-display-alternative): Use with-current-buffer.
13005
13006 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
13007
13008         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
13009         also under 80 char limit, and call gnus-error if needed.
13010         (spam-fetch-article-header): Fix - it was a
13011         buffer-local variable (gnus-newsgroup-data).
13012         (spam-find-spam): Use spam-generate-fake-headers, forget about
13013         spam-insert-fake-headers.
13014         (spam-insert-fake-headers): Remove.
13015
13016 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
13017
13018         * deuglify.el (gnus-article-outlook-unwrap-lines)
13019         (gnus-outlook-rearrange-article)
13020         (gnus-outlook-repair-attribution-outlook)
13021         (gnus-outlook-repair-attribution-block)
13022         (gnus-outlook-repair-attribution-other): Remove redundant
13023         save-excursion.
13024
13025 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
13026
13027         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
13028         (spam-fetch-field-subject-fast)
13029         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
13030         (spam-fetch-article-header): Add functions to deal with Gnus
13031         internals for fast retrieval of article header data.
13032         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
13033
13034 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
13035
13036         * pop3.el (pop3-md5): Remove.
13037         (pop3-apop): Replace pop3-md5 with md5.
13038
13039         * mm-bodies.el: base64 is always built-in.
13040
13041         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
13042         with-current-buffer.
13043
13044 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13045
13046         * canlock.el (canlock-insert-header): Remove excessive grouping in
13047         regexp.
13048
13049         * gnus-sum.el (gnus-summary-read-document): Ditto.
13050
13051         * gnus-uu.el (gnus-uu-part-number): Ditto.
13052
13053         * html2text.el (html2text-remove-tags): Ditto.
13054         (html2text-format-tags): Ditto.
13055         (html2text-format-single-elements): Ditto.
13056
13057         * mml.el (mml-parse-1): Ditto.
13058
13059 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
13060
13061         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
13062
13063         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
13064
13065         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
13066
13067         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
13068
13069 2003-11-15  Simon Josefsson  <jas@extundo.com>
13070
13071         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
13072         (pgg-gpg-lookup-key): Use regexp match instead of
13073         split-string (split-string is different between emacs 21.2 and
13074         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
13075
13076 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
13077
13078         * gnus-art.el (gnus-mime-view-all-parts)
13079         (gnus-article-part-wrapper, gnus-article-view-part): Use
13080         with-current-buffer.
13081
13082 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
13083
13084         * spam.el (spam-disable-spam-split-during-ham-respool)
13085         (spam-spamoracle-database, spam-cache-lookups)
13086         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
13087         (spam-group-ham-mark-p, spam-group-spam-mark-p)
13088         (spam-group-ham-marks, spam-group-spam-marks)
13089         (spam-group-spam-contents-p, spam-group-ham-contents-p)
13090         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
13091         also add spam-use-blackholes to the statistical checks.
13092         (spam-fetch-field-fast): Add interface to fetching fields, may
13093         become a macro.
13094         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
13095         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
13096         (spam-insert-fake-headers): Fake an article when needed.
13097         (spam-find-spam): Fake article when possible.
13098         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
13099         (spam-check-bogofilter-headers): Use message-fetch-field instead
13100         of nnmail-fetch-field.
13101
13102 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
13103
13104         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
13105
13106 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
13107
13108         * spam.el (spam-split): Do not require spam-use-CHECK to be
13109         enabled if that check is passed to spam-split explicitly; also
13110         fix so 'spam doesn't get converted to spam-split-group when
13111         spam-split-symbolic-return is t.
13112         (spam-find-spam): Find registrations of the article and use those
13113         instead of re-running spam-split to find the spam/ham
13114         classification of the article.
13115         (spam-log-processing-to-registry, spam-log-registered-p)
13116         (spam-log-unregistration-needed-p, spam-log-undo-registration):
13117         Use gnus-error instead of gnus-message.
13118         (spam-log-registration-type): Add function to determine the
13119         classification of a message based on registry entries; will
13120         return nil if both 'spam and 'ham are found.
13121         (spam-check-BBDB): Expand all the BBDB macros here so we can have
13122         a reasonably fast local cache without the loading errors.
13123         (spam-cache-lookups): Set to t by default.
13124         (spam-find-spam): Don't try to guess spam-cache-lookups.
13125         (spam-enter-whitelist, spam-enter-blacklist): Clear the
13126         spam-caches entry.
13127         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
13128         caching of whitelist/blacklist entries.
13129         (spam-check-whitelist, spam-check-blacklist): Invoke
13130         spam-from-listed-p with a type, not a cache variable.
13131         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
13132
13133 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
13134
13135         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
13136
13137         * nnmail.el (nnmail-split-fancy): do.
13138
13139         * mml.el (mml-parse): do.
13140
13141         * gnus-score.el (gnus-enter-score-words-into-hashtb)
13142         (gnus-score-adaptive): do.
13143
13144 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13145
13146         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
13147         (gnus-mime-button-map): Don't set keymap parent.
13148         (gnus-button-ctan-directory-regexp): Use shy grouping.
13149         (gnus-prev-page-map): Don't set keymap parent.
13150         (gnus-prev-page-map): Remove duplicated one.
13151         (gnus-next-page-map): Don't set keymap parent.
13152         (gnus-mime-security-button-map): Ditto.
13153
13154         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
13155         version number.
13156
13157         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
13158
13159 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13160
13161         * canlock.el (canlock-sha1-function): Remove.
13162         (canlock-sha1-function-for-verify): Remove.
13163         (canlock-openssl-program): Remove.
13164         (canlock-openssl-args): Remove.
13165         (canlock-ignore-errors): Remove.
13166         (canlock-sha1-with-openssl): Remove.
13167         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
13168         (canlock-verify): Don't use canlock-ignore-errors.
13169
13170         * sha1-el.el (sha1-string-external): Make it can return a string
13171         in binary form.
13172         (sha1-region-external): Ditto.
13173         (sha1-string-internal): Ditto.
13174         (sha1-region-internal): Ditto.
13175         (sha1-region): Ditto.
13176         (sha1-string): Ditto.
13177         (sha1): Ditto.
13178
13179 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13180
13181         * spam.el (spam-report-articles-gmane): New command.
13182
13183 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13184
13185         * gnus.el: Don't make unnecessary *Group* buffer when loading.
13186
13187         * run-at-time.el (run-at-time-saved): Remove.
13188         (run-at-time): Doc fix.
13189
13190 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
13191
13192         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
13193         (gnus-summary-limit-map): Add it.
13194         (gnus-summary-make-menu-bar): do.
13195
13196 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
13197
13198         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
13199         Make attempt at some caching support (done for BBDB only now).
13200         (spam-find-spam): Set spam-cache-lookups if there are more than 2
13201         addresses to be checked.
13202         (spam-clear-cache-BBDB): Add function, to be invoked by
13203         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
13204         (spam-check-BBDB): Check and use the caches, if
13205         spam-cache-lookups is on, remove superfluous (provide).
13206
13207 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
13208
13209         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
13210
13211 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
13212
13213         * run-at-time.el (run-at-time-saved): Move to after the definition
13214         of `run-at-time'.
13215
13216         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
13217
13218 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13219
13220         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
13221         mm-w3m-local-map-property.
13222
13223         * mm-view.el (mm-w3m-mode-map): Remove.
13224         (mm-w3m-local-map-property): Remove.
13225         (mm-inline-text-html-render-with-w3m): Don't use
13226         mm-w3m-local-map-property.
13227
13228 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13229
13230         * run-at-time.el: New file.
13231
13232         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
13233         under Emacs.
13234
13235         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
13236         of gnus-set-text-properties.
13237
13238         * gnus-uu.el (gnus-uu-save-article): Ditto.
13239
13240         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
13241
13242         * gnus-cite.el (gnus-cite-parse): Ditto.
13243
13244         * gnus-art.el (gnus-button-push): Use set-text-properties instead
13245         of gnus-.
13246
13247         * gnus-xmas.el (run-at-time): Require run-at-time.
13248
13249         * gnus.el: Changed calls to nnheader-run-at-time and
13250         password-run-at-time throughout to use run-at-time directly.
13251
13252         * password.el: Removed definition of run-at-time.
13253
13254         * nnheaderxm.el: Remove definition of run-at-time.
13255
13256 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
13257
13258         * mml.el (mml-minibuffer-read-disposition): Show attachment type
13259         in prompt.
13260
13261 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
13262
13263         * messagexmas.el (message-xmas-redefine): Alias
13264         `message-make-caesar-translation-table' to
13265         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
13266         version.
13267
13268         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
13269         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
13270         `gnus-xmas-set-text-properties'.
13271         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
13272         `gnus-xmas-completing-read'.
13273         (gnus-xmas-completing-read): Removed.
13274         (gnus-xmas-open-network-stream): Removed.
13275
13276         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
13277         XEmacs version.
13278
13279         * dns.el (dns-make-network-process): Use `open-network-stream'
13280         instead of `gnus-xmas-open-network-stream'.
13281
13282         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
13283
13284         * .cvsignore: Add auto-autoloads.el, custom-load.el.
13285
13286 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
13287
13288         * gnus-art.el (gnus-mime-display-alternative)
13289         (gnus-insert-mime-button, gnus-insert-mime-security-button)
13290         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
13291         Don't use gnus-local-map-property.
13292
13293         * gnus-util.el (gnus-local-map-property): Remove.
13294
13295         * mm-view.el (mm-view-pkcs7-decrypt): Replace
13296         gnus-completing-read-maybe-default with completing-read.
13297
13298         * gnus-util.el (gnus-completing-read): do.
13299         (gnus-completing-read-maybe-default): Remove.
13300
13301 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
13302
13303         * password.el: Only autoload `run-at-time' if not XEmacs.
13304         Only autoload the itimer functions if XEmacs.
13305
13306 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13307
13308         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
13309         XEmacsen.
13310
13311         * dgnushack.el: Autoload executable-find for XEmacs.
13312
13313 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
13314
13315         * gnus-art.el (gnus-read-string): Remove.
13316         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
13317         read-string.
13318
13319 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
13320
13321         * netrc.el: Autoload password-read.
13322         (netrc): Add configuration group.
13323         (netrc-encoding-method, netrc-openssl-path): Add
13324         variables for encoding and decoding of files with symmetric
13325         ciphers.
13326         (netrc-encode): Add assistant function to encode a file with
13327         netrc-encoding-method.
13328         (netrc-parse): Add interactive parameter, added optional
13329         decoding if netrc-encoding-method is non-nil but otherwise
13330         behavior is standard.
13331         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
13332         Do s/encode/encrypt/ everywhere.
13333
13334         * spam.el: Remove executable-find autoload.
13335
13336 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
13337
13338         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
13339
13340         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
13341
13342 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13343
13344         * gnus-art.el (gnus-treat-ansi-sequences,
13345         (article-treat-ansi-sequences): New variable and function.
13346         Suggested by Dan Jacobson <jidanni@jidanni.org>.
13347
13348         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
13349         Use it.
13350
13351 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
13352
13353         * mm-util.el (mm-quote-arg): Remove.
13354
13355         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
13356         shell-quote-argument.
13357
13358         * gnus-uu.el (gnus-uu-command): do.
13359
13360         * gnus-sum.el (gnus-summary-insert-pseudos): do.
13361
13362         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
13363         with make-char.
13364
13365         * mm-util.el (mm-make-char): Remove.
13366
13367         * mml.el (mml-mode): Replace gnus-add-minor-mode with
13368         add-minor-mode.
13369
13370         * gnus-undo.el (gnus-undo-mode): do.
13371
13372         * gnus-topic.el (gnus-topic-mode): do.
13373
13374         * gnus-sum.el (gnus-dead-summary-mode): do.
13375
13376         * gnus-start.el (gnus-slave-mode): do.
13377
13378         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
13379
13380         * gnus-ml.el (gnus-mailing-list-mode): do.
13381
13382         * gnus-gl.el (gnus-grouplens-mode): do.
13383
13384         * gnus-draft.el (gnus-draft-mode): do.
13385
13386         * gnus-dired.el (gnus-dired-mode): do.
13387
13388         * gnus-ems.el (gnus-add-minor-mode): Remove.
13389
13390         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
13391         Replace gnus-char-width with char-width.
13392
13393         * gnus-ems.el (gnus-char-width): Remove.
13394
13395         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
13396         Replace gnus-char-width with char-width.
13397
13398         * gnus-ems.el (gnus-char-width): Remove.
13399
13400         * spam-stat.el (with-syntax-table): Remove with-syntax-table
13401         definition.
13402         Remove Emacs 20 hash table compatibility code.
13403
13404         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
13405         20 compatibility code.
13406
13407         * spam.el (spam-point-at-eol): Replace with point-at-eol.
13408
13409         * smime.el (smime-point-at-eol): Replace with point-at-eol.
13410
13411         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
13412         with point-at-{eol,bol}.
13413
13414         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
13415
13416         * imap.el (imap-point-at-eol): Replace with point-at-eol.
13417
13418         * flow-fill.el (fill-flowed-point-at-bol)
13419         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
13420
13421         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
13422         Replace with point-at-{eol,bol} throughout all files.
13423
13424 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13425
13426         * ntlm.el (ntlm-string-as-unibyte): New macro.
13427         (ntlm-build-auth-response): Use it.
13428
13429         Remove Emacs 20 stuff:
13430         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
13431         (butlast, mapc, remove): Remove the compiler macros.
13432         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
13433         of delq and copy-sequence.
13434         * gnus-art.el (popup-menu): Remove the compiler macro.
13435         * nnmail.el (nnmail-split-fancy): Don't support customizing with
13436         Emacs 20.
13437
13438 2004-01-05  Simon Josefsson  <jas@extundo.com>
13439
13440         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
13441         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
13442         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
13443         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
13444         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
13445         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
13446         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
13447         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
13448         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
13449         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
13450         ntlm-string-permute, string-lshift into ntlm-string-lshift,
13451         string-xor into ntlm-string-xor.  Suggested by
13452         Jesper Harder <harder@myrealbox.com>.
13453
13454         * ntlm.el: Don't include poem.
13455
13456         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
13457         Jesper Harder <harder@myrealbox.com>.
13458
13459         * sasl-ntlm.el, ntlm.el, md4.el: New files.
13460
13461         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
13462         probably breaks emacs with DL patch, but do we care? Is anyone
13463         still using the DL stuff?)
13464
13465         * sieve-manage.el: Use the password package.
13466         (sieve-manage-read-passwd): Remove.
13467         (sieve-manage-interactive-login): Use password.  Re-add
13468         condition-case around loop.
13469
13470         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
13471         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
13472         the password package.
13473
13474 2003-02-19  Simon Josefsson  <jas@extundo.com>
13475
13476         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
13477         token.
13478
13479 2002-08-07  Simon Josefsson  <jas@extundo.com>
13480
13481         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
13482         (sieve-manage-authenticators):
13483         (sieve-manage-authenticator-alist): Add some SASL mechs.
13484         (sieve-sasl-auth): New function.
13485         (sieve-manage-cram-md5-auth):
13486         (sieve-manage-plain-auth): Rewrite using SASL library.
13487         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
13488         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
13489         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
13490         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
13491
13492 2004-01-05  Simon Josefsson  <jas@extundo.com>
13493
13494         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
13495         New files.
13496
13497 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13498
13499         * gnus-group.el (gnus-no-groups-message): Update.
13500
13501         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
13502
13503 2003-11-09  Simon Josefsson  <jas@extundo.com>
13504
13505         * imap.el: Support for ID IMAP extension (RFC 2971).
13506         (imap-local-variables): Add imap-id.
13507         (imap-id): New variable.
13508         (imap-id): New function.
13509         (imap-parse-response): Parse untagged ID response.
13510         * nnimap.el (nnimap-id): New variable.
13511         (nnimap-open-connection): Use it.
13512
13513 2003-12-28  Simon Josefsson  <jas@extundo.com>
13514
13515         * gnus-score.el (gnus-score-edit-all-score): New.
13516         * gnus-group.el (gnus-group-score-map): Bind it to W e.
13517
13518 2004-01-04  Simon Josefsson  <jas@extundo.com>
13519
13520         * password.el: Add.
13521
13522 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
13523
13524         * dns.el: Add support for AAAA records (see RFC 3596)
13525
13526         * Fix typo PRT -> PTR
13527
13528         * Parse MX, PTR and SOA replies (see RFC 1035)
13529
13530 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13531
13532         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
13533
13534         * Moved to Changelog.2.
13535
13536 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13537
13538         * gnus.el (gnus-version-number): Bump version.
13539
13540 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13541
13542         * gnus.el: No Gnus v0.1 is released.
13543
13544 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13545
13546         * gnus.el: No Gnus v0.0 is released.
13547
13548 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13549
13550         * gnus.el (gnus-version-number): Bump.
13551         (gnus-version): No.
13552
13553 See ChangeLog.2 for earlier changes.
13554
13555     Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
13556
13557   This file is part of GNU Emacs.
13558
13559   GNU Emacs is free software: you can redistribute it and/or modify
13560   it under the terms of the GNU General Public License as published by
13561   the Free Software Foundation, either version 3 of the License, or
13562   (at your option) any later version.
13563
13564   GNU Emacs is distributed in the hope that it will be useful,
13565   but WITHOUT ANY WARRANTY; without even the implied warranty of
13566   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13567   GNU General Public License for more details.
13568
13569   You should have received a copy of the GNU General Public License
13570   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
13571
13572 ;; Local Variables:
13573 ;; coding: utf-8
13574 ;; fill-column: 79
13575 ;; add-log-time-zone-rule: t
13576 ;; End:
13577
13578 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4