(gnus-parse-simple-format): Remove trailing whitespace.
[gnus] / lisp / ChangeLog
1 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4
5 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
6
7         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
8         prevent tracking too many groups.
9         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
10         Use it.
11
12 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
13
14         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
15         moving point to the bottom of the window in order to avoid recentering.
16
17 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18
19         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
20
21         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
22         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
23         (gnus-article-beginning-of-window): Fix calculation.
24
25 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26
27         * gnus-msg.el (gnus-summary-supersede-article)
28         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
29         value of gnus-newsgroup-charset to decode non-MIME encoded text in
30         message header.
31
32 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
33
34         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
35         macro.
36         (rfc2104-hash): Use it.
37
38 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
39
40         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
41         (gnus-summary-sort-by-most-recent-date): New commands.
42         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
43         and menu entries.
44
45 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
46
47         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
48         don't redisplay article for raw contents; remove plural articles stuff.
49
50         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
51         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
52         on gnus-summary-save-article; display results properly.
53
54 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
55
56         * lpath.el: No need to fbind ns-focus-frame.
57
58 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
59
60         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
61
62 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
63
64         * gnus-art.el (gnus-summary-save-in-pipe): Consider
65         gnus-save-all-headers.
66
67 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
68
69         * gnus-util.el (ns-focus-frame): Remove declaration.
70         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
71         like x.
72
73 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
74
75         * rfc2104.el (rfc2104-zero): Delete defconst.
76         (rfc2104-hex-alist): Likewise.
77         (rfc2104-hex-to-int): Delete func.
78         (rfc2104-hexstring-to-bitstring): Likewise.
79         (rfc2104-nybbles): New defconst.
80         (rfc2104-hash): Rewrite for speed.
81
82 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
83
84         * tls.el (open-tls-stream): Make it work with the 2nd argument
85         BUFFER that is a string but does not exist as a buffer object, as
86         mentioned in the doc-string.
87
88 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
89
90         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
91         SXEmacs.
92
93 2008-07-16  Glenn Morris  <rgm@gnu.org>
94
95         * gnus-util.el (ns-focus-frame): Declare for compiler.
96
97 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
98
99         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
100         set as a group parameter.
101         (gnus-summary-save-in-pipe): Work when it is called independently.
102         (gnus-summary-pipe-to-muttprint): Don't modify
103         gnus-summary-pipe-output-default-command.
104
105 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
106
107         * message.el (message-send-mail-with-sendmail):
108         Display the error message.
109
110 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
111
112         * gnus-art.el (gnus-default-article-saver):
113         Add gnus-summary-save-in-pipe to choices.
114         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
115         gnus-summary-pipe-output-default-command as the default command.
116         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
117         instead of gnus-last-shell-command.
118
119         * gnus-sum.el (gnus-summary-pipe-output-default-command):
120         New user option.
121         (gnus-summary-muttprint-program): Mention the value will be changed.
122         (gnus-summary-save-article): Force showing of all headers.
123         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
124
125 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
126
127         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
128
129 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
130
131         * nnimap.el (nnimap-id):
132         * sieve-manage.el (sieve-manage-open): Doc fixes.
133
134 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
135
136         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
137         if available.
138
139 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
140
141         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
142
143         * nnkiboze.el (nnkiboze-generate-group):
144         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
145
146         * nnmairix.el: Require CL.
147
148 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
149
150         * dgnushack.el: Autoload get-display-table and put-display-table for
151         XEmacs 21.5.
152
153         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
154         21.4 and SXEmacs.
155
156 2008-06-15  David Engster  <dengste@eml.cc>
157
158         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
159
160 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
161
162         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
163         New macros that expand to an `aset'/`aref' call under Emacs, and to a
164         runtime choice under XEmacs.
165
166         * gnus-sum.el (gnus-summary-set-display-table):
167         Use `gnus-put-display-table', `gnus-get-display-table',
168         `gnus-set-display-table' for the display table, instead of `aset'.
169
170         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
171         Use `gnus-put-display-table', `gnus-get-display-table',
172         `gnus-set-display-table' for the display table.
173
174 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
175
176         * nnmairix.el: Add autoloads.
177
178 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
179
180         * nnmairix.el (nnmairix-delete-recreate-group)
181         (nnmairix-update-and-clear-marks): Fix error messages.
182
183 2008-06-14  David Engster  <dengste@eml.cc>
184
185         * nnmairix.el: Upgrade to version 0.6.
186         (nnmairix-group-toggle-propmarks-this-group)
187         (nnmairix-group-toggle-readmarks-this-group)
188         (nnmairix-group-delete-recreate-this-group)
189         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
190         (nnmairix-remove-tick-mark-original-article): New commands.
191         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
192         (nnmairix-propagate-marks-to-nnmairix-groups)
193         (nnmairix-only-use-registry, nnmairix-allowfast-default)
194         (nnmairix-marks-cache, nnmairix-version-output): New variables.
195         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
196         functions needed for marks propagation and manipulation of read marks.
197         (nnmairix-update-groups): New function.
198         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
199         (nnmairix-determine-original-group-from-registry)
200         (nnmairix-determine-original-group-from-path)
201         (nnmairix-get-group-from-file-path, nnmairix-map-range)
202         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
203         New helper functions.
204         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
205         keystrokes for new commands.
206         (nnmairix-delete-and-create-on-change): Doc string cleanup.
207         (nnmairix-request-group): Check allow-fast group parameter.
208         (nnmairix-request-create-group): Set allow-fast group parameter if
209         nnmairix-allowfast-default is set.
210         (nnmairix-close-group): Propagate marks upon closing if needed.
211         (nnmairix-group-toggle-threads-this-group): Use new.
212         nnmairix-group-toggle-parameter helper function.
213         (nnmairix-search): Better check for empty search result.
214         (nnmairix-goto-original-article): Use new helper functions for
215         determining original article.
216         (nnmairix-show-original-article): Make sure message-id is in brackets.
217         (nnmairix-call-mairix-binary): Change variable name.
218         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
219         helper function.
220         (nnmairix-widget-toggle-activate): Fix doc string.
221
222 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
223
224         * nnir.el: Require edmacro when compiling with XEmacs.
225         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
226         available in Emacs 21.
227
228 2008-06-11  Glenn Morris  <rgm@gnu.org>
229
230         * gnus-util.el (x-focus-frame):
231         * gnus.el (image-size):
232         * mm-decode.el (image-size): Declare.
233
234         * gnus-picon.el (declare-function): Add compat definition.
235         (image-size): Declare.
236
237         * gnus-group.el (tool-bar-map):
238         * gnus-sum.el (tool-bar-map): Define for compiler.
239
240         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
241
242         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
243
244         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
245         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
246         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
247         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
248         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
249         * sieve-manage.el, spam-report.el, spam.el:
250         Remove unnecessary eval-and-compile of autoloads.
251
252 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
253
254         * auth-source.el: Precise Tramp doc.
255
256 2008-06-07  Glenn Morris  <rgm@gnu.org>
257
258         * nnmairix.el: Remove unnecessary eval-when-compile.
259
260 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
261
262         * lpath.el: Fbind propertize for XEmacs 21.4.
263
264 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
265
266         * nnir.el: Move here from ../contrib.
267
268 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
269
270         * gnus-util.el (gnus-read-shell-command): New function.
271         * mm-decode.el (mm-pipe-part):
272         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
273
274 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
275
276         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
277
278 2008-06-03  Glenn Morris  <rgm@gnu.org>
279
280        * pop3.el (nnheader-accept-process-output): Autoload it.
281
282 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
283
284         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
285         are not 2-digit hexadecimal characters that follow `%'s.
286
287 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
288
289         * message.el (message-bogus-recipient-p): Fix type in doc string.
290         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
291         (message-bogus-addresses): Rename from message-bogus-address-regexp.
292         Improve custom options.
293         (message-bogus-recipient-p): Adjust accordingly.
294
295 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
296
297         * parse-time.el (parse-time-months, parse-time-weekdays): Add
298         long-form month and day names.
299
300 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
301
302         * dgnushack.el: Autoload debug, eudc-expand-inline and
303         pgg-snarf-keys-region for XEmacs.
304
305         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
306
307         * nnmairix.el: Require edmacro when compiling with XEmacs.
308
309 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
310
311         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
312         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
313
314 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
315
316         * auth-source.el: Add more docs.
317
318         * netrc.el (netrc-machine): Always match if the port is not given.
319
320 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
321
322         * nnheader.el (nnheader-read-timeout): Change the default timeout from
323         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
324         retrieval faster in some cases, but might make CPU usage larger.  If
325         this has any bad side effects, we might revert this change.
326
327         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
328         seems to make mail retrieval much, much faster.
329         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
330         unconditionally.
331
332         * gnus-draft.el (gnus-group-send-queue): Bind
333         message-send-mail-partially-limit to nil to avoid being prompted.
334
335 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
336
337         * mml.el (mml-attach-buffer): Prompt for `disposition'.
338
339         * message.el (message-bogus-address-regexp): Fix and improve custom
340         type.
341         (message-setup-hook): Add message-check-recipients as custom option.
342
343 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
344
345         * message.el (message-cite-function): Remove bogus autoload which crept
346         in during merge from v5-10.
347
348 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
349
350         * nnimap.el (nnimap-open-connection): Fix login/password bug.
351
352         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
353
354         * auth-source.el: Preliminary Tramp docs.
355         (auth-sources): Change the default auth-sources to use
356         EPA .gpg files.
357
358 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
359
360         * nntp.el: Autoload `auth-source-user-or-password'.
361         (nntp-send-authinfo): Use it.
362
363         * nnimap.el: Autoload `auth-source-user-or-password'.
364         (nnimap-open-connection): Use it.
365
366         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
367         for the gnus-message function.
368         (auth-source-user-or-password): Use it.
369
370 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
371
372         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
373         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
374         (rfc2104-hash): Use it.
375
376 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
377
378         * gnus-art.el (gnus-article-toggle-truncate-lines):
379         Don't use `iff' in docstring.
380
381 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
382
383         * gnus-registry.el: Adjusted copyright dates and added a keyword.
384
385         * gnus-util.el (gnus-extract-address-component-name)
386         (gnus-extract-address-component-email): Convenience functions around
387         `gnus-extract-address-components'.
388
389         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
390         Use `gnus-extract-address-component-email' to fix bug of comparing full
391         sender name to `user-mail-address'.
392
393 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
394
395         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
396         catch/throw to optimize.
397         (gnus-registry-find-keywords): Just use member to find a keyword.
398
399 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
400
401         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
402         is current before calling gnus-server-prepare.
403         (gnus-server-setup-buffer, gnus-server-update-server)
404         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
405
406 2008-05-04  Juri Linkov  <juri@jurta.org>
407
408         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
409         (mailcap-file-default-commands): Use mailcap-replace-in-string
410         instead of replace-regexp-in-string, and mailcap-delete-duplicates
411         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
412
413 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
414
415         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
416
417 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
418
419         * gnus.el: Bump version to 0.11
420
421 2008-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
422
423         * gnus.el: No Gnus v0.10 is released.
424
425 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
426
427         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
428         hooks.
429         (gnus-update-read-articles): Speed up non-marks-using users.
430         (gnus-use-marks): Define gnus-use-marks.
431         (gnus-propagate-marks): Rename variable to something more sensible.
432
433 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
434
435         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
436         (gmm-image-load-path-for-library): Fix typos in docstrings.
437         (gmm-message): Reflow docstring.
438
439 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
440
441         * mail-source.el (mail-source-set-1, mail-source-bind):
442         Move auth-source code out of the macro to clean it up and fix bugs.
443
444 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
445
446         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
447         by sender if it's equal to user-mail-address, it's likely to be
448         useless.
449
450         * mail-source.el (mail-source-bind): Don't use user or password if they
451         are not bound.  Unintern them if they are nil.  Don't use server unless
452         it's bound, and default it to empty string otherwise.
453
454 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
455
456         * mail-source.el: Load auth-source.el.
457         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
458         get user name or password, if auth-sources is set up.
459
460         * gnus-registry.el (gnus-registry-split-strategy): New variable for
461         strategy of splitting with parent.
462         (gnus-registry-split-fancy-with-parent)
463         (gnus-registry-post-process-groups): Use it and fix prior
464         bug (returning a list as the split result).
465
466         * auth-source.el (auth-sources): Remove server parameter.
467         (auth-source-pick, auth-source-user-or-password)
468         (auth-source-user-or-password-imap)
469         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
470         (auth-source-user-or-password-sftp)
471         (auth-source-user-or-password-smtp): Remove server parameter.
472
473 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
474
475         * smime.el (smime-sign-region, smime-encrypt-region)
476         (smime-decrypt-region):
477         Remove redundant calls to `generate-new-buffer-name'.
478
479 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
480
481         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
482         Don't use QP for message/rfc822.
483         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
484
485 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
486
487         * sieve-manage.el (sieve-string-bytes): Remove.
488         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
489         correct byte-length only if the process's coding-system is the same as
490         the one used internally by Emacs to represent strings.
491
492 2008-04-22  Juri Linkov  <juri@jurta.org>
493
494         * mailcap.el (mailcap-file-default-commands): New function.
495
496 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
497
498         * message.el (message-signature-separator, message-cite-function):
499         Change custom version.
500
501 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
502
503         * tls.el (tls-program): Add -ign_eof argument to call the openssl
504         commands.
505         (tls-checktrust): Ditto.
506
507 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
508
509         * mm-decode.el (mm-display-external): Make temp file read-only.
510
511 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
512
513         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
514         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
515         `C-c C-f d'.
516
517 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
518
519         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
520
521 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
522
523         * gnus.el: Bump version to 0.9.
524
525 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
526
527         * gnus.el: No Gnus v0.8 is released.
528
529 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
530
531         * mail-source.el (mail-source-value):
532         Prefer fboundp to functionp so it works with macros as well.
533
534 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
535
536         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
537         Fix last change in case the element is not even a symbol.
538
539 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
540
541         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
542         Prefer fboundp to functionp so it works with macros as well.
543
544 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
545
546         * auth-source.el: Added docs.
547         (auth-sources): Modify format to support server.
548         (auth-source-pick, auth-source-user-or-password)
549         (auth-source-user-or-password-imap)
550         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
551         (auth-source-user-or-password-sftp)
552         (auth-source-user-or-password-smtp): Add server parameter.
553
554 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
555
556         * gnus-registry.el: Initialize the registry when gnus-registry-install
557         is t.
558
559 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
560
561         * compface.el (uncompface): Make buffer unibyte.
562
563 2008-04-05  Glenn Morris  <rgm@gnu.org>
564
565         * gnus-ems.el (mm-disable-multibyte): Autoload it.
566
567 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
568
569         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
570         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
571
572         * nnheader.el (nnheader-init-server-buffer): Change buffer's
573         multibyteness after rather than before erasing it.
574
575         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
576         mm-with-multibyte.
577         (gnus-request-article-this-buffer): Make sure the proper decoding is
578         used if gnus-original-article-buffer happens to be unibyte.
579
580         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
581         default-enable-multibyte-characters.
582
583         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
584         default-enable-multibyte-characters.
585
586         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
587
588         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
589
590 2008-04-02  Simon Josefsson  <simon@josefsson.org>
591
592         * imap.el (imap-enable-exchange-bug-workaround): New variable.
593         (imap-message-copyuid-1): Use it.
594         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
595         J. Williams in
596         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
597
598         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
599         imap-enable-exchange-bug-workaround.
600         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
601
602 2008-04-01  Simon Josefsson  <simon@josefsson.org>
603
604         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
605         a 100 byte status-checks into a 2-3MB transfer for each group.
606         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
607         to enable bug workaround or not.
608         (nnimap-find-minmax-uid): Only enable workaround conditionally.
609
610 2008-03-31  Glenn Morris  <rgm@gnu.org>
611
612         * message.el (mml2015-use): Declare for compiler.
613         (message-info): Require mml2015 when appropriate.
614
615 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
616
617         * Makefile.in (EMACS_COMP): Quote directory name that might contain
618         whitespace.
619
620 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
621
622         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
623         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
624         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
625         (nntp-service-to-port): New function.
626         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
627         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
628         (nntp-open-netcat-stream): New function.
629         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
630
631 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
632
633         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
634
635 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
636
637         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
638
639 2008-03-28  Magnus Henoch  <mange@freemail.hu>
640
641         * dns.el (dns-write): Use set-buffer-multibyte.
642
643 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
644
645         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
646
647 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
648
649         * message.el (message-signature-separator): Change default.
650         Improve custom type.
651         (message-cite-function): Change default to
652         message-cite-original-without-signature.
653
654         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
655         toggle.
656
657         * message.el (message-check-news-body-syntax): Fix signature check.
658         (message-setup-1): Mark buffer as unmodified _after_ running
659         message-setup-hook and handling message-alternative-emails.
660         (message-shorten-references): Be more strict when building list of
661         valid references to comply with GNKSA.
662
663         * gnus-group.el (gnus-read-ephemeral-bug-group)
664         (gnus-read-ephemeral-debian-bug-group)
665         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
666
667         * message.el (message-info): Don't use booleanp which isn't supported
668         in Emacs 21 and XEmacs.
669
670 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
671
672         * gnus-group.el (gnus-gmane-group-download-format): Rename from
673         gnus-group-gmane-group-download-format.
674         (gnus-group-read-ephemeral-gmane-group): Rename from
675         gnus-group-read-ephemeral-gmane-group.
676         (gnus-read-ephemeral-gmane-group-url): Rename from
677         gnus-group-read-ephemeral-gmane-group-url.
678         (gnus-bug-group-download-format-alist):  New variable.
679         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
680         (gnus-read-ephemeral-emacs-bug-group): New commands.
681
682 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
683
684         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
685         (gnus-visible-headers): Improve custom type.
686
687 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
688
689         * mml.el (mml-menu): Add workarounds for XEmacs.
690
691         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
692         X-Boundary header.
693
694         * message.el (message-simplify-recipients): Fix previous commit.
695
696 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
697
698         * mm-util.el (mm-set-buffer-multibyte): New function.
699         * mm-decode.el (mm-copy-to-buffer): Use it.
700
701 2008-03-19  Glenn Morris  <rgm@gnu.org>
702
703         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
704         Accidentally removed in the sync process with Emacs.
705
706 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
707
708         * message.el (message-alter-recipients-discard-bogus-full-name):
709         New function.
710         (message-alter-recipients-function): New variable.
711         (message-get-reply-headers): Use it.
712         (message-replace-header): New helper function.
713         (message-recipients-without-full-name): New variable.
714         (message-simplify-recipients): New command.
715
716         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
717
718         * message.el (message-info): Handle EasyPG manual.
719
720         * mml.el (mml-menu): Add entry for EasyPG.
721
722 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
723
724         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
725         parameter.
726
727         * message.el (message-disassociate-draft): Specify drafts group name
728         fully.
729
730 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
731
732         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
733         unnecessary duplicates from the match list.
734
735 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
736
737         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
738
739         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
740
741         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
742         args of `how-many' of which the XEmacs version doesn't take; declare
743         Info-index-next as function.
744
745 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
746
747         * gnus-score.el (gnus-score-headers): Fix handling of
748         gnus-inhibit-slow-scoring.
749
750         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
751         string.
752         (gnus-button-url-regexp): Improve handling of parenthesis.
753         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
754         (gnus-button-handle-info-keystrokes): Handle index entries.
755
756 2008-03-15  Glenn Morris  <rgm@gnu.org>
757
758         * parse-time.el (parse-time-string): Simplify.
759
760 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
761
762         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
763         Incoming* files.
764
765 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
766
767         * auth-source.el (auth-sources): Renamed from auth-source-choices.
768         (auth-source-pick): Use it.
769
770 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
771
772         * binhex.el (binhex-decode-region-internal):
773         * uudecode.el (uudecode-decode-region-internal):
774         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
775         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
776         setting default-enable-multibyte-characters.
777
778 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
779
780         * auth-source.el (auth-source-protocols)
781         (auth-source-protocols-customize, auth-source-choices): Added and
782         modified variable customizations and defaults.
783         (auth-source-pick, auth-source-user-or-password)
784         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
785         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
786         (auth-source-user-or-password-sftp)
787         (auth-source-user-or-password-smtp): Use new variables and provide an
788         interface to netrc.el.
789
790 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
791
792         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
793         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
794         Make sure the nntp port to specify is a string.
795
796 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
797
798         * nntp.el: Use with-current-buffer.
799         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
800         dubious mm-with-unibyte-current-buffer.
801         (nntp-with-open-group-function): New function extracted from
802         nntp-with-open-group macro.
803         (nntp-with-open-group): Use the function, so it's easier to debug.
804         Add indentation and debugging info.
805         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
806         the use of the netcat alternatives.
807
808         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
809         Avoid mm-string-as-multibyte as well.
810
811         * nnweb.el (nnweb-insert-html):
812         Remove use of nnheader-string-as-multibyte.
813
814         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
815         (nnheader-string-as-multibyte): Remove.
816
817         * mm-view.el: Use inhibit-read-only.
818         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
819         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
820         or unibyte-string.
821
822         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
823         (mm-uu-yenc-extract): Use with-current-buffer.
824
825         * gnus-soup.el (gnus-soup-send-packet): Don't use
826         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
827
828         * nnmh.el: Use with-current-buffer.
829         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
830         mm-string-as-multibyte on the output of mm-encode-coding-string.
831
832         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
833         (nnimap-request-move-article): Use with-current-buffer.
834
835         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
836         inserting the handle-buffer's text, so the implicit multibyte->unibyte
837         conversion uses string-make-unibyte rather than string-as-unibyte.
838
839         * gnus-msg.el: Use with-current-buffer.
840
841         * message.el (message-ignored-resent-headers): Add "Delivered-To".
842
843 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
844
845         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
846         string for caching if it is 'PIN.
847
848 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
849
850         * lpath.el: Consider the case without Emacs/W3.
851
852 2008-03-08  Glenn Morris  <rgm@gnu.org>
853
854         * time-date.el (date-to-time, time-subtract, time-add)
855         (safe-date-to-time): Doc fixes.
856
857 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
858
859         * mail-source.el (mail-source-delete-old-incoming-confirm):
860         Change default to nil.
861         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
862
863 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
864
865         * lpath.el: Rearrange.
866
867         * gnus-art.el (gnus-narrow-to-page): Position point properly.
868         (gnus-article-goto-prev-page): Work for articles having ^L's.
869
870         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
871
872         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
873
874 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
875
876         * gnus-bookmark.el: Adjust for renames in bookmark.el.
877         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
878         (gnus-bookmark-jump): Adjust some variable names.
879
880 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
881
882         * auth-source.el: New package.
883         (auth-source-choices): Add customization entry point variable.
884
885         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
886         bug.
887
888 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
889
890         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
891         (gnus-registry-initialize, gnus-registry-install-p): Use it.
892         (gnus-registry-install-shortcuts): Rename from
893         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
894         the `gnus-registry-mark-map' keymap dynamically from
895         `gnus-registry-marks'.  The generated functions update the summary line
896         when a registry mark is added or deleted, and will call
897         `gnus-registry-install-p' (see the comments in the code).
898         (gnus-registry-user-format-function-M): Use concat intelligently.
899
900         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
901         the registry mark functions.
902
903 2008-03-05  Glenn Morris  <rgm@gnu.org>
904
905         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
906         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
907         gnus-art.
908         (top-level): No need to load own source when compiling.
909
910 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
911
912         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
913         Suggested by <chris.anderton@zetnet.co.uk>.
914
915 2008-03-04  Glenn Morris  <rgm@gnu.org>
916
917         * gnus-sum.el (top-level): No need to require gnus when compiling,
918         since unconditionally required near start of file.
919         (gnus-summary-display-while-building): Move definition before use.
920
921 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
922
923         * gnus-registry.el (gnus-registry-user-format-function-M): Add
924         formatting function.
925
926 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
927
928         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
929         with plists.
930         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
931         Use new format.
932
933 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
934
935         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
936         `where-is-internal' that returns a range of key sequences.
937
938 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
939
940         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
941
942         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
943         (gnus-summary-jump-to-group): Consider windows on other displayed
944         frames as well.  Similar changes might be needed elsewhere, but that's
945         the one I've bumped into during my use.
946
947         * nndoc.el (nndoc-oe-dbx-type-p):
948         * gnus-msg.el (gnus-debug):
949         * gnus-group.el (gnus-update-group-mark-positions):
950         Use mm-string-to-multibyte.
951
952 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
953
954         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
955         doesn't handle NotDashEscaped.
956
957         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
958         (mml-dnd-attach-options): Fix typo in custom choice.
959
960         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
961         nndoc-article-type to mbox.
962         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
963
964         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
965         to nil, instead of html2text.
966
967         * imap.el (imap-debug): Add `imap-ping-server'.
968
969         * gnus-bookmark.el: Add FIXMEs.
970
971         * message.el (message-form-letter-separator)
972         (message-send-form-letter-delay): New variables.
973         (message-send-form-letter): Use them.  New command to send form
974         letters.  Requested by Uwe Siart.
975         (message-send-mail-function): Doc fix.  Add "Other" custom option.
976
977 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
978
979         * Update copyright years.
980
981 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
982
983         Sync from EMACS_22_BASE.
984
985         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
986
987 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
988
989         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
990         empty author.
991
992 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
993
994         * gnus-registry.el (gnus-registry-marks): Add variable for
995         customization of marks and their appearance.
996         (gnus-registry-read-mark): Use it.
997         (gnus-registry-do-marks): Add utility function to loop through
998         `gnus-registry-marks'.
999         (gnus-registry-install-shortcuts-and-menus): Add function to install
1000         shortcuts and menus.
1001         (gnus-registry-initialize): Use it.
1002         (gnus-registry-default-mark): Clarify documentation.
1003
1004 2008-02-29  Glenn Morris  <rgm@gnu.org>
1005
1006         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
1007         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
1008         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
1009         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
1010         Change defcustom :version from 23.0 to 23.1.
1011
1012 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
1013
1014         * gnus-registry.el (gnus-registry-follow-group-p)
1015         (gnus-registry-post-process-groups): Add functions to aid registry
1016         splitting and improve logging.  Clarify behavior in function
1017         documentation.
1018         (gnus-registry-split-fancy-with-parent): Use them.
1019
1020 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1021
1022         * gnus-art.el: Use with-current-buffer.
1023
1024 2008-02-27  David Engster  <dengste@eml.cc>
1025
1026         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
1027         Express real group name in the response.
1028
1029 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1030
1031         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
1032         (nnmairix-last-server, nnmairix-current-server): Defvar them.
1033         (nnmairix-goto-original-article): Defvar gnus-registry-install and
1034         autoload gnus-registry-fetch-group when compiling.
1035         (nnmairix-request-group-with-article-number-correction): Remove
1036         unreferenced argument passed to nnmairix-call-backend.
1037
1038 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
1039
1040         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
1041         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
1042         Wilde.
1043
1044 2008-02-27  Glenn Morris  <rgm@gnu.org>
1045
1046         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
1047         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
1048         variables to defconsts.  Convert comments to doc-strings.
1049         (nnmairix-last-server, nnmairix-current-server): Convert from free
1050         variables to defvars.  Convert comments to doc-strings.
1051         (gnus-registry-fetch-group): Autoload.
1052         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
1053         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
1054         (nnmairix-widget-build-editable-fields): Use car cddr rather than
1055         caddr.
1056         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
1057         nnmairix-request-group-with-article-number-correction call.
1058         (nnmairix-fast, nnmairix-group): New, less general names, for free
1059         variables passed from nnmairix-request-group to
1060         nnmairix-request-group-with-article-number-correction.  Declare.
1061         (nnmairix-request-group-with-article-number-correction):
1062         Use nnmairix-fast, nnmairix-group rather than fast, group.
1063
1064 2008-02-26  David Engster  <dengste@eml.cc>
1065
1066         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
1067         version 0.5.
1068
1069 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
1070
1071         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
1072         instead of making an extra function call.  Don't add the current group
1073         to articles only when they have the group.  Use
1074         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
1075         Reported by David <de_bb@arcor.de>.
1076
1077 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1078
1079         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
1080         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
1081
1082 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
1083
1084         * mail-source.el (mail-source-delete-incoming): Change default.
1085         Supplement doc string.
1086
1087         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
1088
1089 2008-02-14  Glenn Morris  <rgm@gnu.org>
1090
1091         * time-date.el (format-seconds): New function.
1092
1093 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
1094
1095         * nnmail.el (nnmail-message-id-cache-file): Derive from
1096         `gnus-home-directory'.
1097
1098 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
1099
1100         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
1101         Document negative prefix.
1102
1103         * gnus-group.el (gnus-group-read-group): Document negative prefix.
1104
1105 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1106
1107         * message.el (message-unsent-separator): Add the Exim bounce
1108         separator.
1109
1110 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
1111
1112         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
1113         list.
1114         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
1115         recipient/signer list.
1116
1117 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1118
1119         * Makefile.in (datarootdir): Define.
1120         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
1121         name that might contain whitespace.
1122
1123 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
1124
1125         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
1126         fbound (Emacs 23 unicode), signal an error.
1127
1128 2008-02-08  Glenn Morris  <rgm@gnu.org>
1129
1130         * gnus-art.el (pgg-display-output-buffer): Declare as function.
1131
1132 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
1133
1134         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
1135         ports to the calls to `netrc-machine-user-or-password' in addition to
1136         "imap" and "imaps".
1137
1138 2008-02-01  Zhang Wei  <id.brep@gmail.com>
1139
1140         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
1141
1142         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
1143
1144 2008-02-01  Kenichi Handa  <handa@m17n.org>
1145
1146         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
1147         rfc2104-hexstring-to-bitstring and changed to return a byte list.
1148         (rfc2104-hash): Convert the result of concat to unibyte string.
1149
1150 2008-02-01  Dave Love  <fx@gnu.org>
1151
1152         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
1153         coding-system-for-read.
1154         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
1155
1156 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
1157
1158         * gnus.el (gnus-group-startup-message): Add `find-image' call before
1159         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
1160         <hanche@math.ntnu.no>.
1161
1162 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1163
1164         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
1165
1166         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
1167
1168 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
1169
1170         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
1171         * message.el (message-beginning-of-line): Use featurep instead of bound
1172         tests in order to resolve conditionals at compile time.
1173
1174 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
1175
1176         * mail-source.el (mail-sources): Add `group' choice.
1177
1178         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
1179         parameter `in-group' to control into which group the articles go.
1180         Add treatment of `group' mail-source.
1181
1182 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1183
1184         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
1185
1186         * mm-decode.el (mm-dissect-buffer): Decode description.
1187
1188         * mml.el (mml-to-mime): Encode message header first.
1189
1190 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1191
1192         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
1193         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
1194
1195         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
1196         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
1197
1198 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
1199
1200         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
1201
1202 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1203
1204         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
1205         prefix keys.
1206         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
1207         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
1208         gnus-xmas.el.
1209
1210         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
1211         (gnus-xmas-article-describe-bindings): New function.
1212         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
1213         gnus-xmas-article-describe-bindings.
1214
1215         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
1216
1217 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1218
1219         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
1220         Add new variables for article mark management.
1221         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
1222         list of extra data entries which, when present, will indicate that the
1223         article ID should not be trimmed from the registry.
1224         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
1225         functions.
1226         (gnus-registry-read-mark): New function to read a mark name from the
1227         user.
1228         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
1229         (gnus-registry-set-article-mark-internal): New functions to add and
1230         remove marks.
1231         (gnus-registry-get-article-marks): New function to show the marks for
1232         an article, or retrieve them for further use.
1233
1234 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1235
1236         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
1237         keys when no argument is given.
1238
1239 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
1240
1241         * imap.el (imap-ping-server): New variable.
1242         (imap-opened): On add extra ping if imap-ping-server is non-nil.
1243         (imap-ping-server): Minor doc string fixes.
1244
1245 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1246
1247         * imap.el (imap-ping-server): New function.
1248         (imap-opened): Call imap-ping-server.
1249
1250 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
1251
1252         * gnus-sum.el (gnus-article-sort-by-random)
1253         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
1254         jidanni@jidanni.org.
1255
1256 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1257
1258         * gnus-art.el (gnus-article-describe-bindings): New function.
1259         (gnus-article-read-summary-keys): Use it.
1260         (gnus-article-mode-map): Bind `C-h b' to it.
1261
1262 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1263
1264         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
1265         XEmacs.
1266         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
1267         against non-character events.
1268
1269         * lpath.el: Fbind map-keymap for Emacs 21.
1270
1271 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
1272
1273         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
1274         command.
1275         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
1276         instead of END.  Change name of the temp file.
1277         (gnus-group-gmane-group-download-format): Add doc string.  Make it
1278         customizable.
1279
1280 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1281
1282         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
1283         bind `S W' to gnus-article-wide-reply-with-original; set default
1284         binding to gnus-article-read-summary-send-keys.
1285         (gnus-article-read-summary-keys): Fix the order of keys; display
1286         continuation keys correctly in the echo area; describe bindings
1287         correctly when keys end with `C-h'.
1288         (gnus-article-read-summary-send-keys): New function.
1289         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
1290         for gnus-article-read-summary-send-keys; display continuation keys
1291         correctly in the echo area.
1292         (gnus-article-reply-with-original): Ignore prefix argument.
1293         (gnus-article-wide-reply-with-original): New function.
1294
1295         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
1296         Emacs 21.
1297
1298 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1299
1300         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
1301         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
1302
1303 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
1304
1305         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
1306         (gnus-group-read-ephemeral-gmane-group): New command.
1307
1308 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
1309
1310         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
1311
1312 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
1313
1314         * message.el (message-send-mail-function): Increase custom version.
1315
1316         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
1317         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
1318
1319 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
1320
1321         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
1322         for the cases where imap-authenticate is called with a nil buffer
1323         parameter.
1324
1325 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1326
1327         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
1328         html parts correctly; support forwarded messages.
1329         (gnus-article-browse-html-article): Remove work buffers.
1330
1331         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
1332         compiling.
1333         (netrc-bound-and-true-p): New macro.
1334         (netrc-parse): Use it instead of bound-and-true-p that is not available
1335         in XEmacs 21.4.
1336
1337 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
1338
1339         * gnus-registry.el (gnus-registry-mark-article)
1340         (gnus-registry-article-marks): Add functionality to mark articles
1341         through the Gnus registry.
1342
1343         * encrypt.el: Clarify documentation for the new pgg method.
1344         (encrypt-file-alist): Add PGG option.
1345         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
1346         functionality.  Abstract password key and messaging to external
1347         functions.
1348         (encrypt-password-key, encrypt-get-passphrase-if-needed)
1349         (encrypt-message-method-and-cipher): Add new convenience external
1350         functions.
1351         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
1352         (encrypt-pgg-process-buffer): Add PGG functionality glue.
1353
1354         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
1355         (netrc-parse): Use encrypt-file-alist to determine if
1356         encrypt-find-model or encrypt-insert-file-contents should be used.
1357
1358         * encrypt.el: Clarify documentation.  Load password-cache or
1359         password, whichever one is found first, instead of autoloading.
1360
1361 2007-12-19  Glenn Morris  <rgm@gnu.org>
1362
1363         * mml.el (message-options-set, message-narrow-to-head)
1364         (message-in-body-p, message-mail-p, message-encode-message-body):
1365         Autoload.
1366         (message-remove-header, message-narrow-to-headers-or-head)
1367         (message-subscribed-p, message-make-mail-followup-to)
1368         (message-position-on-field, message-news-p)
1369         (message-options-set-recipient, message-generate-headers)
1370         (message-sort-headers): Declare as functions.
1371
1372 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
1373
1374         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
1375         convention in doc string.
1376
1377 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1378
1379         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
1380         title to html parts.
1381         (gnus-article-browse-html-article): Pass message header to it.
1382
1383         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
1384
1385 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
1386
1387         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
1388         or password compatible with XEmacs.
1389
1390 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
1391
1392         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
1393         format document.
1394         (gnus-mime-delete-part): Don't write description line if empty.
1395         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
1396
1397 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
1398
1399         * gnus-sum.el (gnus-summary-mark-unread-as-read)
1400         (gnus-summary-mark-read-and-unread-as-read)
1401         (gnus-summary-mark-current-read-and-unread-as-read)
1402         (gnus-summary-mark-unread-as-ticked): Doc fix.
1403         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
1404
1405 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
1406
1407         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
1408         Christoph Conrad <christoph.conrad@gmx.de>.
1409
1410 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
1411
1412         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
1413         yes-or-no-p.
1414
1415 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1416
1417         * mm-decode.el (mm-add-meta-html-tag): New function.
1418         (mm-save-part-to-file, mm-pipe-part): Use it.
1419
1420         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
1421         gnus-y-or-n-p instead of y-or-n-p.
1422         (gnus-article-browse-html-parts): Work with message/external-body; use
1423         mm-add-meta-html-tag.
1424
1425 2007-12-11  Glenn Morris  <rgm@gnu.org>
1426
1427         * gnus-cache.el: Require gnus-sum not just when compiling.
1428
1429         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
1430
1431         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
1432         definitions before use.
1433
1434         * mm-decode.el: Require gnus-util.
1435         (mm-remove-part): Only call delete-annotation on XEmacs.
1436
1437         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
1438
1439         * nnmail.el: Require gnus-int.
1440
1441         * spam.el: Move `require's before `eval-when-compile's.
1442
1443         * gnus-ems.el (gnus-alive-p):
1444         * gnus-fun.el (message-goto-eoh):
1445         * gnus-util.el (gnus-group-name-decode):
1446         * mail-source.el (gnus-compress-sequence):
1447         * message.el (Info-goto-node, format-spec):
1448         * mm-bodies.el (message-options-get):
1449         * mm-decode.el (mm-view-pkcs7):
1450         * mm-util.el (gmm-write-region):
1451         * mml-smime.el (mml-compute-boundary)
1452         (gnus-completing-read-with-default):
1453         * mml.el (widget-button-press, gnus-make-hashtable):
1454         * mml1991.el (mm-decode-content-transfer-encoding)
1455         (mm-encode-content-transfer-encoding)
1456         (message-options-get, message-options-set):
1457         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
1458         * nnfolder.el (gnus-request-group):
1459         * nnheader.el (ietf-drums-unfold-fws):
1460         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
1461         * smime.el (gnus-run-mode-hooks):
1462         * spam-stat.el (gnus-message): Autoload.
1463
1464         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
1465         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
1466         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
1467         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
1468         Add declare-function compatibility definition.
1469
1470         * gnus-cache.el (nnvirtual-find-group-art):
1471         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
1472         (gnus-add-image, gnus-add-wash-type):
1473         * gnus-group.el (nnkiboze-score-file):
1474         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
1475         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
1476         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
1477         (message-tokenize-header, gnus-get-buffer-create)
1478         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
1479         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
1480         * gnus.el (gnus-group-decoded-name):
1481         * mail-source.el (imap-capability):
1482         * mm-bodies.el (message-options-set):
1483         * mm-decode.el (gnus-configure-windows):
1484         * mm-extern.el (message-goto-body):
1485         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
1486         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
1487         (epg-sub-key-validity, message-options-set):
1488         * mml.el (widget-event-point, gnus-configure-windows):
1489         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
1490         * mml2015.el (epg-check-configuration, epg-configuration)
1491         (message-options-set):
1492         * nndb.el (nndb-request-article):
1493         * nnfolder.el (gnus-request-create-group):
1494         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
1495         * nnmaildir.el (gnus-group-mark-article-read):
1496         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
1497         * rfc1843.el (message-fetch-field):
1498         * spam.el (gnus-extract-address-components):
1499         Declare as functions.
1500
1501 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1502
1503         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
1504
1505         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
1506
1507         * lpath.el: Fbind run-mode-hooks for Emacs 21;
1508         bind show-trailing-whitespace for XEmacs.
1509
1510 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
1511
1512         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
1513         new no-op macro for backward compatibility.
1514
1515         * imap.el (imap-string-to-integer): New function.
1516
1517 2007-12-09  Glenn Morris  <rgm@gnu.org>
1518
1519         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
1520
1521         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
1522         * message.el, mm-view.el, sieve-manage, smime.el:
1523         Add declare-function compatibility definition.
1524
1525         * gnus-art.el (w3-region, w3m-region, Info-menu):
1526         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
1527         * gnus-sum.el (gnus-get-predicate):
1528         * gnus-util.el (mm-append-to-file, w32-focus-frame):
1529         * message.el (mail-abbrev-in-expansion-header-p):
1530         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
1531         (w3m-detect-meta-charset, w3m-region):
1532         * sieve-manage.el (password-read, password-cache-add)
1533         (password-cache-remove):
1534         * smime.el (password-read-and-add): Declare as functions.
1535
1536 2007-12-08  David Kastrup  <dak@gnu.org>
1537
1538         * gnus-sum.el (gnus-summary-simplify-subject-query):
1539         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
1540         `message'.
1541
1542 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1543
1544         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
1545         it to bind idna-program, installation-directory, defined-colors, and
1546         face-attribute for XEmacs of the version that compiles defcustom forms.
1547
1548 2007-12-07  Glenn Morris  <rgm@gnu.org>
1549
1550         * gnus-art.el (article-make-date-line): Revert previous change.
1551
1552 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
1553
1554         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
1555
1556 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
1557
1558         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
1559         Call gnus-add-to-range ranges only once with a prepared article-list.
1560
1561 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
1562
1563         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
1564         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
1565         group names with backslashes.  Reported by Tassilo Horn
1566         <tassilo@member.fsf.org>.
1567
1568 2007-12-06  D. Goel  <deego3@gmail.com>
1569
1570         * gnus-art.el (article-make-date-line):
1571         * gnus-start.el (gnus-load):
1572         * pop3.el (pop3-read-response): Fix buggy call to `error'.
1573
1574 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1575
1576         * gnus-art.el (gnus-use-idna)
1577         * gnus-start.el (gnus-site-init-file)
1578         * message.el (message-use-idna)
1579         * mm-uu.el (mm-uu-hide-markers)
1580         * smiley.el (smiley-style): Revert changes that suppress warnings.
1581
1582 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1583
1584         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
1585         specify charset to html source.  Reported by Christoph Conrad
1586         <christoph.conrad@gmx.de>.
1587
1588 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1589
1590         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
1591         idna-program in order to suppress byte compile warning issued by XEmacs
1592         that came to byte compile the default value section of defcustom forms
1593         recently.
1594
1595         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
1596         value of installation-directory.
1597
1598         * message.el (message-use-idna): Don't directly refer to the value of
1599         idna-program.
1600
1601         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
1602
1603         * smiley.el (smiley-style): Don't directly call face-attribute.
1604
1605 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
1606
1607         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
1608
1609         * gnus-dired.el: Reduce Gnus dependencies.
1610         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
1611         require.  Use autoloads instead.
1612         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
1613         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
1614         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
1615         (gnus-dired-mode): Adjust doc string.
1616         (gnus-dired-mail-mode): New variable.
1617         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
1618         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
1619         (gnus-dired-mail-buffers): New function.  Return mail or message
1620         composition buffers.
1621         (gnus-dired-attach): Use it.
1622         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
1623         NO-DECODE.
1624         (gnus-dired-print): Use `gnus-print-buffer' depending on
1625         `gnus-dired-mail-mode'.
1626
1627 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1628
1629         * rfc2047.el (rfc2047-encoded-word-regexp)
1630         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
1631         explaining what regexp patterns are for.
1632
1633 2007-12-04  Glenn Morris  <rgm@gnu.org>
1634
1635         * password.el: Move to password-cache.el.
1636
1637         * mml1991.el (password-read, password-cache-add, password-cache-remove):
1638         * mml2015.el (password-read, password-cache-add, password-cache-remove):
1639         * mml-smime.el (password-read, password-cache-add)
1640         (password-cache-remove):
1641         No need to autoload, since mml-sec requires password.
1642
1643         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
1644         * message.el (gnus-extract-address-components):
1645         * mml-smime.el (gnus-extract-address-components): Define for compiler.
1646
1647         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
1648         password.
1649
1650 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
1651
1652         * mailcap.el: Reduce dependencies.
1653         (mail-header-parse-content-type): Autoload.
1654         (mailcap-delete-duplicates): New alias.
1655         (mailcap-mime-info): Add optional argument NO-DECODE.
1656         (mailcap-mime-types): Use mailcap-delete-duplicates.
1657
1658         * message.el (message-ignored-supersedes-headers): Add "X-ID".
1659
1660 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
1661
1662         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
1663         (imap-parse-status): Upcase status-att for servers that sends them
1664         lower-case (e.g., MS Exchange 2007).
1665
1666 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1667
1668         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
1669         function.
1670
1671         * gnus-uu.el (gnus-uu-decode-yenc): New command.
1672         (gnus-uu-yenc-article): New function.
1673
1674         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
1675
1676         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
1677         buffer.
1678
1679 2007-12-02  Glenn Morris  <rgm@gnu.org>
1680
1681         * binhex.el (binhex): New custom group.
1682         (binhex-decoder-program, binhex-decoder-switches)
1683         (binhex-use-external): Move to the binhex custom group.
1684
1685         * uudecode.el (uudecode): New custom group.
1686         (uudecode-decoder-program, uudecode-decoder-switches)
1687         (uudecode-use-external): Move to the uudecode custom group.
1688
1689         * netrc.el (top-level): Don't load `encrypt' features.
1690         (netrc-parse): Don't use encrypt.
1691         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
1692
1693         * encrypt.el: Remove file.
1694
1695 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
1696
1697         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
1698         matches on patches.
1699
1700         * gnus-art.el (gnus-article-browse-html-article): Mention
1701         `mm-text-html-renderer' in the doc string.
1702
1703         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
1704         string.  Add comments.
1705
1706         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
1707         if rhs is ASCII.
1708
1709 2007-12-01  Glenn Morris  <rgm@gnu.org>
1710
1711         * mail-source.el (top-level): Require format-spec before
1712         eval-when-compile.
1713
1714 2007-11-30  Glenn Morris  <rgm@gnu.org>
1715
1716         * encrypt.el: Require password, rather than autoloading password-read.
1717
1718 2007-11-29  Glenn Morris  <rgm@gnu.org>
1719
1720         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
1721         (sasl-make-client, sasl-next-step, sasl-step-data)
1722         (sasl-step-set-data): Declare as functions.
1723
1724 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
1725
1726         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
1727
1728 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
1729
1730         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
1731         certs should be verified and what is to be done in the event of a
1732         verification failure.
1733
1734         * gnus.el (gnus-method-to-server): Add an optional parameter so the
1735         caller can indicate whether the cache should be disregarded for this
1736         call.  This way the result of the call is reproducible at all times and
1737         can be considered a canonical server name for the supplied method.
1738         (gnus-agent-method-p): Canonicalize server names by pushing their
1739         method through `gnus-method-to-server' using the no-cache argument.
1740
1741         * gnus-srvr.el (gnus-server-insert-server-line): Call
1742         `gnus-method-to-server' with `no-cache' argument.
1743
1744         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
1745         gnus-agent-possibly-synchronize-flags as this should be called when the
1746         server is actually being opened.
1747         (gnus-agent-possibly-synchronize-flags)
1748         (gnus-agent-possibly-synchronize-flags-server): Move check for the
1749         flags file of an agentized server to the latter function.
1750
1751         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
1752         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
1753         after a connection has been established successfully.
1754
1755 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1756
1757         * gnus-art.el (article-display-face): Force to display face if called
1758         interactively; check if gnus-article-x-face-too-ugly matches author.
1759         (article-display-x-face): Display face even if From header is missing
1760         as article-display-face does.
1761
1762 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
1763
1764         * hashcash.el (message-narrow-to-headers-or-head)
1765         (message-fetch-field, message-goto-eoh)
1766         (message-narrow-to-headers): Declare as functions.
1767
1768 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
1769
1770         * mail-source.el (mail-sources): Default to fetch from file for
1771         compatibility with default of nnmail-spool-file.
1772
1773 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1774
1775         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
1776         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
1777         to look for encoded word that should be encoded again.
1778         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
1779         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
1780         encoding pattern.
1781         (rfc2047-decode-region): Switch strict regexp and loose one according
1782         to rfc2047-allow-irregular-q-encoded-words.
1783
1784 2007-11-25  Romain Francoise  <romain@orebokech.com>
1785
1786         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
1787
1788 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
1789
1790         * tls.el (tls-program): Provide more custom choices from
1791         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
1792         (tls-process-connection-type, tls-success): Remove "*" in doc string.
1793
1794 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1795
1796         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
1797         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
1798
1799         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
1800         `nnmail-spool-file'.
1801
1802         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
1803         `nnmail-spool-file'.
1804
1805         * gnus-move.el (gnus-change-server): Ditto.
1806
1807         * gnus-kill.el (gnus-batch-score): Ditto.
1808
1809         * gnus-cache.el (gnus-jog-cache): Ditto.
1810
1811         * gnus-msg.el (gnus-summary-reply):
1812         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
1813
1814 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1815
1816         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
1817         version.  Minor improvement to doc strings.
1818         (tls-program): Add comment.
1819
1820 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
1821
1822         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
1823         (tls-checktrust): New variable.  Check if GNU TLS complained about a
1824         mismatch between the hostname provided in the certificate and the name
1825         of the host connnecting to.
1826         (open-tls-stream): Use them.  Check certificates against trusted root
1827         certificates.
1828
1829 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1830
1831         * gnus-cache.el (gnus-cache-generate-nov-databases):
1832         Use nnml-generate-nov-databases-directory instead of
1833         nnml-generate-nov-databases-1.
1834
1835 2007-11-24  Glenn Morris  <rgm@gnu.org>
1836
1837         * message.el (message-tool-bar-retro): Update for rename
1838         mail_send.xpm->mail-send.xpm.
1839
1840 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
1841
1842         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
1843         `smime-ldap-search' for Emacs 22 and up.
1844
1845 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1846
1847         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
1848
1849         * message.el (message-send-mail-function): Fix error convention.
1850         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
1851         (message-widen-reply, message-send-mail, message-talkative-question)
1852         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
1853         (message-clone-locals, message-send-news): Use with-current-buffer.
1854         (message-insert-or-toggle-importance): Remove unused var `valid'.
1855         (message-make-references): Remove unused var `new-references'.
1856         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
1857
1858 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
1859
1860         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
1861         (spam-split-symbolic-return-positive): Reflow docstring.
1862         (spam-backends, spam-summary-exit-behavior)
1863         (spam-mark-ham-unread-before-move-from-spam-group)
1864         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
1865         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
1866         (spam-clear-cache, spam-backend-check, spam-install-backend)
1867         (spam-install-statistical-backend, spam-list-of-processors)
1868         (spam-group-processor-p, spam-split, spam-bogofilter-score)
1869         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
1870         (spam-check-crm114, spam-initialize, spam-unload-hook):
1871         Fix typos in docstrings.
1872
1873 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1874
1875         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
1876         been checked if they have never been read and those group levels are
1877         higher than the one that a user specified.
1878
1879 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1880
1881         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
1882         foreign groups unless a group level is specified by a user.
1883         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
1884
1885 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
1886
1887         * message.el (message-send-mail-function): Require sendmail.
1888
1889 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
1890
1891         * message.el (message-send-mail-function): Check for smtpmail too.
1892
1893         * utf7.el (utf7-encode, utf7-decode): Use coding system
1894         `utf-7'/`utf-7-imap' from utf-7.el' if available.
1895
1896         * message.el (message-send-mail-function): New function.
1897         (message-send-mail-function): Set default using
1898         message-send-mail-function.  Adjust doc string.
1899         (message-send-mail-with-mailclient): New function.
1900
1901 2007-11-17  Richard Stallman  <rms@gnu.org>
1902
1903         * assistant.el: Remove file.
1904
1905 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
1906
1907         * smime.el (from):
1908         * rfc2047.el (message-posting-charset):
1909         * qp.el (mm-use-ultra-safe-encoding):
1910         * pop3.el (parse-time-months):
1911         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
1912         * nnml.el (files):
1913         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
1914         (jka-compr-compression-info-list, ange-ftp-path-format)
1915         (efs-path-regexp):
1916         * nndiary.el (files):
1917         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
1918         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
1919         (epg-digest-algorithm-alist, inhibit-redisplay)
1920         (password-cache-expiry):
1921         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
1922         (pgg-output-buffer, password-cache-expiry):
1923         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
1924         (efs-path-regexp):
1925         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
1926         (inhibit-redisplay):
1927         * mm-uu.el (file-name, start-point, end-point, entry)
1928         (gnus-newsgroup-name, gnus-newsgroup-charset):
1929         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
1930         (latin-unity-ucs-list):
1931         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
1932         (mm-uu-binhex-decode-function):
1933         * message.el (gnus-message-group-art, gnus-list-identifiers, )
1934         (rmail-enable-mime-composing, gnus-local-organization)
1935         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
1936         (gnus-read-active-file, facemenu-add-face-function)
1937         (facemenu-remove-face-function, gnus-article-decoded-p)
1938         (tool-bar-mode):
1939         * mail-source.el (display-time-mail-function):
1940         * gnus-util.el (nnmail-pathname-coding-system)
1941         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
1942         (gnus-original-article-buffer, gnus-user-agent)
1943         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
1944         (xemacs-codename, sxemacs-codename, emacs-program-version):
1945         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
1946         * gnus-start.el (gnus-agent-covered-methods)
1947         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
1948         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
1949         (gnus-newsgroup-headers, gnus-group-list-mode)
1950         (gnus-group-mark-positions, gnus-newsgroup-data)
1951         (gnus-newsgroup-unreads, nnoo-state-alist)
1952         (gnus-current-select-method, mail-sources)
1953         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
1954         (nnmail-spool-file, gnus-cache-active-hashtb):
1955         * gnus-mh.el (mh-lib-progs):
1956         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
1957         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
1958         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
1959         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
1960         (gnus-group-buffer):
1961         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
1962         (font-lock-set-defaults):
1963         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
1964         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
1965         (gnus-summary-post-menu, total-parts, type, condition, length):
1966         * gnus-agent.el (gnus-agent-read-agentview):
1967         * flow-fill.el (show-trailing-whitespace):
1968         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
1969         eval-and-compile wrappers for byte compiler pacifiers.
1970
1971         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
1972         (mm-display-inline-fontify): Check for featurep 'xemacs not
1973         extent-list.
1974
1975         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
1976         itimer-list.
1977         (mm-create-image-xemacs): Only do something for XEmacs.
1978         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
1979
1980         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
1981
1982         * gnus-registry.el (gnus-adaptive-word-syntax-table):
1983         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
1984
1985 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
1986
1987         * nnimap.el (nnimap-split-download-body):
1988         * gnus-demon.el (gnus-demon):
1989         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
1990
1991 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1992
1993         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
1994         macros.
1995         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
1996         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
1997         copy data from unibyte buffer to multibyte current buffer.
1998         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
1999         to copy data from unibyte current buffer to multibyte buffer.
2000         (nntp-make-process-buffer): Make process buffer unibyte.
2001
2002         * pop3.el (pop3-open-server): Fix typo in Lisp code.
2003
2004 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
2005
2006         * pop3.el (pop3-open-server): Accept and process data more robustly at
2007         connexion start to avoid spurious "POP SSL connexion failed" errors.
2008
2009 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2010
2011         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
2012         read group names.
2013
2014 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
2015
2016         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
2017
2018 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2019
2020         * nnmail.el (nnmail-parse-active): Make group names unibyte.
2021         (nnmail-save-active): Use a unibyte buffer when saving active file,
2022         which may contain non-ASCII group names.
2023
2024         * nnml.el (nnml-request-group): Decode group names in messages.
2025
2026 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
2027
2028         * message.el (message-citation-line-function)
2029         (message-insert-formatted-citation-line): Fix spelling of
2030         `message-insert-formated-citation-line'.
2031
2032 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
2033
2034         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
2035
2036 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2037
2038         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
2039         nnmail-pathname-coding-system.
2040
2041         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
2042         that a user enters; decode group names in messages.
2043
2044         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
2045
2046 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
2047
2048         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
2049
2050         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
2051
2052         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
2053         risky local variable.
2054
2055         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
2056
2057 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
2058
2059         * encrypt.el: Improve documentation to fix function name typo.
2060         Reported by Daiki Ueno <ueno@unixuser.org>.
2061
2062 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2063
2064         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
2065         even if the point is not in the last page of an article.
2066         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
2067         back to the previous page.
2068
2069 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
2070
2071         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
2072
2073 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2074
2075         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
2076
2077 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2078
2079         * message.el (message-check-news-body-syntax): Avoid
2080         mm-string-as-multibyte.
2081         (message-hide-headers): Don't assume (point-min)==1.
2082
2083 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
2084
2085         * message.el (message-remove-blank-cited-lines): Fix if remove is
2086         given.
2087         (message-bogus-address-regexp): New variable.
2088         (message-bogus-recipient-p): New function.
2089         (message-check-recipients): New command.
2090         (message-syntax-checks): Add `bogus-recipient'.
2091         (message-fix-before-sending): Add `bogus-recipient'.
2092
2093         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
2094         (gnus-treat-body-boundary): Don't test window-system.
2095
2096 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
2097
2098         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
2099
2100 2007-10-28  Miles Bader  <miles@gnu.org>
2101
2102         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
2103         at compile-time too.
2104
2105 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
2106
2107         * gnus-msg.el (gnus-message-setup-hook): Add
2108         `message-remove-blank-cited-lines' to options.
2109
2110 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
2111
2112         * message.el (message-remove-blank-cited-lines): New function.
2113         Suggested by Karl Plästerer.
2114
2115 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2116
2117         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
2118         mapc.
2119
2120         * imap.el (imap-open): Replace mapcar called for effect with mapc.
2121         (top-level): Use mapc to set functions to be traced for debugging.
2122
2123         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
2124         called for effect with while loop.
2125
2126         * message.el (message-talkative-question): Replace mapcar called for
2127         effect with mapc.
2128
2129         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
2130         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
2131         called for effect with dolist.
2132
2133         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
2134
2135         * nndiary.el: Use dolist instead of mapcar to add diary headers to
2136         gnus-extra-headers and nnmail-extra-headers.
2137
2138         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
2139         called for effect with dolist.
2140         (top-level): Use mapc to set functions to be traced for debugging.
2141
2142         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
2143         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
2144         dolist.
2145
2146         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
2147         Replace mapcar called for effect with mapc.
2148         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
2149         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
2150         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
2151         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
2152
2153         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
2154         remove-if that's a cl function.
2155
2156         * webmail.el (webmail-debug): Replace mapcar called for effect with
2157         dolist.
2158
2159         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
2160         with mapc.
2161
2162 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2163
2164         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
2165         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
2166         with while loop.
2167
2168         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
2169         functions from article-* functions.
2170         (gnus-multi-decode-header): Replace mapcar called for effect with
2171         dolist.
2172
2173         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2174         (gnus-bookmark-show-details): Replace mapcar called for effect with
2175         while loop.
2176
2177         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
2178         called for effect with while loop.
2179
2180         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
2181         with dolist.
2182
2183         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
2184         mapcar called for effect with dolist.
2185
2186         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
2187
2188         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
2189         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
2190         Replace mapcar called for effect with dolist.
2191         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
2192         mapc.
2193
2194         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
2195         Replace mapcar called for effect with dolist.
2196         (gnus-topic-list): Replace mapcar called for effect with mapc.
2197
2198         * gnus.el: Use mapc instead of mapcar to add autoloads.
2199
2200 2007-10-23  Richard Stallman  <rms@gnu.org>
2201
2202         * gnus-group.el (gnus-group-highlight): Mark as risky.
2203
2204 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2205
2206         * gnus.el (gnus-server-to-method): Return method found first in
2207         gnus-newsrc-alist.
2208
2209         * gnus-art.el (gnus-article-highlight-signature)
2210         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
2211         button overlay without the front stickiness.
2212
2213 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
2214
2215         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
2216         overview buffer needed a catch to receive its throw.
2217         (gnus-agent-flush-cache): Declared as interactive to make this function
2218         easier to use.
2219
2220 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
2221
2222         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
2223         `next-line'.
2224
2225 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2226
2227         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
2228         exclude address matching message-dont-reply-to-names.
2229
2230 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2231
2232         * gnus-util.el (gnus-string<): New function.
2233
2234         * gnus-sum.el (gnus-article-sort-by-author)
2235         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
2236
2237 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2238
2239         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
2240         the frame-focus tag is set in gnus-buffer-configuration.
2241
2242 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2243
2244         * gnus-art.el (gnus-article-add-button): Make a button overlay without
2245         the front stickiness.
2246
2247 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2248
2249         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
2250         url pattern; remove duplicate one.
2251         (gnus-article-extend-url-button): New function.
2252         (gnus-article-add-buttons): Use it.
2253         (gnus-button-push): Use concatenated url that it makes.
2254
2255 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
2256
2257         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
2258
2259 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2260
2261         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
2262         Don't hardcode point-min==1.
2263
2264 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
2265
2266         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
2267         Fix comment about "iso8859-1".
2268
2269 2007-10-08   Daiki Ueno  <ueno@unixuser.org>
2270
2271         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
2272         ones returned from the verify-function.
2273
2274         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
2275         mml2015-extract-cleartext-signature if extraction failed.
2276
2277 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
2278
2279         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
2280         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
2281         failed.
2282
2283 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
2284
2285         * Relicense "GPLv2 or later" files to "GPLv3 or later".
2286
2287 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
2288
2289         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
2290         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
2291         recommends to use EasyPG instead of PGG.
2292
2293         * pgg.el: Revert to revision 6.23.2.16
2294
2295         * pgg-def.el: Revert to revision 6.6.2.14.
2296
2297         * pgg-gpg.el: Revert to revision 6.23.2.34.
2298
2299 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
2300
2301         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
2302         to mark a thread as expirable.  Add variable `hide' to handle hiding of
2303         thread for both the null and zero (kill/expire thread) universal prefix
2304         cases.
2305         (gnus-summary-expire-thread): Add new function to expire a thread,
2306         using gnus-summary-kill-thread.
2307         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
2308         shortcuts for gnus-summary-expire-thread.
2309         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
2310         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
2311
2312 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
2313
2314         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
2315         extras value, so an extras entry can be deleted.
2316         (gnus-registry-delete-extra-entry): Use it.
2317         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
2318         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
2319         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
2320         storage through the gnus-registry, and provide an appropriate API for
2321         it.
2322
2323 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2324
2325         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
2326         Suggested by Leo <sdl.web@gmail.com>.
2327
2328         * gnus.el: Do.
2329
2330 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2331
2332         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
2333         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
2334
2335         * gnus-agent.el (gnus-agent-fetch-headers): Do.
2336
2337         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2338         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
2339
2340 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2341
2342         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
2343         newline.
2344         (nnmbox-request-accept-article): Don't change article in source buffer;
2345         narrow to header to use message-fetch-field rather than
2346         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
2347         (nnmbox-request-replace-article): Quote lines that'll be misidentified
2348         as delimiters; make sure article ends with newline.
2349         (nnmbox-delete-mail): Correct last position of article to be deleted;
2350         ignore X-Gnus-Newsgroup header in article body.
2351         (nnmbox-save-mail): Quote lines looking like delimiters at the right
2352         positions; make sure article ends with newline.
2353
2354         * message.el (message-display-abbrev): Don't infloop when a user
2355         inserts SPC in the beginning of header.
2356
2357         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
2358         coding-system-for-read and coding-system-for-write for XEmacs having no
2359         file-coding feature.
2360
2361         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
2362
2363 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
2364
2365         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
2366         list of groups not followed by default.  Fix type to be regexp.
2367         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
2368
2369 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
2370
2371         * hmac-def.el (define-hmac-function): Switch from old-style to
2372         new-style backquotes.
2373
2374         * md4.el (md4-make-step): Likewise.
2375
2376 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2377
2378         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
2379         raw-text coding system when saving .newsrc file, which may contain
2380         non-ASCII group names.
2381
2382 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2383
2384         * gnus-cus.el (gnus-score-extra): New widget.
2385         (gnus-score-extra-convert): New function.
2386         (gnus-score-customize): Use it for Extra.
2387
2388 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
2389
2390         * mml2015.el (mml2015-extract-cleartext-signature): New function.
2391         (mml2015-mailcrypt-clear-verify): Use it.
2392         (mml2015-gpg-clear-verify): Use it.
2393         (mml2015-pgg-clear-verify): Use it.
2394         (mml2015-epg-clear-verify): Replace the current part with the output
2395         from GnuPG; don't extract the plaintext by itself.
2396
2397         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
2398         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
2399         mml2015-clear-verify-function; don't touch the armor headers or
2400         dash-escaped text here.
2401
2402 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2403
2404         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
2405         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
2406         parts, or application/octet-stream as a last resort.
2407         (gnus-mime-view-part-as-type): Don't toggle display.
2408         (gnus-mime-view-part-as-charset): Don't turn off display before
2409         querying charset.
2410
2411         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
2412         stuff to undisplayer function in Emacs.
2413         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
2414
2415         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
2416         text/calendar parts.
2417
2418 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2419
2420         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
2421         decoding text/calendar parts.
2422
2423         * message.el (message-forward-make-body-mime): Always mark body as
2424         having no illegible text; remove signed-or-encrypted argument.
2425         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
2426
2427         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
2428         (mml-generate-mime-1): Don't encode body if it is specified to be in
2429         raw form; don't make buffer be unibyte when inserting multibyte string.
2430
2431 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2432
2433         * sha1.el: Fix up comment style.
2434         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
2435         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
2436
2437         * hex-util.el: Fix up comment style.
2438         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
2439
2440         * gnus-salt.el: Use with-current-buffer.
2441         (gnus-pick-setup-message): Fix long-standing typo.
2442
2443 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2444
2445         * imap.el (imap-logout-timeout): New variable.
2446         (imap-logout, imap-logout-wait): New functions.
2447         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
2448
2449         * nnimap.el (nnimap-logout-timeout): New server variable.
2450         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
2451         nnimap-logout-timeout.
2452
2453         * gnus-art.el (gnus-article-summary-command-nosave)
2454         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
2455
2456 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2457
2458         * gnus.el (gnus-maximum-newsgroup): New variable.
2459
2460         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
2461         according to gnus-maximum-newsgroup.
2462
2463         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2464         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
2465         Limit the range of articles according to gnus-maximum-newsgroup.
2466
2467 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
2468
2469         * gnus-art.el (gnus-sticky-article): Fixed problems described in
2470         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
2471         Don't perform gnus-configure-windows here; reuse existing sticky
2472         article buffer.
2473
2474         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
2475         it doesn't exist in gnus-article-mode.
2476
2477 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2478
2479         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
2480         (gnus-agent-decoded-group-name): New function.
2481         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
2482         (gnus-agent-expire-group-1): Use it; decode group name in messages.
2483
2484 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
2485
2486         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
2487         Add binding for gnus-sticky-article.
2488         (gnus-summary-exit): Don't kill sticky article buffers.
2489
2490         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
2491         article buffer.
2492         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
2493         (gnus-kill-sticky-article-buffers): New commands.
2494
2495 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2496
2497         * nntp.el (nntp-xref-number-is-evil): New server variable.
2498         (nntp-find-group-and-number): If it is non-nil, don't trust article
2499         numbers in the Xref header.
2500
2501 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2502
2503         * gnus-agent.el (gnus-agent-read-group): New function.
2504         (gnus-agent-flush-group, gnus-agent-expire-group)
2505         (gnus-agent-regenerate-group): Use it.
2506         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
2507         nnmail-pathname-coding-system.
2508
2509 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2510
2511         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
2512
2513         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
2514         that are unread as unread, and also as selected so that information of
2515         marks having been changed by a user may be updated when exiting group.
2516
2517 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2518
2519         * gnus-art.el (gnus-mime-display-single): Pass part number that is
2520         calculated ignoring signature parts to gnus-treat-article.
2521
2522 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2523
2524         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
2525         a point here in order to keep the window start.
2526         (gnus-insert-mime-security-button): Make a button overlay without the
2527         front stickiness.
2528         (gnus-mime-display-security): Goto the end of a button.
2529
2530         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
2531
2532 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2533
2534         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
2535         group-name-at-point.
2536         (gnus-group-completing-read): New function that offers decoded
2537         non-ASCII group names for completion.
2538         (gnus-fetch-group, gnus-group-read-ephemeral-group)
2539         (gnus-group-jump-to-group, gnus-group-make-group-simple)
2540         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
2541         (gnus-group-fetch-control): Use it.
2542         (gnus-fetch-group): Use group-name-at-point for the initial value
2543         rather than the default value; use gnus-alive-p.
2544
2545         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
2546         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
2547         (gnus-summary-post-news): Use gnus-group-completing-read.
2548
2549         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
2550         (gnus-read-move-group-name): Decode group name for completion.
2551
2552 2007-07-31  Ted Zlatanov  <tzz@lifelogs.com>
2553
2554         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
2555         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
2556         Yamaoka slightly modified the code).
2557
2558 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2559
2560         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
2561         (nnmail-split-incoming): Bind it.
2562
2563         * nnml.el (nnml-group-name-charset): New function.
2564         (nnml-decoded-group-name): Use it; don't decode group name if
2565         nnmail-group-names-not-encoded-p is non-nil.
2566         (nnml-encoded-group-name): New function.
2567         (nnml-group-pathname): Inline nnml-decoded-group-name.
2568         (nnml-request-expire-articles): Decode group name in message.
2569         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
2570         nnmail-pathname-coding-system.
2571         (nnml-save-mail, nnml-active-number): Work with decoded group names and
2572         not decoded ones according to nnmail-group-names-not-encoded-p.
2573         (nnml-generate-active-info): Use nnml-encoded-group-name.
2574
2575 2007-08-08  Glenn Morris  <rgm@gnu.org>
2576
2577         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
2578         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
2579         doc-strings and comments.
2580
2581 2007-07-25  Glenn Morris  <rgm@gnu.org>
2582
2583         * Relicense all FSF files to GPLv3 or later.
2584
2585 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2586
2587         * gnus-sum.el (gnus-summary-move-article): Make
2588         gnus-summary-respool-article work.
2589
2590 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
2591
2592         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
2593         string.
2594
2595 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
2596
2597         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
2598         that should be ignored when comparing distant RSS articles with local
2599         ones.
2600         (nnrss-make-hash-index): New function.  Create a hash index according
2601         to the ignored fields.
2602         (nnrss-check-group): Use it.
2603
2604 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2605
2606         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
2607
2608         * gnus-art.el (article-decode-group-name): Decode Xref header too.
2609
2610         * gnus-group.el (gnus-group-make-group): Encode group name here unless
2611         the new optional argument ENCODED is non-nil.
2612         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
2613         coding system for encoding group name.
2614         (gnus-group-make-rss-group): Pass un-encoded group name to
2615         gnus-group-make-group.
2616         (gnus-group-set-info): Tell gnus-group-make-group that group name is
2617         encoded.
2618
2619         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
2620         Encode group name to which articles are moved or copied.
2621         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
2622         coding system for encoding Newsgroup, Followup-To and Xref headers.
2623
2624         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
2625         marks; use nnheader-file-coding-system to write a file.
2626         (nnagent-retrieve-headers): Bind file-name-coding-system to
2627         nnmail-pathname-coding-system.
2628
2629         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
2630
2631         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
2632         (nnml-request-article, nnml-request-create-group)
2633         (nnml-request-rename-group, nnml-find-id)
2634         (nnml-possibly-change-directory, nnml-possibly-create-directory)
2635         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
2636         (nnml-save-marks): Use nnml-group-pathname instead of
2637         nnmail-group-pathname.
2638
2639         (nnml-request-create-group, nnml-request-expire-articles)
2640         (nnml-request-move-article, nnml-request-delete-group)
2641         (nnml-deletable-article-p, nnml-possibly-create-directory)
2642         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
2643         (nnml-open-marks): Bind file-name-coding-system to
2644         nnmail-pathname-coding-system.
2645
2646         (nnml-request-article): Pass server argument to nnml-find-group-number.
2647         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
2648         server argument to nnml-possibly-create-directory.
2649         (nnml-request-accept-article): Pass server argument to
2650         nnml-active-number and nnml-save-mail.
2651         (nnml-find-group-number): Pass server argument to nnml-find-id.
2652         (nnml-request-update-info): Pass server argument to
2653         nnml-marks-changed-p.
2654
2655         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
2656         (nnml-save-mail, nnml-active-number): Add server argument.
2657
2658         (nnml-request-delete-group): Warn if group is missing.
2659         (nnml-get-nov-buffer): Decode group name.
2660         (nnml-generate-active-info): Encode group name.
2661         (nnml-open-marks): Decode group name in messages.
2662
2663 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2664
2665         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
2666         if it is not specified.
2667         (gnus-article-pipe-part, gnus-article-save-part)
2668         (gnus-article-interactively-view-part, gnus-article-copy-part)
2669         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
2670         (gnus-article-inline-part, gnus-article-save-part-and-strip)
2671         (gnus-article-replace-part, gnus-article-delete-part)
2672         (gnus-article-view-part-as-type): Pass raw prefix argument to
2673         gnus-article-part-wrapper.
2674
2675 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2676
2677         * gnus-agent.el (gnus-agent-save-active): Bind
2678         nnheader-file-coding-system to gnus-agent-file-coding-system.
2679
2680         * gnus-cache.el (gnus-cache-save-buffers)
2681         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
2682         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
2683         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
2684         (gnus-cache-braid-nov, gnus-cache-braid-heads)
2685         (gnus-cache-generate-active, gnus-cache-rename-group)
2686         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
2687         (gnus-cache-update-overview-total-fetched-for): Bind
2688         file-name-coding-system to nnmail-pathname-coding-system.
2689         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
2690         variables.
2691         (gnus-cache-decoded-group-name): New function.
2692         (gnus-cache-file-name): Use it.
2693         (gnus-cache-generate-active): Use non-decoded group name for active.
2694
2695         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
2696         right place.
2697         (gnus-write-active-file): Don't break non-ASCII group names.
2698
2699         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
2700         nnmail-pathname-coding-system.
2701
2702         * lpath.el: Bind default-file-name-coding-system,
2703         file-name-coding-system and language-info-alist for XEmacs.
2704
2705         * gnus-uu.el (gnus-uu-decode-save): Typo.
2706
2707 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2708
2709         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
2710
2711 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2712
2713         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
2714         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
2715         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
2716         (gnus-agent-flush-group, gnus-agent-flush-cache)
2717         (gnus-agent-fetch-headers, gnus-agent-load-alist)
2718         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
2719         (gnus-agent-retrieve-headers, gnus-agent-request-article)
2720         (gnus-agent-regenerate-group)
2721         (gnus-agent-update-files-total-fetched-for)
2722         (gnus-agent-update-view-total-fetched-for): Bind
2723         file-name-coding-system to nnmail-pathname-coding-system.
2724         (gnus-agent-group-pathname): Don't encode file names by
2725         nnmail-pathname-coding-system.
2726         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
2727         coding-system-for-write instead of buffer-file-coding-system to
2728         gnus-agent-file-coding-system.
2729
2730         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
2731         Decode group name.
2732
2733         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
2734
2735         * gnus-start.el (gnus-update-active-hashtb-from-killed)
2736         (gnus-read-newsrc-el-file): Make group names unibyte.
2737
2738         * nnmail.el (nnmail-group-pathname): Don't encode file names by
2739         nnmail-pathname-coding-system.
2740
2741         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
2742         (nnrss-request-delete-group): Bind file-name-coding-system to
2743         nnmail-pathname-coding-system.
2744         (nnrss-read-server-data, nnrss-read-group-data): Bind
2745         file-name-coding-system correctly.
2746         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
2747
2748         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
2749         (nntp-server-to-method-cache): New variable.
2750         (nntp-group-pathname): New function that decodes non-ASCII group names.
2751         (nntp-possibly-create-directory, nntp-marks-changed-p)
2752         (nntp-save-marks, nntp-open-marks): Use it.
2753         (nntp-possibly-create-directory, nntp-open-marks):
2754         Bind file-name-coding-system to nnmail-pathname-coding-system.
2755         (nntp-open-marks): Decode group names when bootstrapping marks.
2756
2757         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
2758         Newsgroups and Folowup-To headers.
2759
2760 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2761
2762         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2763         (gnus-server-closed-face, gnus-server-denied-face)
2764         (gnus-server-offline-face): Remove variable.
2765         (gnus-server-font-lock-keywords): Use faces that are not aliases.
2766
2767         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
2768         of modifying message-stack directly for XEmacs.
2769
2770         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
2771         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
2772         if the coding-system argument is nil for XEmacs.
2773
2774         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
2775         mm-charset-override-alist.
2776
2777         * rfc2047.el: Don't require base64; require rfc2045 for the function
2778         rfc2045-encode-string.
2779         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
2780         to quote the parameter value.
2781
2782 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2783
2784         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
2785         form in gnus-group-name-charset-method-alist.
2786
2787         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
2788         overrides the default layout edit-form.
2789
2790         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
2791
2792         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
2793
2794 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2795
2796         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
2797         as unfetched articles.
2798
2799 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
2800
2801         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
2802
2803 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2804
2805         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
2806         original back end that keeps marks in the local system.
2807
2808 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2809
2810         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
2811         arg of pop-to-buffer for XEmacs.
2812         (gnus-article-read-summary-keys): Ditto; don't restore window
2813         configuration if summary command ends up with neither article buffer
2814         nor summary buffer; describe bindings if summary keys end with C-h.
2815
2816 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2817
2818         * message.el (message-fix-before-sending): Skip raw message part to be
2819         forwarded while checking illegible text.
2820         (message-forward-make-body-mime, message-forward-make-body): Mark
2821         signed or encrypted raw message as having no illegible text.
2822
2823 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2824
2825         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
2826         (gnus-message-with-timestamp-1): New macro.
2827         (gnus-message-with-timestamp): New function.
2828         (gnus-message): Use them.
2829
2830         * nnheader.el (nnheader-message): Use them.
2831
2832 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
2833
2834         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
2835         .newsrc.eld file.
2836
2837 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2838
2839         * gnus-agent.el (gnus-agent-fetch-headers)
2840         (gnus-agent-retrieve-headers): Bind
2841         gnus-decode-encoded-address-function to identity.
2842
2843         * nntp.el (nntp-send-xover-command): Recognize an xover command is
2844         available also when the server returns simply a dot.
2845
2846         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
2847
2848 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2849
2850         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
2851
2852 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2853
2854         * gnus-ems.el (gnus-x-splash): Make it work.
2855
2856         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
2857         from being used.
2858
2859         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
2860
2861 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2862
2863         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
2864         4th and the 5th arguments.
2865
2866         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
2867         the front stickiness.
2868         (gnus-article-summary-command-nosave): Correct the order of the
2869         arguments passed to pop-to-buffer.
2870         (gnus-article-read-summary-keys): Ditto; make it work properly when the
2871         summary command ends up with the article buffer.
2872
2873         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
2874         the same faces.
2875
2876 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
2877
2878         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
2879
2880 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
2881
2882         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
2883         * gnus-sum.el (gnus-summary-highlight):
2884         * pgg.el (pgg-sign-region, pgg-sign):
2885         * mail-source.el (mail-source-delete-old-incoming-confirm):
2886         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
2887
2888 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2889
2890         * gnus-art.el (gnus-mime-view-part-externally)
2891         (gnus-mime-view-part-internally): Fix predicate function passed to
2892         completing-read.
2893
2894         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
2895
2896         * gnus.el (gnus-update-message-archive-method): Add :version.
2897
2898 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2899
2900         * gnus.el (gnus-update-message-archive-method): New variable.
2901
2902         * gnus-start.el (gnus-setup-news): Update saved "archive" method
2903         according to gnus-message-archive-method if
2904         gnus-update-message-archive-method is non-nil.
2905
2906 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2907
2908         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
2909         by Loic Dachary <loic@dachary.org>.
2910         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
2911
2912 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2913
2914         * message.el (message-pop-to-buffer): Add switch-function argument.
2915         (message-mail): Pass switch-function argument to it.
2916
2917 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
2918
2919         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
2920         Improve doc string.
2921
2922 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2923
2924         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
2925         (gnus-header-content)
2926         * gnus-cite.el (gnus-cite-10)
2927         * gnus-srvr.el (gnus-server-closed)
2928         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
2929         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
2930         (gnus-group-mail-3-empty, gnus-group-mail-low)
2931         (gnus-group-mail-low-empty, gnus-splash)
2932         * message.el (message-header-to, message-header-cc)
2933         (message-header-subject, message-header-other, message-header-name)
2934         (message-header-xheader, message-separator, message-cited-text)
2935         (message-mml): Lighten colors of faces used for dark background.
2936
2937 2007-05-24  Simon Josefsson  <simon@josefsson.org>
2938
2939         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
2940         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
2941
2942 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2943
2944         * message.el (message-narrow-to-headers-or-head):
2945         Ignore mail-header-separator in the body.
2946
2947 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2948
2949         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
2950         same as window size.
2951
2952 2007-05-22  Kevin Ryde  <user42@zip.com.au>
2953
2954         * message.el (message-font-lock-keywords): Use message-header-xheader
2955         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
2956         ahead of the anything pattern, to get it recognised.
2957
2958 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2959
2960         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
2961         spam.el loads uses it in the compiled defadvice form.
2962
2963 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
2964
2965         * gnus-sum.el (gnus-articles-to-read)
2966         (gnus-summary-insert-old-articles): Don't truncate group name for
2967         `read-string'.
2968
2969         * gnus-util.el (gnus-limit-string): Delete this function.
2970
2971         * gnus-sum.el (gnus-simplify-subject-fully): Use
2972         `truncate-string-to-width' instead.
2973
2974 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
2975
2976         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
2977         if, on summary exit, the next group has to be selected.
2978         (gnus-summary-exit): Use it.
2979
2980 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
2981
2982         * gnus-art.el (gnus-article-mode): Fix comment about displaying
2983         non-break space.
2984
2985 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2986
2987         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
2988         Check if group is not a directory.
2989         (nnfolder-request-expire-articles): Don't delete articles if the target
2990         group is not available.
2991
2992         * nnml.el (nnml-request-create-group): Properly check if group is not a
2993         file.
2994         (nnml-request-expire-articles): Don't delete articles if the target
2995         group is not available.
2996
2997         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
2998         Don't quote characters that are within parentheses.
2999
3000 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3001
3002         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
3003         (gnus-handle-ephemeral-exit): Select article according to it.
3004
3005 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
3006
3007         * message.el (message-insert-formated-citation-line): Remove newline.
3008         (message-citation-line-format): Add final \n here so that the user can
3009         avoid a blank line.
3010
3011 2007-05-03  Dan Christensen  <jdc@uwo.ca>
3012
3013         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
3014         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
3015         Update lanl/arXiv support.
3016
3017 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
3018
3019         * gnus.el: Bump version number.
3020
3021 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3022
3023         * gnus.el (gnus-version-number): Bump version.
3024
3025 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3026
3027         * gnus.el: No Gnus v0.6 is released.
3028
3029 2007-04-27  Didier Verna  <didier@xemacs.org>
3030
3031         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
3032         * gmm-utils.el (gmm-regexp-concat): here.
3033         * message.el: Don't require 'gnus-util.
3034         (message-dont-reply-to-names): Handle name change above.
3035         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
3036
3037 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3038
3039         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
3040         since the initial value varies according to the system.
3041
3042 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3043
3044         * mm-util.el (mm-charset-synonym-alist): Defcustom.
3045
3046 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
3047
3048         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
3049
3050 2007-04-24  Didier Verna  <didier@xemacs.org>
3051
3052         Improve the type of gnus-ignored-from-addresses.
3053         * gnus-util.el (gnus-orify-regexp): New function.
3054         * message.el (gnus-util): Require it.
3055         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
3056         * gnus-sum.el (gnus-ignored-from-addresses): New function.
3057         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
3058
3059 2007-04-24  Didier Verna  <didier@xemacs.org>
3060
3061         * gnus-sum.el:
3062         * gnus-utils.el: Fix some trailing whitespaces.
3063
3064 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3065
3066         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
3067         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
3068         article's Message-ID; refer parent article in summary buffer.
3069
3070         * message.el (message-bounce): Call mime-to-mml.
3071
3072         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
3073         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
3074         optimize and/or forms properly.
3075
3076 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
3077
3078         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
3079         URL.
3080
3081 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3082
3083         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
3084
3085 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3086
3087         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
3088         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
3089         displayed of multipart/alternative part if it is invoked from summary
3090         buffer.
3091
3092         * mm-view.el (mm-inline-text-html-render-with-w3m)
3093         (mm-inline-text-html-render-with-w3m-standalone)
3094         (mm-inline-render-with-function): Use mail-parse-charset by default.
3095
3096 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
3097
3098         * parse-time.el (parse-time-string-chars): Check if CHAR
3099         is less than the length of parse-time-syntax.
3100
3101 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3102
3103         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
3104         from gnus-newsgroup-processable.
3105
3106 2007-04-16  Didier Verna  <didier@xemacs.org>
3107
3108         * gnus-msg.el (gnus-configure-posting-styles): Handle
3109         message-signature-directory properly with :file syntax.  Reported by
3110         "Leo".
3111
3112 2007-04-11  Didier Verna  <didier@xemacs.org>
3113
3114         New user option: message-signature-directory.
3115         * gnus-msg.el (gnus-configure-posting-styles): Support it.
3116         * message.el (message-insert-signature): Ditto.
3117         * message.el (message-signature-file): Doc update.
3118         * message.el (message-signature-directory): New.
3119
3120 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3121
3122         * gnus-msg.el (gnus-inews-yank-articles): Use
3123         message-exchange-point-and-mark instead of exchange-point-and-mark.
3124
3125 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3126
3127         * message.el (message-yank-original): Make sure cited text ends with
3128         newline; don't exchange point and mark.
3129
3130 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
3131
3132         * tls.el (open-tls-stream): Properly handle case where there
3133         is no associated buffer.
3134
3135 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
3136
3137         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
3138         message-yank-original, make sure (< mark TEXT point).
3139
3140 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
3141
3142         * message.el (message-fill-column): New variable.
3143         (message-mode): Use it.  Add comment on a possible new hook.
3144
3145         * nnmail.el (nnmail-spool-file): Mark as obsolete.
3146         (nnmail-get-new-mail): Reformat.
3147
3148         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
3149
3150         * gmm-utils.el: Fix Commentary.
3151         (gmm-tool-bar-from-list): Fix typo in doc string.
3152
3153 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
3154
3155         * message.el (message-yank-original): Don't switch point and mark
3156         unnecessarily to put point and mark as documented.
3157
3158 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3159
3160         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
3161         from the message heads.
3162
3163 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
3164
3165         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
3166         article buffer does not have a window.  This may not be the best
3167         solution but is certainly better than setting the start of the null,
3168         that is the current, window.
3169
3170 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
3171
3172         * gnus-draft.el (gnus-draft-setup-hook): New hook.
3173         (gnus-draft-setup): Run it.
3174
3175         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
3176         gnus-score-fast-scoring.  Allow regexp.
3177         (gnus-score-headers): Use it.
3178
3179         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
3180         XEmacs.
3181
3182         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
3183         string.
3184         (gnus-button-alist): Also catch `<f1> k ...'.
3185         (gnus-treat-display-x-face): Fix doc string.
3186
3187 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3188
3189         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
3190         evaluation of gnus-extended-version to ensure correct generation of the
3191         User-Agent header when message-generate-headers-first is used.
3192
3193 2007-03-24  Simon Josefsson  <simon@josefsson.org>
3194
3195         * hashcash.el (hashcash-generate-payment-async): Don't crash if
3196         hashcash-path is nil.  Don't call callback with incorrect number of
3197         parameters if val is 0.
3198
3199 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3200
3201         * message.el (message-required-news-headers):
3202         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
3203
3204 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
3205
3206         * tls.el (open-tls-stream): In handshake-waiting loop,
3207         don't wait more if there is output available to process.
3208
3209 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
3210
3211         * tls.el (tls-program): Doc fix.
3212
3213 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3214
3215         * message.el (message-generate-new-buffers): Change the meaning of the
3216         nil value; add `standard' to the choices; treat t as `unique'; improve
3217         doc string.
3218         (gnus-select-frame-set-input-focus): Autoload.
3219         (message-buffer-name): Search for the existing message buffer if
3220         message-generate-new-buffers is nil or `standard'; treat the value t of
3221         message-generate-new-buffers as `unique'.
3222         (message-pop-to-buffer): Raise the frame already displaying the message
3223         buffer; clear the echo area after querying.
3224         (message-setup): Pass the `continue' argument to compose-mail.
3225         (message-mail): Prefer `switch-function' if it is given; search for the
3226         existing message buffer if the `continue' argument is non-nil; pass
3227         continue and switch-function arguments to compose-mail by way of
3228         message-setup.
3229         (message-mail-other-window): Adjust argument of message-setup.
3230         (message-mail-other-frame): Ditto.
3231
3232 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3233
3234         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
3235         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
3236         to turn font-lock on when turning gnus-message-citation-mode on.
3237
3238 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
3239
3240         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
3241         (mml-smime-function-alist): New variable; add epg as the backend.
3242         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
3243         mml-smime- functions instead.
3244         * mm-view.el: Require smime.
3245
3246 2007-03-05  Didier Verna  <didier@xemacs.org>
3247
3248         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
3249         instead of just inheritance for posting styles.
3250         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
3251
3252 2007-02-24  Chris Moore  <dooglus@gmail.com>
3253
3254         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
3255         * pgg-pgp.el (pgg-pgp-encrypt-region):
3256         * pgg-gpg.el (pgg-gpg-encrypt-region):
3257         Check pgg-encrypt-for-me if no other recipients.
3258
3259 2007-02-24  John Paul Wallington  <jpw@pobox.com>
3260
3261         * tls.el (tls-certtool-program): Fix custom type.
3262
3263 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3264
3265         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
3266         and point-at-eol instead of line-(beginning|end)-position.
3267
3268         * assistant.el (assistant-parse-buffer): Ditto.
3269
3270         * netrc.el (netrc-parse-services): Ditto.
3271
3272 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
3273
3274         * mml2015.el (mml2015-epg-find-usable-key): New function.
3275         (mml2015-epg-sign): Use it.
3276         (mml2015-epg-encrypt): Use it.
3277
3278 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3279
3280         * message.el (message-make-in-reply-to): Quote name containing
3281         non-ASCII characters.  It will make the RFC2047 encoder cause an error
3282         if there are special characters.  Reported by NAKAJI Hiroyuki
3283         <nakaji@jp.freebsd.org>.
3284
3285 2007-02-27  Didier Verna  <didier@xemacs.org>
3286
3287         Include the group parameters as well as the topic ones in the
3288         inheritance filter process.
3289         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
3290         argument GROUP-PARAMS-LIST.
3291         * gnus-topic.el (gnus-group-topic-parameters): Use it.
3292
3293 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3294
3295         * nntp.el (nntp-never-echoes-commands)
3296         (nntp-open-connection-functions-never-echo-commands): New variables.
3297         (nntp-send-command): Use them.
3298
3299 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
3300
3301         * mml2015.el (mml2015-epg-verify): Simplified.
3302
3303 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3304
3305         * mml.el (mml-content-disposition-alist): New user option.
3306         (mml-content-disposition): New function.
3307         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
3308         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
3309
3310 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
3311
3312         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
3313         verification.
3314
3315 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3316
3317         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
3318         articles posted in the last 24 hours.
3319
3320 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
3321
3322         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
3323
3324 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
3325
3326         * nntp.el (nntp-send-command): Don't wait for echoes when
3327         nntp-open-ssl-stream is used.
3328
3329 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3330
3331         * gnus-cite.el (gnus-test-font-lock-add-keywords)
3332         (gnus-message-add-citation-keywords)
3333         (gnus-message-remove-citation-keywords): Remove.
3334         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
3335         directly, make the variables in font-lock-defaults buffer-local, add
3336         gnus-message-citation-keywords to them and then update the value of
3337         font-lock-keywords.
3338
3339 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3340
3341         * message.el (message-cite-original-1): Don't call
3342         gnus-article-highlight-citation.
3343
3344         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
3345         citations; fix line count.
3346
3347 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3348
3349         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
3350         (gnus-message-add-citation-keywords)
3351         (gnus-message-remove-citation-keywords): Use it; fix the emulating
3352         versions of font-lock-add-keywords and font-lock-remove-keywords to
3353         work with XEmacs correctly.
3354
3355 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3356
3357         * gnus-cite.el (gnus-cite-face-list): Set the values of
3358         gnus-message-max-citation-depth and gnus-message-citation-keywords.
3359         (gnus-message-max-citation-depth): Use defvar rather than defconst.
3360         (gnus-message-cite-prefix-regexp): New variable.
3361         (gnus-message-search-citation-line): Use it; protect against long
3362         citation prefix; fill match data with nil rather than 0 for XEmacs; set
3363         the 0th match data for Emacs.
3364         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
3365         (gnus-message-add-citation-keywords): Append keywords rather than
3366         prepending; emulate font-lock-add-keywords if it is not available.
3367         (gnus-message-remove-citation-keywords): Emulate
3368         font-lock-remove-keywords if it is not available.
3369
3370         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
3371
3372         * message.el (message-cite-prefix-regexp): Set the value of
3373         gnus-message-cite-prefix-regexp.
3374
3375 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3376
3377         * nnweb.el (nnweb-google-parse-1): Update parser.
3378
3379 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
3380
3381         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
3382
3383 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3384
3385         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
3386         regexp.
3387
3388 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3389
3390         * uudecode.el (uudecode-string-to-multibyte): New function emulating
3391         string-to-multibyte.
3392         (uudecode-decode-region-internal): Use it.
3393
3394         * lpath.el: Fbind string-as-multibyte for XEmacs.
3395
3396 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
3397
3398         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
3399         custom choice.
3400
3401         * gnus-art.el (gnus-signature-limit): Fix custom choice.
3402
3403 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
3404
3405         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
3406
3407         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
3408         `write-region' to respect `mm-inhibit-file-name-handlers'.
3409
3410 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
3411
3412         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
3413         Use gnus-home-directory instead of "~/" or "$HOME".
3414
3415 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
3416
3417         * encrypt.el (encrypt-insert-file-contents): Add better prompt
3418         to mention filename.
3419         Add comments at beginning regarding usage.
3420         (encrypt-write-file-contents): Change interactive so a string is
3421         acceptable.  If the file has no associated model, show an error instead
3422         of a nonsense prompt.
3423
3424 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3425
3426         * spam.el (spam-bsfilter-ham-switch): Fix typo.
3427         Thanks to Yoshihiko Yamada for kind notification of this typo.
3428
3429 2007-01-12  Kenichi Handa  <handa@m17n.org>
3430
3431         * uudecode.el (uudecode-decode-region-internal): Make it work in a
3432         multibyte buffer.
3433
3434 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
3435
3436         * gnus-score.el (gnus-score-fast-scoring): New variable.
3437         (gnus-score-headers): Use it.
3438
3439         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
3440
3441         * message.el (message-cite-original-1): Call
3442         gnus-article-highlight-citation if requested.
3443         (message-make-from): Allow name and address as optional arguments.
3444
3445         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
3446
3447         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
3448         bugs to doc string.
3449         (gnus-button-alist): Add mid\\|message-id.
3450         (gnus-button-fetch-group): Extend for use in
3451         `browse-url-browser-function'.
3452         (gnus-button-url-regexp): Try to catch paired parentheses like in
3453         Wikipedia URLs.
3454
3455         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
3456         Suggested by Simon Krahnke <overlord@gmx.li>.
3457
3458 2007-01-13  Romain Francoise  <romain@orebokech.com>
3459
3460         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
3461         Update copyright.
3462
3463 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
3464
3465         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
3466
3467 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
3468
3469         * gnus-registry.el (gnus-registry-unfollowed-groups)
3470         (gnus-registry-split-fancy-with-parent): Fix documentation.
3471
3472 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3473
3474         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
3475         from nnweb groups.
3476
3477 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3478
3479         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
3480         Xref urls.  Erase buffer before requesting head.
3481
3482 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
3483
3484         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
3485         customizable.
3486
3487 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
3488
3489         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
3490         no signing key is found.
3491         (mml2015-epg-encrypt): Ask user whether to skip or abort if
3492         no encrypting and/or signing key is found.
3493
3494 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3495
3496         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
3497
3498 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3499
3500         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
3501         headers read from disk with the ones newly found in the current search.
3502         This should no longer cause problems, because the article numbers in
3503         Gmane's `nov.php' output are ignored since the previous change.
3504
3505 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3506
3507         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
3508
3509 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3510
3511         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
3512         replace-regexp-in-string; bind url-version; fbind display-images-p and
3513         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
3514         find-face and set-itimer-function for Emacs; bind itimer-list for
3515         Emacs.
3516
3517         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
3518
3519 2007-01-01  Romain Francoise  <romain@orebokech.com>
3520
3521         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
3522
3523 2006-12-31  Steve Youngs  <steve@sxemacs.org>
3524
3525         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
3526         `define-minor-mode' macro definition expanded properly.
3527         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
3528         exclude it there.
3529
3530         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
3531         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
3532         `fboundp' test.
3533         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
3534         This is OK to autoload in (S)XEmacs now.
3535
3536 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3537
3538         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
3539         keystroke.
3540         (gnus-summary-limit-to-singletons): Fix typo.
3541
3542         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
3543         else fails.
3544
3545 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3546
3547         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
3548         docstring.
3549
3550         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
3551         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
3552         (gnus-summary-insert-dormant-articles): Fix typo in message.
3553
3554 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3555
3556         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
3557         nil for XEmacs.
3558         (gnus-message-citation-mode): Don't autoload in XEmacs.
3559
3560         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
3561
3562 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
3563
3564         * nnimap.el (nnimap-expunge-search-string): Mention
3565         nnimap-search-uids-not-since-is-evil in docstring.
3566
3567 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
3568
3569         * spam.el: Revert to make-obsolete-variable because
3570         define-obsolete-variable-alias is not supported in Emacs 21.
3571
3572         * spam.el (spam-ifile-path, spam-ifile-database-path)
3573         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
3574         make-obsolete-variable.
3575         (spam-bsfilter-path, spam-bsfilter-program)
3576         (spam-spamassassin-path, spam-spamassassin-program)
3577         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
3578         use "path" inappropriately.
3579         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
3580         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
3581         variable names.
3582
3583 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
3584
3585         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
3586         summary buffer.
3587
3588         * password.el (password-cache-remove): Use clear-string to burn
3589         password, if available.
3590
3591 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3592
3593         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
3594
3595         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
3596
3597         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
3598         (gnus-message-highlight-citation): Move defcustom here from
3599         gnus-cite.el.
3600         (gnus-message-citation-mode): Autoload.
3601
3602         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
3603         checks to make it compile with XEmacs.
3604         (gnus-message-citation-mode): New minor mode.
3605         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
3606         (gnus-message-highlight-citation): New variables.
3607         (gnus-message-search-citation-line)
3608         (gnus-message-add-citation-keywords)
3609         (gnus-message-remove-citation-keywords)
3610         (turn-on-gnus-message-citation-mode)
3611         (turn-off-gnus-message-citation-mode): New functions.
3612
3613 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
3614
3615         * gnus-cite.el: Enable highlighting of different citation levels in
3616         message-mode.
3617
3618 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3619
3620         * message.el (message-make-fqdn): Fix comment.
3621         (message-bogus-system-names): Add ".local".
3622
3623         * spam.el (spam-ifile-path, spam-ifile-program)
3624         (spam-ifile-database-path, spam-ifile-database)
3625         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
3626         Don't use "path" inappropriately.
3627         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
3628         strings.
3629         (spam-check-ifile, spam-ifile-register-with-ifile)
3630         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
3631         new variable names.
3632
3633         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
3634         (gnus-treat-display-smileys): Simplify using
3635         gnus-image-type-available-p.
3636
3637         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
3638         available.
3639
3640         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
3641         `display-images-p' if available.
3642
3643 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3644
3645         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
3646         one after turning on the buffer's multibyteness instead of decoding
3647         them directly in the unibyte buffer that causes unexpected conversion
3648         in Emacs 23 (unicode).
3649
3650 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3651
3652         * message.el (message-generate-hashcash): Fix custom type.
3653
3654 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
3655
3656         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
3657
3658 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
3659
3660         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
3661         disconnect icons.  Add help text.
3662
3663 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
3664
3665         * spam.el (spam-extra-header-to-number): CRM114 spam score is
3666         negated to be consistent with the others we handle.
3667
3668 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3669
3670         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
3671         version of gnus-summary-buffer to something, so that we can use two
3672         article buffers at the same time.
3673
3674 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
3675
3676         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
3677         trigger all the extra headers.
3678         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
3679         sorting.
3680
3681 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3682
3683         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
3684         solid groups.
3685
3686 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
3687
3688         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
3689
3690 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3691
3692         * legacy-gnus-agent.el: Add Copyright notice.
3693
3694 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
3695
3696         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
3697
3698 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3699
3700         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
3701
3702         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
3703         to make it work reliably in CVS Emacs.
3704         (gnus-summary-limit-strange-charsets-predicate)
3705         (gnus-summary-limit-to-predicate): New functions.
3706
3707 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
3708
3709         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
3710         specifying array size.
3711         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
3712         array if it is too small.
3713         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
3714         (gnus-sort-threads-loop): New function.
3715
3716 2006-12-06  Chris Moore  <dooglus@gmail.com>
3717
3718         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
3719         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
3720
3721 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
3722
3723         * mm-url.el (mm-url-predefined-programs): Call curl with correct
3724         options.
3725
3726 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3727
3728         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
3729         DOS-ing the recipient.
3730
3731         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
3732         the headers when creating the mapping to avoid mismappings.
3733         (nnweb-gmane-create-mapping): Always nix out old mapping.
3734
3735 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3736
3737         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
3738         and mm-verify-option to never.
3739
3740 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3741
3742         * message.el (message-signed-or-encrypted-p): New function.
3743         (message-forward-make-body): Use it.
3744
3745         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
3746         Replace encode-coding-string with mm-encode-coding-string.
3747
3748 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3749
3750         * nneething.el (nneething-decode-file-name): Replace
3751         decode-coding-string with mm-decode-coding-string.
3752
3753         * gnus-int.el (gnus-open-server): Say failed server's name.
3754
3755 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3756
3757         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
3758         strings to a single string.  Quote `errors-file-name'.
3759         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
3760         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
3761         Adjust calls.  Use `shell-quote-argument'.
3762
3763 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
3764
3765         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
3766         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
3767
3768         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
3769         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
3770         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
3771         (gnus-group-make-directory-group, gnus-group-transpose-groups):
3772         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
3773         (gnus-subscribe-newsgroup, gnus-1):
3774         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
3775         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
3776         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
3777         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
3778
3779 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3780
3781         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
3782         keystroke.
3783         (gnus-summary-limit-to-bodies): Implement headersp.
3784
3785 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3786
3787         * dns.el (query-dns): Protect against "Process dns deleted" strings.
3788
3789 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3790
3791         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
3792
3793 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3794
3795         * message.el (message-generate-hashcash): Expand range of values to
3796         include `opportunistic'.
3797         (message-send-mail): Use it.
3798
3799 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3800
3801         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
3802         and comment it.
3803
3804         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
3805
3806 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
3807
3808         * gnus-util.el (gnus-extract-address-components): Improve comment.
3809
3810 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3811
3812         * gnus-util.el (gnus-extract-address-components): Work with address in
3813         which the name portion contains @.
3814
3815         * lpath.el: Fbind custom-autoload.
3816
3817 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
3818
3819         * gnus.el (gnus-start): Move custom group up.
3820         (gnus-select-method): Don't autoload, but make it available for
3821         `customize-variable'.
3822         (gnus-getenv-nntpserver): Don't autoload.
3823
3824 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
3825
3826         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
3827
3828 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
3829
3830         * message.el (message-sendmail-extra-arguments): New variable.
3831         (message-send-mail-with-sendmail): Use it.
3832
3833 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3834
3835         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
3836         mm-with-unibyte-current-buffer to make string unibyte.
3837
3838         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
3839         mm-string-as-multibyte.
3840
3841 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
3842
3843         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
3844         Reported by Werner Koch <wk@gnupg.org>.
3845
3846 2006-11-14  Daiki Ueno  <ueno@p360>
3847
3848         * mml2015.el: Autoload epa-select-keys when compiling.
3849
3850 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
3851
3852         * mml2015.el (mml2015-epg-sign): Save the signing keys in
3853         message-options.
3854         (mml2015-epg-encrypt): Save the recipient keys in message-options.
3855
3856 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
3857
3858         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
3859         EasyPG (< 0.0.6).
3860         (mml2015-always-trust): New user option.
3861         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
3862         prompt.
3863
3864 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3865
3866         * nntp.el (nntp-authinfo-force): New variable.
3867         (nntp-send-authinfo): Use it.
3868
3869 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
3870
3871         * message.el (message-strip-subject-encoded-words): Allow _not_ to
3872         decode encoded words.  Improve prompt.  Add comment about forwarding.
3873         (message-replacement-char): Move up.
3874
3875 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3876
3877         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
3878         instead of gnus-intersection because arguments of gnus-sorted-nunion
3879         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
3880
3881 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
3882
3883         * message.el (message-strip-subject-encoded-words): Reformat prompt.
3884         (message-simplify-subject-functions): Enable
3885         message-strip-subject-encoded-words by default.
3886
3887 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
3888
3889         * message.el (message-strip-subject-encoded-words): New function
3890         (message-simplify-subject-functions): New variable.
3891         (message-simplify-subject): Use it.  Fix typo in doc string.
3892         Support message-strip-subject-encoded-words.
3893
3894 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
3895
3896         * gnus-diary.el (gnus-diary-delay-format-function):
3897         * nndiary.el (nndiary-reminders):
3898         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
3899
3900 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
3901
3902         * gnus-art.el (article-hide-boring-headers): Fetch date from
3903         gnus-original-article-buffer to avoid problems with localized date
3904         strings.
3905
3906 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3907
3908         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
3909
3910 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
3911
3912         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
3913         New variables.
3914         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
3915         (mm-charset-synonym-alist): Move some entries to
3916         mm-codepage-iso-8859-list.
3917         (mm-charset-synonym-alist, mm-charset-override-alist): Add
3918         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
3919
3920 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3921
3922         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
3923
3924 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
3925
3926         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
3927         with Emacs 21 and XEmacs.
3928
3929 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
3930
3931         * spam.el (spam-parse-address): New function for better parsing,
3932         catching errors, etc.
3933         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
3934
3935 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
3936
3937         * mm-view.el: Add interactive arg to html2text autoload.
3938
3939 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3940
3941         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
3942
3943 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
3944
3945         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
3946         variables.
3947         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
3948         (mm-charset-synonym-alist): Move some entries to
3949         mm-codepage-iso-8859-list.
3950
3951         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
3952
3953 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
3954
3955         * message.el (message-citation-line-format)
3956         (message-insert-formated-citation-line): Fix implementation of %E, %N
3957         and %n according to the doc string.
3958
3959 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
3960
3961         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
3962         car-safe to avoid bad parses.
3963
3964 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3965
3966         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
3967         names.
3968
3969         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
3970
3971 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3972
3973         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
3974         header.
3975
3976         * message.el (message-draft-headers): Add Date.
3977         (message-headers-to-generate): Fix typo in docstring.
3978
3979         * nndraft.el (nndraft-required-headers): New variable.
3980         (nndraft-generate-headers): Use it.
3981
3982         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
3983
3984 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
3985
3986         * gnus-registry.el (gnus-registry-wash-for-keywords)
3987         (gnus-registry-find-keywords): New functions to allow easy searching of
3988         articles that are in the registry.
3989
3990 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
3991
3992         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
3993         ietf-drums-parse-address instead of gnus-extract-address-components.
3994         Reported by Damien Elmes <damien@repose.cx>.
3995
3996 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
3997
3998         * gnus.el (gnus-mime): Remove unused custom group.
3999
4000 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4001
4002         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
4003         "blank line" when searching for end of armor headers.
4004
4005 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4006
4007         * gmm-utils.el (gmm-write-region): Fix variable name.
4008
4009 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
4010
4011         * gmm-utils.el (gmm-write-region): New function based on compatibility
4012         code from `mm-make-temp-file'.
4013
4014         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
4015
4016         * nnmaildir.el (nnmaildir--update-nov)
4017         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
4018         Use `gmm-write-region'.
4019
4020 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4021
4022         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
4023         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
4024
4025         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
4026
4027         * message.el (message-replacement-char): New variable.
4028         (message-fix-before-sending): Use it.
4029         (message-simplify-subject): New function to remove duplicate code.
4030         (message-reply, message-followup): Use it.
4031
4032         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
4033         gnus-summary-limit-to-articles.
4034
4035 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4036
4037         * gnus-util.el (gnus-with-local-quit): New macro.
4038
4039         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
4040
4041 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
4042
4043         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
4044         ignore non-string data.
4045
4046 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
4047
4048         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
4049         non-string data (needs to be done in the registry too).
4050
4051 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
4052
4053         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
4054         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
4055         (gnus-registry-split-fancy-with-parent)
4056         (gnus-registry-fetch-simplified-message-subject-fast)
4057         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
4058         Remove text properties on ingress into the registry and when it's saved.
4059         (gnus-registry-clean-empty-function): Fix bug with cleaning the
4060         registry from entries with no groups.
4061
4062 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
4063
4064         * gnus-util.el (gnus-string-remove-all-properties): Add utility
4065         function to remove string properties.
4066
4067 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
4068
4069         * gmm-utils.el (gmm): Adjust custom version.
4070
4071         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
4072         custom version.
4073
4074         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
4075
4076 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
4077
4078         * gnus-art.el (gnus-insert-prev-page-button)
4079         (gnus-insert-next-page-button): Simplify.  Reformat.
4080
4081 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
4082
4083         * gnus-art.el (gnus-insert-prev-page-button)
4084         (gnus-insert-next-page-button): Apply gnus-article-button-face.
4085
4086 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
4087
4088         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
4089
4090 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
4091
4092         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
4093         gnus-article-button-face to MIME and security buttons.
4094
4095 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
4096
4097         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
4098         readable.
4099
4100 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4101
4102         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
4103
4104 2006-09-20  Steve Youngs  <steve@sxemacs.org>
4105
4106         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
4107         `browse-url-of-file' instead of `browse-url'.
4108
4109 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4110
4111         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
4112         regexp.  Articles containing quotation were cut prematurely.
4113
4114 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4115
4116         * message.el (message-cite-original-1): Use nobody by default for the
4117         value of From header.
4118         (message-reply): Ditto.
4119
4120 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
4121
4122         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
4123         to the gnus-info.  This fixes a bug of inline-PGP message verification.
4124         Reported by Michael Piotrowski <mxp@dynalabs.de>.
4125
4126 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
4127
4128         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
4129         mails in the doc string.  Add some URLs in comment.
4130         (pop3-movemail): Warn about pop3-leave-mail-on-server.
4131
4132 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4133
4134         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
4135         backslashes handling and the way to find boundaries of quoted strings.
4136
4137 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
4138
4139         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
4140         mml1991-encrypt-to-self is set and mml1991-signers is not set.
4141         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
4142         mml2015-encrypt-to-self is set and mml2015-signers is not set.
4143
4144 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
4145
4146         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
4147         doc string.
4148         (gnus-button-regexp, gnus-button-last): Remove unused variables.
4149
4150 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4151
4152         * lpath.el: Fbind epg-check-configuration.
4153
4154 2006-09-06  Simon Josefsson  <jas@extundo.com>
4155
4156         * mml2015.el (mml2015-use): Doc fix, mention epg.
4157
4158 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
4159
4160         * mml2015.el (mml2015-use): Default to epg, if available.
4161
4162 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
4163
4164         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
4165         message-sender.
4166         (mml1991-epg-encrypt): Ditto.
4167         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
4168         message-sender.
4169         (mml2015-epg-encrypt): Ditto.
4170
4171 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
4172
4173         * message.el (message-send-mail-with-sendmail): Look for sendmail in
4174         several common directories.
4175
4176 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
4177
4178         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
4179         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
4180
4181 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4182
4183         * gnus-art.el (article-decode-encoded-words): Make it fast.
4184
4185 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4186
4187         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
4188
4189         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
4190         in quoted string into `\'.
4191
4192 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4193
4194         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4195         Use standard-syntax-table.
4196
4197 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4198
4199         * gnus-art.el (gnus-decode-address-function): New variable.
4200         (article-decode-encoded-words): Use it to decode headers which are
4201         assumed to contain addresses.
4202         (gnus-mime-delete-part): Remove useless `or'.
4203
4204         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
4205         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
4206         (gnus-nov-parse-line): Use it to decode From header.
4207         (gnus-get-newsgroup-headers): Ditto.
4208         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
4209
4210         * mail-parse.el (mail-decode-encoded-address-region): New alias.
4211         (mail-decode-encoded-address-string): New alias.
4212
4213         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4214         New function.
4215         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
4216         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
4217         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
4218         (rfc2047-decode-string): Ditto.
4219         (rfc2047-decode-address-region): New function.
4220         (rfc2047-decode-address-string): New function.
4221
4222 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
4223
4224         * message.el (message-caesar-buffer-body): Allow rotating headers.
4225
4226         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
4227
4228         * message.el (message-insert-formated-citation-line): Fix %f.
4229         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
4230
4231 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4232
4233         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
4234         (gnus-bookmark-mouse-available-p): New macro.
4235         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
4236         (gnus-bookmark-bmenu-show-infos): Use it.
4237         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
4238         (gnus-bookmark-bmenu-hide-infos): Ditto.
4239         (gnus-bookmark-remove-properties): New function.
4240         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
4241         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
4242         (gnus-bookmark-write-file): Bind coding-system-for-write.
4243         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
4244         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
4245         group before selecting it.
4246         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
4247         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
4248         quit-window if it is not available; use gnus-mouse-2 and bind it to
4249         gnus-bookmark-bmenu-select-by-mouse.
4250         (gnus-bookmark-show-details): Remove unused variable `details-list'.
4251         (gnus-bookmark-bmenu-select-by-mouse): New function.
4252
4253 2006-08-13  Romain Francoise  <romain@orebokech.com>
4254
4255         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
4256         space.
4257
4258 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4259
4260         * compface.el (uncompface): Use binary rather than raw-text-unix.
4261
4262 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4263
4264         * compface.el (uncompface): Make sure the eol conversion doesn't take
4265         place when communicating with the external programs.  Reported by
4266         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4267
4268 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4269
4270         * nnheader.el (nnheader-insert-head): Fix typo in comment.
4271
4272 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4273
4274         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4275         Make it more robust by parsing author and date independently.
4276
4277 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4278
4279         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
4280
4281 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
4282
4283         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
4284         first matching secret key.
4285         (mml2015-epg-encrypt): Ditto.
4286
4287         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
4288         first matching secret key.
4289         (mml1991-epg-encrypt): Ditto.
4290
4291         * mml2015.el (mml2015-encrypt-to-self): New user option.
4292         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
4293         mml2015-epg-encrypt-to-self is set.
4294
4295         * mml1991.el (mml1991-encrypt-to-self): New variable.
4296         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
4297         mml1991-epg-encrypt-to-self is set.
4298
4299         * mml2015.el (mml2015-signers): New user option.
4300         (mml2015-epg-sign): Reflect the value of mml2015-signers.
4301         (mml2015-epg-encrypt): Allow to select signing keys.
4302
4303         * mml1991.el (mml1991-signers): New variable.
4304         (mml1991-epg-sign): Reflect the value of mml1991-signers.
4305         (mml1991-epg-encrypt): Allow to select signing keys.
4306
4307 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4308
4309         * nnheader.el (nnheader-insert-head): Make it work even if the file
4310         uses CRLF for the line-break code.
4311
4312 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
4313
4314         * mml2015.el: Require mml-sec instead of password.
4315         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
4316         (mml2015-cache-passphrase): Inherit the default value from
4317         mml-secure-cache-passphrase.
4318         (mml2015-passphrase-cache-expiry): Inherit the default value from
4319         mml-secure-passphrase-cache-expiry.
4320
4321         * mml1991.el: Require mml-sec instead of password.
4322         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
4323         (mml1991-cache-passphrase): Inherit the default value from
4324         mml-secure-cache-passphrase.
4325         (mml1991-passphrase-cache-expiry): Inherit the default value from
4326         mml-secure-passphrase-cache-expiry.
4327
4328         * mml-sec.el: Require password.
4329         (mml-secure-verbose): New user option.
4330         (mml-secure-cache-passphrase): New user option.
4331         (mml-secure-passphrase-cache-expiry): New user option.
4332
4333 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
4334
4335         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
4336         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
4337         andreas@altroot.de (Andreas Vögele).
4338
4339         FIXME: Use `tiny change'?
4340
4341 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4342
4343         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
4344         workaround for the url package included with Emacs.
4345
4346         * nnweb.el (nnweb-google-create-mapping): Update regexp.
4347
4348 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4349
4350         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
4351         correctly.  This fixes a bug caused by the 2006-05-12 change.
4352
4353 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
4354
4355         * nnmail.el (nnmail-article-group): If splitting raises an error, give
4356         some information about the error when saying that the `bogus' mail
4357         group will be used.
4358
4359 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
4360
4361         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
4362         string.
4363
4364 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
4365
4366         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
4367
4368 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4369
4370         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
4371
4372 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
4373
4374         * mml1991.el (mml1991-function-alist): Add epg.
4375         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
4376         (mml1991-epg-encrypt): New functions.
4377
4378 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
4379
4380         * mml2015.el (mml2015-verbose): New variable.
4381         (mml2015-cache-passphrase): Ditto.
4382         (mml2015-passphrase-cache-expiry): Ditto.
4383         (mml2015-function-alist): Add epg.
4384         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
4385         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
4386         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
4387         functions.
4388
4389 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4390
4391         * message.el (message-cite-original-1): Preserve region when removing
4392         quoted text due to X-No-Archive in order to avoid bogus attribution
4393         when citing multiple messages.
4394
4395 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4396
4397         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
4398         Kenneth Jacker <khj@be.cs.appstate.edu>.
4399
4400 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
4401
4402         * gnus-diary.el (gnus-user-format-function-d)
4403         (gnus-user-format-function-D): Autoload.
4404
4405         * imap.el (Commentary): Fix typo.
4406
4407         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
4408         2006-04-22 contribution.
4409
4410 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4411
4412         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
4413         It didn't really fix the bogosity I'm seeing with solid web groups.
4414
4415 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4416
4417         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
4418         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
4419         created using server names.  If we use the feature without declaring
4420         it, Gnus does not properly manage server and group state.
4421
4422         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
4423         bound.
4424
4425 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4426
4427         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
4428         looking up the method using GROUP's prefix before inventing a new one.
4429         It is used on killed/unknown groups in various places where returning
4430         an all-new method isn't expected by the caller.
4431
4432         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
4433         and match semantics of gnus-group-real-prefix.
4434
4435 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
4436
4437         * nnmail.el (nnmail-broken-references-mailers): New variable.
4438         (nnmail-ignore-broken-references): New function generalizing
4439         nnmail-fix-eudora-headers.
4440         (nnmail-fix-eudora-headers): Now obsolete.
4441
4442         * gnus-art.el (gnus-button-handle-custom): Support
4443         `customize-apropos*'.
4444
4445 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4446
4447         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
4448
4449         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
4450         articles.
4451
4452 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
4453
4454         * message.el (message-cite-reply-above): New variable.
4455         (message-yank-original): Use it.
4456
4457 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4458
4459         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
4460
4461 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
4462
4463         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
4464         as read.
4465
4466         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
4467
4468 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
4469
4470         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
4471         (gnus-bookmark-default-file): Use gnus-directory.
4472         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
4473         Remove "*" in doc string.
4474         (gnus-bookmark-write-file): Simplify.
4475         (gnus-bookmark-maybe-sort-alist): Use `when'.
4476         (gnus-bookmark-get-bookmark): Fix typo in doc string.
4477         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
4478         FIXME about Emacs 21 and XEmacs compatibility.
4479         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
4480         compatibility.
4481         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
4482         compatibility.
4483         (gnus-bookmark-menu-heading): Fix version.
4484
4485 2006-06-19  Bastien Guerry  <bzg@altern.org>
4486
4487         * gnus-bookmark.el: New file.
4488
4489 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4490
4491         * message.el (message-syntax-checks): Doc fix.
4492
4493 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4494
4495         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
4496         unsubscribed groups as if they were killed ones.  It causes duplicate
4497         entries in gnus-newsrc-alist.
4498
4499 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4500
4501         * message.el (message-syntax-checks): Doc fix.
4502         (message-send-mail): Add check for continuation headers.
4503         (message-check-news-header-syntax): Fix regexp used to check for
4504         continuation headers.
4505
4506 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4507
4508         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
4509
4510 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
4511
4512         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
4513
4514 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4515
4516         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
4517         default-truncate-lines.
4518
4519 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4520
4521         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
4522         to fill the utf-8 entry.
4523
4524         * lpath.el: Fbind unicode-precedence-list.
4525
4526 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4527
4528         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4529
4530 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
4531
4532         * gnus-agent.el (directory-files-and-attributes): Move all the way
4533         forward (the third and final move).
4534         (gnus-agent-read-agentview): Trap reconstruction errors due to
4535         nonexistant directory.  Handle by returning nil.
4536
4537 2006-05-30  Didier Verna  <didier@xemacs.org>
4538
4539         * message.el (message-dont-reply-to-names): Update the custom type.
4540         * message.el (message-dont-reply-to-names): New defsubst: potentially
4541         convert a list of regexps into a single one.
4542         * message.el (message-get-reply-headers): Use it.
4543         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
4544
4545 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4546
4547         * gnus-agent.el (directory-files-and-attributes): Move forward.
4548
4549 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4550
4551         * gnus-ml.el (gnus-mailing-list-subscribe)
4552         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
4553         (gnus-mailing-list-message): Fix doc strings.
4554
4555 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4556
4557         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
4558         of doing it manually.
4559
4560 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4561
4562         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
4563         comment.
4564
4565 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
4566
4567         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
4568         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
4569         (gnus-agent-read-local): All symbols allocated in my-obarray
4570         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
4571         (gnus-agent-regenerate-group): Check numeric names to see if they are
4572         messages or groups.
4573         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
4574         better way of do this...)
4575
4576         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
4577         'dummy.group' (there should be a better way of do this...)
4578
4579 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4580
4581         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
4582         (gnus-saved-headers): Ditto.
4583         (gnus-default-article-saver): Mention functions may have properties.
4584         (gnus-article-save): Override gnus-save-all-headers and
4585         gnus-saved-headers by :headers property which saver function may have.
4586         (gnus-summary-save-in-file): Add :headers property.
4587         (gnus-summary-write-to-file): Ditto.
4588
4589         * gnus-sum.el (gnus-summary-save-article): Bind
4590         gnus-prompt-before-saving to t when saving many articles in a file;
4591         always show all headers.
4592
4593         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
4594
4595 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
4596
4597         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
4598         marks.
4599
4600         * message.el (message-indent-citation): Add optional arguments to allow
4601         using it outside of message buffers.
4602
4603         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
4604         (gnus-article-treat-unfold-headers): Use it.
4605         (gnus-article-truncate-lines): New variable.
4606         (gnus-article-mode): Use it.
4607         (gnus-article-toggle-truncate-lines): New function.
4608
4609         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
4610         gnus-article-toggle-truncate-lines.
4611
4612         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
4613         coding system in XEmacs, use binary.
4614
4615 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4616
4617         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
4618         after-load-alist.
4619
4620         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
4621         this function should save decoded articles.
4622         (gnus-summary-write-to-file): Use property to specify this function
4623         should save decoded articles and specify gnus-summary-save-in-file
4624         should be used to save articles other than the first one when saving
4625         many articles.
4626         (gnus-summary-save-body-in-file): Use property to specify this
4627         function should save decoded articles.
4628         (gnus-summary-write-body-to-file): Use property to specify this
4629         function should save decoded articles and specify
4630         gnus-summary-save-body-in-file should be used to save articles other
4631         than the first one when saving many articles.
4632
4633         * gnus-sum.el (gnus-summary-save-article): Simplify.
4634
4635 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4636
4637         * gnus-art.el (gnus-default-article-saver): Add
4638         gnus-summary-write-body-to-file.
4639         (gnus-article-save-coding-system): Don't use coding system object
4640         in XEmacs.
4641         (gnus-read-save-file-name): Add optional `dir-var' argument which
4642         specifies directory in which files are saved; work even if optional
4643         `variable' argument is not specified.
4644         (gnus-summary-write-to-file): Read file name.
4645         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
4646         (gnus-summary-write-body-to-file): New function.
4647
4648         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
4649         (gnus-summary-local-variables): Add it.
4650         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
4651         (gnus-summary-save-article): Remove optional `decode' argument;
4652         determine whether to decode articles by the value of
4653         gnus-default-article-saver; when saving many files using
4654         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
4655         it first and use gnus-summary-save-in-file or
4656         gnus-summary-save-body-in-file thereafter unless
4657         gnus-prompt-before-saving is always; move point to article which
4658         will be saved.
4659         (gnus-summary-save-article-file): Revert.
4660         (gnus-summary-write-article-file): Revert.
4661         (gnus-summary-save-article-body-file): Revert.
4662         (gnus-summary-write-article-body-file): New function.
4663
4664 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4665
4666         * gnus-art.el (gnus-default-article-saver): Doc fix.
4667         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
4668         from gnus-summary-save-article-coding-system, and default to a
4669         certain coding system.
4670         (gnus-output-to-file): Add coding cookie and encode text according
4671         to gnus-article-save-coding-system; don't use mm-append-to-file.
4672
4673         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
4674         gnus-art.el and rename to gnus-article-save-coding-system.
4675         (gnus-summary-save-article): Require gnus-art; don't show all
4676         headers if it decodes articles; don't add coding cookie here;
4677         don't bind mm-text-coding-system-for-write.
4678         (gnus-summary-save-article-file): Save decoded articles.
4679         (gnus-summary-write-article-file): When saving many files, use
4680         gnus-summary-write-to-file first and gnus-summary-save-in-file
4681         thereafter unless gnus-prompt-before-saving is always.
4682         (gnus-summary-save-article-body-file): Save decoded articles.
4683
4684         * lpath.el: Fbind select-safe-coding-system for XEmacs.
4685
4686 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
4687
4688         * nnrss.el (nnrss-check-group): Bind hash-index.
4689
4690 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
4691
4692         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
4693         its hash index.  Store this hash in `nnrss-group-data'.
4694         (nnrss-read-group-data): Update accordingly.
4695
4696 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
4697
4698         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
4699         entry.
4700
4701         * gnus-sum.el (gnus-summary-make-menu-bar): Add
4702         gnus-article-browse-html-article.
4703
4704 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
4705
4706         * gnus-sum.el (gnus-summary-mime-map): Add
4707         gnus-article-browse-html-article.
4708
4709         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
4710
4711 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
4712
4713         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
4714         suitable coding systems in customize.
4715
4716 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
4717
4718         * mail-source.el (mail-sources): Fix custom type.
4719
4720 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
4721
4722         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
4723         (gnus-summary-expire-articles-now): Shorten prompt.
4724
4725         * gmm-utils.el (wid-edit): Require.
4726         (defun-gmm): Renamed from `gmm-defun-compat'.
4727         (gmm-image-search-load-path): Use it.
4728         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
4729
4730 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4731
4732         * gnus-sum.el (gnus-summary-save-article-coding-system): New
4733         variable.
4734         (gnus-summary-save-article): Add optional `decode' argument.  If
4735         it is set and gnus-summary-save-article-coding-system is non-nil,
4736         save decoded article.
4737         (gnus-summary-write-article-file): Save decoded article if
4738         gnus-summary-save-article-coding-system is non-nil.
4739
4740         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
4741         type.
4742
4743 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4744
4745         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
4746
4747 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4748
4749         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
4750         first to test gnus-single-article-buffer which may be buffer-local.
4751
4752         * gnus-sum.el (gnus-summary-setup-buffer): Make
4753         gnus-single-article-buffer buffer-local and nil in ephemeral
4754         group; make gnus-article-buffer, gnus-article-current, and
4755         gnus-original-article-buffer always buffer-local.
4756         (gnus-summary-exit): Kill article buffer belonging to ephemeral
4757         group.
4758         (gnus-handle-ephemeral-exit): Don't move to next summary line.
4759
4760 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
4761
4762         * nnml.el (nnml-request-compact-group): Compressed files might not
4763         have .gz extension.
4764
4765 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4766
4767         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
4768         (mm-copy-to-buffer): Use with-current-buffer.
4769         (mm-display-part): Simplify.
4770         (mm-inlinable-p): Add optional arg `type'.
4771
4772 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4773
4774         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
4775         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
4776         Try harder to show the attachment internally or externally using
4777         gnus-mime-view-part-as-type.
4778
4779 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
4780
4781         * message.el (message-from-style, message-signature-separator)
4782         (message-user-organization-file, message-send-mail-function)
4783         (message-citation-line-function, message-yank-prefix)
4784         (message-indent-citation-function, message-signature)
4785         (message-signature-file, message-signature-insert-empty-line):
4786         Remove autoloads.
4787
4788         * gnus-art.el (gnus-buttonized-mime-types): Remove
4789         "multipart/signed".  Revert 2006-04-26 change.
4790
4791 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4792
4793         * gnus.el (gnus-version-number): Bump version.
4794
4795 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4796
4797         * gnus.el: No Gnus v0.5 is released.
4798
4799 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4800
4801         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
4802         fetching articles by message-id.
4803
4804 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4805
4806         * message.el (hashcash): Require hashcash as normal.
4807
4808         * ecomplete.el (ecomplete-highlight-match-line): Use
4809         point-at-eol.
4810         (ecomplete-highlight-match-line): Use `highlight', because that
4811         face exists in both Emacs and XEmacs.
4812
4813         * message.el (message-display-abbrev): Use point-at-bol.
4814
4815         * mail-source.el: Don't require timer/timer-funcs.
4816
4817         * gnus-async.el: Ditto.
4818
4819         * password.el: Ditto.
4820
4821         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
4822
4823         * mm-url.el: Ditto.
4824
4825         * gnus-xmas.el: Don't require timer-funcs.
4826
4827         * mm-util.el: Require timer/timer-funcs.
4828
4829 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4830
4831         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
4832         Close.
4833
4834 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4835
4836         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
4837         unibyte after clear-decrypt function runs.
4838
4839         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
4840         returns as a unibyte string.
4841
4842 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4843
4844         * lpath.el: Revert.
4845
4846         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
4847         (pgg-gpg-process-sentinel): Revert.
4848
4849         * pgg-pgp.el (pgg-pgp-process-region): Revert.
4850         (pgg-pgp-lookup-key): Revert.
4851
4852         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
4853         (pgg-pgp5-lookup-key): Revert.
4854
4855         * pgg.el (pgg-fetch-key): Revert.
4856
4857 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4858
4859         * lpath.el: Fbind string-as-multibyte for XEmacs.
4860
4861         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
4862         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
4863         (mml1991-pgg-encrypt): Ditto.
4864
4865         * pgg-gpg.el (pgg-string-to-multibyte): New function.
4866         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
4867         a multibyte buffer.
4868
4869         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
4870         (pgg-pgp-lookup-key): Ditto.
4871
4872         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
4873         (pgg-pgp5-lookup-key): Ditto.
4874
4875         * pgg.el (pgg-fetch-key): Ditto.
4876
4877 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
4878
4879         * message.el (message-user-organization-file): Check several
4880         locations of the organization file.
4881
4882         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
4883         Add gnus-article-view-part-as-type.
4884
4885         * gnus-art.el (gnus-article-view-part-as-type): New function.
4886
4887         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
4888         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
4889
4890         * mml.el: Simplify autoload.
4891         (mml-mode): defvar dnd-protocol-alist instead of using
4892         symbol-value.
4893         (mml-default-directory): New variable.
4894         (mml-minibuffer-read-file): Use it.
4895         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
4896
4897         * message.el (message-citation-line-format): New variable.
4898         (message-insert-formated-citation-line): New function.
4899         (message-citation-line-function): Add
4900         `message-insert-formated-citation-line' to custom type.
4901
4902         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
4903         to doc string.
4904
4905         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
4906         depending on mm-verify-option.
4907
4908 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4909
4910         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
4911         binding pgg-* variables; reimplement the section which prevents
4912         MIME header from being signed.
4913         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
4914         pgg-text-mode; remove a blank line at the top of body.
4915
4916         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
4917         lines at the top of body; use gnus-newsgroup-charset if there's no
4918         Charset header.
4919
4920 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4921
4922         * message.el (message-self-insert-commands): Doc fix.
4923
4924         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
4925         (mm-uu-pgp-encrypted-test): Ditto.
4926         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
4927         between header and body; return application/pgp-encrypted handle
4928         if decryption failed; decode decrypted body by charset.
4929
4930         * mm-decode.el (mm-automatic-display): Don't make application/pgp
4931         element match to application/pgp-*.
4932
4933 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4934
4935         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
4936         HTML.
4937
4938 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4939
4940         * mail-source.el (mail-source-call-script): Message the error
4941         string.
4942
4943 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4944
4945         * gnus-util.el (gnus-byte-compile): Use it.
4946
4947 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
4948
4949         * gnus-util.el (kill-empty-logs): New function.
4950
4951 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4952
4953         * message.el (message-mail-alias-type): Doc fix.
4954         (message-mail-alias-type-p): New function.
4955         (message-send): Use it.
4956         (message-mode): Ditto.
4957         (message-strip-forbidden-properties): Ditto.
4958
4959         * ecomplete.el (ecomplete-database-file-coding-system): New
4960         variable.
4961         (ecomplete-save): Use it.
4962         (ecomplete-setup): Use it.
4963
4964 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4965
4966         * message.el (message-self-insert-commands): New variable.
4967         (message-strip-forbidden-properties): Use it.
4968
4969 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4970
4971         * message.el (message-put-addresses-in-ecomplete): Use a regexp
4972         that doesn't make XEmacs choke.
4973
4974 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
4975
4976         * gnus-util.el (gnus-replace-in-string):
4977         Prefer replace-regexp-in-string over of replace-in-string.
4978
4979 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4980
4981         * gnus-util.el (gnus-select-frame-set-input-focus):
4982         Use select-frame-set-input-focus if it is available in XEmacs; use
4983         definition defined in Emacs 22 for old Emacsen.
4984
4985         * dgnushack.el: Autoload unmorse-region for XEmacs.
4986
4987         * lpath.el: Bind cursor-in-non-selected-windows and
4988         select-frame-set-input-focus for XEmacs.
4989
4990 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4991
4992         * mm-view.el (mm-inline-text): Use equal instead of equalp.
4993
4994 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
4995
4996         * gnus-registry.el (gnus-registry-cache-save): Remove text
4997         properties when saving via the temp buffer.
4998
4999 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
5000
5001         * message.el (message-generate-hashcash): Honor custom type.
5002
5003 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5004
5005         * message.el (message-generate-hashcash): Default to non-nil when
5006         hashcash is found.
5007
5008         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
5009         (gnus-refer-thread-limit): Increase default to 500.
5010
5011         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
5012
5013         * flow-fill.el (fill-flowed): Allow delete-space.
5014
5015 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
5016
5017         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
5018         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
5019         Remove autoloads.
5020
5021 2006-04-18  Simon Josefsson  <jas@extundo.com>
5022
5023         * message.el (message-generate-hashcash): Default to.
5024
5025 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5026
5027         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
5028         concatenating segments rather than before concatenating them.
5029
5030 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
5031
5032         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
5033
5034 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5035
5036         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
5037
5038         * message.el (message-forward-make-body-plain): Allow
5039         message-forward-ignored-headers to be a list.
5040         (message-remove-ignored-headers): Factor out into function.
5041         (message-forward-make-body-mml): Use it.
5042
5043         * imap.el (imap-quote-specials): New function.
5044         (imap-login-auth): Quote specials.
5045
5046         * rfc2231.el (rfc2231-parse-string): Remove dead code.
5047         (rfc2231-parse-string): Allow concatanation of parameters that
5048         aren't contiguous.  The test case is
5049           (mail-header-parse-content-type "message/external-body;
5050             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
5051             access-type=LOCAL-FILE;
5052             name*1*=plugh%2fhello-sailor%2fbing.pdf")
5053
5054 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5055
5056         * nntp.el (nntp-accept-process-output): Return the value of
5057         `nnheader-accept-process-output'.
5058
5059 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5060
5061         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
5062         (gnus-button-alist): Recognize more diff formats.
5063         (gnus-button-patch): Strip directory.
5064
5065 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
5066
5067         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
5068         Emacs 22 when setting focus.
5069
5070 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5071
5072         * gnus-art.el (gnus-article-treat-types): Do treatment of
5073         text/x-verbatim parts.
5074         (gnus-button-patch): New command.
5075
5076         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
5077         addresses that contain invalid characters.
5078
5079 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5080
5081         * message.el (message-put-addresses-in-ecomplete): Use
5082         gnus-replace-in-string.
5083         (message-is-yours-p): Use the more correct
5084         mail-header-parse-address instead of
5085         mail-extract-address-components.
5086         (message-put-addresses-in-ecomplete): Fix typo.
5087
5088         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
5089         keystroke.
5090
5091         * gnus-art.el (gnus-treatment-function-alist): Change order of
5092         newsgroups/generic header folding to avoid double-folding.
5093
5094         * message.el (message-hidden-headers): Add X-Draft-From.
5095
5096         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
5097         command.
5098         (gnus-summary-repeat-search-article-backward): New command.
5099
5100         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
5101         groups in the parent topic.
5102
5103 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
5104
5105         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
5106         (spam-extra-header-to-number): Return the CRM114 number as a
5107         number instead of a string.
5108
5109 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5110
5111         * gnus-art.el (gnus-face-properties-alist): Moved here from
5112         gnus-fun.
5113
5114         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
5115
5116 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5117
5118         * message.el (message-strip-forbidden-properties): Only display on
5119         self-insert-command.
5120
5121         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
5122         reindent.
5123         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
5124
5125 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
5126
5127         * smiley.el (smiley-style): Fix typo.
5128
5129 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5130
5131         * hashcash.el (hashcash-insert-payment-async-2): Use
5132         message-goto-eoh instead of doing it manually.
5133         (mail-add-payment): Use message-narrow-to-header instead of trying
5134         to do the same itself.
5135
5136         * message.el (message-hidden-headers): Add Face.
5137
5138         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
5139         reparenting code.
5140         (gnus-summary-reparent-children): Refactored out code.
5141         (gnus-summary-thread-map): New keystroke.
5142         (gnus-summary-reparent-children): Make into command.
5143
5144         * smiley.el (smiley-style): Default to `medium' if using a large
5145         font.
5146
5147         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
5148         does it itself.
5149
5150         * message.el (message-point-in-header-p): Simplify definition.
5151
5152 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5153
5154         * nnagent.el (nnagent-request-set-mark): Silence log file
5155         writing.
5156         (nnagent-request-set-mark): Use write-region instead of
5157         append-to-file.
5158
5159         * gnus-sum.el (gnus-read-header): Fudge article number if using a
5160         strange select method.
5161
5162         * ecomplete.el (ecomplete-display-matches): Get highlightling
5163         right.
5164         (ecomplete-display-matches): Use literals.
5165         (ecomplete-display-matches): Disable message logging.
5166
5167         * message.el (message-display-abbrev): Small optimization.
5168
5169         * ecomplete.el (ecomplete-display-matches): Allow automatic
5170         display.
5171
5172         * message.el (message-strip-forbidden-properties): Display
5173         abbrevs.
5174         (message-display-abbrev): Get automatic display right.
5175
5176         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
5177         keystrokes.
5178
5179 2006-04-13  Romain Francoise  <romain@orebokech.com>
5180
5181         TODO: Backport to v5-10!
5182
5183         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
5184         Moved here (and renamed) from gnus-registry.el.
5185
5186         * gnus-registry.el: Require gnus-util.
5187         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
5188
5189 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5190
5191         * gnus-group.el (gnus-group-catchup-current): Change
5192         if-then-else-if-then-else into cond.
5193         (gnus-group-catchup): Indent.
5194         (group-name-at-point): New function.
5195         (gnus-fetch-group): Provide default from thing at point.
5196
5197 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5198
5199         * message.el (message-display-abbrev): Fix regexp.
5200
5201         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
5202         choosing.
5203         (ecomplete-highlight-match-line): Fix up code rewrite, remove
5204         dead variables.
5205
5206         * message.el (message-newline-and-indent): Remove debugging.
5207         (message-display-abbrev): Use new implementation.
5208
5209 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5210
5211         * gnus-art.el (gnus-article-mode): Set
5212         cursor-in-non-selected-windows to nil.
5213
5214         * smiley.el: Revert previous change.
5215         (smiley-data-directory): defvar it before using it in the
5216         defcustom of `smiley-style'.
5217
5218 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5219
5220         * message.el (message-newline-and-indent): New function.
5221
5222         * ecomplete.el: Implement more bits.
5223
5224         * message.el (message-put-addresses-in-ecomplete): Clean up the
5225         string.
5226
5227         * ecomplete.el (ecomplete-add-item): Chop off decimals.
5228
5229         * gnus-sum.el (gnus-summary-save-parts): Bind
5230         gnus-summary-save-parts-counter and use it to make unique file
5231         names.
5232
5233         * gnus-art.el (gnus-ignored-headers): Add some more headers.
5234
5235         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
5236         parameter to say whether to actually parse the individual
5237         addresses.
5238
5239         * message.el (message-put-addresses-in-ecomplete): New function.
5240         (ecomplete): Require.
5241         (message-mail-alias-type): Add ecomplete as an option.
5242
5243 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
5244
5245         * flow-fill.el (fill-flowed): Remove trailing space from blank
5246         quoted lines.
5247
5248 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5249
5250         * smiley.el (smiley-style): Move definition later to avoid a
5251         compilation warning.
5252
5253 2006-04-12  Kenichi Handa  <handa@m17n.org>
5254
5255         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
5256         buffer and then decode the buffer text if necessary.
5257         (rfc2231-encode-string): Be sure to work on multibyte buffer at
5258         first, and after mm-encode-body, change the buffer to unibyte.
5259         Use mm-disable-multibyte instead of set-buffer-multibyte.
5260
5261 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5262
5263         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
5264         Content-Type header instead of Content-Disposition header.
5265         (gnus-mime-inline-part): Ditto.
5266         (gnus-mime-view-part-as-charset): Ignore charset that the part
5267         specifies.
5268
5269         * mm-decode.el (mm-display-part): Work with external parts and
5270         usual parts similarly.
5271
5272         * mm-extern.el (mm-inline-external-body): Use mm-display-part
5273         instead of gnus-display-mime.
5274
5275         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
5276         instead of with-temp-buffer.
5277
5278         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
5279         tag to summarized topics part in order to encode non-ASCII text.
5280
5281 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5282
5283         * smiley.el (smiley-style): New variable.
5284         (smiley-directory): New function.
5285         (smiley-data-directory): Derive from `smiley-style' using
5286         `smiley-directory'.
5287         (smiley-regexp-alist): Add new entries.
5288
5289         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
5290         (gnus-article-browse-delete-temp): Add :version.
5291
5292 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
5293
5294         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
5295         the sieve region.
5296
5297 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5298
5299         * gnus.el (gnus-version-number): Bump version.
5300
5301 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5302
5303         * gnus.el: No Gnus v0.4 is released.
5304
5305 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5306
5307         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
5308         layout.
5309
5310         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
5311         unknown charset.
5312
5313         * message.el (message-header-synonyms): Add Original-To to the
5314         default.
5315
5316         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
5317         optional parameter.
5318
5319 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
5320
5321         * gnus-fun.el (gnus): Require it for gnus-directory.
5322
5323 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5324
5325         * gnus-fun.el (gnus-face-properties-alist): Add :version.
5326
5327 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
5328
5329         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
5330
5331 2006-04-05  Simon Josefsson  <jas@extundo.com>
5332
5333         * password.el (password-reset): New function.
5334
5335 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
5336
5337         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
5338         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
5339
5340 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5341
5342         * nnweb.el (nnweb-google-create-mapping): Update regexp.
5343         Some whitespace was matched into the url, which broke browsing hits
5344         > 100 when mm-url-use-external was nil.
5345
5346 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
5347
5348         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
5349         gnus-extra-headers for 'Newsgroups.
5350
5351         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
5352         bound.
5353
5354 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
5355
5356         * pgg-gpg.el: Clean up process buffers every time gpg processes
5357         complete.
5358
5359 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
5360
5361         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
5362         doc string.
5363
5364 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
5365
5366         * pgg-gpg.el (pgg-gpg-process-filter)
5367         (pgg-gpg-wait-for-completion): Check if buffer is alive.
5368
5369         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
5370         lines, temporary fix.
5371
5372 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5373
5374         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
5375
5376 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
5377
5378         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
5379         default-enable-multibyte-characters.  This reverts the change from
5380         revision 6.17 which is no longer necessary because the passphrase
5381         is sent separately now.  GnuPG messages are unreadable under
5382         multibyte locales with default-enable-multibyte-characters set to
5383         nil.
5384
5385 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
5386
5387         * message.el (message-tool-bar-gnome): Move "spell".
5388
5389 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
5390
5391         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
5392         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
5393         instead.
5394
5395 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
5396
5397         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
5398         newsgroups handling for NNTP overviews which don't include
5399         Newsgroups.
5400
5401 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5402
5403         * message.el (message-resend): Bind message-generate-hashcash to nil.
5404
5405 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5406
5407         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
5408         when searching for already-paid recipients.
5409
5410 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
5411
5412         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
5413         passphrases when it is not needed.
5414         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
5415         passphrase stuff from gpg, should only be necessary when you use
5416         gpg with a smartcard.
5417
5418 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5419
5420         * mml.el (mml-insert-mime): Ignore cached contents of
5421         message/external-body part.
5422
5423         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
5424         (mm-insert-part): Ditto.
5425
5426 2006-03-23  Simon Josefsson  <jas@extundo.com>
5427
5428         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
5429         Reiner.
5430         (pgg-gpg-use-agent-p): Use it again.
5431
5432 2006-03-23  Simon Josefsson  <jas@extundo.com>
5433
5434         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
5435         older emacsen.
5436         (pgg-gpg-use-agent-p): Don't use it.
5437
5438 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
5439
5440         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
5441         if we can.
5442
5443 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
5444
5445         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
5446         (pgg-gpg-update-agent): New function.
5447         (pgg-gpg-use-agent-p): New function.
5448         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
5449         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
5450         (pgg-gpg-sign-region): Use it.
5451
5452 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5453
5454         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
5455         Reported by Ralf Wachinger <rwachinger@gmx.de>.
5456
5457 2006-03-21  Simon Josefsson  <jas@extundo.com>
5458
5459         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
5460         <wilde@sha-bang.de>.
5461         (pgg-gpg-use-agent): New variable.
5462         (pgg-gpg-process-region): Use it.
5463         (pgg-gpg-encrypt-region): Likewise.
5464         (pgg-gpg-encrypt-symmetric-region): Likewise.
5465         (pgg-gpg-decrypt-region): Likewise.
5466         (pgg-gpg-sign-region): Likewise.
5467         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
5468
5469 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5470
5471         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
5472
5473         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
5474         Add comment on version.
5475
5476 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5477
5478         * smiley.el: Add missing test smiley.
5479
5480 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5481
5482         * mm-decode.el (mm-with-part): New macro.
5483         (mm-get-part): Use it; work with message/external-body as well.
5484         (mm-save-part): Treat name and filename equally.
5485
5486         * mm-extern.el (mm-extern-cache-contents): New function.
5487         (mm-inline-external-body): Use it; force the part to be displayed;
5488         move undisplayer added to the cached handle to the parent.
5489
5490         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
5491         (gnus-mime-view-part-as-type): Work with message/external-body.
5492
5493         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
5494
5495 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5496
5497         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
5498         images in image-load-path.  [Sync with image.el, revision 1.60, in
5499         Emacs.]
5500
5501 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
5502
5503         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
5504         path rather than symbol.  Always return list of directories.
5505         Guarantee that image directory comes first.  [Sync with image.el,
5506         revision 1.59, in Emacs.]
5507
5508         * message.el (message-make-tool-bar): Adjust to new API of
5509         `gmm-image-load-path-for-library'.
5510
5511         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5512
5513         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5514
5515 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5516
5517         * gnus-art.el (gnus-article-only-boring-p):
5518         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
5519         intangible text.
5520         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
5521
5522 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
5523
5524         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
5525         `defun' instead of `gmm-defun-compat'.
5526
5527 2006-03-14  Simon Josefsson  <jas@extundo.com>
5528
5529         * message.el (message-unique-id): Don't use message-number-base36
5530         if (user-uid) is a float.
5531         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
5532
5533 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5534
5535         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
5536
5537         * gnus-art.el (gnus-mime-display-single): Make sure there is an
5538         empty line between a part and a message part.
5539
5540 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
5541
5542         * smiley.el: Add more test smileys.
5543         (smiley-data-directory, smiley-regexp-alist)
5544         (gnus-smiley-file-types): Fix doc strings.
5545         (smiley-update-cache): Clear smiley-cached-regexp-alist before
5546         adding new elements.
5547         (smiley-mouse-map): Unused code.  Make it a comment.
5548
5549 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5550
5551         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
5552         scan latest NoCeM messages instead of old ones.
5553         (gnus-nocem-check-article): Fix regexps so as to match to PGP
5554         delimiters that are recently used.
5555         (gnus-nocem-load-cache): Add autoload cookie.
5556
5557         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
5558
5559         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
5560         level which is larger than gnus-use-nocem is specified.
5561
5562         * gnus-group.el (gnus-group-get-new-news): Ditto.
5563
5564 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5565
5566         * gnus-util.el (gnus-tool-bar-update): New function.
5567
5568         * gnus-group.el (gnus-group-update-tool-bar): New variable.
5569         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
5570
5571         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
5572
5573         * gnus-group.el (gnus-group-redraw-when-idle)
5574         (gnus-group-redraw-check): Remove.
5575         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
5576
5577 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5578
5579         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
5580         if optional last element is specified in splits (FIELD VALUE...).
5581
5582 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
5583
5584         * message.el (message-make-tool-bar): Rename gmm-image-load-path
5585         to gmm-image-load-path-for-library.  Call with no-error argument.
5586         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
5587
5588         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5589
5590         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5591
5592         * gmm-utils.el (gmm-image-load-path): Remove alias.
5593
5594 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
5595
5596         * gmm-utils.el (gmm-image-load-path): Add alias.
5597
5598         * nnml.el (nnml-generate-nov-databases-directory): Rename from
5599         nnml-generate-nov-databases-1.
5600         (nnml-generate-nov-databases): Use it.
5601         (nnml-generate-nov-databases-directory): Document no-active
5602         argument.
5603
5604         * gmm-utils.el (gmm-image-load-path-for-library): Return single
5605         directory if path is t.  Add no-error.
5606
5607         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
5608         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5609
5610         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
5611         resetting gnus-article-browse-html-temp-list.
5612
5613         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
5614         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
5615         Add example to docstring.  Rename local variables.  Move error
5616         checks to default case in cond and simplify.
5617
5618 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5619
5620         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
5621         handle is multipart when calling it recursively.
5622         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
5623
5624 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
5625
5626         * nnimap.el (nnimap-request-update-info-internal): Optimize.
5627         Don't `gnus-uncompress-range' to avoid excessive memory usage.
5628
5629 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5630
5631         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
5632         is loaded.
5633
5634         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
5635         loaded.
5636
5637 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
5638
5639         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
5640         to "Emacs 23 (unicode)" in doc string.
5641
5642         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
5643         "Emacs 23 (unicode)" in comment.
5644
5645 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5646
5647         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
5648
5649         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
5650         characters 160 through 255 in Emacs 23.
5651
5652 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5653
5654         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
5655         gnus-article-browse-html-temp.
5656         (gnus-article-browse-delete-temp): Make it customizable.  Add
5657         `file'.  Adjust doc string.
5658         (gnus-article-browse-delete-temp-files): Add argument.  Allow
5659         query for each file.  Adjust doc string.
5660         (gnus-article-browse-html-parts): Add
5661         `gnus-article-browse-delete-temp-files' to
5662         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
5663
5664 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
5665
5666         * gnus-art.el (gnus-article-browse-html-temp)
5667         (gnus-article-browse-delete-temp): New variables.
5668         (gnus-article-browse-delete-temp-files): New function.
5669         (gnus-article-browse-html-parts): Use it.
5670
5671 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5672
5673         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
5674
5675         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
5676         string.
5677
5678         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
5679         gnus-summary-insert-new-articles when unplugged.  Remove
5680         gnus-summary-search-article-forward.
5681
5682         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
5683         display-visual-class instead of display-color-cells.
5684
5685 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5686
5687         * dgnushack.el: Autoload customize-group for XEmacs.
5688
5689         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
5690         message/* containing non-ASCII text properly.
5691
5692 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5693
5694         * message.el: Require gmm-utils, remove autoloads.
5695         (message-tool-bar): Set default based on
5696         gmm-tool-bar-style.
5697         (message-tool-bar-gnome): Add gmm-customize-mode.
5698
5699         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
5700         gmm-tool-bar-style.
5701         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
5702
5703         * gnus-group.el (gnus-group-tool-bar): Set default based on
5704         gmm-tool-bar-style.
5705         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
5706
5707         * gmm-utils.el (gmm-image-directory): Rename variable from
5708         gmm-image-load-path.
5709         (gmm-image-load-path): Use gmm-image-directory.
5710         (gmm-customize-mode): New function.
5711         (gmm-tool-bar-style): New variable.
5712
5713         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
5714         gnus-group-redraw-line-number.
5715         (gnus-group-redraw-check): Simplify.
5716         (gnus-group-tool-bar-update): Remove redraw check.
5717         (gnus-group-make-tool-bar): Add redraw check.
5718
5719 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
5720
5721         * gnus-art.el (gnus-button): Add missing parentheses.
5722
5723 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5724
5725         * lpath.el: Fbind line-number-at-pos.
5726
5727 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5728
5729         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
5730
5731 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
5732
5733         * gnus-art.el (gnus-button): New face.
5734         (gnus-article-button-face): Use it.
5735
5736         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
5737         gnus-summary-next-page.  Re-order.
5738
5739         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
5740         next-node are now included.
5741         (gnus-group-redraw-line-number): New internal variable.
5742         (gnus-group-redraw-check): Helper function for updating the tool
5743         bar.
5744         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
5745
5746         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
5747
5748         * spam.el (spam-spamassassin-score-regexp): New internal variable.
5749         (spam-extra-header-to-number, spam-check-spamassassin-headers):
5750         Use it to match format of Spamassassin 3.0 and later.  Reported by
5751         IRIE Tetsuya <irie@t.email.ne.jp>.
5752         (spam-check-bogofilter)
5753         (spam-bogofilter-register-with-bogofilter): Fix args of
5754         `gnus-error' calls.
5755
5756 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
5757
5758         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
5759         unnecessary interaction when sending queued mails.  Reported by
5760         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
5761
5762 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5763
5764         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
5765         first or last are nil.
5766
5767 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5768
5769         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
5770
5771 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5772
5773         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
5774
5775 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5776
5777         * dns.el (query-dns): Protect more against buggy tcp output.
5778
5779 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
5780
5781         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
5782         nov.php.
5783
5784 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
5785
5786         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
5787         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
5788         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
5789         output on the server side.
5790         (nnweb-google-create-mapping): Update regexps and add some
5791         progress indication.
5792
5793 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
5794
5795         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
5796         gnus-agent-toggle-plugged.  Re-order icons.
5797         (gnus-group-tool-bar-gnome): Add
5798         gnus-group-{prev,next}-unread-group.
5799         (gnus-group-tool-bar-gnome): Re-order icons.
5800
5801         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
5802         gnus-summary-insert-new-articles.
5803
5804         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
5805         comments.
5806
5807         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
5808         also available in Emacs 21.3.
5809
5810         * message.el (message-fix-before-sending): Change "Emacs 22" to
5811         "Emacs 23 (unicode)" in comment.
5812
5813         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
5814         "Emacs 23 (unicode)" in comment.
5815
5816         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
5817         comment.
5818         (mm-coding-system-p): Add comment about no-MULE XEmacs.
5819
5820         * mm-view.el (mm-fill-flowed): Add :version.
5821
5822 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5823
5824         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
5825         and load-path.
5826
5827 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
5828
5829         * message.el: Autoload gmm-image-load-path.
5830         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
5831         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
5832         consitency.
5833
5834         * gmm-utils.el (gmm-image-load-path): Also search in
5835         "../etc/images".  Don't set gmm-image-load-path if we don't find
5836         the image.
5837
5838 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5839
5840         * gmm-utils.el (gmm-image-load-path): Don't make
5841         `gmm-image-load-path' include subdirectories which the second arg
5842         `image' might specify.
5843
5844         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
5845         subdirectory to icon file names.
5846
5847         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
5848
5849 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
5850
5851         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
5852         gmm-image-load-path calls.
5853
5854         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5855
5856         * message.el (message-make-tool-bar): Ditto.
5857
5858         * mml.el (mml-preview): Added comment concerning tool bar icons.
5859
5860         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
5861         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
5862
5863         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
5864         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
5865
5866         * message.el (message-tool-bar-gnome): Use new icon names.
5867         (message-make-tool-bar): Use `gmm-image-load-path'.
5868
5869         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
5870         functions from MH-E.
5871         (gmm-image-load-path): New variable from MH-E.
5872         (gmm-image-load-path): New function from MH-E.  Added arguments
5873         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
5874         *-image-load-path-called-flag.
5875
5876 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
5877
5878         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
5879
5880 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
5881
5882         * nnimap.el (nnimap-request-move-article): Change folder back to
5883         source group before deleting.
5884
5885 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
5886
5887         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
5888
5889         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
5890         mm-url.
5891
5892         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
5893
5894 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5895
5896         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
5897         coding system which mm-charset-to-coding-system returns for a
5898         given charset is valid.
5899
5900 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
5901
5902         * html2text.el (html2text-remove-tag-list):
5903         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
5904
5905 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
5906
5907         * gnus-cus.el: Revert 2005-10-17 change.
5908
5909 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5910
5911         * gnus-art.el (article-strip-banner): Call
5912         article-really-strip-banner only when the regexp match is made.
5913
5914 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5915
5916         * gnus-art.el (article-strip-banner): Use
5917         gnus-extract-address-components instead of
5918         mail-header-parse-addresses to make it work with non-ASCII text;
5919         remove mail-encode-encoded-word-string.
5920
5921         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
5922         values which are surrounded with \"...\"; make it never cause a
5923         Lisp error; give up parsing of parameters if it failed in
5924         extracting type.
5925
5926 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
5927
5928         * smime.el (smime-cert-by-ldap-1): Fix bug where
5929         `smime-ldap-search' returns results without userCertificates.
5930
5931 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5932
5933         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
5934
5935 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5936
5937         * spam.el (spam-check-spamassassin-headers): Adapt format for
5938         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
5939         <ari@mbf.ocn.ne.jp>.
5940         (spam-list-of-processors): Add spam-use-gmane.
5941
5942 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5943
5944         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
5945         make-temp-file; make it work with XEmacs as well.
5946
5947         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
5948         mm-make-temp-file.
5949
5950         * mm-decode.el (mm-display-external): Use the 3rd arg of
5951         mm-make-temp-file.
5952         (mm-create-image-xemacs): Ditto.
5953
5954 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5955
5956         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
5957         with message-narrow-to-headers.
5958         (gnus-draft-setup): Narrow to header to run message-fetch-field.
5959         (gnus-draft-check-draft-articles): New function.
5960         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
5961
5962 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
5963
5964         * gnus-art.el (gnus-article-browse-html-parts):
5965         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
5966         Don't use suffix argument for mm-make-temp-file for Emacs 21
5967         compatibility.  Remove useless `format'.
5968
5969 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
5970
5971         * nnweb.el (nnweb-google-wash-article): Update regexps.
5972         (nnweb-group-alist): Use defvoo instead of defvar.
5973
5974 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5975
5976         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
5977         re-loading nn* modules.
5978
5979 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5980
5981         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
5982         for `tool-bar-mode' and don't check it's default-value.
5983
5984         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5985
5986         * message.el (message-make-tool-bar): Ditto.
5987
5988         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
5989         `substring'.  Shorten tmp-file name.
5990
5991         * gnus.el: Remove bogus comment.
5992
5993 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
5994
5995         * gnus-art.el (gnus-article-browse-html-parts): New function.
5996         (gnus-article-browse-html-article): New function for viewing html
5997         articles with a browser.
5998
5999 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
6000
6001         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
6002         in elisp.
6003         (pgg-gpg-encrypt-symmetric-region): Ditto.
6004         (pgg-gpg-sign-region): Ditto.
6005
6006         * pgg-def.el (pgg-text-mode): New variable.
6007
6008         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
6009         (mml2015-pgg-encrypt): Ditto.
6010
6011         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
6012         (mml1991-pgg-encrypt): Ditto.
6013
6014 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6015
6016         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
6017         message-make-date instead of current-time-string.
6018
6019         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
6020         to gnus-decoded which mm-uu might set.
6021
6022 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6023
6024         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
6025         don't decode quoted parameters; remove misimported Emacs code.
6026         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6027         (rfc2231-decode-encoded-string): Don't use split-string which
6028         behaves differently according to Emacs version; use
6029         mm-decode-coding-region to convert charset to coding-system.
6030         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6031         (rfc2231-encode-string): Remove misimported Emacs code.
6032
6033 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6034
6035         * gnus-art.el (article-decode-charset): Don't use ignore-errors
6036         when calling mail-header-parse-content-type.
6037         (article-de-quoted-unreadable): Ditto.
6038         (article-de-base64-unreadable): Ditto.
6039         (article-wash-html): Ditto.
6040
6041         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
6042         calling mail-header-parse-content-type and
6043         mail-header-parse-content-disposition.
6044         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
6045         mail-header-parse-content-type.
6046
6047         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
6048         insert charset and format parameters; encode description after
6049         inserting it to buffer.
6050         (mml-insert-parameter): Fold lines properly even if a parameter is
6051         segmented into two or more lines; change the max column to 76.
6052
6053         * rfc1843.el (rfc1843-decode-article-body): Don't use
6054         ignore-errors when calling mail-header-parse-content-type.
6055
6056         * rfc2231.el (rfc2231-parse-string): Return at least type if
6057         possible; don't cause an error even if it fails in parsing of
6058         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6059         (rfc2231-encode-string): Don't break lines at the beginning, leave
6060         it to mml-insert-parameter.
6061
6062         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
6063         calling mail-header-parse-content-type.
6064
6065 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
6066
6067         * spam-report.el (spam-report-gmane-use-article-number):
6068         Improve doc string.
6069         (spam-report-gmane-internal): Check if a suitable header was found
6070         in the article.
6071
6072 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6073
6074         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
6075         (rfc2231-encode-string): Make param*=value always begin with LWSP.
6076
6077 2006-02-05  Romain Francoise  <romain@orebokech.com>
6078
6079         Update copyright notices of all files in the gnus directory.
6080
6081 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6082
6083         * nnweb.el (nnweb-request-group): Avoid growing overview files.
6084
6085 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6086
6087         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
6088         segmented lines of parameter value to cope with Thunderbird 1.5
6089         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
6090         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6091         (rfc2231-encode-string): Don't make lines exceeding 76 column.
6092
6093 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
6094
6095         * mml.el (mml-generate-mime-1): Correct the order of inline signed
6096         parts.
6097
6098 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6099
6100         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
6101         there's only one active file for all servers.
6102         (nnweb-request-scan): Make sure nnweb-articles is initialized on
6103         solid groups.  Gnus might have used a FAST request to select the group.
6104         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
6105         and nnweb-search redundantly in the active file.
6106         (nnweb-request-list): Don't list bogus groups.  There can only be one.
6107         (nnweb-request-create-group): Don't use ARGS.
6108         (nnweb-possibly-change-server, nnweb-request-group): Remove some
6109         initialisations.  Let nnoo do the work.
6110
6111 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6112
6113         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
6114         Say the part has been decoded.
6115
6116         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
6117
6118 2006-01-31  Kevin Ryde  <user42@zip.com.au>
6119
6120         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
6121         mailcap-viewer-test-cache when there's no 'test clause, since that
6122         will invert the meaning of a "nil" test previously determined by
6123         mailcap-mailcap-entry-passes-test.
6124
6125 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6126
6127         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
6128         compiling.
6129
6130         * gnus-sum.el: Ditto.
6131
6132         * message.el: Don't bind tool-bar-map when compiling.
6133
6134 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
6135
6136         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
6137
6138 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
6139
6140         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
6141         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
6142         current Google Groups.
6143
6144 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
6145
6146         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
6147         and tool-bar-mode.
6148
6149         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
6150         and tool-bar-mode.
6151
6152         * message.el (message-tool-bar-update): Simplify.
6153         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
6154
6155         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
6156         gnus-summary-buffer.
6157         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
6158         gnus-summary-reply.
6159
6160         * gmm-utils.el (gmm): Add :version.
6161
6162 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6163
6164         * Makefile.in (clean): New rule.
6165         (distclean): Use it.
6166
6167 2006-01-26  Steve Youngs  <steve@sxemacs.org>
6168
6169         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
6170         autoload.
6171
6172 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6173
6174         * gmm-utils.el (gmm-verbose): Add :group.
6175
6176 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
6177
6178         * message.el: Change some comments WRT tool-bars.
6179
6180         * gnus-sum.el (gnus-summary-tool-bar)
6181         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
6182         (gnus-summary-tool-bar-zap-list): New variables.
6183         (gnus-summary-make-tool-bar): Complete rewrite using
6184         `gmm-tool-bar-from-list'.
6185
6186         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
6187         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
6188         variables.
6189         (gnus-group-make-tool-bar): Complete rewrite using
6190         `gmm-tool-bar-from-list'.
6191         (gnus-group-tool-bar-update): New function.
6192
6193         * message.el (message-mode-field-menu): Add "Show hidden Headers".
6194
6195 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6196
6197         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
6198         is dissected into a single part of which the type is the same as
6199         the given one; decode charset.
6200
6201 2006-01-21  Kevin Ryde  <user42@zip.com.au>
6202
6203         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
6204         into alists as symbol not string, since that's what
6205         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
6206         look for.
6207
6208 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
6209
6210         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
6211         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
6212
6213         * message.el (message-tool-bar-gnome): Use gmm-ignore.
6214
6215 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6216
6217         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
6218         (gnus-xmas-mime-security-button-menu): New function.
6219
6220         * gnus-art.el (gnus-mime-security-button-commands): New variable.
6221         (gnus-mime-security-button-menu): New definition.
6222         (gnus-mime-security-button-map): Use them.
6223         (gnus-mime-security-button-menu): New function.
6224         (gnus-insert-mime-security-button): Addition to help echo.
6225         (gnus-mime-security-run-function, gnus-mime-security-save-part)
6226         (gnus-mime-security-pipe-part): New functions.
6227
6228         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
6229         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
6230
6231         * mm-decode.el (mm-handle-set-disposition): Remove.
6232         (mm-handle-set-description): Remove.
6233
6234 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6235
6236         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
6237         (mm-w3m-standalone-supports-m17n-p): New function.
6238         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
6239         w3m usage.
6240
6241         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
6242         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
6243
6244 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
6245
6246         * message.el (message-tool-bar-zap-list): Use
6247         gmm-tool-bar-zap-list as custom type.
6248         (message-tool-bar-update): New function.
6249         (message-tool-bar, message-tool-bar-gnome)
6250         (message-tool-bar-retro): Add message-tool-bar-update.
6251         (message-tool-bar-gnome): Add flyspell-buffer.
6252
6253         * gnus-util.el (gnus-error): Describe `args'.
6254
6255         * gmm-utils.el (gmm-error): Describe `args'.
6256         (gmm-tool-bar-zap-list): New widget.
6257         (gmm-tool-bar-from-list): Improve description of `zap-list'.
6258
6259 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6260
6261         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
6262         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
6263         the number of recursive calls.
6264
6265         * mm-decode.el (mm-handle-set-disposition): New macro.
6266         (mm-handle-set-description): New macro.
6267
6268 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6269
6270         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
6271         encoding.
6272
6273 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
6274
6275         * message.el (message-tool-bar-zap-list, message-tool-bar)
6276         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
6277         (message-tool-bar-local-item-from-menu): Remove.
6278         (message-tool-bar-map): Replace by `message-make-tool-bar'.
6279         (message-make-tool-bar): New function.
6280         (message-mode): Use `message-make-tool-bar'.
6281
6282         * gmm-utils.el: New file.
6283         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
6284         (gmm-lazy): New widget copied from `nnmail.el'.
6285         (gmm-tool-bar-from-list): New function for creating customizable
6286         tool bars.
6287         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
6288         output.
6289         (gmm): Add :prefix to defgroup.
6290
6291 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
6292
6293         * gmm-utils.el (gmm-widget-p): New function.
6294
6295 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
6296
6297         * mml.el (mml-attach-file): Describe `description' in doc string.
6298         (mml-menu): Add Emacs MIME manual and PGG manual.
6299
6300 2006-01-20  Richard M. Stallman  <rms@gnu.org>
6301
6302         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
6303
6304 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
6305
6306         * nntp.el (nntp-end-of-line): Doc fix.
6307
6308 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
6309
6310         * imap.el (imap-open): Handle case where buffer is a buffer
6311         object.
6312
6313 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6314
6315         * gnus-delay.el (gnus-delay): Don't autoload.
6316         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6317         to be re-loaded when customizing the `gnus-delay' group.
6318
6319 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
6320
6321         * message.el (message-insert-citation-line): Use newlines.
6322
6323 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
6324
6325         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
6326         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
6327         these routines, so the passphrase can be managed externally and
6328         passed in to the system.
6329         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
6330         pgg-add-passphrase-to-cache function.
6331
6332         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
6333         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
6334         these routines, so the passphrase can be managed externally and
6335         passed in to the system.
6336         (pgg-pgp5-sign-region): Use new name of
6337         pgg-add-passphrase-to-cache function.
6338
6339 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
6340
6341         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
6342         part of the decoded armor to find the key-identifier.
6343         (pgg-gpg-lookup-key-owner): New function to return the
6344         human-readable identifier of a key owner.
6345         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
6346         itself.
6347         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
6348         the key value) if we have a key and can match it against a secret
6349         key.  Also, added a note pointing out fact that the prompt only
6350         indicates the first matching key.
6351
6352         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
6353         pgg-decrypt-region.
6354         (pgg-add-passphrase-to-cache): Rename from
6355         `pgg-add-passphrase-cache' to reduce confusion (all callers
6356         changed).
6357         (pgg-remove-passphrase-from-cache): Rename from
6358         `pgg-remove-passphrase-cache' to reduce confusion (all callers
6359         changed).
6360         (pgg-read-passphrase, pgg-add-passphrase-cache)
6361         (pgg-remove-passphrase-cache): Add informative docstrings.
6362         (pgg-decrypt): Convey provided passphrase in subordinate call to
6363         pgg-decrypt-region.
6364
6365 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
6366
6367         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
6368         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
6369         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
6370         'passphrase' argument, so the passphrase can be managed externally
6371         and then passed in to the system.
6372
6373         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
6374         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
6375         so the passphrase cache can be used reliably with identifiers
6376         besides a pgp packet's key id.
6377
6378         * pgg-gpg.el (pgg-gpg-encrypt-region)
6379         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
6380         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
6381         these routines, so the passphrase can be managed externally and
6382         passed in to the system.
6383
6384         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
6385         'notruncate' argument, so the passphrase cache can be used
6386         reliably with identifiers besides a pgp packet's key id.
6387
6388 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
6389
6390         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
6391         symmetric encryption.
6392         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
6393         encrypted session key.
6394         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
6395         message ask for the passphrase in a proper way.
6396
6397         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
6398         New user commands for symmetric encryption.
6399
6400 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6401
6402         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
6403
6404         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
6405
6406 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
6407
6408         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
6409
6410 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6411
6412         * mm-decode.el (mm-inlined-types): Add application/pgp.
6413         (mm-automatic-display): Ditto.
6414
6415         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
6416         part as text.
6417
6418 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6419
6420         * nnrss.el: Update copyright.
6421         (nnrss-opml-import): Query whether to subscribe to each entry.
6422
6423         * gnus-art.el:
6424         * gnus-sum.el:
6425         * gnus-xmas.el:
6426         * messagexmas.el:
6427         * mm-uu.el:
6428         * mm-view.el: Update copyright.
6429
6430 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
6431
6432         * message.el (message-info): New function.
6433         (message-mode-menu): Add it.
6434         Update copyright.
6435
6436         * ChangeLog: Fix and update copyright.
6437
6438 2006-01-13  Romain Francoise  <romain@orebokech.com>
6439
6440         * message.el (message-forward-subject-name-subject): Prefer the
6441         address to 'nowhere' if the sender has no name.
6442         Fix typo.  Update copyright year.
6443
6444 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6445
6446         * gnus-art.el (article-wash-html): Use
6447         gnus-summary-show-article-charset-alist if a numeric arg is given.
6448         (gnus-article-wash-html-with-w3m-standalone): New function.
6449
6450         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
6451         mm-inline-text-html-render-with-w3m-standalone.
6452         (mm-text-html-washer-alist): Map w3m-standalone to
6453         gnus-article-wash-html-with-w3m-standalone.
6454         (mm-inline-text-html-render-with-w3m-standalone): New function.
6455
6456 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6457
6458         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
6459         Improve LaTeX.
6460
6461 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6462
6463         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
6464         (nnrss-request-article): Render text/plain parts as HTML.
6465
6466         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
6467         the buffer.
6468
6469 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6470
6471         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
6472         custom definition of `gnus-posting-styles'.
6473
6474         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
6475         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
6476
6477 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6478
6479         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
6480         Use nntp for bug archive.
6481
6482 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6483
6484         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
6485         parts.
6486         (nnrss-normalize-date): New function converts ISO 8601 date into
6487         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
6488         (nnrss-check-group): Use it.
6489
6490 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6491
6492         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
6493
6494         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
6495         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
6496         (nnrss-insert-w3): Ditto.
6497
6498 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6499
6500         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
6501         the articles to be forwarded including the case where neither a
6502         number of articles nor a region is specified.
6503
6504 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6505
6506         * nnrss.el (nnrss-request-article): Fix last change; fill
6507         text/plain parts.
6508
6509 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6510
6511         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
6512         in text/plain part.
6513         (nnrss-check-group): Don't add excessive newline to dc:subject.
6514
6515 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
6516
6517         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
6518         article.
6519
6520 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6521
6522         * nnml.el: Don't require gnus-bcklg.  Autoload it.
6523         (nnml-use-compressed-files, nnml-save-mail): Support other
6524         comression programs such as bzip2.
6525
6526 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6527
6528         * dns.el (query-dns): Make sure we check the buffer size before
6529         removing tcp headers.
6530
6531 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6532
6533         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
6534         remove MIME buttons associated with multipart/alternative parts.
6535         (gnus-mime-display-alternative): Tag buttons using `article-type'
6536         text property.
6537
6538         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
6539         associated with multipart/alternative parts.
6540
6541         * gnus-art.el (gnus-signature-separator): Fix custom type.
6542
6543         * mm-decode.el (mm-inlined-types): Fix custom type.
6544         (mm-keep-viewer-alive-types): Ditto.
6545         (mm-automatic-display): Ditto.
6546         (mm-attachment-override-types): Ditto.
6547         (mm-inline-override-types): Ditto.
6548         (mm-automatic-external-display): Ditto.
6549
6550 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6551
6552         * spam-report.el (spam-report-user-mail-address)
6553         (spam-report-user-agent): New variables.
6554         (spam-report-url-ping-plain): Use spam-report-user-agent.
6555
6556 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
6557
6558         * gnus-art.el (gnus-button-handle-custom): Do not just use
6559         `customize-apropos' for any "M-x customize-*" button but the
6560         function called for.  Accept both the function name and its
6561         argument in order to achieve this.
6562         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
6563         function name to `gnus-button-handle-custom' in case of "M-x
6564         customize-*" buttons.
6565
6566 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6567
6568         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
6569         multipart/alternative and add xref to mm-discouraged-alternatives
6570         in doc string.
6571
6572         * mm-decode.el (mm-discouraged-alternatives): Add xref to
6573         gnus-buttonized-mime-types in doc string.
6574
6575 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
6576
6577         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
6578         Suggest image/.* in the doc string.
6579
6580 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6581
6582         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
6583         message-marks (Debian bug #342521).
6584
6585 2005-12-12  Simon Josefsson  <jas@extundo.com>
6586
6587         * password.el (password-read-from-cache): Add.
6588         (password-read): Use it.
6589
6590 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6591
6592         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
6593         us-ascii as a MIME charset.
6594
6595         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
6596         against the case where the 2nd arg TYPE is nil.
6597
6598 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6599
6600         * pop3.el (pop3-stream-type): Fix custom version.
6601
6602         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
6603
6604 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
6605
6606         * mm-decode.el (mm-display-external): Add missing cdr.
6607
6608 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6609
6610         * mm-decode.el (mm-display-external): Use nametemplate (defined in
6611         RFC1524) if it is in mailcap or add a suffix according to
6612         mailcap-mime-extensions when generating a temp filename; postpone
6613         deleting a temp file for 2 seconds for some wrappers, shell
6614         scripts, and so on, which might exit right after having started a
6615         viewer command as a background job.
6616
6617 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6618
6619         * nntp.el (nntp-marks-directory): Fix custom group.
6620
6621         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
6622         steps when < 10.
6623
6624         * gnus-start.el (gnus-no-server-1): Mention
6625         `gnus-level-default-subscribed' in doc string.
6626
6627 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
6628
6629         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
6630         parens.
6631
6632 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6633
6634         * gnus-xmas.el (gnus-use-toolbar): Revert.
6635         (gnus-xmas-setup-toolbar): Use global default-toolbar if
6636         gnus-use-toolbar is default.
6637
6638         * messagexmas.el (message-use-toolbar): Revert.
6639         (message-setup-toolbar): Use global default-toolbar if
6640         message-use-toolbar is default.
6641
6642 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6643
6644         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
6645         according to default-toolbar-visible-p.
6646
6647         * messagexmas.el (message-use-toolbar): Ditto.
6648
6649 2005-11-26  Dave Love  <fx@gnu.org>
6650
6651         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
6652         (tls-program, tls-success): Provide openssl alternative.
6653
6654         * starttls.el: Doc fixes.
6655         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
6656         SERVICE to PORT.
6657
6658         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
6659         port null or service name.
6660         (starttls-negotiate): Autoload.
6661
6662 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6663
6664         * message.el (message-kill-to-signature): Fix interactive spec.
6665
6666 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6667
6668         * pop3.el (pop3-open-server): Recognize a string as a service name.
6669
6670 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
6671
6672         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
6673
6674 2005-11-23  Dave Love  <fx@gnu.org>
6675
6676         Add pop3s, pop3/starttls.
6677
6678         * pop3.el (pop3-authentication-scheme): Clarify doc.
6679         (open-tls-stream, starttls-open-stream): Autoload.
6680         (pop3-stream-type): New.
6681         (pop3-open-server): Use it.
6682
6683         * mail-source.el (mail-sources): Fix some :types.  Add stream type
6684         for POP.
6685         (mail-source-keyword-map): Add :stream for POP.
6686         (mail-source-fetch-pop): Use pop3-stream-type.
6687
6688 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6689
6690         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
6691         of current-time-string.
6692
6693 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
6694
6695         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
6696         date header.
6697
6698 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
6699
6700         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
6701         it can seriously impact performance as it bypasses the agent's
6702         local caches.
6703
6704 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
6705
6706         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
6707         must be explicitly online rather than "not explicitly offline" for
6708         its flags to be synchronized.
6709
6710         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
6711         that gnus-uu-unmark-thread will function correctly.
6712
6713         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
6714         1024K is instead displayed as 1M.
6715
6716 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6717
6718         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
6719
6720 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
6721
6722         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
6723
6724 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
6725
6726         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
6727         error message to display actual error condition.
6728         (gnus-agent-save-local): Avoid saving symbols that are bound to
6729         nil as they simply result in a warning message in
6730         gnus-agent-read-local.
6731
6732 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6733
6734         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
6735         rather than make-variable-buffer-local for file-precious-flag.
6736
6737 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
6738
6739         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
6740         for duplicates which are removed.  The invalid sort check then
6741         triggers a rescan after the sort as sorting may have moved
6742         duplicate entries such that they can be cheaply detected.
6743
6744 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6745
6746         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
6747
6748 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
6749
6750         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
6751         internal variable to a custom variable.  Changed default value
6752         from compressed(2) to uncompressed(1).
6753         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
6754         support for uncompressed agentview files.  Taken together, reading
6755         the agentview file should now be 6-7 times faster.
6756
6757 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6758
6759         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
6760         as a buffer-local variable.  This avoids creating truncated
6761         dribble files as a result of a hang up, eg.
6762
6763 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
6764
6765         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
6766         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
6767         XEmacs.
6768
6769 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6770
6771         * gnus-start.el (gnus-start-draft-setup): Enforce
6772         `gnus-draft-mode' for nndraft:drafts at startup.
6773
6774         * gnus.el (gnus-splash): Change custom group.
6775         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
6776         allow-list argument.
6777
6778         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
6779         string.
6780
6781 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6782
6783         * gnus-art.el (gnus-default-article-saver): Add user-defined
6784         `function' to custom type.
6785
6786 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
6787
6788         * imap.el (imap-open): Handle case where buffer is a buffer
6789         object.
6790
6791 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6792
6793         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
6794         long lines.
6795         (gnus-cache-delete-group): Wrap doc strings.
6796
6797         * gnus-agent.el (gnus-agent-rename-group)
6798         (gnus-agent-delete-group): Wrap doc strings.
6799
6800 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6801
6802         * messagexmas.el (message-use-toolbar): Change the valid values
6803         into default, top, bottom, left, and right.
6804         (message-toolbar-thickness): New variable.
6805         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
6806         well.
6807         (message-setup-toolbar): Make it work.
6808
6809         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
6810         (gnus-use-toolbar): Change the valid values into default, top,
6811         bottom, left, and right.
6812         (gnus-toolbar-thickness): New variable.
6813         (gnus-xmas-setup-toolbar): New function.
6814         (gnus-xmas-setup-group-toolbar): Use it.
6815         (gnus-xmas-setup-summary-toolbar): Use it.
6816
6817 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6818
6819         * gnus-start.el (gnus-1): Add "native" to
6820         gnus-predefined-server-alist.
6821
6822         * gnus.el (gnus-method-to-server): Don't add "native" to the
6823         lists here, because that leads to problems when
6824         gnus-select-method is bound.
6825
6826 2005-11-09  Simon Josefsson  <jas@extundo.com>
6827
6828         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
6829         use (not sort-by-date) instead.
6830
6831 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6832
6833         * gnus-delay.el (gnus-delay-group): Don't autoload.
6834         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6835         to be re-loaded when customizing the `gnus-delay' group.
6836
6837 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
6838
6839         * message.el: Revert last changes.
6840         (message-insert-citation-line): Use newlines.
6841
6842 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
6843
6844         * message.el (message-courtesy-message)
6845         (message-mark-insert-begin, message-mark-insert-end)
6846         (message-elide-ellipsis, message-cancel-message)
6847         (message-add-header, message-change-subject)
6848         (message-cross-post-followup-to-header)
6849         (message-cross-post-insert-note, message-reduce-to-to-cc)
6850         (message-widen-reply, message-delete-not-region)
6851         (message-kill-to-signature, message-insert-signature)
6852         (message-insert-importance-high, message-insert-importance-low)
6853         (message-insert-or-toggle-importance)
6854         (message-insert-disposition-notification-to)
6855         (message-indent-citation, message-yank-original)
6856         (message-cite-original-without-signature, message-cite-original)
6857         (message-insert-citation-line, message-position-on-field)
6858         (message-fix-before-sending, message-send-mail-partially)
6859         (message-send-mail, message-send-mail-with-sendmail)
6860         (message-send-mail-with-qmail, message-send-news)
6861         (message-check-news-header-syntax, message-generate-headers)
6862         (message-insert-courtesy-copy, message-fill-address)
6863         (message-fill-header, message-shorten-references)
6864         (message-setup-1, message-cancel-news)
6865         (message-forward-make-body-plain, message-forward-make-body-mime)
6866         (message-forward-make-body-mml, message-encode-message-body)
6867         (message-forward-make-body-digest-plain)
6868         (message-forward-make-body-digest-mime)
6869         (message-use-alternative-email-as-from): Insert `hard-newline'
6870         instead of ordinary newlines.
6871
6872 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6873
6874         * message.el (message-generate-headers): Downcase the argument
6875         given to message-check-element.
6876
6877 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
6878
6879         * nntp.el (nntp-authinfo-rejected): New error condition.
6880         (nntp-wait-for): Use new error condition to signal authentication
6881         error.
6882         (nntp-retrieve-data): Rethrow new error condition to break out of
6883         recursive call to nntp-send-authinfo.
6884
6885 2005-11-08  Romain Francoise  <romain@orebokech.com>
6886
6887         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
6888         (gnus-summary-exit-map): Bind to `Z p'.
6889         (gnus-summary-make-menu-bar): Add menu item.
6890
6891 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
6892
6893         * gnus-art.el (gnus-article-treat-custom): Add `first'.
6894         (gnus-treat-*): Add `first' in all doc strings.
6895
6896         * gnus-group.el (gnus-group-compact-group): Fix typo.
6897
6898 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6899
6900         * gnus.el (gnus-parameters-case-fold-search): New variable.
6901         (gnus-parameters-get-parameter): Use it.
6902
6903         * gnus-score.el (gnus-home-score-file): Doc fix.
6904
6905 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
6906
6907         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
6908
6909 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6910
6911         * mm-util.el (mm-special-display-p): New function.
6912
6913         * mml.el (mml-preview): Use it; doc fix.
6914
6915 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
6916
6917         * imap.el (imap-open): Handle case where buffer is a buffer object.
6918
6919 2005-10-29  Romain Francoise  <romain@orebokech.com>
6920
6921         * message.el (message-fix-before-sending): Fix comment.
6922
6923 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
6924
6925         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
6926
6927 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
6928
6929         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
6930         Used in gnus-score.el.
6931
6932 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6933
6934         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
6935
6936 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6937
6938         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
6939         whitespace removed in revision 7.8.  Use concatenated string to
6940         protect trailing whitespace.
6941
6942 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
6943
6944         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
6945         (nnimap-request-expire-articles): Use it to avoid sending 'UID
6946         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
6947         Courier IMAP ("some version from 2004").  Mostly based on similar
6948         code in the same function.
6949
6950 2005-10-26  Didier Verna  <didier@xemacs.org>
6951
6952         * gnus-group.el (gnus-group-compact-group): Invalidate original
6953         article buffer.
6954         * gnus-srvr.el (gnus-server-compact-server): Ditto.
6955         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
6956         NOV database and in article itself.
6957         Invalidate article backlog.
6958
6959 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6960
6961         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
6962
6963 2005-10-26  Simon Josefsson  <jas@extundo.com>
6964
6965         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
6966         part of 2004-07-25 change.
6967
6968 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6969
6970         * message.el (message-display-completion-list): New function.
6971         (message-expand-group): Use it; make sure the Completions buffer
6972         is modifiable.
6973 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
6974
6975         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
6976         user-mail-name is an empty string.
6977
6978 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
6979
6980         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
6981         depending on gnus-score-decay-constant.
6982
6983         * encrypt.el (encrypt-insert-file-contents)
6984         (encrypt-write-file-contents): Don't use `gnus-message'.
6985
6986         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
6987         arguments.
6988         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
6989         arguments to mm-uu-verbatim-marks-extract.
6990         (mm-uu-hide-markers): New variable.
6991         (mm-uu-extract): Use face similar to `gnus-cite-3'.
6992
6993         * gnus-fun.el (gnus-convert-image-to-x-face-command)
6994         (gnus-convert-image-to-face-command): Use "convert" by default to
6995         allow other input image formats.
6996         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
6997         accordingly.
6998
6999 2005-10-23  Simon Josefsson  <jas@extundo.com>
7000
7001         * imap.el (imap-gssapi-program): Align command line parameters
7002         with latest GNU SASL.
7003         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
7004
7005 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7006
7007         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
7008         HTML.
7009         (nnslashdot-request-article): Ditto.
7010
7011         * lpath.el (featurep): Add nobreak-char-display.
7012
7013 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
7014
7015         * mail-source.el (mail-source-fetch-pop): Require pop3.
7016         (mail-source-check-pop): Ditto.
7017
7018 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7019
7020         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
7021         errors.
7022
7023 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
7024
7025         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
7026         (gnus-treat-strip-leading-blank-lines): Improve doc string.
7027
7028         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
7029
7030         * mm-bodies.el (mm-decode-string): Call
7031         `mm-charset-to-coding-system' with allow-override argument.
7032
7033 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7034
7035         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
7036         (rfc2047-charset-to-coding-system): New function.
7037         (rfc2047-decode-encoded-words): New function.
7038         (rfc2047-decode-region): Use them.
7039         (rfc2047-decode-cte): Remove.
7040         (rfc2047-parse-and-decode): Remove.
7041         (rfc2047-decode): Remove.
7042
7043 2005-10-15  Kenichi Handa  <handa@m17n.org>
7044
7045         * rfc2047.el (rfc2047-decode-cte): New function.
7046         (rfc2047-decode-region): Change the way to decode successive
7047         encoded-words: decode B- or Q-encoding in each encoded-word,
7048         concatenate them, and decode it as charset.
7049
7050 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7051
7052         * lpath.el: Fbind codepage-setup for XEmacs.
7053
7054 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
7055
7056         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
7057         widget-move-and-invoke.
7058         (gnus-custom-mode): Use gnus-custom-map.
7059
7060 2005-10-15  Bill Wohler  <wohler@newt.com>
7061
7062         * message.el (message-tool-bar-map): Renamed image file from
7063         mail_send to mail/send.
7064
7065 2005-10-16  Masatake YAMATO  <jet@gyve.org>
7066
7067         * message.el (message-expand-group): Pass the common
7068         prefix substring of completion to `display-completion-list'.
7069
7070 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
7071
7072         * mml-sec.el (mml-secure-method): New internal variable.
7073         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
7074         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
7075         functions using mml-secure-method.
7076
7077         * mml.el (mml-mode-map): Add key bindings for those functions.
7078         (mml-menu): Simplify security menu entries.  Suggested by Jesper
7079         Harder <harder@myrealbox.com>.
7080         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
7081         end of message if point is the headers of the message.
7082
7083         * message.el (message-in-body-p): New function.
7084
7085         * assistant.el: Autoload gnus-util and netrc.
7086
7087         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
7088         Use `mm-charset-override-alist' only when decoding.
7089
7090         * mm-bodies.el (mm-decode-body): Call
7091         `mm-charset-to-coding-system' with allow-override argument.
7092
7093         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
7094         `filename' from Content-Disposition if Content-Type doesn't
7095         provide `name'.
7096         (gnus-mime-view-part-as-type): Set default instead of
7097         initial-input.
7098
7099 2005-10-09  Daniel Brockman  <daniel@brockman.se>
7100
7101         * format-spec.el (format-spec): Propagate text properties of % spec.
7102
7103 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
7104
7105         * gnus-art.el (gnus-treat-predicate): Add `first'.
7106
7107 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
7108
7109         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
7110         (mm-charset-override-alist): New variable.
7111         (mm-charset-to-coding-system): Use it.
7112         (mm-codepage-setup): New helper function.
7113         (mm-charset-eval-alist): New variable.
7114         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
7115         about unknown charsets.
7116
7117         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
7118
7119 2005-10-04  David Hansen  <david.hansen@gmx.net>
7120
7121         * nnrss.el (nnrss-request-article): Add support for the comments tag.
7122         (nnrss-check-group): Ditto.
7123
7124 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7125
7126         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
7127         Rename x-gnus-verbatim to x-verbatim.
7128         (mm-uu-type-alist): Fix regexp for verbatim-marks.
7129
7130         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
7131         x-verbatim.
7132
7133         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
7134
7135         * gnus-util.el (gnus-remove-duplicates): Remove.
7136
7137         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
7138         instead of gnus-remove-duplicates.
7139
7140         * message.el (message-remove-duplicates): Remove.
7141         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
7142         message-remove-duplicates.
7143
7144         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
7145         available, else use implementation from `delete-dups'.
7146
7147         * message.el (message-insert-expires): New function.
7148         (message-mode-map): Add key binding.
7149         (message-mode-field-menu): Add menu entry.
7150         (message-mode): Document it.
7151         (message-make-expires-date): Use `message-make-date'.
7152
7153 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
7154
7155         * message.el (message-make-expires-date): New function.
7156
7157 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7158
7159         * Makefile.in (list-installed-shadows): New entry.
7160         (install): Use it.
7161         (remove-installed-shadows): New entry.
7162
7163         * dgnushack.el (dgnushack-default-load-path): New variable.
7164         (dgnushack-find-lisp-shadows): New function.
7165         (dgnushack-remove-lisp-shadows): New function.
7166
7167 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7168
7169         * Makefile.in (install-el-elc): New entry.
7170         (install): Use it so that .el files are necessarily installed.
7171
7172 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7173
7174         * time-date.el: Autoload parse-time-string, XEmacs needs it.
7175
7176 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7177
7178         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
7179         function rather than the diff-mode.el package.
7180         (mm-display-external): Use with-current-buffer.
7181         (mm-viewer-completion-map, mm-viewer-completion-map):
7182         Move initialization inside declaration.
7183
7184 2005-09-29  Simon Josefsson  <jas@extundo.com>
7185
7186         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
7187         autoload mail-check-payment.
7188         (spam-check-hashcash): Define unconditionally, since hashcash.el
7189         is part of Gnus now.  Ignore errors from payment checking.
7190
7191 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
7192
7193         * message.el (message-bold-region, message-unbold-region): Rename
7194         from `bold-region' and `unbold-region'.
7195
7196         * message.el: Remove useless autoloads.
7197
7198 2005-09-28  Simon Josefsson  <jas@extundo.com>
7199
7200         * message.el (message-use-idna): Default to t.
7201         (message-use-idna): Test whether encoding works too.  Doc fix.
7202
7203 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7204
7205         * nntp.el (nntp-warn-about-losing-connection): Remove.
7206
7207 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
7208
7209         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
7210         customizable.  Change default value.
7211         (mm-uu-diff-groups-regexp): Change default value.
7212         (mm-uu-type-alist): Add doc string.
7213         (mm-uu-configure): Add doc string.  Make it interactive.
7214         (mm-uu-tex-groups-regexp): New variable.
7215         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
7216         (mm-uu-type-alist): Add LaTeX documents.
7217         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
7218         of "text/verbatim".
7219         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
7220
7221         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
7222         instead of "text/verbatim".
7223
7224         * message.el (message-mark-inserted-region)
7225         (message-mark-insert-file): Use slrn style marks when called with
7226         prefix argument.
7227
7228 2005-09-27  Simon Josefsson  <jas@extundo.com>
7229
7230         * message.el (message-idna-to-ascii-rhs-1): Reformat.
7231
7232 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
7233
7234         * message.el (message-remove-duplicates): New function.
7235         Implementation borrowed from `gnus-remove-duplicates'.
7236         (message-idna-to-ascii-rhs): Also encode idna addresses in
7237         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
7238         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
7239         only ask about the same idna domain once per header and also tell
7240         in what header to replace the idna domain.
7241
7242         * gnus-art.el (article-decode-idna-rhs): Also decode idna
7243         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
7244         (article-decode-idna-rhs): Fix regexp so that all idna-address in
7245         a header is decoded and not just the last one.
7246
7247 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7248
7249         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
7250         has been decoded.
7251
7252         * mm-decode.el (mm-automatic-display): Add text/verbatim.
7253         (mm-insert-part): Don't modify text if it has been decoded.
7254
7255         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
7256         decoded.
7257
7258         * mm-view.el (mm-inline-text): Don't strip text props unless
7259         decoding enriched or richtext parts.
7260
7261 2005-09-25  Romain Francoise  <romain@orebokech.com>
7262
7263         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
7264         * gnus-start.el (gnus-subscribe-interactively):
7265         * gnus-uu.el (gnus-uu-grab-articles):
7266         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
7267         space.
7268
7269 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
7270
7271         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
7272         * mm-view.el (mm-view-pkcs7-decrypt):
7273         * gnus-sum.el (gnus-summary-limit-to-extra)
7274         (gnus-summary-respool-article, gnus-read-move-group-name):
7275         * gnus-score.el (gnus-summary-increase-score):
7276         * gnus-util.el (gnus-completing-read-with-default):
7277         * gnus-art.el (gnus-read-save-file-name)
7278         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
7279         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
7280         * message.el (message-check-news-header-syntax):
7281         Follow convention for reading with the minibuffer.
7282
7283 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
7284
7285         * spam-report.el (spam-report-url-ping-plain):
7286         Use gnus-extended-version as User-Agent.
7287
7288         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
7289         default value is nil.
7290
7291         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
7292         (mm-uu-verbatim-marks-extract): New function.
7293         (mm-uu-extract): New face.
7294         (mm-uu-copy-to-buffer): Use it.
7295
7296         * spam-report.el (spam-report-gmane-ham): Renamed from
7297         `spam-report-gmane-unspam'.
7298         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
7299         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
7300
7301         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
7302         Autoload.
7303         (spam-report-gmane-unregister-routine): Renamed
7304         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
7305
7306 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
7307
7308         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
7309         (spam-report-gmane-unregister-routine): Add support for gmane
7310         unregistration.
7311
7312         * spam-report.el (spam-report-gmane-unspam)
7313         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
7314         (spam-report-gmane): Change to take a single article and do unspam
7315         registration.
7316
7317 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
7318
7319         * mm-url.el (mm-url-decode-entities): Fix regexp.
7320
7321 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7322
7323         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
7324         default to nil, to be able to use Gnus at all.  If the default
7325         switches to something else, then the function should be fixed not
7326         be exceedingly slow.
7327
7328 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
7329
7330         * gnus-start.el (gnus-activate-group): If the server is nil, don't
7331         fail hard.
7332
7333         * spam-report.el: Add better Keywords line.
7334
7335         * spam.el: Add Maintainer and better Keywords line.
7336
7337 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
7338
7339         * gnus-art.el (gnus-article-replace-part)
7340         (gnus-mime-replace-part): New functions.
7341         (gnus-mime-action-alist, gnus-mime-button-commands)
7342         (gnus-mime-save-part-and-strip): Added file argument.
7343         (gnus-article-part-wrapper): Added interactive argument.
7344
7345         * gnus-sum.el (gnus-summary-mime-map): Add
7346         `gnus-article-replace-part'.
7347
7348 2005-09-19  Didier Verna  <didier@xemacs.org>
7349
7350         The nnml compaction feature:
7351         * nnml.el (nnml-request-compact-group): New function.
7352         * nnml.el (nnml-request-compact): New function.
7353         * gnus-int.el (gnus-request-compact-group): New function.
7354         * gnus-int.el (gnus-request-compact): New function.
7355         * gnus-group.el (gnus-group-compact-group): New function.
7356         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
7357         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
7358         * gnus-srvr.el (gnus-server-compact-server): New function.
7359         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
7360         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
7361
7362 2005-09-18  Deepak Goel  <deego@gnufans.org>
7363
7364         * sieve.el (sieve-help): Fix `message' call: first arg should be a
7365         format spec.
7366
7367 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7368
7369         * gnus.el (gnus-group-startup-message): Bind image-load-path.
7370
7371 2005-09-15  Romain Francoise  <romain@orebokech.com>
7372
7373         * message.el (message-fill-paragraph): Clarify docstring.
7374
7375 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7376
7377         * gnus-art.el (gnus-mime-display-part): Protect against broken
7378         MIME messages.
7379
7380 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7381
7382         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
7383         before parsing header.
7384
7385 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
7386
7387         * html2text.el (html2text-replace-list): Add new entities.
7388
7389 2005-09-11  Romain Francoise  <romain@orebokech.com>
7390
7391         * message.el (message-alternative-emails): Improve docstring.
7392         (message-setup-1): Call `message-use-alternative-email-as-from'
7393         after `message-setup-hook' to give it precedence over posting
7394         styles, etc.
7395         (message-use-alternative-email-as-from): Add docstring.  Remove
7396         the original From header if present.
7397
7398         * nnml.el (nnml-compressed-files-size-threshold): New variable.
7399         (nnml-save-mail): Use it.
7400
7401         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
7402         articles.  Add new argument `silent'.
7403         (gnus-uu-mark-all): Report the total number of marked articles.
7404
7405 2005-09-10  Romain Francoise  <romain@orebokech.com>
7406
7407         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
7408         (gnus-uu-mark-series): Likewise.
7409
7410 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
7411
7412         * spam-report.el (spam-report-gmane): Fix generation of spam
7413         report URL.
7414
7415 2005-09-10  Simon Josefsson  <jas@extundo.com>
7416
7417         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
7418         t, based on discussion on the ding list with Robert Epprecht
7419         <epprecht@solnet.ch>.
7420
7421 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
7422
7423         * spam-report.el (spam-report-gmane): Make it work without
7424         X-Report-Spam header.  Gmane now only provides Archived-At.
7425         This is only used if `spam-report-gmane-use-article-number' is nil.
7426         (spam-report-gmane-spam-header): Remove.  Not used anymore.
7427
7428         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
7429         make `gnus-summary-sort-by-recipient' work with threading.
7430
7431         * nnweb.el (nnweb-google-wash-article): Print a message if article
7432         is not available.
7433
7434 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7435
7436         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
7437         change.  Decode text/* parts content before displaying.
7438
7439 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
7440
7441         * mml-smime.el: Remove defvar of gnus-extract-address-components.
7442
7443 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7444
7445         * mm-view.el (mm-display-inline-fontify): Disable support modes.
7446
7447         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
7448         url-package-name, url-package-version,
7449         w3m-cid-retrieve-function-alist, w3m-current-buffer,
7450         w3m-display-inline-images, and w3m-minor-mode-map.
7451
7452 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
7453
7454         * message.el (message-tab-body-function): Fix mismatched custom type.
7455
7456         * gnus.el (gnus-group-change-level-function): Ditto.
7457
7458         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
7459
7460         * gnus-art.el (gnus-signature-limit)
7461         (gnus-article-mime-part-function): Ditto.
7462
7463 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7464
7465         * mml.el (mml-mode): Silence the byte compiler.
7466
7467         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
7468         using `(sit-for 0)' before moving the point to the specified part;
7469         skip unbuttonized parts.
7470         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
7471         return to the summary window if gnus-auto-select-part is non-nil.
7472
7473 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
7474
7475         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
7476         variables.
7477         (mml-dnd-attach-file, mml-mode): Use them.
7478
7479         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
7480         Make fetching article by MID work again for Google Groups.  Added
7481         FIXME concerning gnus-group-make-web-group.
7482
7483         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
7484         Don't depend on Gnus by using mail-extract-address-components if
7485         gnus-extract-address-components is not bound.
7486
7487 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7488
7489         * gnus-art.el (gnus-mime-display-security): Don't display the
7490         signature, but only the signed part.
7491
7492 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7493
7494         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
7495
7496         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
7497         list, not listp.
7498
7499 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
7500
7501         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
7502         when encoding.
7503
7504         * mm-bodies.el (mm-decode-content-transfer-encoding):
7505         De-canonicalize CRLF for all text content types, not just
7506         text/plain.
7507
7508 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7509
7510         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
7511         valid article; point arrow and cursor at the MIME button.
7512
7513 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7514
7515         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
7516         Suggested by Dan Christensen <jdc@uwo.ca>.
7517
7518         * mm-decode.el (mm-save-part): Enable change of prompt.
7519
7520 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
7521
7522         * gnus-msg.el (gnus-inews-add-send-actions): Made
7523         `message-post-method' lambda parameter ARG `&optional'.
7524
7525 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
7526
7527         * gnus-sum.el (gnus-summary-mime-map): Added
7528         gnus-article-save-part-and-strip, gnus-article-delete-part and
7529         gnus-article-jump-to-part.
7530
7531         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
7532         (gnus-article-edit-part): Use it.
7533         (gnus-article-part-wrapper): Added no-handle argument.
7534         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
7535         functions.
7536
7537 2005-08-29  Romain Francoise  <romain@orebokech.com>
7538
7539         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7540         docstring.
7541         (gnus-face-from-file): Likewise.
7542
7543 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
7544
7545         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
7546         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
7547         non-nil.
7548         (gnus-auto-select-part): New variable.
7549         (gnus-article-jump-to-part): New function.
7550         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
7551         (gnus-mime-delete-part): Allow selecting specified part after
7552         deleting or stripping parts.
7553         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
7554         part if argument is bogus.
7555
7556 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
7557
7558         * gnus-art.el (w3m-minor-mode-map):
7559         * gnus-spec.el (gnus-newsrc-file-version):
7560         * gnus-util.el (nnmail-active-file-coding-system)
7561         (gnus-original-article-buffer, gnus-user-agent):
7562         * gnus.el (gnus-ham-process-destinations)
7563         (gnus-parameter-ham-marks-alist)
7564         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
7565         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
7566         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
7567         * mm-decode.el (gnus-current-window-configuration):
7568         * mm-extern.el (gnus-article-mime-handles):
7569         * mm-url.el (url-current-object, url-package-name)
7570         (url-package-version):
7571         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
7572         (smime-keys, w3m-cid-retrieve-function-alist)
7573         (w3m-current-buffer, w3m-display-inline-images)
7574         (w3m-minor-mode-map):
7575         * mml-smime.el (gnus-extract-address-components):
7576         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
7577         (gnus-newsrc-hashtb, message-default-charset)
7578         (message-deletable-headers, message-options)
7579         (message-posting-charset, message-required-mail-headers)
7580         (message-required-news-headers):
7581         * mml1991.el (mc-pgp-always-sign):
7582         * mml2015.el (mc-pgp-always-sign):
7583         * nnheader.el (nnmail-extra-headers):
7584         * rfc1843.el (gnus-decode-encoded-word-function)
7585         (gnus-decode-header-function, gnus-newsgroup-name):
7586         * spam-stat.el (gnus-original-article-buffer): Add defvars.
7587
7588 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
7589
7590         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
7591         the end of the date treatments.
7592
7593 2005-08-15  Simon Josefsson  <jas@extundo.com>
7594
7595         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
7596         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
7597         Capello and Romain Francoise.
7598         (pgg-fetch-key-function): Removed, not used?
7599         (pgg-insert-url-with-w3): Require url, to get
7600         url-insert-file-contents regardless of where it is defined.
7601
7602 2005-08-13  Romain Francoise  <romain@orebokech.com>
7603
7604         * message.el (message-cite-original-1): New function.
7605         (message-cite-original): Use it.
7606         (message-cite-original-without-signature): Ditto.
7607
7608 2005-08-08  Romain Francoise  <romain@orebokech.com>
7609
7610         * message.el (message-yank-empty-prefix): New variable.
7611         (message-indent-citation): Use it.
7612         (message-cite-original-without-signature): Respect X-No-Archive.
7613
7614 2005-08-08  Simon Josefsson  <jas@extundo.com>
7615
7616         * pgg.el: Autoload url-insert-file-contents instead of loading
7617         w3/url.
7618         (pgg-insert-url-with-w3): Don't load url here.
7619
7620 2005-08-07  Jesper Harder  <harder@phys.au.dk>
7621
7622         * message.el (message-kill-to-signature): Don't insert newline at
7623         bol.
7624         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
7625
7626 2005-08-06  Romain Francoise  <romain@orebokech.com>
7627
7628         * message.el (message-user-fqdn): Fix typo in docstring.
7629
7630 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
7631
7632         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
7633
7634         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
7635
7636 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7637
7638         * mm-bodies.el (mm-encode-body): Use coding system rather than
7639         charset to encode text.
7640
7641         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
7642         number of charsets if utf-8 is available (XEmacs).
7643
7644 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
7645
7646         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
7647         taken from `gnus-button-mid-or-mail-regexp'.
7648         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
7649         (gnus-button-alist): Improve regexp for domain part of the MIDs
7650         for news:localpart@domain buttons.
7651         (gnus-button-ctan-directory-regexp): Update.
7652
7653 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7654
7655         * sieve-manage.el (sieve-manage-interactive-login): Use
7656         make-local-variable rather than make-variable-buffer-local.
7657         (sieve-manage-open): Ditto.
7658         (sieve-manage-authenticate): Ditto.
7659
7660         * mml.el (mml-generate-mime-1): Make the content type default to
7661         text/plain if the filename is not specified.
7662
7663 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7664
7665         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
7666         instead of insert-buffer.
7667
7668         * message.el (message-yank-original): Ditto; set the mark at the
7669         end of the yanked message.
7670
7671 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7672
7673         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
7674         lines to scroll rather than to stop it.
7675
7676         * mml.el (mml-generate-default-type): Add doc string.
7677         (mml-generate-mime-1): Use mm-default-file-encoding or make it
7678         default to application/octet-stream when determining the content
7679         type if it is not specified for the part or the mml contents; add
7680         a comment about mml-generate-default-type.
7681
7682 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
7683
7684         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
7685         make it default to application/octet-stream when determining the
7686         content type if it is not specified for the external contents.
7687
7688 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7689
7690         * rfc2231.el (rfc2231-parse-string): Take care that not only a
7691         segmented parameter but also other parameters might be there.
7692
7693 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7694
7695         * mm-decode.el (mm-display-external): Delete temp file, directory
7696         and buffer immediately if the external process is exited.
7697
7698 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7699
7700         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
7701         fewer lines than that of scroll-margin.
7702         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
7703
7704 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7705
7706         * gnus-art.el (gnus-article-next-page): Revert.
7707         (gnus-article-beginning-of-window): New macro.
7708         (gnus-article-next-page-1): Use it.
7709         (gnus-article-prev-page): Ditto.
7710         (gnus-article-edit-part): Use insert-buffer-substring instead of
7711         insert-buffer.
7712         (gnus-article-edit-exit): Ditto.
7713
7714         * gnus-util.el (gnus-beginning-of-window): Remove.
7715         (gnus-end-of-window): Remove.
7716
7717         * lpath.el: Don't bind header-line-format and scroll-margin.
7718
7719 2005-07-25  Simon Josefsson  <jas@extundo.com>
7720
7721         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
7722         to have the url package without w3.  Reported by Daiki Ueno
7723         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
7724
7725 2005-07-20  Didier Verna  <didier@xemacs.org>
7726
7727         * gnus-diary.el: Remove the description comment (nndiary is now
7728         properly documented in the Gnus manual).
7729         Fix the spelling of "Back End".
7730         * nndiary.el: Ditto.
7731         Fix the copyright notice.
7732
7733 2005-07-18  Romain Francoise  <romain@orebokech.com>
7734
7735         * gnus-sum.el (gnus-summary-to-prefix)
7736         (gnus-summary-newsgroup-prefix): New variables.
7737         (gnus-summary-from-or-to-or-newsgroups): Use them.
7738
7739 2005-07-17  Romain Francoise  <romain@orebokech.com>
7740
7741         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
7742         space as it's generally not especially interesting to the user.
7743
7744 2005-07-16  Romain Francoise  <romain@orebokech.com>
7745
7746         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
7747         nil to avoid prompting and file modification if one of the
7748         messages at the top of the nnfolder file contains a copyright
7749         notice.
7750         Update copyright notice.
7751
7752         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
7753         instead of `current-time-string' as the latter creates a time
7754         string that is not RFC 2822 compliant (it lacks the zone).
7755         Update copyright notice.
7756
7757 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7758
7759         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
7760         for text/rtf.  Display default in prompt.  Pass default for M-n.
7761
7762         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
7763
7764 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7765
7766         * gnus-msg.el (gnus-button-mailto): Remove
7767         save-selected-window-window hackery because it relies on
7768         save-selected-window internals.
7769
7770 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7771
7772         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
7773         (gnus-article-next-page-1): Use gnus-beginning-of-window.
7774         (gnus-article-prev-page): Ditto.
7775
7776         * gnus-util.el (gnus-beginning-of-window): New function.
7777         (gnus-end-of-window): New function.
7778
7779         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
7780
7781 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
7782
7783         * gnus-score.el (gnus-score-edit-all-score): Set
7784         gnus-score-edit-exit-function to gnus-score-edit-done and call
7785         gnus-message.
7786
7787 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7788
7789         * gnus-msg.el (gnus-button-mailto): Remove
7790         save-selected-window-window hackery because it relies on
7791         save-selected-window internals.
7792
7793 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7794
7795         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
7796         add-minor-mode.
7797         (gnus-binary-mode): Ditto.
7798
7799         * gnus-topic.el (gnus-topic-mode): Ditto.
7800
7801 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
7802
7803         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
7804         (gnus-article-prev-page): Take scroll-margin into consideration.
7805
7806 2005-07-04  Lute Kamstra  <lute@gnu.org>
7807
7808         Update FSF's address in GPL notices.
7809
7810 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
7811
7812         * gnus.el (gnus-exit):
7813         * gnus-group.el (gnus-group-icons):
7814         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
7815
7816         * gnus-nocem.el (gnus-nocem):
7817         * message.el (message-various, message-buffers, message-sending)
7818         (message-interface, message-forwarding, message-insertion)
7819         (message-headers, message-news, message-mail):
7820         * pgg-gpg.el (pgg-gpg):
7821         * pgg-parse.el (pgg-parse):
7822         * pgg-pgp.el (pgg-pgp):
7823         * pgg-pgp5.el (pgg-pgp5):
7824         * pop3.el (pop3): Finish `defgroup' description with period.
7825
7826 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7827
7828         * gnus-art.el (article-display-face): Improve the efficiency.
7829         (article-display-x-face): Ditto; remove grey x-face stuff.
7830
7831 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7832
7833         * gnus-art.el (article-display-face): Correct the position in
7834         which Faces are inserted.
7835
7836 2005-06-29  Didier Verna  <didier@xemacs.org>
7837
7838         * gnus-art.el (article-display-face): Display faces in correct
7839         order.
7840
7841 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7842
7843         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
7844         (gnus-fill-real-hashtb): Use hash table instead of obarray.
7845         (gnus-nocem-check-article): Fetch the Type header.
7846         (gnus-nocem-message-wanted-p): Fix the way to examine types.
7847         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
7848         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
7849         make sure gnus-nocem-hashtb is initialized.
7850         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
7851         (gnus-nocem-unwanted-article-p): Ditto.
7852
7853         * pgg.el (pgg-verify): Return the verification result.
7854
7855 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7856
7857         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
7858         is ascii.
7859
7860 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
7861
7862         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
7863         `show-nonbreak-escape'.
7864
7865 2005-06-23  Lute Kamstra  <lute@gnu.org>
7866
7867         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
7868
7869         * dig.el (dig-mode):
7870         * smime.el (smime-mode): Use gnus-run-mode-hooks.
7871
7872 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
7873
7874         * nnimap.el (nnimap-split-download-body): Fix spellings.
7875
7876 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
7877
7878         * gnus-art.el (gnus-article-encrypt-body):
7879         * gnus-cus.el (gnus-score-customize):
7880         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
7881         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
7882
7883 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
7884
7885         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
7886         header by looking for magic "MII" at the beginnig.
7887
7888 2005-06-16  Miles Bader  <miles@gnu.org>
7889
7890         * gnus-xmas.el (gnus-xmas-group-startup-message):
7891         Use renamed gnus-splash face.
7892
7893         * assistant.el (assistant-field): Remove "-face" suffix from face name.
7894         (assistant-field-face): New backward-compatibility alias for renamed
7895         face.
7896         (assistant-render-text): Use renamed assistant-field face.
7897
7898         * spam.el (spam): Remove "-face" suffix from face name.
7899         (spam-face): New backward-compatibility alias for renamed face.
7900         (spam-face, spam-initialize): Use renamed spam face.
7901
7902         * message.el (message-header-to, message-header-cc)
7903         (message-header-subject, message-header-newsgroups)
7904         (message-header-other, message-header-name)
7905         (message-header-xheader, message-separator, message-cited-text)
7906         (message-mml): Remove "-face" suffix from face names.
7907         (message-header-to-face, message-header-cc-face)
7908         (message-header-subject-face, message-header-newsgroups-face)
7909         (message-header-other-face, message-header-name-face)
7910         (message-header-xheader-face, message-separator-face)
7911         (message-cited-text-face, message-mml-face):
7912         New backward-compatibility aliases for renamed faces.
7913         (message-font-lock-keywords): Use renamed message faces.
7914
7915         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
7916         (sieve-test-commands, sieve-tagged-arguments):
7917         Remove "-face" suffix from face names.
7918         (sieve-control-commands-face, sieve-action-commands-face)
7919         (sieve-test-commands-face, sieve-tagged-arguments-face):
7920         New backward-compatibility aliases for renamed faces.
7921         (sieve-control-commands-face, sieve-action-commands-face)
7922         (sieve-test-commands-face, sieve-tagged-arguments-face):
7923         Use renamed sieve faces.
7924
7925         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
7926         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
7927         (gnus-group-news-3-empty, gnus-group-news-4)
7928         (gnus-group-news-4-empty, gnus-group-news-5)
7929         (gnus-group-news-5-empty, gnus-group-news-6)
7930         (gnus-group-news-6-empty, gnus-group-news-low)
7931         (gnus-group-news-low-empty, gnus-group-mail-1)
7932         (gnus-group-mail-1-empty, gnus-group-mail-2)
7933         (gnus-group-mail-2-empty, gnus-group-mail-3)
7934         (gnus-group-mail-3-empty, gnus-group-mail-low)
7935         (gnus-group-mail-low-empty, gnus-summary-selected)
7936         (gnus-summary-cancelled, gnus-summary-high-ticked)
7937         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
7938         (gnus-summary-high-ancient, gnus-summary-low-ancient)
7939         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
7940         (gnus-summary-low-undownloaded)
7941         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
7942         (gnus-summary-low-unread, gnus-summary-normal-unread)
7943         (gnus-summary-high-read, gnus-summary-low-read)
7944         (gnus-summary-normal-read, gnus-splash):
7945         Remove "-face" suffix from face names.
7946         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7947         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7948         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7949         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7950         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7951         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7952         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7953         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7954         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7955         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7956         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7957         (gnus-summary-selected-face, gnus-summary-cancelled-face)
7958         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7959         (gnus-summary-normal-ticked-face)
7960         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
7961         (gnus-summary-normal-ancient-face)
7962         (gnus-summary-high-undownloaded-face)
7963         (gnus-summary-low-undownloaded-face)
7964         (gnus-summary-normal-undownloaded-face)
7965         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7966         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7967         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7968         (gnus-splash-face):
7969         New backward-compatibility aliases for renamed faces.
7970         (gnus-group-startup-message): Use renamed gnus faces.
7971
7972         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
7973         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
7974         (gnus-server-agent): Remove "-face" suffix from face names.
7975         (gnus-server-agent-face, gnus-server-opened-face)
7976         (gnus-server-closed-face, gnus-server-denied-face)
7977         (gnus-server-offline-face):
7978         New backward-compatibility aliases for renamed faces.
7979         (gnus-server-agent-face, gnus-server-opened-face)
7980         (gnus-server-closed-face, gnus-server-denied-face)
7981         (gnus-server-offline-face): Use renamed gnus faces.
7982
7983         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
7984         Remove "-face" suffix from face names.
7985         (gnus-picon-xbm-face, gnus-picon-face):
7986         New backward-compatibility aliases for renamed faces.
7987
7988         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
7989         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
7990         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
7991         (gnus-cite-11): Remove "-face" suffix from face names.
7992         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
7993         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
7994         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
7995         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
7996         New backward-compatibility aliases for renamed faces.
7997         (gnus-cite-attribution-face, gnus-cite-face-list)
7998         (gnus-article-boring-faces): Use renamed gnus faces.
7999
8000         * gnus-art.el (gnus-signature, gnus-header-from)
8001         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
8002         (gnus-header-content): Remove "-face" suffix from face names.
8003         (gnus-signature-face, gnus-header-from-face)
8004         (gnus-header-subject-face, gnus-header-newsgroups-face)
8005         (gnus-header-name-face, gnus-header-content-face):
8006         New backward-compatibility aliases for renamed faces.
8007         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
8008
8009         * gnus-sum.el (gnus-summary-selected-face)
8010         (gnus-summary-highlight): Use renamed gnus faces.
8011         * gnus-group.el (gnus-group-highlight): Likewise.
8012
8013 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
8014
8015         * gnus-sieve.el (gnus-sieve-article-add-rule):
8016         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
8017         * spam-stat.el (spam-stat-buffer-change-to-spam)
8018         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
8019
8020         * message.el (message-is-yours-p):
8021         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
8022
8023 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8024
8025         * mm-view.el (mm-inline-text): Withdraw the last change.
8026
8027 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8028
8029         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
8030         executing enriched-decode.
8031
8032 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8033
8034         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
8035         charset of tar files.
8036
8037 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
8038
8039         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
8040
8041 2005-06-04  Lute Kamstra  <lute@gnu.org>
8042
8043         * nnfolder.el (nnfolder-read-folder): Make sure that undo
8044         information is never recorded.
8045
8046 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8047
8048         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
8049
8050 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8051
8052         * pop3.el (pop3-apop): Run md5 in the binary mode.
8053
8054         * starttls.el (starttls-set-process-query-on-exit-flag):
8055         Use eval-and-compile.
8056
8057 2005-05-31  Simon Josefsson  <jas@extundo.com>
8058
8059         * smime.el (smime-replace-in-string): Define.
8060         (smime-cert-by-ldap-1): Use it.
8061
8062 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8063
8064         * gnus-art.el (article-display-x-face): Replace
8065         process-kill-without-query by gnus-set-process-query-on-exit-flag.
8066
8067         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
8068         set-process-query-on-exit-flag or process-kill-without-query.
8069
8070         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
8071         loop instead of replace-regexp.
8072
8073         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
8074         instead of process-kill-without-query if it is available.
8075
8076         * lpath.el: Fbind ldap-search-entries.
8077
8078         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
8079         instead of find-file-hooks if it is available.
8080
8081         * mml1991.el: Bind pgg-default-user-id when compiling.
8082
8083         * mml2015.el: Bind pgg-default-user-id when compiling.
8084
8085         * nndraft.el (nndraft-request-associate-buffer):
8086         Use write-contents-functions instead of write-contents-hooks if it is
8087         available.
8088
8089         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
8090         instead of find-file-hooks if it is available.
8091
8092         * nntp.el (nntp-open-connection): Replace
8093         process-kill-without-query by gnus-set-process-query-on-exit-flag.
8094         (nntp-open-ssl-stream): Ditto.
8095         (nntp-open-tls-stream): Ditto.
8096
8097         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
8098         set-process-query-on-exit-flag or process-kill-without-query.
8099         (starttls-open-stream-gnutls): Use it instead of
8100         process-kill-without-query.
8101         (starttls-open-stream): Ditto.
8102
8103 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
8104
8105         * smime.el (smime-cert-by-ldap-1): Don't use
8106         replace-regexp-in-string.
8107
8108 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
8109
8110         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
8111
8112         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
8113         in PEM format.  Adjust to the XEmacs compability.
8114
8115 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
8116
8117         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
8118         by `string-to-number'.
8119         * gnus-agent.el (gnus-agent-regenerate-group)
8120         (gnus-agent-fetch-articles): Ditto.
8121         * gnus-art.el (gnus-button-fetch-group): Ditto.
8122         * gnus-cache.el (gnus-cache-generate-active)
8123         (gnus-cache-articles-in-group): Ditto.
8124         * gnus-group.el (gnus-group-set-current-level)
8125         (gnus-group-insert-group-line): Ditto.
8126         * gnus-score.el (gnus-score-set-expunge-below)
8127         (gnus-score-set-mark-below, gnus-summary-score-effect)
8128         (gnus-summary-score-entry): Ditto.
8129         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
8130         (gnus-soup-pack): Ditto.
8131         * gnus-spec.el (gnus-xmas-format): Ditto.
8132         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
8133         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
8134         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
8135         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
8136         * nndb.el (nndb-get-remote-expire-response): Ditto.
8137         * nndiary.el (nndiary-parse-schedule-value)
8138         (nndiary-string-to-number, nndiary-request-replace-article)
8139         (nndiary-request-article): Ditto.
8140         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
8141         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
8142         * nneething.el (nneething-make-head): Ditto.
8143         * nnfolder.el (nnfolder-request-article)
8144         (nnfolder-retrieve-headers): Ditto.
8145         * nnheader.el (nnheader-file-to-number): Ditto.
8146         * nnkiboze.el (nnkiboze-request-article): Ditto.
8147         * nnmail.el (nnmail-process-unix-mail-format)
8148         (nnmail-process-babyl-mail-format): Ditto.
8149         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
8150         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
8151         (nnmh-request-create-group, nnmh-request-list-1)
8152         (nnmh-request-group, nnmh-request-article): Ditto.
8153         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
8154         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
8155         * nnsoup.el (nnsoup-make-active): Ditto.
8156         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
8157         * nntp.el (nntp-find-group-and-number)
8158         (nntp-retrieve-headers-with-xover): Ditto.
8159         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
8160         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
8161         (pgg-format-key-identifier): Ditto.
8162         * pop3.el (pop3-last, pop3-stat): Ditto.
8163         * qp.el (quoted-printable-decode-region): Ditto.
8164
8165         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
8166         of concat.
8167
8168 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8169
8170         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
8171
8172         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
8173
8174         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
8175
8176         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
8177
8178         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
8179
8180         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
8181
8182         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
8183         (gnus-carpal-mode): Ditto.
8184
8185         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
8186         (gnus-browse-mode): Ditto.
8187
8188         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
8189
8190         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
8191
8192 2005-05-29  Richard M. Stallman  <rms@gnu.org>
8193
8194         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
8195
8196 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8197
8198         * gnus-util.el (gnus-run-mode-hooks): New function.
8199
8200         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
8201
8202         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
8203         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
8204
8205 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
8206
8207         * gnus-agent.el (gnus-agent-make-mode-line-string):
8208         Use mode-line-highlight as mouse-face.
8209
8210 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8211
8212         * canlock.el (canlock): Change the parent group to news.
8213
8214         * deuglify.el (gnus-outlook-deuglify): Add :group.
8215
8216         * dig.el (dig): Add :group.
8217
8218         * dns-mode.el (dns-mode): Add :group.
8219
8220         * encrypt.el (encrypt): Add :group.
8221
8222         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
8223         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
8224         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
8225         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
8226         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
8227
8228         * gnus-diary.el (gnus-diary): Add :group.
8229
8230         * gnus.el (gnus-group-news-1-face): Add :group.
8231         (gnus-group-news-1-empty-face): Ditto.
8232         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
8233         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
8234         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
8235         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
8236         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
8237         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
8238         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
8239         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
8240         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
8241         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
8242         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
8243         (gnus-summary-high-ticked-face): Ditto.
8244         (gnus-summary-low-ticked-face): Ditto.
8245         (gnus-summary-normal-ticked-face): Ditto.
8246         (gnus-summary-high-ancient-face): Ditto.
8247         (gnus-summary-low-ancient-face): Ditto.
8248         (gnus-summary-normal-ancient-face): Ditto.
8249         (gnus-summary-high-undownloaded-face): Ditto.
8250         (gnus-summary-low-undownloaded-face): Ditto.
8251         (gnus-summary-normal-undownloaded-face): Ditto.
8252         (gnus-summary-high-unread-face): Ditto.
8253         (gnus-summary-low-unread-face): Ditto.
8254         (gnus-summary-normal-unread-face): Ditto.
8255         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
8256         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
8257
8258         * hashcash.el (hashcash): New custom group.
8259         (hashcash-default-payment): Add :group.
8260         (hashcash-payment-alist): Ditto.
8261         (hashcash-default-accept-payment): Ditto.
8262         (hashcash-accept-resources): Ditto.
8263         (hashcash-path): Ditto.
8264         (hashcash-extra-generate-parameters): Ditto.
8265         (hashcash-double-spend-database): Ditto.
8266         (hashcash-in-news): Ditto.
8267
8268         * message.el (message-minibuffer-local-map): Add :group.
8269
8270         * netrc.el (netrc): Add :group.
8271
8272         * sieve-manage.el (sieve-manage-log): Add :group.
8273         (sieve-manage-default-user): Diito.
8274         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
8275         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
8276         (sieve-manage-authenticators): Ditto.
8277         (sieve-manage-authenticator-alist): Ditto.
8278         (sieve-manage-default-port): Ditto.
8279
8280         * sieve-mode.el (sieve-control-commands-face): Add :group.
8281         (sieve-action-commands-face): Ditto.
8282         (sieve-test-commands-face): Ditto.
8283         (sieve-tagged-arguments-face): Ditto.
8284
8285         * smime.el (smime): Add :group.
8286
8287         * spam-report.el (spam-report): Add :group.
8288
8289         * spam.el (spam, spam-face): Add :group.
8290
8291 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8292
8293         * nntp.el (nntp-next-result-arrived-p): Some news servers may
8294         return \n.\n.\n at the end of articles.  Protect against that.
8295         (nntp-with-open-group): Allow debugging.
8296
8297         * nnheader.el (mail-header-set-extra): Make into a function
8298         because I just could't understand how to quote the list properly.
8299
8300         * dns.el (query-dns-cached): New function.
8301
8302 2005-05-26  Lute Kamstra  <lute@gnu.org>
8303
8304         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
8305
8306 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8307
8308         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
8309
8310         * gnus-art.el: Don't autoload mail-extract-address-components.
8311
8312         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
8313         eval-and-compile to evaluate it.
8314
8315         * hashcash.el: Don't autoload executable-find.
8316
8317         * nndb.el: Don't declare the nndb back end two or more times; don't
8318         autoload news-reply-mode, news-setup, cancel-timer and telnet.
8319
8320         * nntp.el: Autoload format-spec instead of format; use
8321         eval-and-compile to evaluate autoload forms.
8322
8323 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
8324
8325         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
8326
8327 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8328
8329         * gnus.el (gnus-version-number): Bump version.
8330
8331 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8332
8333         * gnus.el: No Gnus v0.3 is released.
8334
8335 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8336
8337         * lpath.el (featurep): Bind show-nonbreak-escape.
8338
8339 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8340
8341         * gnus-art.el (gnus-article-edit-part): Disable undo.
8342
8343 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8344
8345         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
8346         gnus-article-date-lapsed-new-header is t if date timer is active;
8347         skip headers in which the original date value is empty.
8348         (gnus-article-save-original-date): Redefine it as a macro.
8349         (gnus-display-mime): Use it.
8350
8351 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8352
8353         * gnus-art.el (article-date-ut): Support converting date in
8354         forwarded parts as well.
8355         (gnus-article-save-original-date): New function.
8356         (gnus-display-mime): Use it.
8357
8358 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
8359
8360         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
8361         enclosure element of <item>.
8362
8363 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
8364
8365         * message.el (message-kill-buffer-query): Renamed from
8366         `message-kill-buffer-query-if-modified'.  Added :version.
8367
8368 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8369
8370         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
8371         window layout.
8372
8373 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8374
8375         * mml.el: Autoload dnd when compiling.
8376
8377 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8378
8379         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
8380         x-dnd-*.
8381
8382 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8383
8384         * qp.el (quoted-printable-encode-region): Save excursion.
8385
8386 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
8387
8388         * message.el (message-kill-buffer-query-if-modified): Add new variable
8389         so the user can kill a modified message buffer quickly.
8390         (message-kill-buffer): Use it.
8391
8392 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8393
8394         * lpath.el: Fbind display-time-event-handler; don't fbind
8395         string-to-multibyte.
8396
8397         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
8398
8399 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8400
8401         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
8402         contained in text because xml.el decodes entities) with LFs.
8403
8404 2005-04-11  Lute Kamstra  <lute@gnu.org>
8405
8406         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
8407         differently.
8408
8409 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8410
8411         * mm-util.el (mm-detect-coding-region): Typo.
8412
8413 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8414
8415         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
8416
8417 2005-04-06  D Goel  <deego@gnufans.org>
8418
8419         * spam-stat.el (spam-stat-score-buffer): Add a call to a
8420         user-function allow user modifications of the scores.
8421         (spam-stat-score-buffer-user): New function, to allow
8422         user-computed modifications to the score.
8423         (spam-stat-score-buffer-user-functions): List of additional
8424         scoring functions.
8425         (spam-stat-error-holder): Global temporary error holder.
8426         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
8427         variable.
8428
8429 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
8430
8431         * gnus-registry.el (gnus-registry-clean-empty-function)
8432         (gnus-registry-trim, gnus-registry-fetch-groups)
8433         (gnus-registry-delete-group): Groups that match
8434         `gnus-registry-ignored-groups' are removed from the registry
8435         entries, not just ignored for splitting.  This helps clean up the
8436         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
8437         to get all the groups a message ID is in.
8438
8439         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
8440         (spam-stat-split-fancy): Change "threshhold" to "threshold"
8441         (spam-stat-score-buffer-user-functions): Add :number custom type.
8442
8443 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8444
8445         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
8446         argument in XEmacs.
8447
8448         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
8449         (nnrss-request-group): Decode group name first.
8450         (nnrss-request-article): Make a text/plain article if mml-to-mime
8451         failed.
8452         (nnrss-get-encoding): Return a compatible encoding according to
8453         nnrss-compatible-encoding-alist.
8454         (nnrss-find-el): Use consp instead of listp.
8455         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
8456
8457 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8458
8459         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
8460         which Emacs 20 doesn't support.
8461         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
8462
8463 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
8464
8465         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
8466         silence the byte compiler inside the defun.
8467
8468         * gnus-demon.el (parse-time-string): Add autoload.
8469
8470         * gnus-delay.el (parse-time-string): Add autoload.
8471
8472         * gnus-art.el (parse-time-string): Add autoload.
8473
8474         * nnultimate.el (parse-time): Require for `parse-time-string'.
8475
8476 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8477
8478         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
8479
8480         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
8481
8482         * smime.el (smime-ldap-host-list): Add :version.
8483
8484 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8485
8486         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
8487         pass it to `gnus-browse-read-group'.
8488         (gnus-browse-read-group): Add NUMBER argument and pass it to
8489         `gnus-group-read-ephemeral-group'.
8490
8491         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
8492         argument and pass it to `gnus-group-read-group'.
8493
8494 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
8495
8496         * mm-util.el (mm-xemacs-find-mime-charset): Only call
8497         mm-xemacs-find-mime-charset-1 if we have the mule feature
8498         available at runtime.
8499
8500 2005-03-25  Werner Lemberg  <wl@gnu.org>
8501
8502         * nnmaildir.el: Replace `illegal' with `invalid'.
8503
8504 2005-03-23  Lute Kamstra  <lute@gnu.org>
8505
8506         * time-date.el: Add comment on time value formats.
8507         Don't require parse-time.
8508         (with-decoded-time-value): New macro.
8509         (encode-time-value): New function.
8510         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
8511         (days-to-time): Return a valid time value when arg is huge.
8512         (time-since): Use time-subtract.
8513         (time-to-number-of-days): Use time-to-seconds.
8514
8515 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8516
8517         * gnus-start.el (gnus-display-time-event-handler):
8518         Check display-time-timer at runtime rather than only at load time
8519         in case display-time-mode is turned off in the mean time.
8520
8521 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8522
8523         * nnimap.el (nnimap-open-connection): Print which authinfo file is
8524         used.
8525
8526         * nneething.el (nneething-map-file-directory): Derive from
8527         `gnus-directory'.
8528
8529         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
8530         the To/Cc button.
8531
8532 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
8533
8534         * nnmaildir.el (nnmaildir-request-accept-article):
8535         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
8536
8537 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
8538
8539         * gnus-async.el: Require timer-funcs at compile time when in
8540         XEmacs for `run-with-idle-timer'.
8541
8542 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
8543
8544         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
8545         autoloaded function.
8546
8547 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8548
8549         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
8550
8551 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
8552
8553         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
8554
8555 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8556
8557         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
8558         gnus-expert-user to default.
8559
8560 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
8561
8562         * nnimap.el (nnimap-open-server): Ditto.
8563
8564         * imap.el (imap-authenticate): Fix typo.
8565
8566 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
8567
8568         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
8569         buffer (since IMAP server might return FETCH response out of
8570         order, and the nntp buffer must be sorted).
8571
8572 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
8573
8574         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
8575         comparison on string.
8576
8577         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
8578         (gnus-agent-score): Renamed category keywords to match gnus-cus.
8579         (gnus-agent-summary-fetch-series): Modified to protect against
8580         gnus-agent-summary-fetch-group clearing processable flags.
8581         (gnus-agent-synchronize-group-flags): Update live group buffer as
8582         synchronization may occur due to the user toggle the plugged
8583         status.
8584         (gnus-agent-fetch-group-1): Clear downloadable flag when article
8585         successfully downloaded.
8586         (gnus-agent-expire-group-1): Avoid using markers when the overview
8587         is in ascending order; greatly improves performance.
8588         (gnus-agent-regenerate-group): Use
8589         gnus-agent-synchronize-group-flags to reset read status in both
8590         gnus and server.
8591         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
8592
8593 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8594
8595         * message.el: Don't autoload former message-utils variables.
8596         (message-strip-subject-trailing-was): Change doc string.
8597
8598         * nnweb.el: Fixes for `gnus-group-make-web-group'.
8599         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
8600         (nnweb-google-search): Add "hl=en" here.
8601         (nnweb-google-parse-1, nnweb-google-create-mapping):
8602         Don't hardcode URL.
8603
8604 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
8605
8606         * message.el (message-get-reply-headers, message-followup):
8607         Mention related variables `message-use-followup-to' and
8608         `message-use-mail-followup-to', in the information buffer.
8609
8610         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
8611         of broken groups(-beta).google.com.
8612
8613 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8614
8615         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
8616         parameter to invoked gnus-request-move-article; remove the
8617         redundant gnus-sum-hint-move-is-internal variable; apply the marks
8618         all at once instead of once per article.
8619         (gnus-summary-remove-process-mark): Accept a list of articles as
8620         well as a single article for processing.
8621
8622         * gnus-int.el (gnus-request-move-article): Add move-is-internal
8623         parameter.
8624
8625         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
8626
8627         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
8628
8629         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
8630         parameter.
8631
8632         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
8633         parameter.
8634
8635         * nnimap.el (nnimap-request-move-article): Add move-is-internal
8636         parameter and remove the gnus-sum-hint-move-is-internal variable.
8637
8638         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
8639         parameter.
8640
8641         * nndraft.el (nndraft-request-move-article): Add move-is-internal
8642         parameter.
8643
8644         * nndiary.el (nndiary-request-move-article): Add move-is-internal
8645         parameter.
8646
8647         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
8648
8649         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
8650         parameter.
8651
8652         * nnagent.el (nnagent-request-move-article): Add move-is-internal
8653         parameter.
8654
8655 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8656
8657         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
8658         a more conservative way.
8659
8660 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8661
8662         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
8663         buffer, so it moves the window's cursor.
8664
8665 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
8666
8667         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
8668         `mm-dissect-multipart' and receive the from field as an (optional)
8669         argument from `mm-dissect-multipart'.
8670         (mm-dissect-multipart): Receive the from field as an argument and
8671         pass it on when we call `mm-dissect-buffer' on MIME parts.
8672         Fixes verification/decryption of signed/encrypted MIME parts.
8673
8674 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
8675
8676         * gnus-sum.el (gnus-summary-move-article): Set
8677         gnus-sum-hint-move-is-internal for gnus-request-move-article and
8678         whatever it calls (right now, only nnimap-request-move article
8679         respects it).
8680
8681         * nnimap.el (nnimap-request-move-article): When
8682         gnus-sum-hint-move-is-internal is set, don't do the extra
8683         nnimap-request-article.
8684
8685 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8686
8687         * nnheader.el (nnheader-find-file-noselect): Add doc string.
8688
8689         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
8690         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
8691
8692         * gnus-sum.el (gnus-summary-caesar-message):
8693         Apply `gnus-treat-article' after rotation.
8694
8695         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
8696         doc string.
8697
8698 2005-02-22  Simon Josefsson  <jas@extundo.com>
8699
8700         * encrypt.el (encrypt-password-cache-expiry): Remove (use
8701         `password-cache-expiry' instead).  Reported by Arne Jørgensen
8702         <arne@arnested.dk>.
8703         (encrypt): Add password-cache and password-cache-expiry as group
8704         members.
8705
8706 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
8707
8708         * smime.el (smime-ldap-host-list): Doc fix.
8709         (smime-ask-passphrase): Use `password-read-and-add' to read (and
8710         cache) password.
8711         (smime-sign-region): Use it.
8712         (smime-decrypt-region): Use it.
8713         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
8714         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
8715         fails.
8716         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
8717         certificate from DER to PEM format rather than calling openssl.
8718
8719         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
8720
8721         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
8722         for signing/encryption.
8723
8724         * mml.el (mml-parse-1): Use them.
8725
8726 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
8727
8728         * nnrss.el (nnrss-verbose): Removed.
8729         (nnrss-request-group): Use `nnheader-message' instead.
8730
8731 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
8732
8733         * nnrss.el (nnrss-verbose): New variable.
8734         (nnrss-request-group): Make it say nnrss is requesting a group.
8735
8736 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
8737
8738         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
8739         Handle news URL with given port correctly.
8740
8741 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8742
8743         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
8744         containing special characters.
8745
8746         * gnus-sum.el (gnus-summary-edit-article): Ditto.
8747
8748         * mml.el (mime-to-mml): Ditto.
8749
8750         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
8751         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
8752         (rfc2047-decode-region): Quote decoded words containing special
8753         characters when rfc2047-quote-decoded-words-containing-tspecials
8754         is non-nil.
8755
8756 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
8757
8758         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
8759
8760         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
8761
8762 2005-02-15  Simon Josefsson  <jas@extundo.com>
8763
8764         * nnimap.el (nnimap-debug): Doc fix.
8765
8766         * imap.el (imap-debug): Doc fix.
8767
8768 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8769
8770         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
8771
8772 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
8773
8774         * gnus.el (spam-contents): Improve docs for spam-contents
8775         parameter in its variable incarnation.
8776
8777 2005-02-14  Simon Josefsson  <jas@extundo.com>
8778
8779         * smime-ldap.el: Use require instead of load-library for ldap.
8780         (smime-ldap-search): Indent.
8781         (smime-ldap-search-internal): Shorten line.
8782
8783         * smime.el (smime-cert-by-dns): Add doc-string.
8784         (smime-cert-by-ldap-1): Indent.
8785
8786         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
8787         mml-smime-get-dns-ldap.
8788         (mml-smime-encrypt-query): Use new function.  Default to ldap.
8789
8790 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
8791
8792         * smime.el: Require smime-ldap.
8793         (smime-ldap-host-list): New variable.
8794         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
8795
8796         * mml-smime.el (mml-smime-encrypt-query): New function.
8797         (mml-smime-encrypt-query): Use it.
8798
8799         * smime-ldap.el: New file.
8800
8801 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8802
8803         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
8804
8805 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8806
8807         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
8808         argument in doc string.  Make query for type more clear.
8809
8810 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
8811
8812         * gnus.el (gnus-group-startup-message): Search for gnus images in
8813         etc/images/gnus.
8814         * mm-util.el (mm-image-load-path): Likewise.
8815         * smiley.el (smiley-data-directory): Search for smilies in
8816         etc/images/smilies.
8817
8818 2005-02-09  Kim F. Storm  <storm@cua.dk>
8819
8820         Change Emacs release version from 21.4 to 22.1 throughout.
8821         Change Emacs development version from 21.3.50 to 22.0.50.
8822
8823 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8824
8825         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
8826
8827         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
8828         non-Mule XEmacs as well.
8829         (mm-decompress-buffer): Signal an error intentionally if it does
8830         not decompress compressed data because auto-compression-mode is
8831         disabled.
8832
8833 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
8834
8835         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
8836         an ID in the registry even if it has no groups.
8837
8838 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8839
8840         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
8841         merge it into mm-decompress-buffer.
8842         (gnus-mime-copy-part): Use the MIME part charset, the value which
8843         a user specified or gnus-newsgroup-charset for decoding, like
8844         gnus-mime-inline-part does; set buffer-file-coding-system to tell
8845         save-buffer what was used.  Suggested by Kevin Ryde
8846         <user42@zip.com.au>.
8847         (gnus-mime-inline-part): Allow the name parameter as well as the
8848         filename parameter; force decompressing of compressed data; always
8849         display contents being not decoded as unibyte.
8850
8851         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
8852         as well as the filename parameter.
8853
8854         * mm-util.el (mm-decompress-buffer): Merge
8855         gnus-mime-jka-compr-maybe-uncompress.
8856         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
8857         of compressed data.
8858
8859 2005-02-08  Simon Josefsson  <jas@extundo.com>
8860
8861         * imap.el (imap-log): Doc fix.
8862
8863 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8864
8865         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
8866         the coding cookies; decompress compressed parts.
8867
8868         * mml.el (mml-generate-mime-1): Add the charaset parameter according
8869         to the value which a user specified manually or the coding cookie.
8870
8871         * mm-util.el (mm-string-to-multibyte): New function.
8872         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
8873         (mm-coding-system-to-mime-charset): New function.
8874         (mm-decompress-buffer): New function.
8875         (mm-find-buffer-file-coding-system): New function.
8876
8877         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
8878         (mm-display-inline-fontify): Rewrite for decoding and decompressing
8879         parts.
8880
8881 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8882
8883         * mm-view.el (mm-display-inline-fontify): Decode a part according
8884         to the charset parameter.
8885
8886 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8887
8888         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
8889         prefix arg is neither nil nor a number, as info specifies.
8890
8891 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8892
8893         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
8894         timestamps.
8895
8896 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
8897
8898         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
8899         groups error checking and notify user.
8900
8901 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
8902
8903         * message.el (message-send-mail-function): Check existence of
8904         sendmail-program first before using default value
8905         `message-send-mail-with-sendmail'.  Otherwise use more generic
8906         `smtpmail-send-it'.
8907
8908 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8909
8910         * nntp.el (nntp-request-update-info): Always return nil.
8911
8912 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8913
8914         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
8915
8916 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8917
8918         * message.el (message-beginning-of-line): Change the behavior when
8919         invoked between BOL and : so that it first moves backward.
8920
8921 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8922
8923         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
8924         article buffer when editing of the article is discarded.
8925         (gnus-article-prepare): Revert.
8926
8927 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8928
8929         * gnus-art.el (gnus-article-prepare):
8930         Remove message-strip-forbidden-properties from the local hook.
8931
8932 2005-01-27  Simon Josefsson  <jas@extundo.com>
8933
8934         * password.el (password-cache-add): Only start one timer per key.
8935         Reported by Derek Atkins <warlord@MIT.EDU>.
8936
8937 2005-01-26  Steve Youngs  <steve@sxemacs.org>
8938
8939         * run-at-time.el: Removed.  It is no longer needed as
8940         timer-funcs.el in the xemacs-base package has a working version of
8941         `run-at-time'.
8942
8943         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
8944
8945         * password.el: Require timer-funcs instead of run-at-time in
8946         XEmacs.
8947         Remove `password-run-at-time' macro.
8948         (password-cache-add): Use `run-at-time' instead of
8949         `password-run-at-time'.
8950
8951         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
8952         Remove `nnheader-cancel-function-timers' alias,
8953         `cancel-function-timers' exists in XEmacs in timer-funcs.
8954
8955         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
8956         for `run-with-idle-timer'.
8957
8958         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
8959         for `run-at-time'.
8960
8961         * mm-url.el: Require timer-funcs at compile time when in XEmacs
8962         for `with-timeout'.
8963
8964         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
8965         the same as for XEmacs 21.4.
8966         No need to ignore `run-with-idle-timer', this function exists in
8967         XEmacs now in timer-funcs.el in the xemacs-base package.
8968         (dgnushack-compile): No need to delete
8969         run-at-time.el from the list of files to compile because it
8970         doesn't exist anymore.
8971
8972 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8973
8974         * mml.el (mml-generate-mime-1): Convert string into unibyte when
8975         inserting " *mml*" buffer's contents into a unibyte temp buffer.
8976
8977 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
8978
8979         * mail-source.el (mail-source-fetch-imap): Search for ^From case
8980         sensitively.
8981
8982 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
8983
8984         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
8985
8986 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8987
8988         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
8989         which will be inserted according to the multibyteness of a buffer
8990         rather than the type of contents.  Suggested by ARISAWA Akihiro
8991         <ari@mbf.ocn.ne.jp>.
8992
8993         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
8994         of string which old xml.el may return rather than a string.
8995
8996 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8997
8998         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
8999
9000 2005-01-16  Simon Josefsson  <jas@extundo.com>
9001
9002         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
9003         idn/idna.el isn't available.
9004         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
9005         <michael@waxrat.com>.
9006
9007         * hashcash.el: Remove non-FSF copyright header.
9008
9009         * hashcash.el (hashcash-extra-generate-parameters): New variable.
9010         (hashcash-generate-payment): Use it.
9011         (hashcash-generate-payment-async): Use it.
9012
9013 2005-01-15  Simon Josefsson  <jas@extundo.com>
9014
9015         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
9016         Suggested by Raymond Scholz <ray-2005@zonix.de>.
9017
9018         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
9019         gnus-summary-idna-message.
9020         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
9021         (gnus-summary-idna-message): New function.
9022
9023 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
9024
9025         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
9026         gnus-novice-user.
9027
9028 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9029
9030         * nnrss.el (nnrss-request-delete-group): Delete entries in
9031         nnrss-group-alist as well.
9032         (nnrss-save-server-data): Insert newline.
9033
9034 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
9035
9036         * gnus.el (gnus-user-agent): Use list of symbols instead of
9037         symbols.  Display full version number for (S)XEmacs.  Optionally
9038         display (S)XEmacs codename.
9039
9040         * gnus-util.el (gnus-emacs-version): Update for new
9041         `gnus-user-agent'.
9042
9043         * gnus-msg.el (gnus-extended-version): Make it possible to omit
9044         Gnus version.
9045
9046 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9047
9048         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
9049         which is unreadable in some setups.
9050
9051 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9052
9053         * gnus-spec.el (gnus-update-format-specifications): Flush the
9054         group format spec cache if it doesn't support decoded group names.
9055
9056 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9057
9058         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
9059         Allow to apply decay on score files matching a regexp.
9060
9061 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9062
9063         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
9064         compatibility in %g and %c.
9065
9066 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9067
9068         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
9069         name for only %g and %c.
9070         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
9071         of gnus-tmp-group to decoded group name.
9072         (gnus-group-make-rss-group): Exclude `/'s from group names.
9073
9074 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9075
9076         * nnrss.el (nnrss-get-encoding): Fix regexp.
9077
9078 2004-12-27  Simon Josefsson  <jas@extundo.com>
9079
9080         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
9081         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
9082         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
9083
9084 2004-12-17  Kim F. Storm  <storm@cua.dk>
9085
9086         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
9087
9088         * gnus-sum.el (gnus-summary-mode-map): Likewise.
9089
9090 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
9091
9092         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
9093
9094 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9095
9096         * nnrss.el: Require rfc2047 and mml.
9097         (nnrss-file-coding-system): New variable.
9098         (nnrss-format-string): Redefine it as an inline function.
9099         (nnrss-decode-group-name): New function.
9100         (nnrss-string-as-multibyte): Remove.
9101         (nnrss-retrieve-headers): Decode group name; don't use
9102         nnrss-format-string.
9103         (nnrss-request-group): Decode group name.
9104         (nnrss-request-article): Decode group name; allow a Message-ID as
9105         well as an article number; don't use nnrss-format-string; encode a
9106         Message-ID string which may contain non-ASCII characters; use
9107         mml-to-mime to compose a MIME article.
9108         (nnrss-request-expire-articles): Decode group name.
9109         (nnrss-request-delete-group): Decode group name.
9110         (nnrss-fetch): Clarify error message.
9111         (nnrss-read-server-data): Use insert-file-contents instead of load;
9112         bind file-name-coding-system; use multibyte buffer.
9113         (nnrss-save-server-data): Bind coding-system-for-write to the
9114         value of nnrss-file-coding-system; bind file-name-coding-system;
9115         add coding cookie.
9116         (nnrss-read-group-data): Use insert-file-contents instead of load;
9117         bind file-name-coding-system; use multibyte buffer.
9118         (nnrss-save-group-data): Bind coding-system-for-write to the
9119         value of nnrss-file-coding-system; bind file-name-coding-system.
9120         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
9121         make it work with non-ASCII text.
9122         (nnrss-find-el): Make it work with old xml.el as well.
9123
9124 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
9125
9126         * nnrss.el (nnrss-get-encoding): New function.
9127         (nnrss-fetch): Use unibyte buffer initially; bind
9128         coding-system-for-read while performing mm-url-insert; remove ^Ms;
9129         decode contents according to the encoding attribute.
9130         (nnrss-save-group-data): Add coding cookie.
9131         (nnrss-mime-encode-string): New function.
9132         (nnrss-check-group): Use it to encode subject and author.
9133
9134 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
9135
9136         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
9137         imaginary variable.
9138
9139 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9140
9141         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
9142         correctly even if there are wide characters.
9143
9144 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
9145
9146         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
9147         downcased symbol names; make a new cache instead of reusing
9148         bbdb-hashtable.
9149
9150 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9151
9152         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9153         concatenating segments rather than before concatenating them.
9154         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9155
9156         * message.el (message-get-reply-headers): Bind `extra'.
9157
9158 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9159
9160         * message.el (message-extra-wide-headers): New variable.
9161         (message-get-reply-headers): Use it.
9162
9163 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9164
9165         * gnus-agent.el (gnus-agent-group-path): Decode group name.
9166         (gnus-agent-group-pathname): Ditto.
9167
9168         * gnus-cache.el (gnus-cache-file-name): Decode group name.
9169
9170         * gnus-group.el (gnus-group-make-group): Decode group name.
9171         (gnus-group-make-rss-group): Register the group data after opening
9172         the nnrss group.
9173
9174 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
9175
9176         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
9177         by expiry now get marked as read.
9178
9179 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9180
9181         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
9182
9183 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
9184
9185         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
9186         unify Latin characters in XEmacs.
9187         (mm-find-mime-charset-region): Use it.
9188
9189 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9190
9191         * gnus-util.el (gnus-delete-directory): New function.
9192
9193         * gnus-agent.el (gnus-agent-delete-group): Use it.
9194
9195         * gnus-cache.el (gnus-cache-delete-group): Use it.
9196
9197 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9198
9199         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
9200         names.
9201
9202 2004-12-16  Simon Josefsson  <jas@extundo.com>
9203
9204         * hashcash.el (hashcash-payment-alist): Fix custom :type.
9205
9206 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9207
9208         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
9209
9210         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
9211         (gnus-group-set-current-level): Decode group name.
9212
9213 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
9214
9215         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
9216         failed.
9217
9218 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9219
9220         * gnus-group.el (gnus-group-delete-group): Decode group name.
9221         (gnus-group-make-rss-group): Encode group name.
9222         (gnus-group-catchup-current): Decode group name.
9223         (gnus-group-kill-group): Decode group name.
9224
9225 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9226
9227         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
9228
9229 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9230
9231         * gnus-group.el (gnus-group-make-rss-group):
9232         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
9233
9234         * gnus-start.el (gnus-setup-news): Honor user's setting to
9235         gnus-message-archive-method.  Suggested by Lute Kamstra
9236         <lute@gnu.org>.
9237
9238 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
9239
9240         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
9241         global counterparts of the buffer-local variables.
9242
9243 2004-11-16  Romain Francoise  <romain@orebokech.com>
9244
9245         * gnus-sum.el (gnus-summary-exit): Don't clear the global
9246         counterparts of the buffer-local variables.
9247
9248 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9249
9250         * message.el (message-forbidden-properties): Fixed typo in doc
9251         string.
9252
9253 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9254
9255         * gnus-util.el (gnus-replace-in-string): Added doc string.
9256
9257         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
9258         to avoid problems when splitting mails with many recipients.
9259
9260 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9261
9262         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
9263         pop-to-buffer, covered by the subsequent gnus-configure-windows.
9264
9265 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
9266
9267         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
9268         if there is no hashtable in memory or file modification time is
9269         newer than cached timestamp.
9270
9271 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9272
9273         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
9274         not-matching option.
9275
9276 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
9277
9278         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
9279         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
9280         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9281         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
9282         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
9283         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
9284
9285 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9286
9287         * message.el (message-forward-make-body-mml): Remove headers
9288         according to message-forward-ignored-headers if a message is decoded.
9289
9290 2004-12-02  Romain Francoise  <romain@orebokech.com>
9291
9292         * message.el (message-forward-make-body-plain): Always remove
9293         headers according to message-forward-ignored-headers.
9294
9295 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
9296
9297         * spam.el (spam-summary-prepare-exit): Remove the
9298         gnus-summary-limit pop for now, it has problems with ham marks for
9299         me.
9300
9301 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
9302
9303         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
9304         correctly.
9305
9306 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
9307
9308         * format-spec.el (format-spec): Message the char.
9309
9310 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
9311
9312         * gnus-art.el (gnus-split-methods): Reformat comments.
9313
9314         * spam.el (spam-summary-prepare-exit): Remove article limits
9315         before exiting the summary buffer.
9316
9317 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9318
9319         * lpath.el: Remove bbdb-create-internal, bbdb-records,
9320         spam-BBDB-register-routine and spam-enter-ham-BBDB.
9321
9322         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
9323         order to silence the byte compiler.
9324
9325         * spam.el: Fix the way to silence the byte compiler, which
9326         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
9327         bbdb-search-simple, spam-BBDB-register-routine,
9328         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
9329         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
9330         spam-stat-buffer-is-spam, spam-stat-load,
9331         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
9332         spam-stat-save and spam-stat-split-fancy.
9333
9334 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9335
9336         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
9337         which may confuse users.
9338         (canlock-password-for-verify): Ditto.
9339
9340         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
9341
9342         * gnus-art.el (gnus-emphasis-alist): Ditto.
9343
9344         * gnus-registry.el (gnus-registry-max-entries): Ditto.
9345
9346         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
9347
9348         * gnus-start.el (gnus-save-killed-list): Ditto.
9349
9350         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
9351         (gnus-sum-thread-tree-root): Ditto.
9352         (gnus-sum-thread-tree-false-root): Ditto.
9353         (gnus-sum-thread-tree-single-indent): Ditto.
9354
9355         * message.el (message-courtesy-message): Ditto.
9356         (message-archive-note): Ditto.
9357         (message-subscribed-address-file): Ditto.
9358         (message-user-fqdn): Ditto.
9359
9360         * spam-report.el (spam-report-gmane-regex): Ditto.
9361
9362         * spam.el (spam-blackhole-good-server-regex): Ditto.
9363
9364 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9365
9366         * mml.el (mml-preview): Widen the message buffer before copying
9367         the contents to the preview buffer; sort headers before previewing.
9368
9369         * message.el (message-hidden-headers): Fix the way to avoid a bug
9370         in the `repeat' widget in Emacs 21.3 or earlier.
9371
9372 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9373
9374         * message.el (message-hidden-headers): Default to "^References:".
9375         Improve customization type.  Suggested by Reiner Steib
9376         <Reiner.Steib@gmx.de>.
9377
9378 2004-11-25  Romain Francoise  <romain@orebokech.com>
9379
9380         * message.el (message-strip-forbidden-properties): Remove check for
9381         obsolete `message-hidden' text property, hidden headers are not
9382         accessible in the buffer anymore.
9383
9384 2004-11-22  Romain Francoise  <romain@orebokech.com>
9385
9386         * message.el (message-header-format-alist): Add `From' in list
9387         so that it can be sorted.
9388         (message-fix-before-sending): Widen and sort headers before
9389         sending.
9390         (message-hide-headers): Use narrowing to hide headers by moving
9391         them to the top of the buffer and narrowing to the region
9392         underneath.
9393
9394 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9395
9396         * message.el (message-strip-forbidden-properties): Bind
9397         buffer-read-only (etc) to nil.
9398
9399 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9400
9401         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
9402         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9403
9404 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
9405
9406         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
9407
9408 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9409
9410         * dns.el (query-dns): Use sit-for to time instead of
9411         accept-process-output, since that doesn't seem to work on udp
9412         sockets.
9413
9414 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9415
9416         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
9417
9418 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
9419
9420         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
9421         doc string.  Improve doc string.
9422
9423 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9424
9425         * nntp.el (nntp-request-update-info): Return nil if
9426         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
9427         may not call gnus-activate-group which uselessly issues the GROUP
9428         commands for all nntp groups and wastes time.  Reported by Romain
9429         Francoise <romain@orebokech.com>.
9430
9431         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
9432
9433 2004-11-15  Simon Josefsson  <jas@extundo.com>
9434
9435         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
9436         headers separately.
9437         (gnus-button-openpgp): New function, inspired by Jochen Küpper
9438         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
9439
9440 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9441
9442         * gnus-start.el (gnus-convert-old-newsrc):
9443         Assign legacy-gnus-agent to 5.10.7.
9444
9445 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9446
9447         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
9448         start of the lines.
9449
9450 2004-11-14  Magnus Henoch  <mange@freemail.hu>
9451
9452         * hashcash.el (hashcash-default-payment): Change default to 20
9453         (hashcash-default-accept-payment): Change default to 20
9454         (hashcash-process-alist): New variable
9455         (hashcash-generate-payment-async): Add
9456         (hashcash-already-paid-p): Add
9457         (hashcash-insert-payment): Don't generate payments twice
9458         (hashcash-insert-payment-async): Add
9459         (hashcash-insert-payment-async-2): Add
9460         (hashcash-cancel-async): Add
9461         (hashcash-wait-async): Add
9462         (hashcash-processes-running-p): Add
9463         (hashcash-wait-or-cancel): Add
9464         (mail-add-payment): New optional argument.  Conditionally start
9465         asynchronous calculation.
9466         (mail-add-payment-async): Add
9467
9468         * message.el (message-send-mail): Wait for asynchronous hashcash
9469         results.  Don't clobber existing X-Hashcash headers.
9470         (message-setup-1): Call mail-add-payment-async when
9471         message-generate-hashcash is non-nil.
9472
9473 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9474
9475         * message.el (message-use-alternative-email-as-from): Examine the
9476         From header as well; use message-make-from in order to include a
9477         user's full name.
9478
9479 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9480
9481         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
9482         default; improve customization type.
9483         (gnus-emphasis-custom-with-format): New macro.
9484         (gnus-emphasis-custom-value-to-external): New function.
9485         (gnus-emphasis-custom-value-to-internal): New function.
9486
9487 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9488
9489         * dns.el (query-dns): Resolve reverse addresses.
9490
9491 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9492
9493         * gnus-group.el (gnus-group-get-new-news): Use it.
9494
9495         * gnus-start.el (gnus-check-reasonable-setup): New function.
9496
9497 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9498
9499         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
9500         "Args out of range" error.  Reported by Arnaud Giersch
9501         <arnaud.giersch@free.fr>.
9502
9503 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
9504
9505         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
9506
9507 2004-11-04  Richard M. Stallman  <rms@gnu.org>
9508
9509         * spam.el (spam group): Add :version.
9510
9511         * pgg-def.el (pgg group): Add :version.
9512
9513 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9514
9515         * gnus-art.el (gnus-article-edit-article): Don't associate the
9516         article buffer with a draft file.  This is a temporary measure
9517         against the 2004-08-22 change to gnus-article-edit-mode.
9518
9519 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9520
9521         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
9522         (html2text-format-tags): Remove unused variable `attr'.
9523
9524 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9525
9526         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
9527
9528         * tls.el (tls-process-connection-type, tls-success)
9529         (tls-certtool-program): Add :version.
9530
9531         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
9532         (starttls-extra-arguments, starttls-process-connection-type)
9533         (starttls-connect, starttls-failure, starttls-success):
9534
9535         * spam-stat.el (spam-stat): Add :version.
9536
9537         * sieve.el (sieve): Add :version.
9538
9539         * sha1.el (sha1): Add :version.
9540         (sha1-use-external): Remove redundant version.
9541
9542         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
9543         (nnmail-cache-ignore-groups, nnmail-spool-hook)
9544         (nnmail-split-fancy-match-partial-words)
9545         (nnmail-split-lowercase-expanded): Add :version.
9546
9547         * nndiary.el (nndiary): Add :version.
9548
9549         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
9550
9551         * mml-sec.el (mml-default-sign-method)
9552         (mml-default-encrypt-method, mml-signencrypt-style-alist):
9553         Add :version.
9554
9555         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
9556
9557         * mm-url.el (mm-url-use-external, mm-url-program)
9558         (mm-url-arguments): Add :version.
9559
9560         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
9561         (mm-attachment-file-modes, mm-decrypt-option)
9562         (mm-w3m-safe-url-regexp): Add :version.
9563
9564         * message.el (message-cite-prefix-regexp)
9565         (message-sendmail-envelope-from, message-minibuffer-local-map)
9566         (message-user-fqdn, message-completion-alist): Add :version.
9567
9568         * gnus-win.el (gnus-configure-windows-hook)
9569         (gnus-use-frames-on-any-display): Add :version.
9570
9571         * gnus-art.el (gnus-article-address-banner-alist)
9572         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
9573         (gnus-treat-from-picon, gnus-treat-mail-picon)
9574         (gnus-treat-x-pgp-sig): Add :version.
9575
9576         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
9577         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
9578         (gnus-summary-article-delete-hook)
9579         (gnus-summary-display-while-building): Add :version.
9580
9581         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
9582         (gnus-get-top-new-news-hook):Add :version.
9583
9584         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9585         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
9586
9587         * gnus-registry.el (gnus-registry): Add :version.
9588
9589         * gnus-spec.el (gnus-use-correct-string-widths)
9590         (gnus-make-format-preserve-properties): Add :version.
9591
9592         * gnus.el (gnus-group-charter-alist)
9593         (gnus-group-fetch-control-use-browse-url)
9594         (gnus-install-group-spam-parameters): Add :version.
9595
9596         * gnus-diary.el (gnus-diary): Add :version.
9597
9598         * gnus-delay.el (gnus-delay): Add :version.
9599
9600         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
9601         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
9602         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
9603         Add :version.
9604
9605         * gnus-agent.el (gnus-agent-max-fetch-size)
9606         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
9607         (gnus-agent-prompt-send-queue): Add :version.
9608
9609         * deuglify.el (gnus-outlook-deuglify): Add :version.
9610
9611         * html2text.el: Beautify code.  Improve doc strings.  Some
9612         checkdoc cleanup.
9613         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
9614
9615 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
9616
9617         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
9618
9619 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
9620
9621         * gnus-registry.el (gnus-registry-hashtb): Create the registry
9622         when package is loaded.
9623
9624         * spam.el (spam-summary-score-preferred-header): Add global preference
9625         for people who want to override the default SpamAssassin over
9626         Bogofilter preference (when both are set).
9627         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
9628         (spam-user-format-function-S): Check
9629         spam-summary-score-preferred-header.
9630         (spam-extra-header-to-number): Add X-Bogosity header parsing.
9631         (spam-user-format-function-S): Format the score correctly.
9632
9633 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9634
9635         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
9636         signature file.  Suggested by Manoj Srivastava
9637         <srivasta@golden-gryphon.com>.
9638
9639         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
9640         iso-2022-jp even in the Japanese language environment.
9641         Suggested by Jason Rumney <jasonr@gnu.org>.
9642
9643 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9644
9645         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
9646         use the same characters as the dummy marks; make it free from
9647         getting affected by the language environment.
9648         (gnus-summary-read-group-1): Update mark positions only when the
9649         format spec is updated.
9650
9651         * gnus-spec.el (gnus-update-format-specifications): Return a list
9652         of updated types.
9653
9654 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9655
9656         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
9657         of boundp to check if display-warning is available.
9658
9659 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
9660
9661         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
9662
9663 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9664
9665         * nnspool.el (nnspool-spool-directory): Use news-path if the
9666         news-directory variable is not bound.
9667
9668         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
9669         function instead of display-warning if it is not available.
9670
9671 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9672
9673         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
9674         v5-10: Use `point-at-bol'.
9675
9676 2004-10-26  Simon Josefsson  <jas@extundo.com>
9677
9678         * hashcash.el: Fix URL in comment, reported by Cheng Gao
9679         <chenggao@gmail.com>.
9680
9681 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9682
9683         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
9684         instead.
9685
9686 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
9687
9688         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
9689         to remove a server from the nnimap-server-buffer-alist.
9690         (nnimap-open-connection, nnimap-close-server): Use it.
9691
9692         * gnus-encrypt.el: Remove file in favor of encrypt.el.
9693
9694 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9695
9696         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
9697         running the major-mode function.
9698
9699 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9700
9701         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
9702         dummy marks in the right way.
9703
9704 2004-10-18  David Edmondson  <dme@dme.org>
9705
9706         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
9707         excessively.
9708
9709 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
9710
9711         * gnus-util.el (gnus-split-references): Accept a nil references
9712         string and go on blissfully.
9713
9714         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
9715         cases where the references string is non-nil but has no references.
9716
9717         * encrypt.el: Add autoload tags.
9718
9719         * spam.el (spam-resolve-registrations-routine): Remove article
9720         from unregistration list too.  Reported by David Hanak
9721         <dhanak@isis.vanderbilt.edu>
9722
9723 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
9724
9725         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
9726         nil.  Changed custom type.
9727
9728 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
9729
9730         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
9731
9732         * gnus-sum.el (gnus-summary-move-article): Use it.
9733
9734 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
9735
9736         * encrypt.el: Add autoload cookies.
9737
9738         * spam.el (spam-backend-article-list-property)
9739         (spam-backend-get-article-todo-list)
9740         (spam-backend-put-article-todo-list, )
9741         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
9742         Resolve registrations separately.
9743         (spam-register-routine): Format comments.
9744         (spam-unregister-routine, spam-register-routine): Always call with
9745         specific-articles, no default list.
9746         (spam-summary-prepare-exit): Use the spam-classifications function.
9747
9748         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
9749         gnus-encrypt.el.
9750
9751         * encrypt.el: Copied from gnus-encrypt.el.
9752
9753         * gnus-encrypt.el: Commented that it's obsolete.
9754
9755 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
9756
9757         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
9758         (gnus-score-save): Use it.
9759
9760         * message.el (message-bury): Use `window-dedicated-p'.
9761
9762 2004-10-15  Simon Josefsson  <jas@extundo.com>
9763
9764         * pop3.el (top-level): Don't require nnheader.
9765         (pop3-read-timeout): Add.
9766         (pop3-accept-process-output): Add.
9767         (pop3-read-response, pop3-retr): Use it.
9768
9769 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
9770
9771         * spam.el (spam-register-routine): Move comment.
9772         (spam-verify-bogofilter): Use 'unknown for the initial
9773         spam-bogofilter-valid state, not 'never.
9774
9775         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
9776         for netrc-machine.
9777
9778         * nnimap.el (nnimap-open-connection): Use
9779         netrc-machine-user-or-password.
9780
9781 2004-10-17  Richard M. Stallman  <rms@gnu.org>
9782
9783         * gnus-registry.el (gnus-registry-unload-hook):
9784         Set as a variable with add-hook.
9785
9786         * nnspool.el (nnspool-spool-directory): Use news-directory instead
9787         of news-path.
9788
9789         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
9790
9791         * spam.el: Delete duplicate `provide'.
9792         (spam-unload-hook): Set as a variable with add-hook.
9793
9794 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
9795
9796         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
9797         in the doc string.
9798
9799         * message.el (message-ignored-news-headers)
9800         (message-ignored-supersedes-headers)
9801         (message-ignored-resent-headers)
9802         (message-forward-ignored-headers): Improve custom type.
9803
9804 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9805
9806         * message.el (message-tokenize-header): Fix 2004-09-06 change
9807         which used point-min in the wrong place.
9808
9809 2004-10-12  Simon Josefsson  <jas@extundo.com>
9810
9811         * tls.el (tls-certtool-program): New variable.
9812         (tls-certificate-information): New function, based on
9813         ssl-certificate-information.
9814
9815 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9816
9817         * compface.el: Move the version of ELisp-based uncompface program
9818         to the contrib directory because of the copyright problem.
9819
9820 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9821
9822         * message.el (message-kill-buffer): Raise the current frame.
9823
9824 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9825
9826         * gnus-sum.el: Mention that multibyte characters don't work as marks.
9827
9828         * gnus.el (message-y-or-n-p): Autoload.
9829
9830         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
9831         (pop3-password-required, pop3-authentication-scheme)
9832         (pop3-leave-mail-on-server): Made customizable.
9833         (pop3): New custom group.
9834         (pop3-retr): Remove `sleep-for' statements.
9835         Suggested by Dave Love <fx@gnu.org>.
9836
9837         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
9838         Windows/DOS.
9839
9840         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
9841         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
9842         Dave Love <fx@gnu.org>.
9843
9844         * mml.el (mml-minibuffer-read-disposition): Require match.
9845         Suggested by Dave Love <fx@gnu.org>.
9846
9847 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
9848
9849         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
9850         doc string.
9851
9852 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9853
9854         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
9855
9856 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9857
9858         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
9859         instead of calling `mm-insert-inline', to decode text/* parts
9860         before displaying them.
9861
9862 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9863
9864         * mm-uu.el (mm-uu-text-plain-type): New variable.
9865         (mm-uu-pgp-signed-extract-1): Use it.
9866         (mm-uu-pgp-encrypted-extract-1): Use it.
9867         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
9868         bind mm-uu-text-plain-type with that value.
9869         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
9870         mm-uu-dissect.
9871
9872 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9873
9874         * gnus-group.el (gnus-update-group-mark-positions):
9875         * gnus-sum.el (gnus-update-summary-mark-positions):
9876         * message.el (message-check-news-body-syntax):
9877         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
9878         of string-as-multibyte.
9879
9880 2004-10-05  Juri Linkov  <juri@jurta.org>
9881
9882         * gnus-group.el (gnus-update-group-mark-positions):
9883         * gnus-sum.el (gnus-update-summary-mark-positions):
9884         * message.el (message-check-news-body-syntax):
9885         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
9886         8-bit unibyte values to a multibyte string for search functions.
9887
9888 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9889
9890         * mm-uu.el (mm-uu-dissect): Allow optional arg.
9891         (mm-uu-dissect-text-parts): New function.
9892
9893         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
9894         dissect text parts.
9895
9896         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
9897         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
9898
9899         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
9900
9901         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
9902         gnus-current-topics instead of gnus-current-topic.
9903
9904 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
9905
9906         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
9907
9908 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
9909
9910         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
9911         where approriate.
9912
9913         * nnml.el (nnml-generate-active-info): do.
9914
9915         * nndiary.el (nndiary-generate-active-info): do.
9916
9917         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
9918         (gnus-topic-move): do.
9919
9920         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
9921         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
9922
9923         * gnus-srvr.el (gnus-server-prepare)
9924         (gnus-server-open-all-servers): do.
9925
9926         * gnus-msg.el (gnus-summary-cancel-article)
9927         (gnus-summary-resend-message)
9928         (gnus-summary-mail-crosspost-complaint): do.
9929
9930         * gnus-move.el (gnus-change-server): do.
9931
9932         * gnus-group.el (gnus-group-unmark-all-groups)
9933         (gnus-group-set-current-level): do.
9934
9935 2004-10-04  Simon Josefsson  <jas@extundo.com>
9936
9937         * message.el (message-generate-hashcash): Doc fix.
9938
9939 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
9940
9941         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
9942         avoid infinite recursion via gnus-get-function.
9943
9944 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
9945
9946         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
9947
9948         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
9949
9950         * nnmail.el (nnmail-split-history): do.
9951
9952         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
9953         (nnml-request-delete-group): do.
9954
9955         * nnslashdot.el (nnslashdot-read-groups): do.
9956
9957         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
9958         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
9959
9960         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
9961         (nnspool-sift-nov-with-sed): Use last
9962         (nnspool-retrieve-headers-with-nov): Use mapc.
9963         (nnspool-request-newgroups): Use dolist.
9964         (nnspool-request-group): Use last.
9965
9966         * nntp.el (nntp-read-server-type): Use dolist.
9967
9968         * nnvirtual.el (nnvirtual-create-mapping)
9969         (nnvirtual-update-read-and-marked): Use dolist.
9970         (nnvirtual-convert-headers): Simplify.
9971
9972 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
9973
9974         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
9975         support for sync'ing tick marks.
9976
9977 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9978
9979         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
9980         there's no visible header.
9981
9982 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
9983
9984         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
9985         necessary, pass full group name to gnus-request-set-marks.
9986
9987 2004-10-01  Simon Josefsson  <jas@extundo.com>
9988
9989         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
9990         acroread.
9991
9992 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9993
9994         * spam-report.el (spam-report-gmane): Fix interactive.
9995
9996         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
9997
9998         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
9999         when writing file.
10000         (gnus-agent-synchronize-flags): Don't default to being
10001         interactive.
10002
10003 2004-09-30  Simon Josefsson  <jas@extundo.com>
10004
10005         * message.el (message-generate-hashcash): Add.
10006         (message-send-mail): Use it, call mail-add-payment.
10007
10008 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10009
10010         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
10011
10012 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
10013
10014         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
10015         gnus-requst-update-info with explicit code to sync the in-memory
10016         info read flags with the marks being sync'd to the backend.
10017
10018         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
10019
10020 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10021
10022         * spam.el (spam-verify-bogofilter): Add new function.
10023         (spam-check-bogofilter)
10024         (spam-bogofilter-register-with-bogofilter): Use it.
10025         (spam-verify-bogofilter): Add small fixes.
10026
10027 2004-09-28  Simon Josefsson  <jas@extundo.com>
10028
10029         * hashcash.el (hashcash-generate-payment): Revert.
10030
10031 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10032
10033         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
10034         gnus-extract-references instead of gnus-split-references.
10035
10036         * gnus-util.el (gnus-extract-references): Add new function, analogous
10037         to gnus-split-references but extracts only the message-ID without
10038         anything extra.
10039
10040         * hashcash.el (hashcash-generate-payment)
10041         (hashcash-check-payment): Do the right thing if hashcash-path is
10042         nil (because the hashcash program could not be found).
10043
10044         * spam.el (spam-use-hashcash): Remove comment.
10045
10046 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
10047
10048         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
10049         (gnus-cache-enter-article, gnus-cache-remove-article)
10050         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
10051
10052         * gnus-async.el (gnus-async-prefetch-remove-group): do.
10053
10054         * gnus-art.el (article-hide-boring-headers)
10055         (article-translate-strings, article-display-face)
10056         (gnus-article-mime-match-handle-first)
10057         (gnus-article-highlight-headers)
10058         (gnus-article-add-buttons-to-head): do.
10059
10060 2004-09-27  Simon Josefsson  <jas@extundo.com>
10061
10062         * hashcash.el: New version, from
10063         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
10064         ../contrib/.
10065
10066 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10067
10068         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
10069
10070 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
10071
10072         * gnus-dup.el (gnus-dup-open): Use mapc.
10073         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
10074
10075         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
10076         Reported by Stefan Wiens <s.wi@gmx.net>.
10077
10078         * gnus.el (gnus-shutdown): Use dolist.
10079
10080         * gnus-undo.el (gnus-undo): Use mapc.
10081
10082         * nnrss.el (nnrss-generate-active): do.
10083
10084         * message.el (message-cite-original-without-signature)
10085         (message-cite-original): Use mapc.
10086         (message-do-actions, message-make-forward-subject): Use dolist.
10087
10088 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
10089
10090         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
10091         deletion to remove entire duplicate line.  Fixes merged article
10092         number bug.
10093
10094 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
10095
10096         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
10097         servers that are offline.  Avoids having gnus-agent-toggle-plugged
10098         first ask if you want to open a server and then, even when you
10099         responded with no, asking if you want to synchronize the server's
10100         flags.
10101         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
10102         multi-line expressions.
10103         (gnus-agent-synchronize-group-flags): New internal function.
10104         Updates marks in memory (in the info structure) AND in the
10105         backend.
10106
10107         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
10108
10109         * nnagent.el (nnagent-request-set-mark): Use
10110         gnus-agent-synchronize-group-flags, not backend's request-set-mark
10111         method, to ensure that synchronization updates marks in the
10112         backend and in the info (in memory) structure.
10113
10114 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10115
10116         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
10117         convention fully; don't miss the root article of a thread; make
10118         the X-Draft-From header with correct article numbers.
10119
10120 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
10121
10122         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
10123         unless plugged.  Disable the agent so that an open failure causes
10124         an error.
10125
10126         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
10127         Reverted 2004-09-21 change.  The backend must be opened while
10128         synchronizing flags even when the backend stores the flags
10129         locally.
10130
10131 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
10132
10133         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
10134         in `header' match.  Reported by Svend Tollak Munkejord.
10135
10136         * message.el (message-cite-original): Fix use of
10137         `message-cite-articles-with-x-no-archive'.
10138
10139 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10140
10141         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
10142         (gnus-window-to-buffer): Ditto.
10143
10144         * mml.el (mml-preview-buffer): New variable.
10145         (mml-preview): Manage window layout with gnus-buffer-configuration.
10146
10147         * gnus-msg.el (gnus-setup-message): Put article numbers into the
10148         X-Draft-From header even if those articles aren't quoted.
10149
10150 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
10151
10152         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
10153         (gnus-request-set-mark, gnus-request-update-mark): Use new
10154         g-s-t-u-l-m to decide to use backend even when unplugged.
10155
10156 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10157
10158         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
10159         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
10160
10161 2004-09-20  Simon Josefsson  <jas@extundo.com>
10162
10163         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
10164         "utf-16-le".
10165
10166 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10167
10168         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
10169
10170 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
10171
10172         * uudecode.el (uudecode-use-external): Add :version.
10173
10174         * smime.el (smime-CA-file, smime-encrypt-cipher)
10175         (smime-dns-server): Add :version.
10176
10177         * smiley.el (gnus-smiley-file-types): Add :version.
10178
10179         * sha1.el (sha1-use-external): Add :version.
10180
10181         * pgg-def.el (pgg-query-keyserver): Add :version.
10182
10183         * nnmail.el (nnmail-fancy-expiry-targets)
10184         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
10185         Add :version.
10186
10187         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
10188         (nnimap-retrieve-groups-asynchronous): Add :version.
10189         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
10190
10191         * mml.el (mml-content-disposition-parameters)
10192         (mml-insert-mime-headers-always): Add :version.
10193
10194         * mm-util.el (mm-coding-system-priorities): Add :version.
10195
10196         * mm-decode.el (mm-inline-text-html-with-images)
10197         (mm-keep-viewer-alive-types, mm-external-terminal-program)
10198         (mm-verify-option): Add :version.
10199         (mm-text-html-renderer): Change :version.
10200
10201         * message.el (message-fcc-externalize-attachments)
10202         (message-required-headers, message-draft-headers)
10203         (message-subject-trailing-was-query)
10204         (message-subject-trailing-was-ask-regexp)
10205         (message-subject-trailing-was-regexp, message-mark-insert-begin)
10206         (message-mark-insert-end, message-archive-header)
10207         (message-archive-note, message-cross-post-default)
10208         (message-cross-post-note, message-followup-to-note)
10209         (message-cross-post-note-function, message-use-mail-followup-to)
10210         (message-subscribed-address-functions)
10211         (message-subscribed-address-file, message-subscribed-addresses)
10212         (message-subscribed-regexps, message-allow-no-recipients)
10213         (message-yank-cited-prefix, message-signature-insert-empty-line)
10214         (message-hidden-headers, message-hierarchical-addresses)
10215         (message-mail-user-agent, message-use-idna)
10216         (message-valid-fqdn-regexp)
10217         (message-strip-special-text-properties, message-header-synonyms)
10218         (message-beginning-of-line, message-tab-body-function): Add :version.
10219         (message-insert-canlock, message-wide-reply-confirm-recipients):
10220         Change :version.
10221
10222         * mail-source.el (mail-source-ignore-errors): Add :group, :type
10223         and :version.
10224         (mail-source-delete-old-incoming-confirm)
10225         (mail-source-movemail-program): Add :version.
10226
10227         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
10228         (gnus-agent-cache, gnus-agent): Change :version.
10229
10230         * gnus-util.el (gnus-use-byte-compile): Change :version.
10231
10232         * gnus-sum.el (gnus-summary-make-false-root-always)
10233         (gnus-summary-default-high-score)
10234         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
10235         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
10236         (gnus-read-all-available-headers, gnus-article-emulate-mime)
10237         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
10238         (gnus-sum-thread-tree-single-indent)
10239         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
10240         (gnus-sum-thread-tree-leaf-with-other)
10241         (gnus-sum-thread-tree-single-leaf): Add :version.
10242         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
10243         (gnus-article-loose-mime): Change :version.
10244
10245         * gnus-start.el (gnus-backup-startup-file)
10246         (gnus-save-startup-file-via-temp-buffer): Add :version.
10247
10248         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
10249         (gnus-server-offline-face): Add :version.
10250
10251         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
10252
10253         * gnus-msg.el (gnus-gcc-externalize-attachments)
10254         (gnus-debug-files, gnus-debug-exclude-variables)
10255         (gnus-discouraged-post-methods): Change :version.
10256         (gnus-confirm-mail-reply-to-news)
10257         (gnus-confirm-treat-mail-like-news): Add :version.
10258
10259         * gnus-int.el (gnus-server-unopen-status): Add :version.
10260
10261         * gnus-group.el (gnus-group-jump-to-group-prompt)
10262         (gnus-large-ephemeral-newsgroup)
10263         (gnus-fetch-old-ephemeral-headers): Add :version.
10264
10265         * gnus-fun.el (gnus-x-face-directory)
10266         (gnus-convert-pbm-to-x-face-command)
10267         (gnus-convert-image-to-x-face-command)
10268         (gnus-convert-image-to-face-command): Add :version.
10269
10270         * gnus-delay.el (gnus-delay-default-hour): Add :version.
10271
10272         * gnus-cite.el (gnus-cite-blank-line-after-header)
10273         (gnus-article-boring-faces): Add :version.
10274
10275         * gnus-art.el (gnus-buttonized-mime-types)
10276         (gnus-inhibit-mime-unbuttonizing)
10277         (gnus-treat-display-face)
10278         (gnus-treat-body-boundary): Change :version.
10279         (gnus-body-boundary-delimiter, gnus-picon-databases)
10280         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
10281         (gnus-treat-date-english, gnus-treat-fold-headers)
10282         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
10283         (gnus-treat-mail-picon, gnus-treat-wash-html)
10284         (gnus-article-encrypt-protocol)
10285         (gnus-use-idna, gnus-article-over-scroll)
10286         (gnus-mime-display-multipart-alternative-as-mixed)
10287         (gnus-mime-display-multipart-related-as-mixed)
10288         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
10289         (gnus-ctan-url, gnus-button-ctan-handler)
10290         (gnus-button-handle-ctan-bogus-regexp)
10291         (gnus-button-ctan-directory-regexp)
10292         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
10293         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
10294         (gnus-button-man-level, gnus-button-emacs-level)
10295         (gnus-button-message-level, gnus-button-browse-level): Add :version.
10296
10297         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
10298         (gnus-agent-go-online): Change :version.
10299         (gnus-agent-expire-unagentized-dirs)
10300         (gnus-agent-auto-agentize-methods): Add :version.
10301
10302         * flow-fill.el (fill-flowed-display-column)
10303         (fill-flowed-encode-column): Add :version.
10304
10305         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10306         (gnus-outlook-deuglify-unwrap-max)
10307         (gnus-outlook-deuglify-cite-marks)
10308         (gnus-outlook-deuglify-unwrap-stop-chars)
10309         (gnus-outlook-deuglify-no-wrap-chars)
10310         (gnus-outlook-deuglify-attrib-cut-regexp)
10311         (gnus-outlook-deuglify-attrib-verb-regexp)
10312         (gnus-outlook-deuglify-attrib-end-regexp)
10313         (gnus-outlook-display-hook): Add :version.
10314
10315         * binhex.el (binhex-use-external): Add :version.
10316
10317 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
10318
10319         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
10320         and `invisible'.
10321
10322 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
10323
10324         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
10325         in gnus-registry-trim.
10326
10327 2004-09-13  Simon Josefsson  <jas@extundo.com>
10328
10329         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
10330
10331         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
10332
10333         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
10334         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
10335         <yamaoka@jpl.org>.
10336         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
10337         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
10338         <yamaoka@jpl.org>.
10339
10340         * sieve.el (sieve-manage-mode): Ditto.
10341
10342 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
10343
10344         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
10345
10346 2004-09-11  Simon Josefsson  <jas@extundo.com>
10347
10348         * dns-mode.el: Add.
10349
10350         * mm-view.el (mm-display-dns-inline): Add.
10351
10352         * mm-decode.el (mm-inline-media-tests): Add text/dns.
10353         (mm-automatic-display): Ditto.
10354
10355         * mailcap.el (mailcap-mime-data): Add text/dns.
10356         (mailcap-mime-extensions): Map .soa to text/dns.
10357
10358 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
10359
10360         * gnus-art.el (article-decode-mime-words, article-babel)
10361         (gnus-article-highlight-signature, gnus-article-add-buttons)
10362         (gnus-signature-toggle): Remove unnecessary bindings of
10363         `inhibit-read-only' inherited from v5.10 merge.
10364
10365 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
10366
10367         * nntp.el (nntp): New customization group.
10368         (nntp-authinfo-file): Add customization group.
10369
10370         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
10371
10372         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
10373
10374         * gnus.el (to-address, to-list, subscribed)
10375         (large-newsgroup-initial): Ditto.
10376
10377         * flow-fill.el (fill-flowed-display-column)
10378         (fill-flowed-encode-column): Ditto.
10379
10380 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10381
10382         * message.el (message-tokenize-header, message-send-mail-with-qmail):
10383         Use point-min rather than 1.
10384         (message-send-mail): Use buffer-size rather than point-max.
10385
10386         * gnus-sum.el (gnus-summary-search-article-forward):
10387         Signal a specific `search-failed' rather than a generic `error'.
10388
10389         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
10390         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
10391         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
10392
10393 2004-09-10  Simon Josefsson  <jas@extundo.com>
10394
10395         * nndb.el (require): Remove tcp and duplicate cl.
10396
10397 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10398
10399         * gnus-agent.el (directory-files-and-attributes): Move forward.
10400
10401 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
10402
10403         * gnus-agent.el (directory-files-and-attributes): Optionally
10404         defined to support XEmacs.
10405
10406 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
10407
10408         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
10409         to avoid run-time CL dependencies.
10410         (gnus-agent-unfetch-articles): New function.
10411         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
10412         article numbers even when local .overview file is missing.
10413         (gnus-agent-read-article-number): New function.  Only accepts
10414         27-bit article numbers.
10415         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
10416         gnus-agent-read-article-number.
10417         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
10418         from backend while recognizing that article numbers in .overview
10419         must be valid.
10420         (gnus-agent-update-files-total-fetched-for): Use
10421         directory-files-and-attributes to improve performance.
10422         * gnus-int.el (gnus-request-move-article): Use
10423         gnus-agent-unfetch-articles in place of gnus-agent-expire to
10424         improve performance.
10425
10426         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
10427         some users confused by references to .newsrc when they only have a
10428         .newsrc.eld file.
10429         (gnus-convert-mark-converter-prompt)
10430         (gnus-convert-converter-needs-prompt): Fixed use of property list.
10431         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
10432         New function.  Used internally to only display 'gnus converting
10433         files' message when actually necessary.
10434
10435         * gnus-sum.el (): Removed (require 'gnus-agent) as required
10436         methods now autoloaded.
10437
10438 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10439
10440         * gnus-sum.el (gnus-summary-insert-subject): Remove list
10441         identifiers.
10442
10443 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
10444
10445         * gnus-picon.el: Fix indentation and closing parenthesis.
10446
10447 2004-09-01  Simon Josefsson  <jas@extundo.com>
10448
10449         * message.el (message-canlock-generate): Require sha1, not
10450         sha1-el.  (Can we get rid of this require altogether?  It is ugly
10451         to require within a function.  Sadly, if sha1.el isn't loaded, the
10452         let binding in m-c-g will hide the defcustom definition, which is
10453         bad.)
10454
10455         * canlock.el: Require sha1, not sha1-el.
10456
10457         * message.el: Don't autoload sha1 (there is a autoload cookie in
10458         sha1.el).
10459
10460         * sha1-el.el: Renamed to sha1.el.
10461
10462 2004-08-30  Juanma Barranquero  <lektu@terra.es>
10463
10464         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
10465
10466 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10467
10468         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
10469
10470 2004-08-30  Kim F. Storm  <storm@cua.dk>
10471
10472         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
10473
10474         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
10475         Add :group 'nnimap.
10476
10477 2004-08-30  Andreas Schwab  <schwab@suse.de>
10478
10479         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
10480         ?* and ?\;.
10481
10482         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
10483         and ?\' to symbol instead of whitespace.
10484
10485 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10486
10487         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
10488
10489         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
10490         instead of re-search-forward.
10491
10492         * gnus-uu.el (gnus-uu-save-article): Ditto.
10493         (gnus-uu-post-encode-uuencode): Ditto.
10494
10495         * html2text.el (html2text-clean-list-items): Ditto.
10496         (html2text-clean-dtdd): Ditto.
10497         (html2text-format-tags): Ditto.
10498
10499         * message.el (message-send-mail-with-sendmail): Fix regexp.
10500         (message-fill-field-general): Use search-forward instead of
10501         re-search-forward.
10502         (unbold-region): Ditto.
10503
10504         * nnrss.el (nnrss-request-article): Ditto.
10505
10506         * nnslashdot.el (nnslashdot-request-article): Ditto.
10507
10508         * nnweb.el (nnweb-gmane-wash-article): Ditto.
10509
10510         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
10511         "Unrecognized menu descriptor" error in XEmacs.
10512
10513 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
10514
10515         * gnus-sum.el (gnus-read-header): Don't remove a header for the
10516         parent article of a sparse article in the thread hashtb.
10517
10518 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
10519
10520         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
10521         (nnmail-expand-newtext): Lowercase expanded entries if
10522         nnmail-split-lowercase-expanded is non-nil.
10523
10524 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10525
10526         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
10527
10528         * gnus-group.el (gnus-group-line-format-alist): Convert the value
10529         of gnus-tmp-news-method into string under XEmacs.  It will be
10530         passed to gnus-correct-length which takes only a string argument.
10531
10532 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10533
10534         * gnus-util.el (gnus-bind-print-variables): New macro.
10535         (gnus-prin1): Use it.
10536         (gnus-prin1-to-string): Use it.
10537         (gnus-pp): New function.
10538         (gnus-pp-to-string): New function.
10539
10540         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
10541         Replace pp-to-string with gnus-pp-to-string.
10542         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
10543         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
10544         * gnus-msg.el (gnus-debug): Ditto.
10545         * gnus-score.el (gnus-score-save): Ditto.
10546         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
10547         gnus-pp-to-string.
10548         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
10549         with gnus-pp.
10550         * score-mode.el (gnus-score-pretty-print): Ditto.
10551         * webmail.el (webmail-debug): Ditto.
10552
10553 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10554
10555         * gnus-art.el (article-display-face, article-display-x-face):
10556         Use buffer-read-only.
10557
10558 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10559
10560         * gnus-art.el (article-hide-list-identifiers):
10561         Bind inhibit-read-only as t.
10562
10563 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
10564
10565         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
10566
10567 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10568
10569         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
10570         (gnus-narrow-to-page): Don't assume point-min == 1.
10571         (gnus-article-edit-mode): Derive from message-mode.
10572
10573         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
10574         point-min == 1.
10575
10576         * imap.el (imap-parse-address-list, imap-parse-body-ext):
10577         Disable incorrect use of `assert'.
10578
10579         * message.el (message-mode): Set comment-start-skip.
10580
10581
10582 2004-08-22  Sam Steingold  <sds@gnu.org>
10583
10584         * pop3.el (pop3-leave-mail-on-server): New user variable.
10585         (pop3-movemail): Delete mail only when it is nil.
10586
10587 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
10588
10589         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
10590
10591         * mml.el (mml-preview): Use `pop-to-buffer'.
10592
10593         * message.el (message-goto-mail-followup-to): Insert after "To".
10594         (message-carefully-insert-headers): Add comment.
10595
10596         * gnus.el: Remove unused variable `gnus-article-check-size'.
10597
10598         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
10599
10600         * gnus-art.el (gnus-button-alist): Improve
10601         `gnus-button-handle-library' entry.
10602
10603 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
10604
10605         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
10606         downcase, since XEmacs capitalizes error messages differently.
10607
10608 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
10609
10610         * nntp.el: Add (require 'gnus) due to reference to
10611         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
10612
10613 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
10614
10615         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
10616         `mm-fill-flowed'.
10617
10618         * mm-decode.el (mm-dissect-singlepart): Check it.
10619
10620 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
10621
10622         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
10623         'imap' for netrc parsing.
10624
10625 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
10626
10627         * mailcap.el (mailcap-mime-data): Mark as risky.
10628
10629 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10630
10631         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
10632         may be included in the encoded word.
10633         (rfc2047-encode): Don't append a space if the encoded word
10634         includes close parenthesis.
10635
10636 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10637
10638         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
10639         of text within parentheses.
10640
10641 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
10642
10643         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
10644         (gnus-encrypt-write-file-contents): Make the password key the file
10645         name PLUS the cipher, not just the cipher.  Also remove failed
10646         passwords from the cache.
10647
10648 2004-08-06  Simon Josefsson  <jas@extundo.com>
10649
10650         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
10651         fix.
10652
10653 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10654
10655         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
10656         LWSP.
10657
10658 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
10659
10660         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
10661         to append in-reply-to: data to the references: header.
10662
10663         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
10664         (netrc-parse): Use gnus-encrypt.el functions.
10665
10666         * gnus-encrypt.el: Add new file for encryption support; currently
10667         does only a few GPG ciphers and an internal XOR cipher.
10668
10669         * password.el: Add comments on using password-read-and-add.
10670         (password-read-and-add): Add function to read and add the
10671         password to the cache at once.
10672
10673 2004-07-28  Simon Josefsson  <jas@extundo.com>
10674
10675         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
10676         parameter (but don't use it, for now).
10677
10678         * imap.el (imap-ssl-open): Use imap-process-connection-type,
10679         instead of hard coding to nil.
10680
10681 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10682
10683         * mm-view.el (mm-inline-image-emacs): Open lines under an image
10684         as mm-inline-image-xemacs does.
10685
10686 2004-07-26  Simon Josefsson  <jas@extundo.com>
10687
10688         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
10689         Revert part of 2004-07-17 change below.
10690
10691 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10692
10693         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
10694         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10695
10696 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10697
10698         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
10699         quotes that actually start with ">" at the beginning of the
10700         lines.
10701
10702 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10703
10704         * rfc2047.el (rfc2047-encode-region): Fix last change.
10705         (rfc2047-encode-parameter): Remove useless concat.
10706
10707 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10708
10709         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
10710         encode special characters; fix some kind of misconfigured headers;
10711         signal a real error if debug-on-quit or debug-on-error is non-nil.
10712         (rfc2047-encode-max-chars): New variable.
10713         (rfc2047-encode-1): Use it.
10714         (rfc2047-encode-parameter): New function.
10715
10716         * mml.el (mml-insert-parameter): Remove an excessive space.
10717
10718 2004-07-17  Simon Josefsson  <jas@extundo.com>
10719
10720         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
10721         Kai Grossjohann <kai@emptydomain.de>.
10722         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
10723         (gnus-group-make-menu-bar): Ditto.
10724
10725         * gnus-util.el (gnus-group-server): Add.
10726
10727 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
10728
10729         * message.el (message-clone-locals): Clone sendmail and smtp
10730         variables.
10731
10732 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10733
10734         * rfc2047.el (rfc2047-encode-region): Fix last change.
10735
10736 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10737
10738         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
10739         characters as non-special.
10740
10741 2004-07-09  Simon Josefsson  <jas@extundo.com>
10742
10743         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
10744         Users will lose all flag changes made while unplugged with
10745         e.g. nntp unless flag synchronization happens, thus `nil' is not a
10746         good default.  See numerous reports on ding mailing list.
10747
10748 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10749
10750         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
10751         add generate-head-function and generate-article-function to the
10752         rfc822-forward entry.
10753         (nndoc-rfc822-forward-generate-article): New function.
10754         (nndoc-rfc822-forward-generate-head): New function.
10755
10756         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
10757
10758 2004-07-06  Dan Christensen  <jdc@uwo.ca>
10759
10760         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
10761         respect display group parameter and gnus-summary-expunge-below.
10762         (gnus-articles-to-read): Remove unused reference to display group
10763         parameter.
10764
10765 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10766
10767         * nnheader.el (nnheader-uniquify-message-id): New experimental
10768         variable.
10769         (nnheader-nov-read-message-id): Use it.
10770
10771         * spam-report.el (spam-report-gmane): Add interactive.
10772
10773 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10774
10775         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
10776         qp-or-base64 for the application/* types.
10777
10778 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
10779
10780         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
10781
10782 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
10783
10784         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
10785         trim value.
10786
10787 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
10788
10789         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
10790         New macro and function.
10791         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
10792
10793 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10794
10795         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
10796         after-load-alist.
10797
10798 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10799
10800         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
10801         update info that isn't there.
10802
10803 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
10804
10805         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
10806         entry.
10807
10808 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10809
10810         * mm-view.el (mm-inline-render-with-function): Use multibyte
10811         buffer; decode html source by charset.
10812
10813         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
10814
10815         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
10816         Mule-UCS is loaded under XEmacs.
10817         (mm-mime-mule-charset-alist): Avoid duplicated entries.
10818
10819 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
10820
10821         * nnheader.el (nnheader-max-head-length): Increase to 8192.
10822
10823 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10824
10825         * mm-util.el (mm-coding-system-p): Return a coding-system.
10826         (mm-mime-mule-charset-alist): Use shift_jis instead of
10827         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
10828         entries for the mime charsets iso-2022-jp-3 and shift_jis.
10829         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
10830         instead of japanese-shift-jis and iso-latin-1 respectively in
10831         order to share the default value with both Emacs and XEmacs-mule.
10832         (mm-mule-charset-to-mime-charset): Make
10833         mm-coding-system-priorities effective.
10834         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
10835         while predicating of candidates upon the priorities.
10836
10837 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
10838
10839         * gnus-sum.el (gnus-summary-make-menu-bar): Add
10840         gnus-uu-invert-processable.
10841
10842         * gnus.el: Autoload gnus-uu-invert-processable.
10843
10844 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10845
10846         * mm-util.el (mm-with-multibyte-buffer): New macro.
10847
10848         * rfc2047.el (rfc2047-encode-string): Use it.
10849         (rfc2047-encode-region): Move point to the end of the region after
10850         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
10851
10852 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10853
10854         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
10855         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
10856
10857 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10858
10859         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
10860         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
10861         Karl Chen <quarl@nospam.quarl.org>.
10862
10863 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
10864
10865         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
10866         invalid addresses.
10867
10868 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
10869
10870         * spam.el: Change section markers, revise TODO list.
10871         (spam-backends): Make new master list of all installed backends.
10872         (spam-summary-exit-behavior): Add new variable to determine how
10873         messages moves are done at summary exit.
10874         (spam-move-spam-nonspam-groups-only)
10875         (spam-process-ham-in-nonham-groups)
10876         (spam-process-ham-in-spam-groups): Remove variables, the
10877         spam-summary-exit-behavior variable should be used to manage this
10878         behavior.
10879         (spam-old-ham-articles, spam-old-spam-articles): Remove.
10880         (spam-old-articles): Add variable, replacing spam-old-ham-articles
10881         and spam-old-spam-articles.
10882         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
10883         Add empty variables, placeholders for the backends they represent.
10884         (spam-set-difference): Move, unchanged.
10885         (spam-list-of-processors): Declare OBSOLETE, not used anymore
10886         unless the user has a processor variable.
10887         (spam-classifications, spam-classification-valid-p)
10888         (spam-backend-properties, spam-backend-property-valid-p)
10889         (spam-backend-function-type-valid-p)
10890         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
10891         (spam-report-articles-gmane, spam-report-articles-resend):
10892         Remove functions, they are not needed.
10893         (spam-install-backend-super, spam-backend-list)
10894         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
10895         (spam-backend-function, spam-backend-ham-registration-function)
10896         (spam-backend-spam-registration-function)
10897         (spam-backend-ham-unregistration-function)
10898         (spam-backend-spam-unregistration-function)
10899         (spam-backend-statistical-p, spam-backend-mover-p)
10900         (spam-install-backend-alias, spam-install-checkonly-backend)
10901         (spam-install-mover-backend, spam-install-nocheck-backend)
10902         (spam-install-backend, spam-install-statistical-backend)
10903         (spam-install-statistical-checkonly-backend): Add backend installation
10904         support.
10905         (spam-summary-prepare-exit): Rewrite to use the new backend code.
10906         (spam-group-processor-p): Use the new backend code and respect the
10907         summary exit behavior.
10908         (spam-mark-spam-as-expired-and-move-routine): Remove.
10909         (spam-summary-prepare): Change to use the new spam-old-articles
10910         variable.
10911         (spam-copy-or-move-routine, spam-copy-spam-routine)
10912         (spam-move-spam-routine, spam-copy-ham-routine)
10913         (spam-move-ham-routine): Add code to copy/move ham or spam.
10914         (spam-fetch-field-fast): Improve doc and code, plus allow the
10915         'number request.
10916         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
10917         variables.
10918         (spam-split, spam-find-spam): Use the new backend code.
10919         (spam-registration-functions): Remove variable.
10920         (spam-unregister-routine): Add convenience wrapper.
10921         (spam-log-undo-registration, spam-register-routine)
10922         (spam-log-processing-to-registry)
10923         (spam-log-unregistration-needed-p): Rename "check" to "backend"
10924         where possible.
10925         (spam-check-gmane-xref, spam-check-regex-headers)
10926         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
10927         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
10928         (spam-check-bogofilter-headers, spam-check-spamoracle)
10929         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
10930         (spam-check-crm114-headers): Use the spam-split-group that
10931         spam-split prepares, no need to determine it every time.
10932
10933         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
10934         to the nnheader-parse-naked-head call.
10935
10936         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
10937
10938         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
10939         the nnheader-nov-read-message-id call.
10940
10941 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10942
10943         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
10944         gnus-activate-group twice.  Suggested by Markus Peter
10945         <warp@spin.de>.
10946
10947 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10948
10949         * gnus-art.el (gnus-article-time-format): Exchange the order of
10950         day and month in the default value; fix customization type.
10951         (article-date-ut): Use add-text-properties.
10952         (article-make-date-line): Use message-make-date instead of
10953         current-time-string.
10954
10955         * message.el (message-fetch-field): Don't use set-text-properties.
10956         (message-make-date): Simplify.
10957
10958         * messagexmas.el (message-xmas-make-date): New function.
10959         (message-xmas-redefine): Defalias message-make-date to it.
10960
10961 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10962
10963         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
10964         (rfc2047-encode-region): Treat text within parentheses as special;
10965         show the original text when error has occurred.
10966
10967         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
10968         already-computed method to gnus-activate-group.
10969
10970         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
10971         same select-methods identical Lisp objects.
10972
10973         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
10974         object when modifying the info.
10975
10976 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10977
10978         * gnus-srvr.el (gnus-server-set-info): Remove the server from
10979         gnus-opened-servers since it has never been opened with the new
10980         configuration yet.
10981
10982 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10983
10984         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
10985         arg to nnheader-generate-fake-message-id.
10986
10987 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
10988
10989         * nnheader.el (nnheader-generate-fake-message-id): Accept a
10990         number and build a fake message ID localized to a group and
10991         article number (so it's repeatable from that point on).
10992         (nnheader-fake-message-id-p): Change regex to accomodate new fake
10993         ID format.
10994
10995         * gnus-sum.el (gnus-get-newsgroup-headers): Call
10996         nnheader-generate-fake-message-id with the article number.
10997
10998 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
10999
11000         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
11001         end-of-buffer.
11002
11003 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11004
11005         * message.el (message-ignored-supersedes-headers): Add Approved.
11006
11007 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11008
11009         * rfc2047.el (rfc2047-encode-message-header): Remove useless
11010         goto-char.
11011         (rfc2047-encode): Fold the line before encoding.
11012
11013 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11014
11015         * rfc2047.el (rfc2047-encode-message-header): Disabled header
11016         folding -- not all headers can be folded, and this should be done
11017         by the message composition mode.  Probably.  I think.
11018
11019 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11020
11021         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
11022         fast.
11023
11024         * gnus-ems.el (gnus-remove-image): Don't use
11025         message-text-with-property; remove only the image found first.
11026
11027         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
11028         found first.
11029
11030 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
11031
11032         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
11033
11034 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11035
11036         * message.el (message-text-with-property): Make it fast and accept
11037         optional arguments.
11038         (message-strip-forbidden-properties): Use it.
11039         (message-fix-before-sending): Follow the m-t-w-p change.
11040
11041         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
11042
11043 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11044
11045         * gnus-art.el (article-hide-headers): Don't change the buffer
11046         mistakenly when performing mml-preview even if
11047         gnus-single-article-buffer is nil.
11048
11049 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
11050
11051         * message.el (message-expand-name-databases): New user option.
11052         (message-expand-name): Use it.
11053
11054 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
11055
11056         * spam.el (spam-report-articles-resend)
11057         (spam-report-resend-register-routine): Allow ham reporting.
11058         (spam-report-resend-register-ham-routine): Add wrapper.
11059         (spam-registration-functions): Add ham resending functions.
11060         (spam-list-of-processors): Add ham resend processor.
11061
11062         * gnus.el (ham-resend-to): Add new group parameter.
11063         (spam-process): Add ham resend option.
11064
11065         * spam-report.el (spam-report-resend): Allow reporting ham.
11066         (spam-report-resend-ham): Add wrapper.
11067
11068 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11069
11070         * message.el (message-cite-articles-with-x-no-archive): New
11071         variable.
11072         (message-cite-original): Use it.
11073
11074 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11075
11076         * message.el (message-cite-original): Respect X-No-Archive.
11077
11078 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11079
11080         * gnus-art.el (article-hide-headers): Refer to the values for
11081         gnus-ignored-headers and gnus-visible-headers in the summary
11082         buffer since a user may have set them as group parameters.
11083
11084 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
11085
11086         * assistant.el (assistant-node-name): Add convenience function.
11087         (assistant-render-text, assistant-render-node): Add error handling,
11088         plus handle multiple next nodes.
11089         (assistant-find-next-node): Comment out for now.
11090         (assistant-find-next-nodes): Add function, returns list of next
11091         nodes.
11092
11093 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
11094
11095         * mail-source.el (mail-source-directory): Fix doc-string.
11096
11097 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
11098
11099         * assistant.el (assistant-render-text, assistant-eval): Add :set
11100         widget type, which is different because it takes and returns a
11101         list.  Much hilarity ensues.
11102
11103 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
11104
11105         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
11106
11107         * gnus-group.el (gnus-group-get-new-news-this-group): Added
11108         doc-string.
11109
11110         * gnus-start.el (gnus-activate-group): Added doc-string.
11111
11112 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11113
11114         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
11115
11116 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
11117
11118         * assistant.el (assistant-render-text): Try to add a :set
11119         widget, more to come.
11120
11121         * spam.el (spam-group-spam-contents-p): Handle empty groupname
11122         strings.
11123         (spam-report-articles-resend)
11124         (spam-register-routine): Do registration iff any articles warrant
11125         it.
11126         (spam-summary-prepare-exit): Change log message for nil group
11127         destinations.
11128
11129 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
11130
11131         * spam.el (spam-report-resend-register-routine): Allow
11132         spam-report-resend-to to be a group parameter or a global value.
11133
11134 2004-05-26  Simon Josefsson  <jas@extundo.com>
11135
11136         * starttls.el: Merge with my GNUTLS based starttls.el.
11137         (starttls-gnutls-program, starttls-use-gnutls)
11138         (starttls-extra-arguments, starttls-process-connection-type)
11139         (starttls-connect, starttls-failure, starttls-success): New
11140         variables.
11141         (starttls-program, starttls-extra-args): Doc fix.
11142         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
11143         functions.
11144         (starttls-negotiate, starttls-open-stream): Check
11145         `starttls-use-gnutls' and pass on to corresponding *-gnutls
11146         function if it is set.
11147
11148 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11149
11150         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
11151         structured fields.
11152
11153 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11154
11155         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
11156
11157 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
11158
11159         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
11160         variable.
11161         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
11162         assigning the spam-mark to new messages.
11163
11164 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
11165
11166         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
11167
11168 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11169
11170         * dgnushack.el: Autoload customize-set-variable for XEmacs.
11171
11172         * rfc2047.el (rfc2047-encodable-p): Don't move point.
11173         (rfc2047-decode): Treat the ascii coding-system as raw-text by
11174         default.
11175
11176 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
11177
11178         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
11179         correct data.
11180
11181 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
11182
11183         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
11184         (spam-group-processor-p): Fix function.
11185         (spam-group-processor-multiple-p)
11186         (spam-group-spam-processor-report-gmane-p)
11187         (spam-group-spam-processor-report-resend-p)
11188         (spam-group-spam-processor-bogofilter-p)
11189         (spam-group-spam-processor-blacklist-p)
11190         (spam-group-spam-processor-ifile-p)
11191         (spam-group-ham-processor-ifile-p)
11192         (spam-group-spam-processor-spamoracle-p)
11193         (spam-group-spam-processor-crm114-p)
11194         (spam-group-ham-processor-bogofilter-p)
11195         (spam-group-spam-processor-stat-p)
11196         (spam-group-ham-processor-stat-p)
11197         (spam-group-ham-processor-whitelist-p)
11198         (spam-group-ham-processor-BBDB-p)
11199         (spam-group-ham-processor-spamoracle-p)
11200         (spam-group-ham-processor-copy-p): Remove functions with some
11201         prejudice against unneeded code.
11202         (spam-report-articles-resend)
11203         (spam-report-resend-register-routine): Allow the group/topic
11204         spam-resend-to value to override spam-report-resend-to.
11205         (spam-summary-prepare-exit): Invoke spam-group-processor-p
11206         properly now.
11207
11208         * gnus.el (spam-resend-to): Add group/topic parameter.
11209         (spam-process): Move the OBSOLETE processors to the end of the
11210         choices.
11211
11212 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
11213
11214         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
11215         with resend-to set to nil, and then ask the user if necessary.
11216         (spam-report-resend): spam-report-resend takes a list of articles, not
11217         separate article numbers.
11218
11219 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11220
11221         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
11222         addition to emacs-w3m.
11223
11224 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11225
11226         * assistant.el (assistant-authinfo-data): New function.
11227         (assistant-eval): Eval for entire assistant.
11228
11229         * netrc.el (netrc-services-file): New variable.
11230         (netrc-parse-services): New function.
11231         (netrc-find-service-name): New function.
11232         (netrc-find-service-number): New function.
11233         (netrc-port-equal): New function.
11234         (netrc-machine): Use it.
11235
11236         * nnimap.el (nnimap-open-connection): Use netrc.
11237
11238         * gnus-util.el (gnus-netrc-get): Remove aliases.
11239
11240         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
11241
11242         * assistant.el (wid-edit): Fix compilation.
11243
11244         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
11245
11246 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
11247
11248         * gnus-util.el (gnus-set-file-modes): New function.  (small
11249         patch).
11250
11251 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11252
11253         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
11254
11255         * assistant.el (assistant-render-node): Fix up rendering and
11256         read-only text.
11257         (assistant-render-node): Reset.
11258         (assistant-make-read-only): Not sticky.
11259
11260 2004-05-20  Danny Siu  <dsiu@adobe.com>
11261
11262         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
11263         centered even when gnus-auto-center-summary is t
11264
11265 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11266
11267         * dns.el (dns-get-txt-answer): New function.
11268         (dns-read-txt): Ditto.
11269         (query-dns): Use it.
11270
11271 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11272
11273         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
11274         active for foreign groups even if the group level is higher than
11275         the specified value.
11276
11277 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11278
11279         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
11280         non-active groups.
11281
11282         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
11283
11284 2004-05-20  Magnus Henoch  <mange@freemail.hu>
11285
11286         * dns.el (dns-read-type): Add support for SVR.  (small patch)
11287
11288 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
11289
11290         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
11291         (spam-crm114-header, spam-crm114-spam-switch)
11292         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
11293         (spam-crm114-positive-spam-header)
11294         (spam-crm114-database-directory, spam-list-of-processors)
11295         (spam-group-spam-processor-crm114-p)
11296         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
11297         (spam-generic-score, spam-list-of-checks)
11298         (spam-list-of-statistical-checks, spam-registration-functions)
11299         (spam-check-crm114-headers, spam-crm114-score)
11300         (spam-check-crm114, spam-crm114-register-with-crm114)
11301         (spam-crm114-register-spam-routine)
11302         (spam-crm114-unregister-spam-routine)
11303         (spam-crm114-register-ham-routine)
11304         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
11305         asjo@koldfront.dk (Adam Sjøgren).
11306
11307         * gnus.el: Add spam-use-crm114.
11308
11309         * spam.el (spam-list-of-processors, spam-registration-functions):
11310         Add spam-use-resend.
11311         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
11312         (spam-report-articles-gmane): Add doc fix.
11313         (spam-report-articles-resend, spam-report-resend-register-routine):
11314         Add wrappers around spam-report-resend-to.
11315
11316         * spam-report.el (spam-report-resend-to, spam-report-resend):
11317         Add support for resending spam.
11318         (spam-report-gmane): Fix line length >80.
11319
11320         * gnus.el (spam-process): Add spam-use-resend.
11321
11322 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11323
11324         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
11325         number of processed spam messages.
11326         (spam-ham-copy-or-move-routine): Return the number of processed
11327         ham messages.
11328         (spam-summary-prepare-exit): Use the above values to decide
11329         whether status messages shouled be displayed.
11330
11331 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11332
11333         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
11334         `rfc2047-encoding-function-alist' in order to avoid conflicting
11335         with the old version.
11336         (rfc2047-encode-region): Concatenate words containing non-ASCII
11337         characters in structured fields; don't encode space-delimited
11338         ASCII words even in unstructured fields; don't break words at
11339         char-category boundaries.
11340         (rfc2047-encode-1): New function.
11341         (rfc2047-encode): Use it; encode text so that it occupies the
11342         maximum width within 76-column; work correctly on Q encoding for
11343         iso-2022-* charsets.
11344         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
11345         sure not to break a line just after the header name.
11346         (rfc2047-b-encode-region): Removed.
11347         (rfc2047-b-encode-string): New function.
11348         (rfc2047-q-encode-region): Removed.
11349         (rfc2047-q-encode-string): New function.
11350
11351         * mm-util.el (mm-replace-in-string): New function.
11352
11353 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11354
11355         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
11356         get it right.
11357         (gnus-inews-make-draft): Really.
11358
11359 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
11360
11361         * nnmh.el (nnmh-request-list-1): Don't check the link count
11362         before descending.  (small patch)
11363
11364 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11365
11366         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
11367         stuff.
11368
11369         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
11370         on real group name.
11371
11372         * gnus-art.el (gnus-signature-limit): Doc fix.
11373
11374         * gnus-msg.el (gnus-inews-make-draft): Quote list.
11375
11376         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
11377
11378 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
11379
11380         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
11381         isn't a string.
11382
11383 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11384
11385         * gnus-draft.el (gnus-draft-send): Bind
11386         rfc2047-encode-encoded-words.
11387
11388         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
11389         (rfc2047-encodable-p): Say that =? needs encoding.
11390         (rfc2047-encode-encoded-words): New variable.
11391
11392         * gnus-group.el (gnus-group-select-group): Doc fix.
11393
11394         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
11395
11396         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
11397         to nil.
11398
11399         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
11400
11401         * nnheader.el (nnheader-get-lines-and-char): New function.
11402
11403 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
11404
11405         * gnus-msg.el (gnus-summary-followup-with-original): Document
11406         yanking of region when active.
11407
11408 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11409
11410         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
11411         groups if the group level is higher than the specified value.
11412
11413 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11414
11415         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
11416         (gnus-group-jump-to-group): Added prefix argument using
11417         `gnus-group-jump-to-group-prompt'.  Query before jumping to
11418         non-active group.
11419
11420         * compface.el (uncompface): Be verbose when changing
11421         `uncompface-use-external'.
11422
11423         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
11424         handle manual section.
11425
11426 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11427
11428         * gnus-art.el (gnus-button-alist): Revert previous change.
11429
11430 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11431
11432         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
11433
11434 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11435
11436         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
11437         whether backend can accept message.
11438
11439         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
11440
11441 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
11442
11443         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
11444         Avoid creating directory when nntp-marks-is-evil is true.
11445         Reported by Reiner Steib.
11446
11447 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11448
11449         * gnus-picon.el (gnus-picon-style): New variable.
11450         (gnus-picon-insert-glyph): Added optional `nostring' argument.
11451         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
11452         Jesper Harder <harder@ifa.au.dk>.
11453
11454 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11455
11456         * message.el (message-fill-field): Return point.
11457         (message-generate-headers): Go to end of field.
11458
11459         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
11460         stuff for non-living groups.
11461
11462 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
11463
11464         * gnus-art.el (gnus-article-followup-with-original)
11465         (gnus-article-reply-with-original): gnus-mark-active-p ->
11466         gnus-region-active-p.
11467
11468 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
11469
11470         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
11471         only when there is spam or ham to be processed.
11472
11473 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11474
11475         * mail-source.el (mail-source-delete-crash-box): Refactor.
11476         (mail-source-fetch): Use it.
11477         (mail-source-fetch-file): Ditto.
11478         (mail-source-fetch-directory): Run postscript in loop.
11479         (mail-source-fetch-pop): Delete.
11480         (mail-source-fetch-maildir): Ditto.
11481         (mail-source-fetch-imap): Ditto.
11482
11483         * imap.el (imap-authenticators): Comment out sasl.
11484
11485         * message.el (message-skip-to-next-address): New function.
11486         (message-fill-header-address): Refactor.
11487         (message-fill-address): Use it.
11488         (message-delete-address): Use it.
11489         (message-fill-header-general): Refactor.
11490         (message-fill-field-address): Rename.
11491         (message-narrow-to-field): Find the start of the header.
11492         (message-header-format-alist): Don't pre-fill.
11493         (message-fill-header): Removed.
11494         (message-insert-header): New function.
11495         (message-shorten-references): Use it.
11496
11497         * rfc2047.el (rfc2047-field-value): Strip props.
11498
11499         * mail-parse.el (mail-header-make-address): New alias.
11500
11501         * ietf-drums.el (ietf-drums-make-address): New function.
11502
11503         * imap.el: Add compiler directives.
11504
11505         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
11506
11507         * gnus-art.el (article-decode-idna-rhs): Don't use
11508         message-idna-inside-rhs-p.
11509
11510 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11511
11512         * message.el (message-idna-inside-rhs-p): Removed.
11513         (message-idna-to-ascii-rhs-1): Use proper address parsing.
11514
11515         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
11516         false positives.
11517
11518 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
11519
11520         * imap.el (imap-sasl-make-mechanisms): Use sasl.
11521
11522 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11523
11524         * nneething.el (nneething-file-name): Don't create spurious
11525         files.
11526
11527         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
11528         (gnus-inews-do-gcc): Remove sleep.
11529
11530         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
11531         part under point.
11532
11533         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
11534         (gnus-agent-regenerate-group): Using nil messages aren't valid.
11535
11536 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
11537
11538         * spam.el (spam-summary-prepare-exit): Fixed (length).
11539
11540 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
11541
11542         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
11543         as expired without moving it" message when there are spam
11544         messages left.
11545
11546 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
11547
11548         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
11549         header is not nil.
11550
11551 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
11552
11553         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
11554         nntp-possibly-create-directory, not nntp-possibly-change-group.
11555         (nntp-marks-changed-p): New arg SERVER.
11556         (nntp-request-update-info): Adjust caller.
11557
11558 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
11559
11560         * nntp.el (nntp-save-marks): Pass missing arg.
11561
11562 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
11563
11564         * nntp.el: Support marks.
11565         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
11566         (nntp-marks-modtime, nntp-marks-directory): New variables.
11567         (nntp-request-set-mark, nntp-request-update-info)
11568         (nntp-possibly-create-directory, nntp-marks-changed-p)
11569         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
11570         functions.
11571
11572 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
11573
11574         * gnus-xmas.el (gnus-xmas-select-lowest-window)
11575         (gnus-xmas-redefine): Rename.
11576
11577         * gnus-score.el (gnus-score-insert-help): Use
11578         gnus-select-lowest-window.
11579
11580         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
11581         appt-select-lowest-window and rename to gnus-select-lowest-window.
11582
11583         * gnus.el: do.
11584
11585 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11586
11587         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
11588         encodings of MIME-encoded words, in order to improve
11589         interoperability with several broken MUAs.
11590
11591 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11592
11593         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
11594         tags, only when charsets are not specified in headers.
11595         (mm-inline-text-html-render-with-w3m): Ditto.
11596
11597         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
11598         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
11599
11600 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11601
11602         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
11603         instead of MIME-decoded from fields when checking
11604         `gnus-article-address-banner-alist'.
11605
11606 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
11607
11608         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
11609         description rather than subject.
11610
11611 2004-05-02  Steve Youngs  <steve@youngs.au.com>
11612
11613         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
11614
11615 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11616
11617         * gnus.el (gnus-version-number): Bump.
11618
11619 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11620
11621         * gnus.el: No Gnus v0.2 is released.
11622
11623 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11624
11625         * gnus-agent.el (gnus-agent-read-agentview): Inline
11626         gnus-uncompress-range.
11627
11628 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11629
11630         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
11631         `exec-installed-p'.
11632
11633 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11634
11635         * gnus.el (spam-process, spam-autodetect-methods): Add
11636         bsfilter and bsfilter-headers.
11637
11638         * spam.el (spam-bsfilter): New customize group.
11639         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
11640         (spam-bsfilter-header, spam-bsfilter-probability-header)
11641         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
11642         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
11643         (spam-bsfilter-database-directory): New options.
11644         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
11645         (spam-list-of-statistical-checks, spam-registration-functions):
11646         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
11647         (spam-bsfilter-score): New command.
11648         (spam-check-bsfilter-headers, spam-check-bsfilter)
11649         (spam-bsfilter-register-with-bsfilter)
11650         (spam-bsfilter-register-spam-routine)
11651         (spam-bsfilter-unregister-spam-routine)
11652         (spam-bsfilter-register-ham-routine)
11653         (spam-bsfilter-unregister-ham-routine): New functions.
11654         (spam-generic-score): Support bsfilter; Accept an optional argument
11655         to recalcurate spam score even if scoring header has already been
11656         added.
11657         (spam-bogofilter-score, spam-spamassassin-score): Accept an
11658         optional argument to recalcurate spam score even if scoring header
11659         has already been added.
11660
11661 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
11662
11663         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
11664         strings!  Reported by David D. Smith <davidsmith@acm.org>.
11665         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
11666         link is missing.
11667
11668 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
11669
11670         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
11671         (html2text-get-attr): Rewrite.
11672
11673         * message.el (message-setup-1): Remove redundant put-text-property
11674         on mail-header-separator.
11675
11676 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
11677
11678         * gnus-registry.el (gnus-registry-cache-whitespace)
11679         (gnus-registry-action, gnus-registry-spool-action)
11680         (gnus-registry-split-fancy-with-parent): Change message levels
11681         from 5 to 3 or 7, as needed.
11682
11683         * spam.el (spam-summary-prepare-exit)
11684         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
11685         (spam-split, spam-find-spam, spam-log-undo-registration)
11686         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
11687         level from 5 to 6.
11688
11689 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11690
11691         * gnus-ems.el: Autoload appt-select-lowest-window (revert
11692         2004-03-04 change).
11693
11694 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
11695
11696         * sieve-manage.el (sieve-manage-open):
11697         * nnweb.el (nnweb-insert-html):
11698         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
11699         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
11700         * nnspool.el (nnspool-request-group):
11701         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
11702         * nnml.el (nnml-request-update-info):
11703         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
11704         (nnmh-request-create-group, nnmh-update-gnus-unreads):
11705         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
11706         (nnimap-request-set-mark):
11707         * nnfolder.el (nnfolder-request-update-info):
11708         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
11709         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
11710         * gnus-uu.el (gnus-uu-find-articles-matching):
11711         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
11712         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
11713         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
11714         * gnus-nocem.el (gnus-nocem-scan-groups):
11715         * gnus-int.el (gnus-start-news-server):
11716         * gnus-group.el (gnus-group-make-kiboze-group)
11717         (gnus-group-browse-foreign-server):
11718         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
11719         Use mapc when appropriate.
11720
11721 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
11722
11723         FIXME: Make separate entries for each person.
11724
11725         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
11726         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
11727         <shields@msrl.com>:
11728
11729         * spam.el (spam-necessary-extra-headers): Get the extra headers we
11730         may need for spam sorting and scoring.
11731         (spam-user-format-function-S): Add user format function suitable for
11732         general use.
11733         (spam-article-sort-by-spam-status): Add sorting function for summary
11734         sorting.
11735         (spam-extra-header-to-number): Add function to get a score from a
11736         header.
11737         (spam-summary-score): Add function to  get a numeric score from the
11738         headers.
11739         (spam-generic-score): Fix function doc, was in wrong place.
11740         (spam-initialize): Take symbols when it's run, and install the
11741         extra headers that spam-necessary-extra-headers thinks we need.
11742
11743 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
11744
11745         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
11746         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
11747
11748 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
11749
11750         * gnus-sum.el (gnus-set-global-variables)
11751         (gnus-build-all-threads, gnus-get-newsgroup-headers)
11752         (gnus-article-get-xrefs, gnus-summary-best-group)
11753         (gnus-summary-next-article, gnus-summary-enter-digest-group)
11754         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
11755         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
11756         Use with-current-buffer.
11757
11758 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
11759
11760         * spam.el (spam-summary-prepare-exit): Simplify logic.
11761         (spam-fetch-article-header): Read the article header if it's not
11762         available.
11763         (spam-list-articles): Simplify logic.
11764         (spam-filelist-register-routine): Fix bug with unregister-list.
11765
11766         * gnus-registry.el: Fix comments at beginning.
11767
11768 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
11769
11770         * message.el (message-cater-to-broken-inn): Remove.
11771         (message-shorten-references): Make sure the total folded length of
11772         References is shorter than 998 characters to cater to a bug in INN
11773         2.3.  Also, don't pretend that references aren't folded -- this
11774         hasn't worked for a while.
11775
11776 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11777
11778         * gnus-agent.el (gnus-agentize):
11779         gnus-agent-send-mail-real-function no longer set to current value
11780         of message-send-mail-function but rather a lambda that calls
11781         message-send-mail-function.  The change makes the agent real-time
11782         responsive to user changes to message-send-mail-function.
11783
11784 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11785
11786         * legacy-gnus-agent.el
11787         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
11788         help from Florian Weimer <fw@deneb.enyo.de>
11789
11790 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11791
11792         * nnmail.el (nnmail-cache-insert): Revert last change.
11793
11794 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11795
11796         * nnmail.el (nnmail-cache-insert): Always check whether
11797         nnmail-cache-ignore-groups matches a group name.
11798
11799 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
11800
11801         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
11802         (spam-find-spam, spam-log-processing-to-registry)
11803         (spam-log-registered-p, spam-log-unregistration-needed-p)
11804         (spam-log-undo-registration): Use gnus-message instead of
11805         gnus-error, none of these errors are fatal.
11806
11807         * gnus-registry.el (gnus-registry-clean-empty-function)
11808         (gnus-registry-clean-empty): Remove only empty entries without
11809         extra data.
11810
11811 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
11812
11813         * spam-stat.el (spam-stat-buffer-change-to-spam)
11814         (spam-stat-buffer-change-to-non-spam): Change (error) to
11815         (gnus-message 8) invocation.
11816
11817 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11818
11819         * nntp.el (nntp-via-netcat-command): New variable.
11820         (nntp-via-netcat-switches): New variable.
11821         (nntp-open-via-rlogin-and-netcat): New function.
11822         (nntp-open-connection-function): Doc fix.
11823         (nntp-telnet-command): Doc fix.
11824         (nntp-end-of-line): Doc fix.
11825         (nntp-via-rlogin-command): Doc fix.
11826         (nntp-via-user-name): Doc fix.
11827         (nntp-via-address): Doc fix.
11828
11829 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11830
11831         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
11832         error in Emacs 21.1.
11833
11834 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
11835
11836         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
11837
11838 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11839         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
11840         (gnus-agent-with-refreshed-group): New macro.
11841         (gnus-agent-rename-group): New function.
11842         (gnus-agent-delete-group): New function.
11843         (gnus-agent-save-group-info): Use gnus-command-method when
11844         `method' parameter is nil.  Don't write nil entries into the
11845         active file.
11846         (gnus-agent-get-group-info): New function.
11847         (gnus-agent-fetch-articles): Use
11848         gnus-agent-update-files-total-fetched-for to increment disk space
11849         used.
11850         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
11851         gnus-agent-update-view-total-fetched-for to increment disk space
11852         used.
11853         (gnus-agent-get-local): Added optional parameters to avoid calling
11854         gnus-group-real-name and gnus-find-method-for-group.
11855         (gnus-agent-set-local): Delete stored entry if either min, or max,
11856         are nil.
11857         (gnus-agent-fetch-session): Reworded error/quit messages.  On
11858         quit, use gnus-agent-regenerate-group to record existance of any
11859         articles fetched to disk before the quit occurred.
11860         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
11861         gnus-agent-update-view-total-fetched-for, and
11862         gnus-agent-update-files-total-fetched-for to decrement disk space
11863         used.
11864         (gnus-agent-retrieve-headers): Use
11865         gnus-agent-update-view-total-fetched-for to increment disk space
11866         used.
11867         (gnus-agent-regenerate-group): Replace gnus-group-update-group
11868         with gnus-agent-update-files-total-fetched-for to decrement disk
11869         space and fresh group buffer.
11870         (gnus-agent-inhibit-update-total-fetched-for): New variable.
11871         (gnus-agent-need-update-total-fetched-for): New variable.
11872         (gnus-agent-update-files-total-fetched-for): New function.
11873         (gnus-agent-update-view-total-fetched-for): New function.
11874         (gnus-agent-total-fetched-for): New function.
11875
11876         * gnus-cache.el (gnus-cache-save-buffers): Use
11877         gnus-cache-update-overview-total-fetched-for to change disk space
11878         used by this group.
11879         (gnus-cache-possibly-enter-article): Use
11880         gnus-cache-update-file-total-fetched-for to increment disk space
11881         used by this group.
11882         (gnus-cache-possibly-remove-article): Use
11883         gnus-cache-update-file-total-fetched-for to decrement disk space
11884         used by this group.
11885         (gnus-cache-generate-nov-databases): Purge total fetched cache.
11886         (gnus-cache-rename-group): New function.
11887         (gnus-cache-delete-group): New function.
11888         (gnus-cache-inhibit-update-total-fetched-for): New variable.
11889         (gnus-cache-need-update-total-fetched-for): New variable.
11890         (gnus-cache-with-refreshed-group): New macro.
11891         (gnus-cache-update-file-total-fetched-for): New function.
11892         (gnus-cache-update-overview-total-fetched-for): New function.
11893         (gnus-cache-rename-group-total-fetched-for): New function.
11894         (gnus-cache-delete-group-total-fetched-for): New function.
11895         (gnus-cache-total-fetched-for): New function.
11896
11897         * gnus-group.el: Require gnus-sum and autoload functions to
11898         resolve warnings when gnus-group.el compiled alone.
11899         (gnus-group-line-format): Documented new %F
11900         (size of Fetched data) group line format; identifies disk space
11901         used by agent and cache.
11902         (gnus-group-line-format-alist): Defined new F format.
11903         (gnus-total-fetched-for): New function.
11904         (gnus-group-delete-group): No longer update
11905         gnus-cache-active-altered as gnus-request-delete-group now keeps
11906         the cache in sync.
11907         (gnus-group-list-active): Let the agent store a server's active
11908         list if currently plugged.
11909
11910         * gnus-int.el (gnus-request-delete-group):
11911         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
11912         local disk in sync with the server.
11913         (gnus-request-rename-group):
11914         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
11915         local disk in sync with the server.
11916
11917         * gnus-start.el (gnus-get-unread-articles):
11918         Cosmetic simplification to logic.
11919
11920         * gnus-util.el (gnus-rename-file): New function.
11921
11922 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
11923
11924         * mm-util.el (mm-image-load-path): Handle nil in load-path.
11925
11926 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
11927
11928         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
11929         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
11930
11931 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
11932
11933         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
11934         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
11935
11936 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
11937
11938         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
11939
11940 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
11941
11942         * spam.el (spam-set-difference): Add function to replace
11943         gnus-set-difference in spam.el.
11944         (spam-summary-prepare-exit): Use spam-set-difference.
11945
11946 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
11947
11948         * gnus-registry.el (gnus-registry-cache-file): Update to use
11949         gnus-dribble-directory OR gnus-home-directory OR ~.
11950         (gnus-registry-split-fancy-with-parent): Fix doc.
11951
11952 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11953
11954         * message.el (message-exchange-point-and-mark): Use
11955         message-mark-active-p.  Suggested by Jesper Harder
11956         <harder@ifa.au.dk>.
11957
11958 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11959
11960         * message.el (message-exchange-point-and-mark): Don't activate
11961         region if it was inactive.  Suggested by Hiroshi Fujishima
11962         <pooh@nature.tsukuba.ac.jp>.
11963
11964 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11965
11966         * gnus-art.el (article-display-face): Display Faces in the same
11967         order as X-Faces.
11968
11969 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11970
11971         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
11972
11973 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11974
11975         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
11976         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
11977         (gnus-article-mime-hierarchy): Remove.
11978         (gnus-article-mime-hierarchy-next): Remove.
11979         (gnus-article-mode): Revert 2004-03-19 change.
11980         (gnus-article-setup-buffer): Revert 2004-03-19 change.
11981         (gnus-insert-mime-button): Revert 2004-03-19 change.
11982         (gnus-mime-accumulate-hierarchy): Remove.
11983         (gnus-mime-enter-multipart): Remove.
11984         (gnus-mime-leave-multipart): Remove.
11985         (gnus-mime-display-part): Revert 2004-03-19 change.
11986         (gnus-mime-display-alternative): Revert 2004-03-19 change.
11987
11988         * mml.el (mml-preview): Revert 2004-03-19 change.
11989
11990 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
11991
11992         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
11993
11994 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11995
11996         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
11997         t while entering a file name using the mm-with-multibyte macro.
11998         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
11999
12000         * mm-util.el (mm-with-multibyte): New macro.
12001
12002 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12003
12004         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
12005         user option.
12006         (gnus-mime-multipart-functions): Doc and customization fix.
12007         (gnus-article-mime-hierarchy): New variable.
12008         (gnus-article-mime-hierarchy-next): New variable.
12009         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
12010         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
12011         gnus-article-mime-hierarchy-next to nil.
12012         (gnus-insert-mime-button): Show hierarchy numbers.
12013         (gnus-mime-accumulate-hierarchy): New function.
12014         (gnus-mime-enter-multipart): New function.
12015         (gnus-mime-leave-multipart): New function.
12016         (gnus-mime-display-part): Recompute hierarchical MIME structure.
12017         (gnus-mime-display-alternative): Show hierarchy numbers.
12018
12019         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
12020         gnus-article-mime-hierarchy-next to nil.
12021
12022 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
12023
12024         * dns.el: Don't require gnus-xmas.
12025
12026 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
12027
12028         * mml.el (mml-generate-mime-1): Don't use format=flowed with
12029         inline PGP.
12030         (mml-menu): Disable mml-quote-region if mark is inactive.
12031
12032 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12033
12034         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
12035         when the group's active is not available.
12036
12037 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12038
12039         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
12040         error.
12041
12042 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
12043
12044         * imap.el (imap-store-password): New variable.
12045         (imap-interactive-login): Use it.
12046         Suggested by Mark Plaksin <happy@mcplaksin.org>.
12047
12048 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12049
12050         * gnus-art.el (gnus-article-read-summary-keys): Restore new
12051         window-start and hscroll to summary window.
12052
12053 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12054
12055         * gnus-start.el (gnus-convert-old-newsrc): Only write the
12056         conversion message to newsrc-dribble when an actual conversion is
12057         performed.
12058
12059 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
12060
12061         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
12062
12063 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12064
12065         * mm-decode.el (mm-complicated-handles): New function reviving
12066         former definition of mm-multiple-handles.
12067
12068         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
12069         (gnus-mime-delete-part): Use it.
12070
12071 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12072
12073         * gnus-agent.el (gnus-agent-read-local): Bind
12074         nnheader-file-coding-system to gnus-agent-file-coding-system to
12075         avoid the implicit assumption that they will always be equal.
12076         (gnus-agent-save-local): Bind buffer-file-coding-system, not
12077         coding-system-for-write, as the with-temp-file macro first prints
12078         to a buffer then saves the buffer.
12079
12080 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12081
12082         * gnus-art.el (gnus-article-edit-part): New function.
12083         (gnus-mime-save-part-and-strip): Use it; do query instead of
12084         signaling an error; don't use mm-multiple-handles.
12085         (gnus-mime-delete-part): Ditto.
12086
12087 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12088
12089         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
12090         old file versions.
12091         (gnus-group-prepare-hook): Removed function that converted list
12092         form of gnus-agent-expire-days to group properties.
12093
12094         * gnus-int.el: Autoload gnus-agent-regenerate-group.
12095         (gnus-request-accept-article): Re-indented.
12096
12097         * gnus-start.el (gnus-convert-old-newsrc): Registered new
12098         converters to handle old agent file formats.  Added logic for a
12099         "backup before upgrading warning".
12100         (gnus-convert-mark-converter-prompt): Developers can mark
12101         functions as needing (default), or not needing,
12102         gnus-convert-old-newsrc's "backup before upgrading warning".
12103         (gnus-convert-converter-needs-prompt): Tests whether the user
12104         should be protected from potentially irreversable changes by the
12105         function.
12106
12107         * legacy-gnus-agent.el: New.  Provides converters that are only
12108         loaded when gnus-convert-old-newsrc needs to call them.
12109
12110 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12111
12112         * mail-source.el (mail-source-touch-pop): Doc fix.
12113
12114         * message.el (message-smtpmail-send-it): Doc fix.
12115
12116 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
12117
12118         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
12119
12120         * nnmail.el (nnmail-split-fancy): do.
12121
12122         * gnus-kill.el (gnus-kill, gnus-execute): do.
12123
12124 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
12125
12126         * gnus-sum.el (gnus-widget-reversible-match)
12127         (gnus-widget-reversible-to-internal)
12128         (gnus-widget-reversible-to-external): New functions.
12129         (gnus-widget-reversible): New widget.
12130         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
12131
12132 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
12133
12134         * gnus-sum.el (gnus-thread-sort-functions)
12135         (gnus-article-sort-functions): Document `(not F)' items.
12136
12137 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
12138
12139         * spam.el (spam-use-gmane-xref): Add new backend.
12140         (spam-gmane-xref-spam-group): Add variable to control the name of the
12141         Gmane spam group.
12142         (spam-blackhole-servers, spam-blackhole-good-server-regex)
12143         (spam-regex-headers-spam, spam-regex-headers-ham)
12144         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
12145         (spam-list-of-checks): Add spam-use-gmane-xref to list of
12146         backends and checks.
12147         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
12148
12149         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
12150         an autodetect method.
12151
12152 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12153
12154         * gnus-int.el (gnus-request-accept-article): Inform the agent that
12155         articles are being added to a group.
12156         (gnus-request-replace-article): Inform the agent that articles
12157         need to be uncached as the cached contents are no longer valid.
12158
12159 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12160
12161         * binhex.el: Don't autoload executable-find.
12162
12163         * canlock.el: Don't autoload mail-fetch-field.
12164
12165         * dgnushack.el: Autoload c-mode for XEmacs.
12166
12167         * gnus-ems.el: Don't autoload appt-select-lowest-window.
12168
12169         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
12170         rmail-dont-reply-to and rmail-output.
12171
12172         * gnus-score.el: Don't autoload ffap-string-at-point.
12173
12174         * gnus-setup.el: Don't autoload sc-cite-original.
12175
12176         * imap.el: Don't autoload base64-decode-string,
12177         base64-encode-string and md5.
12178
12179         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
12180         and rmail-msg-restore-non-pruned-header.
12181
12182         * mm-decode.el: Don't autoload executable-find.
12183
12184         * mm-url.el: Don't autoload executable-find.
12185
12186         * mm-view.el: Don't autoload diff-mode.
12187
12188         * nndb.el: Don't autoload news-reply-mode, news-setup,
12189         cancel-timer and telnet.
12190
12191         * password.el: Don't autoload run-at-time for Emacs.
12192
12193         * sha1-el.el: Don't autoload executable-find.
12194
12195         * sieve-mode.el: Don't autoload c-mode.
12196
12197         * uudecode.el: Don't autoload executable-find.
12198
12199 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12200
12201         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
12202         (gnus-agent-possibly-alter-active): Avoid null in numeric
12203         comparison.
12204         (gnus-agent-set-local): Refuse to save null in local object table.
12205         (gnus-agent-regenerate-group): The REREAD parameter can now be a
12206         list of articles that will be marked as unread.
12207
12208 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12209
12210         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
12211
12212 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
12213
12214         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
12215         language tags.
12216
12217 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
12218
12219         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
12220         Don't bind "obarray".
12221
12222         * gnus-sum.el (gnus-thread-sort-functions): Added
12223         `gnus-thread-sort-by-most-recent-number' and
12224         `gnus-thread-sort-by-most-recent-date'.
12225         Reported by Kai Grossjohann <kai@emptydomain.de>.
12226
12227 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12228
12229         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
12230
12231 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12232
12233         * gnus-cus.el (gnus-agent-customize-category): Removed
12234         ignore-errors macro reference that required cl to be loaded at
12235         run-time.
12236
12237         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
12238         single-interval range of the form (min . max).  Previously the
12239         range had to look like ((min . max)).  Likewise, return
12240         (min . max) rather than ((min . max)).
12241         (gnus-range-map): Use gnus-range-normalize to accept
12242         single-interval range.
12243
12244         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
12245         the cache, but not the agent, now appear with their usual face.
12246
12247         * dgnushack.el (loaddir): New variable that is bound to the
12248         directory containing the dgnushack.el file. Use loaddir, rather
12249         than srcdir, to update load-path. Change lets dgnushack compile
12250         code in directories other than GNUS/lisp.
12251
12252 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12253
12254         * lpath.el: Don't bind w3m-safe-url-regexp.
12255
12256         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
12257         w3m-safe-url-regexp variable buffer-local.
12258
12259         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
12260
12261 2004-02-27  Simon Josefsson  <jas@extundo.com>
12262
12263         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
12264         gnus-group-real-prefix.
12265         (gnus-summary-move-article): Use it, instead of
12266         gnus-group-real-prefix.
12267
12268 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12269
12270         * lpath.el: Bind w3m-safe-url-regexp.
12271
12272         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
12273         w3m-safe-url-regexp variable buffer-local and set it as the value
12274         of mm-w3m-safe-url-regexp.
12275
12276         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
12277
12278         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
12279         parsing gnus-posting-styles when the message is not for replying.
12280
12281         * dgnushack.el: Autoload sgml-mode for XEmacs.
12282
12283         * nnrss.el (nnrss-opml-export): Use
12284         mm-set-buffer-file-coding-system instead of
12285         set-buffer-file-coding-system.
12286
12287 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
12288
12289         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
12290         of checkdoc.el).
12291         * nnrss.el: do.
12292         * gnus-mlspl.el: do.
12293         * gnus-ml.el: do.
12294         * gnus-srvr.el: do.
12295
12296         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
12297
12298 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
12299
12300         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
12301         Corrections to custom-manual links.
12302
12303         * gnus-art.el (gnus-article): Ditto.
12304
12305         * mm-decode.el (mime-display, mime-security): Ditto.
12306
12307 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
12308
12309         * flow-fill.el: Typo.
12310
12311 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
12312
12313         * spam-wash.el: New file.
12314
12315 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
12316
12317         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
12318
12319 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
12320
12321         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
12322         to be run with new-articles as LIST1, not LIST2.
12323         (spam-registration-functions): Add spam-use-ham-copy as a nil
12324         registration backend.
12325
12326 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
12327
12328         * spam-stat.el (spam-stat-washing-hook): New option.
12329         (spam-stat-buffer-words): Use it.
12330         (spam-stat-process-directory, spam-stat-test-directory): Use
12331         insert-file-contents-literally.
12332         (spam-stat-coding-system): New variable.
12333         (spam-stat-load, spam-stat-save): Use it.
12334
12335 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12336
12337         * spam-report.el (spam-report-plug-agent): Quote
12338         spam-report-url-to-file and spam-report-url-ping-plain.
12339
12340 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
12341
12342         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
12343         / in mailto URLs.
12344
12345 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12346
12347         * spam-report.el (spam-report-process-queue): Fix interactive use.
12348         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
12349         (spam-report-unplug-agent): Doc fixes.
12350         (spam-report-url-ping-mm-url, spam-report-url-to-file)
12351         (spam-report-agentize, spam-report-deagentize): Autoload
12352
12353 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12354
12355         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
12356
12357         * message.el (message-setup-fill-variables): Add mml tags to
12358         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
12359         <ajk@iu.edu>.
12360         (message-mode): Don't modify paragraph-separate there.
12361
12362 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12363
12364         * compface.el (uncompface-use-external): Default to undecided.
12365         (uncompface-use-external-threshold): New variable.
12366         (uncompface-float-time): New macro.
12367         (uncompface): Determine whether to use the external decoder if
12368         uncompface-use-external is undecided.
12369
12370 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12371
12372         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
12373         after images.
12374
12375         * gnus-art.el (gnus-mime-display-single): Remove dead code.
12376
12377 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
12378
12379         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
12380
12381         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
12382
12383         * gnus-sum.el (gnus-summary-limit-to-age)
12384         (gnus-summary-limit-children): do.
12385
12386         * gnus-int.el (gnus-request-scan): do.
12387
12388         * gnus-group.el (gnus-group-suspend): do.
12389
12390         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
12391
12392         * gnus-cite.el (gnus-cite-parse-attributions): do.
12393
12394         * gnus-agent.el (gnus-summary-set-agent-mark)
12395         (gnus-agent-regenerate-group): do.
12396
12397         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
12398
12399         * binhex.el (binhex-decode-region-internal): do.
12400
12401 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12402
12403         * gnus-fun.el (gnus-face-properties-alist): New user option.
12404         (gnus-display-x-face-in-from): Use it.
12405
12406         * gnus-art.el (article-display-face): Ditto.
12407
12408         * compface.el (uncompface-use-external): Default to nil.
12409
12410 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
12411
12412         * nntp.el (nntp-erase-buffer): New function.
12413         (nntp-retrieve-data, nntp-send-command)
12414         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
12415         (nntp-possibly-change-group): Use it.
12416
12417         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
12418         with-current-buffer.
12419
12420 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
12421
12422         * compface.el: Merge the ELisp-based uncompface program.
12423         (compface): New customization group.
12424         (uncompface-use-external): New user option.
12425         (uncompface): Call uncompface-internal if uncompface-use-external
12426         is nil.
12427         (uncompface-internal): New function.  Note that there are also
12428         some other functions and variables added for this function.
12429
12430 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
12431
12432         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
12433         if necessary.
12434
12435 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
12436
12437         * spam-report.el (spam-report-unplug-agent)
12438         (spam-report-plug-agent, spam-report-deagentize)
12439         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
12440         Add support for the Agent in spam-report: when unplugged, report to a
12441         file; when plugged, submit all the requests.
12442
12443         * spam.el (spam-register-routine): Fix message about
12444         registration.
12445
12446 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
12447
12448         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
12449         dependencies.
12450         (rfc2047-encode): Use it.
12451
12452         * gnus-art.el (gnus-button-marker-list): Move before first
12453         reference.
12454
12455         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12456         (imap-parse-body): Fix format string mismatch.
12457
12458         * gnus-score.el (gnus-summary-increase-score): do.
12459
12460         * nnrss.el (nnrss-close): New function.
12461
12462 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
12463
12464         * nnrss.el (nnrss-make-filename): New function.
12465         (nnrss-request-delete-group, nnrss-read-server-data)
12466         (nnrss-save-server-data, nnrss-read-group-data)
12467         (nnrss-save-group-data): Use it.
12468         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
12469         (nnrss-read-server-data, nnrss-read-group-data): Use load.
12470         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
12471
12472 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
12473
12474         * mml.el (mml-compute-boundary-1): Don't uncompress files.
12475
12476 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
12477
12478         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
12479         files.
12480
12481         * message.el (message-generate-headers-first): Don't quote nil
12482         and t in docstrings.
12483
12484         * imap.el (imap-id): do.
12485
12486         * gnus-agent.el (gnus-agent-consider-all-articles)
12487         (gnus-agent-queue-mail): do.
12488
12489 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
12490
12491         * spam-report.el (spam-report-process-queue): New function.
12492         Process requests from `spam-report-requests-file'.
12493         (spam-report-process-queue): Doc fix.
12494
12495 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
12496
12497         * spam.el (spam-register-routine)
12498         (spam-log-processing-to-registry, spam-log-registered-p)
12499         (spam-log-unregistration-needed-p, spam-log-undo-registration):
12500         Change "check" to "spam-check" for semi-clarity.
12501
12502 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
12503
12504         * pop3.el: Require nnheader.
12505
12506         * mml-smime.el: Require cl.  Autoload message-fetch-field.
12507
12508         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
12509
12510         * gnus-picon.el: Require cl.
12511
12512         * gnus-fun.el: Require gnus-ems and gnus-util.
12513
12514         * gnus.el (gnus-method-to-server): Move defsubst before first use.
12515
12516         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
12517
12518         * gnus-art.el (gnus-article-edit-mode): Define before first
12519         reference.
12520
12521 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
12522
12523         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
12524         (gnus-uu-post-encoded): Use point-at-bol.
12525
12526         * gnus-topic.el (gnus-group-active-topic-p): do.
12527
12528         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
12529
12530         * gnus-group.el (gnus-group-kill-region): do.
12531
12532         * gnus-art.el (article-date-ut): do.
12533
12534         * message.el (message-fetch-field): Remove redundant
12535         case-fold-search binding.
12536         (message-narrow-to-field): Simplify.
12537
12538 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
12539
12540         * spam.el (spam-directory): Derive from `gnus-directory'.
12541
12542         * spam-report.el (spam-report-url-to-file)
12543         (spam-report-requests-file): New function and variable for offline
12544         reporting.
12545         (spam-report-url-ping-function): Add `spam-report-url-to-file'
12546         and user defined function.
12547         (spam-report-url-ping-mm-url): Remove doubled slash.
12548
12549 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
12550
12551         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
12552
12553 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
12554
12555         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
12556         format string mismatch.
12557
12558         * sieve.el (sieve-deactivate-all): do.
12559
12560         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
12561
12562         * nnlistserv.el (nnlistserv-kk-wash-article): do.
12563
12564         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
12565
12566         * mm-bodies.el (mm-7bit-chars): Don't include \r.
12567
12568 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
12569
12570         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
12571         the list of checks.
12572
12573 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
12574
12575         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
12576         padding.
12577
12578 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
12579
12580         * mm-view.el (mm-fill-flowed): New variable.
12581         (mm-inline-text): Use it.
12582
12583 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
12584
12585         * spam.el (spam-spamassassin-register-ham-routine)
12586         (spam-spamassassin-register-spam-routine): Fix function names.
12587
12588 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12589
12590         * gnus.el (gnus-tmp-grouplens): Remove.
12591         (gnus-summary-line-format): Remove grouplens.
12592
12593         * gnus-group.el (gnus-group-line-format): Ditto.
12594
12595         * gnus-spec.el (gnus-format-specs): Ditto.
12596         (gnus-update-format-specifications): Flush the group format spec
12597         cache if there's the grouplens stuff.
12598         (gnus-parse-simple-format): Replace %l with the empty string.
12599
12600 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
12601
12602         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
12603         omission.
12604
12605 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12606
12607         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
12608         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12609
12610 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
12611
12612         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
12613         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
12614         New macros and functions.
12615         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
12616         Handle > NLINK_MAX messages.
12617         * nnmaildir.el (nnmaildir-request-set-mark): Use
12618         nnmaildir--emlink-p and nnmaildir--eexist-p.
12619
12620 2004-01-25  Alex Schroeder  <alex@gnu.org>
12621
12622         * spam-stat.el (spam-stat-process-directory-age): New option.
12623         (spam-stat-process-directory): Use it.
12624
12625 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
12626
12627         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
12628         (spam-stat-save): Accept prefix argument.
12629
12630 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
12631
12632         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
12633         links" error.
12634
12635 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12636
12637         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
12638         the rest of the and/or forms.
12639
12640 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
12641
12642         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
12643         compatibility with old .newsrc.eld files.
12644
12645         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
12646
12647         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
12648
12649         * gnus-start.el (gnus-1): do.
12650
12651         * gnus-group.el (gnus-group-line-format-alist): do.
12652
12653         * gnus.el (gnus-use-grouplens, gnus-visual): do.
12654
12655         * gnus-gl.el: Remove.
12656
12657 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12658
12659         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
12660         marks consisting of a single range {for example, (3 . 5)} rather
12661         than a list of a single range { ((3 . 5)) }.
12662
12663 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
12664
12665         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
12666         with-current-buffer.
12667         (spam-stat-store-current-buffer): Use insert-buffer-substring to
12668         avoid consing a string.
12669
12670         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
12671         Remove obsolete entries for big5 and gb2312.
12672
12673 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12674
12675         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
12676         uncompressed list.
12677
12678 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
12679
12680         * spam-stat.el (spam-stat-strip-xref): New function.
12681         (spam-stat-process-directory): Use it.
12682
12683         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
12684         here -- it's done in message-fetch-field.
12685
12686 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
12687
12688         * gnus-agent.el (gnus-agent-queue-mail)
12689         (gnus-agent-prompt-send-queue): New variables.
12690         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
12691         * gnus-draft.el (gnus-group-send-queue): Pass the group name
12692         "nndraft:queue" along to gnus-draft-send.  Use
12693         gnus-agent-prompt-send-queue.
12694         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
12695         is "nndraft:queue".  Suggested by Gaute Strokkenes
12696         <gs234@srcf.ucam.org>
12697
12698         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
12699         (agent-enable-undownloaded-faces): Added
12700         (gnus-agent-cat-groups): Use eval-and-compile, not
12701         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
12702         method of gnus-agent-cat-groups even when the buffer has been
12703         evaled.
12704         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
12705         delete gnus-agent-save-active-1.
12706         (gnus-agent-save-groups): Deleted.  Identical to
12707         gnus-agent-save-active.
12708         (gnus-agent-write-active): No longer adjust agent's copy of active
12709         file as agent's adjustments are now stored in their own
12710         file.  Removed optional parameter.
12711         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
12712         servers.  Add use of min/max range limits from server's local
12713         file.
12714         (gnus-agent-save-alist): Removed unused optional argument.
12715         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
12716         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
12717         (gnus-agent-set-local): A per-server file that keeps min/max range
12718         limits for articles known to the agent.  Provides a fast mechanism
12719         for altering many active ranges.
12720         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
12721         active file (local makes it unnecessary).
12722         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
12723
12724         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
12725         (agent-enable-undownloaded-faces): Added
12726
12727         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
12728         disable it when sending to "nndraft:queue".
12729         (gnus-group-send-queue): Add safety check to avoid sending queue
12730         when unplugged.
12731
12732         * gnus-group.el (gnus-group-catchup): Use new
12733         gnus-sequence-of-unread-articles, not
12734         gnus-list-of-unread-articles, to avoid exhausting memory with huge
12735         numbers of articles.  Use gnus-range-map to avoid having to
12736         uncompress the unread list.
12737         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
12738         Fixed invalid ange-ftp reference.
12739
12740         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
12741         (gnus-sorted-range-intersection): Intersection of two ranges
12742         without requiring that they first be uncompressed.
12743
12744         * gnus-start.el (gnus-activate-group): Unless blocked by the
12745         caller, possibly expand the active range to include both cached
12746         and agentized articles.
12747         (gnus-convert-old-newsrc): Rewrote in anticipation of having
12748         multiple version-dependent converters.
12749         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
12750         gnus-agent-save-active.
12751         (gnus-save-newsrc-file): Save dirty agent range limits.
12752
12753         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
12754         gnus-agent-possibly-alter-active.
12755         (gnus-adjust-marked-articles): Faster handling of simple lists
12756
12757 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
12758
12759         * spam-stat.el (spam-stat-test-directory): New optional argument
12760         displays a list of files detected.  Suggested by Andrew Cohen
12761         <cohen@andy.bu.edu>.
12762         (spam-stat-buffer-words-with-scores): Don't narrow and change
12763         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
12764
12765 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
12766
12767         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
12768         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
12769         (spam-spamassassin-arguments)
12770         (spam-spamassassin-spam-flag-header)
12771         (spam-spamassassin-positive-spam-flag-header)
12772         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
12773         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
12774         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
12775         (spam-list-of-processors, spam-list-of-checks)
12776         (spam-list-of-statistical-checks, spam-registration-functions)
12777         (spam-check-spamassassin-headers, spam-check-spamassassin)
12778         (spam-spamassassin-score)
12779         (spam-spamassassin-register-with-sa-learn)
12780         (spam-spamassassin-register-spam-routine)
12781         (spam-spamassassin-register-ham-routine)
12782         (spam-assassin-register-spam-routine)
12783         (spam-assassin-register-ham-routine): Add SpamAssassin support.
12784         (spam-bogofilter-score): Fix to show article before scoring.
12785
12786 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
12787
12788         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
12789         default scoring function.
12790         (spam-generic-score): Call spam-spamassassin-score if
12791         spam-use-spamassassin or spam-use-spamassassin-headers is on;
12792         spam-bogofilter-score otherwise.
12793
12794         * gnus.el (spam-process, spam-autodetect-methods): Add
12795         spamassassin and spamassassin-headers.
12796
12797 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
12798
12799         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12800         Suppress unnecessary messages.
12801
12802 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
12803
12804         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
12805         make-hash-table.
12806
12807 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12808
12809         * canlock.el (base64-encode-string): Don't autoload it.
12810
12811 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12812
12813         * run-at-time.el: Remove useless (require 'itimer),
12814         eval-and-compile and (featurep 'xemacs).
12815
12816 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
12817
12818         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
12819         GROUP is a virtual group.
12820
12821 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
12822
12823         * gnus.el: Autoload `message-y-or-n-p'.
12824
12825 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
12826
12827         * pgg-parse.el: Remove unnecessary (require 'custom).
12828
12829         * pgg-def.el: do.
12830
12831         * nnmail.el: do.
12832
12833         * gnus-undo.el: do.
12834
12835         * gnus-picon.el: do.
12836
12837         * gnus-util.el: do.
12838
12839 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
12840
12841         * gnus-sum.el (gnus-pick-line-number): Add autoload.
12842
12843 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12844
12845         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
12846         handle, as well as a list.
12847
12848         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
12849         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
12850         (mm-w3m-cid-retrieve): Simplify.
12851
12852 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
12853
12854         * message.el (message-kill-to-signature): Allow prefix arg to
12855         specify number of lines to keep before signature.
12856
12857 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
12858
12859         (message-kill-to-signature): Change docstring.
12860
12861 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12862
12863         * canlock.el: Always require sha1-el.
12864         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
12865
12866         * message.el: Autoload sha1 only when compiling.
12867
12868         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
12869         eudc-expand-inline for XEmacs.
12870
12871 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12872
12873         * message.el (message-canlock-generate): Require sha1-el.
12874
12875 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
12876
12877         * message.el (message-expand-name): Silence the byte compiler.
12878
12879         * lpath.el: Add detect-coding-system.
12880
12881         * dgnushack.el (dgnushack-compile): Remove obsolete check for
12882         cus-edit.
12883
12884 2004-01-13  Simon Josefsson  <jas@extundo.com>
12885
12886         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
12887         Invoke gnus-score-mode.  Reported by
12888         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
12889
12890         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
12891         Jim Blandy <jimb@redhat.com> (tiny change).
12892
12893 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
12894
12895         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
12896
12897 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
12898
12899         * spam.el (spam-get-article-as-string): Update to use
12900         gnus-request-article-this-buffer, much simpler.
12901         (spam-get-article-as-buffer): Remove.
12902
12903 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
12904
12905         * message.el (message-expand-name): Use EUDC if the user uses that.
12906
12907 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
12908
12909         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
12910         character for the encoding to avoid consing a string.
12911
12912         * rfc2047.el (rfc2047-decode-string): Don't cons a string
12913         unnecessarily.
12914
12915         * mm-util.el (mm-replace-chars-in-string): Remove.
12916
12917         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
12918         of mm-replace-chars-in-string.
12919
12920 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
12921
12922         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
12923
12924         * mm-util.el (mm-subst-char-in-string): Support inplace.
12925
12926         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
12927         a new string in every iteration.  Use shy groups.
12928
12929 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
12930
12931         * gnus-srvr.el (gnus-browse-unsubscribe-group):
12932         * gnus-soup.el (gnus-soup-group-brew):
12933         * gnus-msg.el (gnus-put-message):
12934         * gnus-move.el (gnus-group-move-group-to-server):
12935         * gnus-kill.el (gnus-batch-score):
12936         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
12937         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
12938         (gnus-group-update-group, gnus-group-read-group)
12939         (gnus-group-make-group, gnus-group-make-help-group)
12940         (gnus-group-make-archive-group, gnus-group-make-directory-group)
12941         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
12942         (gnus-group-sort-by-unread, gnus-group-catchup)
12943         (gnus-group-unsubscribe-group, gnus-group-kill-group)
12944         (gnus-group-yank-group, gnus-group-set-info)
12945         (gnus-group-list-groups):
12946         * gnus.el (gnus-generate-new-group-name):
12947         * gnus-delay.el (gnus-delay-send-queue):
12948         * nnvirtual.el (nnvirtual-catchup-group):
12949         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
12950         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
12951         (gnus-group-prepare-topics, gnus-topic-check-topology):
12952         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
12953         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
12954         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
12955         (gnus-group-make-articles-read):
12956         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
12957         (gnus-group-change-level, gnus-kill-newsgroup)
12958         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
12959         (gnus-get-unread-articles, gnus-make-articles-unread)
12960         (gnus-make-ascending-articles-unread): Use accessor
12961         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
12962         to get group information for improved readability.
12963
12964
12965 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
12966
12967         * gnus-art.el (article-decode-mime-words, article-babel)
12968         (gnus-article-highlight-signature, gnus-article-add-buttons)
12969         (gnus-signature-toggle): Use gnus-with-article-buffer.
12970
12971         * gnus-art.el (gnus-article-highlight-headers)
12972         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
12973
12974         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
12975         (gnus-article-set-globals, gnus-request-article-this-buffer)
12976         (gnus-button-message-id, gnus-article-maybe-hide-headers)
12977         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
12978         (gnus-mime-display-alternative): Use with-current-buffer.
12979
12980 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
12981
12982         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
12983         also under 80 char limit, and call gnus-error if needed.
12984         (spam-fetch-article-header): Fix - it was a
12985         buffer-local variable (gnus-newsgroup-data).
12986         (spam-find-spam): Use spam-generate-fake-headers, forget about
12987         spam-insert-fake-headers.
12988         (spam-insert-fake-headers): Remove.
12989
12990 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
12991
12992         * deuglify.el (gnus-article-outlook-unwrap-lines)
12993         (gnus-outlook-rearrange-article)
12994         (gnus-outlook-repair-attribution-outlook)
12995         (gnus-outlook-repair-attribution-block)
12996         (gnus-outlook-repair-attribution-other): Remove redundant
12997         save-excursion.
12998
12999 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
13000
13001         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
13002         (spam-fetch-field-subject-fast)
13003         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
13004         (spam-fetch-article-header): Add functions to deal with Gnus
13005         internals for fast retrieval of article header data.
13006         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
13007
13008 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
13009
13010         * pop3.el (pop3-md5): Remove.
13011         (pop3-apop): Replace pop3-md5 with md5.
13012
13013         * mm-bodies.el: base64 is always built-in.
13014
13015         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
13016         with-current-buffer.
13017
13018 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13019
13020         * canlock.el (canlock-insert-header): Remove excessive grouping in
13021         regexp.
13022
13023         * gnus-sum.el (gnus-summary-read-document): Ditto.
13024
13025         * gnus-uu.el (gnus-uu-part-number): Ditto.
13026
13027         * html2text.el (html2text-remove-tags): Ditto.
13028         (html2text-format-tags): Ditto.
13029         (html2text-format-single-elements): Ditto.
13030
13031         * mml.el (mml-parse-1): Ditto.
13032
13033 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
13034
13035         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
13036
13037         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
13038
13039         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
13040
13041         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
13042
13043 2003-11-15  Simon Josefsson  <jas@extundo.com>
13044
13045         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
13046         (pgg-gpg-lookup-key): Use regexp match instead of
13047         split-string (split-string is different between emacs 21.2 and
13048         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
13049
13050 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
13051
13052         * gnus-art.el (gnus-mime-view-all-parts)
13053         (gnus-article-part-wrapper, gnus-article-view-part): Use
13054         with-current-buffer.
13055
13056 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
13057
13058         * spam.el (spam-disable-spam-split-during-ham-respool)
13059         (spam-spamoracle-database, spam-cache-lookups)
13060         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
13061         (spam-group-ham-mark-p, spam-group-spam-mark-p)
13062         (spam-group-ham-marks, spam-group-spam-marks)
13063         (spam-group-spam-contents-p, spam-group-ham-contents-p)
13064         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
13065         also add spam-use-blackholes to the statistical checks.
13066         (spam-fetch-field-fast): Add interface to fetching fields, may
13067         become a macro.
13068         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
13069         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
13070         (spam-insert-fake-headers): Fake an article when needed.
13071         (spam-find-spam): Fake article when possible.
13072         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
13073         (spam-check-bogofilter-headers): Use message-fetch-field instead
13074         of nnmail-fetch-field.
13075
13076 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
13077
13078         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
13079
13080 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
13081
13082         * spam.el (spam-split): Do not require spam-use-CHECK to be
13083         enabled if that check is passed to spam-split explicitly; also
13084         fix so 'spam doesn't get converted to spam-split-group when
13085         spam-split-symbolic-return is t.
13086         (spam-find-spam): Find registrations of the article and use those
13087         instead of re-running spam-split to find the spam/ham
13088         classification of the article.
13089         (spam-log-processing-to-registry, spam-log-registered-p)
13090         (spam-log-unregistration-needed-p, spam-log-undo-registration):
13091         Use gnus-error instead of gnus-message.
13092         (spam-log-registration-type): Add function to determine the
13093         classification of a message based on registry entries; will
13094         return nil if both 'spam and 'ham are found.
13095         (spam-check-BBDB): Expand all the BBDB macros here so we can have
13096         a reasonably fast local cache without the loading errors.
13097         (spam-cache-lookups): Set to t by default.
13098         (spam-find-spam): Don't try to guess spam-cache-lookups.
13099         (spam-enter-whitelist, spam-enter-blacklist): Clear the
13100         spam-caches entry.
13101         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
13102         caching of whitelist/blacklist entries.
13103         (spam-check-whitelist, spam-check-blacklist): Invoke
13104         spam-from-listed-p with a type, not a cache variable.
13105         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
13106
13107 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
13108
13109         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
13110
13111         * nnmail.el (nnmail-split-fancy): do.
13112
13113         * mml.el (mml-parse): do.
13114
13115         * gnus-score.el (gnus-enter-score-words-into-hashtb)
13116         (gnus-score-adaptive): do.
13117
13118 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13119
13120         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
13121         (gnus-mime-button-map): Don't set keymap parent.
13122         (gnus-button-ctan-directory-regexp): Use shy grouping.
13123         (gnus-prev-page-map): Don't set keymap parent.
13124         (gnus-prev-page-map): Remove duplicated one.
13125         (gnus-next-page-map): Don't set keymap parent.
13126         (gnus-mime-security-button-map): Ditto.
13127
13128         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
13129         version number.
13130
13131         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
13132
13133 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13134
13135         * canlock.el (canlock-sha1-function): Remove.
13136         (canlock-sha1-function-for-verify): Remove.
13137         (canlock-openssl-program): Remove.
13138         (canlock-openssl-args): Remove.
13139         (canlock-ignore-errors): Remove.
13140         (canlock-sha1-with-openssl): Remove.
13141         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
13142         (canlock-verify): Don't use canlock-ignore-errors.
13143
13144         * sha1-el.el (sha1-string-external): Make it can return a string
13145         in binary form.
13146         (sha1-region-external): Ditto.
13147         (sha1-string-internal): Ditto.
13148         (sha1-region-internal): Ditto.
13149         (sha1-region): Ditto.
13150         (sha1-string): Ditto.
13151         (sha1): Ditto.
13152
13153 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13154
13155         * spam.el (spam-report-articles-gmane): New command.
13156
13157 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13158
13159         * gnus.el: Don't make unnecessary *Group* buffer when loading.
13160
13161         * run-at-time.el (run-at-time-saved): Remove.
13162         (run-at-time): Doc fix.
13163
13164 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
13165
13166         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
13167         (gnus-summary-limit-map): Add it.
13168         (gnus-summary-make-menu-bar): do.
13169
13170 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
13171
13172         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
13173         Make attempt at some caching support (done for BBDB only now).
13174         (spam-find-spam): Set spam-cache-lookups if there are more than 2
13175         addresses to be checked.
13176         (spam-clear-cache-BBDB): Add function, to be invoked by
13177         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
13178         (spam-check-BBDB): Check and use the caches, if
13179         spam-cache-lookups is on, remove superfluous (provide).
13180
13181 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
13182
13183         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
13184
13185 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
13186
13187         * run-at-time.el (run-at-time-saved): Move to after the definition
13188         of `run-at-time'.
13189
13190         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
13191
13192 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13193
13194         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
13195         mm-w3m-local-map-property.
13196
13197         * mm-view.el (mm-w3m-mode-map): Remove.
13198         (mm-w3m-local-map-property): Remove.
13199         (mm-inline-text-html-render-with-w3m): Don't use
13200         mm-w3m-local-map-property.
13201
13202 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13203
13204         * run-at-time.el: New file.
13205
13206         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
13207         under Emacs.
13208
13209         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
13210         of gnus-set-text-properties.
13211
13212         * gnus-uu.el (gnus-uu-save-article): Ditto.
13213
13214         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
13215
13216         * gnus-cite.el (gnus-cite-parse): Ditto.
13217
13218         * gnus-art.el (gnus-button-push): Use set-text-properties instead
13219         of gnus-.
13220
13221         * gnus-xmas.el (run-at-time): Require run-at-time.
13222
13223         * gnus.el: Changed calls to nnheader-run-at-time and
13224         password-run-at-time throughout to use run-at-time directly.
13225
13226         * password.el: Removed definition of run-at-time.
13227
13228         * nnheaderxm.el: Remove definition of run-at-time.
13229
13230 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
13231
13232         * mml.el (mml-minibuffer-read-disposition): Show attachment type
13233         in prompt.
13234
13235 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
13236
13237         * messagexmas.el (message-xmas-redefine): Alias
13238         `message-make-caesar-translation-table' to
13239         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
13240         version.
13241
13242         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
13243         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
13244         `gnus-xmas-set-text-properties'.
13245         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
13246         `gnus-xmas-completing-read'.
13247         (gnus-xmas-completing-read): Removed.
13248         (gnus-xmas-open-network-stream): Removed.
13249
13250         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
13251         XEmacs version.
13252
13253         * dns.el (dns-make-network-process): Use `open-network-stream'
13254         instead of `gnus-xmas-open-network-stream'.
13255
13256         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
13257
13258         * .cvsignore: Add auto-autoloads.el, custom-load.el.
13259
13260 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
13261
13262         * gnus-art.el (gnus-mime-display-alternative)
13263         (gnus-insert-mime-button, gnus-insert-mime-security-button)
13264         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
13265         Don't use gnus-local-map-property.
13266
13267         * gnus-util.el (gnus-local-map-property): Remove.
13268
13269         * mm-view.el (mm-view-pkcs7-decrypt): Replace
13270         gnus-completing-read-maybe-default with completing-read.
13271
13272         * gnus-util.el (gnus-completing-read): do.
13273         (gnus-completing-read-maybe-default): Remove.
13274
13275 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
13276
13277         * password.el: Only autoload `run-at-time' if not XEmacs.
13278         Only autoload the itimer functions if XEmacs.
13279
13280 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13281
13282         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
13283         XEmacsen.
13284
13285         * dgnushack.el: Autoload executable-find for XEmacs.
13286
13287 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
13288
13289         * gnus-art.el (gnus-read-string): Remove.
13290         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
13291         read-string.
13292
13293 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
13294
13295         * netrc.el: Autoload password-read.
13296         (netrc): Add configuration group.
13297         (netrc-encoding-method, netrc-openssl-path): Add
13298         variables for encoding and decoding of files with symmetric
13299         ciphers.
13300         (netrc-encode): Add assistant function to encode a file with
13301         netrc-encoding-method.
13302         (netrc-parse): Add interactive parameter, added optional
13303         decoding if netrc-encoding-method is non-nil but otherwise
13304         behavior is standard.
13305         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
13306         Do s/encode/encrypt/ everywhere.
13307
13308         * spam.el: Remove executable-find autoload.
13309
13310 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
13311
13312         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
13313
13314         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
13315
13316 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13317
13318         * gnus-art.el (gnus-treat-ansi-sequences,
13319         (article-treat-ansi-sequences): New variable and function.
13320         Suggested by Dan Jacobson <jidanni@jidanni.org>.
13321
13322         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
13323         Use it.
13324
13325 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
13326
13327         * mm-util.el (mm-quote-arg): Remove.
13328
13329         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
13330         shell-quote-argument.
13331
13332         * gnus-uu.el (gnus-uu-command): do.
13333
13334         * gnus-sum.el (gnus-summary-insert-pseudos): do.
13335
13336         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
13337         with make-char.
13338
13339         * mm-util.el (mm-make-char): Remove.
13340
13341         * mml.el (mml-mode): Replace gnus-add-minor-mode with
13342         add-minor-mode.
13343
13344         * gnus-undo.el (gnus-undo-mode): do.
13345
13346         * gnus-topic.el (gnus-topic-mode): do.
13347
13348         * gnus-sum.el (gnus-dead-summary-mode): do.
13349
13350         * gnus-start.el (gnus-slave-mode): do.
13351
13352         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
13353
13354         * gnus-ml.el (gnus-mailing-list-mode): do.
13355
13356         * gnus-gl.el (gnus-grouplens-mode): do.
13357
13358         * gnus-draft.el (gnus-draft-mode): do.
13359
13360         * gnus-dired.el (gnus-dired-mode): do.
13361
13362         * gnus-ems.el (gnus-add-minor-mode): Remove.
13363
13364         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
13365         Replace gnus-char-width with char-width.
13366
13367         * gnus-ems.el (gnus-char-width): Remove.
13368
13369         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
13370         Replace gnus-char-width with char-width.
13371
13372         * gnus-ems.el (gnus-char-width): Remove.
13373
13374         * spam-stat.el (with-syntax-table): Remove with-syntax-table
13375         definition.
13376         Remove Emacs 20 hash table compatibility code.
13377
13378         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
13379         20 compatibility code.
13380
13381         * spam.el (spam-point-at-eol): Replace with point-at-eol.
13382
13383         * smime.el (smime-point-at-eol): Replace with point-at-eol.
13384
13385         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
13386         with point-at-{eol,bol}.
13387
13388         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
13389
13390         * imap.el (imap-point-at-eol): Replace with point-at-eol.
13391
13392         * flow-fill.el (fill-flowed-point-at-bol)
13393         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
13394
13395         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
13396         Replace with point-at-{eol,bol} throughout all files.
13397
13398 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13399
13400         * ntlm.el (ntlm-string-as-unibyte): New macro.
13401         (ntlm-build-auth-response): Use it.
13402
13403         Remove Emacs 20 stuff:
13404         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
13405         (butlast, mapc, remove): Remove the compiler macros.
13406         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
13407         of delq and copy-sequence.
13408         * gnus-art.el (popup-menu): Remove the compiler macro.
13409         * nnmail.el (nnmail-split-fancy): Don't support customizing with
13410         Emacs 20.
13411
13412 2004-01-05  Simon Josefsson  <jas@extundo.com>
13413
13414         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
13415         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
13416         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
13417         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
13418         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
13419         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
13420         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
13421         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
13422         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
13423         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
13424         ntlm-string-permute, string-lshift into ntlm-string-lshift,
13425         string-xor into ntlm-string-xor.  Suggested by
13426         Jesper Harder <harder@myrealbox.com>.
13427
13428         * ntlm.el: Don't include poem.
13429
13430         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
13431         Jesper Harder <harder@myrealbox.com>.
13432
13433         * sasl-ntlm.el, ntlm.el, md4.el: New files.
13434
13435         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
13436         probably breaks emacs with DL patch, but do we care? Is anyone
13437         still using the DL stuff?)
13438
13439         * sieve-manage.el: Use the password package.
13440         (sieve-manage-read-passwd): Remove.
13441         (sieve-manage-interactive-login): Use password.  Re-add
13442         condition-case around loop.
13443
13444         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
13445         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
13446         the password package.
13447
13448 2003-02-19  Simon Josefsson  <jas@extundo.com>
13449
13450         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
13451         token.
13452
13453 2002-08-07  Simon Josefsson  <jas@extundo.com>
13454
13455         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
13456         (sieve-manage-authenticators):
13457         (sieve-manage-authenticator-alist): Add some SASL mechs.
13458         (sieve-sasl-auth): New function.
13459         (sieve-manage-cram-md5-auth):
13460         (sieve-manage-plain-auth): Rewrite using SASL library.
13461         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
13462         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
13463         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
13464         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
13465
13466 2004-01-05  Simon Josefsson  <jas@extundo.com>
13467
13468         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
13469         New files.
13470
13471 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13472
13473         * gnus-group.el (gnus-no-groups-message): Update.
13474
13475         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
13476
13477 2003-11-09  Simon Josefsson  <jas@extundo.com>
13478
13479         * imap.el: Support for ID IMAP extension (RFC 2971).
13480         (imap-local-variables): Add imap-id.
13481         (imap-id): New variable.
13482         (imap-id): New function.
13483         (imap-parse-response): Parse untagged ID response.
13484         * nnimap.el (nnimap-id): New variable.
13485         (nnimap-open-connection): Use it.
13486
13487 2003-12-28  Simon Josefsson  <jas@extundo.com>
13488
13489         * gnus-score.el (gnus-score-edit-all-score): New.
13490         * gnus-group.el (gnus-group-score-map): Bind it to W e.
13491
13492 2004-01-04  Simon Josefsson  <jas@extundo.com>
13493
13494         * password.el: Add.
13495
13496 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
13497
13498         * dns.el: Add support for AAAA records (see RFC 3596)
13499
13500         * Fix typo PRT -> PTR
13501
13502         * Parse MX, PTR and SOA replies (see RFC 1035)
13503
13504 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13505
13506         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
13507
13508         * Moved to Changelog.2.
13509
13510 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13511
13512         * gnus.el (gnus-version-number): Bump version.
13513
13514 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13515
13516         * gnus.el: No Gnus v0.1 is released.
13517
13518 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13519
13520         * gnus.el: No Gnus v0.0 is released.
13521
13522 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13523
13524         * gnus.el (gnus-version-number): Bump.
13525         (gnus-version): No.
13526
13527 See ChangeLog.2 for earlier changes.
13528
13529     Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
13530
13531   This file is part of GNU Emacs.
13532
13533   GNU Emacs is free software: you can redistribute it and/or modify
13534   it under the terms of the GNU General Public License as published by
13535   the Free Software Foundation, either version 3 of the License, or
13536   (at your option) any later version.
13537
13538   GNU Emacs is distributed in the hope that it will be useful,
13539   but WITHOUT ANY WARRANTY; without even the implied warranty of
13540   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13541   GNU General Public License for more details.
13542
13543   You should have received a copy of the GNU General Public License
13544   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
13545
13546 ;; Local Variables:
13547 ;; coding: utf-8
13548 ;; fill-column: 79
13549 ;; add-log-time-zone-rule: t
13550 ;; End:
13551
13552 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4