(encrypt-insert-file-contents): Add better prompt
[gnus] / lisp / ChangeLog
1 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
2
3         * encrypt.el (encrypt-insert-file-contents): Add better prompt
4         to mention filename.
5         Add comments at beginning regarding usage.
6         (encrypt-write-file-contents): Change interactive so a string is
7         acceptable.  If the file has no associated model, show an error instead
8         of a nonsense prompt.
9
10 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11
12         * spam.el (spam-bsfilter-ham-switch): Fix typo.
13         Thanks to Yoshihiko Yamada for kind notification of this typo.
14
15 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
16
17         * gnus-score.el (gnus-score-fast-scoring): New variable.
18         (gnus-score-headers): Use it.
19
20         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
21
22         * message.el (message-cite-original-1): Call
23         gnus-article-highlight-citation if requested.
24
25         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
26
27         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
28         bugs to doc string.
29         (gnus-button-alist): Add mid\\|message-id.
30         (gnus-button-fetch-group): Extend for use in
31         `browse-url-browser-function'.
32         (gnus-button-url-regexp): Try to catch URL with parentheses as in
33         WikiPedia URL.
34
35         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
36         Suggested by Simon Krahnke <overlord@gmx.li>.
37
38 2007-01-13  Romain Francoise  <romain@orebokech.com>
39
40         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
41         Update copyright.
42
43 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
44
45         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
46
47 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
48
49         * gnus-registry.el (gnus-registry-unfollowed-groups)
50         (gnus-registry-split-fancy-with-parent): Fix documentation.
51
52 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
53
54         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
55         from nnweb groups.
56
57 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
58
59         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
60         Xref urls.  Erase buffer before requesting head.
61
62 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
63
64         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
65         customizable.
66
67 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
68
69         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
70         no signing key is found.
71         (mml2015-epg-encrypt): Ask user whether to skip or abort if
72         no encrypting and/or signing key is found.
73
74 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
75
76         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
77
78 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
79
80         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
81         headers read from disk with the ones newly found in the current search.
82         This should no longer cause problems, because the article numbers in
83         Gmane's `nov.php' output are ignored since the previous change.
84
85 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
86
87         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
88
89 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
90
91         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
92         replace-regexp-in-string; bind url-version; fbind display-images-p and
93         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
94         find-face and set-itimer-function for Emacs; bind itimer-list for
95         Emacs.
96
97         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
98
99 2007-01-01  Romain Francoise  <romain@orebokech.com>
100
101         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
102
103 2006-12-31  Steve Youngs  <steve@sxemacs.org>
104
105         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
106         `define-minor-mode' macro definition expanded properly.
107         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
108         exclude it there.
109
110         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
111         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
112         `fboundp' test.
113         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
114         This is OK to autoload in (S)XEmacs now.
115
116 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
117
118         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
119         keystroke.
120         (gnus-summary-limit-to-singletons): Fix typo.
121
122         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
123         else fails.
124
125 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
126
127         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
128         docstring.
129
130         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
131         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
132         (gnus-summary-insert-dormant-articles): Fix typo in message.
133
134 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
135
136         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
137         nil for XEmacs.
138         (gnus-message-citation-mode): Don't autoload in XEmacs.
139
140         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
141
142 2006-12-29  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
143
144         * nnimap.el (nnimap-expunge-search-string): Mention
145         nnimap-search-uids-not-since-is-evil in docstring.
146
147 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
148
149         * spam.el: Revert to make-obsolete-variable because
150         define-obsolete-variable-alias is not supported in Emacs 21.
151
152         * spam.el (spam-ifile-path, spam-ifile-database-path)
153         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
154         make-obsolete-variable.
155         (spam-bsfilter-path, spam-bsfilter-program)
156         (spam-spamassassin-path, spam-spamassassin-program)
157         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
158         use "path" inappropriately.
159         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
160         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
161         variable names.
162
163 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
164
165         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
166         summary buffer.
167
168         * password.el (password-cache-remove): Use clear-string to burn
169         password, if available.
170
171 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
172
173         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
174
175         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
176
177         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
178         (gnus-message-highlight-citation): Move defcustom here from
179         gnus-cite.el.
180         (gnus-message-citation-mode): Autoload.
181
182         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
183         checks to make it compile with XEmacs.
184         (gnus-message-citation-mode): New minor mode.
185         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
186         (gnus-message-highlight-citation): New variables.
187         (gnus-message-search-citation-line)
188         (gnus-message-add-citation-keywords)
189         (gnus-message-remove-citation-keywords)
190         (turn-on-gnus-message-citation-mode)
191         (turn-off-gnus-message-citation-mode): New functions.
192
193 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
194
195         * gnus-cite.el: Enable highlighting of different citation levels in
196         message-mode.
197
198 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
199
200         * message.el (message-make-fqdn): Fix comment.
201         (message-bogus-system-names): Add ".local".
202
203         * spam.el (spam-ifile-path, spam-ifile-program)
204         (spam-ifile-database-path, spam-ifile-database)
205         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
206         Don't use "path" inappropriately.
207         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
208         strings.
209         (spam-check-ifile, spam-ifile-register-with-ifile)
210         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
211         new variable names.
212
213         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
214         (gnus-treat-display-smileys): Simplify using
215         gnus-image-type-available-p.
216
217         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
218         available.
219
220         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
221         `display-images-p' if available.
222
223 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
224
225         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
226         one after turning on the buffer's multibyteness instead of decoding
227         them directly in the unibyte buffer that causes unexpected conversion
228         in Emacs 23 (unicode).
229
230 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
231
232         * message.el (message-generate-hashcash): Fix custom type.
233
234 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
235
236         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
237
238 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
239
240         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
241         disconnect icons.  Add help text.
242
243 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
244
245         * spam.el (spam-extra-header-to-number): CRM114 spam score is
246         negated to be consistent with the others we handle.
247
248 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
249
250         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
251         version of gnus-summary-buffer to something, so that we can use two
252         article buffers at the same time.
253
254 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
255
256         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
257         trigger all the extra headers.
258         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
259         sorting.
260
261 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
262
263         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
264         solid groups.
265
266 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
267
268         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
269
270 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
271
272         * legacy-gnus-agent.el: Add Copyright notice.
273
274 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
275
276         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
277
278 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
279
280         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
281
282         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
283         to make it work reliably in CVS Emacs.
284         (gnus-summary-limit-strange-charsets-predicate)
285         (gnus-summary-limit-to-predicate): New functions.
286
287 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
288
289         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
290         specifying array size.
291         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
292         array if it is too small.
293         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
294         (gnus-sort-threads-loop): New function.
295
296 2006-12-06  Chris Moore  <dooglus@gmail.com>  (tiny change)
297
298         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
299         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
300
301 2006-12-04  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
302
303         * mm-url.el (mm-url-predefined-programs): Call curl with correct
304         options.
305
306 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
307
308         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
309         DOS-ing the recipient.
310
311         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
312         the headers when creating the mapping to avoid mismappings.
313         (nnweb-gmane-create-mapping): Always nix out old mapping.
314
315 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
316
317         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
318         and mm-verify-option to never.
319
320 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
321
322         * message.el (message-signed-or-encrypted-p): New function.
323         (message-forward-make-body): Use it.
324
325         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
326         Replace encode-coding-string with mm-encode-coding-string.
327
328 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
329
330         * nneething.el (nneething-decode-file-name): Replace
331         decode-coding-string with mm-decode-coding-string.
332
333         * gnus-int.el (gnus-open-server): Say failed server's name.
334
335 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
336
337         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
338         strings to a single string.  Quote `errors-file-name'.
339         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
340         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
341         Adjust calls.  Use `shell-quote-argument'.
342
343 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
344
345         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
346         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
347
348         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
349         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
350         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
351         (gnus-group-make-directory-group, gnus-group-transpose-groups):
352         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
353         (gnus-subscribe-newsgroup, gnus-1):
354         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
355         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
356         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
357         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
358
359 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
360
361         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
362         keystroke.
363         (gnus-summary-limit-to-bodies): Implement headersp.
364
365 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
366
367         * dns.el (query-dns): Protect against "Process dns deleted" strings.
368
369 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
370
371         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
372
373 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
374
375         * message.el (message-generate-hashcash): Expand range of values to
376         include `opportunistic'.
377         (message-send-mail): Use it.
378
379 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
380
381         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
382         and comment it.
383
384         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
385
386 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
387
388         * gnus-util.el (gnus-extract-address-components): Improve comment.
389
390 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
391
392         * gnus-util.el (gnus-extract-address-components): Work with address in
393         which the name portion contains @.
394
395         * lpath.el: Fbind custom-autoload.
396
397 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
398
399         * gnus.el (gnus-start): Move custom group up.
400         (gnus-select-method): Don't autoload, but make it available for
401         `customize-variable'.
402         (gnus-getenv-nntpserver): Don't autoload.
403
404 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
405
406         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
407
408 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
409
410         * message.el (message-sendmail-extra-arguments): New variable.
411         (message-send-mail-with-sendmail): Use it.
412
413 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
414
415         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
416         mm-with-unibyte-current-buffer to make string unibyte.
417
418         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
419         mm-string-as-multibyte.
420
421 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
422
423         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
424         Reported by Werner Koch <wk@gnupg.org>.
425
426 2006-11-14  Daiki Ueno  <ueno@p360>
427
428         * mml2015.el: Autoload epa-select-keys when compiling.
429
430 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
431
432         * mml2015.el (mml2015-epg-sign): Save the signing keys in
433         message-options.
434         (mml2015-epg-encrypt): Save the recipient keys in message-options.
435
436 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
437
438         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
439         EasyPG (< 0.0.6).
440         (mml2015-always-trust): New user option.
441         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
442         prompt.
443
444 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
445
446         * nntp.el (nntp-authinfo-force): New variable.
447         (nntp-send-authinfo): Use it.
448
449 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
450
451         * message.el (message-strip-subject-encoded-words): Allow _not_ to
452         decode encoded words.  Improve prompt.  Add comment about forwarding.
453         (message-replacement-char): Move up.
454
455 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
456
457         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
458         instead of gnus-intersection because arguments of gnus-sorted-nunion
459         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
460
461 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
462
463         * message.el (message-strip-subject-encoded-words): Reformat prompt.
464         (message-simplify-subject-functions): Enable
465         message-strip-subject-encoded-words by default.
466
467 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
468
469         * message.el (message-strip-subject-encoded-words): New function
470         (message-simplify-subject-functions): New variable.
471         (message-simplify-subject): Use it.  Fix typo in doc string.
472         Support message-strip-subject-encoded-words.
473
474 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
475
476         * gnus-diary.el (gnus-diary-delay-format-function):
477         * nndiary.el (nndiary-reminders):
478         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
479
480 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
481
482         * gnus-art.el (article-hide-boring-headers): Fetch date from
483         gnus-original-article-buffer to avoid problems with localized date
484         strings.
485
486 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
487
488         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
489
490 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
491
492         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
493         New variables.
494         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
495         (mm-charset-synonym-alist): Move some entries to
496         mm-codepage-iso-8859-list.
497         (mm-charset-synonym-alist, mm-charset-override-alist): Add
498         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
499
500 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
501
502         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
503
504 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
505
506         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
507         with Emacs 21 and XEmacs.
508
509 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
510
511         * spam.el (spam-parse-address): New function for better parsing,
512         catching errors, etc.
513         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
514
515 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
516
517         * mm-view.el: Add interactive arg to html2text autoload.
518
519 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
520
521         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
522
523 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
524
525         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
526         variables.
527         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
528         (mm-charset-synonym-alist): Move some entries to
529         mm-codepage-iso-8859-list.
530
531         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
532
533 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
534
535         * message.el (message-citation-line-format)
536         (message-insert-formated-citation-line): Fix implementation of %E, %N
537         and %n according to the doc string.
538
539 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
540
541         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
542         car-safe to avoid bad parses.
543
544 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
545
546         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
547         names.
548
549         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
550
551 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
552
553         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
554         header.
555
556         * message.el (message-draft-headers): Add Date.
557         (message-headers-to-generate): Fix typo in docstring.
558
559         * nndraft.el (nndraft-required-headers): New variable.
560         (nndraft-generate-headers): Use it.
561
562         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
563
564 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
565
566         * gnus-registry.el (gnus-registry-wash-for-keywords)
567         (gnus-registry-find-keywords): New functions to allow easy searching of
568         articles that are in the registry.
569
570 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
571
572         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
573         ietf-drums-parse-address instead of gnus-extract-address-components.
574         Reported by Damien Elmes <damien@repose.cx>.
575
576 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
577
578         * gnus.el (gnus-mime): Remove unused custom group.
579
580 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
581
582         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
583         "blank line" when searching for end of armor headers.
584
585 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
586
587         * gmm-utils.el (gmm-write-region): Fix variable name.
588
589 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
590
591         * gmm-utils.el (gmm-write-region): New function based on compatibility
592         code from `mm-make-temp-file'.
593
594         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
595
596         * nnmaildir.el (nnmaildir--update-nov)
597         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
598         Use `gmm-write-region'.
599
600 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
601
602         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
603         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
604
605         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
606
607         * message.el (message-replacement-char): New variable.
608         (message-fix-before-sending): Use it.
609         (message-simplify-subject): New function to remove duplicate code.
610         (message-reply, message-followup): Use it.
611
612         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
613         gnus-summary-limit-to-articles.
614
615 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
616
617         * gnus-util.el (gnus-with-local-quit): New macro.
618
619         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
620
621 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
622
623         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
624         ignore non-string data.
625
626 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
627
628         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
629         non-string data (needs to be done in the registry too).
630
631 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
632
633         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
634         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
635         (gnus-registry-split-fancy-with-parent)
636         (gnus-registry-fetch-simplified-message-subject-fast)
637         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
638         Remove text properties on ingress into the registry and when it's saved.
639         (gnus-registry-clean-empty-function): Fix bug with cleaning the
640         registry from entries with no groups.
641
642 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
643
644         * gnus-util.el (gnus-string-remove-all-properties): Add utility
645         function to remove string properties.
646
647 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
648
649         * gmm-utils.el (gmm): Adjust custom version.
650
651         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
652         custom version.
653
654         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
655
656 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
657
658         * gnus-art.el (gnus-insert-prev-page-button)
659         (gnus-insert-next-page-button): Simplify.  Reformat.
660
661 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
662
663         * gnus-art.el (gnus-insert-prev-page-button)
664         (gnus-insert-next-page-button): Apply gnus-article-button-face.
665
666 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
667
668         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
669
670 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
671
672         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
673         gnus-article-button-face to MIME and security buttons.
674
675 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
676
677         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
678         readable.
679
680 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
681
682         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
683
684 2006-09-20  Steve Youngs  <steve@sxemacs.org>
685
686         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
687         `browse-url-of-file' instead of `browse-url'.
688
689 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
690
691         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
692         regexp.  Articles containing quotation were cut prematurely.
693
694 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
695
696         * message.el (message-cite-original-1): Use nobody by default for the
697         value of From header.
698         (message-reply): Ditto.
699
700 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
701
702         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
703         to the gnus-info.  This fixes a bug of inline-PGP message verification.
704         Reported by Michael Piotrowski <mxp@dynalabs.de>.
705
706 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
707
708         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
709         mails in the doc string.  Add some URLs in comment.
710         (pop3-movemail): Warn about pop3-leave-mail-on-server.
711
712 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
713
714         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
715         backslashes handling and the way to find boundaries of quoted strings.
716
717 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
718
719         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
720         mml1991-encrypt-to-self is set and mml1991-signers is not set.
721         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
722         mml2015-encrypt-to-self is set and mml2015-signers is not set.
723
724 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
725
726         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
727         doc string.
728         (gnus-button-regexp, gnus-button-last): Remove unused variables.
729
730 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
731
732         * lpath.el: Fbind epg-check-configuration.
733
734 2006-09-06  Simon Josefsson  <jas@extundo.com>
735
736         * mml2015.el (mml2015-use): Doc fix, mention epg.
737
738 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
739
740         * mml2015.el (mml2015-use): Default to epg, if available.
741
742 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
743
744         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
745         message-sender.
746         (mml1991-epg-encrypt): Ditto.
747         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
748         message-sender.
749         (mml2015-epg-encrypt): Ditto.
750
751 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
752
753         * message.el (message-send-mail-with-sendmail): Look for sendmail in
754         several common directories.
755
756 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
757
758         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
759         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
760
761 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
762
763         * gnus-art.el (article-decode-encoded-words): Make it fast.
764
765 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
766
767         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
768
769         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
770         in quoted string into `\'.
771
772 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
773
774         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
775         Use standard-syntax-table.
776
777 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
778
779         * gnus-art.el (gnus-decode-address-function): New variable.
780         (article-decode-encoded-words): Use it to decode headers which are
781         assumed to contain addresses.
782         (gnus-mime-delete-part): Remove useless `or'.
783
784         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
785         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
786         (gnus-nov-parse-line): Use it to decode From header.
787         (gnus-get-newsgroup-headers): Ditto.
788         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
789
790         * mail-parse.el (mail-decode-encoded-address-region): New alias.
791         (mail-decode-encoded-address-string): New alias.
792
793         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
794         New function.
795         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
796         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
797         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
798         (rfc2047-decode-string): Ditto.
799         (rfc2047-decode-address-region): New function.
800         (rfc2047-decode-address-string): New function.
801
802 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
803
804         * message.el (message-caesar-buffer-body): Allow rotating headers.
805
806         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
807
808         * message.el (message-insert-formated-citation-line): Fix %f.
809         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
810
811 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
812
813         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
814         (gnus-bookmark-mouse-available-p): New macro.
815         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
816         (gnus-bookmark-bmenu-show-infos): Use it.
817         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
818         (gnus-bookmark-bmenu-hide-infos): Ditto.
819         (gnus-bookmark-remove-properties): New function.
820         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
821         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
822         (gnus-bookmark-write-file): Bind coding-system-for-write.
823         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
824         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
825         group before selecting it.
826         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
827         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
828         quit-window if it is not available; use gnus-mouse-2 and bind it to
829         gnus-bookmark-bmenu-select-by-mouse.
830         (gnus-bookmark-show-details): Remove unused variable `details-list'.
831         (gnus-bookmark-bmenu-select-by-mouse): New function.
832
833 2006-08-13  Romain Francoise  <romain@orebokech.com>
834
835         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
836         space.
837
838 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
839
840         * compface.el (uncompface): Use binary rather than raw-text-unix.
841
842 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
843
844         * compface.el (uncompface): Make sure the eol conversion doesn't take
845         place when communicating with the external programs.  Reported by
846         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
847
848 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
849
850         * nnheader.el (nnheader-insert-head): Fix typo in comment.
851
852 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
853
854         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
855         Make it more robust by parsing author and date independently.
856
857 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
858
859         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
860
861 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
862
863         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
864         first matching secret key.
865         (mml2015-epg-encrypt): Ditto.
866
867         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
868         first matching secret key.
869         (mml1991-epg-encrypt): Ditto.
870
871         * mml2015.el (mml2015-encrypt-to-self): New user option.
872         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
873         mml2015-epg-encrypt-to-self is set.
874
875         * mml1991.el (mml1991-encrypt-to-self): New variable.
876         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
877         mml1991-epg-encrypt-to-self is set.
878
879         * mml2015.el (mml2015-signers): New user option.
880         (mml2015-epg-sign): Reflect the value of mml2015-signers.
881         (mml2015-epg-encrypt): Allow to select signing keys.
882
883         * mml1991.el (mml1991-signers): New variable.
884         (mml1991-epg-sign): Reflect the value of mml1991-signers.
885         (mml1991-epg-encrypt): Allow to select signing keys.
886
887 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
888
889         * nnheader.el (nnheader-insert-head): Make it work even if the file
890         uses CRLF for the line-break code.
891
892 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
893
894         * mml2015.el: Require mml-sec instead of password.
895         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
896         (mml2015-cache-passphrase): Inherit the default value from
897         mml-secure-cache-passphrase.
898         (mml2015-passphrase-cache-expiry): Inherit the default value from
899         mml-secure-passphrase-cache-expiry.
900
901         * mml1991.el: Require mml-sec instead of password.
902         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
903         (mml1991-cache-passphrase): Inherit the default value from
904         mml-secure-cache-passphrase.
905         (mml1991-passphrase-cache-expiry): Inherit the default value from
906         mml-secure-passphrase-cache-expiry.
907
908         * mml-sec.el: Require password.
909         (mml-secure-verbose): New user option.
910         (mml-secure-cache-passphrase): New user option.
911         (mml-secure-passphrase-cache-expiry): New user option.
912
913 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
914
915         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
916         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
917         andreas@altroot.de (Andreas V\e,Av\e(Bgele)
918
919         FIXME: Use `tiny change'?
920
921 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
922
923         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
924         workaround for the url package included with Emacs.
925
926         * nnweb.el (nnweb-google-create-mapping): Update regexp.
927
928 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
929
930         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
931         correctly.  This fixes a bug caused by the 2006-05-12 change.
932
933 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
934
935         * nnmail.el (nnmail-article-group): If splitting raises an error, give
936         some information about the error when saying that the `bogus' mail
937         group will be used.
938
939 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
940
941         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
942         string.
943
944 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
945
946         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
947
948 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
949
950         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
951
952 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
953
954         * mml1991.el (mml1991-function-alist): Add epg.
955         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
956         (mml1991-epg-encrypt): New functions.
957
958 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
959
960         * mml2015.el (mml2015-verbose): New variable.
961         (mml2015-cache-passphrase): Ditto.
962         (mml2015-passphrase-cache-expiry): Ditto.
963         (mml2015-function-alist): Add epg.
964         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
965         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
966         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
967         functions.
968
969 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
970
971         * message.el (message-cite-original-1): Preserve region when removing
972         quoted text due to X-No-Archive in order to avoid bogus attribution
973         when citing multiple messages.
974
975 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
976
977         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
978         Kenneth Jacker <khj@be.cs.appstate.edu>.
979
980 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
981
982         * gnus-diary.el (gnus-user-format-function-d)
983         (gnus-user-format-function-D): Autoload.
984
985         * imap.el (Commentary): Fix typo.
986
987         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
988         2006-04-22 contribution.
989
990 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
991
992         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
993         It didn't really fix the bogosity I'm seeing with solid web groups.
994
995 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
996
997         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
998         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
999         created using server names.  If we use the feature without declaring
1000         it, Gnus does not properly manage server and group state.
1001
1002         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
1003         bound.
1004
1005 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1006
1007         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
1008         looking up the method using GROUP's prefix before inventing a new one.
1009         It is used on killed/unknown groups in various places where returning
1010         an all-new method isn't expected by the caller.
1011
1012         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
1013         and match semantics of gnus-group-real-prefix.
1014
1015 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
1016
1017         * nnmail.el (nnmail-broken-references-mailers): New variable.
1018         (nnmail-ignore-broken-references): New function generalizing
1019         nnmail-fix-eudora-headers.
1020         (nnmail-fix-eudora-headers): Now obsolete.
1021
1022         * gnus-art.el (gnus-button-handle-custom): Support
1023         `customize-apropos*'.
1024
1025 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1026
1027         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
1028
1029         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
1030         articles.
1031
1032 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
1033
1034         * message.el (message-cite-reply-above): New variable.
1035         (message-yank-original): Use it.
1036
1037 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1038
1039         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
1040
1041 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
1042
1043         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
1044         as read.
1045
1046         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
1047
1048 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
1049
1050         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
1051         (gnus-bookmark-default-file): Use gnus-directory.
1052         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
1053         Remove "*" in doc string.
1054         (gnus-bookmark-write-file): Simplify.
1055         (gnus-bookmark-maybe-sort-alist): Use `when'.
1056         (gnus-bookmark-get-bookmark): Fix typo in doc string.
1057         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
1058         FIXME about Emacs 21 and XEmacs compatibility.
1059         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
1060         compatibility.
1061         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
1062         compatibility.
1063         (gnus-bookmark-menu-heading): Fix version.
1064
1065 2006-06-19  Bastien Guerry  <bzg@altern.org>
1066
1067         * gnus-bookmark.el: New file.
1068
1069 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1070
1071         * message.el (message-syntax-checks): Doc fix.
1072
1073 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1074
1075         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
1076         unsubscribed groups as if they were killed ones.  It causes duplicate
1077         entries in gnus-newsrc-alist.
1078
1079 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1080
1081         * message.el (message-syntax-checks): Doc fix.
1082         (message-send-mail): Add check for continuation headers.
1083         (message-check-news-header-syntax): Fix regexp used to check for
1084         continuation headers.
1085
1086 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1087
1088         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
1089
1090 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
1091
1092         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
1093
1094 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1095
1096         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
1097         default-truncate-lines.
1098
1099 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1100
1101         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
1102         to fill the utf-8 entry.
1103
1104         * lpath.el: Fbind unicode-precedence-list.
1105
1106 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1107
1108         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
1109
1110 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
1111
1112         * gnus-agent.el (directory-files-and-attributes): Move all the way
1113         forward (the third and final move).
1114         (gnus-agent-read-agentview): Trap reconstruction errors due to
1115         nonexistant directory.  Handle by returning nil.
1116
1117 2006-05-30  Didier Verna  <didier@xemacs.org>
1118
1119         * message.el (message-dont-reply-to-names): Update the custom type.
1120         * message.el (message-dont-reply-to-names): New defsubst: potentially
1121         convert a list of regexps into a single one.
1122         * message.el (message-get-reply-headers): Use it.
1123         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
1124
1125 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1126
1127         * gnus-agent.el (directory-files-and-attributes): Move forward.
1128
1129 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
1130
1131         * gnus-ml.el (gnus-mailing-list-subscribe)
1132         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
1133         (gnus-mailing-list-message): Fix doc strings.
1134
1135 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1136
1137         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
1138         of doing it manually.
1139
1140 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
1141
1142         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
1143         comment.
1144
1145 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
1146
1147         * gnus-agent.el (Added gnus-agent-flush*) to purge agent info.
1148         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
1149         (gnus-agent-read-local): All symbols allocated in my-obarray
1150         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
1151         (gnus-agent-regenerate-group): Check numeric names to see if they are
1152         messages or groups.
1153         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
1154         better way of do this...)
1155
1156         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
1157         'dummy.group' (there should be a better way of do this...)
1158
1159 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1160
1161         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
1162         (gnus-saved-headers): Ditto.
1163         (gnus-default-article-saver): Mention functions may have properties.
1164         (gnus-article-save): Override gnus-save-all-headers and
1165         gnus-saved-headers by :headers property which saver function may have.
1166         (gnus-summary-save-in-file): Add :headers property.
1167         (gnus-summary-write-to-file): Ditto.
1168
1169         * gnus-sum.el (gnus-summary-save-article): Bind
1170         gnus-prompt-before-saving to t when saving many articles in a file;
1171         always show all headers.
1172
1173         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
1174
1175 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
1176
1177         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
1178         marks.
1179
1180         * message.el (message-indent-citation): Add optional arguments to allow
1181         using it outside of message buffers.
1182
1183         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
1184         (gnus-article-treat-unfold-headers): Use it.
1185         (gnus-article-truncate-lines): New variable.
1186         (gnus-article-mode): Use it.
1187         (gnus-article-toggle-truncate-lines): New function.
1188
1189         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
1190         gnus-article-toggle-truncate-lines.
1191
1192         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
1193         coding system in XEmacs, use binary.
1194
1195 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1196
1197         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
1198         after-load-alist.
1199
1200         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
1201         this function should save decoded articles.
1202         (gnus-summary-write-to-file): Use property to specify this function
1203         should save decoded articles and specify gnus-summary-save-in-file
1204         should be used to save articles other than the first one when saving
1205         many articles.
1206         (gnus-summary-save-body-in-file): Use property to specify this
1207         function should save decoded articles.
1208         (gnus-summary-write-body-to-file): Use property to specify this
1209         function should save decoded articles and specify
1210         gnus-summary-save-body-in-file should be used to save articles other
1211         than the first one when saving many articles.
1212
1213         * gnus-sum.el (gnus-summary-save-article): Simplify.
1214
1215 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1216
1217         * gnus-art.el (gnus-default-article-saver): Add
1218         gnus-summary-write-body-to-file.
1219         (gnus-article-save-coding-system): Don't use coding system object
1220         in XEmacs.
1221         (gnus-read-save-file-name): Add optional `dir-var' argument which
1222         specifies directory in which files are saved; work even if optional
1223         `variable' argument is not specified.
1224         (gnus-summary-write-to-file): Read file name.
1225         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
1226         (gnus-summary-write-body-to-file): New function.
1227
1228         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
1229         (gnus-summary-local-variables): Add it.
1230         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
1231         (gnus-summary-save-article): Remove optional `decode' argument;
1232         determine whether to decode articles by the value of
1233         gnus-default-article-saver; when saving many files using
1234         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
1235         it first and use gnus-summary-save-in-file or
1236         gnus-summary-save-body-in-file thereafter unless
1237         gnus-prompt-before-saving is always; move point to article which
1238         will be saved.
1239         (gnus-summary-save-article-file): Revert.
1240         (gnus-summary-write-article-file): Revert.
1241         (gnus-summary-save-article-body-file): Revert.
1242         (gnus-summary-write-article-body-file): New function.
1243
1244 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1245
1246         * gnus-art.el (gnus-default-article-saver): Doc fix.
1247         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
1248         from gnus-summary-save-article-coding-system, and default to a
1249         certain coding system.
1250         (gnus-output-to-file): Add coding cookie and encode text according
1251         to gnus-article-save-coding-system; don't use mm-append-to-file.
1252
1253         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
1254         gnus-art.el and rename to gnus-article-save-coding-system.
1255         (gnus-summary-save-article): Require gnus-art; don't show all
1256         headers if it decodes articles; don't add coding cookie here;
1257         don't bind mm-text-coding-system-for-write.
1258         (gnus-summary-save-article-file): Save decoded articles.
1259         (gnus-summary-write-article-file): When saving many files, use
1260         gnus-summary-write-to-file first and gnus-summary-save-in-file
1261         thereafter unless gnus-prompt-before-saving is always.
1262         (gnus-summary-save-article-body-file): Save decoded articles.
1263
1264         * lpath.el: Fbind select-safe-coding-system for XEmacs.
1265
1266 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
1267
1268         * nnrss.el (nnrss-check-group): Bind hash-index.
1269
1270 2006-05-23  Michael Cadilhac  <michael.cadilhac@lrde.org>
1271
1272         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
1273         its hash index.  Store this hash in `nnrss-group-data'.
1274         (nnrss-read-group-data): Update accordingly.
1275
1276 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
1277
1278         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
1279         entry.
1280
1281         * gnus-sum.el (gnus-summary-make-menu-bar): Add
1282         gnus-article-browse-html-article.
1283
1284 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
1285
1286         * gnus-sum.el (gnus-summary-mime-map): Add
1287         gnus-article-browse-html-article.
1288
1289         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
1290
1291 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
1292
1293         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
1294         suitable coding systems in customize.
1295
1296 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
1297
1298         * mail-source.el (mail-sources): Fix custom type.
1299
1300 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
1301
1302         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
1303         (gnus-summary-expire-articles-now): Shorten prompt.
1304
1305         * gmm-utils.el (wid-edit): Require.
1306         (defun-gmm): Renamed from `gmm-defun-compat'.
1307         (gmm-image-search-load-path): Use it.
1308         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
1309
1310 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1311
1312         * gnus-sum.el (gnus-summary-save-article-coding-system): New
1313         variable.
1314         (gnus-summary-save-article): Add optional `decode' argument.  If
1315         it is set and gnus-summary-save-article-coding-system is non-nil,
1316         save decoded article.
1317         (gnus-summary-write-article-file): Save decoded article if
1318         gnus-summary-save-article-coding-system is non-nil.
1319
1320         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
1321         type.
1322
1323 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1324
1325         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
1326
1327 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1328
1329         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
1330         first to test gnus-single-article-buffer which may be buffer-local.
1331
1332         * gnus-sum.el (gnus-summary-setup-buffer): Make
1333         gnus-single-article-buffer buffer-local and nil in ephemeral
1334         group; make gnus-article-buffer, gnus-article-current, and
1335         gnus-original-article-buffer always buffer-local.
1336         (gnus-summary-exit): Kill article buffer belonging to ephemeral
1337         group.
1338         (gnus-handle-ephemeral-exit): Don't move to next summary line.
1339
1340 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
1341
1342         * nnml.el (nnml-request-compact-group): Compressed files might not
1343         have .gz extension.
1344
1345 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1346
1347         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
1348         (mm-copy-to-buffer): Use with-current-buffer.
1349         (mm-display-part): Simplify.
1350         (mm-inlinable-p): Add optional arg `type'.
1351
1352 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1353
1354         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
1355         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
1356         Try harder to show the attachment internally or externally using
1357         gnus-mime-view-part-as-type.
1358
1359 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
1360
1361         * message.el (message-from-style, message-signature-separator)
1362         (message-user-organization-file, message-send-mail-function)
1363         (message-citation-line-function, message-yank-prefix)
1364         (message-indent-citation-function, message-signature)
1365         (message-signature-file, message-signature-insert-empty-line):
1366         Remove autoloads.
1367
1368         * gnus-art.el (gnus-buttonized-mime-types): Remove
1369         "multipart/signed".  Revert 2006-04-26 change.
1370
1371 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1372
1373         * gnus.el (gnus-version-number): Bump version.
1374
1375 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1376
1377         * gnus.el: No Gnus v0.5 is released.
1378
1379 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1380
1381         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
1382         fetching articles by message-id.
1383
1384 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1385
1386         * message.el (hashcash): Require hashcash as normal.
1387
1388         * ecomplete.el (ecomplete-highlight-match-line): Use
1389         point-at-eol.
1390         (ecomplete-highlight-match-line): Use `highlight', because that
1391         face exists in both Emacs and XEmacs.
1392
1393         * message.el (message-display-abbrev): Use point-at-bol.
1394
1395         * mail-source.el: Don't require timer/timer-funcs.
1396
1397         * gnus-async.el: Ditto.
1398
1399         * password.el: Ditto.
1400
1401         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
1402
1403         * mm-url.el: Ditto.
1404
1405         * gnus-xmas.el: Don't require timer-funcs.
1406
1407         * mm-util.el: Require timer/timer-funcs.
1408
1409 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1410
1411         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
1412         Close.
1413
1414 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1415
1416         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
1417         unibyte after clear-decrypt function runs.
1418
1419         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
1420         returns as a unibyte string.
1421
1422 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1423
1424         * lpath.el: Revert.
1425
1426         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
1427         (pgg-gpg-process-sentinel): Revert.
1428
1429         * pgg-pgp.el (pgg-pgp-process-region): Revert.
1430         (pgg-pgp-lookup-key): Revert.
1431
1432         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
1433         (pgg-pgp5-lookup-key): Revert.
1434
1435         * pgg.el (pgg-fetch-key): Revert.
1436
1437 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1438
1439         * lpath.el: Fbind string-as-multibyte for XEmacs.
1440
1441         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
1442         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
1443         (mml1991-pgg-encrypt): Ditto.
1444
1445         * pgg-gpg.el (pgg-string-to-multibyte): New function.
1446         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
1447         a multibyte buffer.
1448
1449         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
1450         (pgg-pgp-lookup-key): Ditto.
1451
1452         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
1453         (pgg-pgp5-lookup-key): Ditto.
1454
1455         * pgg.el (pgg-fetch-key): Ditto.
1456
1457 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
1458
1459         * message.el (message-user-organization-file): Check several
1460         locations of the organization file.
1461
1462         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
1463         Add gnus-article-view-part-as-type.
1464
1465         * gnus-art.el (gnus-article-view-part-as-type): New function.
1466
1467         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
1468         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
1469
1470         * mml.el: Simplify autoload.
1471         (mml-mode): defvar dnd-protocol-alist instead of using
1472         symbol-value.
1473         (mml-default-directory): New variable.
1474         (mml-minibuffer-read-file): Use it.
1475         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
1476
1477         * message.el (message-citation-line-format): New variable.
1478         (message-insert-formated-citation-line): New function.
1479         (message-citation-line-function): Add
1480         `message-insert-formated-citation-line' to custom type.
1481
1482         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
1483         to doc string.
1484
1485         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
1486         depending on mm-verify-option.
1487
1488 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1489
1490         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
1491         binding pgg-* variables; reimplement the section which prevents
1492         MIME header from being signed.
1493         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
1494         pgg-text-mode; remove a blank line at the top of body.
1495
1496         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
1497         lines at the top of body; use gnus-newsgroup-charset if there's no
1498         Charset header.
1499
1500 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1501
1502         * message.el (message-self-insert-commands): Doc fix.
1503
1504         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
1505         (mm-uu-pgp-encrypted-test): Ditto.
1506         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
1507         between header and body; return application/pgp-encrypted handle
1508         if decryption failed; decode decrypted body by charset.
1509
1510         * mm-decode.el (mm-automatic-display): Don't make application/pgp
1511         element match to application/pgp-*.
1512
1513 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1514
1515         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
1516         HTML.
1517
1518 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1519
1520         * mail-source.el (mail-source-call-script): Message the error
1521         string.
1522
1523 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1524
1525         * gnus-util.el (gnus-byte-compile): Use it.
1526
1527 2006-04-22  xyblor  <fake@invalid.email>  (Tiny change.)
1528
1529         * gnus-util.el (kill-empty-logs): New function.
1530
1531 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1532
1533         * message.el (message-mail-alias-type): Doc fix.
1534         (message-mail-alias-type-p): New function.
1535         (message-send): Use it.
1536         (message-mode): Ditto.
1537         (message-strip-forbidden-properties): Ditto.
1538
1539         * ecomplete.el (ecomplete-database-file-coding-system): New
1540         variable.
1541         (ecomplete-save): Use it.
1542         (ecomplete-setup): Use it.
1543
1544 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1545
1546         * message.el (message-self-insert-commands): New variable.
1547         (message-strip-forbidden-properties): Use it.
1548
1549 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1550
1551         * message.el (message-put-addresses-in-ecomplete): Use a regexp
1552         that doesn't make XEmacs choke.
1553
1554 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
1555
1556         * gnus-util.el (gnus-replace-in-string):
1557         Prefer replace-regexp-in-string over of replace-in-string.
1558
1559 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1560
1561         * gnus-util.el (gnus-select-frame-set-input-focus):
1562         Use select-frame-set-input-focus if it is available in XEmacs; use
1563         definition defined in Emacs 22 for old Emacsen.
1564
1565         * dgnushack.el: Autoload unmorse-region for XEmacs.
1566
1567         * lpath.el: Bind cursor-in-non-selected-windows and
1568         select-frame-set-input-focus for XEmacs.
1569
1570 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1571
1572         * mm-view.el (mm-inline-text): Use equal instead of equalp.
1573
1574 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
1575
1576         * gnus-registry.el (gnus-registry-cache-save): Remove text
1577         properties when saving via the temp buffer.
1578
1579 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
1580
1581         * message.el (message-generate-hashcash): Honor custom type.
1582
1583 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1584
1585         * message.el (message-generate-hashcash): Default to non-nil when
1586         hashcash is found.
1587
1588         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
1589         (gnus-refer-thread-limit): Increase default to 500.
1590
1591         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
1592
1593         * flow-fill.el (fill-flowed): Allow delete-space.
1594
1595 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
1596
1597         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
1598         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
1599         Remove autoloads.
1600
1601 2006-04-18  Simon Josefsson  <jas@extundo.com>
1602
1603         * message.el (message-generate-hashcash): Default to.
1604
1605 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1606
1607         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
1608         concatenating segments rather than before concatenating them.
1609
1610 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
1611
1612         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
1613
1614 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1615
1616         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
1617
1618         * message.el (message-forward-make-body-plain): Allow
1619         message-forward-ignored-headers to be a list.
1620         (message-remove-ignored-headers): Factor out into function.
1621         (message-forward-make-body-mml): Use it.
1622
1623         * imap.el (imap-quote-specials): New function.
1624         (imap-login-auth): Quote specials.
1625
1626         * rfc2231.el (rfc2231-parse-string): Remove dead code.
1627         (rfc2231-parse-string): Allow concatanation of parameters that
1628         aren't contiguous.  The test case is
1629           (mail-header-parse-content-type "message/external-body;
1630             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
1631             access-type=LOCAL-FILE;
1632             name*1*=plugh%2fhello-sailor%2fbing.pdf")
1633
1634 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1635
1636         * nntp.el (nntp-accept-process-output): Return the value of
1637         `nnheader-accept-process-output'.
1638
1639 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1640
1641         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
1642         (gnus-button-alist): Recognize more diff formats.
1643         (gnus-button-patch): Strip directory.
1644
1645 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
1646
1647         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
1648         Emacs 22 when setting focus.
1649
1650 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1651
1652         * gnus-art.el (gnus-article-treat-types): Do treatment of
1653         text/x-verbatim parts.
1654         (gnus-button-patch): New command.
1655
1656         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
1657         addresses that contain invalid characters.
1658
1659 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1660
1661         * message.el (message-put-addresses-in-ecomplete): Use
1662         gnus-replace-in-string.
1663         (message-is-yours-p): Use the more correct
1664         mail-header-parse-address instead of
1665         mail-extract-address-components.
1666         (message-put-addresses-in-ecomplete): Fix typo.
1667
1668         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
1669         keystroke.
1670
1671         * gnus-art.el (gnus-treatment-function-alist): Change order of
1672         newsgroups/generic header folding to avoid double-folding.
1673
1674         * message.el (message-hidden-headers): Add X-Draft-From.
1675
1676         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
1677         command.
1678         (gnus-summary-repeat-search-article-backward): New command.
1679
1680         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
1681         groups in the parent topic.
1682
1683 2006-04-16  Jo\e,Ac\e(Bo Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
1684
1685         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
1686         (spam-extra-header-to-number): Return the CRM114 number as a
1687         number instead of a string.
1688
1689 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1690
1691         * gnus-art.el (gnus-face-properties-alist): Moved here from
1692         gnus-fun.
1693
1694         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
1695
1696 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1697
1698         * message.el (message-strip-forbidden-properties): Only display on
1699         self-insert-command.
1700
1701         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
1702         reindent.
1703         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
1704
1705 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
1706
1707         * smiley.el (smiley-style): Fix typo.
1708
1709 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1710
1711         * hashcash.el (hashcash-insert-payment-async-2): Use
1712         message-goto-eoh instead of doing it manually.
1713         (mail-add-payment): Use message-narrow-to-header instead of trying
1714         to do the same itself.
1715
1716         * message.el (message-hidden-headers): Add Face.
1717
1718         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
1719         reparenting code.
1720         (gnus-summary-reparent-children): Refactored out code.
1721         (gnus-summary-thread-map): New keystroke.
1722         (gnus-summary-reparent-children): Make into command.
1723
1724         * smiley.el (smiley-style): Default to `medium' if using a large
1725         font.
1726
1727         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
1728         does it itself.
1729
1730         * message.el (message-point-in-header-p): Simplify definition.
1731
1732 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1733
1734         * nnagent.el (nnagent-request-set-mark): Silence log file
1735         writing.
1736         (nnagent-request-set-mark): Use write-region instead of
1737         append-to-file.
1738
1739         * gnus-sum.el (gnus-read-header): Fudge article number if using a
1740         strange select method.
1741
1742         * ecomplete.el (ecomplete-display-matches): Get highlightling
1743         right.
1744         (ecomplete-display-matches): Use literals.
1745         (ecomplete-display-matches): Disable message logging.
1746
1747         * message.el (message-display-abbrev): Small optimization.
1748
1749         * ecomplete.el (ecomplete-display-matches): Allow automatic
1750         display.
1751
1752         * message.el (message-strip-forbidden-properties): Display
1753         abbrevs.
1754         (message-display-abbrev): Get automatic display right.
1755
1756         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
1757         keystrokes.
1758
1759 2006-04-13  Romain Francoise  <romain@orebokech.com>
1760
1761         TODO: Backport to v5-10!
1762
1763         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
1764         Moved here (and renamed) from gnus-registry.el.
1765
1766         * gnus-registry.el: Require gnus-util.
1767         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
1768
1769 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1770
1771         * gnus-group.el (gnus-group-catchup-current): Change
1772         if-then-else-if-then-else into cond.
1773         (gnus-group-catchup): Indent.
1774         (group-name-at-point): New function.
1775         (gnus-fetch-group): Provide default from thing at point.
1776
1777 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1778
1779         * message.el (message-display-abbrev): Fix regexp.
1780
1781         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
1782         choosing.
1783         (ecomplete-highlight-match-line): Fix up code rewrite, remove
1784         dead variables.
1785
1786         * message.el (message-newline-and-indent): Remove debugging.
1787         (message-display-abbrev): Use new implementation.
1788
1789 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
1790
1791         * gnus-art.el (gnus-article-mode): Set
1792         cursor-in-non-selected-windows to nil.
1793
1794         * smiley.el: Revert previous change.
1795         (smiley-data-directory): defvar it before using it in the
1796         defcustom of `smiley-style'.
1797
1798 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1799
1800         * message.el (message-newline-and-indent): New function.
1801
1802         * ecomplete.el: Implement more bits.
1803
1804         * message.el (message-put-addresses-in-ecomplete): Clean up the
1805         string.
1806
1807         * ecomplete.el (ecomplete-add-item): Chop off decimals.
1808
1809         * gnus-sum.el (gnus-summary-save-parts): Bind
1810         gnus-summary-save-parts-counter and use it to make unique file
1811         names.
1812
1813         * gnus-art.el (gnus-ignored-headers): Add some more headers.
1814
1815         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
1816         parameter to say whether to actually parse the individual
1817         addresses.
1818
1819         * message.el (message-put-addresses-in-ecomplete): New function.
1820         (ecomplete): Require.
1821         (message-mail-alias-type): Add ecomplete as an option.
1822
1823 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
1824
1825         * flow-fill.el (fill-flowed): Remove trailing space from blank
1826         quoted lines.
1827
1828 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1829
1830         * smiley.el (smiley-style): Move definition later to avoid a
1831         compilation warning.
1832
1833 2006-04-12  Kenichi Handa  <handa@m17n.org>
1834
1835         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
1836         buffer and then decode the buffer text if necessary.
1837         (rfc2231-encode-string): Be sure to work on multibyte buffer at
1838         first, and after mm-encode-body, change the buffer to unibyte.
1839         Use mm-disable-multibyte instead of set-buffer-multibyte.
1840
1841 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1842
1843         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
1844         Content-Type header instead of Content-Disposition header.
1845         (gnus-mime-inline-part): Ditto.
1846         (gnus-mime-view-part-as-charset): Ignore charset that the part
1847         specifies.
1848
1849         * mm-decode.el (mm-display-part): Work with external parts and
1850         usual parts similarly.
1851
1852         * mm-extern.el (mm-inline-external-body): Use mm-display-part
1853         instead of gnus-display-mime.
1854
1855         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
1856         instead of with-temp-buffer.
1857
1858         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
1859         tag to summarized topics part in order to encode non-ASCII text.
1860
1861 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
1862
1863         * smiley.el (smiley-style): New variable.
1864         (smiley-directory): New function.
1865         (smiley-data-directory): Derive from `smiley-style' using
1866         `smiley-directory'.
1867         (smiley-regexp-alist): Add new entries.
1868
1869         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
1870         (gnus-article-browse-delete-temp): Add :version.
1871
1872 2006-04-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
1873
1874         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
1875         the sieve region.
1876
1877 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1878
1879         * gnus.el (gnus-version-number): Bump version.
1880
1881 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
1882
1883         * gnus.el: No Gnus v0.4 is released.
1884
1885 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1886
1887         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
1888         layout.
1889
1890         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
1891         unknown charset.
1892
1893         * message.el (message-header-synonyms): Add Original-To to the
1894         default.
1895
1896         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
1897         optional parameter.
1898
1899 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
1900
1901         * gnus-fun.el (gnus): Require it for gnus-directory.
1902
1903 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1904
1905         * gnus-fun.el (gnus-face-properties-alist): Add :version.
1906
1907 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
1908
1909         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
1910
1911 2006-04-05  Simon Josefsson  <jas@extundo.com>
1912
1913         * password.el (password-reset): New function.
1914
1915 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
1916
1917         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
1918         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
1919
1920 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1921
1922         * nnweb.el (nnweb-google-create-mapping): Update regexp.
1923         Some whitespace was matched into the url, which broke browsing hits
1924         > 100 when mm-url-use-external was nil.
1925
1926 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
1927
1928         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
1929         gnus-extra-headers for 'Newsgroups.
1930
1931         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
1932         bound.
1933
1934 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
1935
1936         * pgg-gpg.el: Clean up process buffers every time gpg processes
1937         complete.
1938
1939 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
1940
1941         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
1942         doc string.
1943
1944 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
1945
1946         * pgg-gpg.el (pgg-gpg-process-filter)
1947         (pgg-gpg-wait-for-completion): Check if buffer is alive.
1948
1949         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
1950         lines, temporary fix.
1951
1952 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
1953
1954         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
1955
1956 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
1957
1958         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
1959         default-enable-multibyte-characters.  This reverts the change from
1960         revision 6.17 which is no longer necessary because the passphrase
1961         is sent separately now.  GnuPG messages are unreadable under
1962         multibyte locales with default-enable-multibyte-characters set to
1963         nil.
1964
1965 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
1966
1967         * message.el (message-tool-bar-gnome): Move "spell".
1968
1969 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
1970
1971         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
1972         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
1973         instead.
1974
1975 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
1976
1977         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
1978         newsgroups handling for NNTP overviews which don't include
1979         Newsgroups.
1980
1981 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1982
1983         * message.el (message-resend): Bind message-generate-hashcash to nil.
1984
1985 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1986
1987         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
1988         when searching for already-paid recipients.
1989
1990 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
1991
1992         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
1993         passphrases when it is not needed.
1994         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
1995         passphrase stuff from gpg, should only be necessary when you use
1996         gpg with a smartcard.
1997
1998 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1999
2000         * mml.el (mml-insert-mime): Ignore cached contents of
2001         message/external-body part.
2002
2003         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
2004         (mm-insert-part): Ditto.
2005
2006 2006-03-23  Simon Josefsson  <jas@extundo.com>
2007
2008         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
2009         Reiner.
2010         (pgg-gpg-use-agent-p): Use it again.
2011
2012 2006-03-23  Simon Josefsson  <jas@extundo.com>
2013
2014         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
2015         older emacsen.
2016         (pgg-gpg-use-agent-p): Don't use it.
2017
2018 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
2019
2020         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
2021         if we can.
2022
2023 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
2024
2025         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
2026         (pgg-gpg-update-agent): New function.
2027         (pgg-gpg-use-agent-p): New function.
2028         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
2029         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
2030         (pgg-gpg-sign-region): Use it.
2031
2032 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2033
2034         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
2035         Reported by Ralf Wachinger <rwachinger@gmx.de>.
2036
2037 2006-03-21  Simon Josefsson  <jas@extundo.com>
2038
2039         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
2040         <wilde@sha-bang.de>.
2041         (pgg-gpg-use-agent): New variable.
2042         (pgg-gpg-process-region): Use it.
2043         (pgg-gpg-encrypt-region): Likewise.
2044         (pgg-gpg-encrypt-symmetric-region): Likewise.
2045         (pgg-gpg-decrypt-region): Likewise.
2046         (pgg-gpg-sign-region): Likewise.
2047         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
2048
2049 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
2050
2051         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
2052
2053         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
2054         Add comment on version.
2055
2056 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
2057
2058         * smiley.el: Add missing test smiley.
2059
2060 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2061
2062         * mm-decode.el (mm-with-part): New macro.
2063         (mm-get-part): Use it; work with message/external-body as well.
2064         (mm-save-part): Treat name and filename equally.
2065
2066         * mm-extern.el (mm-extern-cache-contents): New function.
2067         (mm-inline-external-body): Use it; force the part to be displayed;
2068         move undisplayer added to the cached handle to the parent.
2069
2070         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
2071         (gnus-mime-view-part-as-type): Work with message/external-body.
2072
2073         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
2074
2075 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
2076
2077         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
2078         images in image-load-path.  [Sync with image.el, revision 1.60, in
2079         Emacs.]
2080
2081 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
2082
2083         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
2084         path rather than symbol.  Always return list of directories.
2085         Guarantee that image directory comes first.  [Sync with image.el,
2086         revision 1.59, in Emacs.]
2087
2088         * message.el (message-make-tool-bar): Adjust to new API of
2089         `gmm-image-load-path-for-library'.
2090
2091         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2092
2093         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
2094
2095 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2096
2097         * gnus-art.el (gnus-article-only-boring-p):
2098         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
2099         intangible text.
2100         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
2101
2102 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
2103
2104         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
2105         `defun' instead of `gmm-defun-compat'.
2106
2107 2006-03-14  Simon Josefsson  <jas@extundo.com>
2108
2109         * message.el (message-unique-id): Don't use message-number-base36
2110         if (user-uid) is a float.
2111         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
2112
2113 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2114
2115         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
2116
2117         * gnus-art.el (gnus-mime-display-single): Make sure there is an
2118         empty line between a part and a message part.
2119
2120 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
2121
2122         * smiley.el: Add more test smileys.
2123         (smiley-data-directory, smiley-regexp-alist)
2124         (gnus-smiley-file-types): Fix doc strings.
2125         (smiley-update-cache): Clear smiley-cached-regexp-alist before
2126         adding new elements.
2127         (smiley-mouse-map): Unused code.  Make it a comment.
2128
2129 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2130
2131         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
2132         scan latest NoCeM messages instead of old ones.
2133         (gnus-nocem-check-article): Fix regexps so as to match to PGP
2134         delimiters that are recently used.
2135         (gnus-nocem-load-cache): Add autoload cookie.
2136
2137         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
2138
2139         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
2140         level which is larger than gnus-use-nocem is specified.
2141
2142         * gnus-group.el (gnus-group-get-new-news): Ditto.
2143
2144 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
2145
2146         * gnus-util.el (gnus-tool-bar-update): New function.
2147
2148         * gnus-group.el (gnus-group-update-tool-bar): New variable.
2149         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
2150
2151         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
2152
2153         * gnus-group.el (gnus-group-redraw-when-idle)
2154         (gnus-group-redraw-check): Remove.
2155         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
2156
2157 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2158
2159         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
2160         if optional last element is specified in splits (FIELD VALUE...).
2161
2162 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
2163
2164         * message.el (message-make-tool-bar): Rename gmm-image-load-path
2165         to gmm-image-load-path-for-library.  Call with no-error argument.
2166         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
2167
2168         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2169
2170         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
2171
2172         * gmm-utils.el (gmm-image-load-path): Remove alias.
2173
2174 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
2175
2176         * gmm-utils.el (gmm-image-load-path): Add alias.
2177
2178         * nnml.el (nnml-generate-nov-databases-directory): Rename from
2179         nnml-generate-nov-databases-1.
2180         (nnml-generate-nov-databases): Use it.
2181         (nnml-generate-nov-databases-directory): Document no-active
2182         argument.
2183
2184         * gmm-utils.el (gmm-image-load-path-for-library): Return single
2185         directory if path is t.  Add no-error.
2186
2187         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
2188         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2189
2190         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
2191         resetting gnus-article-browse-html-temp-list.
2192
2193         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
2194         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
2195         Add example to docstring.  Rename local variables.  Move error
2196         checks to default case in cond and simplify.
2197
2198 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2199
2200         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
2201         handle is multipart when calling it recursively.
2202         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
2203
2204 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
2205
2206         * nnimap.el (nnimap-request-update-info-internal): Optimize.
2207         Don't `gnus-uncompress-range' to avoid excessive memory usage.
2208
2209 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2210
2211         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
2212         is loaded.
2213
2214         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
2215         loaded.
2216
2217 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
2218
2219         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
2220         to "Emacs 23 (unicode)" in doc string.
2221
2222         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
2223         "Emacs 23 (unicode)" in comment.
2224
2225 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2226
2227         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
2228
2229         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
2230         characters 160 through 255 in Emacs 23.
2231
2232 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
2233
2234         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
2235         gnus-article-browse-html-temp.
2236         (gnus-article-browse-delete-temp): Make it customizable.  Add
2237         `file'.  Adjust doc string.
2238         (gnus-article-browse-delete-temp-files): Add argument.  Allow
2239         query for each file.  Adjust doc string.
2240         (gnus-article-browse-html-parts): Add
2241         `gnus-article-browse-delete-temp-files' to
2242         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
2243
2244 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
2245
2246         * gnus-art.el (gnus-article-browse-html-temp)
2247         (gnus-article-browse-delete-temp): New variables.
2248         (gnus-article-browse-delete-temp-files): New function.
2249         (gnus-article-browse-html-parts): Use it.
2250
2251 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
2252
2253         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
2254
2255         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
2256         string.
2257
2258         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
2259         gnus-summary-insert-new-articles when unplugged.  Remove
2260         gnus-summary-search-article-forward.
2261
2262         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
2263         display-visual-class instead of display-color-cells.
2264
2265 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2266
2267         * dgnushack.el: Autoload customize-group for XEmacs.
2268
2269         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
2270         message/* containing non-ASCII text properly.
2271
2272 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
2273
2274         * message.el: Require gmm-utils, remove autoloads.
2275         (message-tool-bar): Set default based on
2276         gmm-tool-bar-style.
2277         (message-tool-bar-gnome): Add gmm-customize-mode.
2278
2279         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
2280         gmm-tool-bar-style.
2281         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
2282
2283         * gnus-group.el (gnus-group-tool-bar): Set default based on
2284         gmm-tool-bar-style.
2285         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
2286
2287         * gmm-utils.el (gmm-image-directory): Rename variable from
2288         gmm-image-load-path.
2289         (gmm-image-load-path): Use gmm-image-directory.
2290         (gmm-customize-mode): New function.
2291         (gmm-tool-bar-style): New variable.
2292
2293         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
2294         gnus-group-redraw-line-number.
2295         (gnus-group-redraw-check): Simplify.
2296         (gnus-group-tool-bar-update): Remove redraw check.
2297         (gnus-group-make-tool-bar): Add redraw check.
2298
2299 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
2300
2301         * gnus-art.el (gnus-button): Add missing parentheses.
2302
2303 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2304
2305         * lpath.el: Fbind line-number-at-pos.
2306
2307 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2308
2309         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
2310
2311 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
2312
2313         * gnus-art.el (gnus-button): New face.
2314         (gnus-article-button-face): Use it.
2315
2316         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
2317         gnus-summary-next-page.  Re-order.
2318
2319         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
2320         next-node are now included.
2321         (gnus-group-redraw-line-number): New internal variable.
2322         (gnus-group-redraw-check): Helper function for updating the tool
2323         bar.
2324         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
2325
2326         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
2327
2328         * spam.el (spam-spamassassin-score-regexp): New internal variable.
2329         (spam-extra-header-to-number, spam-check-spamassassin-headers):
2330         Use it to match format of Spamassassin 3.0 and later.  Reported by
2331         IRIE Tetsuya <irie@t.email.ne.jp>.
2332         (spam-check-bogofilter)
2333         (spam-bogofilter-register-with-bogofilter): Fix args of
2334         `gnus-error' calls.
2335
2336 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
2337
2338         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
2339         unnecessary interaction when sending queued mails.  Reported by
2340         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
2341
2342 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
2343
2344         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
2345         first or last are nil.
2346
2347 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2348
2349         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
2350
2351 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2352
2353         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
2354
2355 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2356
2357         * dns.el (query-dns): Protect more against buggy tcp output.
2358
2359 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
2360
2361         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
2362         nov.php.
2363
2364 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2365
2366         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
2367         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
2368         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
2369         output on the server side.
2370         (nnweb-google-create-mapping): Update regexps and add some
2371         progress indication.
2372
2373 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
2374
2375         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
2376         gnus-agent-toggle-plugged.  Re-order icons.
2377         (gnus-group-tool-bar-gnome): Add
2378         gnus-group-{prev,next}-unread-group.
2379         (gnus-group-tool-bar-gnome): Re-order icons.
2380
2381         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
2382         gnus-summary-insert-new-articles.
2383
2384         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
2385         comments.
2386
2387         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
2388         also available in Emacs 21.3.
2389
2390         * message.el (message-fix-before-sending): Change "Emacs 22" to
2391         "Emacs 23 (unicode)" in comment.
2392
2393         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
2394         "Emacs 23 (unicode)" in comment.
2395
2396         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
2397         comment.
2398         (mm-coding-system-p): Add comment about no-MULE XEmacs.
2399
2400         * mm-view.el (mm-fill-flowed): Add :version.
2401
2402 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2403
2404         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
2405         and load-path.
2406
2407 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
2408
2409         * message.el: Autoload gmm-image-load-path.
2410         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
2411         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
2412         consitency.
2413
2414         * gmm-utils.el (gmm-image-load-path): Also search in
2415         "../etc/images".  Don't set gmm-image-load-path if we don't find
2416         the image.
2417
2418 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2419
2420         * gmm-utils.el (gmm-image-load-path): Don't make
2421         `gmm-image-load-path' include subdirectories which the second arg
2422         `image' might specify.
2423
2424         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
2425         subdirectory to icon file names.
2426
2427         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
2428
2429 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
2430
2431         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
2432         gmm-image-load-path calls.
2433
2434         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2435
2436         * message.el (message-make-tool-bar): Ditto.
2437
2438         * mml.el (mml-preview): Added comment concerning tool bar icons.
2439
2440         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
2441         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
2442
2443         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
2444         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
2445
2446         * message.el (message-tool-bar-gnome): Use new icon names.
2447         (message-make-tool-bar): Use `gmm-image-load-path'.
2448
2449         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
2450         functions from MH-E.
2451         (gmm-image-load-path): New variable from MH-E.
2452         (gmm-image-load-path): New function from MH-E.  Added arguments
2453         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
2454         *-image-load-path-called-flag.
2455
2456 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
2457
2458         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
2459
2460 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>
2461         (tiny change)
2462
2463         * nnimap.el (nnimap-request-move-article): Change folder back to
2464         source group before deleting.
2465
2466 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
2467
2468         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
2469
2470         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
2471         mm-url.
2472
2473         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
2474
2475 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2476
2477         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
2478         coding system which mm-charset-to-coding-system returns for a
2479         given charset is valid.
2480
2481 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
2482
2483         * html2text.el (html2text-remove-tag-list):
2484         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
2485
2486 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
2487
2488         * gnus-cus.el: Revert 2005-10-17 change.
2489
2490 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2491
2492         * gnus-art.el (article-strip-banner): Call
2493         article-really-strip-banner only when the regexp match is made.
2494
2495 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2496
2497         * gnus-art.el (article-strip-banner): Use
2498         gnus-extract-address-components instead of
2499         mail-header-parse-addresses to make it work with non-ASCII text;
2500         remove mail-encode-encoded-word-string.
2501
2502         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
2503         values which are surrounded with \"...\"; make it never cause a
2504         Lisp error; give up parsing of parameters if it failed in
2505         extracting type.
2506
2507 2006-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
2508
2509         * smime.el (smime-cert-by-ldap-1): Fix bug where
2510         `smime-ldap-search' returns results without userCertificates.
2511
2512 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2513
2514         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
2515
2516 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
2517
2518         * spam.el (spam-check-spamassassin-headers): Adapt format for
2519         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
2520         <ari@mbf.ocn.ne.jp>.
2521         (spam-list-of-processors): Add spam-use-gmane.
2522
2523 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2524
2525         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
2526         make-temp-file; make it work with XEmacs as well.
2527
2528         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
2529         mm-make-temp-file.
2530
2531         * mm-decode.el (mm-display-external): Use the 3rd arg of
2532         mm-make-temp-file.
2533         (mm-create-image-xemacs): Ditto.
2534
2535 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2536
2537         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
2538         with message-narrow-to-headers.
2539         (gnus-draft-setup): Narrow to header to run message-fetch-field.
2540         (gnus-draft-check-draft-articles): New function.
2541         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
2542
2543 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
2544
2545         * gnus-art.el (gnus-article-browse-html-parts):
2546         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
2547         Don't use suffix argument for mm-make-temp-file for Emacs 21
2548         compatibility.  Remove useless `format'.
2549
2550 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2551
2552         * nnweb.el (nnweb-google-wash-article): Update regexps.
2553         (nnweb-group-alist): Use defvoo instead of defvar.
2554
2555 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2556
2557         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
2558         re-loading nn* modules.
2559
2560 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
2561
2562         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
2563         for `tool-bar-mode' and don't check it's default-value.
2564
2565         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
2566
2567         * message.el (message-make-tool-bar): Ditto.
2568
2569         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
2570         `substring'.  Shorten tmp-file name.
2571
2572         * gnus.el: Remove bogus comment.
2573
2574 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
2575
2576         * gnus-art.el (gnus-article-browse-html-parts): New function.
2577         (gnus-article-browse-html-article): New function for viewing html
2578         articles with a browser.
2579
2580 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
2581
2582         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
2583         in elisp.
2584         (pgg-gpg-encrypt-symmetric-region): Ditto.
2585         (pgg-gpg-sign-region): Ditto.
2586
2587         * pgg-def.el (pgg-text-mode): New variable.
2588
2589         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
2590         (mml2015-pgg-encrypt): Ditto.
2591
2592         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
2593         (mml1991-pgg-encrypt): Ditto.
2594
2595 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2596
2597         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
2598         message-make-date instead of current-time-string.
2599
2600         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
2601         to gnus-decoded which mm-uu might set.
2602
2603 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2604
2605         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
2606         don't decode quoted parameters; remove misimported Emacs code.
2607         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2608         (rfc2231-decode-encoded-string): Don't use split-string which
2609         behaves differently according to Emacs version; use
2610         mm-decode-coding-region to convert charset to coding-system.
2611         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2612         (rfc2231-encode-string): Remove misimported Emacs code.
2613
2614 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2615
2616         * gnus-art.el (article-decode-charset): Don't use ignore-errors
2617         when calling mail-header-parse-content-type.
2618         (article-de-quoted-unreadable): Ditto.
2619         (article-de-base64-unreadable): Ditto.
2620         (article-wash-html): Ditto.
2621
2622         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
2623         calling mail-header-parse-content-type and
2624         mail-header-parse-content-disposition.
2625         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
2626         mail-header-parse-content-type.
2627
2628         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
2629         insert charset and format parameters; encode description after
2630         inserting it to buffer.
2631         (mml-insert-parameter): Fold lines properly even if a parameter is
2632         segmented into two or more lines; change the max column to 76.
2633
2634         * rfc1843.el (rfc1843-decode-article-body): Don't use
2635         ignore-errors when calling mail-header-parse-content-type.
2636
2637         * rfc2231.el (rfc2231-parse-string): Return at least type if
2638         possible; don't cause an error even if it fails in parsing of
2639         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2640         (rfc2231-encode-string): Don't break lines at the beginning, leave
2641         it to mml-insert-parameter.
2642
2643         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
2644         calling mail-header-parse-content-type.
2645
2646 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
2647
2648         * spam-report.el (spam-report-gmane-use-article-number):
2649         Improve doc string.
2650         (spam-report-gmane-internal): Check if a suitable header was found
2651         in the article.
2652
2653 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2654
2655         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
2656         (rfc2231-encode-string): Make param*=value always begin with LWSP.
2657
2658 2006-02-05  Romain Francoise  <romain@orebokech.com>
2659
2660         Update copyright notices of all files in the gnus directory.
2661
2662 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2663
2664         * nnweb.el (nnweb-request-group): Avoid growing overview files.
2665
2666 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2667
2668         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
2669         segmented lines of parameter value to cope with Thunderbird 1.5
2670         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
2671         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
2672         (rfc2231-encode-string): Don't make lines exceeding 76 column.
2673
2674 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
2675
2676         * mml.el (mml-generate-mime-1): Correct the order of inline signed
2677         parts.
2678
2679 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2680
2681         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
2682         there's only one active file for all servers.
2683         (nnweb-request-scan): Make sure nnweb-articles is initialized on
2684         solid groups.  Gnus might have used a FAST request to select the group.
2685         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
2686         and nnweb-search redundantly in the active file.
2687         (nnweb-request-list): Don't list bogus groups.  There can only be one.
2688         (nnweb-request-create-group): Don't use ARGS.
2689         (nnweb-possibly-change-server, nnweb-request-group): Remove some
2690         initialisations.  Let nnoo do the work.
2691
2692 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2693
2694         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
2695         Say the part has been decoded.
2696
2697         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
2698
2699 2006-01-31  Kevin Ryde  <user42@zip.com.au>
2700
2701         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
2702         mailcap-viewer-test-cache when there's no 'test clause, since that
2703         will invert the meaning of a "nil" test previously determined by
2704         mailcap-mailcap-entry-passes-test.
2705
2706 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2707
2708         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
2709         compiling.
2710
2711         * gnus-sum.el: Ditto.
2712
2713         * message.el: Don't bind tool-bar-map when compiling.
2714
2715 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
2716
2717         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
2718
2719 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
2720
2721         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
2722         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
2723         current Google Groups.
2724
2725 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
2726
2727         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
2728         and tool-bar-mode.
2729
2730         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
2731         and tool-bar-mode.
2732
2733         * message.el (message-tool-bar-update): Simplify.
2734         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
2735
2736         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
2737         gnus-summary-buffer.
2738         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
2739         gnus-summary-reply.
2740
2741         * gmm-utils.el (gmm): Add :version.
2742
2743 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2744
2745         * Makefile.in (clean): New rule.
2746         (distclean): Use it.
2747
2748 2006-01-26  Steve Youngs  <steve@sxemacs.org>
2749
2750         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
2751         autoload.
2752
2753 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2754
2755         * gmm-utils.el (gmm-verbose): Add :group.
2756
2757 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
2758
2759         * message.el: Change some comments WRT tool-bars.
2760
2761         * gnus-sum.el (gnus-summary-tool-bar)
2762         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
2763         (gnus-summary-tool-bar-zap-list): New variables.
2764         (gnus-summary-make-tool-bar): Complete rewrite using
2765         `gmm-tool-bar-from-list'.
2766
2767         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
2768         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
2769         variables.
2770         (gnus-group-make-tool-bar): Complete rewrite using
2771         `gmm-tool-bar-from-list'.
2772         (gnus-group-tool-bar-update): New function.
2773
2774         * message.el (message-mode-field-menu): Add "Show hidden Headers".
2775
2776 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2777
2778         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
2779         is dissected into a single part of which the type is the same as
2780         the given one; decode charset.
2781
2782 2006-01-21  Kevin Ryde  <user42@zip.com.au>
2783
2784         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
2785         into alists as symbol not string, since that's what
2786         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
2787         look for.
2788
2789 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
2790
2791         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
2792         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
2793
2794         * message.el (message-tool-bar-gnome): Use gmm-ignore.
2795
2796 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2797
2798         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
2799         (gnus-xmas-mime-security-button-menu): New function.
2800
2801         * gnus-art.el (gnus-mime-security-button-commands): New variable.
2802         (gnus-mime-security-button-menu): New definition.
2803         (gnus-mime-security-button-map): Use them.
2804         (gnus-mime-security-button-menu): New function.
2805         (gnus-insert-mime-security-button): Addition to help echo.
2806         (gnus-mime-security-run-function, gnus-mime-security-save-part)
2807         (gnus-mime-security-pipe-part): New functions.
2808
2809         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
2810         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
2811
2812         * mm-decode.el (mm-handle-set-disposition): Remove.
2813         (mm-handle-set-description): Remove.
2814
2815 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2816
2817         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
2818         (mm-w3m-standalone-supports-m17n-p): New function.
2819         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
2820         w3m usage.
2821
2822         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
2823         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
2824
2825 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
2826
2827         * message.el (message-tool-bar-zap-list): Use
2828         gmm-tool-bar-zap-list as custom type.
2829         (message-tool-bar-update): New function.
2830         (message-tool-bar, message-tool-bar-gnome)
2831         (message-tool-bar-retro): Add message-tool-bar-update.
2832         (message-tool-bar-gnome): Add flyspell-buffer.
2833
2834         * gnus-util.el (gnus-error): Describe `args'.
2835
2836         * gmm-utils.el (gmm-error): Describe `args'.
2837         (gmm-tool-bar-zap-list): New widget.
2838         (gmm-tool-bar-from-list): Improve description of `zap-list'.
2839
2840 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2841
2842         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
2843         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
2844         the number of recursive calls.
2845
2846         * mm-decode.el (mm-handle-set-disposition): New macro.
2847         (mm-handle-set-description): New macro.
2848
2849 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2850
2851         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
2852         encoding.
2853
2854 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
2855
2856         * message.el (message-tool-bar-zap-list, message-tool-bar)
2857         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
2858         (message-tool-bar-local-item-from-menu): Remove.
2859         (message-tool-bar-map): Replace by `message-make-tool-bar'.
2860         (message-make-tool-bar): New function.
2861         (message-mode): Use `message-make-tool-bar'.
2862
2863         * gmm-utils.el: New file.
2864         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
2865         (gmm-lazy): New widget copied from `nnmail.el'.
2866         (gmm-tool-bar-from-list): New function for creating customizable
2867         tool bars.
2868         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
2869         output.
2870         (gmm): Add :prefix to defgroup.
2871
2872 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
2873
2874         * gmm-utils.el (gmm-widget-p): New function.
2875
2876 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
2877
2878         * mml.el (mml-attach-file): Describe `description' in doc string.
2879         (mml-menu): Add Emacs MIME manual and PGG manual.
2880
2881 2006-01-20  Richard M. Stallman  <rms@gnu.org>
2882
2883         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
2884
2885 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
2886
2887         * nntp.el (nntp-end-of-line): Doc fix.
2888
2889 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
2890
2891         * imap.el (imap-open): Handle case where buffer is a buffer
2892         object.
2893
2894 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2895
2896         * gnus-delay.el (gnus-delay): Don't autoload.
2897         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
2898         to be re-loaded when customizing the `gnus-delay' group.
2899
2900 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
2901
2902         * message.el (message-insert-citation-line): Use newlines.
2903
2904 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
2905
2906         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
2907         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
2908         these routines, so the passphrase can be managed externally and
2909         passed in to the system.
2910         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
2911         pgg-add-passphrase-to-cache function.
2912
2913         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
2914         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
2915         these routines, so the passphrase can be managed externally and
2916         passed in to the system.
2917         (pgg-pgp5-sign-region): Use new name of
2918         pgg-add-passphrase-to-cache function.
2919
2920 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
2921
2922         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
2923         part of the decoded armor to find the key-identifier.
2924         (pgg-gpg-lookup-key-owner): New function to return the
2925         human-readable identifier of a key owner.
2926         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
2927         itself.
2928         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
2929         the key value) if we have a key and can match it against a secret
2930         key.  Also, added a note pointing out fact that the prompt only
2931         indicates the first matching key.
2932
2933         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
2934         pgg-decrypt-region.
2935         (pgg-add-passphrase-to-cache): Rename from
2936         `pgg-add-passphrase-cache' to reduce confusion (all callers
2937         changed).
2938         (pgg-remove-passphrase-from-cache): Rename from
2939         `pgg-remove-passphrase-cache' to reduce confusion (all callers
2940         changed).
2941         (pgg-read-passphrase, pgg-add-passphrase-cache)
2942         (pgg-remove-passphrase-cache): Add informative docstrings.
2943         (pgg-decrypt): Convey provided passphrase in subordinate call to
2944         pgg-decrypt-region.
2945
2946 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
2947
2948         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
2949         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
2950         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
2951         'passphrase' argument, so the passphrase can be managed externally
2952         and then passed in to the system.
2953
2954         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
2955         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
2956         so the passphrase cache can be used reliably with identifiers
2957         besides a pgp packet's key id.
2958
2959         * pgg-gpg.el (pgg-gpg-encrypt-region)
2960         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
2961         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
2962         these routines, so the passphrase can be managed externally and
2963         passed in to the system.
2964
2965         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
2966         'notruncate' argument, so the passphrase cache can be used
2967         reliably with identifiers besides a pgp packet's key id.
2968
2969 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
2970
2971         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
2972         symmetric encryption.
2973         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
2974         encrypted session key.
2975         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
2976         message ask for the passphrase in a proper way.
2977
2978         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
2979         New user commands for symmetric encryption.
2980
2981 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2982
2983         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
2984
2985         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
2986
2987 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
2988
2989         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
2990
2991 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2992
2993         * mm-decode.el (mm-inlined-types): Add application/pgp.
2994         (mm-automatic-display): Ditto.
2995
2996         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
2997         part as text.
2998
2999 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3000
3001         * nnrss.el: Update copyright.
3002         (nnrss-opml-import): Query whether to subscribe to each entry.
3003
3004         * gnus-art.el:
3005         * gnus-sum.el:
3006         * gnus-xmas.el:
3007         * messagexmas.el:
3008         * mm-uu.el:
3009         * mm-view.el: Update copyright.
3010
3011 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
3012
3013         * message.el (message-info): New function.
3014         (message-mode-menu): Add it.
3015         Update copyright.
3016
3017         * ChangeLog: Fix and update copyright.
3018
3019 2006-01-13  Romain Francoise  <romain@orebokech.com>
3020
3021         * message.el (message-forward-subject-name-subject): Prefer the
3022         address to 'nowhere' if the sender has no name.
3023         Fix typo.  Update copyright year.
3024
3025 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3026
3027         * gnus-art.el (article-wash-html): Use
3028         gnus-summary-show-article-charset-alist if a numeric arg is given.
3029         (gnus-article-wash-html-with-w3m-standalone): New function.
3030
3031         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
3032         mm-inline-text-html-render-with-w3m-standalone.
3033         (mm-text-html-washer-alist): Map w3m-standalone to
3034         gnus-article-wash-html-with-w3m-standalone.
3035         (mm-inline-text-html-render-with-w3m-standalone): New function.
3036
3037 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
3038
3039         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
3040         Improve LaTeX.
3041
3042 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3043
3044         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
3045         (nnrss-request-article): Render text/plain parts as HTML.
3046
3047         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
3048         the buffer.
3049
3050 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
3051
3052         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
3053         custom definition of `gnus-posting-styles'.
3054
3055         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
3056         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
3057
3058 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3059
3060         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
3061         Use nntp for bug archive.
3062
3063 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3064
3065         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
3066         parts.
3067         (nnrss-normalize-date): New function converts ISO 8601 date into
3068         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
3069         (nnrss-check-group): Use it.
3070
3071 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3072
3073         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
3074
3075         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
3076         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
3077         (nnrss-insert-w3): Ditto.
3078
3079 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3080
3081         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
3082         the articles to be forwarded including the case where neither a
3083         number of articles nor a region is specified.
3084
3085 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3086
3087         * nnrss.el (nnrss-request-article): Fix last change; fill
3088         text/plain parts.
3089
3090 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3091
3092         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
3093         in text/plain part.
3094         (nnrss-check-group): Don't add excessive newline to dc:subject.
3095
3096 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
3097
3098         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
3099         article.
3100
3101 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3102
3103         * nnml.el: Don't require gnus-bcklg.  Autoload it.
3104         (nnml-use-compressed-files, nnml-save-mail): Support other
3105         comression programs such as bzip2.
3106
3107 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3108
3109         * dns.el (query-dns): Make sure we check the buffer size before
3110         removing tcp headers.
3111
3112 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3113
3114         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
3115         remove MIME buttons associated with multipart/alternative parts.
3116         (gnus-mime-display-alternative): Tag buttons using `article-type'
3117         text property.
3118
3119         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
3120         associated with multipart/alternative parts.
3121
3122         * gnus-art.el (gnus-signature-separator): Fix custom type.
3123
3124         * mm-decode.el (mm-inlined-types): Fix custom type.
3125         (mm-keep-viewer-alive-types): Ditto.
3126         (mm-automatic-display): Ditto.
3127         (mm-attachment-override-types): Ditto.
3128         (mm-inline-override-types): Ditto.
3129         (mm-automatic-external-display): Ditto.
3130
3131 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3132
3133         * spam-report.el (spam-report-user-mail-address)
3134         (spam-report-user-agent): New variables.
3135         (spam-report-url-ping-plain): Use spam-report-user-agent.
3136
3137 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
3138
3139         * gnus-art.el (gnus-button-handle-custom): Do not just use
3140         `customize-apropos' for any "M-x customize-*" button but the
3141         function called for.  Accept both the function name and its
3142         argument in order to achieve this.
3143         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
3144         function name to `gnus-button-handle-custom' in case of "M-x
3145         customize-*" buttons.
3146
3147 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3148
3149         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
3150         multipart/alternative and add xref to mm-discouraged-alternatives
3151         in doc string.
3152
3153         * mm-decode.el (mm-discouraged-alternatives): Add xref to
3154         gnus-buttonized-mime-types in doc string.
3155
3156 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
3157
3158         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
3159         Suggest image/.* in the doc string.
3160
3161 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3162
3163         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
3164         message-marks (Debian bug #342521).
3165
3166 2005-12-12  Simon Josefsson  <jas@extundo.com>
3167
3168         * password.el (password-read-from-cache): Add.
3169         (password-read): Use it.
3170
3171 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3172
3173         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
3174         us-ascii as a MIME charset.
3175
3176         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
3177         against the case where the 2nd arg TYPE is nil.
3178
3179 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3180
3181         * pop3.el (pop3-stream-type): Fix custom version.
3182
3183         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
3184
3185 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
3186
3187         * mm-decode.el (mm-display-external): Add missing cdr.
3188
3189 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3190
3191         * mm-decode.el (mm-display-external): Use nametemplate (defined in
3192         RFC1524) if it is in mailcap or add a suffix according to
3193         mailcap-mime-extensions when generating a temp filename; postpone
3194         deleting a temp file for 2 seconds for some wrappers, shell
3195         scripts, and so on, which might exit right after having started a
3196         viewer command as a background job.
3197
3198 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3199
3200         * nntp.el (nntp-marks-directory): Fix custom group.
3201
3202         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
3203         steps when < 10.
3204
3205         * gnus-start.el (gnus-no-server-1): Mention
3206         `gnus-level-default-subscribed' in doc string.
3207
3208 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
3209
3210         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
3211         parens.
3212
3213 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3214
3215         * gnus-xmas.el (gnus-use-toolbar): Revert.
3216         (gnus-xmas-setup-toolbar): Use global default-toolbar if
3217         gnus-use-toolbar is default.
3218
3219         * messagexmas.el (message-use-toolbar): Revert.
3220         (message-setup-toolbar): Use global default-toolbar if
3221         message-use-toolbar is default.
3222
3223 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3224
3225         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
3226         according to default-toolbar-visible-p.
3227
3228         * messagexmas.el (message-use-toolbar): Ditto.
3229
3230 2005-11-26  Dave Love  <fx@gnu.org>
3231
3232         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
3233         (tls-program, tls-success): Provide openssl alternative.
3234
3235         * starttls.el: Doc fixes.
3236         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
3237         SERVICE to PORT.
3238
3239         * pop3.el (pop3-open-server) <ssl>:  Clarify a loop.  Deal with
3240         port null or service name.
3241         (starttls-negotiate): Autoload.
3242
3243 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3244
3245         * message.el (message-kill-to-signature): Fix interactive spec.
3246
3247 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3248
3249         * pop3.el (pop3-open-server): Recognize a string as a service name.
3250
3251 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
3252
3253         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
3254
3255 2005-11-23  Dave Love  <fx@gnu.org>
3256
3257         Add pop3s, pop3/starttls.
3258
3259         * pop3.el (pop3-authentication-scheme): Clarify doc.
3260         (open-tls-stream, starttls-open-stream): Autoload.
3261         (pop3-stream-type): New.
3262         (pop3-open-server): Use it.
3263
3264         * mail-source.el (mail-sources): Fix some :types.  Add stream type
3265         for POP.
3266         (mail-source-keyword-map): Add :stream for POP.
3267         (mail-source-fetch-pop): Use pop3-stream-type.
3268
3269 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3270
3271         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
3272         of current-time-string.
3273
3274 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
3275
3276         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
3277         date header.
3278
3279 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
3280
3281         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
3282         it can seriously impact performance as it bypasses the agent's
3283         local caches.
3284
3285 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
3286
3287         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
3288         must be explicitly online rather than "not explicitly offline" for
3289         its flags to be synchronized.
3290
3291         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
3292         that gnus-uu-unmark-thread will function correctly.
3293
3294         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
3295         1024K is instead displayed as 1M.
3296
3297 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3298
3299         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
3300
3301 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny patch)
3302
3303         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
3304
3305 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
3306
3307         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
3308         error message to display actual error condition.
3309         (gnus-agent-save-local): Avoid saving symbols that are bound to
3310         nil as they simply result in a warning message in
3311         gnus-agent-read-local.
3312
3313 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3314
3315         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
3316         rather than make-variable-buffer-local for file-precious-flag.
3317
3318 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
3319
3320         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
3321         for duplicates which are removed.  The invalid sort check then
3322         triggers a rescan after the sort as sorting may have moved
3323         duplicate entries such that they can be cheaply detected.
3324
3325 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3326
3327         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
3328
3329 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
3330
3331         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
3332         internal variable to a custom variable.  Changed default value
3333         from compressed(2) to uncompressed(1).
3334         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
3335         support for uncompressed agentview files.  Taken together, reading
3336         the agentview file should now be 6-7 times faster.
3337
3338 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3339
3340         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
3341         as a buffer-local variable.  This avoids creating truncated
3342         dribble files as a result of a hang up, eg.
3343
3344 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
3345
3346         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
3347         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
3348         XEmacs.
3349
3350 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3351
3352         * gnus-start.el (gnus-start-draft-setup): Enforce
3353         `gnus-draft-mode' for nndraft:drafts at startup.
3354
3355         * gnus.el (gnus-splash): Change custom group.
3356         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
3357         allow-list argument.
3358
3359         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
3360         string.
3361
3362 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3363
3364         * gnus-art.el (gnus-default-article-saver): Add user-defined
3365         `function' to custom type.
3366
3367 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
3368
3369         * imap.el (imap-open): Handle case where buffer is a buffer
3370         object.
3371
3372 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3373
3374         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
3375         long lines.
3376         (gnus-cache-delete-group): Wrap doc strings.
3377
3378         * gnus-agent.el (gnus-agent-rename-group)
3379         (gnus-agent-delete-group): Wrap doc strings.
3380
3381
3382 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3383
3384         * messagexmas.el (message-use-toolbar): Change the valid values
3385         into default, top, bottom, left, and right.
3386         (message-toolbar-thickness): New variable.
3387         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
3388         well.
3389         (message-setup-toolbar): Make it work.
3390
3391         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
3392         (gnus-use-toolbar): Change the valid values into default, top,
3393         bottom, left, and right.
3394         (gnus-toolbar-thickness): New variable.
3395         (gnus-xmas-setup-toolbar): New function.
3396         (gnus-xmas-setup-group-toolbar): Use it.
3397         (gnus-xmas-setup-summary-toolbar): Use it.
3398
3399 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3400
3401         * gnus-start.el (gnus-1): Add "native" to
3402         gnus-predefined-server-alist.
3403
3404         * gnus.el (gnus-method-to-server): Don't add "native" to the
3405         lists here, because that leads to problems when
3406         gnus-select-method is bound.
3407
3408 2005-11-09  Simon Josefsson  <jas@extundo.com>
3409
3410         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
3411         use (not sort-by-date) instead.
3412
3413 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3414
3415         * gnus-delay.el (gnus-delay-group): Don't autoload.
3416         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
3417         to be re-loaded when customizing the `gnus-delay' group.
3418
3419 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
3420
3421         * message.el: Revert last changes.
3422         (message-insert-citation-line): Use newlines.
3423
3424 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
3425
3426         * message.el (message-courtesy-message)
3427         (message-mark-insert-begin, message-mark-insert-end)
3428         (message-elide-ellipsis, message-cancel-message)
3429         (message-add-header, message-change-subject)
3430         (message-cross-post-followup-to-header)
3431         (message-cross-post-insert-note, message-reduce-to-to-cc)
3432         (message-widen-reply, message-delete-not-region)
3433         (message-kill-to-signature, message-insert-signature)
3434         (message-insert-importance-high, message-insert-importance-low)
3435         (message-insert-or-toggle-importance)
3436         (message-insert-disposition-notification-to)
3437         (message-indent-citation, message-yank-original)
3438         (message-cite-original-without-signature, message-cite-original)
3439         (message-insert-citation-line, message-position-on-field)
3440         (message-fix-before-sending, message-send-mail-partially)
3441         (message-send-mail, message-send-mail-with-sendmail)
3442         (message-send-mail-with-qmail, message-send-news)
3443         (message-check-news-header-syntax, message-generate-headers)
3444         (message-insert-courtesy-copy, message-fill-address)
3445         (message-fill-header, message-shorten-references)
3446         (message-setup-1, message-cancel-news)
3447         (message-forward-make-body-plain, message-forward-make-body-mime)
3448         (message-forward-make-body-mml, message-encode-message-body)
3449         (message-forward-make-body-digest-plain)
3450         (message-forward-make-body-digest-mime)
3451         (message-use-alternative-email-as-from): Insert `hard-newline'
3452         instead of ordinary newlines.
3453
3454 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3455
3456         * message.el (message-generate-headers): Downcase the argument
3457         given to message-check-element.
3458
3459 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
3460
3461         * nntp.el (nntp-authinfo-rejected): New error condition.
3462         (nntp-wait-for): Use new error condition to signal authentication
3463         error.
3464         (nntp-retrieve-data): Rethrow new error condition to break out of
3465         recursive call to nntp-send-authinfo.
3466
3467 2005-11-08  Romain Francoise  <romain@orebokech.com>
3468
3469         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
3470         (gnus-summary-exit-map): Bind to `Z p'.
3471         (gnus-summary-make-menu-bar): Add menu item.
3472
3473 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
3474
3475         * gnus-art.el (gnus-article-treat-custom): Add `first'.
3476         (gnus-treat-*): Add `first' in all doc strings.
3477
3478         * gnus-group.el (gnus-group-compact-group): Fix typo.
3479
3480 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3481
3482         * gnus.el (gnus-parameters-case-fold-search): New variable.
3483         (gnus-parameters-get-parameter): Use it.
3484
3485         * gnus-score.el (gnus-home-score-file): Doc fix.
3486
3487 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
3488
3489         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
3490
3491 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3492
3493         * mm-util.el (mm-special-display-p): New function.
3494
3495         * mml.el (mml-preview): Use it; doc fix.
3496
3497 2005-10-29  Romain Francoise  <romain@orebokech.com>
3498
3499         * message.el (message-fix-before-sending): Fix comment.
3500
3501 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
3502
3503         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
3504
3505 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
3506
3507         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
3508         Used in gnus-score.el.
3509
3510 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
3511
3512         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
3513
3514 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
3515
3516         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
3517         whitespace removed in revision 7.8.  Use concatenated string to
3518         protect trailing whitespace.
3519
3520 2005-10-27  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
3521
3522         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
3523         (nnimap-request-expire-articles): Use it to avoid sending 'UID
3524         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
3525         Courier IMAP ("some version from 2004").  Mostly based on similar
3526         code in the same function.
3527
3528 2005-10-26  Didier Verna  <didier@xemacs.org>
3529
3530         * gnus-group.el (gnus-group-compact-group): invalidate original
3531         article buffer.
3532         * gnus-srvr.el (gnus-server-compact-server): ditto.
3533         * nnml.el (nnml-request-compact-group): handle self Xref: field in
3534         NOV database and in article itself.
3535         Invalidate article backlog.
3536
3537 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
3538
3539         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
3540
3541 2005-10-26  Simon Josefsson  <jas@extundo.com>
3542
3543         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
3544         part of 2004-07-25 change.
3545
3546 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3547
3548         * message.el (message-display-completion-list): New function.
3549         (message-expand-group): Use it; make sure the Completions buffer
3550         is modifiable.
3551
3552 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
3553
3554         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
3555         user-mail-name is an empty string.
3556
3557 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
3558
3559         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
3560         depending on gnus-score-decay-constant.
3561
3562         * encrypt.el (encrypt-insert-file-contents)
3563         (encrypt-write-file-contents): Don't use `gnus-message'.
3564
3565         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
3566         arguments.
3567         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
3568         arguments to mm-uu-verbatim-marks-extract.
3569         (mm-uu-hide-markers): New variable.
3570         (mm-uu-extract): Use face similar to `gnus-cite-3'.
3571
3572         * gnus-fun.el (gnus-convert-image-to-x-face-command)
3573         (gnus-convert-image-to-face-command): Use "convert" by default to
3574         allow other input image formats.
3575         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
3576         accordingly.
3577
3578 2005-10-23  Simon Josefsson  <jas@extundo.com>
3579
3580         * imap.el (imap-gssapi-program): Align command line parameters
3581         with latest GNU SASL.
3582         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
3583
3584 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3585
3586         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
3587         HTML.
3588         (nnslashdot-request-article): Ditto.
3589
3590         * lpath.el (featurep): Add nobreak-char-display.
3591
3592 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
3593
3594         * mail-source.el (mail-source-fetch-pop): Require pop3.
3595         (mail-source-check-pop): Ditto.
3596
3597 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3598
3599         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
3600         errors.
3601
3602 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
3603
3604         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
3605         (gnus-treat-strip-leading-blank-lines): Improve doc string.
3606
3607         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
3608
3609         * mm-bodies.el (mm-decode-string): Call
3610         `mm-charset-to-coding-system' with allow-override argument.
3611
3612 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3613
3614         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
3615         (rfc2047-charset-to-coding-system): New function.
3616         (rfc2047-decode-encoded-words): New function.
3617         (rfc2047-decode-region): Use them.
3618         (rfc2047-decode-cte): Remove.
3619         (rfc2047-parse-and-decode): Remove.
3620         (rfc2047-decode): Remove.
3621
3622 2005-10-15  Kenichi Handa  <handa@m17n.org>
3623
3624         * rfc2047.el (rfc2047-decode-cte): New function.
3625         (rfc2047-decode-region): Change the way to decode successive
3626         encoded-words: decode B- or Q-encoding in each encoded-word,
3627         concatenate them, and decode it as charset.
3628
3629 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3630
3631         * lpath.el: Fbind codepage-setup for XEmacs.
3632
3633 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
3634
3635         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
3636         widget-move-and-invoke.
3637         (gnus-custom-mode): Use gnus-custom-map.
3638
3639 2005-10-15  Bill Wohler  <wohler@newt.com>
3640
3641         * message.el (message-tool-bar-map): Renamed image file from
3642         mail_send to mail/send.
3643
3644 2005-10-16  Masatake YAMATO  <jet@gyve.org>
3645
3646         * message.el (message-expand-group): Pass the common
3647         prefix substring of completion to `display-completion-list'.
3648
3649 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
3650
3651         * mml-sec.el (mml-secure-method): New internal variable.
3652         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
3653         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
3654         functions using mml-secure-method.
3655
3656         * mml.el (mml-mode-map): Add key bindings for those functions.
3657         (mml-menu): Simplify security menu entries.  Suggested by Jesper
3658         Harder <harder@myrealbox.com>.
3659         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
3660         end of message if point is the headers of the message.
3661
3662         * message.el (message-in-body-p): New function.
3663
3664         * assistant.el: Autoload gnus-util and netrc.
3665
3666         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
3667         Use `mm-charset-override-alist' only when decoding.
3668
3669         * mm-bodies.el (mm-decode-body): Call
3670         `mm-charset-to-coding-system' with allow-override argument.
3671
3672         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
3673         `filename' from Content-Disposition if Content-Type doesn't
3674         provide `name'.
3675         (gnus-mime-view-part-as-type): Set default instead of
3676         initial-input.
3677
3678 2005-10-09  Daniel Brockman  <daniel@brockman.se>
3679
3680         * format-spec.el (format-spec): Propagate text properties of % spec.
3681
3682 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
3683
3684         * gnus-art.el (gnus-treat-predicate): Add `first'.
3685
3686 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
3687
3688         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
3689         (mm-charset-override-alist): New variable.
3690         (mm-charset-to-coding-system): Use it.
3691         (mm-codepage-setup): New helper function.
3692         (mm-charset-eval-alist): New variable.
3693         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
3694         about unknown charsets.
3695
3696         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
3697
3698 2005-10-04  David Hansen  <david.hansen@gmx.net>
3699
3700         * nnrss.el (nnrss-request-article): Add support for the comments tag.
3701         (nnrss-check-group): Ditto.
3702
3703 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
3704
3705         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
3706         Rename x-gnus-verbatim to x-verbatim.
3707         (mm-uu-type-alist): Fix regexp for verbatim-marks.
3708
3709         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
3710         x-verbatim.
3711
3712         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
3713
3714         * gnus-util.el (gnus-remove-duplicates): Remove.
3715
3716         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
3717         instead of gnus-remove-duplicates.
3718
3719         * message.el (message-remove-duplicates): Remove.
3720         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
3721         message-remove-duplicates.
3722
3723         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
3724         available, else use implementation from `delete-dups'.
3725
3726         * message.el (message-insert-expires): New function.
3727         (message-mode-map): Add key binding.
3728         (message-mode-field-menu): Add menu entry.
3729         (message-mode): Document it.
3730         (message-make-expires-date): Use `message-make-date'.
3731
3732 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
3733
3734         * message.el (message-make-expires-date): New function.
3735
3736 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3737
3738         * Makefile.in (list-installed-shadows): New entry.
3739         (install): Use it.
3740         (remove-installed-shadows): New entry.
3741
3742         * dgnushack.el (dgnushack-default-load-path): New variable.
3743         (dgnushack-find-lisp-shadows): New function.
3744         (dgnushack-remove-lisp-shadows): New function.
3745
3746 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3747
3748         * Makefile.in (install-el-elc): New entry.
3749         (install): Use it so that .el files are necessarily installed.
3750
3751 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3752
3753         * time-date.el: Autoload parse-time-string, XEmacs needs it.
3754
3755 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3756
3757         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
3758         function rather than the diff-mode.el package.
3759         (mm-display-external): Use with-current-buffer.
3760         (mm-viewer-completion-map, mm-viewer-completion-map):
3761         Move initialization inside declaration.
3762
3763 2005-09-29  Simon Josefsson  <jas@extundo.com>
3764
3765         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
3766         autoload mail-check-payment.
3767         (spam-check-hashcash): Define unconditionally, since hashcash.el
3768         is part of Gnus now.  Ignore errors from payment checking.
3769
3770 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
3771
3772         * message.el (message-bold-region, message-unbold-region): Rename
3773         from `bold-region' and `unbold-region'.
3774
3775         * message.el: Remove useless autoloads.
3776
3777 2005-09-28  Simon Josefsson  <jas@extundo.com>
3778
3779         * message.el (message-use-idna): Default to t.
3780         (message-use-idna): Test whether encoding works too.  Doc fix.
3781
3782 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3783
3784         * nntp.el (nntp-warn-about-losing-connection): Remove.
3785
3786 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
3787
3788         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
3789         customizable.  Change default value.
3790         (mm-uu-diff-groups-regexp): Change default value.
3791         (mm-uu-type-alist): Add doc string.
3792         (mm-uu-configure): Add doc string.  Make it interactive.
3793         (mm-uu-tex-groups-regexp): New variable.
3794         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
3795         (mm-uu-type-alist): Add LaTeX documents.
3796         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
3797         of "text/verbatim".
3798         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
3799
3800         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
3801         instead of "text/verbatim".
3802
3803         * message.el (message-mark-inserted-region)
3804         (message-mark-insert-file): Use slrn style marks when called with
3805         prefix argument.
3806
3807 2005-09-27  Simon Josefsson  <jas@extundo.com>
3808
3809         * message.el (message-idna-to-ascii-rhs-1): Reformat.
3810
3811 2005-09-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3812
3813         * message.el (message-remove-duplicates): New function.
3814         Implementation borrowed from `gnus-remove-duplicates'.
3815         (message-idna-to-ascii-rhs): Also encode idna addresses in
3816         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
3817         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
3818         only ask about the same idna domain once per header and also tell
3819         in what header to replace the idna domain.
3820
3821         * gnus-art.el (article-decode-idna-rhs): Also decode idna
3822         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
3823         (article-decode-idna-rhs): Fix regexp so that all idna-address in
3824         a header is decoded and not just the last one.
3825
3826 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3827
3828         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
3829         has been decoded.
3830
3831         * mm-decode.el (mm-automatic-display): Add text/verbatim.
3832         (mm-insert-part): Don't modify text if it has been decoded.
3833
3834         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
3835         decoded.
3836
3837         * mm-view.el (mm-inline-text): Don't strip text props unless
3838         decoding enriched or richtext parts.
3839
3840 2005-09-25  Romain Francoise  <romain@orebokech.com>
3841
3842         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
3843         * gnus-start.el (gnus-subscribe-interactively):
3844         * gnus-uu.el (gnus-uu-grab-articles):
3845         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
3846         space.
3847
3848 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
3849
3850         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3851         * mm-view.el (mm-view-pkcs7-decrypt):
3852         * gnus-sum.el (gnus-summary-limit-to-extra)
3853         (gnus-summary-respool-article, gnus-read-move-group-name):
3854         * gnus-score.el (gnus-summary-increase-score):
3855         * gnus-util.el (gnus-completing-read-with-default):
3856         * gnus-art.el (gnus-read-save-file-name)
3857         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
3858         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
3859         * message.el (message-check-news-header-syntax):
3860         Follow convention for reading with the minibuffer.
3861
3862 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
3863
3864         * spam-report.el (spam-report-url-ping-plain):
3865         Use gnus-extended-version as User-Agent.
3866
3867         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
3868         default value is nil.
3869
3870         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
3871         (mm-uu-verbatim-marks-extract): New function.
3872         (mm-uu-extract): New face.
3873         (mm-uu-copy-to-buffer): Use it.
3874
3875         * spam-report.el (spam-report-gmane-ham): Renamed from
3876         `spam-report-gmane-unspam'.
3877         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
3878         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
3879
3880         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
3881         Autoload.
3882         (spam-report-gmane-unregister-routine): Renamed
3883         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
3884
3885 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
3886
3887         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
3888         (spam-report-gmane-unregister-routine): Add support for gmane
3889         unregistration.
3890
3891         * spam-report.el (spam-report-gmane-unspam)
3892         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
3893         (spam-report-gmane): Change to take a single article and do unspam
3894         registration.
3895
3896 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
3897
3898         * mm-url.el (mm-url-decode-entities): Fix regexp.
3899
3900 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3901
3902         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
3903         default to nil, to be able to use Gnus at all.  If the default
3904         switches to something else, then the function should be fixed not
3905         be exceedingly slow.
3906
3907 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
3908
3909         * gnus-start.el (gnus-activate-group): If the server is nil, don't
3910         fail hard.
3911
3912         * spam-report.el: Add better Keywords line.
3913
3914         * spam.el: Add Maintainer and better Keywords line.
3915
3916 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
3917
3918         * gnus-art.el (gnus-article-replace-part)
3919         (gnus-mime-replace-part): New functions.
3920         (gnus-mime-action-alist, gnus-mime-button-commands)
3921         (gnus-mime-save-part-and-strip): Added file argument.
3922         (gnus-article-part-wrapper): Added interactive argument.
3923
3924         * gnus-sum.el (gnus-summary-mime-map): Add
3925         `gnus-article-replace-part'.
3926
3927 2005-09-19  Didier Verna  <didier@xemacs.org>
3928
3929         The nnml compaction feature:
3930         * nnml.el (nnml-request-compact-group): New function.
3931         * nnml.el (nnml-request-compact): New function.
3932         * gnus-int.el (gnus-request-compact-group): New function.
3933         * gnus-int.el (gnus-request-compact): New function.
3934         * gnus-group.el (gnus-group-compact-group): New function.
3935         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
3936         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
3937         * gnus-srvr.el (gnus-server-compact-server): New function.
3938         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
3939         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
3940
3941 2005-09-18  Deepak Goel  <deego@gnufans.org>
3942
3943         * sieve.el (sieve-help): Fix `message' call: first arg should be a
3944         format spec.
3945
3946 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3947
3948         * gnus.el (gnus-group-startup-message): Bind image-load-path.
3949
3950 2005-09-15  Romain Francoise  <romain@orebokech.com>
3951
3952         * message.el (message-fill-paragraph): Clarify docstring.
3953
3954 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3955
3956         * gnus-art.el (gnus-mime-display-part): Protect against broken
3957         MIME messages.
3958
3959 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3960
3961         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
3962         before parsing header.
3963
3964 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
3965
3966         * html2text.el: (html2text-replace-list): Add new entities.
3967
3968 2005-09-11  Romain Francoise  <romain@orebokech.com>
3969
3970         * message.el (message-alternative-emails): Improve docstring.
3971         (message-setup-1): Call `message-use-alternative-email-as-from'
3972         after `message-setup-hook' to give it precedence over posting
3973         styles, etc.
3974         (message-use-alternative-email-as-from): Add docstring.  Remove
3975         the original From header if present.
3976
3977         * nnml.el (nnml-compressed-files-size-threshold): New variable.
3978         (nnml-save-mail): Use it.
3979
3980         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
3981         articles.  Add new argument `silent'.
3982         (gnus-uu-mark-all): Report the total number of marked articles.
3983
3984 2005-09-10  Romain Francoise  <romain@orebokech.com>
3985
3986         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
3987         (gnus-uu-mark-series): Likewise.
3988
3989 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
3990
3991         * spam-report.el (spam-report-gmane): Fix generation of spam
3992         report URL.
3993
3994 2005-09-10  Simon Josefsson  <jas@extundo.com>
3995
3996         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
3997         t, based on discussion on the ding list with Robert Epprecht
3998         <epprecht@solnet.ch>.
3999
4000 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
4001
4002         * spam-report.el (spam-report-gmane): Make it work without
4003         X-Report-Spam header.  Gmane now only provides Archived-At.
4004         This is only used if `spam-report-gmane-use-article-number' is nil.
4005         (spam-report-gmane-spam-header): Remove.  Not used anymore.
4006
4007         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
4008         make `gnus-summary-sort-by-recipient' work with threading.
4009
4010         * nnweb.el (nnweb-google-wash-article): Print a message if article
4011         is not available.
4012
4013 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4014
4015         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
4016         change.  Decode text/* parts content before displaying.
4017
4018 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
4019
4020         * mml-smime.el: Remove defvar of gnus-extract-address-components.
4021
4022 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4023
4024         * mm-view.el (mm-display-inline-fontify): Disable support modes.
4025
4026         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
4027         url-package-name, url-package-version,
4028         w3m-cid-retrieve-function-alist, w3m-current-buffer,
4029         w3m-display-inline-images, and w3m-minor-mode-map.
4030
4031 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
4032
4033         * message.el (message-tab-body-function): Fixed mismatched custom
4034         type.
4035
4036         * gnus.el (gnus-group-change-level-function): Ditto.
4037
4038         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
4039
4040         * gnus-art.el (gnus-signature-limit)
4041         (gnus-article-mime-part-function): Ditto.
4042
4043 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4044
4045         * mml.el (mml-mode): Silence the byte compiler.
4046
4047         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
4048         using `(sit-for 0)' before moving the point to the specified part;
4049         skip unbuttonized parts.
4050         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
4051         return to the summary window if gnus-auto-select-part is non-nil.
4052
4053 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
4054
4055         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
4056         variables.
4057         (mml-dnd-attach-file, mml-mode): Use them.
4058
4059         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
4060         Make fetching article by MID work again for Google Groups.  Added
4061         FIXME concerning gnus-group-make-web-group.
4062
4063         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
4064         Don't depend on Gnus by using mail-extract-address-components if
4065         gnus-extract-address-components is not bound.
4066
4067 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4068
4069         * gnus-art.el (gnus-mime-display-security): Don't display the
4070         signature, but only the signed part.
4071
4072 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4073
4074         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
4075
4076         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
4077         list, not listp.
4078
4079 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
4080
4081         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
4082         when encoding.
4083
4084         * mm-bodies.el (mm-decode-content-transfer-encoding):
4085         De-canonicalize CRLF for all text content types, not just
4086         text/plain.
4087
4088 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4089
4090         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
4091         valid article; point arrow and cursor at the MIME button.
4092
4093 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4094
4095         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
4096         Suggested by Dan Christensen <jdc@uwo.ca>.
4097
4098         * mm-decode.el (mm-save-part): Enable change of prompt.
4099
4100 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
4101
4102         * gnus-msg.el (gnus-inews-add-send-actions): Made
4103         `message-post-method' lambda parameter ARG `&optional'.
4104
4105 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
4106
4107         * gnus-sum.el (gnus-summary-mime-map): Added
4108         gnus-article-save-part-and-strip, gnus-article-delete-part and
4109         gnus-article-jump-to-part.
4110
4111         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
4112         (gnus-article-edit-part): Use it.
4113         (gnus-article-part-wrapper): Added no-handle argument.
4114         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
4115         functions.
4116
4117 2005-08-29  Romain Francoise  <romain@orebokech.com>
4118
4119         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
4120         docstring.
4121         (gnus-face-from-file): Likewise.
4122
4123 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
4124
4125         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
4126         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
4127         non-nil.
4128         (gnus-auto-select-part): New variable.
4129         (gnus-article-jump-to-part): New function.
4130         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
4131         (gnus-mime-delete-part): Allow selecting specified part after
4132         deleting or stripping parts.
4133         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
4134         part if argument is bogus.
4135
4136 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
4137
4138         * gnus-art.el (w3m-minor-mode-map):
4139         * gnus-spec.el (gnus-newsrc-file-version):
4140         * gnus-util.el (nnmail-active-file-coding-system)
4141         (gnus-original-article-buffer, gnus-user-agent):
4142         * gnus.el (gnus-ham-process-destinations)
4143         (gnus-parameter-ham-marks-alist)
4144         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
4145         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
4146         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
4147         * mm-decode.el (gnus-current-window-configuration):
4148         * mm-extern.el (gnus-article-mime-handles):
4149         * mm-url.el (url-current-object, url-package-name)
4150         (url-package-version):
4151         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
4152         (smime-keys, w3m-cid-retrieve-function-alist)
4153         (w3m-current-buffer, w3m-display-inline-images)
4154         (w3m-minor-mode-map):
4155         * mml-smime.el (gnus-extract-address-components):
4156         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
4157         (gnus-newsrc-hashtb, message-default-charset)
4158         (message-deletable-headers, message-options)
4159         (message-posting-charset, message-required-mail-headers)
4160         (message-required-news-headers):
4161         * mml1991.el (mc-pgp-always-sign):
4162         * mml2015.el (mc-pgp-always-sign):
4163         * nnheader.el (nnmail-extra-headers):
4164         * rfc1843.el (gnus-decode-encoded-word-function)
4165         (gnus-decode-header-function, gnus-newsgroup-name):
4166         * spam-stat.el (gnus-original-article-buffer): Add defvars.
4167
4168 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
4169
4170         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
4171         the end of the date treatments.
4172
4173 2005-08-15  Simon Josefsson  <jas@extundo.com>
4174
4175         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
4176         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
4177         Capello and Romain Francoise.
4178         (pgg-fetch-key-function): Removed, not used?
4179         (pgg-insert-url-with-w3): Require url, to get
4180         url-insert-file-contents regardless of where it is defined.
4181
4182 2005-08-13  Romain Francoise  <romain@orebokech.com>
4183
4184         * message.el (message-cite-original-1): New function.
4185         (message-cite-original): Use it.
4186         (message-cite-original-without-signature): Ditto.
4187
4188 2005-08-08  Romain Francoise  <romain@orebokech.com>
4189
4190         * message.el (message-yank-empty-prefix): New variable.
4191         (message-indent-citation): Use it.
4192         (message-cite-original-without-signature): Respect X-No-Archive.
4193
4194 2005-08-08  Simon Josefsson  <jas@extundo.com>
4195
4196         * pgg.el: Autoload url-insert-file-contents instead of loading
4197         w3/url.
4198         (pgg-insert-url-with-w3): Don't load url here.
4199
4200 2005-08-07  Jesper Harder  <harder@phys.au.dk>
4201
4202         * message.el (message-kill-to-signature): Don't insert newline at
4203         bol.
4204         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
4205
4206 2005-08-06  Romain Francoise  <romain@orebokech.com>
4207
4208         * message.el (message-user-fqdn): Fix typo in docstring.
4209
4210 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
4211
4212         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
4213
4214         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
4215
4216 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4217
4218         * mm-bodies.el (mm-encode-body): Use coding system rather than
4219         charset to encode text.
4220
4221         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
4222         number of charsets if utf-8 is available (XEmacs).
4223
4224 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
4225
4226         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
4227         taken from `gnus-button-mid-or-mail-regexp'.
4228         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
4229         (gnus-button-alist): Improve regexp for domain part of the MIDs
4230         for news:localpart@domain buttons.
4231         (gnus-button-ctan-directory-regexp): Update.
4232
4233 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4234
4235         * sieve-manage.el (sieve-manage-interactive-login): Use
4236         make-local-variable rather than make-variable-buffer-local.
4237         (sieve-manage-open): Ditto.
4238         (sieve-manage-authenticate): Ditto.
4239
4240         * mml.el (mml-generate-mime-1): Make the content type default to
4241         text/plain if the filename is not specified.
4242
4243 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4244
4245         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
4246         instead of insert-buffer.
4247
4248         * message.el (message-yank-original): Ditto; set the mark at the
4249         end of the yanked message.
4250
4251 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4252
4253         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
4254         lines to scroll rather than to stop it.
4255
4256         * mml.el (mml-generate-default-type): Add doc string.
4257         (mml-generate-mime-1): Use mm-default-file-encoding or make it
4258         default to application/octet-stream when determining the content
4259         type if it is not specified for the part or the mml contents; add
4260         a comment about mml-generate-default-type.
4261
4262 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
4263
4264         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
4265         make it default to application/octet-stream when determining the
4266         content type if it is not specified for the external contents.
4267
4268 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4269
4270         * rfc2231.el (rfc2231-parse-string): Take care that not only a
4271         segmented parameter but also other parameters might be there.
4272
4273 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4274
4275         * mm-decode.el (mm-display-external): Delete temp file, directory
4276         and buffer immediately if the external process is exited.
4277
4278 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4279
4280         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
4281         fewer lines than that of scroll-margin.
4282         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
4283
4284 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4285
4286         * gnus-art.el (gnus-article-next-page): Revert.
4287         (gnus-article-beginning-of-window): New macro.
4288         (gnus-article-next-page-1): Use it.
4289         (gnus-article-prev-page): Ditto.
4290         (gnus-article-edit-part): Use insert-buffer-substring instead of
4291         insert-buffer.
4292         (gnus-article-edit-exit): Ditto.
4293
4294         * gnus-util.el (gnus-beginning-of-window): Remove.
4295         (gnus-end-of-window): Remove.
4296
4297         * lpath.el: Don't bind header-line-format and scroll-margin.
4298
4299 2005-07-25  Simon Josefsson  <jas@extundo.com>
4300
4301         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
4302         to have the url package without w3.  Reported by Daiki Ueno
4303         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
4304
4305 2005-07-20  Didier Verna  <didier@xemacs.org>
4306
4307         * gnus-diary.el: Remove the description comment (nndiary is now
4308         properly documented in the Gnus manual).
4309         Fix the spelling of "Back End".
4310         * nndiary.el: Ditto.
4311         Fix the copyright notice.
4312
4313 2005-07-18  Romain Francoise  <romain@orebokech.com>
4314
4315         * gnus-sum.el (gnus-summary-to-prefix,
4316         gnus-summary-newsgroup-prefix): New variables.
4317         (gnus-summary-from-or-to-or-newsgroups): Use them.
4318
4319 2005-07-17  Romain Francoise  <romain@orebokech.com>
4320
4321         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
4322         space as it's generally not especially interesting to the user.
4323
4324 2005-07-16  Romain Francoise  <romain@orebokech.com>
4325
4326         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
4327         nil to avoid prompting and file modification if one of the
4328         messages at the top of the nnfolder file contains a copyright
4329         notice.
4330         Update copyright notice.
4331
4332         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
4333         instead of `current-time-string' as the latter creates a time
4334         string that is not RFC 2822 compliant (it lacks the zone).
4335         Update copyright notice.
4336
4337 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4338
4339         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
4340         for text/rtf.  Display default in prompt.  Pass default for M-n.
4341
4342         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
4343
4344 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4345
4346         * gnus-msg.el (gnus-button-mailto): Remove
4347         save-selected-window-window hackery because it relies on
4348         save-selected-window internals.
4349
4350 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4351
4352         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
4353         (gnus-article-next-page-1): Use gnus-beginning-of-window.
4354         (gnus-article-prev-page): Ditto.
4355
4356         * gnus-util.el (gnus-beginning-of-window): New function.
4357         (gnus-end-of-window): New function.
4358
4359         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
4360
4361 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
4362
4363         * gnus-score.el (gnus-score-edit-all-score): Set
4364         gnus-score-edit-exit-function to gnus-score-edit-done and call
4365         gnus-message.
4366
4367 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4368
4369         * gnus-msg.el (gnus-button-mailto): Remove
4370         save-selected-window-window hackery because it relies on
4371         save-selected-window internals.
4372
4373 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4374
4375         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
4376         add-minor-mode.
4377         (gnus-binary-mode): Ditto.
4378
4379         * gnus-topic.el (gnus-topic-mode): Ditto.
4380
4381 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
4382
4383         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
4384         (gnus-article-prev-page): Take scroll-margin into consideration.
4385
4386 2005-07-04  Lute Kamstra  <lute@gnu.org>
4387
4388         Update FSF's address in GPL notices.
4389
4390 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
4391
4392         * gnus.el (gnus-exit):
4393         * gnus-group.el (gnus-group-icons):
4394         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
4395
4396         * gnus-nocem.el (gnus-nocem):
4397         * message.el (message-various, message-buffers, message-sending)
4398         (message-interface, message-forwarding, message-insertion)
4399         (message-headers, message-news, message-mail):
4400         * pgg-gpg.el (pgg-gpg):
4401         * pgg-parse.el (pgg-parse):
4402         * pgg-pgp.el (pgg-pgp):
4403         * pgg-pgp5.el (pgg-pgp5):
4404         * pop3.el (pop3): Finish `defgroup' description with period.
4405
4406 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4407
4408         * gnus-art.el (article-display-face): Improve the efficiency.
4409         (article-display-x-face): Ditto; remove grey x-face stuff.
4410
4411 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4412
4413         * gnus-art.el (article-display-face): Correct the position in
4414         which Faces are inserted.
4415
4416 2005-06-29  Didier Verna  <didier@xemacs.org>
4417
4418         * gnus-art.el (article-display-face): Display faces in correct
4419         order.
4420
4421 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4422
4423         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
4424         (gnus-fill-real-hashtb): Use hash table instead of obarray.
4425         (gnus-nocem-check-article): Fetch the Type header.
4426         (gnus-nocem-message-wanted-p): Fix the way to examine types.
4427         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
4428         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
4429         make sure gnus-nocem-hashtb is initialized.
4430         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
4431         (gnus-nocem-unwanted-article-p): Ditto.
4432
4433         * pgg.el (pgg-verify): Return the verification result.
4434
4435 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4436
4437         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
4438         is ascii.
4439
4440 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
4441
4442         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
4443         `show-nonbreak-escape'.
4444
4445 2005-06-23  Lute Kamstra  <lute@gnu.org>
4446
4447         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
4448
4449         * dig.el (dig-mode):
4450         * smime.el (smime-mode): Use gnus-run-mode-hooks.
4451
4452 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
4453
4454         * nnimap.el (nnimap-split-download-body): Fix spellings.
4455
4456 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
4457
4458         * gnus-art.el (gnus-article-encrypt-body):
4459         * gnus-cus.el (gnus-score-customize):
4460         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
4461         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
4462
4463 2005-06-16  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4464
4465         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
4466         header by looking for magic "MII" at the beginnig.
4467
4468 2005-06-16  Miles Bader  <miles@gnu.org>
4469
4470         * gnus-xmas.el (gnus-xmas-group-startup-message):
4471         Use renamed gnus-splash face.
4472
4473         * assistant.el (assistant-field): Remove "-face" suffix from face name.
4474         (assistant-field-face): New backward-compatibility alias for renamed
4475         face.
4476         (assistant-render-text): Use renamed assistant-field face.
4477
4478         * spam.el (spam): Remove "-face" suffix from face name.
4479         (spam-face): New backward-compatibility alias for renamed face.
4480         (spam-face, spam-initialize): Use renamed spam face.
4481
4482         * message.el (message-header-to, message-header-cc)
4483         (message-header-subject, message-header-newsgroups)
4484         (message-header-other, message-header-name)
4485         (message-header-xheader, message-separator, message-cited-text)
4486         (message-mml): Remove "-face" suffix from face names.
4487         (message-header-to-face, message-header-cc-face)
4488         (message-header-subject-face, message-header-newsgroups-face)
4489         (message-header-other-face, message-header-name-face)
4490         (message-header-xheader-face, message-separator-face)
4491         (message-cited-text-face, message-mml-face):
4492         New backward-compatibility aliases for renamed faces.
4493         (message-font-lock-keywords): Use renamed message faces.
4494
4495         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
4496         (sieve-test-commands, sieve-tagged-arguments):
4497         Remove "-face" suffix from face names.
4498         (sieve-control-commands-face, sieve-action-commands-face)
4499         (sieve-test-commands-face, sieve-tagged-arguments-face):
4500         New backward-compatibility aliases for renamed faces.
4501         (sieve-control-commands-face, sieve-action-commands-face)
4502         (sieve-test-commands-face, sieve-tagged-arguments-face):
4503         Use renamed sieve faces.
4504
4505         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
4506         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
4507         (gnus-group-news-3-empty, gnus-group-news-4)
4508         (gnus-group-news-4-empty, gnus-group-news-5)
4509         (gnus-group-news-5-empty, gnus-group-news-6)
4510         (gnus-group-news-6-empty, gnus-group-news-low)
4511         (gnus-group-news-low-empty, gnus-group-mail-1)
4512         (gnus-group-mail-1-empty, gnus-group-mail-2)
4513         (gnus-group-mail-2-empty, gnus-group-mail-3)
4514         (gnus-group-mail-3-empty, gnus-group-mail-low)
4515         (gnus-group-mail-low-empty, gnus-summary-selected)
4516         (gnus-summary-cancelled, gnus-summary-high-ticked)
4517         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
4518         (gnus-summary-high-ancient, gnus-summary-low-ancient)
4519         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
4520         (gnus-summary-low-undownloaded)
4521         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
4522         (gnus-summary-low-unread, gnus-summary-normal-unread)
4523         (gnus-summary-high-read, gnus-summary-low-read)
4524         (gnus-summary-normal-read, gnus-splash):
4525         Remove "-face" suffix from face names.
4526         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4527         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4528         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4529         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4530         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4531         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4532         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4533         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4534         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4535         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4536         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4537         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4538         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4539         (gnus-summary-normal-ticked-face)
4540         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
4541         (gnus-summary-normal-ancient-face)
4542         (gnus-summary-high-undownloaded-face)
4543         (gnus-summary-low-undownloaded-face)
4544         (gnus-summary-normal-undownloaded-face)
4545         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4546         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4547         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4548         (gnus-splash-face):
4549         New backward-compatibility aliases for renamed faces.
4550         (gnus-group-startup-message): Use renamed gnus faces.
4551
4552         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
4553         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
4554         (gnus-server-agent): Remove "-face" suffix from face names.
4555         (gnus-server-agent-face, gnus-server-opened-face)
4556         (gnus-server-closed-face, gnus-server-denied-face)
4557         (gnus-server-offline-face):
4558         New backward-compatibility aliases for renamed faces.
4559         (gnus-server-agent-face, gnus-server-opened-face)
4560         (gnus-server-closed-face, gnus-server-denied-face)
4561         (gnus-server-offline-face): Use renamed gnus faces.
4562
4563         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
4564         Remove "-face" suffix from face names.
4565         (gnus-picon-xbm-face, gnus-picon-face):
4566         New backward-compatibility aliases for renamed faces.
4567
4568         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
4569         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
4570         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
4571         (gnus-cite-11): Remove "-face" suffix from face names.
4572         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
4573         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
4574         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
4575         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
4576         New backward-compatibility aliases for renamed faces.
4577         (gnus-cite-attribution-face, gnus-cite-face-list)
4578         (gnus-article-boring-faces): Use renamed gnus faces.
4579
4580         * gnus-art.el (gnus-signature, gnus-header-from)
4581         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
4582         (gnus-header-content): Remove "-face" suffix from face names.
4583         (gnus-signature-face, gnus-header-from-face)
4584         (gnus-header-subject-face, gnus-header-newsgroups-face)
4585         (gnus-header-name-face, gnus-header-content-face):
4586         New backward-compatibility aliases for renamed faces.
4587         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
4588
4589         * gnus-sum.el (gnus-summary-selected-face)
4590         (gnus-summary-highlight): Use renamed gnus faces.
4591         * gnus-group.el (gnus-group-highlight): Likewise.
4592
4593 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
4594
4595         * gnus-sieve.el (gnus-sieve-article-add-rule):
4596         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
4597         * spam-stat.el (spam-stat-buffer-change-to-spam)
4598         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
4599
4600         * message.el (message-is-yours-p):
4601         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
4602
4603 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4604
4605         * mm-view.el (mm-inline-text): Withdraw the last change.
4606
4607 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4608
4609         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
4610         executing enriched-decode.
4611
4612 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4613
4614         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
4615         charset of tar files.
4616
4617 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
4618
4619         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
4620
4621 2005-06-04  Lute Kamstra  <lute@gnu.org>
4622
4623         * nnfolder.el (nnfolder-read-folder): Make sure that undo
4624         information is never recorded.
4625
4626 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4627
4628         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
4629
4630 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4631
4632         * pop3.el (pop3-apop): Run md5 in the binary mode.
4633
4634         * starttls.el (starttls-set-process-query-on-exit-flag):
4635         Use eval-and-compile.
4636
4637 2005-05-31  Simon Josefsson  <jas@extundo.com>
4638
4639         * smime.el (smime-replace-in-string): Define.
4640         (smime-cert-by-ldap-1): Use it.
4641
4642 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4643
4644         * gnus-art.el (article-display-x-face): Replace
4645         process-kill-without-query by gnus-set-process-query-on-exit-flag.
4646
4647         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
4648         set-process-query-on-exit-flag or process-kill-without-query.
4649
4650         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
4651         loop instead of replace-regexp.
4652
4653         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
4654         instead of process-kill-without-query if it is available.
4655
4656         * lpath.el: Fbind ldap-search-entries.
4657
4658         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
4659         instead of find-file-hooks if it is available.
4660
4661         * mml1991.el: Bind pgg-default-user-id when compiling.
4662
4663         * mml2015.el: Bind pgg-default-user-id when compiling.
4664
4665         * nndraft.el (nndraft-request-associate-buffer):
4666         Use write-contents-functions instead of write-contents-hooks if it is
4667         available.
4668
4669         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
4670         instead of find-file-hooks if it is available.
4671
4672         * nntp.el (nntp-open-connection): Replace
4673         process-kill-without-query by gnus-set-process-query-on-exit-flag.
4674         (nntp-open-ssl-stream): Ditto.
4675         (nntp-open-tls-stream): Ditto.
4676
4677         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
4678         set-process-query-on-exit-flag or process-kill-without-query.
4679         (starttls-open-stream-gnutls): Use it instead of
4680         process-kill-without-query.
4681         (starttls-open-stream): Ditto.
4682
4683 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
4684
4685         * smime.el (smime-cert-by-ldap-1): Don't use
4686         replace-regexp-in-string.
4687
4688 2005-05-31  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4689
4690         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
4691
4692         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
4693         in PEM format. Adjust to the XEmacs compability.
4694
4695 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
4696
4697         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
4698         by `string-to-number'.
4699         * gnus-agent.el (gnus-agent-regenerate-group)
4700         (gnus-agent-fetch-articles): Ditto.
4701         * gnus-art.el (gnus-button-fetch-group): Ditto.
4702         * gnus-cache.el (gnus-cache-generate-active)
4703         (gnus-cache-articles-in-group): Ditto.
4704         * gnus-group.el (gnus-group-set-current-level)
4705         (gnus-group-insert-group-line): Ditto.
4706         * gnus-score.el (gnus-score-set-expunge-below)
4707         (gnus-score-set-mark-below, gnus-summary-score-effect)
4708         (gnus-summary-score-entry): Ditto.
4709         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
4710         (gnus-soup-pack): Ditto.
4711         * gnus-spec.el (gnus-xmas-format): Ditto.
4712         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
4713         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
4714         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
4715         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
4716         * nndb.el (nndb-get-remote-expire-response): Ditto.
4717         * nndiary.el (nndiary-parse-schedule-value)
4718         (nndiary-string-to-number, nndiary-request-replace-article)
4719         (nndiary-request-article): Ditto.
4720         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
4721         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
4722         * nneething.el (nneething-make-head): Ditto.
4723         * nnfolder.el (nnfolder-request-article)
4724         (nnfolder-retrieve-headers): Ditto.
4725         * nnheader.el (nnheader-file-to-number): Ditto.
4726         * nnkiboze.el (nnkiboze-request-article): Ditto.
4727         * nnmail.el (nnmail-process-unix-mail-format)
4728         (nnmail-process-babyl-mail-format): Ditto.
4729         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
4730         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
4731         (nnmh-request-create-group, nnmh-request-list-1)
4732         (nnmh-request-group, nnmh-request-article): Ditto.
4733         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
4734         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
4735         * nnsoup.el (nnsoup-make-active): Ditto.
4736         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
4737         * nntp.el (nntp-find-group-and-number)
4738         (nntp-retrieve-headers-with-xover): Ditto.
4739         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
4740         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
4741         (pgg-format-key-identifier): Ditto.
4742         * pop3.el (pop3-last, pop3-stat): Ditto.
4743         * qp.el (quoted-printable-decode-region): Ditto.
4744
4745         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
4746         of concat.
4747
4748 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4749
4750         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
4751
4752         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
4753
4754         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
4755
4756         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
4757
4758         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
4759
4760         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
4761
4762         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
4763         (gnus-carpal-mode): Ditto.
4764
4765         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
4766         (gnus-browse-mode): Ditto.
4767
4768         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
4769
4770         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
4771
4772 2005-05-29  Richard M. Stallman  <rms@gnu.org>
4773
4774         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
4775
4776 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4777
4778         * gnus-util.el (gnus-run-mode-hooks): New function.
4779
4780         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
4781
4782         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
4783         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
4784
4785 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
4786
4787         * gnus-agent.el (gnus-agent-make-mode-line-string):
4788         Use mode-line-highlight as mouse-face.
4789
4790 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4791
4792         * canlock.el (canlock): Change the parent group to news.
4793
4794         * deuglify.el (gnus-outlook-deuglify): Add :group.
4795
4796         * dig.el (dig): Add :group.
4797
4798         * dns-mode.el (dns-mode): Add :group.
4799
4800         * encrypt.el (encrypt): Add :group.
4801
4802         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
4803         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
4804         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
4805         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
4806         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
4807
4808         * gnus-diary.el (gnus-diary): Add :group.
4809
4810         * gnus.el (gnus-group-news-1-face): Add :group.
4811         (gnus-group-news-1-empty-face): Ditto.
4812         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
4813         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
4814         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
4815         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
4816         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
4817         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
4818         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
4819         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
4820         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
4821         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
4822         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
4823         (gnus-summary-high-ticked-face): Ditto.
4824         (gnus-summary-low-ticked-face): Ditto.
4825         (gnus-summary-normal-ticked-face): Ditto.
4826         (gnus-summary-high-ancient-face): Ditto.
4827         (gnus-summary-low-ancient-face): Ditto.
4828         (gnus-summary-normal-ancient-face): Ditto.
4829         (gnus-summary-high-undownloaded-face): Ditto.
4830         (gnus-summary-low-undownloaded-face): Ditto.
4831         (gnus-summary-normal-undownloaded-face): Ditto.
4832         (gnus-summary-high-unread-face): Ditto.
4833         (gnus-summary-low-unread-face): Ditto.
4834         (gnus-summary-normal-unread-face): Ditto.
4835         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
4836         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
4837
4838         * hashcash.el (hashcash): New custom group.
4839         (hashcash-default-payment): Add :group.
4840         (hashcash-payment-alist): Ditto.
4841         (hashcash-default-accept-payment): Ditto.
4842         (hashcash-accept-resources): Ditto.
4843         (hashcash-path): Ditto.
4844         (hashcash-extra-generate-parameters): Ditto.
4845         (hashcash-double-spend-database): Ditto.
4846         (hashcash-in-news): Ditto.
4847
4848         * message.el (message-minibuffer-local-map): Add :group.
4849
4850         * netrc.el (netrc): Add :group.
4851
4852         * sieve-manage.el (sieve-manage-log): Add :group.
4853         (sieve-manage-default-user): Diito.
4854         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
4855         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
4856         (sieve-manage-authenticators): Ditto.
4857         (sieve-manage-authenticator-alist): Ditto.
4858         (sieve-manage-default-port): Ditto.
4859
4860         * sieve-mode.el (sieve-control-commands-face): Add :group.
4861         (sieve-action-commands-face): Ditto.
4862         (sieve-test-commands-face): Ditto.
4863         (sieve-tagged-arguments-face): Ditto.
4864
4865         * smime.el (smime): Add :group.
4866
4867         * spam-report.el (spam-report): Add :group.
4868
4869         * spam.el (spam, spam-face): Add :group.
4870
4871 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4872
4873         * nntp.el (nntp-next-result-arrived-p): Some news servers may
4874         return \n.\n.\n at the end of articles.  Protect against that.
4875         (nntp-with-open-group): Allow debugging.
4876
4877         * nnheader.el (mail-header-set-extra): Make into a function
4878         because I just could't understand how to quote the list properly.
4879
4880         * dns.el (query-dns-cached): New function.
4881
4882 2005-05-26  Lute Kamstra  <lute@gnu.org>
4883
4884         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
4885
4886 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4887
4888         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
4889
4890         * gnus-art.el: Don't autoload mail-extract-address-components.
4891
4892         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
4893         eval-and-compile to evaluate it.
4894
4895         * hashcash.el: Don't autoload executable-find.
4896
4897         * nndb.el: Don't declare the nndb back end two or more times; don't
4898         autoload news-reply-mode, news-setup, cancel-timer and telnet.
4899
4900         * nntp.el: Autoload format-spec instead of format; use
4901         eval-and-compile to evaluate autoload forms.
4902
4903 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
4904
4905         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
4906
4907 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4908
4909         * gnus.el (gnus-version-number): Bump version.
4910
4911 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4912
4913         * gnus.el: No Gnus v0.3 is released.
4914
4915 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4916
4917         * lpath.el (featurep): Bind show-nonbreak-escape.
4918
4919 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4920
4921         * gnus-art.el (gnus-article-edit-part): Disable undo.
4922
4923 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4924
4925         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
4926         gnus-article-date-lapsed-new-header is t if date timer is active;
4927         skip headers in which the original date value is empty.
4928         (gnus-article-save-original-date): Redefine it as a macro.
4929         (gnus-display-mime): Use it.
4930
4931 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4932
4933         * gnus-art.el (article-date-ut): Support converting date in
4934         forwarded parts as well.
4935         (gnus-article-save-original-date): New function.
4936         (gnus-display-mime): Use it.
4937
4938 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
4939
4940         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
4941         enclosure element of <item>.
4942
4943 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
4944
4945         * message.el (message-kill-buffer-query): Renamed from
4946         `message-kill-buffer-query-if-modified'.  Added :version.
4947
4948 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4949
4950         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
4951         window layout.
4952
4953 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4954
4955         * mml.el: Autoload dnd when compiling.
4956
4957 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
4958
4959         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
4960         x-dnd-*.
4961
4962 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4963
4964         * qp.el (quoted-printable-encode-region): Save excursion.
4965
4966 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
4967
4968         * message.el (message-kill-buffer-query-if-modified): Add new variable
4969         so the user can kill a modified message buffer quickly.
4970         (message-kill-buffer): Use it.
4971
4972 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4973
4974         * lpath.el: Fbind display-time-event-handler; don't fbind
4975         string-to-multibyte.
4976
4977         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
4978
4979 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4980
4981         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
4982         contained in text because xml.el decodes entities) with LFs.
4983
4984 2005-04-11  Lute Kamstra  <lute@gnu.org>
4985
4986         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
4987         differently.
4988
4989 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4990
4991         * mm-util.el (mm-detect-coding-region): Typo.
4992
4993 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4994
4995         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
4996
4997 2005-04-06  D Goel  <deego@gnufans.org>
4998
4999         * spam-stat.el (spam-stat-score-buffer): Add a call to a
5000         user-function allow user modifications of the scores.
5001         (spam-stat-score-buffer-user): New function, to allow
5002         user-computed modifications to the score.
5003         (spam-stat-score-buffer-user-functions): list of additional
5004         scoring functions
5005         (spam-stat-error-holder): global temporary error holder
5006         (spam-stat-split-fancy): use the new `spam-stat-error-holder'
5007         variable
5008
5009 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
5010
5011         * gnus-registry.el (gnus-registry-clean-empty-function)
5012         (gnus-registry-trim, gnus-registry-fetch-groups)
5013         (gnus-registry-delete-group): Groups that match
5014         `gnus-registry-ignored-groups' are removed from the registry
5015         entries, not just ignored for splitting.  This helps clean up the
5016         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
5017         to get all the groups a message ID is in.
5018
5019         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
5020         (spam-stat-split-fancy): Change "threshhold" to "threshold"
5021         (spam-stat-score-buffer-user-functions): Add :number custom type.
5022
5023 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5024
5025         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
5026         argument in XEmacs.
5027
5028         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
5029         (nnrss-request-group): Decode group name first.
5030         (nnrss-request-article): Make a text/plain article if mml-to-mime
5031         failed.
5032         (nnrss-get-encoding): Return a compatible encoding according to
5033         nnrss-compatible-encoding-alist.
5034         (nnrss-find-el): Use consp instead of listp.
5035         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
5036
5037 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5038
5039         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
5040         which Emacs 20 doesn't support.
5041         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
5042
5043 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
5044
5045         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
5046         silence the byte compiler inside the defun
5047
5048         * gnus-demon.el (parse-time-string): Add autoload.
5049
5050         * gnus-delay.el (parse-time-string): Add autoload.
5051
5052         * gnus-art.el (parse-time-string): Add autoload.
5053
5054         * nnultimate.el (parse-time): Require for `parse-time-string'.
5055
5056 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5057
5058         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
5059
5060         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
5061
5062         * smime.el (smime-ldap-host-list): Add :version.
5063
5064 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5065
5066         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
5067         pass it to `gnus-browse-read-group'.
5068         (gnus-browse-read-group): Add NUMBER argument and pass it to
5069         `gnus-group-read-ephemeral-group'.
5070
5071         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
5072         argument and pass it to `gnus-group-read-group'.
5073
5074 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
5075
5076         * mm-util.el (mm-xemacs-find-mime-charset): Only call
5077         mm-xemacs-find-mime-charset-1 if we have the mule feature
5078         available at runtime.
5079
5080 2005-03-25  Werner Lemberg  <wl@gnu.org>
5081
5082         * nnmaildir.el: Replace `illegal' with `invalid'.
5083
5084 2005-03-23  Lute Kamstra  <lute@gnu.org>
5085
5086         * time-date.el: Add comment on time value formats.
5087         Don't require parse-time.
5088         (with-decoded-time-value): New macro.
5089         (encode-time-value): New function.
5090         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
5091         (days-to-time): Return a valid time value when arg is huge.
5092         (time-since): Use time-subtract.
5093         (time-to-number-of-days): Use time-to-seconds.
5094
5095 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5096
5097         * gnus-start.el (gnus-display-time-event-handler):
5098         Check display-time-timer at runtime rather than only at load time
5099         in case display-time-mode is turned off in the mean time.
5100
5101 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5102
5103         * nnimap.el (nnimap-open-connection): Print which authinfo file is
5104         used.
5105
5106         * nneething.el (nneething-map-file-directory): Derive from
5107         `gnus-directory'.
5108
5109         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
5110         the To/Cc button.
5111
5112 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
5113
5114         * nnmaildir.el (nnmaildir-request-accept-article):
5115         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
5116
5117 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
5118
5119         * gnus-async.el: Require timer-funcs at compile time when in
5120         XEmacs for `run-with-idle-timer'.
5121
5122 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
5123
5124         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
5125         autoloaded function.
5126
5127 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5128
5129         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
5130
5131 2005-03-10  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
5132
5133         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
5134
5135 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5136
5137         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
5138         gnus-expert-user to default.
5139
5140 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
5141
5142         * nnimap.el (nnimap-open-server): Ditto.
5143
5144         * imap.el (imap-authenticate): Fix typo.
5145
5146 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
5147
5148         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
5149         buffer (since IMAP server might return FETCH response out of
5150         order, and the nntp buffer must be sorted).
5151
5152 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
5153
5154         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
5155         comparison on string.
5156
5157         * gnus-agent.el (gnus-agent-long-article,
5158         gnus-agent-short-article, gnus-agent-score): Renamed category
5159         keywords to match gnus-cus.
5160         (gnus-agent-summary-fetch-series): Modified to protect against
5161         gnus-agent-summary-fetch-group clearing processable flags.
5162         (gnus-agent-synchronize-group-flags): Update live group buffer as
5163         synchronization may occur due to the user toggle the plugged
5164         status.
5165         (gnus-agent-fetch-group-1): Clear downloadable flag when article
5166         successfully downloaded.
5167         (gnus-agent-expire-group-1): Avoid using markers when the overview
5168         is in ascending order; greatly improves performance.
5169         (gnus-agent-regenerate-group): Use
5170         gnus-agent-synchronize-group-flags to reset read status in both
5171         gnus and server.
5172         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
5173
5174 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5175
5176         * message.el: Don't autoload former message-utils variables.
5177         (message-strip-subject-trailing-was): Change doc string.
5178
5179         * nnweb.el: Fixes for `gnus-group-make-web-group'.
5180         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
5181         (nnweb-google-search): Add "hl=en" here.
5182         (nnweb-google-parse-1, nnweb-google-create-mapping):
5183         Don't hardcode URL.
5184
5185 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
5186
5187         * message.el (message-get-reply-headers, message-followup):
5188         Mention related variables `message-use-followup-to' and
5189         `message-use-mail-followup-to', in the information buffer.
5190
5191         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
5192         of broken groups(-beta).google.com.
5193
5194 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5195
5196         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
5197         parameter to invoked gnus-request-move-article; remove the
5198         redundant gnus-sum-hint-move-is-internal variable; apply the marks
5199         all at once instead of once per article.
5200         (gnus-summary-remove-process-mark): Accept a list of articles as
5201         well as a single article for processing.
5202
5203         * gnus-int.el (gnus-request-move-article): Add move-is-internal
5204         parameter.
5205
5206         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
5207
5208         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
5209
5210         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
5211         parameter.
5212
5213         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
5214         parameter.
5215
5216         * nnimap.el (nnimap-request-move-article): Add move-is-internal
5217         parameter and remove the gnus-sum-hint-move-is-internal variable.
5218
5219         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
5220         parameter.
5221
5222         * nndraft.el (nndraft-request-move-article): Add move-is-internal
5223         parameter.
5224
5225         * nndiary.el (nndiary-request-move-article): Add move-is-internal
5226         parameter.
5227
5228         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
5229
5230         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
5231         parameter.
5232
5233         * nnagent.el (nnagent-request-move-article): Add move-is-internal
5234         parameter.
5235
5236 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5237
5238         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
5239         a more conservative way.
5240
5241 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5242
5243         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
5244         buffer, so it moves the window's cursor.
5245
5246 2005-02-26  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5247
5248         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
5249         `mm-dissect-multipart' and receive the from field as an (optional)
5250         argument from `mm-dissect-multipart'.
5251         (mm-dissect-multipart): Receive the from field as an argument and
5252         pass it on when we call `mm-dissect-buffer' on MIME parts.
5253         Fixes verification/decryption of signed/encrypted MIME parts.
5254
5255 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
5256
5257         * gnus-sum.el (gnus-summary-move-article): Set
5258         gnus-sum-hint-move-is-internal for gnus-request-move-article and
5259         whatever it calls (right now, only nnimap-request-move article
5260         respects it).
5261
5262         * nnimap.el (nnimap-request-move-article): When
5263         gnus-sum-hint-move-is-internal is set, don't do the extra
5264         nnimap-request-article.
5265
5266 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
5267
5268         * nnheader.el (nnheader-find-file-noselect): Add doc string.
5269
5270         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
5271         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
5272
5273         * gnus-sum.el (gnus-summary-caesar-message):
5274         Apply `gnus-treat-article' after rotation.
5275
5276         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
5277         doc string.
5278
5279 2005-02-22  Simon Josefsson  <jas@extundo.com>
5280
5281         * encrypt.el (encrypt-password-cache-expiry): Remove (use
5282         `password-cache-expiry' instead).  Reported by Arne J\e,Ax\e(Brgensen
5283         <arne@arnested.dk>.
5284         (encrypt): Add password-cache and password-cache-expiry as group
5285         members.
5286
5287 2005-02-22  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5288
5289         * smime.el (smime-ldap-host-list): Doc fix.
5290         (smime-ask-passphrase): Use `password-read-and-add' to read (and
5291         cache) password.
5292         (smime-sign-region): Use it.
5293         (smime-decrypt-region): Use it.
5294         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
5295         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
5296         fails.
5297         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
5298         certificate from DER to PEM format rather than calling openssl.
5299
5300         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
5301
5302         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
5303         for signing/encryption.
5304
5305         * mml.el (mml-parse-1): Use them.
5306
5307 2005-02-21  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5308
5309         * nnrss.el (nnrss-verbose): Removed.
5310         (nnrss-request-group): Use `nnheader-message' instead.
5311
5312 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
5313
5314         * nnrss.el (nnrss-verbose): New variable.
5315         (nnrss-request-group): Make it say nnrss is requesting a group.
5316
5317 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
5318
5319         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
5320         Handle news URL with given port correctly.
5321
5322 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5323
5324         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
5325         containing special characters.
5326
5327         * gnus-sum.el (gnus-summary-edit-article): Ditto.
5328
5329         * mml.el (mime-to-mml): Ditto.
5330
5331         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
5332         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
5333         (rfc2047-decode-region): Quote decoded words containing special
5334         characters when rfc2047-quote-decoded-words-containing-tspecials
5335         is non-nil.
5336
5337 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5338
5339         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
5340
5341         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
5342
5343 2005-02-15  Simon Josefsson  <jas@extundo.com>
5344
5345         * nnimap.el (nnimap-debug): Doc fix.
5346
5347         * imap.el (imap-debug): Doc fix.
5348
5349 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5350
5351         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
5352
5353 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
5354
5355         * gnus.el (spam-contents): Improve docs for spam-contents
5356         parameter in its variable incarnation.
5357
5358 2005-02-14  Simon Josefsson  <jas@extundo.com>
5359
5360         * smime-ldap.el: Use require instead of load-library for ldap.
5361         (smime-ldap-search): Indent.
5362         (smime-ldap-search-internal): Shorten line.
5363
5364         * smime.el (smime-cert-by-dns): Add doc-string.
5365         (smime-cert-by-ldap-1): Indent.
5366
5367         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
5368         mml-smime-get-dns-ldap.
5369         (mml-smime-encrypt-query): Use new function.  Default to ldap.
5370
5371 2005-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5372
5373         * smime.el: Require smime-ldap.
5374         (smime-ldap-host-list): New variable.
5375         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
5376
5377         * mml-smime.el (mml-smime-encrypt-query): New function.
5378         (mml-smime-encrypt-query): Use it.
5379
5380         * smime-ldap.el: New file.
5381
5382 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5383
5384         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
5385
5386 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5387
5388         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
5389         argument in doc string.  Make query for type more clear.
5390
5391 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
5392
5393         * gnus.el (gnus-group-startup-message): Search for gnus images in
5394         etc/images/gnus.
5395         * mm-util.el (mm-image-load-path): Likewise.
5396         * smiley.el (smiley-data-directory): Search for smilies in
5397         etc/images/smilies.
5398
5399 2005-02-09  Kim F. Storm  <storm@cua.dk>
5400
5401         Change Emacs release version from 21.4 to 22.1 throughout.
5402         Change Emacs development version from 21.3.50 to 22.0.50.
5403
5404 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5405
5406         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
5407
5408         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
5409         non-Mule XEmacs as well.
5410         (mm-decompress-buffer): Signal an error intentionally if it does
5411         not decompress compressed data because auto-compression-mode is
5412         disabled.
5413
5414 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
5415
5416         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
5417         an ID in the registry even if it has no groups.
5418
5419 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5420
5421         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
5422         merge it into mm-decompress-buffer.
5423         (gnus-mime-copy-part): Use the MIME part charset, the value which
5424         a user specified or gnus-newsgroup-charset for decoding, like
5425         gnus-mime-inline-part does; set buffer-file-coding-system to tell
5426         save-buffer what was used.  Suggested by Kevin Ryde
5427         <user42@zip.com.au>.
5428         (gnus-mime-inline-part): Allow the name parameter as well as the
5429         filename parameter; force decompressing of compressed data; always
5430         display contents being not decoded as unibyte.
5431
5432         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
5433         as well as the filename parameter.
5434
5435         * mm-util.el (mm-decompress-buffer): Merge
5436         gnus-mime-jka-compr-maybe-uncompress.
5437         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
5438         of compressed data.
5439
5440 2005-02-08  Simon Josefsson  <jas@extundo.com>
5441
5442         * imap.el (imap-log): Doc fix.
5443
5444 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5445
5446         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
5447         the coding cookies; decompress compressed parts.
5448
5449         * mml.el (mml-generate-mime-1): Add the charaset parameter according
5450         to the value which a user specified manually or the coding cookie.
5451
5452         * mm-util.el (mm-string-to-multibyte): New function.
5453         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
5454         (mm-coding-system-to-mime-charset): New function.
5455         (mm-decompress-buffer): New function.
5456         (mm-find-buffer-file-coding-system): New function.
5457
5458         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
5459         (mm-display-inline-fontify): Rewrite for decoding and decompressing
5460         parts.
5461
5462 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5463
5464         * mm-view.el (mm-display-inline-fontify): Decode a part according
5465         to the charset parameter.
5466
5467 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5468
5469         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
5470         prefix arg is neither nil nor a number, as info specifies.
5471
5472 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5473
5474         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
5475         timestamps.
5476
5477 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
5478
5479         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
5480         groups error checking and notify user.
5481
5482 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
5483
5484         * message.el (message-send-mail-function): Check existence of
5485         sendmail-program first before using default value
5486         `message-send-mail-with-sendmail'.  Otherwise use more generic
5487         `smtpmail-send-it'.
5488
5489 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5490
5491         * nntp.el (nntp-request-update-info): Always return nil.
5492
5493 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5494
5495         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
5496
5497 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5498
5499         * message.el (message-beginning-of-line): Change the behavior when
5500         invoked between BOL and : so that it first moves backward.
5501
5502 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5503
5504         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
5505         article buffer when editing of the article is discarded.
5506         (gnus-article-prepare): Revert.
5507
5508 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5509
5510         * gnus-art.el (gnus-article-prepare):
5511         Remove message-strip-forbidden-properties from the local hook.
5512
5513 2005-01-27  Simon Josefsson  <jas@extundo.com>
5514
5515         * password.el (password-cache-add): Only start one timer per key.
5516         Reported by Derek Atkins <warlord@MIT.EDU>.
5517
5518 2005-01-26  Steve Youngs  <steve@sxemacs.org>
5519
5520         * run-at-time.el: Removed.  It is no longer needed as
5521         timer-funcs.el in the xemacs-base package has a working version of
5522         `run-at-time'.
5523
5524         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
5525
5526         * password.el: Require timer-funcs instead of run-at-time in
5527         XEmacs.
5528         Remove `password-run-at-time' macro.
5529         (password-cache-add): Use `run-at-time' instead of
5530         `password-run-at-time'.
5531
5532         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
5533         Remove `nnheader-cancel-function-timers' alias,
5534         `cancel-function-timers' exists in XEmacs in timer-funcs.
5535
5536         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
5537         for `run-with-idle-timer'.
5538
5539         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
5540         for `run-at-time'.
5541
5542         * mm-url.el: Require timer-funcs at compile time when in XEmacs
5543         for `with-timeout'.
5544
5545         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
5546         the same as for XEmacs 21.4.
5547         No need to ignore `run-with-idle-timer', this function exists in
5548         XEmacs now in timer-funcs.el in the xemacs-base package.
5549         (dgnushack-compile): No need to delete
5550         run-at-time.el from the list of files to compile because it
5551         doesn't exist anymore.
5552
5553 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5554
5555         * mml.el (mml-generate-mime-1): Convert string into unibyte when
5556         inserting " *mml*" buffer's contents into a unibyte temp buffer.
5557
5558 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
5559
5560         * mail-source.el (mail-source-fetch-imap): Search for ^From case
5561         sensitively.
5562
5563 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
5564
5565         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
5566
5567 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5568
5569         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
5570         which will be inserted according to the multibyteness of a buffer
5571         rather than the type of contents.  Suggested by ARISAWA Akihiro
5572         <ari@mbf.ocn.ne.jp>.
5573
5574         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
5575         of string which old xml.el may return rather than a string.
5576
5577 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5578
5579         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
5580
5581 2005-01-16  Simon Josefsson  <jas@extundo.com>
5582
5583         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
5584         idn/idna.el isn't available.
5585         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
5586         <michael@waxrat.com>.
5587
5588         * hashcash.el: Remove non-FSF copyright header.
5589
5590         * hashcash.el (hashcash-extra-generate-parameters): New variable.
5591         (hashcash-generate-payment): Use it.
5592         (hashcash-generate-payment-async): Use it.
5593
5594 2005-01-15  Simon Josefsson  <jas@extundo.com>
5595
5596         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
5597         Suggested by Raymond Scholz <ray-2005@zonix.de>.
5598
5599         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
5600         gnus-summary-idna-message.
5601         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
5602         (gnus-summary-idna-message): New function.
5603
5604 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5605
5606         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
5607         gnus-novice-user.
5608
5609 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5610
5611         * nnrss.el (nnrss-request-delete-group): Delete entries in
5612         nnrss-group-alist as well.
5613         (nnrss-save-server-data): Insert newline.
5614
5615 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
5616
5617         * gnus.el (gnus-user-agent): Use list of symbols instead of
5618         symbols.  Display full version number for (S)XEmacs.  Optionally
5619         display (S)XEmacs codename.
5620
5621         * gnus-util.el (gnus-emacs-version): Update for new
5622         `gnus-user-agent'.
5623
5624         * gnus-msg.el (gnus-extended-version): Make it possible to omit
5625         Gnus version.
5626
5627 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5628
5629         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
5630         which is unreadable in some setups.
5631
5632 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5633
5634         * gnus-spec.el (gnus-update-format-specifications): Flush the
5635         group format spec cache if it doesn't support decoded group names.
5636
5637 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5638
5639         * gnus-score.el (gnus-decay-scores, gnus-score-load-file): Allow
5640         to apply decay on score files matching a regexp.
5641
5642 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5643
5644         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
5645         compatibility in %g and %c.
5646
5647 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5648
5649         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
5650         name for only %g and %c.
5651         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
5652         of gnus-tmp-group to decoded group name.
5653         (gnus-group-make-rss-group): Exclude `/'s from group names.
5654
5655 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5656
5657         * nnrss.el (nnrss-get-encoding): Fix regexp.
5658
5659 2004-12-27  Simon Josefsson  <jas@extundo.com>
5660
5661         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
5662         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
5663         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
5664
5665 2004-12-17  Kim F. Storm  <storm@cua.dk>
5666
5667         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
5668
5669         * gnus-sum.el (gnus-summary-mode-map): Likewise.
5670
5671 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
5672
5673         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
5674
5675 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5676
5677         * nnrss.el: Require rfc2047 and mml.
5678         (nnrss-file-coding-system): New variable.
5679         (nnrss-format-string): Redefine it as an inline function.
5680         (nnrss-decode-group-name): New function.
5681         (nnrss-string-as-multibyte): Remove.
5682         (nnrss-retrieve-headers): Decode group name; don't use
5683         nnrss-format-string.
5684         (nnrss-request-group): Decode group name.
5685         (nnrss-request-article): Decode group name; allow a Message-ID as
5686         well as an article number; don't use nnrss-format-string; encode a
5687         Message-ID string which may contain non-ASCII characters; use
5688         mml-to-mime to compose a MIME article.
5689         (nnrss-request-expire-articles): Decode group name.
5690         (nnrss-request-delete-group): Decode group name.
5691         (nnrss-fetch): Clarify error message.
5692         (nnrss-read-server-data): Use insert-file-contents instead of load;
5693         bind file-name-coding-system; use multibyte buffer.
5694         (nnrss-save-server-data): Bind coding-system-for-write to the
5695         value of nnrss-file-coding-system; bind file-name-coding-system;
5696         add coding cookie.
5697         (nnrss-read-group-data): Use insert-file-contents instead of load;
5698         bind file-name-coding-system; use multibyte buffer.
5699         (nnrss-save-group-data): Bind coding-system-for-write to the
5700         value of nnrss-file-coding-system; bind file-name-coding-system.
5701         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
5702         make it work with non-ASCII text.
5703         (nnrss-find-el): Make it work with old xml.el as well.
5704
5705 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
5706
5707         * nnrss.el (nnrss-get-encoding): New function.
5708         (nnrss-fetch): Use unibyte buffer initially; bind
5709         coding-system-for-read while performing mm-url-insert; remove ^Ms;
5710         decode contents according to the encoding attribute.
5711         (nnrss-save-group-data): Add coding cookie.
5712         (nnrss-mime-encode-string): New function.
5713         (nnrss-check-group): Use it to encode subject and author.
5714
5715 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
5716
5717         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
5718         imaginary variable.
5719
5720 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5721
5722         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
5723         correctly even if there are wide characters.
5724
5725 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
5726
5727         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
5728         downcased symbol names; make a new cache instead of reusing
5729         bbdb-hashtable.
5730
5731 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5732
5733         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
5734         concatenating segments rather than before concatenating them.
5735         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5736
5737         * message.el (message-get-reply-headers): Bind `extra'.
5738
5739 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5740
5741         * message.el (message-extra-wide-headers): New variable.
5742         (message-get-reply-headers): Use it.
5743
5744 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5745
5746         * gnus-agent.el (gnus-agent-group-path): Decode group name.
5747         (gnus-agent-group-pathname): Ditto.
5748
5749         * gnus-cache.el (gnus-cache-file-name): Decode group name.
5750
5751         * gnus-group.el (gnus-group-make-group): Decode group name.
5752         (gnus-group-make-rss-group): Register the group data after opening
5753         the nnrss group.
5754
5755 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
5756
5757         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
5758         by expiry now get marked as read.
5759
5760 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5761
5762         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
5763
5764 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
5765
5766         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
5767         unify Latin characters in XEmacs.
5768         (mm-find-mime-charset-region): Use it.
5769
5770 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5771
5772         * gnus-util.el (gnus-delete-directory): New function.
5773
5774         * gnus-agent.el (gnus-agent-delete-group): Use it.
5775
5776         * gnus-cache.el (gnus-cache-delete-group): Use it.
5777
5778 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5779
5780         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
5781         names.
5782
5783 2004-12-16  Simon Josefsson  <jas@extundo.com>
5784
5785         * hashcash.el (hashcash-payment-alist): Fix custom :type.
5786
5787 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5788
5789         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
5790
5791         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
5792         (gnus-group-set-current-level): Decode group name.
5793
5794 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
5795
5796         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
5797         failed.
5798
5799 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5800
5801         * gnus-group.el (gnus-group-delete-group): Decode group name.
5802         (gnus-group-make-rss-group): Encode group name.
5803         (gnus-group-catchup-current): Decode group name.
5804         (gnus-group-kill-group): Decode group name.
5805
5806 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5807
5808         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
5809
5810 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5811
5812         * gnus-group.el (gnus-group-make-rss-group):
5813         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
5814
5815         * gnus-start.el (gnus-setup-news): Honor user's setting to
5816         gnus-message-archive-method.  Suggested by Lute Kamstra
5817         <lute@gnu.org>.
5818
5819 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
5820
5821         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
5822         global counterparts of the buffer-local variables.
5823
5824 2004-11-16  Romain Francoise  <romain@orebokech.com>
5825
5826         * gnus-sum.el (gnus-summary-exit): Don't clear the global
5827         counterparts of the buffer-local variables.
5828
5829 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5830
5831         * message.el (message-forbidden-properties): Fixed typo in doc
5832         string.
5833
5834 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5835
5836         * gnus-util.el (gnus-replace-in-string): Added doc string.
5837
5838         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
5839         to avoid problems when splitting mails with many recipients.
5840
5841 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5842
5843         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
5844         pop-to-buffer, covered by the subsequent gnus-configure-windows.
5845
5846 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
5847
5848         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
5849         if there is no hashtable in memory or file modification time is
5850         newer than cached timestamp.
5851
5852 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
5853
5854         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
5855         not-matching option.
5856
5857 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
5858
5859         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
5860         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
5861         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
5862         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
5863         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
5864         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
5865
5866 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5867
5868         * message.el (message-forward-make-body-mml): Remove headers
5869         according to message-forward-ignored-headers if a message is decoded.
5870
5871 2004-12-02  Romain Francoise  <romain@orebokech.com>
5872
5873         * message.el (message-forward-make-body-plain): Always remove
5874         headers according to message-forward-ignored-headers.
5875
5876 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
5877
5878         * spam.el (spam-summary-prepare-exit): Remove the
5879         gnus-summary-limit pop for now, it has problems with ham marks for
5880         me.
5881
5882 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
5883
5884         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
5885         correctly.
5886
5887 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
5888
5889         * format-spec.el (format-spec): Message the char.
5890
5891 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
5892
5893         * gnus-art.el (gnus-split-methods): Reformat comments.
5894
5895         * spam.el (spam-summary-prepare-exit): Remove article limits
5896         before exiting the summary buffer.
5897
5898 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5899
5900         * lpath.el: Remove bbdb-create-internal, bbdb-records,
5901         spam-BBDB-register-routine and spam-enter-ham-BBDB.
5902
5903         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
5904         order to silence the byte compiler.
5905
5906         * spam.el: Fix the way to silence the byte compiler, which
5907         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
5908         bbdb-search-simple, spam-BBDB-register-routine,
5909         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
5910         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
5911         spam-stat-buffer-is-spam, spam-stat-load,
5912         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
5913         spam-stat-save and spam-stat-split-fancy.
5914
5915 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5916
5917         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
5918         which may confuse users.
5919         (canlock-password-for-verify): Ditto.
5920
5921         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
5922
5923         * gnus-art.el (gnus-emphasis-alist): Ditto.
5924
5925         * gnus-registry.el (gnus-registry-max-entries): Ditto.
5926
5927         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
5928
5929         * gnus-start.el (gnus-save-killed-list): Ditto.
5930
5931         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
5932         (gnus-sum-thread-tree-root): Ditto.
5933         (gnus-sum-thread-tree-false-root): Ditto.
5934         (gnus-sum-thread-tree-single-indent): Ditto.
5935
5936         * message.el (message-courtesy-message): Ditto.
5937         (message-archive-note): Ditto.
5938         (message-subscribed-address-file): Ditto.
5939         (message-user-fqdn): Ditto.
5940
5941         * spam-report.el (spam-report-gmane-regex): Ditto.
5942
5943         * spam.el (spam-blackhole-good-server-regex): Ditto.
5944
5945 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5946
5947         * mml.el (mml-preview): Widen the message buffer before copying
5948         the contents to the preview buffer; sort headers before previewing.
5949
5950         * message.el (message-hidden-headers): Fix the way to avoid a bug
5951         in the `repeat' widget in Emacs 21.3 or earlier.
5952
5953 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5954
5955         * message.el (message-hidden-headers): Default to "^References:".
5956         Improve customization type.  Suggested by Reiner Steib
5957         <Reiner.Steib@gmx.de>.
5958
5959 2004-11-25  Romain Francoise  <romain@orebokech.com>
5960
5961         * message.el (message-strip-forbidden-properties): Remove check for
5962         obsolete `message-hidden' text property, hidden headers are not
5963         accessible in the buffer anymore.
5964
5965 2004-11-22  Romain Francoise  <romain@orebokech.com>
5966
5967         * message.el (message-header-format-alist): Add `From' in list
5968         so that it can be sorted.
5969         (message-fix-before-sending): Widen and sort headers before
5970         sending.
5971         (message-hide-headers): Use narrowing to hide headers by moving
5972         them to the top of the buffer and narrowing to the region
5973         underneath.
5974
5975 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5976
5977         * message.el (message-strip-forbidden-properties): Bind
5978         buffer-read-only (etc) to nil.
5979
5980 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5981
5982         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
5983         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5984
5985 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
5986
5987         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
5988
5989 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5990
5991         * dns.el (query-dns): Use sit-for to time instead of
5992         accept-process-output, since that doesn't seem to work on udp
5993         sockets.
5994
5995 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5996
5997         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
5998
5999 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
6000
6001         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
6002         doc string.  Improve doc string.
6003
6004 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6005
6006         * nntp.el (nntp-request-update-info): Return nil if
6007         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
6008         may not call gnus-activate-group which uselessly issues the GROUP
6009         commands for all nntp groups and wastes time.  Reported by Romain
6010         Francoise <romain@orebokech.com>.
6011
6012         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
6013
6014 2004-11-15  Simon Josefsson  <jas@extundo.com>
6015
6016         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
6017         headers separately.
6018         (gnus-button-openpgp): New function, inspired by Jochen K\e,A|\e(Bpper
6019         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
6020
6021 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
6022
6023         * gnus-start.el (gnus-convert-old-newsrc):
6024         Assign legacy-gnus-agent to 5.10.7.
6025
6026 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6027
6028         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
6029         start of the lines.
6030
6031 2004-11-14  Magnus Henoch  <mange@freemail.hu>
6032
6033         * hashcash.el (hashcash-default-payment): Change default to 20
6034         (hashcash-default-accept-payment): Change default to 20
6035         (hashcash-process-alist): New variable
6036         (hashcash-generate-payment-async): Add
6037         (hashcash-already-paid-p): Add
6038         (hashcash-insert-payment): Don't generate payments twice
6039         (hashcash-insert-payment-async): Add
6040         (hashcash-insert-payment-async-2): Add
6041         (hashcash-cancel-async): Add
6042         (hashcash-wait-async): Add
6043         (hashcash-processes-running-p): Add
6044         (hashcash-wait-or-cancel): Add
6045         (mail-add-payment): New optional argument.  Conditionally start
6046         asynchronous calculation.
6047         (mail-add-payment-async): Add
6048
6049         * message.el (message-send-mail): Wait for asynchronous hashcash
6050         results.  Don't clobber existing X-Hashcash headers.
6051         (message-setup-1): Call mail-add-payment-async when
6052         message-generate-hashcash is non-nil.
6053
6054 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
6055
6056         * message.el (message-use-alternative-email-as-from): Examine the
6057         From header as well; use message-make-from in order to include a
6058         user's full name.
6059
6060 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6061
6062         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
6063         default; improve customization type.
6064         (gnus-emphasis-custom-with-format): New macro.
6065         (gnus-emphasis-custom-value-to-external): New function.
6066         (gnus-emphasis-custom-value-to-internal): New function.
6067
6068 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6069
6070         * dns.el (query-dns): Resolve reverse addresses.
6071
6072 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6073
6074         * gnus-group.el (gnus-group-get-new-news): Use it.
6075
6076         * gnus-start.el (gnus-check-reasonable-setup): New function.
6077
6078 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6079
6080         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
6081         "Args out of range" error.  Reported by Arnaud Giersch
6082         <arnaud.giersch@free.fr>.
6083
6084 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
6085
6086         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
6087
6088 2004-11-04  Richard M. Stallman  <rms@gnu.org>
6089
6090         * spam.el (spam group): Add :version.
6091
6092         * pgg-def.el (pgg group): Add :version.
6093
6094 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6095
6096         * gnus-art.el (gnus-article-edit-article): Don't associate the
6097         article buffer with a draft file.  This is a temporary measure
6098         against the 2004-08-22 change to gnus-article-edit-mode.
6099
6100 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6101
6102         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
6103         (html2text-format-tags): Remove unused variable `attr'.
6104
6105 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6106
6107         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
6108
6109         * tls.el (tls-process-connection-type, tls-success)
6110         (tls-certtool-program): Add :version.
6111
6112         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
6113         (starttls-extra-arguments, starttls-process-connection-type)
6114         (starttls-connect, starttls-failure, starttls-success):
6115
6116         * spam-stat.el (spam-stat): Add :version.
6117
6118         * sieve.el (sieve): Add :version.
6119
6120         * sha1.el (sha1): Add :version.
6121         (sha1-use-external): Remove redundant version.
6122
6123         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
6124         (nnmail-cache-ignore-groups, nnmail-spool-hook)
6125         (nnmail-split-fancy-match-partial-words)
6126         (nnmail-split-lowercase-expanded):
6127
6128         * nndiary.el (nndiary): Add :version.
6129
6130         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
6131
6132         * mml-sec.el (mml-default-sign-method)
6133         (mml-default-encrypt-method, mml-signencrypt-style-alist):
6134         Add :version.
6135
6136         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
6137
6138         * mm-url.el (mm-url-use-external, mm-url-program)
6139         (mm-url-arguments): Add :version.
6140
6141         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
6142         (mm-attachment-file-modes, mm-decrypt-option)
6143         (mm-w3m-safe-url-regexp): Add :version.
6144
6145         * message.el (message-cite-prefix-regexp)
6146         (message-sendmail-envelope-from, message-minibuffer-local-map)
6147         (message-user-fqdn, message-completion-alist): Add :version.
6148
6149         * gnus-win.el (gnus-configure-windows-hook)
6150         (gnus-use-frames-on-any-display): Add :version.
6151
6152         * gnus-art.el (gnus-article-address-banner-alist)
6153         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
6154         (gnus-treat-from-picon, gnus-treat-mail-picon)
6155         (gnus-treat-x-pgp-sig): Add :version.
6156
6157         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
6158         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
6159         (gnus-summary-article-delete-hook)
6160         (gnus-summary-display-while-building): Add :version.
6161
6162         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
6163         (gnus-get-top-new-news-hook):Add :version.
6164
6165         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6166         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
6167
6168         * gnus-registry.el (gnus-registry): Add :version.
6169
6170         * gnus-spec.el (gnus-use-correct-string-widths)
6171         (gnus-make-format-preserve-properties): Add :version.
6172
6173         * gnus.el (gnus-group-charter-alist)
6174         (gnus-group-fetch-control-use-browse-url)
6175         (gnus-install-group-spam-parameters): Add :version.
6176
6177         * gnus-diary.el (gnus-diary): Add :version.
6178
6179         * gnus-delay.el (gnus-delay): Add :version.
6180
6181         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
6182         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
6183         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
6184         Add :version.
6185
6186         * gnus-agent.el (gnus-agent-max-fetch-size)
6187         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
6188         (gnus-agent-prompt-send-queue): Add :version.
6189
6190         * deuglify.el (gnus-outlook-deuglify): Add :version.
6191
6192         * html2text.el: Beautify code.  Improve doc strings.  Some
6193         checkdoc cleanup.
6194         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
6195
6196 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
6197
6198         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
6199
6200 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
6201
6202         * gnus-registry.el (gnus-registry-hashtb): Create the registry
6203         when package is loaded.
6204
6205         * spam.el (spam-summary-score-preferred-header): Add global preference
6206         for people who want to override the default SpamAssassin over
6207         Bogofilter preference (when both are set).
6208         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
6209         (spam-user-format-function-S): Check
6210         spam-summary-score-preferred-header.
6211         (spam-extra-header-to-number): Add X-Bogosity header parsing.
6212         (spam-user-format-function-S): Format the score correctly.
6213
6214 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6215
6216         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
6217         signature file.  Suggested by Manoj Srivastava
6218         <srivasta@golden-gryphon.com>.
6219
6220         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
6221         iso-2022-jp even in the Japanese language environment.
6222         Suggested by Jason Rumney <jasonr@gnu.org>.
6223
6224 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6225
6226         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
6227         use the same characters as the dummy marks; make it free from
6228         getting affected by the language environment.
6229         (gnus-summary-read-group-1): Update mark positions only when the
6230         format spec is updated.
6231
6232         * gnus-spec.el (gnus-update-format-specifications): Return a list
6233         of updated types.
6234
6235 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6236
6237         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
6238         of boundp to check if display-warning is available.
6239
6240 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
6241
6242         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
6243
6244 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6245
6246         * nnspool.el (nnspool-spool-directory): Use news-path if the
6247         news-directory variable is not bound.
6248
6249         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
6250         function instead of display-warning if it is not available.
6251
6252 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6253
6254         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
6255         v5-10: Use `point-at-bol'.
6256
6257 2004-10-26  Simon Josefsson  <jas@extundo.com>
6258
6259         * hashcash.el: Fix URL in comment, reported by Cheng Gao
6260         <chenggao@gmail.com>.
6261
6262 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
6263
6264         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
6265         instead.
6266
6267 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
6268
6269         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
6270         to remove a server from the nnimap-server-buffer-alist.
6271         (nnimap-open-connection, nnimap-close-server): Use it.
6272
6273         * gnus-encrypt.el: Remove file in favor of encrypt.el.
6274
6275 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6276
6277         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
6278         running the major-mode function.
6279
6280 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6281
6282         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
6283         dummy marks in the right way.
6284
6285 2004-10-18  David Edmondson  <dme@dme.org>
6286
6287         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
6288         excessively.
6289
6290 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
6291
6292         * gnus-util.el (gnus-split-references): Accept a nil references
6293         string and go on blissfully.
6294
6295         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
6296         cases where the references string is non-nil but has no references.
6297
6298         * encrypt.el: Add autoload tags.
6299
6300         * spam.el (spam-resolve-registrations-routine): Remove article
6301         from unregistration list too.  Reported by David Hanak
6302         <dhanak@isis.vanderbilt.edu>
6303
6304 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
6305
6306         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
6307         nil.  Changed custom type.
6308
6309 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
6310
6311         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
6312
6313         * gnus-sum.el (gnus-summary-move-article): Use it.
6314
6315 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
6316
6317         * encrypt.el: Add autoload cookies.
6318
6319         * spam.el (spam-backend-article-list-property)
6320         (spam-backend-get-article-todo-list)
6321         (spam-backend-put-article-todo-list, )
6322         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
6323         Resolve registrations separately.
6324         (spam-register-routine): Format comments.
6325         (spam-unregister-routine, spam-register-routine): Always call with
6326         specific-articles, no default list.
6327         (spam-summary-prepare-exit): Use the spam-classifications function.
6328
6329         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
6330         gnus-encrypt.el.
6331
6332         * encrypt.el: copied from gnus-encrypt.el
6333
6334         * gnus-encrypt.el: commented that it's obsolete
6335
6336 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
6337
6338         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
6339         (gnus-score-save): Use it.
6340
6341         * message.el (message-bury): Use `window-dedicated-p'.
6342
6343 2004-10-15  Simon Josefsson  <jas@extundo.com>
6344
6345         * pop3.el (top-level): Don't require nnheader.
6346         (pop3-read-timeout): Add.
6347         (pop3-accept-process-output): Add.
6348         (pop3-read-response, pop3-retr): Use it.
6349
6350 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
6351
6352         * spam.el (spam-register-routine): Move comment.
6353         (spam-verify-bogofilter): Use 'unknown for the initial
6354         spam-bogofilter-valid state, not 'never.
6355
6356         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
6357         for netrc-machine.
6358
6359         * nnimap.el (nnimap-open-connection): Use
6360         netrc-machine-user-or-password.
6361
6362 2004-10-17  Richard M. Stallman  <rms@gnu.org>
6363
6364         * gnus-registry.el (gnus-registry-unload-hook):
6365         Set as a variable with add-hook.
6366
6367         * nnspool.el (nnspool-spool-directory): Use news-directory instead
6368         of news-path.
6369
6370         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
6371
6372         * spam.el: Delete duplicate `provide'.
6373         (spam-unload-hook): Set as a variable with add-hook.
6374
6375 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
6376
6377         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
6378         in the doc string.
6379
6380         * message.el (message-ignored-news-headers)
6381         (message-ignored-supersedes-headers)
6382         (message-ignored-resent-headers)
6383         (message-forward-ignored-headers): Improve custom type.
6384
6385 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6386
6387         * message.el (message-tokenize-header): Fix 2004-09-06 change
6388         which used point-min in the wrong place.
6389
6390 2004-10-12  Simon Josefsson  <jas@extundo.com>
6391
6392         * net/tls.el (tls-certtool-program): New variable.
6393         (tls-certificate-information): New function, based on
6394         ssl-certificate-information.
6395
6396 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6397
6398         * compface.el: Move the version of ELisp-based uncompface program
6399         to the contrib directory because of the copyright problem.
6400
6401 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
6402
6403         * message.el (message-kill-buffer): Raise the current frame.
6404
6405 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
6406
6407         * gnus-sum.el: Mention that multibyte characters don't work as marks.
6408
6409         * gnus.el (message-y-or-n-p): Autoload.
6410
6411         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
6412         (pop3-password-required, pop3-authentication-scheme)
6413         (pop3-leave-mail-on-server): Made customizable.
6414         (pop3): New custom group.
6415         (pop3-retr): Remove `sleep-for' statements.
6416         Suggested by Dave Love <fx@gnu.org>.
6417
6418         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
6419         Windows/DOS.
6420
6421         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
6422         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
6423         Dave Love <fx@gnu.org>.
6424
6425         * mml.el (mml-minibuffer-read-disposition): Require match.
6426         Suggested by Dave Love <fx@gnu.org>.
6427
6428 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
6429
6430         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
6431         doc string.
6432
6433 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6434
6435         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
6436
6437 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6438
6439         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
6440         instead of calling `mm-insert-inline', to decode text/* parts
6441         before displaying them.
6442
6443 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6444
6445         * mm-uu.el (mm-uu-text-plain-type): New variable.
6446         (mm-uu-pgp-signed-extract-1): Use it.
6447         (mm-uu-pgp-encrypted-extract-1): Use it.
6448         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
6449         bind mm-uu-text-plain-type with that value.
6450         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
6451         mm-uu-dissect.
6452
6453 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6454
6455         * gnus-group.el (gnus-update-group-mark-positions):
6456         * gnus-sum.el (gnus-update-summary-mark-positions):
6457         * message.el (message-check-news-body-syntax):
6458         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
6459         of string-as-multibyte.
6460
6461 2004-10-05  Juri Linkov  <juri@jurta.org>
6462
6463         * gnus-group.el (gnus-update-group-mark-positions):
6464         * gnus-sum.el (gnus-update-summary-mark-positions):
6465         * message.el (message-check-news-body-syntax):
6466         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
6467         8-bit unibyte values to a multibyte string for search functions.
6468
6469 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6470
6471         * mm-uu.el (mm-uu-dissect): Allow optional arg.
6472         (mm-uu-dissect-text-parts): New function.
6473
6474         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
6475         dissect text parts.
6476
6477         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
6478         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
6479
6480         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
6481
6482         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
6483         gnus-current-topics instead of gnus-current-topic.
6484
6485 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
6486
6487         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
6488
6489 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
6490
6491         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
6492         where approriate.
6493
6494         * nnml.el (nnml-generate-active-info): do.
6495
6496         * nndiary.el (nndiary-generate-active-info): do.
6497
6498         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
6499         (gnus-topic-move): do.
6500
6501         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
6502         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
6503
6504         * gnus-srvr.el (gnus-server-prepare)
6505         (gnus-server-open-all-servers): do.
6506
6507         * gnus-msg.el (gnus-summary-cancel-article)
6508         (gnus-summary-resend-message)
6509         (gnus-summary-mail-crosspost-complaint): do.
6510
6511         * gnus-move.el (gnus-change-server): do.
6512
6513         * gnus-group.el (gnus-group-unmark-all-groups)
6514         (gnus-group-set-current-level): do.
6515
6516 2004-10-04  Simon Josefsson  <jas@extundo.com>
6517
6518         * message.el (message-generate-hashcash): Doc fix.
6519
6520 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
6521
6522         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
6523         avoid infinite recursion via gnus-get-function.
6524
6525 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
6526
6527         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
6528
6529         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
6530
6531         * nnmail.el (nnmail-split-history): do.
6532
6533         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
6534         (nnml-request-delete-group): do.
6535
6536         * nnslashdot.el (nnslashdot-read-groups): do.
6537
6538         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
6539         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
6540
6541         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
6542         (nnspool-sift-nov-with-sed): Use last
6543         (nnspool-retrieve-headers-with-nov): Use mapc.
6544         (nnspool-request-newgroups): Use dolist.
6545         (nnspool-request-group): Use last.
6546
6547         * nntp.el (nntp-read-server-type): Use dolist.
6548
6549         * nnvirtual.el (nnvirtual-create-mapping)
6550         (nnvirtual-update-read-and-marked): Use dolist.
6551         (nnvirtual-convert-headers): Simplify.
6552
6553 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
6554
6555         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
6556         support for sync'ing tick marks.
6557
6558 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6559
6560         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
6561         there's no visible header.
6562
6563 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
6564
6565         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
6566         necessary, pass full group name to gnus-request-set-marks.
6567
6568 2004-10-01  Simon Josefsson  <jas@extundo.com>
6569
6570         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
6571         acroread.
6572
6573 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6574
6575         * spam-report.el (spam-report-gmane): Fix interactive.
6576
6577         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
6578
6579         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
6580         when writing file.
6581         (gnus-agent-synchronize-flags): Don't default to being
6582         interactive.
6583
6584 2004-09-30  Simon Josefsson  <jas@extundo.com>
6585
6586         * message.el (message-generate-hashcash): Add.
6587         (message-send-mail): Use it, call mail-add-payment.
6588
6589 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
6590
6591         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
6592
6593 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
6594
6595         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
6596         gnus-requst-update-info with explicit code to sync the in-memory
6597         info read flags with the marks being sync'd to the backend.
6598
6599         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
6600
6601 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6602
6603         * spam.el (spam-verify-bogofilter): Add new function.
6604         (spam-check-bogofilter)
6605         (spam-bogofilter-register-with-bogofilter): Use it.
6606         (spam-verify-bogofilter): Add small fixes.
6607
6608 2004-09-28  Simon Josefsson  <jas@extundo.com>
6609
6610         * hashcash.el (hashcash-generate-payment): Revert.
6611
6612 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6613
6614         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
6615         gnus-extract-references instead of gnus-split-references.
6616
6617         * gnus-util.el (gnus-extract-references): Add new function, analogous
6618         to gnus-split-references but extracts only the message-ID without
6619         anything extra.
6620
6621         * hashcash.el (hashcash-generate-payment)
6622         (hashcash-check-payment): Do the right thing if hashcash-path is
6623         nil (because the hashcash program could not be found).
6624
6625         * spam.el (spam-use-hashcash): Remove comment.
6626
6627 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
6628
6629         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
6630         (gnus-cache-enter-article, gnus-cache-remove-article)
6631         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
6632
6633         * gnus-async.el (gnus-async-prefetch-remove-group): do.
6634
6635         * gnus-art.el (article-hide-boring-headers)
6636         (article-translate-strings, article-display-face)
6637         (gnus-article-mime-match-handle-first)
6638         (gnus-article-highlight-headers)
6639         (gnus-article-add-buttons-to-head): do.
6640
6641 2004-09-27  Simon Josefsson  <jas@extundo.com>
6642
6643         * hashcash.el: New version, from
6644         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
6645         ../contrib/.
6646
6647 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6648
6649         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
6650
6651 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
6652
6653         * gnus-dup.el (gnus-dup-open): Use mapc.
6654         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
6655
6656         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
6657         Reported by Stefan Wiens <s.wi@gmx.net>.
6658
6659         * gnus.el (gnus-shutdown): Use dolist.
6660
6661         * gnus-undo.el (gnus-undo): Use mapc.
6662
6663         * nnrss.el (nnrss-generate-active): do.
6664
6665         * message.el (message-cite-original-without-signature)
6666         (message-cite-original): Use mapc.
6667         (message-do-actions, message-make-forward-subject): Use dolist.
6668
6669 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
6670
6671         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
6672         deletion to remove entire duplicate line.  Fixes merged article
6673         number bug.
6674
6675 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
6676
6677         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
6678         servers that are offline.  Avoids having gnus-agent-toggle-plugged
6679         first ask if you want to open a server and then, even when you
6680         responded with no, asking if you want to synchronize the server's
6681         flags.
6682         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
6683         multi-line expressions.
6684         (gnus-agent-synchronize-group-flags): New internal function.
6685         Updates marks in memory (in the info structure) AND in the
6686         backend.
6687
6688         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
6689
6690         * nnagent.el (nnagent-request-set-mark): Use
6691         gnus-agent-synchronize-group-flags, not backend's request-set-mark
6692         method, to ensure that synchronization updates marks in the
6693         backend and in the info (in memory) structure.
6694
6695 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6696
6697         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
6698         convention fully; don't miss the root article of a thread; make
6699         the X-Draft-From header with correct article numbers.
6700
6701 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
6702
6703         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
6704         unless plugged.  Disable the agent so that an open failure causes
6705         an error.
6706
6707         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
6708         Reverted 2004-09-21 change.  The backend must be opened while
6709         synchronizing flags even when the backend stores the flags
6710         locally.
6711
6712 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
6713
6714         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
6715         in `header' match.  Reported by Svend Tollak Munkejord.
6716
6717         * message.el (message-cite-original): Fix use of
6718         `message-cite-articles-with-x-no-archive'.
6719
6720 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6721
6722         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
6723         (gnus-window-to-buffer): Ditto.
6724
6725         * mml.el (mml-preview-buffer): New variable.
6726         (mml-preview): Manage window layout with gnus-buffer-configuration.
6727
6728         * gnus-msg.el (gnus-setup-message): Put article numbers into the
6729         X-Draft-From header even if those articles aren't quoted.
6730
6731 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
6732
6733         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
6734         (gnus-request-set-mark, gnus-request-update-mark): Use new
6735         g-s-t-u-l-m to decide to use backend even when unplugged.
6736
6737 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6738
6739         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
6740         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
6741
6742 2004-09-20  Simon Josefsson  <jas@extundo.com>
6743
6744         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
6745         "utf-16-le".
6746
6747 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6748
6749         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
6750
6751 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
6752
6753         * uudecode.el (uudecode-use-external): Add :version.
6754
6755         * smime.el (smime-CA-file, smime-encrypt-cipher)
6756         (smime-dns-server): Add :version.
6757
6758         * smiley.el (gnus-smiley-file-types): Add :version.
6759
6760         * sha1.el (sha1-use-external): Add :version.
6761
6762         * pgg-def.el (pgg-query-keyserver): Add :version.
6763
6764         * nnmail.el (nnmail-fancy-expiry-targets)
6765         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
6766
6767         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
6768         (nnimap-retrieve-groups-asynchronous): Add :version.
6769         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
6770
6771         * mml.el (mml-content-disposition-parameters)
6772         (mml-insert-mime-headers-always): Add :version.
6773
6774         * mm-util.el (mm-coding-system-priorities):
6775
6776         * mm-decode.el (mm-inline-text-html-with-images)
6777         (mm-keep-viewer-alive-types, mm-external-terminal-program)
6778         (mm-verify-option): Add :version.
6779         (mm-text-html-renderer): Change :version.
6780
6781         * message.el (message-fcc-externalize-attachments)
6782         (message-required-headers, message-draft-headers)
6783         (message-subject-trailing-was-query)
6784         (message-subject-trailing-was-ask-regexp)
6785         (message-subject-trailing-was-regexp, message-mark-insert-begin)
6786         (message-mark-insert-end, message-archive-header)
6787         (message-archive-note, message-cross-post-default)
6788         (message-cross-post-note, message-followup-to-note)
6789         (message-cross-post-note-function, message-use-mail-followup-to)
6790         (message-subscribed-address-functions)
6791         (message-subscribed-address-file, message-subscribed-addresses)
6792         (message-subscribed-regexps, message-allow-no-recipients)
6793         (message-yank-cited-prefix, message-signature-insert-empty-line)
6794         (message-hidden-headers, message-hierarchical-addresses)
6795         (message-mail-user-agent, message-use-idna)
6796         (message-valid-fqdn-regexp)
6797         (message-strip-special-text-properties, message-header-synonyms)
6798         (message-beginning-of-line, message-tab-body-function): Add :version.
6799         (message-insert-canlock, message-wide-reply-confirm-recipients):
6800         Change :version.
6801
6802         * mail-source.el (mail-source-ignore-errors): Add :group, :type
6803         and :version.
6804         (mail-source-delete-old-incoming-confirm)
6805         (mail-source-movemail-program): Add :version.
6806
6807         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
6808         (gnus-agent-cache, gnus-agent): Change :version.
6809
6810         * gnus-util.el (gnus-use-byte-compile): Change :version.
6811
6812         * gnus-sum.el (gnus-summary-make-false-root-always)
6813         (gnus-summary-default-high-score)
6814         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
6815         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
6816         (gnus-read-all-available-headers, gnus-article-emulate-mime)
6817         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
6818         (gnus-sum-thread-tree-single-indent)
6819         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
6820         (gnus-sum-thread-tree-leaf-with-other)
6821         (gnus-sum-thread-tree-single-leaf): Add :version.
6822         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
6823         (gnus-article-loose-mime): Change :version.
6824
6825         * gnus-start.el (gnus-backup-startup-file)
6826         (gnus-save-startup-file-via-temp-buffer): Add :version.
6827
6828         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
6829         (gnus-server-offline-face): Add :version.
6830
6831         * gnus-score.el (gnus-adaptive-word-length-limit):
6832
6833         * gnus-msg.el (gnus-gcc-externalize-attachments)
6834         (gnus-debug-files, gnus-debug-exclude-variables)
6835         (gnus-discouraged-post-methods): Change :version.
6836         (gnus-confirm-mail-reply-to-news)
6837         (gnus-confirm-treat-mail-like-news): Add :version.
6838
6839         * gnus-int.el (gnus-server-unopen-status): Add :version.
6840
6841         * gnus-group.el (gnus-group-jump-to-group-prompt)
6842         (gnus-large-ephemeral-newsgroup)
6843         (gnus-fetch-old-ephemeral-headers): Add :version.
6844
6845         * gnus-fun.el (gnus-x-face-directory)
6846         (gnus-convert-pbm-to-x-face-command)
6847         (gnus-convert-image-to-x-face-command)
6848         (gnus-convert-image-to-face-command): Add :version.
6849
6850         * gnus-delay.el (gnus-delay-default-hour): Add :version.
6851
6852         * gnus-cite.el (gnus-cite-blank-line-after-header)
6853         (gnus-article-boring-faces):
6854
6855         * gnus-art.el (gnus-buttonized-mime-types)
6856         (gnus-inhibit-mime-unbuttonizing)
6857         (gnus-treat-display-face)
6858         (gnus-treat-body-boundary): Change :version.
6859         (gnus-body-boundary-delimiter, gnus-picon-databases)
6860         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
6861         (gnus-treat-date-english, gnus-treat-fold-headers)
6862         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
6863         (gnus-treat-mail-picon, gnus-treat-wash-html)
6864         (gnus-article-encrypt-protocol)
6865         (gnus-use-idna, gnus-article-over-scroll)
6866         (gnus-mime-display-multipart-alternative-as-mixed)
6867         (gnus-mime-display-multipart-related-as-mixed)
6868         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
6869         (gnus-ctan-url, gnus-button-ctan-handler)
6870         (gnus-button-handle-ctan-bogus-regexp)
6871         (gnus-button-ctan-directory-regexp)
6872         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
6873         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
6874         (gnus-button-man-level, gnus-button-emacs-level)
6875         (gnus-button-message-level, gnus-button-browse-level): Add :version.
6876
6877         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
6878         (gnus-agent-go-online): Change :version.
6879         (gnus-agent-expire-unagentized-dirs)
6880         (gnus-agent-auto-agentize-methods): Add :version.
6881
6882         * flow-fill.el (fill-flowed-display-column)
6883         (fill-flowed-encode-column): Add :version.
6884
6885         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
6886         (gnus-outlook-deuglify-unwrap-max)
6887         (gnus-outlook-deuglify-cite-marks)
6888         (gnus-outlook-deuglify-unwrap-stop-chars)
6889         (gnus-outlook-deuglify-no-wrap-chars)
6890         (gnus-outlook-deuglify-attrib-cut-regexp)
6891         (gnus-outlook-deuglify-attrib-verb-regexp)
6892         (gnus-outlook-deuglify-attrib-end-regexp)
6893         (gnus-outlook-display-hook): Add :version.
6894
6895         * binhex.el (binhex-use-external): Add :version.
6896
6897 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
6898
6899         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
6900         and `invisible'.
6901
6902 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6903
6904         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
6905         in gnus-registry-trim.
6906
6907 2004-09-13  Simon Josefsson  <jas@extundo.com>
6908
6909         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
6910
6911         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
6912
6913         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
6914         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
6915         <yamaoka@jpl.org>.
6916         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
6917         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
6918         <yamaoka@jpl.org>.
6919
6920         * sieve.el (sieve-manage-mode): Ditto.
6921
6922 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
6923
6924         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
6925
6926 2004-09-11  Simon Josefsson  <jas@extundo.com>
6927
6928         * dns-mode.el: Add.
6929
6930         * mm-view.el (mm-display-dns-inline): Add.
6931
6932         * mm-decode.el (mm-inline-media-tests): Add text/dns.
6933         (mm-automatic-display): Ditto.
6934
6935         * mailcap.el (mailcap-mime-data): Add text/dns.
6936         (mailcap-mime-extensions): Map .soa to text/dns.
6937
6938 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
6939
6940         * gnus-art.el (article-decode-mime-words, article-babel)
6941         (gnus-article-highlight-signature, gnus-article-add-buttons)
6942         (gnus-signature-toggle): Remove unnecessary bindings of
6943         `inhibit-read-only' inherited from v5.10 merge.
6944
6945 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
6946
6947         * nntp.el (nntp): New customization group.
6948         (nntp-authinfo-file): Add customization group.
6949
6950         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
6951
6952         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
6953
6954         * gnus.el (to-address, to-list, subscribed)
6955         (large-newsgroup-initial): Ditto.
6956
6957         * flow-fill.el (fill-flowed-display-column)
6958         (fill-flowed-encode-column): Ditto.
6959
6960 2004-09-06  Stefan  <monnier@iro.umontreal.ca>
6961
6962         * message.el (message-tokenize-header, message-send-mail-with-qmail):
6963         Use point-min rather than 1.
6964         (message-send-mail): Use buffer-size rather than point-max.
6965
6966         * gnus-sum.el (gnus-summary-search-article-forward):
6967         Signal a specific `search-failed' rather than a generic `error'.
6968
6969         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
6970         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
6971         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
6972
6973 2004-09-10  Simon Josefsson  <jas@extundo.com>
6974
6975         * nndb.el (require): Remove tcp and duplicate cl.
6976
6977 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6978
6979         * gnus-agent.el (directory-files-and-attributes): Move forward.
6980
6981 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
6982
6983         * gnus-agent.el (directory-files-and-attributes): Optionally
6984         defined to support XEmacs.
6985
6986 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
6987
6988         * gnus-agent.el (gnus-agent-cat-groups): rewrote avoiding defsetf
6989         to avoid run-time CL dependencies.
6990         (gnus-agent-unfetch-articles): New function.
6991         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
6992         article numbers even when local .overview file is missing.
6993         (gnus-agent-read-article-number): New function. Only accepts
6994         27-bit article numbers.
6995         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
6996         gnus-agent-read-article-number.
6997         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
6998         from backend while recognizing that article numbers in .overview
6999         must be valid.
7000         (gnus-agent-update-files-total-fetched-for): Use
7001         directory-files-and-attributes to improve performance.
7002         * gnus-int.el (gnus-request-move-article): Use
7003         gnus-agent-unfetch-articles in place of gnus-agent-expire to
7004         improve performance.
7005
7006         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
7007         some users confused by references to .newsrc when they only have a
7008         .newsrc.eld file.
7009         (gnus-convert-mark-converter-prompt,
7010         gnus-convert-converter-needs-prompt): Fixed use of property list.
7011         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
7012         New function. Used internally to only display 'gnus converting
7013         files' message when actually necessary.
7014
7015         * gnus-sum.el (): Removed (require 'gnus-agent) as required
7016         methods now autoloaded.
7017
7018 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7019
7020         * gnus-sum.el (gnus-summary-insert-subject): Remove list
7021         identifiers.
7022
7023 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
7024
7025         * gnus-picon.el: Fix indentation and closing parenthesis.
7026
7027 2004-09-01  Simon Josefsson  <jas@extundo.com>
7028
7029         * message.el (message-canlock-generate): Require sha1, not
7030         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
7031         to require within a function.  Sadly, if sha1.el isn't loaded, the
7032         let binding in m-c-g will hide the defcustom definition, which is
7033         bad.)
7034
7035         * canlock.el: Require sha1, not sha1-el.
7036
7037         * message.el: Don't autoload sha1 (there is a autoload cookie in
7038         sha1.el).
7039
7040         * sha1-el.el: Renamed to sha1.el.
7041
7042 2004-08-30  Juanma Barranquero  <lektu@terra.es>
7043
7044         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
7045
7046 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7047
7048         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
7049
7050 2004-08-30  Kim F. Storm  <storm@cua.dk>
7051
7052         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
7053
7054         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
7055         Add :group 'nnimap.
7056
7057 2004-08-30  Andreas Schwab  <schwab@suse.de>
7058
7059         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
7060         ?* and ?\;.
7061
7062         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
7063         and ?\' to symbol instead of whitespace.
7064
7065 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7066
7067         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
7068
7069         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
7070         instead of re-search-forward.
7071
7072         * gnus-uu.el (gnus-uu-save-article): Ditto.
7073         (gnus-uu-post-encode-uuencode): Ditto.
7074
7075         * html2text.el (html2text-clean-list-items): Ditto.
7076         (html2text-clean-dtdd): Ditto.
7077         (html2text-format-tags): Ditto.
7078
7079         * message.el (message-send-mail-with-sendmail): Fix regexp.
7080         (message-fill-field-general): Use search-forward instead of
7081         re-search-forward.
7082         (unbold-region): Ditto.
7083
7084         * nnrss.el (nnrss-request-article): Ditto.
7085
7086         * nnslashdot.el (nnslashdot-request-article): Ditto.
7087
7088         * nnweb.el (nnweb-gmane-wash-article): Ditto.
7089
7090         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
7091         "Unrecognized menu descriptor" error in XEmacs.
7092
7093 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
7094
7095         * gnus-sum.el (gnus-read-header): Don't remove a header for the
7096         parent article of a sparse article in the thread hashtb.
7097
7098 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
7099
7100         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
7101         (nnmail-expand-newtext): Lowercase expanded entries if
7102         nnmail-split-lowercase-expanded is non-nil.
7103
7104 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7105
7106         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward
7107         entry.
7108
7109         * gnus-group.el (gnus-group-line-format-alist): Convert the value
7110         of gnus-tmp-news-method into string under XEmacs.  It will be
7111         passed to gnus-correct-length which takes only a string argument.
7112
7113 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7114
7115         * gnus-util.el (gnus-bind-print-variables): New macro.
7116         (gnus-prin1): Use it.
7117         (gnus-prin1-to-string): Use it.
7118         (gnus-pp): New function.
7119         (gnus-pp-to-string): New function.
7120
7121         * gnus-cus.el (gnus-agent-cat-prepare-category-field): Replace
7122         pp-to-string with gnus-pp-to-string.
7123         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
7124         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
7125         * gnus-msg.el (gnus-debug): Ditto.
7126         * gnus-score.el (gnus-score-save): Ditto.
7127         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
7128         gnus-pp-to-string.
7129         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
7130         with gnus-pp.
7131         * score-mode.el (gnus-score-pretty-print): Ditto.
7132         * webmail.el (webmail-debug): Ditto.
7133
7134 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7135
7136         * gnus-art.el (article-display-face, article-display-x-face): Use
7137         buffer-read-only.
7138
7139 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7140
7141         * gnus-art.el (article-hide-list-identifiers): Bind
7142         inhibit-read-only as t.
7143
7144 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
7145
7146         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
7147
7148 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7149
7150         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
7151         (gnus-narrow-to-page): Don't assume point-min == 1.
7152         (gnus-article-edit-mode): Derive from message-mode.
7153
7154         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
7155         point-min == 1.
7156
7157         * imap.el (imap-parse-address-list, imap-parse-body-ext):
7158         Disable incorrect use of `assert'.
7159
7160         * message.el (message-mode): Set comment-start-skip.
7161
7162
7163 2004-08-22  Sam Steingold  <sds@gnu.org>
7164
7165         * pop3.el (pop3-leave-mail-on-server): New user variable.
7166         (pop3-movemail): Delete mail only when it is nil.
7167
7168 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
7169
7170         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
7171
7172         * mml.el (mml-preview): Use `pop-to-buffer'.
7173
7174         * message.el (message-goto-mail-followup-to): Insert after "To".
7175         (message-carefully-insert-headers): Add comment.
7176
7177         * gnus.el: Remove unused variable `gnus-article-check-size'.
7178
7179         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
7180
7181         * gnus-art.el (gnus-button-alist): Improve
7182         `gnus-button-handle-library' entry.
7183
7184 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
7185
7186         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
7187         downcase, since XEmacs capitalizes error messages differently.
7188
7189 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
7190
7191         * nntp.el: Add (require 'gnus) due to reference to
7192         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
7193
7194 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
7195
7196         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
7197         `mm-fill-flowed'.
7198
7199         * mm-decode.el (mm-dissect-singlepart): Check it.
7200
7201 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
7202
7203         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
7204         'imap' for netrc parsing.
7205
7206 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
7207
7208         * mailcap.el (mailcap-mime-data): Mark as risky.
7209
7210 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7211
7212         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
7213         may be included in the encoded word.
7214         (rfc2047-encode): Don't append a space if the encoded word
7215         includes close parenthesis.
7216
7217 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7218
7219         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
7220         of text within parentheses.
7221
7222 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
7223
7224         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
7225         (gnus-encrypt-write-file-contents): Make the password key the file
7226         name PLUS the cipher, not just the cipher.  Also remove failed
7227         passwords from the cache.
7228
7229 2004-08-06  Simon Josefsson  <jas@extundo.com>
7230
7231         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
7232         fix.
7233
7234 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7235
7236         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
7237         LWSP.
7238
7239 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
7240
7241         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
7242         to append in-reply-to: data to the references: header.
7243
7244         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
7245         (netrc-parse): Use gnus-encrypt.el functions.
7246
7247         * gnus-encrypt.el: Add new file for encryption support; currently
7248         does only a few GPG ciphers and an internal XOR cipher.
7249
7250         * password.el: Add comments on using password-read-and-add.
7251         (password-read-and-add): Add function to read and add the
7252         password to the cache at once.
7253
7254 2004-07-28  Simon Josefsson  <jas@extundo.com>
7255
7256         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
7257         parameter (but don't use it, for now).
7258
7259         * imap.el (imap-ssl-open): Use imap-process-connection-type,
7260         instead of hard coding to nil.
7261
7262 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7263
7264         * mm-view.el (mm-inline-image-emacs): Open lines under an image
7265         as mm-inline-image-xemacs does.
7266
7267 2004-07-26  Simon Josefsson  <jas@extundo.com>
7268
7269         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
7270         Revert part of 2004-07-17 change below.
7271
7272 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7273
7274         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
7275         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
7276
7277 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7278
7279         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
7280         quotes that actually start with ">" at the beginning of the
7281         lines.
7282
7283 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7284
7285         * rfc2047.el (rfc2047-encode-region): Fix last change.
7286         (rfc2047-encode-parameter): Remove useless concat.
7287
7288 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7289
7290         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
7291         encode special characters; fix some kind of misconfigured headers;
7292         signal a real error if debug-on-quit or debug-on-error is non-nil.
7293         (rfc2047-encode-max-chars): New variable.
7294         (rfc2047-encode-1): Use it.
7295         (rfc2047-encode-parameter): New function.
7296
7297         * mml.el (mml-insert-parameter): Remove an excessive space.
7298
7299 2004-07-17  Simon Josefsson  <jas@extundo.com>
7300
7301         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
7302         Kai Grossjohann <kai@emptydomain.de>.
7303         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
7304         (gnus-group-make-menu-bar): Ditto.
7305
7306         * gnus-util.el (gnus-group-server): Add.
7307
7308 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
7309
7310         * message.el (message-clone-locals): Clone sendmail and smtp
7311         variables.
7312
7313 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7314
7315         * rfc2047.el (rfc2047-encode-region): Fix last change.
7316
7317 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7318
7319         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
7320         characters as non-special.
7321
7322 2004-07-09  Simon Josefsson  <jas@extundo.com>
7323
7324         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
7325         Users will lose all flag changes made while unplugged with
7326         e.g. nntp unless flag synchronization happens, thus `nil' is not a
7327         good default.  See numerous reports on ding mailing list.
7328
7329 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7330
7331         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
7332         add generate-head-function and generate-article-function to the
7333         rfc822-forward entry.
7334         (nndoc-rfc822-forward-generate-article): New function.
7335         (nndoc-rfc822-forward-generate-head): New function.
7336
7337         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
7338
7339 2004-07-06  Dan Christensen  <jdc@uwo.ca>
7340
7341         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
7342         respect display group parameter and gnus-summary-expunge-below.
7343         (gnus-articles-to-read): Remove unused reference to display group
7344         parameter.
7345
7346 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7347
7348         * nnheader.el (nnheader-uniquify-message-id): New experimental
7349         variable.
7350         (nnheader-nov-read-message-id): Use it.
7351
7352         * spam-report.el (spam-report-gmane): Add interactive.
7353
7354 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7355
7356         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
7357         qp-or-base64 for the application/* types.
7358
7359 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
7360
7361         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
7362
7363 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
7364
7365         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
7366         trim value.
7367
7368 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
7369
7370         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
7371         New macro and function.
7372         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
7373
7374 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7375
7376         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
7377         after-load-alist.
7378
7379 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7380
7381         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
7382         update info that isn't there.
7383
7384 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
7385
7386         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
7387         entry.
7388
7389 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7390
7391         * mm-view.el (mm-inline-render-with-function): Use multibyte
7392         buffer; decode html source by charset.
7393
7394         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
7395
7396         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
7397         Mule-UCS is loaded under XEmacs.
7398         (mm-mime-mule-charset-alist): Avoid duplicated entries.
7399
7400 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
7401
7402         * nnheader.el (nnheader-max-head-length): Increase to 8192.
7403
7404 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7405
7406         * mm-util.el (mm-coding-system-p): Return a coding-system.
7407         (mm-mime-mule-charset-alist): Use shift_jis instead of
7408         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
7409         entries for the mime charsets iso-2022-jp-3 and shift_jis.
7410         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
7411         instead of japanese-shift-jis and iso-latin-1 respectively in
7412         order to share the default value with both Emacs and XEmacs-mule.
7413         (mm-mule-charset-to-mime-charset): Make
7414         mm-coding-system-priorities effective.
7415         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
7416         while predicating of candidates upon the priorities.
7417
7418 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
7419
7420         * gnus-sum.el (gnus-summary-make-menu-bar): Add
7421         gnus-uu-invert-processable.
7422
7423         * gnus.el: Autoload gnus-uu-invert-processable.
7424
7425 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7426
7427         * mm-util.el (mm-with-multibyte-buffer): New macro.
7428
7429         * rfc2047.el (rfc2047-encode-string): Use it.
7430         (rfc2047-encode-region): Move point to the end of the region after
7431         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
7432
7433 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7434
7435         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
7436         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
7437
7438 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7439
7440         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
7441         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
7442         Karl Chen <quarl@nospam.quarl.org>.
7443
7444 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
7445
7446         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
7447         invalid addresses.
7448
7449 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
7450
7451         * spam.el: Change section markers, revise TODO list.
7452         (spam-backends): Make new master list of all installed backends.
7453         (spam-summary-exit-behavior): Add new variable to determine how
7454         messages moves are done at summary exit.
7455         (spam-move-spam-nonspam-groups-only)
7456         (spam-process-ham-in-nonham-groups)
7457         (spam-process-ham-in-spam-groups): Remove variables, the
7458         spam-summary-exit-behavior variable should be used to manage this
7459         behavior.
7460         (spam-old-ham-articles, spam-old-spam-articles): Remove.
7461         (spam-old-articles): Add variable, replacing spam-old-ham-articles
7462         and spam-old-spam-articles.
7463         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
7464         Add empty variables, placeholders for the backends they represent.
7465         (spam-set-difference): Move, unchanged.
7466         (spam-list-of-processors): Declare OBSOLETE, not used anymore
7467         unless the user has a processor variable.
7468         (spam-classifications, spam-classification-valid-p)
7469         (spam-backend-properties, spam-backend-property-valid-p)
7470         (spam-backend-function-type-valid-p)
7471         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
7472         (spam-report-articles-gmane, spam-report-articles-resend):
7473         Remove functions, they are not needed.
7474         (spam-install-backend-super, spam-backend-list)
7475         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
7476         (spam-backend-function, spam-backend-ham-registration-function)
7477         (spam-backend-spam-registration-function)
7478         (spam-backend-ham-unregistration-function)
7479         (spam-backend-spam-unregistration-function)
7480         (spam-backend-statistical-p, spam-backend-mover-p)
7481         (spam-install-backend-alias, spam-install-checkonly-backend)
7482         (spam-install-mover-backend, spam-install-nocheck-backend)
7483         (spam-install-backend, spam-install-statistical-backend)
7484         (spam-install-statistical-checkonly-backend): Add backend installation
7485         support.
7486         (spam-summary-prepare-exit): Rewrite to use the new backend code.
7487         (spam-group-processor-p): Use the new backend code and respect the
7488         summary exit behavior.
7489         (spam-mark-spam-as-expired-and-move-routine): Remove.
7490         (spam-summary-prepare): Change to use the new spam-old-articles
7491         variable.
7492         (spam-copy-or-move-routine, spam-copy-spam-routine)
7493         (spam-move-spam-routine, spam-copy-ham-routine)
7494         (spam-move-ham-routine): Add code to copy/move ham or spam.
7495         (spam-fetch-field-fast): Improve doc and code, plus allow the
7496         'number request.
7497         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
7498         variables.
7499         (spam-split, spam-find-spam): Use the new backend code.
7500         (spam-registration-functions): Remove variable.
7501         (spam-unregister-routine): Add convenience wrapper.
7502         (spam-log-undo-registration, spam-register-routine)
7503         (spam-log-processing-to-registry)
7504         (spam-log-unregistration-needed-p): Rename "check" to "backend"
7505         where possible.
7506         (spam-check-gmane-xref, spam-check-regex-headers)
7507         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
7508         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
7509         (spam-check-bogofilter-headers, spam-check-spamoracle)
7510         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
7511         (spam-check-crm114-headers): Use the spam-split-group that
7512         spam-split prepares, no need to determine it every time.
7513
7514         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
7515         to the nnheader-parse-naked-head call.
7516
7517         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
7518
7519         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
7520         the nnheader-nov-read-message-id call.
7521
7522 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7523
7524         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
7525         gnus-activate-group twice.  Suggested by Markus Peter
7526         <warp@spin.de>.
7527
7528 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7529
7530         * gnus-art.el (gnus-article-time-format): Exchange the order of
7531         day and month in the default value; fix customization type.
7532         (article-date-ut): Use add-text-properties.
7533         (article-make-date-line): Use message-make-date instead of
7534         current-time-string.
7535
7536         * message.el (message-fetch-field): Don't use set-text-properties.
7537         (message-make-date): Simplify.
7538
7539         * messagexmas.el (message-xmas-make-date): New function.
7540         (message-xmas-redefine): Defalias message-make-date to it.
7541
7542 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7543
7544         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
7545         (rfc2047-encode-region): Treat text within parentheses as special;
7546         show the original text when error has occurred.
7547
7548         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
7549         already-computed method to gnus-activate-group.
7550
7551         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
7552         same select-methods identical Lisp objects.
7553
7554         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
7555         object when modifying the info.
7556
7557 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7558
7559         * gnus-srvr.el (gnus-server-set-info): Remove the server from
7560         gnus-opened-servers since it has never been opened with the new
7561         configuration yet.
7562
7563 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7564
7565         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
7566         arg to nnheader-generate-fake-message-id.
7567
7568 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
7569
7570         * nnheader.el (nnheader-generate-fake-message-id): Accept a
7571         number and build a fake message ID localized to a group and
7572         article number (so it's repeatable from that point on).
7573         (nnheader-fake-message-id-p): Change regex to accomodate new fake
7574         ID format.
7575
7576         * gnus-sum.el (gnus-get-newsgroup-headers): Call
7577         nnheader-generate-fake-message-id with the article number.
7578
7579 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
7580
7581         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
7582         end-of-buffer.
7583
7584 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7585
7586         * message.el (message-ignored-supersedes-headers): Add Approved.
7587
7588 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7589
7590         * rfc2047.el (rfc2047-encode-message-header): Remove useless
7591         goto-char.
7592         (rfc2047-encode): Fold the line before encoding.
7593
7594 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7595
7596         * rfc2047.el (rfc2047-encode-message-header): Disabled header
7597         folding -- not all headers can be folded, and this should be done
7598         by the message composition mode.  Probably.  I think.
7599
7600 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7601
7602         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
7603         fast.
7604
7605         * gnus-ems.el (gnus-remove-image): Don't use
7606         message-text-with-property; remove only the image found first.
7607
7608         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
7609         found first.
7610
7611 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
7612
7613         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
7614
7615 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7616
7617         * message.el (message-text-with-property): Make it fast and accept
7618         optional arguments.
7619         (message-strip-forbidden-properties): Use it.
7620         (message-fix-before-sending): Follow the m-t-w-p change.
7621
7622         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
7623
7624 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7625
7626         * gnus-art.el (article-hide-headers): Don't change the buffer
7627         mistakenly when performing mml-preview even if
7628         gnus-single-article-buffer is nil.
7629
7630 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
7631
7632         * message.el (message-expand-name-databases): New user option.
7633         (message-expand-name): Use it.
7634
7635 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
7636
7637         * spam.el (spam-report-articles-resend)
7638         (spam-report-resend-register-routine): Allow ham reporting.
7639         (spam-report-resend-register-ham-routine): Add wrapper.
7640         (spam-registration-functions): Add ham resending functions.
7641         (spam-list-of-processors): Add ham resend processor.
7642
7643         * gnus.el (ham-resend-to): Add new group parameter.
7644         (spam-process): Add ham resend option.
7645
7646         * spam-report.el (spam-report-resend): Allow reporting ham.
7647         (spam-report-resend-ham): Add wrapper.
7648
7649 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7650
7651         * message.el (message-cite-articles-with-x-no-archive): New
7652         variable.
7653         (message-cite-original): Use it.
7654
7655 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7656
7657         * message.el (message-cite-original): Respect X-No-Archive.
7658
7659 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7660
7661         * gnus-art.el (article-hide-headers): Refer to the values for
7662         gnus-ignored-headers and gnus-visible-headers in the summary
7663         buffer since a user may have set them as group parameters.
7664
7665 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
7666
7667         * assistant.el (assistant-node-name): Add convenience function.
7668         (assistant-render-text, assistant-render-node): Add error handling,
7669         plus handle multiple next nodes.
7670         (assistant-find-next-node): Comment out for now.
7671         (assistant-find-next-nodes): Add function, returns list of next
7672         nodes.
7673
7674 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
7675
7676         * mail-source.el (mail-source-directory): Fix doc-string.
7677
7678 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
7679
7680         * assistant.el (assistant-render-text, assistant-eval): Add :set
7681         widget type, which is different because it takes and returns a
7682         list.  Much hilarity ensues.
7683
7684 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
7685
7686         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
7687
7688         * gnus-group.el (gnus-group-get-new-news-this-group): Added
7689         doc-string.
7690
7691         * gnus-start.el (gnus-activate-group): Added doc-string.
7692
7693 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7694
7695         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
7696
7697 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
7698
7699         * assistant.el (assistant-render-text): Try to add a :set
7700         widget, more to come.
7701
7702         * spam.el (spam-group-spam-contents-p): Handle empty groupname
7703         strings.
7704         (spam-report-articles-resend)
7705         (spam-register-routine): Do registration iff any articles warrant
7706         it.
7707         (spam-summary-prepare-exit): Change log message for nil group
7708         destinations.
7709
7710 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
7711
7712         * spam.el (spam-report-resend-register-routine): Allow
7713         spam-report-resend-to to be a group parameter or a global value.
7714
7715 2004-05-26  Simon Josefsson  <jas@extundo.com>
7716
7717         * starttls.el: Merge with my GNUTLS based starttls.el.
7718         (starttls-gnutls-program, starttls-use-gnutls)
7719         (starttls-extra-arguments, starttls-process-connection-type)
7720         (starttls-connect, starttls-failure, starttls-success): New
7721         variables.
7722         (starttls-program, starttls-extra-args): Doc fix.
7723         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
7724         functions.
7725         (starttls-negotiate, starttls-open-stream): Check
7726         `starttls-use-gnutls' and pass on to corresponding *-gnutls
7727         function if it is set.
7728
7729 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7730
7731         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
7732         structured fields.
7733
7734 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7735
7736         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
7737
7738 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
7739
7740         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
7741         variable.
7742         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
7743         assigning the spam-mark to new messages.
7744
7745 2004-05-26  Adam Sj\e,Ax\e(Bgren  <asjo@koldfront.dk>  (tiny change)
7746
7747         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
7748
7749 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7750
7751         * dgnushack.el: Autoload customize-set-variable for XEmacs.
7752
7753         * rfc2047.el (rfc2047-encodable-p): Don't move point.
7754         (rfc2047-decode): Treat the ascii coding-system as raw-text by
7755         default.
7756
7757 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
7758
7759         * gnus-sum.el (gnus-summary-delete-article): invoke hook with
7760         correct data.
7761
7762 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
7763
7764         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
7765         (spam-group-processor-p): Fix function.
7766         (spam-group-processor-multiple-p)
7767         (spam-group-spam-processor-report-gmane-p)
7768         (spam-group-spam-processor-report-resend-p)
7769         (spam-group-spam-processor-bogofilter-p)
7770         (spam-group-spam-processor-blacklist-p)
7771         (spam-group-spam-processor-ifile-p)
7772         (spam-group-ham-processor-ifile-p)
7773         (spam-group-spam-processor-spamoracle-p)
7774         (spam-group-spam-processor-crm114-p)
7775         (spam-group-ham-processor-bogofilter-p)
7776         (spam-group-spam-processor-stat-p)
7777         (spam-group-ham-processor-stat-p)
7778         (spam-group-ham-processor-whitelist-p)
7779         (spam-group-ham-processor-BBDB-p)
7780         (spam-group-ham-processor-spamoracle-p)
7781         (spam-group-ham-processor-copy-p): Remove functions with some
7782         prejudice against unneeded code.
7783         (spam-report-articles-resend)
7784         (spam-report-resend-register-routine): Allow the group/topic
7785         spam-resend-to value to override spam-report-resend-to.
7786         (spam-summary-prepare-exit): Invoke spam-group-processor-p
7787         properly now.
7788
7789         * gnus.el (spam-resend-to): Add group/topic parameter.
7790         (spam-process): Move the OBSOLETE processors to the end of the
7791         choices.
7792
7793 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
7794
7795         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
7796         with resend-to set to nil, and then ask the user if necessary.
7797         (spam-report-resend): spam-report-resend takes a list of articles, not
7798         separate article numbers.
7799
7800 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7801
7802         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
7803         addition to emacs-w3m.
7804
7805 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7806
7807         * assistant.el (assistant-authinfo-data): New function.
7808         (assistant-eval): Eval for entire assistant.
7809
7810         * netrc.el (netrc-services-file): New variable.
7811         (netrc-parse-services): New function.
7812         (netrc-find-service-name): New function.
7813         (netrc-find-service-number): New function.
7814         (netrc-port-equal): New function.
7815         (netrc-machine): Use it.
7816
7817         * nnimap.el (nnimap-open-connection): Use netrc.
7818
7819         * gnus-util.el (gnus-netrc-get): Remove aliases.
7820
7821         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
7822
7823         * assistant.el (wid-edit): Fix compilation.
7824
7825         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
7826
7827 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
7828
7829         * gnus-util.el (gnus-set-file-modes): New function.  (small
7830         patch).
7831
7832 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7833
7834         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
7835
7836         * assistant.el (assistant-render-node): Fix up rendering and
7837         read-only text.
7838         (assistant-render-node): Reset.
7839         (assistant-make-read-only): Not sticky.
7840
7841 2004-05-20  Danny Siu  <dsiu@adobe.com>
7842
7843         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
7844         centered even when gnus-auto-center-summary is t
7845
7846 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7847
7848         * dns.el (dns-get-txt-answer): New function.
7849         (dns-read-txt): Ditto.
7850         (query-dns): Use it.
7851
7852 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7853
7854         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
7855         active for foreign groups even if the group level is higher than
7856         the specified value.
7857
7858 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7859
7860         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
7861         non-active groups.
7862
7863         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
7864
7865 2004-05-20  Magnus Henoch  <mange@freemail.hu>
7866
7867         * dns.el (dns-read-type): Add support for SVR.  (small patch)
7868
7869 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7870
7871         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
7872         (spam-crm114-header, spam-crm114-spam-switch)
7873         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
7874         (spam-crm114-positive-spam-header)
7875         (spam-crm114-database-directory, spam-list-of-processors)
7876         (spam-group-spam-processor-crm114-p)
7877         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
7878         (spam-generic-score, spam-list-of-checks)
7879         (spam-list-of-statistical-checks, spam-registration-functions)
7880         (spam-check-crm114-headers, spam-crm114-score)
7881         (spam-check-crm114, spam-crm114-register-with-crm114)
7882         (spam-crm114-register-spam-routine)
7883         (spam-crm114-unregister-spam-routine)
7884         (spam-crm114-register-ham-routine)
7885         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
7886         asjo@koldfront.dk (Adam Sj\e,Ax\e(Bgren).
7887
7888         * gnus.el: Add spam-use-crm114.
7889
7890         * spam.el (spam-list-of-processors, spam-registration-functions):
7891         Add spam-use-resend.
7892         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
7893         (spam-report-articles-gmane): Add doc fix.
7894         (spam-report-articles-resend,
7895         spam-report-resend-register-routine): Add wrappers around
7896         spam-report-resend-to.
7897
7898         * spam-report.el (spam-report-resend-to, spam-report-resend):
7899         Add support for resending spam.
7900         (spam-report-gmane): Fix line length >80.
7901
7902         * gnus.el (spam-process): Add spam-use-resend.
7903
7904 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7905
7906         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
7907         number of processed spam messages.
7908         (spam-ham-copy-or-move-routine): Return the number of processed
7909         ham messages.
7910         (spam-summary-prepare-exit): Use the above values to decide
7911         whether status messages shouled be displayed.
7912
7913 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7914
7915         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
7916         `rfc2047-encoding-function-alist' in order to avoid conflicting
7917         with the old version.
7918         (rfc2047-encode-region): Concatenate words containing non-ASCII
7919         characters in structured fields; don't encode space-delimited
7920         ASCII words even in unstructured fields; don't break words at
7921         char-category boundaries.
7922         (rfc2047-encode-1): New function.
7923         (rfc2047-encode): Use it; encode text so that it occupies the
7924         maximum width within 76-column; work correctly on Q encoding for
7925         iso-2022-* charsets.
7926         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
7927         sure not to break a line just after the header name.
7928         (rfc2047-b-encode-region): Removed.
7929         (rfc2047-b-encode-string): New function.
7930         (rfc2047-q-encode-region): Removed.
7931         (rfc2047-q-encode-string): New function.
7932
7933         * mm-util.el (mm-replace-in-string): New function.
7934
7935 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7936
7937         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
7938         get it right.
7939         (gnus-inews-make-draft): Really.
7940
7941 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
7942
7943         * nnmh.el (nnmh-request-list-1): Don't check the link count
7944         before descending.  (small patch)
7945
7946 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7947
7948         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
7949         stuff.
7950
7951         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
7952         on real group name.
7953
7954         * gnus-art.el (gnus-signature-limit): Doc fix.
7955
7956         * gnus-msg.el (gnus-inews-make-draft): Quote list.
7957
7958         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
7959
7960 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
7961
7962         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
7963         isn't a string.
7964
7965 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7966
7967         * gnus-draft.el (gnus-draft-send): Bind
7968         rfc2047-encode-encoded-words.
7969
7970         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
7971         (rfc2047-encodable-p): Say that =? needs encoding.
7972         (rfc2047-encode-encoded-words): New variable.
7973
7974         * gnus-group.el (gnus-group-select-group): Doc fix.
7975
7976         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
7977
7978         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
7979         to nil.
7980
7981         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
7982
7983         * nnheader.el (nnheader-get-lines-and-char): New function.
7984
7985 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
7986
7987         * gnus-msg.el (gnus-summary-followup-with-original): Document
7988         yanking of region when active.
7989
7990 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7991
7992         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
7993         groups if the group level is higher than the specified value.
7994
7995 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
7996
7997         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
7998         (gnus-group-jump-to-group): Added prefix argument using
7999         `gnus-group-jump-to-group-prompt'.  Query before jumping to
8000         non-active group.
8001
8002         * compface.el (uncompface): Be verbose when changing
8003         `uncompface-use-external'.
8004
8005         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
8006         handle manual section.
8007
8008 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8009
8010         * gnus-art.el (gnus-button-alist): Revert previous change.
8011
8012 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8013
8014         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
8015
8016 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8017
8018         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
8019         whether backend can accept message.
8020
8021         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
8022
8023 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
8024
8025         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
8026         Avoid creating directory when nntp-marks-is-evil is true.
8027         Reported by Reiner Steib.
8028
8029 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8030
8031         * gnus-picon.el (gnus-picon-style): New variable.
8032         (gnus-picon-insert-glyph): Added optional `nostring' argument.
8033         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
8034         Jesper Harder <harder@ifa.au.dk>.
8035
8036 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8037
8038         * message.el (message-fill-field): Return point.
8039         (message-generate-headers): Go to end of field.
8040
8041         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
8042         stuff for non-living groups.
8043
8044 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
8045
8046         * gnus-art.el (gnus-article-followup-with-original)
8047         (gnus-article-reply-with-original): gnus-mark-active-p ->
8048         gnus-region-active-p.
8049
8050 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
8051
8052         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
8053         only when there is spam or ham to be processed.
8054
8055 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8056
8057         * mail-source.el (mail-source-delete-crash-box): Refactor.
8058         (mail-source-fetch): Use it.
8059         (mail-source-fetch-file): Ditto.
8060         (mail-source-fetch-directory): Run postscript in loop.
8061         (mail-source-fetch-pop): Delete.
8062         (mail-source-fetch-maildir): Ditto.
8063         (mail-source-fetch-imap): Ditto.
8064
8065         * imap.el (imap-authenticators): Comment out sasl.
8066
8067         * message.el (message-skip-to-next-address): New function.
8068         (message-fill-header-address): Refactor.
8069         (message-fill-address): Use it.
8070         (message-delete-address): Use it.
8071         (message-fill-header-general): Refactor.
8072         (message-fill-field-address): Rename.
8073         (message-narrow-to-field): Find the start of the header.
8074         (message-header-format-alist): Don't pre-fill.
8075         (message-fill-header): Removed.
8076         (message-insert-header): New function.
8077         (message-shorten-references): Use it.
8078
8079         * rfc2047.el (rfc2047-field-value): Strip props.
8080
8081         * mail-parse.el (mail-header-make-address): New alias.
8082
8083         * ietf-drums.el (ietf-drums-make-address): New function.
8084
8085         * imap.el: Add compiler directives.
8086
8087         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
8088
8089         * gnus-art.el (article-decode-idna-rhs): Don't use
8090         message-idna-inside-rhs-p.
8091
8092 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8093
8094         * message.el (message-idna-inside-rhs-p): Removed.
8095         (message-idna-to-ascii-rhs-1): Use proper address parsing.
8096
8097         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
8098         false positives.
8099
8100 2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
8101
8102         * imap.el (imap-sasl-make-mechanisms): Use sasl.
8103
8104 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8105
8106         * nneething.el (nneething-file-name): Don't create spurions
8107         files.
8108
8109         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
8110         (gnus-inews-do-gcc): Remove sleep.
8111
8112         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
8113         part under point.
8114
8115         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
8116         (gnus-agent-regenerate-group): Using nil messages aren't valid.
8117
8118 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
8119
8120         * spam.el (spam-summary-prepare-exit): Fixed (length).
8121
8122 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
8123
8124         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
8125         as expired without moving it" message when there are spam
8126         messages left.
8127
8128 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
8129
8130         * gnus-dup.el (gnus-dup-unsuppress-article): don't assume the mail
8131         header is not nil.
8132
8133 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
8134
8135         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
8136         nntp-possibly-create-directory, not nntp-possibly-change-group.
8137         (nntp-marks-changed-p): New arg SERVER.
8138         (nntp-request-update-info): Adjust caller.
8139
8140 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
8141
8142         * nntp.el (nntp-save-marks): Pass missing arg.
8143
8144 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
8145
8146         * nntp.el: Support marks.
8147         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
8148         (nntp-marks-modtime, nntp-marks-directory): New variables.
8149         (nntp-request-set-mark, nntp-request-update-info)
8150         (nntp-possibly-create-directory, nntp-marks-changed-p)
8151         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
8152         functions.
8153
8154 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
8155
8156         * gnus-xmas.el (gnus-xmas-select-lowest-window)
8157         (gnus-xmas-redefine): Rename.
8158
8159         * gnus-score.el (gnus-score-insert-help): Use
8160         gnus-select-lowest-window.
8161
8162         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
8163         appt-select-lowest-window and rename to gnus-select-lowest-window.
8164
8165         * gnus.el: do.
8166
8167 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8168
8169         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
8170         encodings of MIME-encoded words, in order to improve
8171         interoperability with several broken MUAs.
8172
8173 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8174
8175         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
8176         tags, only when charsets are not specified in headers.
8177         (mm-inline-text-html-render-with-w3m): Ditto.
8178
8179         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
8180         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
8181
8182 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8183
8184         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
8185         instead of MIME-decoded from fields when checking
8186         `gnus-article-address-banner-alist'.
8187
8188 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
8189
8190         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
8191         description rather than subject.
8192
8193 2004-05-02  Steve Youngs  <steve@youngs.au.com>
8194
8195         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
8196
8197 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8198
8199         * gnus.el (gnus-version-number): Bump.
8200
8201 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8202
8203         * gnus.el: No Gnus v0.2 is released.
8204
8205 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8206
8207         * gnus-agent.el (gnus-agent-read-agentview): Inline
8208         gnus-uncompress-range.
8209
8210 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8211
8212         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
8213         `exec-installed-p'.
8214
8215 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8216
8217         * gnus.el (spam-process, spam-autodetect-methods): Add
8218         bsfilter and bsfilter-headers.
8219
8220         * spam.el (spam-bsfilter): New customize group.
8221         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
8222         (spam-bsfilter-header, spam-bsfilter-probability-header)
8223         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
8224         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
8225         (spam-bsfilter-database-directory): New options.
8226         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
8227         (spam-list-of-statistical-checks, spam-registration-functions):
8228         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
8229         (spam-bsfilter-score): New command.
8230         (spam-check-bsfilter-headers, spam-check-bsfilter)
8231         (spam-bsfilter-register-with-bsfilter)
8232         (spam-bsfilter-register-spam-routine)
8233         (spam-bsfilter-unregister-spam-routine)
8234         (spam-bsfilter-register-ham-routine)
8235         (spam-bsfilter-unregister-ham-routine): New functions.
8236         (spam-generic-score): Support bsfilter; Accept an optional argument
8237         to recalcurate spam score even if scoring header has already been
8238         added.
8239         (spam-bogofilter-score, spam-spamassassin-score): Accept an
8240         optional argument to recalcurate spam score even if scoring header
8241         has already been added.
8242
8243 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
8244
8245         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
8246         strings!  Reported by David D. Smith <davidsmith@acm.org>.
8247         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
8248         link is missing.
8249
8250 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
8251
8252         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
8253         (html2text-get-attr): Rewrite.
8254
8255         * message.el (message-setup-1): Remove redundant put-text-property
8256         on mail-header-separator.
8257
8258 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
8259
8260         * gnus-registry.el (gnus-registry-cache-whitespace)
8261         (gnus-registry-action, gnus-registry-spool-action)
8262         (gnus-registry-split-fancy-with-parent): Change message levels
8263         from 5 to 3 or 7, as needed.
8264
8265         * spam.el (spam-summary-prepare-exit)
8266         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
8267         (spam-split, spam-find-spam, spam-log-undo-registration)
8268         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
8269         level from 5 to 6.
8270
8271 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8272
8273         * gnus-ems.el: Autoload appt-select-lowest-window (revert
8274         2004-03-04 change).
8275
8276 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
8277
8278         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
8279         Use mapc when appropriate.
8280
8281         * sieve-manage.el (sieve-manage-open): do.
8282
8283         * nnweb.el (nnweb-insert-html): do.
8284
8285         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
8286         (nnvirtual-partition-sequence, nnvirtual-create-mapping): do.
8287
8288         * nnspool.el (nnspool-request-group): do.
8289
8290         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
8291         do.
8292
8293         * nnml.el (nnml-request-update-info): do.
8294
8295         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
8296         (nnmh-request-create-group, nnmh-update-gnus-unreads): do.
8297
8298         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
8299         (nnimap-request-set-mark): do.
8300
8301         * nnfolder.el (nnfolder-request-update-info): do.
8302
8303         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
8304         do.
8305
8306         * mml.el (mml-destroy-buffers, mml-compute-boundary-1): do.
8307
8308         * gnus-uu.el (gnus-uu-find-articles-matching): do.
8309
8310         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
8311         do.
8312
8313         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
8314         do.
8315
8316         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files): do.
8317
8318         * gnus-nocem.el (gnus-nocem-scan-groups): do.
8319
8320         * gnus-int.el (gnus-start-news-server): do.
8321
8322         * gnus-group.el (gnus-group-make-kiboze-group)
8323         (gnus-group-browse-foreign-server): do.
8324
8325 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
8326
8327         FIXME: Make separate entries for each person.
8328
8329         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
8330         Sj\e,Ax\e(Bgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
8331         <shields@msrl.com>:
8332
8333         * spam.el (spam-necessary-extra-headers): Get the extra headers we
8334         may need for spam sorting and scoring.
8335         (spam-user-format-function-S): Add user format function suitable for
8336         general use.
8337         (spam-article-sort-by-spam-status): Add sorting function for summary
8338         sorting.
8339         (spam-extra-header-to-number): Add function to get a score from a
8340         header.
8341         (spam-summary-score): Add function to  get a numeric score from the
8342         headers.
8343         (spam-generic-score): Fixed function doc, was in wrong place.
8344         (spam-initialize): Take symbols when it's run, and install the
8345         extra headers that spam-necessary-extra-headers thinks we need.
8346
8347 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
8348
8349         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
8350         Reported by bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
8351
8352 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
8353
8354         * gnus-sum.el (gnus-set-global-variables)
8355         (gnus-build-all-threads, gnus-get-newsgroup-headers)
8356         (gnus-article-get-xrefs, gnus-summary-best-group)
8357         (gnus-summary-next-article, gnus-summary-enter-digest-group)
8358         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
8359         (gnus-summary-update-info, gnus-kill-or-deaden-summary): Use
8360         with-current-buffer.
8361
8362 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
8363
8364         * spam.el (spam-summary-prepare-exit): Simplify logic.
8365         (spam-fetch-article-header): Read the article header if it's not
8366         available.
8367         (spam-list-articles): Simplify logic.
8368         (spam-filelist-register-routine): Fix bug with unregister-list.
8369
8370         * gnus-registry.el: Fix comments at beginning.
8371
8372 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
8373
8374         * message.el (message-cater-to-broken-inn): Remove.
8375         (message-shorten-references): Make sure the total folded length of
8376         References is shorter than 998 characters to cater to a bug in INN
8377         2.3.  Also, don't pretend that references aren't folded -- this
8378         hasn't worked for a while.
8379
8380 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8381
8382         * gnus-agent.el (gnus-agentize):
8383         gnus-agent-send-mail-real-function no longer set to current value
8384         of message-send-mail-function but rather a lambda that calls
8385         message-send-mail-function.  The change makes the agent real-time
8386         responsive to user changes to message-send-mail-function.
8387
8388 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8389
8390         * legacy-gnus-agent.el
8391         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
8392         help from Florian Weimer <fw@deneb.enyo.de>
8393
8394 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8395
8396         * nnmail.el (nnmail-cache-insert): Revert last change.
8397
8398 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8399
8400         * nnmail.el (nnmail-cache-insert): Always check whether
8401         nnmail-cache-ignore-groups matches a group name.
8402
8403 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
8404
8405         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
8406         (spam-find-spam, spam-log-processing-to-registry)
8407         (spam-log-registered-p, spam-log-unregistration-needed-p)
8408         (spam-log-undo-registration): Use gnus-message instead of
8409         gnus-error, none of these errors are fatal.
8410
8411         * gnus-registry.el (gnus-registry-clean-empty-function)
8412         (gnus-registry-clean-empty): Remove only empty entries without
8413         extra data.
8414
8415 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
8416
8417         * spam-stat.el (spam-stat-buffer-change-to-spam)
8418         (spam-stat-buffer-change-to-non-spam): Change (error) to
8419         (gnus-message 8) invocation.
8420
8421 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8422
8423         * nntp.el (nntp-via-netcat-command): New variable.
8424         (nntp-via-netcat-switches): New variable.
8425         (nntp-open-via-rlogin-and-netcat): New function.
8426         (nntp-open-connection-function): Doc fix.
8427         (nntp-telnet-command): Doc fix.
8428         (nntp-end-of-line): Doc fix.
8429         (nntp-via-rlogin-command): Doc fix.
8430         (nntp-via-user-name): Doc fix.
8431         (nntp-via-address): Doc fix.
8432
8433 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8434
8435         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
8436         error in Emacs 21.1.
8437
8438 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
8439
8440         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
8441
8442 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8443         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
8444         (gnus-agent-with-refreshed-group): New macro.
8445         (gnus-agent-rename-group): New function.
8446         (gnus-agent-delete-group): New function.
8447         (gnus-agent-save-group-info): Use gnus-command-method when
8448         `method' parameter is nil.  Don't write nil entries into the
8449         active file.
8450         (gnus-agent-get-group-info): New function.
8451         (gnus-agent-fetch-articles): Use
8452         gnus-agent-update-files-total-fetched-for to increment disk space
8453         used.
8454         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
8455         gnus-agent-update-view-total-fetched-for to increment disk space
8456         used.
8457         (gnus-agent-get-local): Added optional parameters to avoid calling
8458         gnus-group-real-name and gnus-find-method-for-group.
8459         (gnus-agent-set-local): Delete stored entry if either min, or max,
8460         are nil.
8461         (gnus-agent-fetch-session): Reworded error/quit messages.  On
8462         quit, use gnus-agent-regenerate-group to record existance of any
8463         articles fetched to disk before the quit occurred.
8464         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
8465         gnus-agent-update-view-total-fetched-for, and
8466         gnus-agent-update-files-total-fetched-for to decrement disk space
8467         used.
8468         (gnus-agent-retrieve-headers): Use
8469         gnus-agent-update-view-total-fetched-for to increment disk space
8470         used.
8471         (gnus-agent-regenerate-group): Replace gnus-group-update-group
8472         with gnus-agent-update-files-total-fetched-for to decrement disk
8473         space and fresh group buffer.
8474         (gnus-agent-inhibit-update-total-fetched-for): New variable.
8475         (gnus-agent-need-update-total-fetched-for): New variable.
8476         (gnus-agent-update-files-total-fetched-for): New function.
8477         (gnus-agent-update-view-total-fetched-for): New function.
8478         (gnus-agent-total-fetched-for): New function.
8479
8480         * gnus-cache.el (gnus-cache-save-buffers): Use
8481         gnus-cache-update-overview-total-fetched-for to change disk space
8482         used by this group.
8483         (gnus-cache-possibly-enter-article): Use
8484         gnus-cache-update-file-total-fetched-for to increment disk space
8485         used by this group.
8486         (gnus-cache-possibly-remove-article): Use
8487         gnus-cache-update-file-total-fetched-for to decrement disk space
8488         used by this group.
8489         (gnus-cache-generate-nov-databases): Purge total fetched cache.
8490         (gnus-cache-rename-group): New function.
8491         (gnus-cache-delete-group): New function.
8492         (gnus-cache-inhibit-update-total-fetched-for): New variable.
8493         (gnus-cache-need-update-total-fetched-for): New variable.
8494         (gnus-cache-with-refreshed-group): New macro.
8495         (gnus-cache-update-file-total-fetched-for): New function.
8496         (gnus-cache-update-overview-total-fetched-for): New function.
8497         (gnus-cache-rename-group-total-fetched-for): New function.
8498         (gnus-cache-delete-group-total-fetched-for): New function.
8499         (gnus-cache-total-fetched-for): New function.
8500
8501         * gnus-group.el: Require gnus-sum and autoload functions to
8502         resolve warnings when gnus-group.el compiled alone.
8503         (gnus-group-line-format): Documented new %F
8504         (size of Fetched data) group line format; identifies disk space
8505         used by agent and cache.
8506         (gnus-group-line-format-alist): Defined new F format.
8507         (gnus-total-fetched-for): New function.
8508         (gnus-group-delete-group): No longer update
8509         gnus-cache-active-altered as gnus-request-delete-group now keeps
8510         the cache in sync.
8511         (gnus-group-list-active): Let the agent store a server's active
8512         list if currently plugged.
8513
8514         * gnus-int.el (gnus-request-delete-group): Use
8515         gnus-cache-delete-group and gnus-agent-delete-group to keep the
8516         local disk in sync with the server.
8517          (gnus-request-rename-group): Use
8518         gnus-cache-rename-group and gnus-agent-rename-group to keep the
8519         local disk in sync with the server.
8520
8521         * gnus-start.el (gnus-get-unread-articles): Cosmetic
8522         simplification to logic.
8523
8524         * gnus-util.el (gnus-rename-file): New function.
8525
8526 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
8527
8528         * mm-util.el (mm-image-load-path): Handle nil in load-path.
8529
8530 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
8531
8532         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
8533         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
8534
8535 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
8536
8537         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
8538         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
8539
8540 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
8541
8542         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
8543
8544 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
8545
8546         * spam.el (spam-set-difference): Add function to replace
8547         gnus-set-difference in spam.el.
8548         (spam-summary-prepare-exit): Use spam-set-difference.
8549
8550 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
8551
8552         * gnus-registry.el (gnus-registry-cache-file): Update to use
8553         gnus-dribble-directory OR gnus-home-directory OR ~.
8554         (gnus-registry-split-fancy-with-parent): Fix doc.
8555
8556 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8557
8558         * message.el (message-exchange-point-and-mark): Use
8559         message-mark-active-p.  Suggested by Jesper Harder
8560         <harder@ifa.au.dk>.
8561
8562 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8563
8564         * message.el (message-exchange-point-and-mark): Don't activate
8565         region if it was inactive.  Suggested by Hiroshi Fujishima
8566         <pooh@nature.tsukuba.ac.jp>.
8567
8568 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8569
8570         * gnus-art.el (article-display-face): Display Faces in the same
8571         order as X-Faces.
8572
8573 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8574
8575         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
8576
8577 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8578
8579         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
8580         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
8581         (gnus-article-mime-hierarchy): Remove.
8582         (gnus-article-mime-hierarchy-next): Remove.
8583         (gnus-article-mode): Revert 2004-03-19 change.
8584         (gnus-article-setup-buffer): Revert 2004-03-19 change.
8585         (gnus-insert-mime-button): Revert 2004-03-19 change.
8586         (gnus-mime-accumulate-hierarchy): Remove.
8587         (gnus-mime-enter-multipart): Remove.
8588         (gnus-mime-leave-multipart): Remove,
8589         (gnus-mime-display-part): Revert 2004-03-19 change.
8590         (gnus-mime-display-alternative): Revert 2004-03-19 change.
8591
8592         * mml.el (mml-preview): Revert 2004-03-19 change.
8593
8594 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
8595
8596         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
8597
8598 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8599
8600         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
8601         t while entering a file name using the mm-with-multibyte macro.
8602         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
8603
8604         * mm-util.el (mm-with-multibyte): New macro.
8605
8606 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8607
8608         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
8609         user option.
8610         (gnus-mime-multipart-functions): Doc and customization fix.
8611         (gnus-article-mime-hierarchy): New variable.
8612         (gnus-article-mime-hierarchy-next): New variable.
8613         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
8614         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
8615         gnus-article-mime-hierarchy-next to nil.
8616         (gnus-insert-mime-button): Show hierarchy numbers.
8617         (gnus-mime-accumulate-hierarchy): New function.
8618         (gnus-mime-enter-multipart): New function.
8619         (gnus-mime-leave-multipart): New function.
8620         (gnus-mime-display-part): Recompute hierarchical MIME structure.
8621         (gnus-mime-display-alternative): Show hierarchy numbers.
8622
8623         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
8624         gnus-article-mime-hierarchy-next to nil.
8625
8626 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
8627
8628         * dns.el: Don't require gnus-xmas.
8629
8630 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
8631
8632         * mml.el (mml-generate-mime-1): Don't use format=flowed with
8633         inline PGP.
8634         (mml-menu): Disable mml-quote-region if mark is inactive.
8635
8636 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8637
8638         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
8639         when the group's active is not available.
8640
8641 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8642
8643         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
8644         error.
8645
8646 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
8647
8648         * imap.el (imap-store-password): New variable.
8649         (imap-interactive-login): Use it.
8650         Suggested by Mark Plaksin <happy@mcplaksin.org>.
8651
8652 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8653
8654         * gnus-art.el (gnus-article-read-summary-keys): Restore new
8655         window-start and hscroll to summary window.
8656
8657 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8658
8659         * gnus-start.el (gnus-convert-old-newsrc): Only write the
8660         conversion message to newsrc-dribble when an actual conversion is
8661         performed.
8662
8663 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
8664
8665         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
8666
8667 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8668
8669         * mm-decode.el (mm-complicated-handles): New function reviving
8670         former definition of mm-multiple-handles.
8671
8672         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
8673         (gnus-mime-delete-part): Use it.
8674
8675 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8676
8677         * gnus-agent.el (gnus-agent-read-local): Bind
8678         nnheader-file-coding-system to gnus-agent-file-coding-system to
8679         avoid the implicit assumption that they will always be equal.
8680         (gnus-agent-save-local): Bind buffer-file-coding-system, not
8681         coding-system-for-write, as the with-temp-file macro first prints
8682         to a buffer then saves the buffer.
8683
8684 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8685
8686         * gnus-art.el (gnus-article-edit-part): New function.
8687         (gnus-mime-save-part-and-strip): Use it; do query instead of
8688         signaling an error; don't use mm-multiple-handles.
8689         (gnus-mime-delete-part): Ditto.
8690
8691 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8692
8693         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
8694         old file versions.
8695         (gnus-group-prepare-hook): Removed function that converted list
8696         form of gnus-agent-expire-days to group properties.
8697
8698         * gnus-int.el: Autoload gnus-agent-regenerate-group.
8699         (gnus-request-accept-article): Re-indented.
8700
8701         * gnus-start.el (gnus-convert-old-newsrc): Registered new
8702         converters to handle old agent file formats.  Added logic for a
8703         "backup before upgrading warning".
8704         (gnus-convert-mark-converter-prompt): Developers can mark
8705         functions as needing (default), or not needing,
8706         gnus-convert-old-newsrc's "backup before upgrading warning".
8707         (gnus-convert-converter-needs-prompt): Tests whether the user
8708         should be protected from potentially irreversable changes by the
8709         function.
8710
8711         * legacy-gnus-agent.el (): New. Provides converters that are only
8712         loaded when gnus-convert-old-newsrc needs to call them.
8713
8714 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8715
8716         * mail-source.el (mail-source-touch-pop): Doc fix.
8717
8718         * message.el (message-smtpmail-send-it): Doc fix.
8719
8720 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
8721
8722         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
8723
8724         * nnmail.el (nnmail-split-fancy): do.
8725
8726         * gnus-kill.el (gnus-kill, gnus-execute): do.
8727
8728 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
8729
8730         * gnus-sum.el (gnus-widget-reversible-match)
8731         (gnus-widget-reversible-to-internal)
8732         (gnus-widget-reversible-to-external): New functions.
8733         (gnus-widget-reversible): New widget.
8734         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
8735
8736 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
8737
8738         * gnus-sum.el (gnus-thread-sort-functions)
8739         (gnus-article-sort-functions): Document `(not F)' items.
8740
8741 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8742
8743         * spam.el (spam-use-gmane-xref): Add new backend.
8744         (spam-gmane-xref-spam-group): Add variable to control the name of the
8745         Gmane spam group.
8746         (spam-blackhole-servers, spam-blackhole-good-server-regex)
8747         (spam-regex-headers-spam, spam-regex-headers-ham)
8748         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
8749         (spam-list-of-checks): Add spam-use-gmane-xref to list of
8750         backends and checks.
8751         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
8752
8753         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
8754         an autodetect method.
8755
8756 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8757
8758         * gnus-int.el (gnus-request-accept-article): Inform the agent that
8759         articles are being added to a group.
8760         (gnus-request-replace-article): Inform the agent that articles
8761         need to be uncached as the cached contents are no longer valid.
8762
8763 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8764
8765         * binhex.el: Don't autoload executable-find.
8766
8767         * canlock.el: Don't autoload mail-fetch-field.
8768
8769         * dgnushack.el: Autoload c-mode for XEmacs.
8770
8771         * gnus-ems.el: Don't autoload appt-select-lowest-window.
8772
8773         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
8774         rmail-dont-reply-to and rmail-output.
8775
8776         * gnus-score.el: Don't autoload ffap-string-at-point.
8777
8778         * gnus-setup.el: Don't autoload sc-cite-original.
8779
8780         * imap.el: Don't autoload base64-decode-string,
8781         base64-encode-string and md5.
8782
8783         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
8784         and rmail-msg-restore-non-pruned-header.
8785
8786         * mm-decode.el: Don't autoload executable-find.
8787
8788         * mm-url.el: Don't autoload executable-find.
8789
8790         * mm-view.el: Don't autoload diff-mode.
8791
8792         * nndb.el: Don't autoload news-reply-mode, news-setup,
8793         cancel-timer and telnet.
8794
8795         * password.el: Don't autoload run-at-time for Emacs.
8796
8797         * sha1-el.el: Don't autoload executable-find.
8798
8799         * sieve-mode.el: Don't autoload c-mode.
8800
8801         * uudecode.el: Don't autoload executable-find.
8802
8803 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8804
8805         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
8806         (gnus-agent-possibly-alter-active): Avoid null in numeric
8807         comparison.
8808         (gnus-agent-set-local): Refuse to save null in local object table.
8809         (gnus-agent-regenerate-group): The REREAD parameter can now be a
8810         list of articles that will be marked as unread.
8811
8812 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8813
8814         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
8815
8816 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
8817
8818         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
8819         language tags.
8820
8821 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
8822
8823         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
8824         Don't bind "obarray".
8825
8826         * gnus-sum.el (gnus-thread-sort-functions): Added
8827         `gnus-thread-sort-by-most-recent-number' and
8828         `gnus-thread-sort-by-most-recent-date'.
8829         Reported by Kai Grossjohann <kai@emptydomain.de>.
8830
8831 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8832
8833         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
8834
8835 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
8836
8837         * gnus-cus.el (gnus-agent-customize-category): Removed
8838         ignore-errors macro reference that required cl to be loaded at
8839         run-time.
8840
8841         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
8842         single-interval range of the form (min . max).  Previously the
8843         range had to look like ((min . max)).  Likewise, return
8844         (min . max) rather than ((min . max)).
8845         (gnus-range-map): Use gnus-range-normalize to accept
8846         single-interval range.
8847
8848         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
8849         the cache, but not the agent, now appear with their usual face.
8850
8851         * dgnushack.el (loaddir): New variable that is bound to the
8852         directory containing the dgnushack.el file. Use loaddir, rather
8853         than srcdir, to update load-path. Change lets dgnushack compile
8854         code in directories other than GNUS/lisp.
8855
8856 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8857
8858         * lpath.el: Don't bind w3m-safe-url-regexp.
8859
8860         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
8861         w3m-safe-url-regexp variable buffer-local.
8862
8863         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
8864
8865 2004-02-27  Simon Josefsson  <jas@extundo.com>
8866
8867         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
8868         gnus-group-real-prefix.
8869         (gnus-summary-move-article): Use it, instead of
8870         gnus-group-real-prefix.
8871
8872 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8873
8874         * lpath.el: Bind w3m-safe-url-regexp.
8875
8876         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
8877         w3m-safe-url-regexp variable buffer-local and set it as the value
8878         of mm-w3m-safe-url-regexp.
8879
8880         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
8881
8882         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
8883         parsing gnus-posting-styles when the message is not for replying.
8884
8885         * dgnushack.el: Autoload sgml-mode for XEmacs.
8886
8887         * nnrss.el (nnrss-opml-export): Use
8888         mm-set-buffer-file-coding-system instead of
8889         set-buffer-file-coding-system.
8890
8891 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
8892
8893         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
8894         of checkdoc.el).
8895         * nnrss.el: do.
8896         * gnus-mlspl.el: do.
8897         * gnus-ml.el: do.
8898         * gnus-srvr.el: do.
8899
8900         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
8901
8902 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
8903
8904         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
8905         Corrections to custom-manual links.
8906
8907         * gnus-art.el (gnus-article): Ditto.
8908
8909         * mm-decode.el (mime-display, mime-security): Ditto.
8910
8911 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
8912
8913         * flow-fill.el: Typo.
8914
8915 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
8916
8917         * spam-wash.el: New file.
8918
8919 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
8920
8921         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
8922
8923 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8924
8925         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
8926         to be run with new-articles as LIST1, not LIST2.
8927         (spam-registration-functions): Add spam-use-ham-copy as a nil
8928         registration backend.
8929
8930 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
8931
8932         * spam-stat.el (spam-stat-washing-hook): New option.
8933         (spam-stat-buffer-words): Use it.
8934         (spam-stat-process-directory, spam-stat-test-directory): Use
8935         insert-file-contents-literally.
8936         (spam-stat-coding-system): New variable.
8937         (spam-stat-load, spam-stat-save): Use it.
8938
8939 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8940
8941         * spam-report.el (spam-report-plug-agent): Quote
8942         spam-report-url-to-file and spam-report-url-ping-plain.
8943
8944 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
8945
8946         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
8947         / in mailto URLs.
8948
8949 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
8950
8951         * spam-report.el (spam-report-process-queue): Fix interactive use.
8952         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
8953         (spam-report-unplug-agent): Doc fixes.
8954         (spam-report-url-ping-mm-url, spam-report-url-to-file)
8955         (spam-report-agentize, spam-report-deagentize): Autoload
8956
8957 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8958
8959         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
8960
8961         * message.el (message-setup-fill-variables): Add mml tags to
8962         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
8963         <ajk@iu.edu>.
8964         (message-mode): Don't modify paragraph-separate there.
8965
8966 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8967
8968         * compface.el (uncompface-use-external): Default to undecided.
8969         (uncompface-use-external-threshold): New variable.
8970         (uncompface-float-time): New macro.
8971         (uncompface): Determine whether to use the external decoder if
8972         uncompface-use-external is undecided.
8973
8974 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8975
8976         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
8977         after images.
8978
8979         * gnus-art.el (gnus-mime-display-single): Remove dead code.
8980
8981 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
8982
8983         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
8984
8985         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do
8986
8987         * gnus-sum.el (gnus-summary-limit-to-age)
8988         (gnus-summary-limit-children): do.
8989
8990         * gnus-int.el (gnus-request-scan): do.
8991
8992         * gnus-group.el (gnus-group-suspend): do.
8993
8994         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
8995
8996         * gnus-cite.el (gnus-cite-parse-attributions): do.
8997
8998         * gnus-agent.el (gnus-summary-set-agent-mark)
8999         (gnus-agent-regenerate-group): do.
9000
9001         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
9002
9003         * binhex.el (binhex-decode-region-internal): do.
9004
9005 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9006
9007         * gnus-fun.el (gnus-face-properties-alist): New user option.
9008         (gnus-display-x-face-in-from): Use it.
9009
9010         * gnus-art.el (article-display-face): Ditto.
9011
9012         * compface.el (uncompface-use-external): Default to nil.
9013
9014 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
9015
9016         * nntp.el (nntp-erase-buffer): New function.
9017         (nntp-retrieve-data, nntp-send-command)
9018         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
9019         (nntp-possibly-change-group): Use it.
9020
9021         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
9022         with-current-buffer.
9023
9024 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
9025
9026         * compface.el: Merge the ELisp-based uncompface program.
9027         (compface): New customization group.
9028         (uncompface-use-external): New user option.
9029         (uncompface): Call uncompface-internal if uncompface-use-external
9030         is nil.
9031         (uncompface-internal): New function.  Note that there are also
9032         some other functions and variables added for this function.
9033
9034 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
9035
9036         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
9037         if necessary.
9038
9039 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
9040
9041         * spam-report.el (spam-report-unplug-agent)
9042         (spam-report-plug-agent, spam-report-deagentize)
9043         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
9044         Add support for the Agent in spam-report: when unplugged, report to a
9045         file; when plugged, submit all the requests.
9046
9047         * spam.el (spam-register-routine): Fix message about
9048         registration.
9049
9050 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
9051
9052         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
9053         dependencies.
9054         (rfc2047-encode): Use it.
9055
9056         * gnus-art.el (gnus-button-marker-list): Move before first
9057         reference.
9058
9059         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
9060         (imap-parse-body): Fix format string mismatch.
9061
9062         * gnus-score.el (gnus-summary-increase-score): do.
9063
9064         * nnrss.el (nnrss-close): New function.
9065
9066 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
9067
9068         * nnrss.el (nnrss-make-filename): New function.
9069         (nnrss-request-delete-group, nnrss-read-server-data)
9070         (nnrss-save-server-data, nnrss-read-group-data)
9071         (nnrss-save-group-data): Use it.
9072         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
9073         (nnrss-read-server-data, nnrss-read-group-data): Use load.
9074         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
9075
9076 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
9077
9078         * mml.el (mml-compute-boundary-1): Don't uncompress files.
9079
9080 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
9081
9082         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
9083         files.
9084
9085         * message.el (message-generate-headers-first): Don't quote nil
9086         and t in docstrings.
9087
9088         * imap.el (imap-id): do.
9089
9090         * gnus-agent.el (gnus-agent-consider-all-articles)
9091         (gnus-agent-queue-mail): do.
9092
9093 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
9094
9095         * spam-report.el (spam-report-process-queue): New function.
9096         Process requests from `spam-report-requests-file'.
9097         (spam-report-process-queue): Doc fix.
9098
9099 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
9100
9101         * spam.el (spam-register-routine)
9102         (spam-log-processing-to-registry, spam-log-registered-p)
9103         (spam-log-unregistration-needed-p, spam-log-undo-registration):
9104         Change "check" to "spam-check" for semi-clarity.
9105
9106 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
9107
9108         * pop3.el: Require nnheader.
9109
9110         * mml-smime.el: Require cl.  Autoload message-fetch-field.
9111
9112         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
9113
9114         * gnus-picon.el: Require cl.
9115
9116         * gnus-fun.el: Require gnus-ems and gnus-util.
9117
9118         * gnus.el (gnus-method-to-server): Move defsubst before first use.
9119
9120         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
9121
9122         * gnus-art.el (gnus-article-edit-mode): Define before first
9123         reference.
9124
9125 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
9126
9127         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
9128         (gnus-uu-post-encoded): Use point-at-bol.
9129
9130         * gnus-topic.el (gnus-group-active-topic-p): do.
9131
9132         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
9133
9134         * gnus-group.el (gnus-group-kill-region): do.
9135
9136         * gnus-art.el (article-date-ut): do.
9137
9138         * message.el (message-fetch-field): Remove redundant
9139         case-fold-search binding.
9140         (message-narrow-to-field): Simplify.
9141
9142 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
9143
9144         * spam.el (spam-directory): Derive from `gnus-directory'.
9145
9146         * spam-report.el (spam-report-url-to-file)
9147         (spam-report-requests-file): New function and variable for offline
9148         reporting.
9149         (spam-report-url-ping-function): Add `spam-report-url-to-file'
9150         and user defined function.
9151         (spam-report-url-ping-mm-url): Remove doubled slash.
9152
9153 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
9154
9155         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
9156
9157 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
9158
9159         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
9160         format string mismatch.
9161
9162         * sieve.el (sieve-deactivate-all): do.
9163
9164         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
9165
9166         * nnlistserv.el (nnlistserv-kk-wash-article): do.
9167
9168         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
9169
9170         * mm-bodies.el (mm-7bit-chars): Don't include \r.
9171
9172 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
9173
9174         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
9175         the list of checks.
9176
9177 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
9178
9179         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
9180         padding.
9181
9182 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
9183
9184         * mm-view.el (mm-fill-flowed): New variable.
9185         (mm-inline-text): Use it.
9186
9187 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
9188
9189         * spam.el (spam-spamassassin-register-ham-routine)
9190         (spam-spamassassin-register-spam-routine): Fix function names.
9191
9192 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9193
9194         * gnus.el (gnus-tmp-grouplens): Remove.
9195         (gnus-summary-line-format): Remove grouplens.
9196
9197         * gnus-group.el (gnus-group-line-format): Ditto.
9198
9199         * gnus-spec.el (gnus-format-specs): Ditto.
9200         (gnus-update-format-specifications): Flush the group format spec
9201         cache if there's the grouplens stuff.
9202         (gnus-parse-simple-format): Replace %l with the empty string.
9203
9204 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
9205
9206         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
9207         omission.
9208
9209 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9210
9211         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
9212         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
9213
9214 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
9215
9216         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile,
9217         nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
9218         New macros and functions.
9219         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
9220         Handle > NLINK_MAX messages.
9221         * nnmaildir.el (nnmaildir-request-set-mark): Use
9222         nnmaildir--emlink-p and nnmaildir--eexist-p.
9223
9224 2004-01-25  Alex Schroeder  <alex@gnu.org>
9225
9226         * spam-stat.el (spam-stat-process-directory-age): New option.
9227         (spam-stat-process-directory): Use it.
9228
9229 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
9230
9231         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
9232         (spam-stat-save): Accept prefix argument.
9233
9234 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
9235
9236         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
9237         links" error.
9238
9239 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9240
9241         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
9242         the rest of the and/or forms.
9243
9244 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
9245
9246         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
9247         compatibility with old .newsrc.eld files.
9248
9249         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
9250
9251         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
9252
9253         * gnus-start.el (gnus-1): do.
9254
9255         * gnus-group.el (gnus-group-line-format-alist): do.
9256
9257         * gnus.el (gnus-use-grouplens, gnus-visual): do.
9258
9259         * gnus-gl.el: Remove.
9260
9261 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9262
9263         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
9264         marks consisting of a single range {for example, (3 . 5)} rather
9265         than a list of a single range { ((3 . 5)) }.
9266
9267 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
9268
9269         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
9270         with-current-buffer.
9271         (spam-stat-store-current-buffer): Use insert-buffer-substring to
9272         avoid consing a string.
9273
9274         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
9275         Remove obsolete entries for big5 and gb2312.
9276
9277 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9278
9279         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
9280         uncompressed list.
9281
9282 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
9283
9284         * spam-stat.el (spam-stat-strip-xref): New function.
9285         (spam-stat-process-directory): Use it.
9286
9287         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
9288         here -- it's done in message-fetch-field.
9289
9290 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
9291
9292         * gnus-agent.el (gnus-agent-queue-mail,
9293         gnus-agent-prompt-send-queue): New variables.
9294         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
9295         * gnus-draft.el (gnus-group-send-queue): Pass the group name
9296         "nndraft:queue" along to gnus-draft-send.  Use
9297         gnus-agent-prompt-send-queue.
9298         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
9299         is "nndraft:queue".  Suggested by Gaute Strokkenes
9300         <gs234@srcf.ucam.org>
9301
9302         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
9303         (agent-enable-undownloaded-faces): Added
9304         (gnus-agent-cat-groups): Use eval-and-compile, not
9305         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
9306         method of gnus-agent-cat-groups even when the buffer has been
9307         evaled.
9308         (gnus-agent-save-active,gnus-agent-save-active-1): Merged to
9309         delete gnus-agent-save-active-1.
9310         (gnus-agent-save-groups): Deleted. Identical to
9311         gnus-agent-save-active.
9312         (gnus-agent-write-active): No longer adjust agent's copy of active
9313         file as agent's adjustments are now stored in their own
9314         file. Removed optional parameter.
9315         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
9316         servers.  Add use of min/max range limits from server's local
9317         file.
9318         (gnus-agent-save-alist): Removed unused optional argument.
9319         (gnus-agent-load-local,gnus-agent-read-and-cache-local),
9320         (gnus-agent-read-local,gnus-agent-save-local,gnus-agent-get-local),
9321         (gnus-agent-set-local): A per-server file that keeps min/max range
9322         limits for articles known to the agent.  Provides a fast mechanism
9323         for altering many active ranges.
9324         (gnus-agent-expire-group,gnus-agent-expire): No longer save the
9325         active file (local makes it unnecessary).
9326         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
9327
9328         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
9329         (agent-enable-undownloaded-faces): Added
9330
9331         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
9332         disable it when sending to "nndraft:queue".
9333         (gnus-group-send-queue): Add safety check to avoid sending queue
9334         when unplugged.
9335
9336         * gnus-group.el (gnus-group-catchup): Use new
9337         gnus-sequence-of-unread-articles, not
9338         gnus-list-of-unread-articles, to avoid exhausting memory with huge
9339         numbers of articles.  Use gnus-range-map to avoid having to
9340         uncompress the unread list.
9341         (gnus-group-archive-directory,
9342         gnus-group-recent-archive-directory): Fixed invalid ange-ftp
9343         reference.
9344
9345         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
9346         (gnus-sorted-range-intersection): Intersection of two ranges
9347         without requiring that they first be uncompressed.
9348
9349         * gnus-start.el (gnus-activate-group): Unless blocked by the
9350         caller, possibly expand the active range to include both cached
9351         and agentized articles.
9352         (gnus-convert-old-newsrc): Rewrote in anticipation of having
9353         multiple version-dependent converters.
9354         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
9355         gnus-agent-save-active.
9356         (gnus-save-newsrc-file): Save dirty agent range limits.
9357
9358         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
9359         gnus-agent-possibly-alter-active.
9360         (gnus-adjust-marked-articles): Faster handling of simple lists
9361
9362 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
9363
9364         * spam-stat.el (spam-stat-test-directory): New optional argument
9365         displays a list of files detected.  Suggested by Andrew Cohen
9366         <cohen@andy.bu.edu>.
9367         (spam-stat-buffer-words-with-scores): Don't narrow and change
9368         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
9369
9370 2004-01-20  Hubert Chan <hubert@uhoreg.ca>:
9371
9372         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
9373         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
9374         (spam-spamassassin-arguments)
9375         (spam-spamassassin-spam-flag-header)
9376         (spam-spamassassin-positive-spam-flag-header)
9377         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
9378         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
9379         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9380         (spam-list-of-processors, spam-list-of-checks)
9381         (spam-list-of-statistical-checks, spam-registration-functions)
9382         (spam-check-spamassassin-headers, spam-check-spamassassin)
9383         (spam-spamassassin-score)
9384         (spam-spamassassin-register-with-sa-learn)
9385         (spam-spamassassin-register-spam-routine)
9386         (spam-spamassassin-register-ham-routine)
9387         (spam-assassin-register-spam-routine)
9388         (spam-assassin-register-ham-routine): add SpamAssassin support
9389         (spam-bogofilter-score): fix to show article before scoring
9390
9391 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
9392
9393         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
9394         default scoring function.
9395         (spam-generic-score): Call spam-spamassassin-score if
9396         spam-use-spamassassin or spam-use-spamassassin-headers is on;
9397         spam-bogofilter-score otherwise.
9398
9399         * gnus.el (spam-process, spam-autodetect-methods): Add
9400         spamassassin and spamassassin-headers.
9401
9402 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
9403
9404         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9405         Suppress unnecessary messages.
9406
9407 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
9408
9409         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
9410         make-hash-table.
9411
9412 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9413
9414         * canlock.el (base64-encode-string): Don't autoload it.
9415
9416 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9417
9418         * run-at-time.el: Remove useless (require 'itimer),
9419         eval-and-compile and (featurep 'xemacs).
9420
9421 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
9422
9423         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
9424         GROUP is a virtual group.
9425
9426 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
9427
9428         * gnus.el: Autoload `message-y-or-n-p'.
9429
9430 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
9431
9432         * pgg-parse.el: Remove unnecessary (require 'custom).
9433
9434         * pgg-def.el: do.
9435
9436         * nnmail.el: do.
9437
9438         * gnus-undo.el: do.
9439
9440         * gnus-picon.el: do.
9441
9442         * gnus-util.el: do.
9443
9444 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
9445
9446         * gnus-sum.el (gnus-pick-line-number): Add autoload.
9447
9448 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9449
9450         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
9451         handle, as well as a list.
9452
9453         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
9454         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
9455         (mm-w3m-cid-retrieve): Simplify.
9456
9457 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
9458
9459         * message.el (message-kill-to-signature): Allow prefix arg to
9460         specify number of lines to keep before signature.
9461
9462 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
9463
9464         (message-kill-to-signature): Change docstring.
9465
9466 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9467
9468         * canlock.el: Always require sha1-el.
9469         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
9470
9471         * message.el: Autoload sha1 only when compiling.
9472
9473         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
9474         eudc-expand-inline for XEmacs.
9475
9476 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9477
9478         * message.el (message-canlock-generate): Require sha1-el.
9479
9480 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
9481
9482         * message.el (message-expand-name): Silence the byte compiler.
9483
9484         * lpath.el: Add detect-coding-system.
9485
9486         * dgnushack.el (dgnushack-compile): Remove obsolete check for
9487         cus-edit.
9488
9489 2004-01-13  Simon Josefsson  <jas@extundo.com>
9490
9491         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
9492         Invoke gnus-score-mode.  Reported by
9493         bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
9494
9495         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
9496         Jim Blandy <jimb@redhat.com> (tiny change).
9497
9498 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
9499
9500         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
9501
9502 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
9503
9504         * spam.el (spam-get-article-as-string): Update to use
9505         gnus-request-article-this-buffer, much simpler.
9506         (spam-get-article-as-buffer): Remove.
9507
9508 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
9509
9510         * message.el (message-expand-name): Use EUDC if the user uses
9511         that.
9512
9513 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
9514
9515         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
9516         character for the encoding to avoid consing a string.
9517
9518         * rfc2047.el (rfc2047-decode-string): Don't cons a string
9519         unnecessarily.
9520
9521         * mm-util.el (mm-replace-chars-in-string): Remove.
9522
9523         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
9524         of mm-replace-chars-in-string.
9525
9526 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
9527
9528         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new
9529         strings.
9530
9531         * mm-util.el (mm-subst-char-in-string): Support inplace.
9532
9533         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
9534         a new string in every iteration.  Use shy groups.
9535
9536 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
9537
9538         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
9539         (gnus-group-change-level, gnus-kill-newsgroup)
9540         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
9541         (gnus-get-unread-articles, gnus-make-articles-unread)
9542         (gnus-make-ascending-articles-unread): Use accessor
9543         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
9544         to get group information for improved readability.
9545
9546         * gnus-srvr.el (gnus-browse-unsubscribe-group): do.
9547
9548         * gnus-soup.el (gnus-soup-group-brew): do.
9549
9550         * gnus-msg.el (gnus-put-message): do.
9551
9552         * gnus-move.el (gnus-group-move-group-to-server): do.
9553
9554         * gnus-kill.el (gnus-batch-score): do.
9555
9556         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
9557         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
9558         (gnus-group-update-group, gnus-group-read-group)
9559         (gnus-group-make-group, gnus-group-make-help-group)
9560         (gnus-group-make-archive-group, gnus-group-make-directory-group)
9561         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
9562         (gnus-group-sort-by-unread, gnus-group-catchup)
9563         (gnus-group-unsubscribe-group, gnus-group-kill-group)
9564         (gnus-group-yank-group, gnus-group-set-info)
9565         (gnus-group-list-groups): do.
9566
9567         * gnus.el (gnus-generate-new-group-name): do.
9568
9569         * gnus-delay.el (gnus-delay-send-queue): do.
9570
9571         * nnvirtual.el (nnvirtual-catchup-group): do.
9572
9573         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
9574         do.
9575
9576         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
9577         (gnus-group-prepare-topics, gnus-topic-check-topology): do.
9578
9579         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
9580         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
9581         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
9582         (gnus-group-make-articles-read): do.
9583
9584 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
9585
9586         * gnus-art.el (article-decode-mime-words, article-babel)
9587         (gnus-article-highlight-signature, gnus-article-add-buttons)
9588         (gnus-signature-toggle): Use gnus-with-article-buffer.
9589
9590         * gnus-art.el (gnus-article-highlight-headers)
9591         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
9592
9593         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
9594         (gnus-article-set-globals, gnus-request-article-this-buffer)
9595         (gnus-button-message-id, gnus-article-maybe-hide-headers)
9596         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
9597         (gnus-mime-display-alternative): Use with-current-buffer.
9598
9599 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9600
9601         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
9602         also under 80 char limit, and call gnus-error if needed.
9603         (spam-fetch-article-header): Fix - it was a
9604         buffer-local variable (gnus-newsgroup-data).
9605         (spam-find-spam): Use spam-generate-fake-headers, forget about
9606         spam-insert-fake-headers.
9607         (spam-insert-fake-headers): Remove.
9608
9609 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
9610
9611         * deuglify.el (gnus-article-outlook-unwrap-lines)
9612         (gnus-outlook-rearrange-article)
9613         (gnus-outlook-repair-attribution-outlook)
9614         (gnus-outlook-repair-attribution-block)
9615         (gnus-outlook-repair-attribution-other): Remove redundant
9616         save-excursion.
9617
9618 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9619
9620         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
9621         (spam-fetch-field-subject-fast)
9622         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
9623         (spam-fetch-article-header): Add functions to deal with Gnus
9624         internals for fast retrieval of article header data.
9625         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
9626
9627 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
9628
9629         * pop3.el (pop3-md5): Remove.
9630         (pop3-apop): Replace pop3-md5 with md5.
9631
9632         * mm-bodies.el: base64 is always built-in.
9633
9634         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
9635         with-current-buffer.
9636
9637 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9638
9639         * canlock.el (canlock-insert-header): Remove excessive grouping in
9640         regexp.
9641
9642         * gnus-sum.el (gnus-summary-read-document): Ditto.
9643
9644         * gnus-uu.el (gnus-uu-part-number): Ditto.
9645
9646         * html2text.el (html2text-remove-tags): Ditto.
9647         (html2text-format-tags): Ditto.
9648         (html2text-format-single-elements): Ditto.
9649
9650         * mml.el (mml-parse-1): Ditto.
9651
9652 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
9653
9654         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
9655
9656         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
9657
9658         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
9659
9660         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
9661
9662 2003-11-15  Simon Josefsson  <jas@extundo.com>
9663
9664         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
9665         (pgg-gpg-lookup-key): Use regexp match instead of
9666         split-string (split-string is different between emacs 21.2 and
9667         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
9668
9669 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
9670
9671         * gnus-art.el (gnus-mime-view-all-parts)
9672         (gnus-article-part-wrapper, gnus-article-view-part): Use
9673         with-current-buffer.
9674
9675 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
9676
9677         * spam.el (spam-disable-spam-split-during-ham-respool)
9678         (spam-spamoracle-database, spam-cache-lookups)
9679         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
9680         (spam-group-ham-mark-p, spam-group-spam-mark-p)
9681         (spam-group-ham-marks, spam-group-spam-marks)
9682         (spam-group-spam-contents-p, spam-group-ham-contents-p)
9683         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
9684         also add spam-use-blackholes to the statistical checks.
9685         (spam-fetch-field-fast): Add interface to fetching fields, may
9686         become a macro.
9687         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
9688         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
9689         (spam-insert-fake-headers): Fake an article when needed.
9690         (spam-find-spam): Fake article when possible.
9691         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
9692         (spam-check-bogofilter-headers): Use message-fetch-field instead
9693         of nnmail-fetch-field.
9694
9695 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9696
9697         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
9698
9699 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
9700
9701         * spam.el (spam-split): Do not require spam-use-CHECK to be
9702         enabled if that check is passed to spam-split explicitly; also
9703         fix so 'spam doesn't get converted to spam-split-group when
9704         spam-split-symbolic-return is t.
9705         (spam-find-spam): Find registrations of the article and use those
9706         instead of re-running spam-split to find the spam/ham
9707         classification of the article.
9708         (spam-log-processing-to-registry, spam-log-registered-p)
9709         (spam-log-unregistration-needed-p, spam-log-undo-registration):
9710         Use gnus-error instead of gnus-message.
9711         (spam-log-registration-type): Add function to determine the
9712         classification of a message based on registry entries; will
9713         return nil if both 'spam and 'ham are found.
9714         (spam-check-BBDB): Expand all the BBDB macros here so we can have
9715         a reasonably fast local cache without the loading errors.
9716         (spam-cache-lookups): Set to t by default.
9717         (spam-find-spam): Don't try to guess spam-cache-lookups.
9718         (spam-enter-whitelist, spam-enter-blacklist): Clear the
9719         spam-caches entry.
9720         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
9721         caching of whitelist/blacklist entries.
9722         (spam-check-whitelist, spam-check-blacklist): Invoke
9723         spam-from-listed-p with a type, not a cache variable.
9724         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
9725
9726 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
9727
9728         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
9729
9730         * nnmail.el (nnmail-split-fancy): do.
9731
9732         * mml.el (mml-parse): do.
9733
9734         * gnus-score.el (gnus-enter-score-words-into-hashtb)
9735         (gnus-score-adaptive): do.
9736
9737 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9738
9739         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
9740         (gnus-mime-button-map): Don't set keymap parent.
9741         (gnus-button-ctan-directory-regexp): Use shy grouping.
9742         (gnus-prev-page-map): Don't set keymap parent.
9743         (gnus-prev-page-map): Remove duplicated one.
9744         (gnus-next-page-map): Don't set keymap parent.
9745         (gnus-mime-security-button-map): Ditto.
9746
9747         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
9748         version number.
9749
9750         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
9751
9752 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9753
9754         * canlock.el (canlock-sha1-function): Remove.
9755         (canlock-sha1-function-for-verify): Remove.
9756         (canlock-openssl-program): Remove.
9757         (canlock-openssl-args): Remove.
9758         (canlock-ignore-errors): Remove.
9759         (canlock-sha1-with-openssl): Remove.
9760         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
9761         (canlock-verify): Don't use canlock-ignore-errors.
9762
9763         * sha1-el.el (sha1-string-external): Make it can return a string
9764         in binary form.
9765         (sha1-region-external): Ditto.
9766         (sha1-string-internal): Ditto.
9767         (sha1-region-internal): Ditto.
9768         (sha1-region): Ditto.
9769         (sha1-string): Ditto.
9770         (sha1): Ditto.
9771
9772 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9773
9774         * spam.el (spam-report-articles-gmane): New command.
9775
9776 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9777
9778         * gnus.el: Don't make unnecessary *Group* buffer when loading.
9779
9780         * run-at-time.el (run-at-time-saved): Remove.
9781         (run-at-time): Doc fix.
9782
9783 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
9784
9785         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
9786         (gnus-summary-limit-map): Add it.
9787         (gnus-summary-make-menu-bar): do.
9788
9789 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
9790
9791         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
9792         Make attempt at some caching support (done for BBDB only now).
9793         (spam-find-spam): Set spam-cache-lookups if there are more than 2
9794         addresses to be checked.
9795         (spam-clear-cache-BBDB): Add function, to be invoked by
9796         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
9797         (spam-check-BBDB): Check and use the caches, if
9798         spam-cache-lookups is on, remove superfluous (provide).
9799
9800 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
9801
9802         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
9803
9804 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
9805
9806         * run-at-time.el (run-at-time-saved): Move to after the definition
9807         of `run-at-time'.
9808
9809         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
9810
9811 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9812
9813         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
9814         mm-w3m-local-map-property.
9815
9816         * mm-view.el (mm-w3m-mode-map): Remove.
9817         (mm-w3m-local-map-property): Remove.
9818         (mm-inline-text-html-render-with-w3m): Don't use
9819         mm-w3m-local-map-property.
9820
9821 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9822
9823         * run-at-time.el: New file.
9824
9825         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
9826         under Emacs.
9827
9828         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
9829         of gnus-set-text-properties.
9830
9831         * gnus-uu.el (gnus-uu-save-article): Ditto.
9832
9833         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
9834
9835         * gnus-cite.el (gnus-cite-parse): Ditto.
9836
9837         * gnus-art.el (gnus-button-push): Use set-text-properties instead
9838         of gnus-.
9839
9840         * gnus-xmas.el (run-at-time): Require run-at-time.
9841
9842         * gnus.el: Changed calls to nnheader-run-at-time and
9843         password-run-at-time throughout to use run-at-time directly.
9844
9845         * password.el: Removed definition of run-at-time.
9846
9847         * nnheaderxm.el: Remove definition of run-at-time.
9848
9849 2004-01-05  Karl Pfl\e,Ad\e(Bsterer  <sigurd@12move.de>  (tiny change)
9850
9851         * mml.el (mml-minibuffer-read-disposition): Show attachment type
9852         in prompt.
9853
9854 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
9855
9856         * messagexmas.el (message-xmas-redefine): Alias
9857         `message-make-caesar-translation-table' to
9858         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
9859         version.
9860
9861         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
9862         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
9863         `gnus-xmas-set-text-properties'.
9864         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
9865         `gnus-xmas-completing-read'.
9866         (gnus-xmas-completing-read): Removed.
9867         (gnus-xmas-open-network-stream): Removed.
9868
9869         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
9870         XEmacs version.
9871
9872         * dns.el (dns-make-network-process): Use `open-network-stream'
9873         instead of `gnus-xmas-open-network-stream'.
9874
9875         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
9876
9877         * .cvsignore: Add auto-autoloads.el, custom-load.el.
9878
9879 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
9880
9881         * gnus-art.el (gnus-mime-display-alternative)
9882         (gnus-insert-mime-button, gnus-insert-mime-security-button)
9883         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
9884         Don't use gnus-local-map-property.
9885
9886         * gnus-util.el (gnus-local-map-property): Remove.
9887
9888         * mm-view.el (mm-view-pkcs7-decrypt): Replace
9889         gnus-completing-read-maybe-default with completing-read.
9890
9891         * gnus-util.el (gnus-completing-read): do.
9892         (gnus-completing-read-maybe-default): Remove.
9893
9894 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
9895
9896         * password.el: Only autoload `run-at-time' if not XEmacs.
9897         Only autoload the itimer functions if XEmacs.
9898
9899 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9900
9901         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
9902         XEmacsen.
9903
9904         * dgnushack.el: Autoload executable-find for XEmacs.
9905
9906 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
9907
9908         * gnus-art.el (gnus-read-string): Remove.
9909         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
9910         read-string.
9911
9912 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
9913
9914         * netrc.el: Autoload password-read.
9915         (netrc): Add configuration group.
9916         (netrc-encoding-method, netrc-openssl-path): Add
9917         variables for encoding and decoding of files with symmetric
9918         ciphers.
9919         (netrc-encode): Add assistant function to encode a file with
9920         netrc-encoding-method.
9921         (netrc-parse): Add interactive parameter, added optional
9922         decoding if netrc-encoding-method is non-nil but otherwise
9923         behavior is standard.
9924         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
9925         Do s/encode/encrypt/ everywhere.
9926
9927         * spam.el: Remove executable-find autoload.
9928
9929 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
9930
9931         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
9932
9933         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
9934
9935 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
9936
9937         * gnus-art.el (gnus-treat-ansi-sequences,
9938         article-treat-ansi-sequences): New variable and function.
9939         Suggested by Dan Jacobson <jidanni@jidanni.org>.
9940
9941         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
9942         Use it.
9943
9944 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
9945
9946         * mm-util.el (mm-quote-arg): Remove.
9947
9948         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
9949         shell-quote-argument.
9950
9951         * gnus-uu.el (gnus-uu-command): do.
9952
9953         * gnus-sum.el (gnus-summary-insert-pseudos): do.
9954
9955         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
9956         with make-char.
9957
9958         * mm-util.el (mm-make-char): Remove.
9959
9960         * mml.el (mml-mode): Replace gnus-add-minor-mode with
9961         add-minor-mode.
9962
9963         * gnus-undo.el (gnus-undo-mode): do.
9964
9965         * gnus-topic.el (gnus-topic-mode): do.
9966
9967         * gnus-sum.el (gnus-dead-summary-mode): do.
9968
9969         * gnus-start.el (gnus-slave-mode): do.
9970
9971         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
9972
9973         * gnus-ml.el (gnus-mailing-list-mode): do.
9974
9975         * gnus-gl.el (gnus-grouplens-mode): do.
9976
9977         * gnus-draft.el (gnus-draft-mode): do.
9978
9979         * gnus-dired.el (gnus-dired-mode): do.
9980
9981         * gnus-ems.el (gnus-add-minor-mode): Remove.
9982
9983         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
9984         Replace gnus-char-width with char-width.
9985
9986         * gnus-ems.el (gnus-char-width): Remove.
9987
9988         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
9989         Replace gnus-char-width with char-width.
9990
9991         * gnus-ems.el (gnus-char-width): Remove.
9992
9993         * spam-stat.el (with-syntax-table): Remove with-syntax-table
9994         definition.
9995         Remove Emacs 20 hash table compatibility code.
9996
9997         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
9998         20 compatibility code.
9999
10000         * spam.el (spam-point-at-eol): Replace with point-at-eol.
10001
10002         * smime.el (smime-point-at-eol): Replace with point-at-eol.
10003
10004         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
10005         with point-at-{eol,bol}.
10006
10007         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
10008
10009         * imap.el (imap-point-at-eol): Replace with point-at-eol.
10010
10011         * flow-fill.el (fill-flowed-point-at-bol,
10012         fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
10013
10014         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
10015         Replace with point-at-{eol,bol} throughout all files.
10016
10017 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10018
10019         * ntlm.el (ntlm-string-as-unibyte): New macro.
10020         (ntlm-build-auth-response): Use it.
10021
10022         Remove Emacs 20 stuff:
10023         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
10024         (butlast, mapc, remove): Remove the compiler macros.
10025         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
10026         of delq and copy-sequence.
10027         * gnus-art.el (popup-menu): Remove the compiler macro.
10028         * nnmail.el (nnmail-split-fancy): Don't support customizing with
10029         Emacs 20.
10030
10031 2004-01-05  Simon Josefsson  <jas@extundo.com>
10032
10033         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
10034         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
10035         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
10036         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
10037         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
10038         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
10039         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
10040         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
10041         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
10042         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
10043         ntlm-string-permute, string-lshift into ntlm-string-lshift,
10044         string-xor into ntlm-string-xor.  Suggested by
10045         Jesper Harder <harder@myrealbox.com>.
10046
10047         * ntlm.el: Don't include poem.
10048
10049         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
10050         Jesper Harder <harder@myrealbox.com>.
10051
10052         * sasl-ntlm.el, ntlm.el, md4.el: New files.
10053
10054         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
10055         probably breaks emacs with DL patch, but do we care? Is anyone
10056         still using the DL stuff?)
10057
10058         * sieve-manage.el: Use the password package.
10059         (sieve-manage-read-passwd): Remove.
10060         (sieve-manage-interactive-login): Use password.  Re-add
10061         condition-case around loop.
10062
10063         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
10064         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
10065         the password package.
10066
10067 2003-02-19  Simon Josefsson  <jas@extundo.com>
10068
10069         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
10070         token.
10071
10072 2002-08-07  Simon Josefsson  <jas@extundo.com>
10073
10074         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
10075         (sieve-manage-authenticators):
10076         (sieve-manage-authenticator-alist): Add some SASL mechs.
10077         (sieve-sasl-auth): New function.
10078         (sieve-manage-cram-md5-auth):
10079         (sieve-manage-plain-auth): Rewrite using SASL library.
10080         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
10081         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
10082         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
10083         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
10084
10085 2004-01-05  Simon Josefsson  <jas@extundo.com>
10086
10087         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
10088         New files.
10089
10090 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10091
10092         * gnus-group.el (gnus-no-groups-message): Update.
10093
10094         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
10095
10096 2003-11-09  Simon Josefsson  <jas@extundo.com>
10097
10098         * imap.el: Support for ID IMAP extension (RFC 2971).
10099         (imap-local-variables): Add imap-id.
10100         (imap-id): New variable.
10101         (imap-id): New function.
10102         (imap-parse-response): Parse untagged ID response.
10103         * nnimap.el (nnimap-id): New variable.
10104         (nnimap-open-connection): Use it.
10105
10106 2003-12-28  Simon Josefsson  <jas@extundo.com>
10107
10108         * gnus-score.el (gnus-score-edit-all-score): New.
10109         * gnus-group.el (gnus-group-score-map): Bind it to W e.
10110
10111 2004-01-04  Simon Josefsson  <jas@extundo.com>
10112
10113         * password.el: Add.
10114
10115 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
10116
10117         * dns.el: Add support for AAAA records (see RFC 3596)
10118
10119         * Fix typo PRT -> PTR
10120
10121         * Parse MX, PTR and SOA replies (see RFC 1035)
10122
10123 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10124
10125         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
10126
10127         * Moved to Changelog.2.
10128
10129 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10130
10131         * gnus.el (gnus-version-number): Bump version.
10132
10133 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10134
10135         * gnus.el: No Gnus v0.1 is released.
10136
10137 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10138
10139         * gnus.el: No Gnus v0.0 is released.
10140
10141 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10142
10143         * gnus.el (gnus-version-number): Bump.
10144         (gnus-version): No.
10145
10146 See ChangeLog.2 for earlier changes.
10147
10148     Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc.
10149   Copying and distribution of this file, with or without modification,
10150   are permitted provided the copyright notice and this notice are preserved.
10151
10152 ;; Local Variables:
10153 ;; coding: iso-2022-7bit
10154 ;; fill-column: 79
10155 ;; add-log-time-zone-rule: t
10156 ;; End:
10157
10158 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4