* message.el (message-signature-separator): Change default. Improve
[gnus] / lisp / ChangeLog
1 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
2
3         * message.el (message-signature-separator): Change default.  Improve
4         custom type.
5         (message-cite-function): Change default to
6         message-cite-original-without-signature.
7
8         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
9         toggle.
10
11         * message.el (message-check-news-body-syntax): Fix signature check.
12         (message-setup-1): Mark buffer as unmodified _after_ running
13         message-setup-hook and handling message-alternative-emails.
14         (message-shorten-references): Be more strict when building list of
15         valid references to comply with GNKSA.
16
17         * gnus-group.el (gnus-read-ephemeral-bug-group)
18         (gnus-read-ephemeral-debian-bug-group)
19         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
20
21         * message.el (message-info): Don't use booleanp which isn't supported
22         in Emacs 21 and XEmacs.
23
24 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
25
26         * gnus-group.el (gnus-gmane-group-download-format): Rename from
27         gnus-group-gmane-group-download-format.
28         (gnus-group-read-ephemeral-gmane-group): Rename from
29         gnus-group-read-ephemeral-gmane-group.
30         (gnus-read-ephemeral-gmane-group-url): Rename from
31         gnus-group-read-ephemeral-gmane-group-url.
32         (gnus-bug-group-download-format-alist):  New variable.
33         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
34         (gnus-read-ephemeral-emacs-bug-group): New commands.
35
36 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
37
38         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
39         (gnus-visible-headers): Improve custom type.
40
41 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
42
43         * mml.el (mml-menu): Add workarounds for XEmacs.
44
45         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
46         X-Boundary header.
47
48         * message.el (message-simplify-recipients): Fix previous commit.
49
50 2008-03-19  Glenn Morris  <rgm@gnu.org>
51
52         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
53         Accidentally removed in the sync process with Emacs.
54
55 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
56
57         * message.el (message-alter-recipients-discard-bogus-full-name): New
58         function.
59         (message-alter-recipients-function): New variable.
60         (message-get-reply-headers): Use it.
61         (message-replace-header): New helper function.
62         (message-recipients-without-full-name): New variable.
63         (message-simplify-recipients): New command.
64
65         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
66
67         * message.el (message-info): Handle EasyPG manual.
68
69         * mml.el (mml-menu): Add entry for EasyPG.
70
71 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
72
73         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
74         parameter.
75
76         * message.el (message-disassociate-draft): Specify drafts group name
77         fully.
78
79 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
80
81         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
82         unnecessary duplicates from the match list.
83
84 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
85
86         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
87
88         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
89
90         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
91         args of `how-many' of which the XEmacs version doesn't take; declare
92         Info-index-next as function.
93
94 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
95
96         * gnus-score.el (gnus-score-headers): Fix handling of
97         gnus-inhibit-slow-scoring.
98
99         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
100         string.
101         (gnus-button-url-regexp): Improve handling of parenthesis.
102         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
103         (gnus-button-handle-info-keystrokes): Handle index entries.
104
105 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
106
107         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
108         Incoming* files.
109
110 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
111
112         * auth-source.el (auth-sources): Renamed from auth-source-choices.
113         (auth-source-pick): Use it.
114
115 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
116
117         * auth-source.el (auth-source-protocols)
118         (auth-source-protocols-customize, auth-source-choices): Added and
119         modified variable customizations and defaults.
120         (auth-source-pick, auth-source-user-or-password)
121         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
122         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
123         (auth-source-user-or-password-sftp)
124         (auth-source-user-or-password-smtp): Use new variables and provide an
125         interface to netrc.el.
126
127 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
128
129         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
130         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
131         Make sure the nntp port to specify is a string.
132
133 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
134
135         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
136         string for caching if it is 'PIN.
137
138 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
139
140         * lpath.el: Consider the case without Emacs/W3.
141
142 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
143
144         * mail-source.el (mail-source-delete-old-incoming-confirm): Change
145         default to nil.
146         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
147
148 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
149
150         * lpath.el: Rearrange.
151
152         * gnus-art.el (gnus-narrow-to-page): Position point properly.
153         (gnus-article-goto-prev-page): Work for articles having ^L's.
154
155         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
156
157         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
158
159 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
160
161         * auth-source.el: New package.
162         (auth-source-choices): Add customization entry point variable.
163
164         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
165         bug.
166
167 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
168
169         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
170         (gnus-registry-initialize, gnus-registry-install-p): Use it.
171         (gnus-registry-install-shortcuts): Renamed from
172         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
173         the `gnus-registry-mark-map' keymap dynamically from
174         `gnus-registry-marks'.  The generated functions update the summary line
175         when a registry mark is added or deleted, and will call
176         `gnus-registry-install-p' (see the comments in the code).
177         (gnus-registry-user-format-function-M): Use concat intelligently.
178
179         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
180         the registry mark functions.
181
182 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
183
184         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
185         Suggested by <chris.anderton@zetnet.co.uk>.
186
187 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
188
189         * gnus-registry.el (gnus-registry-user-format-function-M): Add
190         formatting function.
191
192 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
193
194         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
195         with plists.
196         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
197         Use new format.
198
199 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
200
201         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
202         `where-is-internal' that returns a range of key sequences.
203
204 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
205
206         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
207         doesn't handle NotDashEscaped.
208
209         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
210         (mml-dnd-attach-options): Fix typo in custom choice.
211
212         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
213         nndoc-article-type to mbox.
214         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
215
216         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
217         to nil, instead of html2text.
218
219         * imap.el (imap-debug): Add `imap-ping-server'.
220
221         * gnus-bookmark.el: Add FIXMEs.
222
223         * message.el (message-form-letter-separator)
224         (message-send-form-letter-delay): New variables.
225         (message-send-form-letter): Use them.  New command to send form
226         letters.  Requested by Uwe Siart.
227         (message-send-mail-function): Doc fix.  Add "Other" custom option.
228
229 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
230
231         * Update copyright years.
232
233 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
234
235         Sync from EMACS_22_BASE.
236
237         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
238
239 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
240
241         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
242         empty author.
243
244 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
245
246         * gnus-registry.el (gnus-registry-marks): Add variable for
247         customization of marks and their appearance.
248         (gnus-registry-read-mark): Use it.
249         (gnus-registry-do-marks): Add utility function to loop through
250         `gnus-registry-marks'.
251         (gnus-registry-install-shortcuts-and-menus): Add function to install
252         shortcuts and menus.
253         (gnus-registry-initialize): Use it.
254         (gnus-registry-default-mark): Clarify documentation.
255
256 2008-02-29  Glenn Morris  <rgm@gnu.org>
257
258         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
259         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
260         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
261         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
262         Change defcustom :version from 23.0 to 23.1.
263
264 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
265
266         * gnus-registry.el (gnus-registry-follow-group-p)
267         (gnus-registry-post-process-groups): Add functions to aid registry
268         splitting and improve logging.  Clarify behavior in function
269         documentation.
270         (gnus-registry-split-fancy-with-parent): Use them.
271
272 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
273
274         * gnus-art.el: Use with-current-buffer.
275
276 2008-02-27  David Engster  <dengste@eml.cc>
277
278         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
279         Express real group name in the response.
280
281 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
282
283         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
284         (nnmairix-last-server, nnmairix-current-server): Defvar them.
285         (nnmairix-goto-original-article): Defvar gnus-registry-install and
286         autoload gnus-registry-fetch-group when compiling.
287         (nnmairix-request-group-with-article-number-correction): remove
288         unreferenced argument passed to nnmairix-call-backend.
289
290 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
291
292         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
293         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
294         Wilde.
295
296 2008-02-27  Glenn Morris  <rgm@gnu.org>
297
298         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
299         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
300         variables to defconsts.  Convert comments to doc-strings.
301         (nnmairix-last-server, nnmairix-current-server): Convert from free
302         variables to defvars.  Convert comments to doc-strings.
303         (gnus-registry-fetch-group): Autoload.
304         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
305         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
306         (nnmairix-widget-build-editable-fields): Use car cddr rather than
307         caddr.
308         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
309         nnmairix-request-group-with-article-number-correction call.
310         (nnmairix-fast, nnmairix-group): New, less general names, for free
311         variables passed from nnmairix-request-group to
312         nnmairix-request-group-with-article-number-correction.  Declare.
313         (nnmairix-request-group-with-article-number-correction):
314         Use nnmairix-fast, nnmairix-group rather than fast, group.
315
316 2008-02-26  David Engster  <dengste@eml.cc>
317
318         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
319         version 0.5.
320
321 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
322
323         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
324         instead of making an extra function call.  Don't add the current group
325         to articles only when they have the group.  Use
326         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
327         Reported by David <de_bb@arcor.de>.
328
329 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
330
331         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
332         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
333
334 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
335
336         * mail-source.el (mail-source-delete-incoming): Change default.
337         Supplement doc string.
338
339         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
340
341 2008-02-14  Glenn Morris  <rgm@gnu.org>
342
343         * time-date.el (format-seconds): New function.
344
345 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
346
347         * nnmail.el (nnmail-message-id-cache-file): Derive from
348         `gnus-home-directory'.
349
350 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
351
352         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
353         Document negativ prefix.
354
355         * gnus-group.el (gnus-group-read-group): Document negativ prefix.
356
357 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
358
359         * message.el (message-unsent-separator): Add the Exim bounce
360         separator.
361
362 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
363
364         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
365         list.
366         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
367         recipient/signer list.
368
369 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
370
371         * Makefile.in (datarootdir): Define.
372         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
373         name that might contain whitespace.
374
375 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
376
377         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
378         fbound (Emacs 23 unicode), signal an error.
379
380 2008-02-08  Glenn Morris  <rgm@gnu.org>
381
382         * gnus-art.el (pgg-display-output-buffer): Declare as function.
383
384 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
385
386         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
387         ports to the calls to `netrc-machine-user-or-password' in addition to
388         "imap" and "imaps".
389
390 2008-02-01  Zhang Wei  <id.brep@gmail.com>
391
392         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
393
394         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
395
396 2008-02-01  Kenichi Handa  <handa@m17n.org>
397
398         * rfc2104.el (rfc2104-hexstring-to-byte-list): Renamed from
399         rfc2104-hexstring-to-bitstring and changed to return a byte list.
400         (rfc2104-hash): Convert the result of concat to unibyte string.
401
402 2008-02-01  Dave Love  <fx@gnu.org>
403
404         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
405         coding-system-for-read.
406         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
407
408 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
409
410         * gnus.el (gnus-group-startup-message): Add `find-image' call before
411         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
412         <hanche@math.ntnu.no>.
413
414 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
415
416         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
417
418         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
419
420 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
421
422         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
423         * message.el (message-beginning-of-line): Use featurep instead of bound
424         tests in order to resolve conditionals at compile time.
425
426 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
427
428         * mail-source.el (mail-sources): Add `group' choice.
429
430         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
431         parameter `in-group' to control into which group the articles go.
432         Add treatment of `group' mail-source.
433
434 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
435
436         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
437
438         * mm-decode.el (mm-dissect-buffer): Decode description.
439
440         * mml.el (mml-to-mime): Encode message header first.
441
442 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
443
444         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
445         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
446
447         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
448         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
449
450 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
451
452         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
453
454 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
455
456         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
457         prefix keys.
458         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
459         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
460         gnus-xmas.el.
461
462         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
463         (gnus-xmas-article-describe-bindings): New function.
464         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
465         gnus-xmas-article-describe-bindings.
466
467         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
468
469 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
470
471         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
472         Add new variables for article mark management.
473         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
474         list of extra data entries which, when present, will indicate that the
475         article ID should not be trimmed from the registry.
476         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
477         functions.
478         (gnus-registry-read-mark): New function to read a mark name from the
479         user.
480         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
481         (gnus-registry-set-article-mark-internal): New functions to add and
482         remove marks.
483         (gnus-registry-get-article-marks): New function to show the marks for
484         an article, or retrieve them for further use.
485
486 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
487
488         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
489         keys when no argument is given.
490
491 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
492
493         * imap.el (imap-ping-server): New variable.
494         (imap-opened): On add extra ping if imap-ping-server is non-nil.
495         (imap-ping-server): Minor doc string fixes.
496
497 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
498
499         * imap.el (imap-ping-server): New function.
500         (imap-opened): Call imap-ping-server.
501
502 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
503
504         * gnus-sum.el (gnus-article-sort-by-random)
505         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
506         jidanni@jidanni.org.
507
508 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
509
510         * gnus-art.el (gnus-article-describe-bindings): New function.
511         (gnus-article-read-summary-keys): Use it.
512         (gnus-article-mode-map): Bind `C-h b' to it.
513
514 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
515
516         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
517         XEmacs.
518         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
519         against non-character events.
520
521         * lpath.el: Fbind map-keymap for Emacs 21.
522
523 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
524
525         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
526         command.
527         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
528         instead of END.  Change name of the temp file.
529         (gnus-group-gmane-group-download-format): Add doc string.  Make it
530         customizable.
531
532 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
533
534         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
535         bind `S W' to gnus-article-wide-reply-with-original; set default
536         binding to gnus-article-read-summary-send-keys.
537         (gnus-article-read-summary-keys): Fix the order of keys; display
538         continuation keys correctly in the echo area; describe bindings
539         correctly when keys end with `C-h'.
540         (gnus-article-read-summary-send-keys): New function.
541         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
542         for gnus-article-read-summary-send-keys; display continuation keys
543         correctly in the echo area.
544         (gnus-article-reply-with-original): Ignore prefix argument.
545         (gnus-article-wide-reply-with-original): New function.
546
547         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
548         Emacs 21.
549
550 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
551
552         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
553         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
554
555 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
556
557         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
558         (gnus-group-read-ephemeral-gmane-group): New command.
559
560 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
561
562         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
563
564 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
565
566         * message.el (message-send-mail-function): Increase custom version.
567
568         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
569         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
570
571 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
572
573         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
574         for the cases where imap-authenticate is called with a nil buffer
575         parameter.
576
577 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
578
579         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
580         html parts correctly; support forwarded messages.
581         (gnus-article-browse-html-article): Remove work buffers.
582
583         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
584         compiling.
585         (netrc-bound-and-true-p): New macro.
586         (netrc-parse): Use it instead of bound-and-true-p that is not available
587         in XEmacs 21.4.
588
589 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
590
591         * gnus-registry.el (gnus-registry-mark-article)
592         (gnus-registry-article-marks): Add functionality to mark articles
593         through the Gnus registry.
594
595         * encrypt.el: Clarify documentation for the new pgg method.
596         (encrypt-file-alist): Add PGG option.
597         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
598         functionality.  Abstract password key and messaging to external
599         functions.
600         (encrypt-password-key, encrypt-get-passphrase-if-needed)
601         (encrypt-message-method-and-cipher): Add new convenience external
602         functions.
603         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
604         (encrypt-pgg-process-buffer): Add PGG functionality glue.
605
606         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
607         (netrc-parse): Use encrypt-file-alist to determine if
608         encrypt-find-model or encrypt-insert-file-contents should be used.
609
610         * encrypt.el: Clarify documentation.  Load password-cache or
611         password, whichever one is found first, instead of autoloading.
612
613 2007-12-19  Glenn Morris  <rgm@gnu.org>
614
615         * mml.el (message-options-set, message-narrow-to-head)
616         (message-in-body-p, message-mail-p, message-encode-message-body):
617         Autoload.
618         (message-remove-header, message-narrow-to-headers-or-head)
619         (message-subscribed-p, message-make-mail-followup-to)
620         (message-position-on-field, message-news-p)
621         (message-options-set-recipient, message-generate-headers)
622         (message-sort-headers): Declare as functions.
623
624 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
625
626         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
627         convention in doc string.
628
629 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
630
631         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
632         title to html parts.
633         (gnus-article-browse-html-article): Pass message header to it.
634
635         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
636
637 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
638
639         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
640         or password compatible with XEmacs.
641
642 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
643
644         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
645         format document.
646         (gnus-mime-delete-part): Don't write description line if empty.
647         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
648
649 2007-12-14  Johan Bockg\e,Ae\e(Brd  <bojohan@gnu.org>
650
651         * gnus-sum.el (gnus-summary-mark-unread-as-read)
652         (gnus-summary-mark-read-and-unread-as-read)
653         (gnus-summary-mark-current-read-and-unread-as-read)
654         (gnus-summary-mark-unread-as-ticked): Doc fix.
655         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
656
657 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
658
659         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
660         Christoph Conrad <christoph.conrad@gmx.de>.
661
662 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
663
664         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
665         yes-or-no-p.
666
667 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
668
669         * mm-decode.el (mm-add-meta-html-tag): New function.
670         (mm-save-part-to-file, mm-pipe-part): Use it.
671
672         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
673         gnus-y-or-n-p instead of y-or-n-p.
674         (gnus-article-browse-html-parts): Work with message/external-body; use
675         mm-add-meta-html-tag.
676
677 2007-12-11  Glenn Morris  <rgm@gnu.org>
678
679         * gnus-cache.el: Require gnus-sum not just when compiling.
680
681         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
682
683         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
684         definitions before use.
685
686         * mm-decode.el: Require gnus-util.
687         (mm-remove-part): Only call delete-annotation on XEmacs.
688
689         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
690
691         * nnmail.el: Require gnus-int.
692
693         * spam.el: Move `require's before `eval-when-compile's.
694
695         * gnus-ems.el (gnus-alive-p):
696         * gnus-fun.el (message-goto-eoh):
697         * gnus-util.el (gnus-group-name-decode):
698         * mail-source.el (gnus-compress-sequence):
699         * message.el (Info-goto-node, format-spec):
700         * mm-bodies.el (message-options-get):
701         * mm-decode.el (mm-view-pkcs7):
702         * mm-util.el (gmm-write-region):
703         * mml-smime.el (mml-compute-boundary)
704         (gnus-completing-read-with-default):
705         * mml.el (widget-button-press, gnus-make-hashtable):
706         * mml1991.el (mm-decode-content-transfer-encoding)
707         (mm-encode-content-transfer-encoding)
708         (message-options-get, message-options-set):
709         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
710         * nnfolder.el (gnus-request-group):
711         * nnheader.el (ietf-drums-unfold-fws):
712         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
713         * smime.el (gnus-run-mode-hooks):
714         * spam-stat.el (gnus-message): Autoload.
715
716         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
717         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
718         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
719         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
720         Add declare-function compatibility definition.
721
722         * gnus-cache.el (nnvirtual-find-group-art):
723         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
724         (gnus-add-image, gnus-add-wash-type):
725         * gnus-group.el (nnkiboze-score-file):
726         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
727         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
728         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
729         (message-tokenize-header, gnus-get-buffer-create)
730         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
731         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
732         * gnus.el (gnus-group-decoded-name):
733         * mail-source.el (imap-capability):
734         * mm-bodies.el (message-options-set):
735         * mm-decode.el (gnus-configure-windows):
736         * mm-extern.el (message-goto-body):
737         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
738         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
739         (epg-sub-key-validity, message-options-set):
740         * mml.el (widget-event-point, gnus-configure-windows):
741         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
742         * mml2015.el (epg-check-configuration, epg-configuration)
743         (message-options-set):
744         * nndb.el (nndb-request-article):
745         * nnfolder.el (gnus-request-create-group):
746         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
747         * nnmaildir.el (gnus-group-mark-article-read):
748         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
749         * rfc1843.el (message-fetch-field):
750         * spam.el (gnus-extract-address-components):
751         Declare as functions.
752
753 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
754
755         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
756
757         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
758
759         * lpath.el: Fbind run-mode-hooks for Emacs 21;
760         bind show-trailing-whitespace for XEmacs.
761
762 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
763
764         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
765         new no-op macro for backward compatibility.
766
767         * imap.el (imap-string-to-integer): New function.
768
769 2007-12-09  Glenn Morris  <rgm@gnu.org>
770
771         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
772
773         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
774         * message.el, mm-view.el, sieve-manage, smime.el:
775         Add declare-function compatibility definition.
776
777         * gnus-art.el (w3-region, w3m-region, Info-menu):
778         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
779         * gnus-sum.el (gnus-get-predicate):
780         * gnus-util.el (mm-append-to-file, w32-focus-frame):
781         * message.el (mail-abbrev-in-expansion-header-p):
782         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
783         (w3m-detect-meta-charset, w3m-region):
784         * sieve-manage.el (password-read, password-cache-add)
785         (password-cache-remove):
786         * smime.el (password-read-and-add): Declare as functions.
787
788 2007-12-08  David Kastrup  <dak@gnu.org>
789
790         * gnus-sum.el (gnus-summary-simplify-subject-query):
791         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
792         `message'.
793
794 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
795
796         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
797         it to bind idna-program, installation-directory, defined-colors, and
798         face-attribute for XEmacs of the version that compiles defcustom forms.
799
800 2007-12-07  Glenn Morris  <rgm@gnu.org>
801
802         * gnus-art.el (article-make-date-line): Revert previous change.
803
804 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
805
806         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
807
808 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
809
810         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
811         Call gnus-add-to-range ranges only once with a prepared article-list.
812
813 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
814
815         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups,
816         nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
817         group names with backslashes.  Reported by Tassilo Horn
818         <tassilo@member.fsf.org>.
819
820 2007-12-06  D. Goel  <deego3@gmail.com>
821
822         * gnus-art.el (article-make-date-line):
823         * gnus-start.el (gnus-load):
824         * pop3.el (pop3-read-response): Fix buggy call to `error'.
825
826 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
827
828         * gnus-art.el (gnus-use-idna)
829         * gnus-start.el (gnus-site-init-file)
830         * message.el (message-use-idna)
831         * mm-uu.el (mm-uu-hide-markers)
832         * smiley.el (smiley-style): Revert changes that suppress warnings.
833
834 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
835
836         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
837         specify charset to html source.  Reported by Christoph Conrad
838         <christoph.conrad@gmx.de>.
839
840 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
841
842         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
843         idna-program in order to suppress byte compile warning issued by XEmacs
844         that came to byte compile the default value section of defcustom forms
845         recently.
846
847         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
848         value of installation-directory.
849
850         * message.el (message-use-idna): Don't directly refer to the value of
851         idna-program.
852
853         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
854
855         * smiley.el (smiley-style): Don't directly call face-attribute.
856
857 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
858
859         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
860
861         * gnus-dired.el: Reduce Gnus dependencies.
862         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
863         require.  Use autoloads instead.
864         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
865         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
866         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
867         (gnus-dired-mode): Adjust doc string.
868         (gnus-dired-mail-mode): New variable.
869         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
870         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
871         (gnus-dired-mail-buffers): New function.  Return mail or message
872         composition buffers.
873         (gnus-dired-attach): Use it.
874         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
875         NO-DECODE.
876         (gnus-dired-print): Use `gnus-print-buffer' depending on
877         `gnus-dired-mail-mode'.
878
879 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
880
881         * rfc2047.el (rfc2047-encoded-word-regexp)
882         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
883         explaining what regexp patterns are for.
884
885 2007-12-04  Glenn Morris  <rgm@gnu.org>
886
887         * password.el: Move to password-cache.el.
888
889         * mml1991.el (password-read, password-cache-add, password-cache-remove):
890         * mml2015.el (password-read, password-cache-add, password-cache-remove):
891         * mml-smime.el (password-read, password-cache-add)
892         (password-cache-remove):
893         No need to autoload, since mml-sec requires password.
894
895         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
896         * message.el (gnus-extract-address-components):
897         * mml-smime.el (gnus-extract-address-components): Define for compiler.
898
899         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
900         password.
901
902 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
903
904         * mailcap.el: Reduce dependencies.
905         (mail-header-parse-content-type): Autoload.
906         (mailcap-delete-duplicates): New alias.
907         (mailcap-mime-info): Add optional argument NO-DECODE.
908         (mailcap-mime-types): Use mailcap-delete-duplicates.
909
910         * message.el (message-ignored-supersedes-headers): Add "X-ID".
911
912 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
913
914         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
915         (imap-parse-status): Upcase status-att for servers that sends them
916         lower-case (e.g., MS Exchange 2007).
917
918 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
919
920         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
921         function.
922
923         * gnus-uu.el (gnus-uu-decode-yenc): New command.
924         (gnus-uu-yenc-article): New function.
925
926         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
927
928         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
929         buffer.
930
931 2007-12-02  Glenn Morris  <rgm@gnu.org>
932
933         * binhex.el (binhex): New custom group.
934         (binhex-decoder-program, binhex-decoder-switches)
935         (binhex-use-external): Move to the binhex custom group.
936
937         * uudecode.el (uudecode): New custom group.
938         (uudecode-decoder-program, uudecode-decoder-switches)
939         (uudecode-use-external): Move to the uudecode custom group.
940
941         * netrc.el (top-level): Don't load `encrypt' features.
942         (netrc-parse): Don't use encrypt.
943         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
944
945         * encrypt.el: Remove file.
946
947 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
948
949         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
950         matches on patches.
951
952         * gnus-art.el (gnus-article-browse-html-article): Mention
953         `mm-text-html-renderer' in the doc string.
954
955         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
956         string.  Add comments.
957
958         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
959         if rhs is ASCII.
960
961 2007-12-01  Glenn Morris  <rgm@gnu.org>
962
963         * mail-source.el (top-level): Require format-spec before
964         eval-when-compile.
965
966 2007-11-30  Glenn Morris  <rgm@gnu.org>
967
968         * encrypt.el: Require password, rather than autoloading password-read.
969
970 2007-11-29  Glenn Morris  <rgm@gnu.org>
971
972         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
973         (sasl-make-client, sasl-next-step, sasl-step-data)
974         (sasl-step-set-data): Declare as functions.
975
976 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
977
978         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
979
980 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
981
982         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
983         certs should be verified and what is to be done in the event of a
984         verification failure.
985
986         * gnus.el (gnus-method-to-server): Add an optional parameter so the
987         caller can indicate whether the cache should be disregarded for this
988         call.  This way the result of the call is reproducible at all times and
989         can be considered a canonical server name for the supplied method.
990         (gnus-agent-method-p): Canonicalize server names by pushing their
991         method through `gnus-method-to-server' using the no-cache argument.
992
993         * gnus-srvr.el (gnus-server-insert-server-line): Call
994         `gnus-method-to-server' with `no-cache' argument.
995
996         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
997         gnus-agent-possibly-synchronize-flags as this should be called when the
998         server is actually being opened.
999         (gnus-agent-possibly-synchronize-flags)
1000         (gnus-agent-possibly-synchronize-flags-server): Move check for the
1001         flags file of an agentized server to the latter function.
1002
1003         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
1004         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
1005         after a connection has been established successfully.
1006
1007 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1008
1009         * gnus-art.el (article-display-face): Force to display face if called
1010         interactively; check if gnus-article-x-face-too-ugly matches author.
1011         (article-display-x-face): Display face even if From header is missing
1012         as article-display-face does.
1013
1014 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
1015
1016         * hashcash.el (message-narrow-to-headers-or-head)
1017         (message-fetch-field, message-goto-eoh)
1018         (message-narrow-to-headers): Declare as functions.
1019
1020 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
1021
1022         * mail-source.el (mail-sources): Default to fetch from file for
1023         compatibility with default of nnmail-spool-file.
1024
1025 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1026
1027         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
1028         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
1029         to look for encoded word that should be encoded again.
1030         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
1031         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
1032         encoding pattern.
1033         (rfc2047-decode-region): Switch strict regexp and loose one according
1034         to rfc2047-allow-irregular-q-encoded-words.
1035
1036 2007-11-25  Romain Francoise  <romain@orebokech.com>
1037
1038         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
1039
1040 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
1041
1042         * tls.el (tls-program): Provide more custom choices from
1043         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
1044         (tls-process-connection-type, tls-success): Remove "*" in doc string.
1045
1046 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1047
1048         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
1049         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
1050
1051         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
1052         `nnmail-spool-file'.
1053
1054         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
1055         `nnmail-spool-file'.
1056
1057         * gnus-move.el (gnus-change-server): Ditto.
1058
1059         * gnus-kill.el (gnus-batch-score): Ditto.
1060
1061         * gnus-cache.el (gnus-jog-cache): Ditto.
1062
1063         * gnus-msg.el (gnus-summary-reply): Ignore
1064         gnus-confirm-mail-reply-to-news for wide and very wide replies.
1065
1066 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1067
1068         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
1069         version.  Minor improvement to doc strings.
1070         (tls-program): Add comment.
1071
1072 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
1073
1074         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
1075         (tls-checktrust): New variable.  Check if GNU TLS complained about a
1076         mismatch between the hostname provided in the certificate and the name
1077         of the host connnecting to.
1078         (open-tls-stream): Use them.  Check certificates against trusted root
1079         certificates.
1080
1081 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1082
1083         * gnus-cache.el (gnus-cache-generate-nov-databases): Use
1084         nnml-generate-nov-databases-directory instead of
1085         nnml-generate-nov-databases-1.
1086
1087 2007-11-24  Glenn Morris  <rgm@gnu.org>
1088
1089         * message.el (message-tool-bar-retro): Update for rename
1090         mail_send.xpm->mail-send.xpm.
1091
1092 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
1093
1094         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
1095         `smime-ldap-search' for Emacs 22 and up.
1096
1097 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1098
1099         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
1100
1101         * message.el (message-send-mail-function): Fix error convention.
1102         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
1103         (message-widen-reply, message-send-mail, message-talkative-question)
1104         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
1105         (message-clone-locals, message-send-news): Use with-current-buffer.
1106         (message-insert-or-toggle-importance): Remove unused var `valid'.
1107         (message-make-references): Remove unused var `new-references'.
1108         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
1109
1110 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
1111
1112         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
1113         (spam-split-symbolic-return-positive): Reflow docstring.
1114         (spam-backends, spam-summary-exit-behavior)
1115         (spam-mark-ham-unread-before-move-from-spam-group)
1116         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
1117         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
1118         (spam-clear-cache, spam-backend-check, spam-install-backend)
1119         (spam-install-statistical-backend, spam-list-of-processors)
1120         (spam-group-processor-p, spam-split, spam-bogofilter-score)
1121         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
1122         (spam-check-crm114, spam-initialize, spam-unload-hook):
1123         Fix typos in docstrings.
1124
1125 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1126
1127         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
1128         been checked if they have never been read and those group levels are
1129         higher than the one that a user specified.
1130
1131 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1132
1133         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
1134         foreign groups unless a group level is specified by a user.
1135         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
1136
1137 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
1138
1139         * message.el (message-send-mail-function): Require sendmail.
1140
1141 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
1142
1143         * message.el (message-send-mail-function): Check for smtpmail too.
1144
1145         * utf7.el (utf7-encode, utf7-decode): Use coding system
1146         `utf-7'/`utf-7-imap' from utf-7.el' if available.
1147
1148         * message.el (message-send-mail-function): New function.
1149         (message-send-mail-function): Set default using
1150         message-send-mail-function.  Adjust doc string.
1151         (message-send-mail-with-mailclient): New function.
1152
1153 2007-11-17  Richard Stallman  <rms@gnu.org>
1154
1155         * assistant.el: Remove file.
1156
1157 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
1158
1159         * smime.el (from):
1160         * rfc2047.el (message-posting-charset):
1161         * qp.el (mm-use-ultra-safe-encoding):
1162         * pop3.el (parse-time-months):
1163         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
1164         * nnml.el (files):
1165         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
1166         (jka-compr-compression-info-list, ange-ftp-path-format)
1167         (efs-path-regexp):
1168         * nndiary.el (files):
1169         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
1170         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
1171         (epg-digest-algorithm-alist, inhibit-redisplay)
1172         (password-cache-expiry):
1173         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
1174         (pgg-output-buffer, password-cache-expiry):
1175         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
1176         (efs-path-regexp):
1177         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
1178         (inhibit-redisplay):
1179         * mm-uu.el (file-name, start-point, end-point, entry)
1180         (gnus-newsgroup-name, gnus-newsgroup-charset):
1181         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
1182         (latin-unity-ucs-list):
1183         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
1184         (mm-uu-binhex-decode-function):
1185         * message.el (gnus-message-group-art, gnus-list-identifiers, )
1186         (rmail-enable-mime-composing, gnus-local-organization)
1187         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
1188         (gnus-read-active-file, facemenu-add-face-function)
1189         (facemenu-remove-face-function, gnus-article-decoded-p)
1190         (tool-bar-mode):
1191         * mail-source.el (display-time-mail-function):
1192         * gnus-util.el (nnmail-pathname-coding-system)
1193         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
1194         (gnus-original-article-buffer, gnus-user-agent)
1195         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
1196         (xemacs-codename, sxemacs-codename, emacs-program-version):
1197         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
1198         * gnus-start.el (gnus-agent-covered-methods)
1199         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
1200         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
1201         (gnus-newsgroup-headers, gnus-group-list-mode)
1202         (gnus-group-mark-positions, gnus-newsgroup-data)
1203         (gnus-newsgroup-unreads, nnoo-state-alist)
1204         (gnus-current-select-method, mail-sources)
1205         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
1206         (nnmail-spool-file, gnus-cache-active-hashtb):
1207         * gnus-mh.el (mh-lib-progs):
1208         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
1209         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
1210         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
1211         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
1212         (gnus-group-buffer):
1213         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
1214         (font-lock-set-defaults):
1215         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
1216         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
1217         (gnus-summary-post-menu, total-parts, type, condition, length):
1218         * gnus-agent.el (gnus-agent-read-agentview):
1219         * flow-fill.el (show-trailing-whitespace):
1220         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
1221         eval-and-compile wrappers for byte compiler pacifiers.
1222
1223         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
1224         (mm-display-inline-fontify): Check for featurep 'xemacs not
1225         extent-list.
1226
1227         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
1228         itimer-list.
1229         (mm-create-image-xemacs): Only do something for XEmacs.
1230         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
1231
1232         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
1233
1234         * gnus-registry.el (gnus-adaptive-word-syntax-table):
1235         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
1236
1237 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
1238
1239         * nnimap.el (nnimap-split-download-body):
1240         * gnus-demon.el (gnus-demon):
1241         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
1242
1243 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1244
1245         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
1246         macros.
1247         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
1248         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
1249         copy data from unibyte buffer to multibyte current buffer.
1250         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
1251         to copy data from unibyte current buffer to multibyte buffer.
1252         (nntp-make-process-buffer): Make process buffer unibyte.
1253
1254         * pop3.el (pop3-open-server): Fix typo in Lisp code.
1255
1256 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
1257
1258         * pop3.el (pop3-open-server): Accept and process data more robustly at
1259         connexion start to avoid spurious "POP SSL connexion failed" errors.
1260
1261 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1262
1263         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
1264         read group names.
1265
1266 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
1267
1268         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
1269
1270 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1271
1272         * nnmail.el (nnmail-parse-active): Make group names unibyte.
1273         (nnmail-save-active): Use a unibyte buffer when saving active file,
1274         which may contain non-ASCII group names.
1275
1276         * nnml.el (nnml-request-group): Decode group names in messages.
1277
1278 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
1279
1280         * message.el (message-citation-line-function)
1281         (message-insert-formatted-citation-line): Fix spelling of
1282         `message-insert-formated-citation-line'.
1283
1284 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
1285
1286         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
1287
1288 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1289
1290         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
1291         nnmail-pathname-coding-system.
1292
1293         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
1294         that a user enters; decode group names in messages.
1295
1296         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
1297
1298 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
1299
1300         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
1301
1302         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
1303
1304         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
1305         risky local variable.
1306
1307         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
1308
1309 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
1310
1311         * encrypt.el: Improve documentation to fix function name typo.
1312         Reported by Daiki Ueno <ueno@unixuser.org>.
1313
1314 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1315
1316         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
1317         even if the point is not in the last page of an article.
1318         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
1319         back to the previous page.
1320
1321 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
1322
1323         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
1324
1325 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1326
1327         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
1328
1329 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1330
1331         * message.el (message-check-news-body-syntax): Avoid
1332         mm-string-as-multibyte.
1333         (message-hide-headers): Don't assume (point-min)==1.
1334
1335 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
1336
1337         * message.el (message-remove-blank-cited-lines): Fix if remove is
1338         given.
1339         (message-bogus-address-regexp): New variable.
1340         (message-bogus-recipient-p): New function.
1341         (message-check-recipients): New command.
1342         (message-syntax-checks): Add `bogus-recipient'.
1343         (message-fix-before-sending): Add `bogus-recipient'.
1344
1345         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
1346         (gnus-treat-emphasize, gnus-treat-body-boundary): Don't test
1347         window-system.
1348
1349 2007-10-28  Miles Bader  <miles@gnu.org>
1350
1351         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
1352         at compile-time too.
1353
1354 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
1355
1356         * gnus-msg.el (gnus-message-setup-hook): Add
1357         `message-remove-blank-cited-lines' to options.
1358
1359 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
1360
1361         * message.el (message-remove-blank-cited-lines): New function.
1362         Suggested by Karl Pl\e,Ad\e(Bsterer.
1363
1364 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1365
1366         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
1367         mapc.
1368
1369         * imap.el (imap-open): Replace mapcar called for effect with mapc.
1370         (top-level): Use mapc to set functions to be traced for debugging.
1371
1372         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
1373         called for effect with while loop.
1374
1375         * message.el (message-talkative-question): Replace mapcar called for
1376         effect with mapc.
1377
1378         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
1379         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
1380         called for effect with dolist.
1381
1382         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
1383
1384         * nndiary.el: Use dolist instead of mapcar to add diary headers to
1385         gnus-extra-headers and nnmail-extra-headers.
1386
1387         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
1388         called for effect with dolist.
1389         (top-level): Use mapc to set functions to be traced for debugging.
1390
1391         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
1392         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
1393         dolist.
1394
1395         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
1396         Replace mapcar called for effect with mapc.
1397         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
1398         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
1399         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
1400         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
1401
1402         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
1403         remove-if that's a cl function.
1404
1405         * webmail.el (webmail-debug): Replace mapcar called for effect with
1406         dolist.
1407
1408         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
1409         with mapc.
1410
1411 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1412
1413         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
1414         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
1415         with while loop.
1416
1417         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
1418         functions from article-* functions.
1419         (gnus-multi-decode-header): Replace mapcar called for effect with
1420         dolist.
1421
1422         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1423         (gnus-bookmark-show-details): Replace mapcar called for effect with
1424         while loop.
1425
1426         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
1427         called for effect with while loop.
1428
1429         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
1430         with dolist.
1431
1432         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
1433         mapcar called for effect with dolist.
1434
1435         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
1436
1437         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
1438         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
1439         Replace mapcar called for effect with dolist.
1440         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
1441         mapc.
1442
1443         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
1444         Replace mapcar called for effect with dolist.
1445         (gnus-topic-list): Replace mapcar called for effect with mapc.
1446
1447         * gnus.el: Use mapc instead of mapcar to add autoloads.
1448
1449 2007-10-23  Richard Stallman  <rms@gnu.org>
1450
1451         * gnus-group.el (gnus-group-highlight): Mark as risky.
1452
1453 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1454
1455         * gnus.el (gnus-server-to-method): Return method found first in
1456         gnus-newsrc-alist.
1457
1458         * gnus-art.el (gnus-article-highlight-signature)
1459         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
1460         button overlay without the front stickiness.
1461
1462 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
1463
1464         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
1465         overview buffer needed a catch to receive its throw.
1466         (gnus-agent-flush-cache): Declared as interactive to make this function
1467         easier to use.
1468
1469 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
1470
1471         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
1472         `next-line'.
1473
1474 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1475
1476         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
1477         exclude address matching message-dont-reply-to-names.
1478
1479 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1480
1481         * gnus-util.el (gnus-string<): New function.
1482
1483         * gnus-sum.el (gnus-article-sort-by-author)
1484         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
1485
1486 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1487
1488         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
1489         the frame-focus tag is set in gnus-buffer-configuration.
1490
1491 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1492
1493         * gnus-art.el (gnus-article-add-button): Make a button overlay without
1494         the front stickiness.
1495
1496 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1497
1498         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
1499         url pattern; remove duplicate one.
1500         (gnus-article-extend-url-button): New function.
1501         (gnus-article-add-buttons): Use it.
1502         (gnus-button-push): Use concatenated url that it makes.
1503
1504 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
1505
1506         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
1507
1508 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1509
1510         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
1511         Don't hardcode point-min==1.
1512
1513 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
1514
1515         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
1516         Fix comment about "iso8859-1".
1517
1518 2007-10-08   Daiki Ueno  <ueno@unixuser.org>
1519
1520         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
1521         ones returned from the verify-function.
1522
1523         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
1524         mml2015-extract-cleartext-signature if extraction failed.
1525
1526 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
1527
1528         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
1529         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
1530         failed.
1531
1532 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
1533
1534         * Relicense "GPLv2 or later" files to "GPLv3 or later".
1535
1536 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
1537
1538         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
1539         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
1540         recommends to use EasyPG instead of PGG.
1541
1542         * pgg.el: Revert to revision 6.23.2.16
1543
1544         * pgg-def.el: Revert to revision 6.6.2.14.
1545
1546         * pgg-gpg.el: Revert to revision 6.23.2.34.
1547
1548 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
1549
1550         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
1551         to mark a thread as expirable.  Add variable `hide' to handle hiding of
1552         thread for both the null and zero (kill/expire thread) universal prefix
1553         cases.
1554         (gnus-summary-expire-thread): Add new function to expire a thread,
1555         using gnus-summary-kill-thread.
1556         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
1557         shortcuts for gnus-summary-expire-thread.
1558         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
1559         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
1560
1561 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
1562
1563         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
1564         extras value, so an extras entry can be deleted.
1565         (gnus-registry-delete-extra-entry): Use it.
1566         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
1567         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
1568         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
1569         storage through the gnus-registry, and provide an appropriate API for
1570         it.
1571
1572 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1573
1574         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
1575         Suggested by Leo <sdl.web@gmail.com>.
1576
1577         * gnus.el: Do.
1578
1579 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1580
1581         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
1582         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
1583
1584         * gnus-agent.el (gnus-agent-fetch-headers): Do.
1585
1586         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
1587         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
1588
1589 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1590
1591         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
1592         newline.
1593         (nnmbox-request-accept-article): Don't change article in source buffer;
1594         narrow to header to use message-fetch-field rather than
1595         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
1596         (nnmbox-request-replace-article): Quote lines that'll be misidentified
1597         as delimiters; make sure article ends with newline.
1598         (nnmbox-delete-mail): Correct last position of article to be deleted;
1599         ignore X-Gnus-Newsgroup header in article body.
1600         (nnmbox-save-mail): Quote lines looking like delimiters at the right
1601         positions; make sure article ends with newline.
1602
1603         * message.el (message-display-abbrev): Don't infloop when a user
1604         inserts SPC in the beginning of header.
1605
1606         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
1607         coding-system-for-read and coding-system-for-write for XEmacs having no
1608         file-coding feature.
1609
1610         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
1611
1612 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
1613
1614         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
1615         list of groups not followed by default.  Fix type to be regexp.
1616         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
1617
1618 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
1619
1620         * hmac-def.el (define-hmac-function): Switch from old-style to
1621         new-style backquotes.
1622
1623         * md4.el (md4-make-step): Likewise.
1624
1625 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1626
1627         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
1628         raw-text coding system when saving .newsrc file, which may contain
1629         non-ASCII group names.
1630
1631 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1632
1633         * gnus-cus.el (gnus-score-extra): New widget.
1634         (gnus-score-extra-convert): New function.
1635         (gnus-score-customize): Use it for Extra.
1636
1637 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
1638
1639         * mml2015.el (mml2015-extract-cleartext-signature): New function.
1640         (mml2015-mailcrypt-clear-verify): Use it.
1641         (mml2015-gpg-clear-verify): Use it.
1642         (mml2015-pgg-clear-verify): Use it.
1643         (mml2015-epg-clear-verify): Replace the current part with the output
1644         from GnuPG; don't extract the plaintext by itself.
1645
1646         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
1647         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
1648         mml2015-clear-verify-function; don't touch the armor headers or
1649         dash-escaped text here.
1650
1651 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1652
1653         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
1654         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
1655         parts, or application/octet-stream as a last resort.
1656         (gnus-mime-view-part-as-type): Don't toggle display.
1657         (gnus-mime-view-part-as-charset): Don't turn off display before
1658         querying charset.
1659
1660         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
1661         stuff to undisplayer function in Emacs.
1662         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
1663
1664         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
1665         text/calendar parts.
1666
1667 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1668
1669         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
1670         decoding text/calendar parts.
1671
1672         * message.el (message-forward-make-body-mime): Always mark body as
1673         having no illegible text; remove signed-or-encrypted argument.
1674         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
1675
1676         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
1677         (mml-generate-mime-1): Don't encode body if it is specified to be in
1678         raw form; don't make buffer be unibyte when inserting multibyte string.
1679
1680 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1681
1682         * sha1.el: Fix up comment style.
1683         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
1684         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
1685
1686         * hex-util.el: Fix up comment style.
1687         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
1688
1689         * gnus-salt.el: Use with-current-buffer.
1690         (gnus-pick-setup-message): Fix long-standing typo.
1691
1692 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1693
1694         * imap.el (imap-logout-timeout): New variable.
1695         (imap-logout, imap-logout-wait): New functions.
1696         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
1697
1698         * nnimap.el (nnimap-logout-timeout): New server variable.
1699         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
1700         nnimap-logout-timeout.
1701
1702         * gnus-art.el (gnus-article-summary-command-nosave)
1703         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
1704
1705 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1706
1707         * gnus.el (gnus-maximum-newsgroup): New variable.
1708
1709         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
1710         according to gnus-maximum-newsgroup.
1711
1712         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
1713         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
1714         Limit the range of articles according to gnus-maximum-newsgroup.
1715
1716 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
1717
1718         * gnus-art.el (gnus-sticky-article): Fixed problems described in
1719         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
1720         Don't perform gnus-configure-windows here; reuse existing sticky
1721         article buffer.
1722
1723         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
1724         it doesn't exist in gnus-article-mode.
1725
1726 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1727
1728         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
1729         (gnus-agent-decoded-group-name): New function.
1730         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
1731         (gnus-agent-expire-group-1): Use it; decode group name in messages.
1732
1733 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
1734
1735         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
1736         Add binding for gnus-sticky-article.
1737         (gnus-summary-exit): Don't kill sticky article buffers.
1738
1739         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
1740         article buffer.
1741         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
1742         (gnus-kill-sticky-article-buffers): New commands.
1743
1744 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1745
1746         * nntp.el (nntp-xref-number-is-evil): New server variable.
1747         (nntp-find-group-and-number): If it is non-nil, don't trust article
1748         numbers in the Xref header.
1749
1750 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1751
1752         * gnus-agent.el (gnus-agent-read-group): New function.
1753         (gnus-agent-flush-group, gnus-agent-expire-group)
1754         (gnus-agent-regenerate-group): Use it.
1755         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
1756         nnmail-pathname-coding-system.
1757
1758 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1759
1760         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
1761
1762         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
1763         that are unread as unread, and also as selected so that information of
1764         marks having been changed by a user may be updated when exiting group.
1765
1766 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1767
1768         * gnus-art.el (gnus-mime-display-single): Pass part number that is
1769         calculated ignoring signature parts to gnus-treat-article.
1770
1771 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1772
1773         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
1774         a point here in order to keep the window start.
1775         (gnus-insert-mime-security-button): Make a button overlay without the
1776         front stickiness.
1777         (gnus-mime-display-security): Goto the end of a button.
1778
1779         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
1780
1781 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1782
1783         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
1784         group-name-at-point.
1785         (gnus-group-completing-read): New function that offers decoded
1786         non-ASCII group names for completion.
1787         (gnus-fetch-group, gnus-group-read-ephemeral-group)
1788         (gnus-group-jump-to-group, gnus-group-make-group-simple)
1789         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
1790         (gnus-group-fetch-control): Use it.
1791         (gnus-fetch-group): Use group-name-at-point for the initial value
1792         rather than the default value; use gnus-alive-p.
1793
1794         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
1795         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
1796         (gnus-summary-post-news): Use gnus-group-completing-read.
1797
1798         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
1799         (gnus-read-move-group-name): Decode group name for completion.
1800
1801 2007-07-31  Ted Zlatanov  <tzz@lifelogs.com>
1802
1803         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
1804         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
1805         Yamaoka slightly modified the code).
1806
1807 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1808
1809         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
1810         (nnmail-split-incoming): Bind it.
1811
1812         * nnml.el (nnml-group-name-charset): New function.
1813         (nnml-decoded-group-name): Use it; don't decode group name if
1814         nnmail-group-names-not-encoded-p is non-nil.
1815         (nnml-encoded-group-name): New function.
1816         (nnml-group-pathname): Inline nnml-decoded-group-name.
1817         (nnml-request-expire-articles): Decode group name in message.
1818         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
1819         nnmail-pathname-coding-system.
1820         (nnml-save-mail, nnml-active-number): Work with decoded group names and
1821         not decoded ones according to nnmail-group-names-not-encoded-p.
1822         (nnml-generate-active-info): Use nnml-encoded-group-name.
1823
1824 2007-08-08  Glenn Morris  <rgm@gnu.org>
1825
1826         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
1827         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
1828         doc-strings and comments.
1829
1830 2007-07-25  Glenn Morris  <rgm@gnu.org>
1831
1832         * Relicense all FSF files to GPLv3 or later.
1833
1834 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1835
1836         * gnus-sum.el (gnus-summary-move-article): Make
1837         gnus-summary-respool-article work.
1838
1839 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
1840
1841         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
1842         string.
1843
1844 2007-07-20  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1845
1846         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
1847         that should be ignored when comparing distant RSS articles with local
1848         ones.
1849         (nnrss-make-hash-index): New function.  Create a hash index according
1850         to the ignored fields.
1851         (nnrss-check-group): Use it.
1852
1853 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1854
1855         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
1856
1857         * gnus-art.el (article-decode-group-name): Decode Xref header too.
1858
1859         * gnus-group.el (gnus-group-make-group): Encode group name here unless
1860         the new optional argument ENCODED is non-nil.
1861         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
1862         coding system for encoding group name.
1863         (gnus-group-make-rss-group): Pass un-encoded group name to
1864         gnus-group-make-group.
1865         (gnus-group-set-info): Tell gnus-group-make-group that group name is
1866         encoded.
1867
1868         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
1869         Encode group name to which articles are moved or copied.
1870         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
1871         coding system for encoding Newsgroup, Followup-To and Xref headers.
1872
1873         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
1874         marks; use nnheader-file-coding-system to write a file.
1875         (nnagent-retrieve-headers): Bind file-name-coding-system to
1876         nnmail-pathname-coding-system.
1877
1878         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
1879
1880         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
1881         (nnml-request-article, nnml-request-create-group)
1882         (nnml-request-rename-group, nnml-find-id)
1883         (nnml-possibly-change-directory, nnml-possibly-create-directory)
1884         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
1885         (nnml-save-marks): Use nnml-group-pathname instead of
1886         nnmail-group-pathname.
1887
1888         (nnml-request-create-group, nnml-request-expire-articles)
1889         (nnml-request-move-article, nnml-request-delete-group)
1890         (nnml-deletable-article-p, nnml-possibly-create-directory)
1891         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
1892         (nnml-open-marks): Bind file-name-coding-system to
1893         nnmail-pathname-coding-system.
1894
1895         (nnml-request-article): Pass server argument to nnml-find-group-number.
1896         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
1897         server argument to nnml-possibly-create-directory.
1898         (nnml-request-accept-article): Pass server argument to
1899         nnml-active-number and nnml-save-mail.
1900         (nnml-find-group-number): Pass server argument to nnml-find-id.
1901         (nnml-request-update-info): Pass server argument to
1902         nnml-marks-changed-p.
1903
1904         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
1905         (nnml-save-mail, nnml-active-number): Add server argument.
1906
1907         (nnml-request-delete-group): Warn if group is missing.
1908         (nnml-get-nov-buffer): Decode group name.
1909         (nnml-generate-active-info): Encode group name.
1910         (nnml-open-marks): Decode group name in messages.
1911
1912 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1913
1914         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
1915         if it is not specified.
1916         (gnus-article-pipe-part, gnus-article-save-part)
1917         (gnus-article-interactively-view-part, gnus-article-copy-part)
1918         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
1919         (gnus-article-inline-part, gnus-article-save-part-and-strip)
1920         (gnus-article-replace-part, gnus-article-delete-part)
1921         (gnus-article-view-part-as-type): Pass raw prefix argument to
1922         gnus-article-part-wrapper.
1923
1924 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1925
1926         * gnus-agent.el (gnus-agent-save-active): Bind
1927         nnheader-file-coding-system to gnus-agent-file-coding-system.
1928
1929         * gnus-cache.el (gnus-cache-save-buffers)
1930         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
1931         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
1932         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
1933         (gnus-cache-braid-nov, gnus-cache-braid-heads)
1934         (gnus-cache-generate-active, gnus-cache-rename-group)
1935         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
1936         (gnus-cache-update-overview-total-fetched-for): Bind
1937         file-name-coding-system to nnmail-pathname-coding-system.
1938         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
1939         variables.
1940         (gnus-cache-decoded-group-name): New function.
1941         (gnus-cache-file-name): Use it.
1942         (gnus-cache-generate-active): Use non-decoded group name for active.
1943
1944         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
1945         right place.
1946         (gnus-write-active-file): Don't break non-ASCII group names.
1947
1948         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
1949         nnmail-pathname-coding-system.
1950
1951         * lpath.el: Bind default-file-name-coding-system,
1952         file-name-coding-system and language-info-alist for XEmacs.
1953
1954         * gnus-uu.el (gnus-uu-decode-save): Typo.
1955
1956 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1957
1958         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
1959
1960 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1961
1962         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
1963         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
1964         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
1965         (gnus-agent-flush-group, gnus-agent-flush-cache)
1966         (gnus-agent-fetch-headers, gnus-agent-load-alist)
1967         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
1968         (gnus-agent-retrieve-headers, gnus-agent-request-article)
1969         (gnus-agent-regenerate-group)
1970         (gnus-agent-update-files-total-fetched-for)
1971         (gnus-agent-update-view-total-fetched-for): Bind
1972         file-name-coding-system to nnmail-pathname-coding-system.
1973         (gnus-agent-group-pathname): Don't encode file names by
1974         nnmail-pathname-coding-system.
1975         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
1976         coding-system-for-write instead of buffer-file-coding-system to
1977         gnus-agent-file-coding-system.
1978
1979         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
1980         Decode group name.
1981
1982         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
1983
1984         * gnus-start.el (gnus-update-active-hashtb-from-killed)
1985         (gnus-read-newsrc-el-file): Make group names unibyte.
1986
1987         * nnmail.el (nnmail-group-pathname): Don't encode file names by
1988         nnmail-pathname-coding-system.
1989
1990         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
1991         (nnrss-request-delete-group): Bind file-name-coding-system to
1992         nnmail-pathname-coding-system.
1993         (nnrss-read-server-data, nnrss-read-group-data): Bind
1994         file-name-coding-system correctly.
1995         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
1996
1997         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
1998         (nntp-server-to-method-cache): New variable.
1999         (nntp-group-pathname): New function that decodes non-ASCII group names.
2000         (nntp-possibly-create-directory, nntp-marks-changed-p)
2001         (nntp-save-marks, nntp-open-marks): Use it.
2002         (nntp-possibly-create-directory, nntp-open-marks):
2003         Bind file-name-coding-system to nnmail-pathname-coding-system.
2004         (nntp-open-marks): Decode group names when bootstrapping marks.
2005
2006         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
2007         Newsgroups and Folowup-To headers.
2008
2009 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2010
2011         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2012         (gnus-server-closed-face, gnus-server-denied-face)
2013         (gnus-server-offline-face): Remove variable.
2014         (gnus-server-font-lock-keywords): Use faces that are not aliases.
2015
2016         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
2017         of modifying message-stack directly for XEmacs.
2018
2019         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
2020         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
2021         if the coding-system argument is nil for XEmacs.
2022
2023         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
2024         mm-charset-override-alist.
2025
2026         * rfc2047.el: Don't require base64; require rfc2045 for the function
2027         rfc2045-encode-string.
2028         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
2029         to quote the parameter value.
2030
2031 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2032
2033         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
2034         form in gnus-group-name-charset-method-alist.
2035
2036         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
2037         overrides the default layout edit-form.
2038
2039         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
2040
2041         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
2042
2043 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2044
2045         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
2046         as unfetched articles.
2047
2048 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
2049
2050         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
2051
2052 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2053
2054         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
2055         original back end that keeps marks in the local system.
2056
2057 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2058
2059         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
2060         arg of pop-to-buffer for XEmacs.
2061         (gnus-article-read-summary-keys): Ditto; don't restore window
2062         configuration if summary command ends up with neither article buffer
2063         nor summary buffer; describe bindings if summary keys end with C-h.
2064
2065 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2066
2067         * message.el (message-fix-before-sending): Skip raw message part to be
2068         forwarded while checking illegible text.
2069         (message-forward-make-body-mime, message-forward-make-body): Mark
2070         signed or encrypted raw message as having no illegible text.
2071
2072 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2073
2074         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
2075         (gnus-message-with-timestamp-1): New macro.
2076         (gnus-message-with-timestamp): New function.
2077         (gnus-message): Use them.
2078
2079         * nnheader.el (nnheader-message): Use them.
2080
2081 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
2082
2083         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
2084         .newsrc.eld file.
2085
2086 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2087
2088         * gnus-agent.el (gnus-agent-fetch-headers)
2089         (gnus-agent-retrieve-headers): Bind
2090         gnus-decode-encoded-address-function to identity.
2091
2092         * nntp.el (nntp-send-xover-command): Recognize an xover command is
2093         available also when the server returns simply a dot.
2094
2095         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
2096
2097 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2098
2099         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
2100
2101 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2102
2103         * gnus-ems.el (gnus-x-splash): Make it work.
2104
2105         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
2106         from being used.
2107
2108         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
2109
2110 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2111
2112         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
2113         4th and the 5th arguments.
2114
2115         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
2116         the front stickiness.
2117         (gnus-article-summary-command-nosave): Correct the order of the
2118         arguments passed to pop-to-buffer.
2119         (gnus-article-read-summary-keys): Ditto; make it work properly when the
2120         summary command ends up with the article buffer.
2121
2122         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
2123         the same faces.
2124
2125 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
2126
2127         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
2128
2129 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
2130
2131         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
2132         * gnus-sum.el (gnus-summary-highlight):
2133         * pgg.el (pgg-sign-region, pgg-sign):
2134         * mail-source.el (mail-source-delete-old-incoming-confirm):
2135         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
2136
2137 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2138
2139         * gnus-art.el (gnus-mime-view-part-externally)
2140         (gnus-mime-view-part-internally): Fix predicate function passed to
2141         completing-read.
2142
2143         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
2144
2145         * gnus.el (gnus-update-message-archive-method): Add :version.
2146
2147 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2148
2149         * gnus.el (gnus-update-message-archive-method): New variable.
2150
2151         * gnus-start.el (gnus-setup-news): Update saved "archive" method
2152         according to gnus-message-archive-method if
2153         gnus-update-message-archive-method is non-nil.
2154
2155 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2156
2157         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
2158         by Loic Dachary <loic@dachary.org>.
2159         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
2160
2161 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2162
2163         * message.el (message-pop-to-buffer): Add switch-function argument.
2164         (message-mail): Pass switch-function argument to it.
2165
2166 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
2167
2168         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
2169         Improve doc string.
2170
2171 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2172
2173         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
2174         (gnus-header-content)
2175         * gnus-cite.el (gnus-cite-10)
2176         * gnus-srvr.el (gnus-server-closed)
2177         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
2178         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
2179         (gnus-group-mail-3-empty, gnus-group-mail-low)
2180         (gnus-group-mail-low-empty, gnus-splash)
2181         * message.el (message-header-to, message-header-cc)
2182         (message-header-subject, message-header-other, message-header-name)
2183         (message-header-xheader, message-separator, message-cited-text)
2184         (message-mml): Lighten colors of faces used for dark background.
2185
2186 2007-05-24  Simon Josefsson  <simon@josefsson.org>
2187
2188         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
2189         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
2190
2191 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2192
2193         * message.el (message-narrow-to-headers-or-head): Ignore
2194         mail-header-separator in the body.
2195
2196 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2197
2198         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
2199         same as window size.
2200
2201 2007-05-22  Kevin Ryde  <user42@zip.com.au>
2202
2203         * message.el (message-font-lock-keywords): Use message-header-xheader
2204         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
2205         ahead of the anything pattern, to get it recognised.
2206
2207 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2208
2209         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
2210         spam.el loads uses it in the compiled defadvice form.
2211
2212 2007-05-12  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
2213
2214         * gnus-sum.el (gnus-articles-to-read)
2215         (gnus-summary-insert-old-articles): Don't truncate group name for
2216         `read-string'.
2217
2218         * gnus-util.el (gnus-limit-string): Delete this function.
2219
2220         * gnus-sum.el (gnus-simplify-subject-fully): Use
2221         `truncate-string-to-width' instead.
2222
2223 2007-05-11  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
2224
2225         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
2226         if, on summary exit, the next group has to be selected.
2227         (gnus-summary-exit): Use it.
2228
2229 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
2230
2231         * gnus-art.el (gnus-article-mode): Fix comment about displaying
2232         non-break space.
2233
2234 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2235
2236         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
2237         Check if group is not a directory.
2238         (nnfolder-request-expire-articles): Don't delete articles if the target
2239         group is not available.
2240
2241         * nnml.el (nnml-request-create-group): Properly check if group is not a
2242         file.
2243         (nnml-request-expire-articles): Don't delete articles if the target
2244         group is not available.
2245
2246         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
2247         Don't quote characters that are within parentheses.
2248
2249 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2250
2251         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
2252         (gnus-handle-ephemeral-exit): Select article according to it.
2253
2254 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
2255
2256         * message.el (message-insert-formated-citation-line): Remove newline.
2257         (message-citation-line-format): Add final \n here so that the user can
2258         avoid a blank line.
2259
2260 2007-05-03  Dan Christensen  <jdc@uwo.ca>
2261
2262         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
2263         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
2264         Update lanl/arXiv support.
2265
2266 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
2267
2268         * gnus.el: Bump version number.
2269
2270 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2271
2272         * gnus.el (gnus-version-number): Bump version.
2273
2274 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2275
2276         * gnus.el: No Gnus v0.6 is released.
2277
2278 2007-04-27  Didier Verna  <didier@xemacs.org>
2279
2280         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
2281         * gmm-utils.el (gmm-regexp-concat): here.
2282         * message.el: Don't require 'gnus-util.
2283         (message-dont-reply-to-names): Handle name change above.
2284         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
2285
2286 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2287
2288         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
2289         since the initial value varies according to the system.
2290
2291 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2292
2293         * mm-util.el (mm-charset-synonym-alist): Defcustom.
2294
2295 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
2296
2297         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
2298
2299 2007-04-24  Didier Verna  <didier@xemacs.org>
2300
2301         Improve the type of gnus-ignored-from-addresses.
2302         * gnus-util.el (gnus-orify-regexp): New function.
2303         * message.el (gnus-util): Require it.
2304         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
2305         * gnus-sum.el (gnus-ignored-from-addresses): New function.
2306         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
2307
2308 2007-04-24  Didier Verna  <didier@xemacs.org>
2309
2310         * gnus-sum.el:
2311         * gnus-utils.el: Fix some trailing whitespaces.
2312
2313 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2314
2315         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
2316         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
2317         article's Message-ID; refer parent article in summary buffer.
2318
2319         * message.el (message-bounce): Call mime-to-mml.
2320
2321         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
2322         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
2323         optimize and/or forms properly.
2324
2325 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
2326
2327         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
2328         URL.
2329
2330 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2331
2332         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
2333
2334 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2335
2336         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
2337         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
2338         displayed of multipart/alternative part if it is invoked from summary
2339         buffer.
2340
2341         * mm-view.el (mm-inline-text-html-render-with-w3m)
2342         (mm-inline-text-html-render-with-w3m-standalone)
2343         (mm-inline-render-with-function): Use mail-parse-charset by default.
2344
2345 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
2346
2347         * parse-time.el (parse-time-string-chars): Check if CHAR
2348         is less than the length of parse-time-syntax.
2349
2350 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2351
2352         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
2353         from gnus-newsgroup-processable.
2354
2355 2007-04-16  Didier Verna  <didier@xemacs.org>
2356
2357         * gnus-msg.el (gnus-configure-posting-styles): Handle
2358         message-signature-directory properly with :file syntax.  Reported by
2359         "Leo".
2360
2361 2007-04-11  Didier Verna  <didier@xemacs.org>
2362
2363         New user option: message-signature-directory.
2364         * gnus-msg.el (gnus-configure-posting-styles): Support it.
2365         * message.el (message-insert-signature): Ditto.
2366         * message.el (message-signature-file): Doc update.
2367         * message.el (message-signature-directory): New.
2368
2369 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2370
2371         * gnus-msg.el (gnus-inews-yank-articles): Use
2372         message-exchange-point-and-mark instead of exchange-point-and-mark.
2373
2374 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2375
2376         * message.el (message-yank-original): Make sure cited text ends with
2377         newline; don't exchange point and mark.
2378
2379 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
2380
2381         * tls.el (open-tls-stream): Properly handle case where there
2382         is no associated buffer.
2383
2384 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
2385
2386         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
2387         message-yank-original, make sure (< mark TEXT point).
2388
2389 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
2390
2391         * message.el (message-fill-column): New variable.
2392         (message-mode): Use it.  Add comment on a possible new hook.
2393
2394         * nnmail.el (nnmail-spool-file): Mark as obsolete.
2395         (nnmail-get-new-mail): Reformat.
2396
2397         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
2398
2399         * gmm-utils.el: Fix Commentary.
2400         (gmm-tool-bar-from-list): Fix typo in doc string.
2401
2402 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
2403
2404         * message.el (message-yank-original): Don't switch point and mark
2405         unnecessarily to put point and mark as documented.
2406
2407 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2408
2409         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
2410         from the message heads.
2411
2412 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
2413
2414         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
2415         article buffer does not have a window.  This may not be the best
2416         solution but is certainly better than setting the start of the null,
2417         that is the current, window.
2418
2419 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
2420
2421         * gnus-draft.el (gnus-draft-setup-hook): New hook.
2422         (gnus-draft-setup): Run it.
2423
2424         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
2425         gnus-score-fast-scoring.  Allow regexp.
2426         (gnus-score-headers): Use it.
2427
2428         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
2429         XEmacs.
2430
2431         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
2432         string.
2433         (gnus-button-alist): Also catch `<f1> k ...'.
2434         (gnus-treat-display-x-face): Fix doc string.
2435
2436 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2437
2438         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
2439         evaluation of gnus-extended-version to ensure correct generation of the
2440         User-Agent header when message-generate-headers-first is used.
2441
2442 2007-03-24  Simon Josefsson  <simon@josefsson.org>
2443
2444         * hashcash.el (hashcash-generate-payment-async): Don't crash if
2445         hashcash-path is nil.  Don't call callback with incorrect number of
2446         parameters if val is 0.
2447
2448 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2449
2450         * message.el (message-required-news-headers):
2451         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
2452
2453 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
2454
2455         * tls.el (open-tls-stream): In handshake-waiting loop,
2456         don't wait more if there is output available to process.
2457
2458 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
2459
2460         * tls.el (tls-program): Doc fix.
2461
2462 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2463
2464         * message.el (message-generate-new-buffers): Change the meaning of the
2465         nil value; add `standard' to the choices; treat t as `unique'; improve
2466         doc string.
2467         (gnus-select-frame-set-input-focus): Autoload.
2468         (message-buffer-name): Search for the existing message buffer if
2469         message-generate-new-buffers is nil or `standard'; treat the value t of
2470         message-generate-new-buffers as `unique'.
2471         (message-pop-to-buffer): Raise the frame already displaying the message
2472         buffer; clear the echo area after querying.
2473         (message-setup): Pass the `continue' argument to compose-mail.
2474         (message-mail): Prefer `switch-function' if it is given; search for the
2475         existing message buffer if the `continue' argument is non-nil; pass
2476         continue and switch-function arguments to compose-mail by way of
2477         message-setup.
2478         (message-mail-other-window): Adjust argument of message-setup.
2479         (message-mail-other-frame): Ditto.
2480
2481 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2482
2483         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
2484         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
2485         to turn font-lock on when turning gnus-message-citation-mode on.
2486
2487 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
2488
2489         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
2490         (mml-smime-function-alist): New variable; add epg as the backend.
2491         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
2492         mml-smime- functions instead.
2493         * mm-view.el: Require smime.
2494
2495 2007-03-05  Didier Verna  <didier@xemacs.org>
2496
2497         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
2498         instead of just inheritance for posting styles.
2499         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
2500
2501 2007-02-24  Chris Moore  <dooglus@gmail.com>
2502
2503         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
2504         * pgg-pgp.el (pgg-pgp-encrypt-region):
2505         * pgg-gpg.el (pgg-gpg-encrypt-region):
2506         Check pgg-encrypt-for-me if no other recipients.
2507
2508 2007-02-24  John Paul Wallington  <jpw@pobox.com>
2509
2510         * tls.el (tls-certtool-program): Fix custom type.
2511
2512 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2513
2514         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
2515         and point-at-eol instead of line-(beginning|end)-position.
2516
2517         * assistant.el (assistant-parse-buffer): Ditto.
2518
2519         * netrc.el (netrc-parse-services): Ditto.
2520
2521 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
2522
2523         * mml2015.el (mml2015-epg-find-usable-key): New function.
2524         (mml2015-epg-sign): Use it.
2525         (mml2015-epg-encrypt): Use it.
2526
2527 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2528
2529         * message.el (message-make-in-reply-to): Quote name containing
2530         non-ASCII characters.  It will make the RFC2047 encoder cause an error
2531         if there are special characters.  Reported by NAKAJI Hiroyuki
2532         <nakaji@jp.freebsd.org>.
2533
2534 2007-02-27  Didier Verna  <didier@xemacs.org>
2535
2536         Include the group parameters as well as the topic ones in the
2537         inheritance filter process.
2538         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
2539         argument GROUP-PARAMS-LIST.
2540         * gnus-topic.el (gnus-group-topic-parameters): Use it.
2541
2542 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2543
2544         * nntp.el (nntp-never-echoes-commands)
2545         (nntp-open-connection-functions-never-echo-commands): New variables.
2546         (nntp-send-command): Use them.
2547
2548 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
2549
2550         * mml2015.el (mml2015-epg-verify): Simplified.
2551
2552 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2553
2554         * mml.el (mml-content-disposition-alist): New user option.
2555         (mml-content-disposition): New function.
2556         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
2557         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
2558
2559 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
2560
2561         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
2562         verification.
2563
2564 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2565
2566         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
2567         articles posted in the last 24 hours.
2568
2569 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
2570
2571         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
2572
2573 2007-02-14  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
2574
2575         * nntp.el (nntp-send-command): Don't wait for echoes when
2576         nntp-open-ssl-stream is used.
2577
2578 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2579
2580         * gnus-cite.el (gnus-test-font-lock-add-keywords)
2581         (gnus-message-add-citation-keywords)
2582         (gnus-message-remove-citation-keywords): Remove.
2583         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
2584         directly, make the variables in font-lock-defaults buffer-local, add
2585         gnus-message-citation-keywords to them and then update the value of
2586         font-lock-keywords.
2587
2588 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2589
2590         * message.el (message-cite-original-1): Don't call
2591         gnus-article-highlight-citation.
2592
2593         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
2594         citations; fix line count.
2595
2596 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2597
2598         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
2599         (gnus-message-add-citation-keywords)
2600         (gnus-message-remove-citation-keywords): Use it; fix the emulating
2601         versions of font-lock-add-keywords and font-lock-remove-keywords to
2602         work with XEmacs correctly.
2603
2604 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2605
2606         * gnus-cite.el (gnus-cite-face-list): Set the values of
2607         gnus-message-max-citation-depth and gnus-message-citation-keywords.
2608         (gnus-message-max-citation-depth): Use defvar rather than defconst.
2609         (gnus-message-cite-prefix-regexp): New variable.
2610         (gnus-message-search-citation-line): Use it; protect against long
2611         citation prefix; fill match data with nil rather than 0 for XEmacs; set
2612         the 0th match data for Emacs.
2613         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
2614         (gnus-message-add-citation-keywords): Append keywords rather than
2615         prepending; emulate font-lock-add-keywords if it is not available.
2616         (gnus-message-remove-citation-keywords): Emulate
2617         font-lock-remove-keywords if it is not available.
2618
2619         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
2620
2621         * message.el (message-cite-prefix-regexp): Set the value of
2622         gnus-message-cite-prefix-regexp.
2623
2624 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2625
2626         * nnweb.el (nnweb-google-parse-1): Update parser.
2627
2628 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
2629
2630         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
2631
2632 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2633
2634         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
2635         regexp.
2636
2637 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2638
2639         * uudecode.el (uudecode-string-to-multibyte): New function emulating
2640         string-to-multibyte.
2641         (uudecode-decode-region-internal): Use it.
2642
2643         * lpath.el: Fbind string-as-multibyte for XEmacs.
2644
2645 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
2646
2647         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
2648         custom choice.
2649
2650         * gnus-art.el (gnus-signature-limit): Fix custom choice.
2651
2652 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
2653
2654         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
2655
2656         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
2657         `write-region' to respect `mm-inhibit-file-name-handlers'.
2658
2659 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
2660
2661         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
2662         Use gnus-home-directory instead of "~/" or "$HOME".
2663
2664 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
2665
2666         * encrypt.el (encrypt-insert-file-contents): Add better prompt
2667         to mention filename.
2668         Add comments at beginning regarding usage.
2669         (encrypt-write-file-contents): Change interactive so a string is
2670         acceptable.  If the file has no associated model, show an error instead
2671         of a nonsense prompt.
2672
2673 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2674
2675         * spam.el (spam-bsfilter-ham-switch): Fix typo.
2676         Thanks to Yoshihiko Yamada for kind notification of this typo.
2677
2678 2007-01-12  Kenichi Handa  <handa@m17n.org>
2679
2680         * uudecode.el (uudecode-decode-region-internal): Make it work in a
2681         multibyte buffer.
2682
2683 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
2684
2685         * gnus-score.el (gnus-score-fast-scoring): New variable.
2686         (gnus-score-headers): Use it.
2687
2688         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
2689
2690         * message.el (message-cite-original-1): Call
2691         gnus-article-highlight-citation if requested.
2692         (message-make-from): Allow name and address as optional arguments.
2693
2694         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
2695
2696         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
2697         bugs to doc string.
2698         (gnus-button-alist): Add mid\\|message-id.
2699         (gnus-button-fetch-group): Extend for use in
2700         `browse-url-browser-function'.
2701         (gnus-button-url-regexp): Try to catch paired parentheses like in
2702         Wikipedia URLs.
2703
2704         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
2705         Suggested by Simon Krahnke <overlord@gmx.li>.
2706
2707 2007-01-13  Romain Francoise  <romain@orebokech.com>
2708
2709         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
2710         Update copyright.
2711
2712 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
2713
2714         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
2715
2716 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
2717
2718         * gnus-registry.el (gnus-registry-unfollowed-groups)
2719         (gnus-registry-split-fancy-with-parent): Fix documentation.
2720
2721 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2722
2723         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
2724         from nnweb groups.
2725
2726 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2727
2728         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
2729         Xref urls.  Erase buffer before requesting head.
2730
2731 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
2732
2733         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
2734         customizable.
2735
2736 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
2737
2738         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
2739         no signing key is found.
2740         (mml2015-epg-encrypt): Ask user whether to skip or abort if
2741         no encrypting and/or signing key is found.
2742
2743 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
2744
2745         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
2746
2747 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2748
2749         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
2750         headers read from disk with the ones newly found in the current search.
2751         This should no longer cause problems, because the article numbers in
2752         Gmane's `nov.php' output are ignored since the previous change.
2753
2754 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2755
2756         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
2757
2758 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2759
2760         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
2761         replace-regexp-in-string; bind url-version; fbind display-images-p and
2762         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
2763         find-face and set-itimer-function for Emacs; bind itimer-list for
2764         Emacs.
2765
2766         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
2767
2768 2007-01-01  Romain Francoise  <romain@orebokech.com>
2769
2770         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
2771
2772 2006-12-31  Steve Youngs  <steve@sxemacs.org>
2773
2774         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
2775         `define-minor-mode' macro definition expanded properly.
2776         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
2777         exclude it there.
2778
2779         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
2780         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
2781         `fboundp' test.
2782         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
2783         This is OK to autoload in (S)XEmacs now.
2784
2785 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2786
2787         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
2788         keystroke.
2789         (gnus-summary-limit-to-singletons): Fix typo.
2790
2791         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
2792         else fails.
2793
2794 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2795
2796         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
2797         docstring.
2798
2799         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
2800         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
2801         (gnus-summary-insert-dormant-articles): Fix typo in message.
2802
2803 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
2804
2805         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
2806         nil for XEmacs.
2807         (gnus-message-citation-mode): Don't autoload in XEmacs.
2808
2809         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
2810
2811 2006-12-29  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
2812
2813         * nnimap.el (nnimap-expunge-search-string): Mention
2814         nnimap-search-uids-not-since-is-evil in docstring.
2815
2816 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
2817
2818         * spam.el: Revert to make-obsolete-variable because
2819         define-obsolete-variable-alias is not supported in Emacs 21.
2820
2821         * spam.el (spam-ifile-path, spam-ifile-database-path)
2822         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
2823         make-obsolete-variable.
2824         (spam-bsfilter-path, spam-bsfilter-program)
2825         (spam-spamassassin-path, spam-spamassassin-program)
2826         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
2827         use "path" inappropriately.
2828         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
2829         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
2830         variable names.
2831
2832 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
2833
2834         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
2835         summary buffer.
2836
2837         * password.el (password-cache-remove): Use clear-string to burn
2838         password, if available.
2839
2840 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
2841
2842         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
2843
2844         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
2845
2846         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
2847         (gnus-message-highlight-citation): Move defcustom here from
2848         gnus-cite.el.
2849         (gnus-message-citation-mode): Autoload.
2850
2851         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
2852         checks to make it compile with XEmacs.
2853         (gnus-message-citation-mode): New minor mode.
2854         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
2855         (gnus-message-highlight-citation): New variables.
2856         (gnus-message-search-citation-line)
2857         (gnus-message-add-citation-keywords)
2858         (gnus-message-remove-citation-keywords)
2859         (turn-on-gnus-message-citation-mode)
2860         (turn-off-gnus-message-citation-mode): New functions.
2861
2862 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
2863
2864         * gnus-cite.el: Enable highlighting of different citation levels in
2865         message-mode.
2866
2867 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
2868
2869         * message.el (message-make-fqdn): Fix comment.
2870         (message-bogus-system-names): Add ".local".
2871
2872         * spam.el (spam-ifile-path, spam-ifile-program)
2873         (spam-ifile-database-path, spam-ifile-database)
2874         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
2875         Don't use "path" inappropriately.
2876         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
2877         strings.
2878         (spam-check-ifile, spam-ifile-register-with-ifile)
2879         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
2880         new variable names.
2881
2882         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
2883         (gnus-treat-display-smileys): Simplify using
2884         gnus-image-type-available-p.
2885
2886         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
2887         available.
2888
2889         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
2890         `display-images-p' if available.
2891
2892 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2893
2894         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
2895         one after turning on the buffer's multibyteness instead of decoding
2896         them directly in the unibyte buffer that causes unexpected conversion
2897         in Emacs 23 (unicode).
2898
2899 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2900
2901         * message.el (message-generate-hashcash): Fix custom type.
2902
2903 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
2904
2905         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
2906
2907 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
2908
2909         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
2910         disconnect icons.  Add help text.
2911
2912 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
2913
2914         * spam.el (spam-extra-header-to-number): CRM114 spam score is
2915         negated to be consistent with the others we handle.
2916
2917 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2918
2919         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
2920         version of gnus-summary-buffer to something, so that we can use two
2921         article buffers at the same time.
2922
2923 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
2924
2925         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
2926         trigger all the extra headers.
2927         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
2928         sorting.
2929
2930 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2931
2932         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
2933         solid groups.
2934
2935 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
2936
2937         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
2938
2939 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
2940
2941         * legacy-gnus-agent.el: Add Copyright notice.
2942
2943 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
2944
2945         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
2946
2947 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2948
2949         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
2950
2951         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
2952         to make it work reliably in CVS Emacs.
2953         (gnus-summary-limit-strange-charsets-predicate)
2954         (gnus-summary-limit-to-predicate): New functions.
2955
2956 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
2957
2958         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
2959         specifying array size.
2960         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
2961         array if it is too small.
2962         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
2963         (gnus-sort-threads-loop): New function.
2964
2965 2006-12-06  Chris Moore  <dooglus@gmail.com>
2966
2967         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
2968         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
2969
2970 2006-12-04  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
2971
2972         * mm-url.el (mm-url-predefined-programs): Call curl with correct
2973         options.
2974
2975 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2976
2977         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
2978         DOS-ing the recipient.
2979
2980         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
2981         the headers when creating the mapping to avoid mismappings.
2982         (nnweb-gmane-create-mapping): Always nix out old mapping.
2983
2984 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2985
2986         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
2987         and mm-verify-option to never.
2988
2989 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2990
2991         * message.el (message-signed-or-encrypted-p): New function.
2992         (message-forward-make-body): Use it.
2993
2994         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
2995         Replace encode-coding-string with mm-encode-coding-string.
2996
2997 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2998
2999         * nneething.el (nneething-decode-file-name): Replace
3000         decode-coding-string with mm-decode-coding-string.
3001
3002         * gnus-int.el (gnus-open-server): Say failed server's name.
3003
3004 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3005
3006         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
3007         strings to a single string.  Quote `errors-file-name'.
3008         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
3009         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
3010         Adjust calls.  Use `shell-quote-argument'.
3011
3012 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
3013
3014         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
3015         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
3016
3017         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
3018         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
3019         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
3020         (gnus-group-make-directory-group, gnus-group-transpose-groups):
3021         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
3022         (gnus-subscribe-newsgroup, gnus-1):
3023         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
3024         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
3025         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
3026         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
3027
3028 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3029
3030         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
3031         keystroke.
3032         (gnus-summary-limit-to-bodies): Implement headersp.
3033
3034 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3035
3036         * dns.el (query-dns): Protect against "Process dns deleted" strings.
3037
3038 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3039
3040         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
3041
3042 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3043
3044         * message.el (message-generate-hashcash): Expand range of values to
3045         include `opportunistic'.
3046         (message-send-mail): Use it.
3047
3048 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3049
3050         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
3051         and comment it.
3052
3053         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
3054
3055 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
3056
3057         * gnus-util.el (gnus-extract-address-components): Improve comment.
3058
3059 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3060
3061         * gnus-util.el (gnus-extract-address-components): Work with address in
3062         which the name portion contains @.
3063
3064         * lpath.el: Fbind custom-autoload.
3065
3066 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
3067
3068         * gnus.el (gnus-start): Move custom group up.
3069         (gnus-select-method): Don't autoload, but make it available for
3070         `customize-variable'.
3071         (gnus-getenv-nntpserver): Don't autoload.
3072
3073 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
3074
3075         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
3076
3077 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
3078
3079         * message.el (message-sendmail-extra-arguments): New variable.
3080         (message-send-mail-with-sendmail): Use it.
3081
3082 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3083
3084         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
3085         mm-with-unibyte-current-buffer to make string unibyte.
3086
3087         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
3088         mm-string-as-multibyte.
3089
3090 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
3091
3092         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
3093         Reported by Werner Koch <wk@gnupg.org>.
3094
3095 2006-11-14  Daiki Ueno  <ueno@p360>
3096
3097         * mml2015.el: Autoload epa-select-keys when compiling.
3098
3099 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
3100
3101         * mml2015.el (mml2015-epg-sign): Save the signing keys in
3102         message-options.
3103         (mml2015-epg-encrypt): Save the recipient keys in message-options.
3104
3105 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
3106
3107         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
3108         EasyPG (< 0.0.6).
3109         (mml2015-always-trust): New user option.
3110         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
3111         prompt.
3112
3113 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3114
3115         * nntp.el (nntp-authinfo-force): New variable.
3116         (nntp-send-authinfo): Use it.
3117
3118 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
3119
3120         * message.el (message-strip-subject-encoded-words): Allow _not_ to
3121         decode encoded words.  Improve prompt.  Add comment about forwarding.
3122         (message-replacement-char): Move up.
3123
3124 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
3125
3126         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
3127         instead of gnus-intersection because arguments of gnus-sorted-nunion
3128         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
3129
3130 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
3131
3132         * message.el (message-strip-subject-encoded-words): Reformat prompt.
3133         (message-simplify-subject-functions): Enable
3134         message-strip-subject-encoded-words by default.
3135
3136 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
3137
3138         * message.el (message-strip-subject-encoded-words): New function
3139         (message-simplify-subject-functions): New variable.
3140         (message-simplify-subject): Use it.  Fix typo in doc string.
3141         Support message-strip-subject-encoded-words.
3142
3143 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
3144
3145         * gnus-diary.el (gnus-diary-delay-format-function):
3146         * nndiary.el (nndiary-reminders):
3147         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
3148
3149 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
3150
3151         * gnus-art.el (article-hide-boring-headers): Fetch date from
3152         gnus-original-article-buffer to avoid problems with localized date
3153         strings.
3154
3155 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3156
3157         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
3158
3159 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
3160
3161         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
3162         New variables.
3163         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
3164         (mm-charset-synonym-alist): Move some entries to
3165         mm-codepage-iso-8859-list.
3166         (mm-charset-synonym-alist, mm-charset-override-alist): Add
3167         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
3168
3169 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3170
3171         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
3172
3173 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
3174
3175         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
3176         with Emacs 21 and XEmacs.
3177
3178 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
3179
3180         * spam.el (spam-parse-address): New function for better parsing,
3181         catching errors, etc.
3182         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
3183
3184 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
3185
3186         * mm-view.el: Add interactive arg to html2text autoload.
3187
3188 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3189
3190         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
3191
3192 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
3193
3194         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
3195         variables.
3196         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
3197         (mm-charset-synonym-alist): Move some entries to
3198         mm-codepage-iso-8859-list.
3199
3200         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
3201
3202 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
3203
3204         * message.el (message-citation-line-format)
3205         (message-insert-formated-citation-line): Fix implementation of %E, %N
3206         and %n according to the doc string.
3207
3208 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
3209
3210         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
3211         car-safe to avoid bad parses.
3212
3213 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3214
3215         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
3216         names.
3217
3218         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
3219
3220 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3221
3222         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
3223         header.
3224
3225         * message.el (message-draft-headers): Add Date.
3226         (message-headers-to-generate): Fix typo in docstring.
3227
3228         * nndraft.el (nndraft-required-headers): New variable.
3229         (nndraft-generate-headers): Use it.
3230
3231         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
3232
3233 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
3234
3235         * gnus-registry.el (gnus-registry-wash-for-keywords)
3236         (gnus-registry-find-keywords): New functions to allow easy searching of
3237         articles that are in the registry.
3238
3239 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
3240
3241         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
3242         ietf-drums-parse-address instead of gnus-extract-address-components.
3243         Reported by Damien Elmes <damien@repose.cx>.
3244
3245 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
3246
3247         * gnus.el (gnus-mime): Remove unused custom group.
3248
3249 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3250
3251         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
3252         "blank line" when searching for end of armor headers.
3253
3254 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3255
3256         * gmm-utils.el (gmm-write-region): Fix variable name.
3257
3258 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
3259
3260         * gmm-utils.el (gmm-write-region): New function based on compatibility
3261         code from `mm-make-temp-file'.
3262
3263         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
3264
3265         * nnmaildir.el (nnmaildir--update-nov)
3266         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
3267         Use `gmm-write-region'.
3268
3269 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
3270
3271         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
3272         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
3273
3274         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
3275
3276         * message.el (message-replacement-char): New variable.
3277         (message-fix-before-sending): Use it.
3278         (message-simplify-subject): New function to remove duplicate code.
3279         (message-reply, message-followup): Use it.
3280
3281         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
3282         gnus-summary-limit-to-articles.
3283
3284 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3285
3286         * gnus-util.el (gnus-with-local-quit): New macro.
3287
3288         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
3289
3290 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
3291
3292         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
3293         ignore non-string data.
3294
3295 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
3296
3297         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
3298         non-string data (needs to be done in the registry too).
3299
3300 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
3301
3302         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
3303         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
3304         (gnus-registry-split-fancy-with-parent)
3305         (gnus-registry-fetch-simplified-message-subject-fast)
3306         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
3307         Remove text properties on ingress into the registry and when it's saved.
3308         (gnus-registry-clean-empty-function): Fix bug with cleaning the
3309         registry from entries with no groups.
3310
3311 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
3312
3313         * gnus-util.el (gnus-string-remove-all-properties): Add utility
3314         function to remove string properties.
3315
3316 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
3317
3318         * gmm-utils.el (gmm): Adjust custom version.
3319
3320         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
3321         custom version.
3322
3323         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
3324
3325 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
3326
3327         * gnus-art.el (gnus-insert-prev-page-button)
3328         (gnus-insert-next-page-button): Simplify.  Reformat.
3329
3330 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
3331
3332         * gnus-art.el (gnus-insert-prev-page-button)
3333         (gnus-insert-next-page-button): Apply gnus-article-button-face.
3334
3335 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
3336
3337         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
3338
3339 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
3340
3341         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
3342         gnus-article-button-face to MIME and security buttons.
3343
3344 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
3345
3346         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
3347         readable.
3348
3349 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3350
3351         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
3352
3353 2006-09-20  Steve Youngs  <steve@sxemacs.org>
3354
3355         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
3356         `browse-url-of-file' instead of `browse-url'.
3357
3358 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3359
3360         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
3361         regexp.  Articles containing quotation were cut prematurely.
3362
3363 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3364
3365         * message.el (message-cite-original-1): Use nobody by default for the
3366         value of From header.
3367         (message-reply): Ditto.
3368
3369 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
3370
3371         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
3372         to the gnus-info.  This fixes a bug of inline-PGP message verification.
3373         Reported by Michael Piotrowski <mxp@dynalabs.de>.
3374
3375 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
3376
3377         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
3378         mails in the doc string.  Add some URLs in comment.
3379         (pop3-movemail): Warn about pop3-leave-mail-on-server.
3380
3381 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3382
3383         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
3384         backslashes handling and the way to find boundaries of quoted strings.
3385
3386 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
3387
3388         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
3389         mml1991-encrypt-to-self is set and mml1991-signers is not set.
3390         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
3391         mml2015-encrypt-to-self is set and mml2015-signers is not set.
3392
3393 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
3394
3395         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
3396         doc string.
3397         (gnus-button-regexp, gnus-button-last): Remove unused variables.
3398
3399 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3400
3401         * lpath.el: Fbind epg-check-configuration.
3402
3403 2006-09-06  Simon Josefsson  <jas@extundo.com>
3404
3405         * mml2015.el (mml2015-use): Doc fix, mention epg.
3406
3407 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
3408
3409         * mml2015.el (mml2015-use): Default to epg, if available.
3410
3411 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
3412
3413         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
3414         message-sender.
3415         (mml1991-epg-encrypt): Ditto.
3416         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
3417         message-sender.
3418         (mml2015-epg-encrypt): Ditto.
3419
3420 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
3421
3422         * message.el (message-send-mail-with-sendmail): Look for sendmail in
3423         several common directories.
3424
3425 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
3426
3427         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
3428         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
3429
3430 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3431
3432         * gnus-art.el (article-decode-encoded-words): Make it fast.
3433
3434 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3435
3436         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
3437
3438         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
3439         in quoted string into `\'.
3440
3441 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3442
3443         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
3444         Use standard-syntax-table.
3445
3446 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3447
3448         * gnus-art.el (gnus-decode-address-function): New variable.
3449         (article-decode-encoded-words): Use it to decode headers which are
3450         assumed to contain addresses.
3451         (gnus-mime-delete-part): Remove useless `or'.
3452
3453         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
3454         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
3455         (gnus-nov-parse-line): Use it to decode From header.
3456         (gnus-get-newsgroup-headers): Ditto.
3457         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
3458
3459         * mail-parse.el (mail-decode-encoded-address-region): New alias.
3460         (mail-decode-encoded-address-string): New alias.
3461
3462         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
3463         New function.
3464         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
3465         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
3466         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
3467         (rfc2047-decode-string): Ditto.
3468         (rfc2047-decode-address-region): New function.
3469         (rfc2047-decode-address-string): New function.
3470
3471 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
3472
3473         * message.el (message-caesar-buffer-body): Allow rotating headers.
3474
3475         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
3476
3477         * message.el (message-insert-formated-citation-line): Fix %f.
3478         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
3479
3480 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3481
3482         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
3483         (gnus-bookmark-mouse-available-p): New macro.
3484         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
3485         (gnus-bookmark-bmenu-show-infos): Use it.
3486         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
3487         (gnus-bookmark-bmenu-hide-infos): Ditto.
3488         (gnus-bookmark-remove-properties): New function.
3489         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
3490         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
3491         (gnus-bookmark-write-file): Bind coding-system-for-write.
3492         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
3493         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
3494         group before selecting it.
3495         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
3496         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
3497         quit-window if it is not available; use gnus-mouse-2 and bind it to
3498         gnus-bookmark-bmenu-select-by-mouse.
3499         (gnus-bookmark-show-details): Remove unused variable `details-list'.
3500         (gnus-bookmark-bmenu-select-by-mouse): New function.
3501
3502 2006-08-13  Romain Francoise  <romain@orebokech.com>
3503
3504         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
3505         space.
3506
3507 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3508
3509         * compface.el (uncompface): Use binary rather than raw-text-unix.
3510
3511 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3512
3513         * compface.el (uncompface): Make sure the eol conversion doesn't take
3514         place when communicating with the external programs.  Reported by
3515         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3516
3517 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3518
3519         * nnheader.el (nnheader-insert-head): Fix typo in comment.
3520
3521 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3522
3523         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
3524         Make it more robust by parsing author and date independently.
3525
3526 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3527
3528         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
3529
3530 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
3531
3532         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
3533         first matching secret key.
3534         (mml2015-epg-encrypt): Ditto.
3535
3536         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
3537         first matching secret key.
3538         (mml1991-epg-encrypt): Ditto.
3539
3540         * mml2015.el (mml2015-encrypt-to-self): New user option.
3541         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
3542         mml2015-epg-encrypt-to-self is set.
3543
3544         * mml1991.el (mml1991-encrypt-to-self): New variable.
3545         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
3546         mml1991-epg-encrypt-to-self is set.
3547
3548         * mml2015.el (mml2015-signers): New user option.
3549         (mml2015-epg-sign): Reflect the value of mml2015-signers.
3550         (mml2015-epg-encrypt): Allow to select signing keys.
3551
3552         * mml1991.el (mml1991-signers): New variable.
3553         (mml1991-epg-sign): Reflect the value of mml1991-signers.
3554         (mml1991-epg-encrypt): Allow to select signing keys.
3555
3556 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3557
3558         * nnheader.el (nnheader-insert-head): Make it work even if the file
3559         uses CRLF for the line-break code.
3560
3561 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
3562
3563         * mml2015.el: Require mml-sec instead of password.
3564         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
3565         (mml2015-cache-passphrase): Inherit the default value from
3566         mml-secure-cache-passphrase.
3567         (mml2015-passphrase-cache-expiry): Inherit the default value from
3568         mml-secure-passphrase-cache-expiry.
3569
3570         * mml1991.el: Require mml-sec instead of password.
3571         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
3572         (mml1991-cache-passphrase): Inherit the default value from
3573         mml-secure-cache-passphrase.
3574         (mml1991-passphrase-cache-expiry): Inherit the default value from
3575         mml-secure-passphrase-cache-expiry.
3576
3577         * mml-sec.el: Require password.
3578         (mml-secure-verbose): New user option.
3579         (mml-secure-cache-passphrase): New user option.
3580         (mml-secure-passphrase-cache-expiry): New user option.
3581
3582 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
3583
3584         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
3585         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
3586         andreas@altroot.de (Andreas V\e,Av\e(Bgele).
3587
3588         FIXME: Use `tiny change'?
3589
3590 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3591
3592         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
3593         workaround for the url package included with Emacs.
3594
3595         * nnweb.el (nnweb-google-create-mapping): Update regexp.
3596
3597 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3598
3599         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
3600         correctly.  This fixes a bug caused by the 2006-05-12 change.
3601
3602 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
3603
3604         * nnmail.el (nnmail-article-group): If splitting raises an error, give
3605         some information about the error when saying that the `bogus' mail
3606         group will be used.
3607
3608 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
3609
3610         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
3611         string.
3612
3613 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
3614
3615         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
3616
3617 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3618
3619         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
3620
3621 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
3622
3623         * mml1991.el (mml1991-function-alist): Add epg.
3624         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
3625         (mml1991-epg-encrypt): New functions.
3626
3627 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
3628
3629         * mml2015.el (mml2015-verbose): New variable.
3630         (mml2015-cache-passphrase): Ditto.
3631         (mml2015-passphrase-cache-expiry): Ditto.
3632         (mml2015-function-alist): Add epg.
3633         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
3634         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
3635         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
3636         functions.
3637
3638 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3639
3640         * message.el (message-cite-original-1): Preserve region when removing
3641         quoted text due to X-No-Archive in order to avoid bogus attribution
3642         when citing multiple messages.
3643
3644 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3645
3646         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
3647         Kenneth Jacker <khj@be.cs.appstate.edu>.
3648
3649 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
3650
3651         * gnus-diary.el (gnus-user-format-function-d)
3652         (gnus-user-format-function-D): Autoload.
3653
3654         * imap.el (Commentary): Fix typo.
3655
3656         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
3657         2006-04-22 contribution.
3658
3659 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3660
3661         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
3662         It didn't really fix the bogosity I'm seeing with solid web groups.
3663
3664 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3665
3666         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
3667         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
3668         created using server names.  If we use the feature without declaring
3669         it, Gnus does not properly manage server and group state.
3670
3671         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
3672         bound.
3673
3674 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3675
3676         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
3677         looking up the method using GROUP's prefix before inventing a new one.
3678         It is used on killed/unknown groups in various places where returning
3679         an all-new method isn't expected by the caller.
3680
3681         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
3682         and match semantics of gnus-group-real-prefix.
3683
3684 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
3685
3686         * nnmail.el (nnmail-broken-references-mailers): New variable.
3687         (nnmail-ignore-broken-references): New function generalizing
3688         nnmail-fix-eudora-headers.
3689         (nnmail-fix-eudora-headers): Now obsolete.
3690
3691         * gnus-art.el (gnus-button-handle-custom): Support
3692         `customize-apropos*'.
3693
3694 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3695
3696         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
3697
3698         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
3699         articles.
3700
3701 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
3702
3703         * message.el (message-cite-reply-above): New variable.
3704         (message-yank-original): Use it.
3705
3706 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3707
3708         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
3709
3710 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
3711
3712         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
3713         as read.
3714
3715         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
3716
3717 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
3718
3719         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
3720         (gnus-bookmark-default-file): Use gnus-directory.
3721         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
3722         Remove "*" in doc string.
3723         (gnus-bookmark-write-file): Simplify.
3724         (gnus-bookmark-maybe-sort-alist): Use `when'.
3725         (gnus-bookmark-get-bookmark): Fix typo in doc string.
3726         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
3727         FIXME about Emacs 21 and XEmacs compatibility.
3728         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
3729         compatibility.
3730         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
3731         compatibility.
3732         (gnus-bookmark-menu-heading): Fix version.
3733
3734 2006-06-19  Bastien Guerry  <bzg@altern.org>
3735
3736         * gnus-bookmark.el: New file.
3737
3738 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3739
3740         * message.el (message-syntax-checks): Doc fix.
3741
3742 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3743
3744         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
3745         unsubscribed groups as if they were killed ones.  It causes duplicate
3746         entries in gnus-newsrc-alist.
3747
3748 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3749
3750         * message.el (message-syntax-checks): Doc fix.
3751         (message-send-mail): Add check for continuation headers.
3752         (message-check-news-header-syntax): Fix regexp used to check for
3753         continuation headers.
3754
3755 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3756
3757         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
3758
3759 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
3760
3761         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
3762
3763 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3764
3765         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
3766         default-truncate-lines.
3767
3768 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3769
3770         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
3771         to fill the utf-8 entry.
3772
3773         * lpath.el: Fbind unicode-precedence-list.
3774
3775 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3776
3777         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
3778
3779 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
3780
3781         * gnus-agent.el (directory-files-and-attributes): Move all the way
3782         forward (the third and final move).
3783         (gnus-agent-read-agentview): Trap reconstruction errors due to
3784         nonexistant directory.  Handle by returning nil.
3785
3786 2006-05-30  Didier Verna  <didier@xemacs.org>
3787
3788         * message.el (message-dont-reply-to-names): Update the custom type.
3789         * message.el (message-dont-reply-to-names): New defsubst: potentially
3790         convert a list of regexps into a single one.
3791         * message.el (message-get-reply-headers): Use it.
3792         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
3793
3794 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3795
3796         * gnus-agent.el (directory-files-and-attributes): Move forward.
3797
3798 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
3799
3800         * gnus-ml.el (gnus-mailing-list-subscribe)
3801         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
3802         (gnus-mailing-list-message): Fix doc strings.
3803
3804 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3805
3806         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
3807         of doing it manually.
3808
3809 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
3810
3811         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
3812         comment.
3813
3814 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
3815
3816         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
3817         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
3818         (gnus-agent-read-local): All symbols allocated in my-obarray
3819         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
3820         (gnus-agent-regenerate-group): Check numeric names to see if they are
3821         messages or groups.
3822         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
3823         better way of do this...)
3824
3825         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
3826         'dummy.group' (there should be a better way of do this...)
3827
3828 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3829
3830         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
3831         (gnus-saved-headers): Ditto.
3832         (gnus-default-article-saver): Mention functions may have properties.
3833         (gnus-article-save): Override gnus-save-all-headers and
3834         gnus-saved-headers by :headers property which saver function may have.
3835         (gnus-summary-save-in-file): Add :headers property.
3836         (gnus-summary-write-to-file): Ditto.
3837
3838         * gnus-sum.el (gnus-summary-save-article): Bind
3839         gnus-prompt-before-saving to t when saving many articles in a file;
3840         always show all headers.
3841
3842         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
3843
3844 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
3845
3846         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
3847         marks.
3848
3849         * message.el (message-indent-citation): Add optional arguments to allow
3850         using it outside of message buffers.
3851
3852         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
3853         (gnus-article-treat-unfold-headers): Use it.
3854         (gnus-article-truncate-lines): New variable.
3855         (gnus-article-mode): Use it.
3856         (gnus-article-toggle-truncate-lines): New function.
3857
3858         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
3859         gnus-article-toggle-truncate-lines.
3860
3861         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
3862         coding system in XEmacs, use binary.
3863
3864 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3865
3866         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
3867         after-load-alist.
3868
3869         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
3870         this function should save decoded articles.
3871         (gnus-summary-write-to-file): Use property to specify this function
3872         should save decoded articles and specify gnus-summary-save-in-file
3873         should be used to save articles other than the first one when saving
3874         many articles.
3875         (gnus-summary-save-body-in-file): Use property to specify this
3876         function should save decoded articles.
3877         (gnus-summary-write-body-to-file): Use property to specify this
3878         function should save decoded articles and specify
3879         gnus-summary-save-body-in-file should be used to save articles other
3880         than the first one when saving many articles.
3881
3882         * gnus-sum.el (gnus-summary-save-article): Simplify.
3883
3884 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3885
3886         * gnus-art.el (gnus-default-article-saver): Add
3887         gnus-summary-write-body-to-file.
3888         (gnus-article-save-coding-system): Don't use coding system object
3889         in XEmacs.
3890         (gnus-read-save-file-name): Add optional `dir-var' argument which
3891         specifies directory in which files are saved; work even if optional
3892         `variable' argument is not specified.
3893         (gnus-summary-write-to-file): Read file name.
3894         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
3895         (gnus-summary-write-body-to-file): New function.
3896
3897         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
3898         (gnus-summary-local-variables): Add it.
3899         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
3900         (gnus-summary-save-article): Remove optional `decode' argument;
3901         determine whether to decode articles by the value of
3902         gnus-default-article-saver; when saving many files using
3903         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
3904         it first and use gnus-summary-save-in-file or
3905         gnus-summary-save-body-in-file thereafter unless
3906         gnus-prompt-before-saving is always; move point to article which
3907         will be saved.
3908         (gnus-summary-save-article-file): Revert.
3909         (gnus-summary-write-article-file): Revert.
3910         (gnus-summary-save-article-body-file): Revert.
3911         (gnus-summary-write-article-body-file): New function.
3912
3913 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3914
3915         * gnus-art.el (gnus-default-article-saver): Doc fix.
3916         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
3917         from gnus-summary-save-article-coding-system, and default to a
3918         certain coding system.
3919         (gnus-output-to-file): Add coding cookie and encode text according
3920         to gnus-article-save-coding-system; don't use mm-append-to-file.
3921
3922         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
3923         gnus-art.el and rename to gnus-article-save-coding-system.
3924         (gnus-summary-save-article): Require gnus-art; don't show all
3925         headers if it decodes articles; don't add coding cookie here;
3926         don't bind mm-text-coding-system-for-write.
3927         (gnus-summary-save-article-file): Save decoded articles.
3928         (gnus-summary-write-article-file): When saving many files, use
3929         gnus-summary-write-to-file first and gnus-summary-save-in-file
3930         thereafter unless gnus-prompt-before-saving is always.
3931         (gnus-summary-save-article-body-file): Save decoded articles.
3932
3933         * lpath.el: Fbind select-safe-coding-system for XEmacs.
3934
3935 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
3936
3937         * nnrss.el (nnrss-check-group): Bind hash-index.
3938
3939 2006-05-23  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
3940
3941         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
3942         its hash index.  Store this hash in `nnrss-group-data'.
3943         (nnrss-read-group-data): Update accordingly.
3944
3945 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
3946
3947         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
3948         entry.
3949
3950         * gnus-sum.el (gnus-summary-make-menu-bar): Add
3951         gnus-article-browse-html-article.
3952
3953 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
3954
3955         * gnus-sum.el (gnus-summary-mime-map): Add
3956         gnus-article-browse-html-article.
3957
3958         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
3959
3960 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
3961
3962         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
3963         suitable coding systems in customize.
3964
3965 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
3966
3967         * mail-source.el (mail-sources): Fix custom type.
3968
3969 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
3970
3971         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
3972         (gnus-summary-expire-articles-now): Shorten prompt.
3973
3974         * gmm-utils.el (wid-edit): Require.
3975         (defun-gmm): Renamed from `gmm-defun-compat'.
3976         (gmm-image-search-load-path): Use it.
3977         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
3978
3979 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3980
3981         * gnus-sum.el (gnus-summary-save-article-coding-system): New
3982         variable.
3983         (gnus-summary-save-article): Add optional `decode' argument.  If
3984         it is set and gnus-summary-save-article-coding-system is non-nil,
3985         save decoded article.
3986         (gnus-summary-write-article-file): Save decoded article if
3987         gnus-summary-save-article-coding-system is non-nil.
3988
3989         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
3990         type.
3991
3992 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3993
3994         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
3995
3996 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3997
3998         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
3999         first to test gnus-single-article-buffer which may be buffer-local.
4000
4001         * gnus-sum.el (gnus-summary-setup-buffer): Make
4002         gnus-single-article-buffer buffer-local and nil in ephemeral
4003         group; make gnus-article-buffer, gnus-article-current, and
4004         gnus-original-article-buffer always buffer-local.
4005         (gnus-summary-exit): Kill article buffer belonging to ephemeral
4006         group.
4007         (gnus-handle-ephemeral-exit): Don't move to next summary line.
4008
4009 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
4010
4011         * nnml.el (nnml-request-compact-group): Compressed files might not
4012         have .gz extension.
4013
4014 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4015
4016         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
4017         (mm-copy-to-buffer): Use with-current-buffer.
4018         (mm-display-part): Simplify.
4019         (mm-inlinable-p): Add optional arg `type'.
4020
4021 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4022
4023         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
4024         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
4025         Try harder to show the attachment internally or externally using
4026         gnus-mime-view-part-as-type.
4027
4028 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
4029
4030         * message.el (message-from-style, message-signature-separator)
4031         (message-user-organization-file, message-send-mail-function)
4032         (message-citation-line-function, message-yank-prefix)
4033         (message-indent-citation-function, message-signature)
4034         (message-signature-file, message-signature-insert-empty-line):
4035         Remove autoloads.
4036
4037         * gnus-art.el (gnus-buttonized-mime-types): Remove
4038         "multipart/signed".  Revert 2006-04-26 change.
4039
4040 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4041
4042         * gnus.el (gnus-version-number): Bump version.
4043
4044 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4045
4046         * gnus.el: No Gnus v0.5 is released.
4047
4048 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4049
4050         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
4051         fetching articles by message-id.
4052
4053 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4054
4055         * message.el (hashcash): Require hashcash as normal.
4056
4057         * ecomplete.el (ecomplete-highlight-match-line): Use
4058         point-at-eol.
4059         (ecomplete-highlight-match-line): Use `highlight', because that
4060         face exists in both Emacs and XEmacs.
4061
4062         * message.el (message-display-abbrev): Use point-at-bol.
4063
4064         * mail-source.el: Don't require timer/timer-funcs.
4065
4066         * gnus-async.el: Ditto.
4067
4068         * password.el: Ditto.
4069
4070         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
4071
4072         * mm-url.el: Ditto.
4073
4074         * gnus-xmas.el: Don't require timer-funcs.
4075
4076         * mm-util.el: Require timer/timer-funcs.
4077
4078 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4079
4080         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
4081         Close.
4082
4083 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4084
4085         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
4086         unibyte after clear-decrypt function runs.
4087
4088         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
4089         returns as a unibyte string.
4090
4091 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4092
4093         * lpath.el: Revert.
4094
4095         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
4096         (pgg-gpg-process-sentinel): Revert.
4097
4098         * pgg-pgp.el (pgg-pgp-process-region): Revert.
4099         (pgg-pgp-lookup-key): Revert.
4100
4101         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
4102         (pgg-pgp5-lookup-key): Revert.
4103
4104         * pgg.el (pgg-fetch-key): Revert.
4105
4106 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4107
4108         * lpath.el: Fbind string-as-multibyte for XEmacs.
4109
4110         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
4111         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
4112         (mml1991-pgg-encrypt): Ditto.
4113
4114         * pgg-gpg.el (pgg-string-to-multibyte): New function.
4115         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
4116         a multibyte buffer.
4117
4118         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
4119         (pgg-pgp-lookup-key): Ditto.
4120
4121         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
4122         (pgg-pgp5-lookup-key): Ditto.
4123
4124         * pgg.el (pgg-fetch-key): Ditto.
4125
4126 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
4127
4128         * message.el (message-user-organization-file): Check several
4129         locations of the organization file.
4130
4131         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
4132         Add gnus-article-view-part-as-type.
4133
4134         * gnus-art.el (gnus-article-view-part-as-type): New function.
4135
4136         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
4137         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
4138
4139         * mml.el: Simplify autoload.
4140         (mml-mode): defvar dnd-protocol-alist instead of using
4141         symbol-value.
4142         (mml-default-directory): New variable.
4143         (mml-minibuffer-read-file): Use it.
4144         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
4145
4146         * message.el (message-citation-line-format): New variable.
4147         (message-insert-formated-citation-line): New function.
4148         (message-citation-line-function): Add
4149         `message-insert-formated-citation-line' to custom type.
4150
4151         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
4152         to doc string.
4153
4154         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
4155         depending on mm-verify-option.
4156
4157 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4158
4159         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
4160         binding pgg-* variables; reimplement the section which prevents
4161         MIME header from being signed.
4162         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
4163         pgg-text-mode; remove a blank line at the top of body.
4164
4165         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
4166         lines at the top of body; use gnus-newsgroup-charset if there's no
4167         Charset header.
4168
4169 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4170
4171         * message.el (message-self-insert-commands): Doc fix.
4172
4173         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
4174         (mm-uu-pgp-encrypted-test): Ditto.
4175         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
4176         between header and body; return application/pgp-encrypted handle
4177         if decryption failed; decode decrypted body by charset.
4178
4179         * mm-decode.el (mm-automatic-display): Don't make application/pgp
4180         element match to application/pgp-*.
4181
4182 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4183
4184         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
4185         HTML.
4186
4187 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4188
4189         * mail-source.el (mail-source-call-script): Message the error
4190         string.
4191
4192 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4193
4194         * gnus-util.el (gnus-byte-compile): Use it.
4195
4196 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
4197
4198         * gnus-util.el (kill-empty-logs): New function.
4199
4200 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4201
4202         * message.el (message-mail-alias-type): Doc fix.
4203         (message-mail-alias-type-p): New function.
4204         (message-send): Use it.
4205         (message-mode): Ditto.
4206         (message-strip-forbidden-properties): Ditto.
4207
4208         * ecomplete.el (ecomplete-database-file-coding-system): New
4209         variable.
4210         (ecomplete-save): Use it.
4211         (ecomplete-setup): Use it.
4212
4213 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4214
4215         * message.el (message-self-insert-commands): New variable.
4216         (message-strip-forbidden-properties): Use it.
4217
4218 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4219
4220         * message.el (message-put-addresses-in-ecomplete): Use a regexp
4221         that doesn't make XEmacs choke.
4222
4223 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
4224
4225         * gnus-util.el (gnus-replace-in-string):
4226         Prefer replace-regexp-in-string over of replace-in-string.
4227
4228 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4229
4230         * gnus-util.el (gnus-select-frame-set-input-focus):
4231         Use select-frame-set-input-focus if it is available in XEmacs; use
4232         definition defined in Emacs 22 for old Emacsen.
4233
4234         * dgnushack.el: Autoload unmorse-region for XEmacs.
4235
4236         * lpath.el: Bind cursor-in-non-selected-windows and
4237         select-frame-set-input-focus for XEmacs.
4238
4239 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4240
4241         * mm-view.el (mm-inline-text): Use equal instead of equalp.
4242
4243 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
4244
4245         * gnus-registry.el (gnus-registry-cache-save): Remove text
4246         properties when saving via the temp buffer.
4247
4248 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
4249
4250         * message.el (message-generate-hashcash): Honor custom type.
4251
4252 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4253
4254         * message.el (message-generate-hashcash): Default to non-nil when
4255         hashcash is found.
4256
4257         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
4258         (gnus-refer-thread-limit): Increase default to 500.
4259
4260         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
4261
4262         * flow-fill.el (fill-flowed): Allow delete-space.
4263
4264 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
4265
4266         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
4267         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
4268         Remove autoloads.
4269
4270 2006-04-18  Simon Josefsson  <jas@extundo.com>
4271
4272         * message.el (message-generate-hashcash): Default to.
4273
4274 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4275
4276         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
4277         concatenating segments rather than before concatenating them.
4278
4279 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
4280
4281         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
4282
4283 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4284
4285         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
4286
4287         * message.el (message-forward-make-body-plain): Allow
4288         message-forward-ignored-headers to be a list.
4289         (message-remove-ignored-headers): Factor out into function.
4290         (message-forward-make-body-mml): Use it.
4291
4292         * imap.el (imap-quote-specials): New function.
4293         (imap-login-auth): Quote specials.
4294
4295         * rfc2231.el (rfc2231-parse-string): Remove dead code.
4296         (rfc2231-parse-string): Allow concatanation of parameters that
4297         aren't contiguous.  The test case is
4298           (mail-header-parse-content-type "message/external-body;
4299             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
4300             access-type=LOCAL-FILE;
4301             name*1*=plugh%2fhello-sailor%2fbing.pdf")
4302
4303 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4304
4305         * nntp.el (nntp-accept-process-output): Return the value of
4306         `nnheader-accept-process-output'.
4307
4308 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4309
4310         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
4311         (gnus-button-alist): Recognize more diff formats.
4312         (gnus-button-patch): Strip directory.
4313
4314 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
4315
4316         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
4317         Emacs 22 when setting focus.
4318
4319 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4320
4321         * gnus-art.el (gnus-article-treat-types): Do treatment of
4322         text/x-verbatim parts.
4323         (gnus-button-patch): New command.
4324
4325         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
4326         addresses that contain invalid characters.
4327
4328 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4329
4330         * message.el (message-put-addresses-in-ecomplete): Use
4331         gnus-replace-in-string.
4332         (message-is-yours-p): Use the more correct
4333         mail-header-parse-address instead of
4334         mail-extract-address-components.
4335         (message-put-addresses-in-ecomplete): Fix typo.
4336
4337         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
4338         keystroke.
4339
4340         * gnus-art.el (gnus-treatment-function-alist): Change order of
4341         newsgroups/generic header folding to avoid double-folding.
4342
4343         * message.el (message-hidden-headers): Add X-Draft-From.
4344
4345         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
4346         command.
4347         (gnus-summary-repeat-search-article-backward): New command.
4348
4349         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
4350         groups in the parent topic.
4351
4352 2006-04-16  Jo\e,Ac\e(Bo Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
4353
4354         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
4355         (spam-extra-header-to-number): Return the CRM114 number as a
4356         number instead of a string.
4357
4358 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4359
4360         * gnus-art.el (gnus-face-properties-alist): Moved here from
4361         gnus-fun.
4362
4363         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
4364
4365 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4366
4367         * message.el (message-strip-forbidden-properties): Only display on
4368         self-insert-command.
4369
4370         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
4371         reindent.
4372         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
4373
4374 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
4375
4376         * smiley.el (smiley-style): Fix typo.
4377
4378 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4379
4380         * hashcash.el (hashcash-insert-payment-async-2): Use
4381         message-goto-eoh instead of doing it manually.
4382         (mail-add-payment): Use message-narrow-to-header instead of trying
4383         to do the same itself.
4384
4385         * message.el (message-hidden-headers): Add Face.
4386
4387         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
4388         reparenting code.
4389         (gnus-summary-reparent-children): Refactored out code.
4390         (gnus-summary-thread-map): New keystroke.
4391         (gnus-summary-reparent-children): Make into command.
4392
4393         * smiley.el (smiley-style): Default to `medium' if using a large
4394         font.
4395
4396         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
4397         does it itself.
4398
4399         * message.el (message-point-in-header-p): Simplify definition.
4400
4401 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4402
4403         * nnagent.el (nnagent-request-set-mark): Silence log file
4404         writing.
4405         (nnagent-request-set-mark): Use write-region instead of
4406         append-to-file.
4407
4408         * gnus-sum.el (gnus-read-header): Fudge article number if using a
4409         strange select method.
4410
4411         * ecomplete.el (ecomplete-display-matches): Get highlightling
4412         right.
4413         (ecomplete-display-matches): Use literals.
4414         (ecomplete-display-matches): Disable message logging.
4415
4416         * message.el (message-display-abbrev): Small optimization.
4417
4418         * ecomplete.el (ecomplete-display-matches): Allow automatic
4419         display.
4420
4421         * message.el (message-strip-forbidden-properties): Display
4422         abbrevs.
4423         (message-display-abbrev): Get automatic display right.
4424
4425         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
4426         keystrokes.
4427
4428 2006-04-13  Romain Francoise  <romain@orebokech.com>
4429
4430         TODO: Backport to v5-10!
4431
4432         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
4433         Moved here (and renamed) from gnus-registry.el.
4434
4435         * gnus-registry.el: Require gnus-util.
4436         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
4437
4438 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4439
4440         * gnus-group.el (gnus-group-catchup-current): Change
4441         if-then-else-if-then-else into cond.
4442         (gnus-group-catchup): Indent.
4443         (group-name-at-point): New function.
4444         (gnus-fetch-group): Provide default from thing at point.
4445
4446 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4447
4448         * message.el (message-display-abbrev): Fix regexp.
4449
4450         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
4451         choosing.
4452         (ecomplete-highlight-match-line): Fix up code rewrite, remove
4453         dead variables.
4454
4455         * message.el (message-newline-and-indent): Remove debugging.
4456         (message-display-abbrev): Use new implementation.
4457
4458 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4459
4460         * gnus-art.el (gnus-article-mode): Set
4461         cursor-in-non-selected-windows to nil.
4462
4463         * smiley.el: Revert previous change.
4464         (smiley-data-directory): defvar it before using it in the
4465         defcustom of `smiley-style'.
4466
4467 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4468
4469         * message.el (message-newline-and-indent): New function.
4470
4471         * ecomplete.el: Implement more bits.
4472
4473         * message.el (message-put-addresses-in-ecomplete): Clean up the
4474         string.
4475
4476         * ecomplete.el (ecomplete-add-item): Chop off decimals.
4477
4478         * gnus-sum.el (gnus-summary-save-parts): Bind
4479         gnus-summary-save-parts-counter and use it to make unique file
4480         names.
4481
4482         * gnus-art.el (gnus-ignored-headers): Add some more headers.
4483
4484         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
4485         parameter to say whether to actually parse the individual
4486         addresses.
4487
4488         * message.el (message-put-addresses-in-ecomplete): New function.
4489         (ecomplete): Require.
4490         (message-mail-alias-type): Add ecomplete as an option.
4491
4492 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
4493
4494         * flow-fill.el (fill-flowed): Remove trailing space from blank
4495         quoted lines.
4496
4497 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4498
4499         * smiley.el (smiley-style): Move definition later to avoid a
4500         compilation warning.
4501
4502 2006-04-12  Kenichi Handa  <handa@m17n.org>
4503
4504         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
4505         buffer and then decode the buffer text if necessary.
4506         (rfc2231-encode-string): Be sure to work on multibyte buffer at
4507         first, and after mm-encode-body, change the buffer to unibyte.
4508         Use mm-disable-multibyte instead of set-buffer-multibyte.
4509
4510 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4511
4512         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
4513         Content-Type header instead of Content-Disposition header.
4514         (gnus-mime-inline-part): Ditto.
4515         (gnus-mime-view-part-as-charset): Ignore charset that the part
4516         specifies.
4517
4518         * mm-decode.el (mm-display-part): Work with external parts and
4519         usual parts similarly.
4520
4521         * mm-extern.el (mm-inline-external-body): Use mm-display-part
4522         instead of gnus-display-mime.
4523
4524         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
4525         instead of with-temp-buffer.
4526
4527         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
4528         tag to summarized topics part in order to encode non-ASCII text.
4529
4530 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
4531
4532         * smiley.el (smiley-style): New variable.
4533         (smiley-directory): New function.
4534         (smiley-data-directory): Derive from `smiley-style' using
4535         `smiley-directory'.
4536         (smiley-regexp-alist): Add new entries.
4537
4538         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
4539         (gnus-article-browse-delete-temp): Add :version.
4540
4541 2006-04-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4542
4543         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
4544         the sieve region.
4545
4546 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4547
4548         * gnus.el (gnus-version-number): Bump version.
4549
4550 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
4551
4552         * gnus.el: No Gnus v0.4 is released.
4553
4554 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4555
4556         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
4557         layout.
4558
4559         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
4560         unknown charset.
4561
4562         * message.el (message-header-synonyms): Add Original-To to the
4563         default.
4564
4565         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
4566         optional parameter.
4567
4568 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
4569
4570         * gnus-fun.el (gnus): Require it for gnus-directory.
4571
4572 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4573
4574         * gnus-fun.el (gnus-face-properties-alist): Add :version.
4575
4576 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
4577
4578         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
4579
4580 2006-04-05  Simon Josefsson  <jas@extundo.com>
4581
4582         * password.el (password-reset): New function.
4583
4584 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
4585
4586         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
4587         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
4588
4589 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4590
4591         * nnweb.el (nnweb-google-create-mapping): Update regexp.
4592         Some whitespace was matched into the url, which broke browsing hits
4593         > 100 when mm-url-use-external was nil.
4594
4595 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
4596
4597         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
4598         gnus-extra-headers for 'Newsgroups.
4599
4600         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
4601         bound.
4602
4603 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
4604
4605         * pgg-gpg.el: Clean up process buffers every time gpg processes
4606         complete.
4607
4608 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
4609
4610         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
4611         doc string.
4612
4613 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
4614
4615         * pgg-gpg.el (pgg-gpg-process-filter)
4616         (pgg-gpg-wait-for-completion): Check if buffer is alive.
4617
4618         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
4619         lines, temporary fix.
4620
4621 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
4622
4623         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
4624
4625 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
4626
4627         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
4628         default-enable-multibyte-characters.  This reverts the change from
4629         revision 6.17 which is no longer necessary because the passphrase
4630         is sent separately now.  GnuPG messages are unreadable under
4631         multibyte locales with default-enable-multibyte-characters set to
4632         nil.
4633
4634 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
4635
4636         * message.el (message-tool-bar-gnome): Move "spell".
4637
4638 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
4639
4640         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
4641         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
4642         instead.
4643
4644 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
4645
4646         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
4647         newsgroups handling for NNTP overviews which don't include
4648         Newsgroups.
4649
4650 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4651
4652         * message.el (message-resend): Bind message-generate-hashcash to nil.
4653
4654 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4655
4656         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
4657         when searching for already-paid recipients.
4658
4659 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
4660
4661         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
4662         passphrases when it is not needed.
4663         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
4664         passphrase stuff from gpg, should only be necessary when you use
4665         gpg with a smartcard.
4666
4667 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4668
4669         * mml.el (mml-insert-mime): Ignore cached contents of
4670         message/external-body part.
4671
4672         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
4673         (mm-insert-part): Ditto.
4674
4675 2006-03-23  Simon Josefsson  <jas@extundo.com>
4676
4677         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
4678         Reiner.
4679         (pgg-gpg-use-agent-p): Use it again.
4680
4681 2006-03-23  Simon Josefsson  <jas@extundo.com>
4682
4683         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
4684         older emacsen.
4685         (pgg-gpg-use-agent-p): Don't use it.
4686
4687 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
4688
4689         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
4690         if we can.
4691
4692 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
4693
4694         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
4695         (pgg-gpg-update-agent): New function.
4696         (pgg-gpg-use-agent-p): New function.
4697         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
4698         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
4699         (pgg-gpg-sign-region): Use it.
4700
4701 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4702
4703         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
4704         Reported by Ralf Wachinger <rwachinger@gmx.de>.
4705
4706 2006-03-21  Simon Josefsson  <jas@extundo.com>
4707
4708         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
4709         <wilde@sha-bang.de>.
4710         (pgg-gpg-use-agent): New variable.
4711         (pgg-gpg-process-region): Use it.
4712         (pgg-gpg-encrypt-region): Likewise.
4713         (pgg-gpg-encrypt-symmetric-region): Likewise.
4714         (pgg-gpg-decrypt-region): Likewise.
4715         (pgg-gpg-sign-region): Likewise.
4716         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
4717
4718 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4719
4720         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
4721
4722         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
4723         Add comment on version.
4724
4725 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
4726
4727         * smiley.el: Add missing test smiley.
4728
4729 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4730
4731         * mm-decode.el (mm-with-part): New macro.
4732         (mm-get-part): Use it; work with message/external-body as well.
4733         (mm-save-part): Treat name and filename equally.
4734
4735         * mm-extern.el (mm-extern-cache-contents): New function.
4736         (mm-inline-external-body): Use it; force the part to be displayed;
4737         move undisplayer added to the cached handle to the parent.
4738
4739         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
4740         (gnus-mime-view-part-as-type): Work with message/external-body.
4741
4742         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
4743
4744 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4745
4746         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
4747         images in image-load-path.  [Sync with image.el, revision 1.60, in
4748         Emacs.]
4749
4750 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
4751
4752         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
4753         path rather than symbol.  Always return list of directories.
4754         Guarantee that image directory comes first.  [Sync with image.el,
4755         revision 1.59, in Emacs.]
4756
4757         * message.el (message-make-tool-bar): Adjust to new API of
4758         `gmm-image-load-path-for-library'.
4759
4760         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
4761
4762         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
4763
4764 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4765
4766         * gnus-art.el (gnus-article-only-boring-p):
4767         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
4768         intangible text.
4769         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
4770
4771 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
4772
4773         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
4774         `defun' instead of `gmm-defun-compat'.
4775
4776 2006-03-14  Simon Josefsson  <jas@extundo.com>
4777
4778         * message.el (message-unique-id): Don't use message-number-base36
4779         if (user-uid) is a float.
4780         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
4781
4782 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4783
4784         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
4785
4786         * gnus-art.el (gnus-mime-display-single): Make sure there is an
4787         empty line between a part and a message part.
4788
4789 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
4790
4791         * smiley.el: Add more test smileys.
4792         (smiley-data-directory, smiley-regexp-alist)
4793         (gnus-smiley-file-types): Fix doc strings.
4794         (smiley-update-cache): Clear smiley-cached-regexp-alist before
4795         adding new elements.
4796         (smiley-mouse-map): Unused code.  Make it a comment.
4797
4798 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4799
4800         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
4801         scan latest NoCeM messages instead of old ones.
4802         (gnus-nocem-check-article): Fix regexps so as to match to PGP
4803         delimiters that are recently used.
4804         (gnus-nocem-load-cache): Add autoload cookie.
4805
4806         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
4807
4808         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
4809         level which is larger than gnus-use-nocem is specified.
4810
4811         * gnus-group.el (gnus-group-get-new-news): Ditto.
4812
4813 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
4814
4815         * gnus-util.el (gnus-tool-bar-update): New function.
4816
4817         * gnus-group.el (gnus-group-update-tool-bar): New variable.
4818         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
4819
4820         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
4821
4822         * gnus-group.el (gnus-group-redraw-when-idle)
4823         (gnus-group-redraw-check): Remove.
4824         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
4825
4826 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4827
4828         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
4829         if optional last element is specified in splits (FIELD VALUE...).
4830
4831 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
4832
4833         * message.el (message-make-tool-bar): Rename gmm-image-load-path
4834         to gmm-image-load-path-for-library.  Call with no-error argument.
4835         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
4836
4837         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
4838
4839         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
4840
4841         * gmm-utils.el (gmm-image-load-path): Remove alias.
4842
4843 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
4844
4845         * gmm-utils.el (gmm-image-load-path): Add alias.
4846
4847         * nnml.el (nnml-generate-nov-databases-directory): Rename from
4848         nnml-generate-nov-databases-1.
4849         (nnml-generate-nov-databases): Use it.
4850         (nnml-generate-nov-databases-directory): Document no-active
4851         argument.
4852
4853         * gmm-utils.el (gmm-image-load-path-for-library): Return single
4854         directory if path is t.  Add no-error.
4855
4856         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
4857         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
4858
4859         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
4860         resetting gnus-article-browse-html-temp-list.
4861
4862         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
4863         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
4864         Add example to docstring.  Rename local variables.  Move error
4865         checks to default case in cond and simplify.
4866
4867 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4868
4869         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
4870         handle is multipart when calling it recursively.
4871         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
4872
4873 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
4874
4875         * nnimap.el (nnimap-request-update-info-internal): Optimize.
4876         Don't `gnus-uncompress-range' to avoid excessive memory usage.
4877
4878 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4879
4880         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
4881         is loaded.
4882
4883         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
4884         loaded.
4885
4886 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
4887
4888         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
4889         to "Emacs 23 (unicode)" in doc string.
4890
4891         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
4892         "Emacs 23 (unicode)" in comment.
4893
4894 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4895
4896         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
4897
4898         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
4899         characters 160 through 255 in Emacs 23.
4900
4901 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
4902
4903         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
4904         gnus-article-browse-html-temp.
4905         (gnus-article-browse-delete-temp): Make it customizable.  Add
4906         `file'.  Adjust doc string.
4907         (gnus-article-browse-delete-temp-files): Add argument.  Allow
4908         query for each file.  Adjust doc string.
4909         (gnus-article-browse-html-parts): Add
4910         `gnus-article-browse-delete-temp-files' to
4911         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
4912
4913 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
4914
4915         * gnus-art.el (gnus-article-browse-html-temp)
4916         (gnus-article-browse-delete-temp): New variables.
4917         (gnus-article-browse-delete-temp-files): New function.
4918         (gnus-article-browse-html-parts): Use it.
4919
4920 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
4921
4922         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
4923
4924         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
4925         string.
4926
4927         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
4928         gnus-summary-insert-new-articles when unplugged.  Remove
4929         gnus-summary-search-article-forward.
4930
4931         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
4932         display-visual-class instead of display-color-cells.
4933
4934 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4935
4936         * dgnushack.el: Autoload customize-group for XEmacs.
4937
4938         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
4939         message/* containing non-ASCII text properly.
4940
4941 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4942
4943         * message.el: Require gmm-utils, remove autoloads.
4944         (message-tool-bar): Set default based on
4945         gmm-tool-bar-style.
4946         (message-tool-bar-gnome): Add gmm-customize-mode.
4947
4948         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
4949         gmm-tool-bar-style.
4950         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
4951
4952         * gnus-group.el (gnus-group-tool-bar): Set default based on
4953         gmm-tool-bar-style.
4954         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
4955
4956         * gmm-utils.el (gmm-image-directory): Rename variable from
4957         gmm-image-load-path.
4958         (gmm-image-load-path): Use gmm-image-directory.
4959         (gmm-customize-mode): New function.
4960         (gmm-tool-bar-style): New variable.
4961
4962         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
4963         gnus-group-redraw-line-number.
4964         (gnus-group-redraw-check): Simplify.
4965         (gnus-group-tool-bar-update): Remove redraw check.
4966         (gnus-group-make-tool-bar): Add redraw check.
4967
4968 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
4969
4970         * gnus-art.el (gnus-button): Add missing parentheses.
4971
4972 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4973
4974         * lpath.el: Fbind line-number-at-pos.
4975
4976 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4977
4978         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
4979
4980 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
4981
4982         * gnus-art.el (gnus-button): New face.
4983         (gnus-article-button-face): Use it.
4984
4985         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
4986         gnus-summary-next-page.  Re-order.
4987
4988         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
4989         next-node are now included.
4990         (gnus-group-redraw-line-number): New internal variable.
4991         (gnus-group-redraw-check): Helper function for updating the tool
4992         bar.
4993         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
4994
4995         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
4996
4997         * spam.el (spam-spamassassin-score-regexp): New internal variable.
4998         (spam-extra-header-to-number, spam-check-spamassassin-headers):
4999         Use it to match format of Spamassassin 3.0 and later.  Reported by
5000         IRIE Tetsuya <irie@t.email.ne.jp>.
5001         (spam-check-bogofilter)
5002         (spam-bogofilter-register-with-bogofilter): Fix args of
5003         `gnus-error' calls.
5004
5005 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
5006
5007         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
5008         unnecessary interaction when sending queued mails.  Reported by
5009         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
5010
5011 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5012
5013         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
5014         first or last are nil.
5015
5016 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5017
5018         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
5019
5020 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5021
5022         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
5023
5024 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5025
5026         * dns.el (query-dns): Protect more against buggy tcp output.
5027
5028 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
5029
5030         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
5031         nov.php.
5032
5033 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
5034
5035         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
5036         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
5037         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
5038         output on the server side.
5039         (nnweb-google-create-mapping): Update regexps and add some
5040         progress indication.
5041
5042 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
5043
5044         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
5045         gnus-agent-toggle-plugged.  Re-order icons.
5046         (gnus-group-tool-bar-gnome): Add
5047         gnus-group-{prev,next}-unread-group.
5048         (gnus-group-tool-bar-gnome): Re-order icons.
5049
5050         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
5051         gnus-summary-insert-new-articles.
5052
5053         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
5054         comments.
5055
5056         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
5057         also available in Emacs 21.3.
5058
5059         * message.el (message-fix-before-sending): Change "Emacs 22" to
5060         "Emacs 23 (unicode)" in comment.
5061
5062         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
5063         "Emacs 23 (unicode)" in comment.
5064
5065         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
5066         comment.
5067         (mm-coding-system-p): Add comment about no-MULE XEmacs.
5068
5069         * mm-view.el (mm-fill-flowed): Add :version.
5070
5071 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5072
5073         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
5074         and load-path.
5075
5076 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
5077
5078         * message.el: Autoload gmm-image-load-path.
5079         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
5080         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
5081         consitency.
5082
5083         * gmm-utils.el (gmm-image-load-path): Also search in
5084         "../etc/images".  Don't set gmm-image-load-path if we don't find
5085         the image.
5086
5087 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5088
5089         * gmm-utils.el (gmm-image-load-path): Don't make
5090         `gmm-image-load-path' include subdirectories which the second arg
5091         `image' might specify.
5092
5093         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
5094         subdirectory to icon file names.
5095
5096         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
5097
5098 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
5099
5100         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
5101         gmm-image-load-path calls.
5102
5103         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5104
5105         * message.el (message-make-tool-bar): Ditto.
5106
5107         * mml.el (mml-preview): Added comment concerning tool bar icons.
5108
5109         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
5110         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
5111
5112         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
5113         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
5114
5115         * message.el (message-tool-bar-gnome): Use new icon names.
5116         (message-make-tool-bar): Use `gmm-image-load-path'.
5117
5118         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
5119         functions from MH-E.
5120         (gmm-image-load-path): New variable from MH-E.
5121         (gmm-image-load-path): New function from MH-E.  Added arguments
5122         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
5123         *-image-load-path-called-flag.
5124
5125 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
5126
5127         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
5128
5129 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
5130
5131         * nnimap.el (nnimap-request-move-article): Change folder back to
5132         source group before deleting.
5133
5134 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
5135
5136         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
5137
5138         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
5139         mm-url.
5140
5141         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
5142
5143 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5144
5145         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
5146         coding system which mm-charset-to-coding-system returns for a
5147         given charset is valid.
5148
5149 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
5150
5151         * html2text.el (html2text-remove-tag-list):
5152         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
5153
5154 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
5155
5156         * gnus-cus.el: Revert 2005-10-17 change.
5157
5158 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5159
5160         * gnus-art.el (article-strip-banner): Call
5161         article-really-strip-banner only when the regexp match is made.
5162
5163 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5164
5165         * gnus-art.el (article-strip-banner): Use
5166         gnus-extract-address-components instead of
5167         mail-header-parse-addresses to make it work with non-ASCII text;
5168         remove mail-encode-encoded-word-string.
5169
5170         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
5171         values which are surrounded with \"...\"; make it never cause a
5172         Lisp error; give up parsing of parameters if it failed in
5173         extracting type.
5174
5175 2006-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
5176
5177         * smime.el (smime-cert-by-ldap-1): Fix bug where
5178         `smime-ldap-search' returns results without userCertificates.
5179
5180 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5181
5182         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
5183
5184 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5185
5186         * spam.el (spam-check-spamassassin-headers): Adapt format for
5187         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
5188         <ari@mbf.ocn.ne.jp>.
5189         (spam-list-of-processors): Add spam-use-gmane.
5190
5191 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5192
5193         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
5194         make-temp-file; make it work with XEmacs as well.
5195
5196         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
5197         mm-make-temp-file.
5198
5199         * mm-decode.el (mm-display-external): Use the 3rd arg of
5200         mm-make-temp-file.
5201         (mm-create-image-xemacs): Ditto.
5202
5203 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5204
5205         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
5206         with message-narrow-to-headers.
5207         (gnus-draft-setup): Narrow to header to run message-fetch-field.
5208         (gnus-draft-check-draft-articles): New function.
5209         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
5210
5211 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
5212
5213         * gnus-art.el (gnus-article-browse-html-parts):
5214         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
5215         Don't use suffix argument for mm-make-temp-file for Emacs 21
5216         compatibility.  Remove useless `format'.
5217
5218 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
5219
5220         * nnweb.el (nnweb-google-wash-article): Update regexps.
5221         (nnweb-group-alist): Use defvoo instead of defvar.
5222
5223 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5224
5225         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
5226         re-loading nn* modules.
5227
5228 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5229
5230         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
5231         for `tool-bar-mode' and don't check it's default-value.
5232
5233         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5234
5235         * message.el (message-make-tool-bar): Ditto.
5236
5237         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
5238         `substring'.  Shorten tmp-file name.
5239
5240         * gnus.el: Remove bogus comment.
5241
5242 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
5243
5244         * gnus-art.el (gnus-article-browse-html-parts): New function.
5245         (gnus-article-browse-html-article): New function for viewing html
5246         articles with a browser.
5247
5248 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
5249
5250         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
5251         in elisp.
5252         (pgg-gpg-encrypt-symmetric-region): Ditto.
5253         (pgg-gpg-sign-region): Ditto.
5254
5255         * pgg-def.el (pgg-text-mode): New variable.
5256
5257         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
5258         (mml2015-pgg-encrypt): Ditto.
5259
5260         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
5261         (mml1991-pgg-encrypt): Ditto.
5262
5263 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5264
5265         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
5266         message-make-date instead of current-time-string.
5267
5268         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
5269         to gnus-decoded which mm-uu might set.
5270
5271 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5272
5273         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
5274         don't decode quoted parameters; remove misimported Emacs code.
5275         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5276         (rfc2231-decode-encoded-string): Don't use split-string which
5277         behaves differently according to Emacs version; use
5278         mm-decode-coding-region to convert charset to coding-system.
5279         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5280         (rfc2231-encode-string): Remove misimported Emacs code.
5281
5282 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5283
5284         * gnus-art.el (article-decode-charset): Don't use ignore-errors
5285         when calling mail-header-parse-content-type.
5286         (article-de-quoted-unreadable): Ditto.
5287         (article-de-base64-unreadable): Ditto.
5288         (article-wash-html): Ditto.
5289
5290         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
5291         calling mail-header-parse-content-type and
5292         mail-header-parse-content-disposition.
5293         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
5294         mail-header-parse-content-type.
5295
5296         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
5297         insert charset and format parameters; encode description after
5298         inserting it to buffer.
5299         (mml-insert-parameter): Fold lines properly even if a parameter is
5300         segmented into two or more lines; change the max column to 76.
5301
5302         * rfc1843.el (rfc1843-decode-article-body): Don't use
5303         ignore-errors when calling mail-header-parse-content-type.
5304
5305         * rfc2231.el (rfc2231-parse-string): Return at least type if
5306         possible; don't cause an error even if it fails in parsing of
5307         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5308         (rfc2231-encode-string): Don't break lines at the beginning, leave
5309         it to mml-insert-parameter.
5310
5311         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
5312         calling mail-header-parse-content-type.
5313
5314 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
5315
5316         * spam-report.el (spam-report-gmane-use-article-number):
5317         Improve doc string.
5318         (spam-report-gmane-internal): Check if a suitable header was found
5319         in the article.
5320
5321 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5322
5323         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
5324         (rfc2231-encode-string): Make param*=value always begin with LWSP.
5325
5326 2006-02-05  Romain Francoise  <romain@orebokech.com>
5327
5328         Update copyright notices of all files in the gnus directory.
5329
5330 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
5331
5332         * nnweb.el (nnweb-request-group): Avoid growing overview files.
5333
5334 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5335
5336         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
5337         segmented lines of parameter value to cope with Thunderbird 1.5
5338         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
5339         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5340         (rfc2231-encode-string): Don't make lines exceeding 76 column.
5341
5342 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
5343
5344         * mml.el (mml-generate-mime-1): Correct the order of inline signed
5345         parts.
5346
5347 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
5348
5349         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
5350         there's only one active file for all servers.
5351         (nnweb-request-scan): Make sure nnweb-articles is initialized on
5352         solid groups.  Gnus might have used a FAST request to select the group.
5353         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
5354         and nnweb-search redundantly in the active file.
5355         (nnweb-request-list): Don't list bogus groups.  There can only be one.
5356         (nnweb-request-create-group): Don't use ARGS.
5357         (nnweb-possibly-change-server, nnweb-request-group): Remove some
5358         initialisations.  Let nnoo do the work.
5359
5360 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5361
5362         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
5363         Say the part has been decoded.
5364
5365         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
5366
5367 2006-01-31  Kevin Ryde  <user42@zip.com.au>
5368
5369         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
5370         mailcap-viewer-test-cache when there's no 'test clause, since that
5371         will invert the meaning of a "nil" test previously determined by
5372         mailcap-mailcap-entry-passes-test.
5373
5374 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5375
5376         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
5377         compiling.
5378
5379         * gnus-sum.el: Ditto.
5380
5381         * message.el: Don't bind tool-bar-map when compiling.
5382
5383 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
5384
5385         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
5386
5387 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
5388
5389         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
5390         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
5391         current Google Groups.
5392
5393 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
5394
5395         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
5396         and tool-bar-mode.
5397
5398         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
5399         and tool-bar-mode.
5400
5401         * message.el (message-tool-bar-update): Simplify.
5402         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
5403
5404         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
5405         gnus-summary-buffer.
5406         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
5407         gnus-summary-reply.
5408
5409         * gmm-utils.el (gmm): Add :version.
5410
5411 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5412
5413         * Makefile.in (clean): New rule.
5414         (distclean): Use it.
5415
5416 2006-01-26  Steve Youngs  <steve@sxemacs.org>
5417
5418         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
5419         autoload.
5420
5421 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5422
5423         * gmm-utils.el (gmm-verbose): Add :group.
5424
5425 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
5426
5427         * message.el: Change some comments WRT tool-bars.
5428
5429         * gnus-sum.el (gnus-summary-tool-bar)
5430         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
5431         (gnus-summary-tool-bar-zap-list): New variables.
5432         (gnus-summary-make-tool-bar): Complete rewrite using
5433         `gmm-tool-bar-from-list'.
5434
5435         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
5436         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
5437         variables.
5438         (gnus-group-make-tool-bar): Complete rewrite using
5439         `gmm-tool-bar-from-list'.
5440         (gnus-group-tool-bar-update): New function.
5441
5442         * message.el (message-mode-field-menu): Add "Show hidden Headers".
5443
5444 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5445
5446         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
5447         is dissected into a single part of which the type is the same as
5448         the given one; decode charset.
5449
5450 2006-01-21  Kevin Ryde  <user42@zip.com.au>
5451
5452         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
5453         into alists as symbol not string, since that's what
5454         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
5455         look for.
5456
5457 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
5458
5459         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
5460         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
5461
5462         * message.el (message-tool-bar-gnome): Use gmm-ignore.
5463
5464 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5465
5466         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
5467         (gnus-xmas-mime-security-button-menu): New function.
5468
5469         * gnus-art.el (gnus-mime-security-button-commands): New variable.
5470         (gnus-mime-security-button-menu): New definition.
5471         (gnus-mime-security-button-map): Use them.
5472         (gnus-mime-security-button-menu): New function.
5473         (gnus-insert-mime-security-button): Addition to help echo.
5474         (gnus-mime-security-run-function, gnus-mime-security-save-part)
5475         (gnus-mime-security-pipe-part): New functions.
5476
5477         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
5478         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
5479
5480         * mm-decode.el (mm-handle-set-disposition): Remove.
5481         (mm-handle-set-description): Remove.
5482
5483 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5484
5485         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
5486         (mm-w3m-standalone-supports-m17n-p): New function.
5487         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
5488         w3m usage.
5489
5490         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
5491         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
5492
5493 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
5494
5495         * message.el (message-tool-bar-zap-list): Use
5496         gmm-tool-bar-zap-list as custom type.
5497         (message-tool-bar-update): New function.
5498         (message-tool-bar, message-tool-bar-gnome)
5499         (message-tool-bar-retro): Add message-tool-bar-update.
5500         (message-tool-bar-gnome): Add flyspell-buffer.
5501
5502         * gnus-util.el (gnus-error): Describe `args'.
5503
5504         * gmm-utils.el (gmm-error): Describe `args'.
5505         (gmm-tool-bar-zap-list): New widget.
5506         (gmm-tool-bar-from-list): Improve description of `zap-list'.
5507
5508 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5509
5510         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
5511         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
5512         the number of recursive calls.
5513
5514         * mm-decode.el (mm-handle-set-disposition): New macro.
5515         (mm-handle-set-description): New macro.
5516
5517 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5518
5519         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
5520         encoding.
5521
5522 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
5523
5524         * message.el (message-tool-bar-zap-list, message-tool-bar)
5525         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
5526         (message-tool-bar-local-item-from-menu): Remove.
5527         (message-tool-bar-map): Replace by `message-make-tool-bar'.
5528         (message-make-tool-bar): New function.
5529         (message-mode): Use `message-make-tool-bar'.
5530
5531         * gmm-utils.el: New file.
5532         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
5533         (gmm-lazy): New widget copied from `nnmail.el'.
5534         (gmm-tool-bar-from-list): New function for creating customizable
5535         tool bars.
5536         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
5537         output.
5538         (gmm): Add :prefix to defgroup.
5539
5540 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
5541
5542         * gmm-utils.el (gmm-widget-p): New function.
5543
5544 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
5545
5546         * mml.el (mml-attach-file): Describe `description' in doc string.
5547         (mml-menu): Add Emacs MIME manual and PGG manual.
5548
5549 2006-01-20  Richard M. Stallman  <rms@gnu.org>
5550
5551         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
5552
5553 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
5554
5555         * nntp.el (nntp-end-of-line): Doc fix.
5556
5557 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
5558
5559         * imap.el (imap-open): Handle case where buffer is a buffer
5560         object.
5561
5562 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5563
5564         * gnus-delay.el (gnus-delay): Don't autoload.
5565         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
5566         to be re-loaded when customizing the `gnus-delay' group.
5567
5568 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
5569
5570         * message.el (message-insert-citation-line): Use newlines.
5571
5572 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
5573
5574         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
5575         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
5576         these routines, so the passphrase can be managed externally and
5577         passed in to the system.
5578         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
5579         pgg-add-passphrase-to-cache function.
5580
5581         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
5582         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
5583         these routines, so the passphrase can be managed externally and
5584         passed in to the system.
5585         (pgg-pgp5-sign-region): Use new name of
5586         pgg-add-passphrase-to-cache function.
5587
5588 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
5589
5590         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
5591         part of the decoded armor to find the key-identifier.
5592         (pgg-gpg-lookup-key-owner): New function to return the
5593         human-readable identifier of a key owner.
5594         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
5595         itself.
5596         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
5597         the key value) if we have a key and can match it against a secret
5598         key.  Also, added a note pointing out fact that the prompt only
5599         indicates the first matching key.
5600
5601         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
5602         pgg-decrypt-region.
5603         (pgg-add-passphrase-to-cache): Rename from
5604         `pgg-add-passphrase-cache' to reduce confusion (all callers
5605         changed).
5606         (pgg-remove-passphrase-from-cache): Rename from
5607         `pgg-remove-passphrase-cache' to reduce confusion (all callers
5608         changed).
5609         (pgg-read-passphrase, pgg-add-passphrase-cache)
5610         (pgg-remove-passphrase-cache): Add informative docstrings.
5611         (pgg-decrypt): Convey provided passphrase in subordinate call to
5612         pgg-decrypt-region.
5613
5614 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
5615
5616         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
5617         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
5618         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
5619         'passphrase' argument, so the passphrase can be managed externally
5620         and then passed in to the system.
5621
5622         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
5623         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
5624         so the passphrase cache can be used reliably with identifiers
5625         besides a pgp packet's key id.
5626
5627         * pgg-gpg.el (pgg-gpg-encrypt-region)
5628         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
5629         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
5630         these routines, so the passphrase can be managed externally and
5631         passed in to the system.
5632
5633         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
5634         'notruncate' argument, so the passphrase cache can be used
5635         reliably with identifiers besides a pgp packet's key id.
5636
5637 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
5638
5639         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
5640         symmetric encryption.
5641         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
5642         encrypted session key.
5643         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
5644         message ask for the passphrase in a proper way.
5645
5646         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
5647         New user commands for symmetric encryption.
5648
5649 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5650
5651         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
5652
5653         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
5654
5655 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
5656
5657         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
5658
5659 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5660
5661         * mm-decode.el (mm-inlined-types): Add application/pgp.
5662         (mm-automatic-display): Ditto.
5663
5664         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
5665         part as text.
5666
5667 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5668
5669         * nnrss.el: Update copyright.
5670         (nnrss-opml-import): Query whether to subscribe to each entry.
5671
5672         * gnus-art.el:
5673         * gnus-sum.el:
5674         * gnus-xmas.el:
5675         * messagexmas.el:
5676         * mm-uu.el:
5677         * mm-view.el: Update copyright.
5678
5679 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
5680
5681         * message.el (message-info): New function.
5682         (message-mode-menu): Add it.
5683         Update copyright.
5684
5685         * ChangeLog: Fix and update copyright.
5686
5687 2006-01-13  Romain Francoise  <romain@orebokech.com>
5688
5689         * message.el (message-forward-subject-name-subject): Prefer the
5690         address to 'nowhere' if the sender has no name.
5691         Fix typo.  Update copyright year.
5692
5693 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5694
5695         * gnus-art.el (article-wash-html): Use
5696         gnus-summary-show-article-charset-alist if a numeric arg is given.
5697         (gnus-article-wash-html-with-w3m-standalone): New function.
5698
5699         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
5700         mm-inline-text-html-render-with-w3m-standalone.
5701         (mm-text-html-washer-alist): Map w3m-standalone to
5702         gnus-article-wash-html-with-w3m-standalone.
5703         (mm-inline-text-html-render-with-w3m-standalone): New function.
5704
5705 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
5706
5707         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
5708         Improve LaTeX.
5709
5710 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5711
5712         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
5713         (nnrss-request-article): Render text/plain parts as HTML.
5714
5715         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
5716         the buffer.
5717
5718 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5719
5720         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
5721         custom definition of `gnus-posting-styles'.
5722
5723         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
5724         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
5725
5726 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5727
5728         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
5729         Use nntp for bug archive.
5730
5731 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5732
5733         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
5734         parts.
5735         (nnrss-normalize-date): New function converts ISO 8601 date into
5736         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
5737         (nnrss-check-group): Use it.
5738
5739 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5740
5741         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
5742
5743         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
5744         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
5745         (nnrss-insert-w3): Ditto.
5746
5747 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5748
5749         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
5750         the articles to be forwarded including the case where neither a
5751         number of articles nor a region is specified.
5752
5753 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5754
5755         * nnrss.el (nnrss-request-article): Fix last change; fill
5756         text/plain parts.
5757
5758 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5759
5760         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
5761         in text/plain part.
5762         (nnrss-check-group): Don't add excessive newline to dc:subject.
5763
5764 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
5765
5766         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
5767         article.
5768
5769 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5770
5771         * nnml.el: Don't require gnus-bcklg.  Autoload it.
5772         (nnml-use-compressed-files, nnml-save-mail): Support other
5773         comression programs such as bzip2.
5774
5775 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5776
5777         * dns.el (query-dns): Make sure we check the buffer size before
5778         removing tcp headers.
5779
5780 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5781
5782         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
5783         remove MIME buttons associated with multipart/alternative parts.
5784         (gnus-mime-display-alternative): Tag buttons using `article-type'
5785         text property.
5786
5787         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
5788         associated with multipart/alternative parts.
5789
5790         * gnus-art.el (gnus-signature-separator): Fix custom type.
5791
5792         * mm-decode.el (mm-inlined-types): Fix custom type.
5793         (mm-keep-viewer-alive-types): Ditto.
5794         (mm-automatic-display): Ditto.
5795         (mm-attachment-override-types): Ditto.
5796         (mm-inline-override-types): Ditto.
5797         (mm-automatic-external-display): Ditto.
5798
5799 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5800
5801         * spam-report.el (spam-report-user-mail-address)
5802         (spam-report-user-agent): New variables.
5803         (spam-report-url-ping-plain): Use spam-report-user-agent.
5804
5805 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
5806
5807         * gnus-art.el (gnus-button-handle-custom): Do not just use
5808         `customize-apropos' for any "M-x customize-*" button but the
5809         function called for.  Accept both the function name and its
5810         argument in order to achieve this.
5811         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
5812         function name to `gnus-button-handle-custom' in case of "M-x
5813         customize-*" buttons.
5814
5815 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5816
5817         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
5818         multipart/alternative and add xref to mm-discouraged-alternatives
5819         in doc string.
5820
5821         * mm-decode.el (mm-discouraged-alternatives): Add xref to
5822         gnus-buttonized-mime-types in doc string.
5823
5824 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
5825
5826         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
5827         Suggest image/.* in the doc string.
5828
5829 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
5830
5831         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
5832         message-marks (Debian bug #342521).
5833
5834 2005-12-12  Simon Josefsson  <jas@extundo.com>
5835
5836         * password.el (password-read-from-cache): Add.
5837         (password-read): Use it.
5838
5839 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5840
5841         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
5842         us-ascii as a MIME charset.
5843
5844         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
5845         against the case where the 2nd arg TYPE is nil.
5846
5847 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
5848
5849         * pop3.el (pop3-stream-type): Fix custom version.
5850
5851         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
5852
5853 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
5854
5855         * mm-decode.el (mm-display-external): Add missing cdr.
5856
5857 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5858
5859         * mm-decode.el (mm-display-external): Use nametemplate (defined in
5860         RFC1524) if it is in mailcap or add a suffix according to
5861         mailcap-mime-extensions when generating a temp filename; postpone
5862         deleting a temp file for 2 seconds for some wrappers, shell
5863         scripts, and so on, which might exit right after having started a
5864         viewer command as a background job.
5865
5866 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
5867
5868         * nntp.el (nntp-marks-directory): Fix custom group.
5869
5870         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
5871         steps when < 10.
5872
5873         * gnus-start.el (gnus-no-server-1): Mention
5874         `gnus-level-default-subscribed' in doc string.
5875
5876 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
5877
5878         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
5879         parens.
5880
5881 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5882
5883         * gnus-xmas.el (gnus-use-toolbar): Revert.
5884         (gnus-xmas-setup-toolbar): Use global default-toolbar if
5885         gnus-use-toolbar is default.
5886
5887         * messagexmas.el (message-use-toolbar): Revert.
5888         (message-setup-toolbar): Use global default-toolbar if
5889         message-use-toolbar is default.
5890
5891 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5892
5893         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
5894         according to default-toolbar-visible-p.
5895
5896         * messagexmas.el (message-use-toolbar): Ditto.
5897
5898 2005-11-26  Dave Love  <fx@gnu.org>
5899
5900         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
5901         (tls-program, tls-success): Provide openssl alternative.
5902
5903         * starttls.el: Doc fixes.
5904         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
5905         SERVICE to PORT.
5906
5907         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
5908         port null or service name.
5909         (starttls-negotiate): Autoload.
5910
5911 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5912
5913         * message.el (message-kill-to-signature): Fix interactive spec.
5914
5915 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5916
5917         * pop3.el (pop3-open-server): Recognize a string as a service name.
5918
5919 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
5920
5921         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
5922
5923 2005-11-23  Dave Love  <fx@gnu.org>
5924
5925         Add pop3s, pop3/starttls.
5926
5927         * pop3.el (pop3-authentication-scheme): Clarify doc.
5928         (open-tls-stream, starttls-open-stream): Autoload.
5929         (pop3-stream-type): New.
5930         (pop3-open-server): Use it.
5931
5932         * mail-source.el (mail-sources): Fix some :types.  Add stream type
5933         for POP.
5934         (mail-source-keyword-map): Add :stream for POP.
5935         (mail-source-fetch-pop): Use pop3-stream-type.
5936
5937 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5938
5939         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
5940         of current-time-string.
5941
5942 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
5943
5944         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
5945         date header.
5946
5947 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
5948
5949         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
5950         it can seriously impact performance as it bypasses the agent's
5951         local caches.
5952
5953 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
5954
5955         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
5956         must be explicitly online rather than "not explicitly offline" for
5957         its flags to be synchronized.
5958
5959         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
5960         that gnus-uu-unmark-thread will function correctly.
5961
5962         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
5963         1024K is instead displayed as 1M.
5964
5965 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5966
5967         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
5968
5969 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
5970
5971         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
5972
5973 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
5974
5975         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
5976         error message to display actual error condition.
5977         (gnus-agent-save-local): Avoid saving symbols that are bound to
5978         nil as they simply result in a warning message in
5979         gnus-agent-read-local.
5980
5981 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5982
5983         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
5984         rather than make-variable-buffer-local for file-precious-flag.
5985
5986 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
5987
5988         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
5989         for duplicates which are removed.  The invalid sort check then
5990         triggers a rescan after the sort as sorting may have moved
5991         duplicate entries such that they can be cheaply detected.
5992
5993 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5994
5995         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
5996
5997 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
5998
5999         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
6000         internal variable to a custom variable.  Changed default value
6001         from compressed(2) to uncompressed(1).
6002         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
6003         support for uncompressed agentview files.  Taken together, reading
6004         the agentview file should now be 6-7 times faster.
6005
6006 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6007
6008         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
6009         as a buffer-local variable.  This avoids creating truncated
6010         dribble files as a result of a hang up, eg.
6011
6012 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
6013
6014         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
6015         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
6016         XEmacs.
6017
6018 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6019
6020         * gnus-start.el (gnus-start-draft-setup): Enforce
6021         `gnus-draft-mode' for nndraft:drafts at startup.
6022
6023         * gnus.el (gnus-splash): Change custom group.
6024         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
6025         allow-list argument.
6026
6027         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
6028         string.
6029
6030 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6031
6032         * gnus-art.el (gnus-default-article-saver): Add user-defined
6033         `function' to custom type.
6034
6035 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
6036
6037         * imap.el (imap-open): Handle case where buffer is a buffer
6038         object.
6039
6040 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6041
6042         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
6043         long lines.
6044         (gnus-cache-delete-group): Wrap doc strings.
6045
6046         * gnus-agent.el (gnus-agent-rename-group)
6047         (gnus-agent-delete-group): Wrap doc strings.
6048
6049 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6050
6051         * messagexmas.el (message-use-toolbar): Change the valid values
6052         into default, top, bottom, left, and right.
6053         (message-toolbar-thickness): New variable.
6054         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
6055         well.
6056         (message-setup-toolbar): Make it work.
6057
6058         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
6059         (gnus-use-toolbar): Change the valid values into default, top,
6060         bottom, left, and right.
6061         (gnus-toolbar-thickness): New variable.
6062         (gnus-xmas-setup-toolbar): New function.
6063         (gnus-xmas-setup-group-toolbar): Use it.
6064         (gnus-xmas-setup-summary-toolbar): Use it.
6065
6066 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6067
6068         * gnus-start.el (gnus-1): Add "native" to
6069         gnus-predefined-server-alist.
6070
6071         * gnus.el (gnus-method-to-server): Don't add "native" to the
6072         lists here, because that leads to problems when
6073         gnus-select-method is bound.
6074
6075 2005-11-09  Simon Josefsson  <jas@extundo.com>
6076
6077         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
6078         use (not sort-by-date) instead.
6079
6080 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6081
6082         * gnus-delay.el (gnus-delay-group): Don't autoload.
6083         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6084         to be re-loaded when customizing the `gnus-delay' group.
6085
6086 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
6087
6088         * message.el: Revert last changes.
6089         (message-insert-citation-line): Use newlines.
6090
6091 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
6092
6093         * message.el (message-courtesy-message)
6094         (message-mark-insert-begin, message-mark-insert-end)
6095         (message-elide-ellipsis, message-cancel-message)
6096         (message-add-header, message-change-subject)
6097         (message-cross-post-followup-to-header)
6098         (message-cross-post-insert-note, message-reduce-to-to-cc)
6099         (message-widen-reply, message-delete-not-region)
6100         (message-kill-to-signature, message-insert-signature)
6101         (message-insert-importance-high, message-insert-importance-low)
6102         (message-insert-or-toggle-importance)
6103         (message-insert-disposition-notification-to)
6104         (message-indent-citation, message-yank-original)
6105         (message-cite-original-without-signature, message-cite-original)
6106         (message-insert-citation-line, message-position-on-field)
6107         (message-fix-before-sending, message-send-mail-partially)
6108         (message-send-mail, message-send-mail-with-sendmail)
6109         (message-send-mail-with-qmail, message-send-news)
6110         (message-check-news-header-syntax, message-generate-headers)
6111         (message-insert-courtesy-copy, message-fill-address)
6112         (message-fill-header, message-shorten-references)
6113         (message-setup-1, message-cancel-news)
6114         (message-forward-make-body-plain, message-forward-make-body-mime)
6115         (message-forward-make-body-mml, message-encode-message-body)
6116         (message-forward-make-body-digest-plain)
6117         (message-forward-make-body-digest-mime)
6118         (message-use-alternative-email-as-from): Insert `hard-newline'
6119         instead of ordinary newlines.
6120
6121 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6122
6123         * message.el (message-generate-headers): Downcase the argument
6124         given to message-check-element.
6125
6126 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
6127
6128         * nntp.el (nntp-authinfo-rejected): New error condition.
6129         (nntp-wait-for): Use new error condition to signal authentication
6130         error.
6131         (nntp-retrieve-data): Rethrow new error condition to break out of
6132         recursive call to nntp-send-authinfo.
6133
6134 2005-11-08  Romain Francoise  <romain@orebokech.com>
6135
6136         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
6137         (gnus-summary-exit-map): Bind to `Z p'.
6138         (gnus-summary-make-menu-bar): Add menu item.
6139
6140 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
6141
6142         * gnus-art.el (gnus-article-treat-custom): Add `first'.
6143         (gnus-treat-*): Add `first' in all doc strings.
6144
6145         * gnus-group.el (gnus-group-compact-group): Fix typo.
6146
6147 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6148
6149         * gnus.el (gnus-parameters-case-fold-search): New variable.
6150         (gnus-parameters-get-parameter): Use it.
6151
6152         * gnus-score.el (gnus-home-score-file): Doc fix.
6153
6154 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
6155
6156         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
6157
6158 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6159
6160         * mm-util.el (mm-special-display-p): New function.
6161
6162         * mml.el (mml-preview): Use it; doc fix.
6163
6164 2005-10-29  Romain Francoise  <romain@orebokech.com>
6165
6166         * message.el (message-fix-before-sending): Fix comment.
6167
6168 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
6169
6170         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
6171
6172 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
6173
6174         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
6175         Used in gnus-score.el.
6176
6177 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6178
6179         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
6180
6181 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6182
6183         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
6184         whitespace removed in revision 7.8.  Use concatenated string to
6185         protect trailing whitespace.
6186
6187 2005-10-27  Jouni K. Sepp\e,Ad\e(Bnen  <jks@iki.fi>
6188
6189         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
6190         (nnimap-request-expire-articles): Use it to avoid sending 'UID
6191         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
6192         Courier IMAP ("some version from 2004").  Mostly based on similar
6193         code in the same function.
6194
6195 2005-10-26  Didier Verna  <didier@xemacs.org>
6196
6197         * gnus-group.el (gnus-group-compact-group): Invalidate original
6198         article buffer.
6199         * gnus-srvr.el (gnus-server-compact-server): Ditto.
6200         * nnml.el (nnml-request-compact-group): handle self Xref: field in
6201         NOV database and in article itself.
6202         Invalidate article backlog.
6203
6204 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6205
6206         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
6207
6208 2005-10-26  Simon Josefsson  <jas@extundo.com>
6209
6210         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
6211         part of 2004-07-25 change.
6212
6213 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6214
6215         * message.el (message-display-completion-list): New function.
6216         (message-expand-group): Use it; make sure the Completions buffer
6217         is modifiable.
6218
6219 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
6220
6221         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
6222         user-mail-name is an empty string.
6223
6224 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
6225
6226         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
6227         depending on gnus-score-decay-constant.
6228
6229         * encrypt.el (encrypt-insert-file-contents)
6230         (encrypt-write-file-contents): Don't use `gnus-message'.
6231
6232         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
6233         arguments.
6234         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
6235         arguments to mm-uu-verbatim-marks-extract.
6236         (mm-uu-hide-markers): New variable.
6237         (mm-uu-extract): Use face similar to `gnus-cite-3'.
6238
6239         * gnus-fun.el (gnus-convert-image-to-x-face-command)
6240         (gnus-convert-image-to-face-command): Use "convert" by default to
6241         allow other input image formats.
6242         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
6243         accordingly.
6244
6245 2005-10-23  Simon Josefsson  <jas@extundo.com>
6246
6247         * imap.el (imap-gssapi-program): Align command line parameters
6248         with latest GNU SASL.
6249         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
6250
6251 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6252
6253         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
6254         HTML.
6255         (nnslashdot-request-article): Ditto.
6256
6257         * lpath.el (featurep): Add nobreak-char-display.
6258
6259 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
6260
6261         * mail-source.el (mail-source-fetch-pop): Require pop3.
6262         (mail-source-check-pop): Ditto.
6263
6264 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6265
6266         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
6267         errors.
6268
6269 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
6270
6271         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
6272         (gnus-treat-strip-leading-blank-lines): Improve doc string.
6273
6274         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
6275
6276         * mm-bodies.el (mm-decode-string): Call
6277         `mm-charset-to-coding-system' with allow-override argument.
6278
6279 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6280
6281         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
6282         (rfc2047-charset-to-coding-system): New function.
6283         (rfc2047-decode-encoded-words): New function.
6284         (rfc2047-decode-region): Use them.
6285         (rfc2047-decode-cte): Remove.
6286         (rfc2047-parse-and-decode): Remove.
6287         (rfc2047-decode): Remove.
6288
6289 2005-10-15  Kenichi Handa  <handa@m17n.org>
6290
6291         * rfc2047.el (rfc2047-decode-cte): New function.
6292         (rfc2047-decode-region): Change the way to decode successive
6293         encoded-words: decode B- or Q-encoding in each encoded-word,
6294         concatenate them, and decode it as charset.
6295
6296 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6297
6298         * lpath.el: Fbind codepage-setup for XEmacs.
6299
6300 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
6301
6302         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
6303         widget-move-and-invoke.
6304         (gnus-custom-mode): Use gnus-custom-map.
6305
6306 2005-10-15  Bill Wohler  <wohler@newt.com>
6307
6308         * message.el (message-tool-bar-map): Renamed image file from
6309         mail_send to mail/send.
6310
6311 2005-10-16  Masatake YAMATO  <jet@gyve.org>
6312
6313         * message.el (message-expand-group): Pass the common
6314         prefix substring of completion to `display-completion-list'.
6315
6316 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
6317
6318         * mml-sec.el (mml-secure-method): New internal variable.
6319         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
6320         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
6321         functions using mml-secure-method.
6322
6323         * mml.el (mml-mode-map): Add key bindings for those functions.
6324         (mml-menu): Simplify security menu entries.  Suggested by Jesper
6325         Harder <harder@myrealbox.com>.
6326         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
6327         end of message if point is the headers of the message.
6328
6329         * message.el (message-in-body-p): New function.
6330
6331         * assistant.el: Autoload gnus-util and netrc.
6332
6333         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
6334         Use `mm-charset-override-alist' only when decoding.
6335
6336         * mm-bodies.el (mm-decode-body): Call
6337         `mm-charset-to-coding-system' with allow-override argument.
6338
6339         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
6340         `filename' from Content-Disposition if Content-Type doesn't
6341         provide `name'.
6342         (gnus-mime-view-part-as-type): Set default instead of
6343         initial-input.
6344
6345 2005-10-09  Daniel Brockman  <daniel@brockman.se>
6346
6347         * format-spec.el (format-spec): Propagate text properties of % spec.
6348
6349 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
6350
6351         * gnus-art.el (gnus-treat-predicate): Add `first'.
6352
6353 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
6354
6355         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
6356         (mm-charset-override-alist): New variable.
6357         (mm-charset-to-coding-system): Use it.
6358         (mm-codepage-setup): New helper function.
6359         (mm-charset-eval-alist): New variable.
6360         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
6361         about unknown charsets.
6362
6363         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
6364
6365 2005-10-04  David Hansen  <david.hansen@gmx.net>
6366
6367         * nnrss.el (nnrss-request-article): Add support for the comments tag.
6368         (nnrss-check-group): Ditto.
6369
6370 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6371
6372         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
6373         Rename x-gnus-verbatim to x-verbatim.
6374         (mm-uu-type-alist): Fix regexp for verbatim-marks.
6375
6376         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
6377         x-verbatim.
6378
6379         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
6380
6381         * gnus-util.el (gnus-remove-duplicates): Remove.
6382
6383         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
6384         instead of gnus-remove-duplicates.
6385
6386         * message.el (message-remove-duplicates): Remove.
6387         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
6388         message-remove-duplicates.
6389
6390         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
6391         available, else use implementation from `delete-dups'.
6392
6393         * message.el (message-insert-expires): New function.
6394         (message-mode-map): Add key binding.
6395         (message-mode-field-menu): Add menu entry.
6396         (message-mode): Document it.
6397         (message-make-expires-date): Use `message-make-date'.
6398
6399 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
6400
6401         * message.el (message-make-expires-date): New function.
6402
6403 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6404
6405         * Makefile.in (list-installed-shadows): New entry.
6406         (install): Use it.
6407         (remove-installed-shadows): New entry.
6408
6409         * dgnushack.el (dgnushack-default-load-path): New variable.
6410         (dgnushack-find-lisp-shadows): New function.
6411         (dgnushack-remove-lisp-shadows): New function.
6412
6413 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6414
6415         * Makefile.in (install-el-elc): New entry.
6416         (install): Use it so that .el files are necessarily installed.
6417
6418 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6419
6420         * time-date.el: Autoload parse-time-string, XEmacs needs it.
6421
6422 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6423
6424         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
6425         function rather than the diff-mode.el package.
6426         (mm-display-external): Use with-current-buffer.
6427         (mm-viewer-completion-map, mm-viewer-completion-map):
6428         Move initialization inside declaration.
6429
6430 2005-09-29  Simon Josefsson  <jas@extundo.com>
6431
6432         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
6433         autoload mail-check-payment.
6434         (spam-check-hashcash): Define unconditionally, since hashcash.el
6435         is part of Gnus now.  Ignore errors from payment checking.
6436
6437 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
6438
6439         * message.el (message-bold-region, message-unbold-region): Rename
6440         from `bold-region' and `unbold-region'.
6441
6442         * message.el: Remove useless autoloads.
6443
6444 2005-09-28  Simon Josefsson  <jas@extundo.com>
6445
6446         * message.el (message-use-idna): Default to t.
6447         (message-use-idna): Test whether encoding works too.  Doc fix.
6448
6449 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6450
6451         * nntp.el (nntp-warn-about-losing-connection): Remove.
6452
6453 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
6454
6455         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
6456         customizable.  Change default value.
6457         (mm-uu-diff-groups-regexp): Change default value.
6458         (mm-uu-type-alist): Add doc string.
6459         (mm-uu-configure): Add doc string.  Make it interactive.
6460         (mm-uu-tex-groups-regexp): New variable.
6461         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
6462         (mm-uu-type-alist): Add LaTeX documents.
6463         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
6464         of "text/verbatim".
6465         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
6466
6467         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
6468         instead of "text/verbatim".
6469
6470         * message.el (message-mark-inserted-region)
6471         (message-mark-insert-file): Use slrn style marks when called with
6472         prefix argument.
6473
6474 2005-09-27  Simon Josefsson  <jas@extundo.com>
6475
6476         * message.el (message-idna-to-ascii-rhs-1): Reformat.
6477
6478 2005-09-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
6479
6480         * message.el (message-remove-duplicates): New function.
6481         Implementation borrowed from `gnus-remove-duplicates'.
6482         (message-idna-to-ascii-rhs): Also encode idna addresses in
6483         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
6484         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
6485         only ask about the same idna domain once per header and also tell
6486         in what header to replace the idna domain.
6487
6488         * gnus-art.el (article-decode-idna-rhs): Also decode idna
6489         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
6490         (article-decode-idna-rhs): Fix regexp so that all idna-address in
6491         a header is decoded and not just the last one.
6492
6493 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6494
6495         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
6496         has been decoded.
6497
6498         * mm-decode.el (mm-automatic-display): Add text/verbatim.
6499         (mm-insert-part): Don't modify text if it has been decoded.
6500
6501         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
6502         decoded.
6503
6504         * mm-view.el (mm-inline-text): Don't strip text props unless
6505         decoding enriched or richtext parts.
6506
6507 2005-09-25  Romain Francoise  <romain@orebokech.com>
6508
6509         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
6510         * gnus-start.el (gnus-subscribe-interactively):
6511         * gnus-uu.el (gnus-uu-grab-articles):
6512         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
6513         space.
6514
6515 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
6516
6517         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
6518         * mm-view.el (mm-view-pkcs7-decrypt):
6519         * gnus-sum.el (gnus-summary-limit-to-extra)
6520         (gnus-summary-respool-article, gnus-read-move-group-name):
6521         * gnus-score.el (gnus-summary-increase-score):
6522         * gnus-util.el (gnus-completing-read-with-default):
6523         * gnus-art.el (gnus-read-save-file-name)
6524         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
6525         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
6526         * message.el (message-check-news-header-syntax):
6527         Follow convention for reading with the minibuffer.
6528
6529 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
6530
6531         * spam-report.el (spam-report-url-ping-plain):
6532         Use gnus-extended-version as User-Agent.
6533
6534         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
6535         default value is nil.
6536
6537         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
6538         (mm-uu-verbatim-marks-extract): New function.
6539         (mm-uu-extract): New face.
6540         (mm-uu-copy-to-buffer): Use it.
6541
6542         * spam-report.el (spam-report-gmane-ham): Renamed from
6543         `spam-report-gmane-unspam'.
6544         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
6545         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
6546
6547         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
6548         Autoload.
6549         (spam-report-gmane-unregister-routine): Renamed
6550         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
6551
6552 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
6553
6554         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
6555         (spam-report-gmane-unregister-routine): Add support for gmane
6556         unregistration.
6557
6558         * spam-report.el (spam-report-gmane-unspam)
6559         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
6560         (spam-report-gmane): Change to take a single article and do unspam
6561         registration.
6562
6563 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
6564
6565         * mm-url.el (mm-url-decode-entities): Fix regexp.
6566
6567 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6568
6569         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
6570         default to nil, to be able to use Gnus at all.  If the default
6571         switches to something else, then the function should be fixed not
6572         be exceedingly slow.
6573
6574 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
6575
6576         * gnus-start.el (gnus-activate-group): If the server is nil, don't
6577         fail hard.
6578
6579         * spam-report.el: Add better Keywords line.
6580
6581         * spam.el: Add Maintainer and better Keywords line.
6582
6583 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
6584
6585         * gnus-art.el (gnus-article-replace-part)
6586         (gnus-mime-replace-part): New functions.
6587         (gnus-mime-action-alist, gnus-mime-button-commands)
6588         (gnus-mime-save-part-and-strip): Added file argument.
6589         (gnus-article-part-wrapper): Added interactive argument.
6590
6591         * gnus-sum.el (gnus-summary-mime-map): Add
6592         `gnus-article-replace-part'.
6593
6594 2005-09-19  Didier Verna  <didier@xemacs.org>
6595
6596         The nnml compaction feature:
6597         * nnml.el (nnml-request-compact-group): New function.
6598         * nnml.el (nnml-request-compact): New function.
6599         * gnus-int.el (gnus-request-compact-group): New function.
6600         * gnus-int.el (gnus-request-compact): New function.
6601         * gnus-group.el (gnus-group-compact-group): New function.
6602         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
6603         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
6604         * gnus-srvr.el (gnus-server-compact-server): New function.
6605         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
6606         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
6607
6608 2005-09-18  Deepak Goel  <deego@gnufans.org>
6609
6610         * sieve.el (sieve-help): Fix `message' call: first arg should be a
6611         format spec.
6612
6613 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6614
6615         * gnus.el (gnus-group-startup-message): Bind image-load-path.
6616
6617 2005-09-15  Romain Francoise  <romain@orebokech.com>
6618
6619         * message.el (message-fill-paragraph): Clarify docstring.
6620
6621 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6622
6623         * gnus-art.el (gnus-mime-display-part): Protect against broken
6624         MIME messages.
6625
6626 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6627
6628         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
6629         before parsing header.
6630
6631 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
6632
6633         * html2text.el (html2text-replace-list): Add new entities.
6634
6635 2005-09-11  Romain Francoise  <romain@orebokech.com>
6636
6637         * message.el (message-alternative-emails): Improve docstring.
6638         (message-setup-1): Call `message-use-alternative-email-as-from'
6639         after `message-setup-hook' to give it precedence over posting
6640         styles, etc.
6641         (message-use-alternative-email-as-from): Add docstring.  Remove
6642         the original From header if present.
6643
6644         * nnml.el (nnml-compressed-files-size-threshold): New variable.
6645         (nnml-save-mail): Use it.
6646
6647         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
6648         articles.  Add new argument `silent'.
6649         (gnus-uu-mark-all): Report the total number of marked articles.
6650
6651 2005-09-10  Romain Francoise  <romain@orebokech.com>
6652
6653         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
6654         (gnus-uu-mark-series): Likewise.
6655
6656 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
6657
6658         * spam-report.el (spam-report-gmane): Fix generation of spam
6659         report URL.
6660
6661 2005-09-10  Simon Josefsson  <jas@extundo.com>
6662
6663         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
6664         t, based on discussion on the ding list with Robert Epprecht
6665         <epprecht@solnet.ch>.
6666
6667 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
6668
6669         * spam-report.el (spam-report-gmane): Make it work without
6670         X-Report-Spam header.  Gmane now only provides Archived-At.
6671         This is only used if `spam-report-gmane-use-article-number' is nil.
6672         (spam-report-gmane-spam-header): Remove.  Not used anymore.
6673
6674         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
6675         make `gnus-summary-sort-by-recipient' work with threading.
6676
6677         * nnweb.el (nnweb-google-wash-article): Print a message if article
6678         is not available.
6679
6680 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6681
6682         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
6683         change.  Decode text/* parts content before displaying.
6684
6685 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
6686
6687         * mml-smime.el: Remove defvar of gnus-extract-address-components.
6688
6689 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6690
6691         * mm-view.el (mm-display-inline-fontify): Disable support modes.
6692
6693         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
6694         url-package-name, url-package-version,
6695         w3m-cid-retrieve-function-alist, w3m-current-buffer,
6696         w3m-display-inline-images, and w3m-minor-mode-map.
6697
6698 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
6699
6700         * message.el (message-tab-body-function): Fixed mismatched custom
6701         type.
6702
6703         * gnus.el (gnus-group-change-level-function): Ditto.
6704
6705         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
6706
6707         * gnus-art.el (gnus-signature-limit)
6708         (gnus-article-mime-part-function): Ditto.
6709
6710 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6711
6712         * mml.el (mml-mode): Silence the byte compiler.
6713
6714         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
6715         using `(sit-for 0)' before moving the point to the specified part;
6716         skip unbuttonized parts.
6717         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
6718         return to the summary window if gnus-auto-select-part is non-nil.
6719
6720 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
6721
6722         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
6723         variables.
6724         (mml-dnd-attach-file, mml-mode): Use them.
6725
6726         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
6727         Make fetching article by MID work again for Google Groups.  Added
6728         FIXME concerning gnus-group-make-web-group.
6729
6730         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
6731         Don't depend on Gnus by using mail-extract-address-components if
6732         gnus-extract-address-components is not bound.
6733
6734 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6735
6736         * gnus-art.el (gnus-mime-display-security): Don't display the
6737         signature, but only the signed part.
6738
6739 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6740
6741         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
6742
6743         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
6744         list, not listp.
6745
6746 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
6747
6748         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
6749         when encoding.
6750
6751         * mm-bodies.el (mm-decode-content-transfer-encoding):
6752         De-canonicalize CRLF for all text content types, not just
6753         text/plain.
6754
6755 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6756
6757         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
6758         valid article; point arrow and cursor at the MIME button.
6759
6760 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6761
6762         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
6763         Suggested by Dan Christensen <jdc@uwo.ca>.
6764
6765         * mm-decode.el (mm-save-part): Enable change of prompt.
6766
6767 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
6768
6769         * gnus-msg.el (gnus-inews-add-send-actions): Made
6770         `message-post-method' lambda parameter ARG `&optional'.
6771
6772 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
6773
6774         * gnus-sum.el (gnus-summary-mime-map): Added
6775         gnus-article-save-part-and-strip, gnus-article-delete-part and
6776         gnus-article-jump-to-part.
6777
6778         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
6779         (gnus-article-edit-part): Use it.
6780         (gnus-article-part-wrapper): Added no-handle argument.
6781         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
6782         functions.
6783
6784 2005-08-29  Romain Francoise  <romain@orebokech.com>
6785
6786         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
6787         docstring.
6788         (gnus-face-from-file): Likewise.
6789
6790 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
6791
6792         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
6793         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
6794         non-nil.
6795         (gnus-auto-select-part): New variable.
6796         (gnus-article-jump-to-part): New function.
6797         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
6798         (gnus-mime-delete-part): Allow selecting specified part after
6799         deleting or stripping parts.
6800         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
6801         part if argument is bogus.
6802
6803 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
6804
6805         * gnus-art.el (w3m-minor-mode-map):
6806         * gnus-spec.el (gnus-newsrc-file-version):
6807         * gnus-util.el (nnmail-active-file-coding-system)
6808         (gnus-original-article-buffer, gnus-user-agent):
6809         * gnus.el (gnus-ham-process-destinations)
6810         (gnus-parameter-ham-marks-alist)
6811         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
6812         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
6813         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
6814         * mm-decode.el (gnus-current-window-configuration):
6815         * mm-extern.el (gnus-article-mime-handles):
6816         * mm-url.el (url-current-object, url-package-name)
6817         (url-package-version):
6818         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
6819         (smime-keys, w3m-cid-retrieve-function-alist)
6820         (w3m-current-buffer, w3m-display-inline-images)
6821         (w3m-minor-mode-map):
6822         * mml-smime.el (gnus-extract-address-components):
6823         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
6824         (gnus-newsrc-hashtb, message-default-charset)
6825         (message-deletable-headers, message-options)
6826         (message-posting-charset, message-required-mail-headers)
6827         (message-required-news-headers):
6828         * mml1991.el (mc-pgp-always-sign):
6829         * mml2015.el (mc-pgp-always-sign):
6830         * nnheader.el (nnmail-extra-headers):
6831         * rfc1843.el (gnus-decode-encoded-word-function)
6832         (gnus-decode-header-function, gnus-newsgroup-name):
6833         * spam-stat.el (gnus-original-article-buffer): Add defvars.
6834
6835 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
6836
6837         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
6838         the end of the date treatments.
6839
6840 2005-08-15  Simon Josefsson  <jas@extundo.com>
6841
6842         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
6843         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
6844         Capello and Romain Francoise.
6845         (pgg-fetch-key-function): Removed, not used?
6846         (pgg-insert-url-with-w3): Require url, to get
6847         url-insert-file-contents regardless of where it is defined.
6848
6849 2005-08-13  Romain Francoise  <romain@orebokech.com>
6850
6851         * message.el (message-cite-original-1): New function.
6852         (message-cite-original): Use it.
6853         (message-cite-original-without-signature): Ditto.
6854
6855 2005-08-08  Romain Francoise  <romain@orebokech.com>
6856
6857         * message.el (message-yank-empty-prefix): New variable.
6858         (message-indent-citation): Use it.
6859         (message-cite-original-without-signature): Respect X-No-Archive.
6860
6861 2005-08-08  Simon Josefsson  <jas@extundo.com>
6862
6863         * pgg.el: Autoload url-insert-file-contents instead of loading
6864         w3/url.
6865         (pgg-insert-url-with-w3): Don't load url here.
6866
6867 2005-08-07  Jesper Harder  <harder@phys.au.dk>
6868
6869         * message.el (message-kill-to-signature): Don't insert newline at
6870         bol.
6871         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
6872
6873 2005-08-06  Romain Francoise  <romain@orebokech.com>
6874
6875         * message.el (message-user-fqdn): Fix typo in docstring.
6876
6877 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
6878
6879         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
6880
6881         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
6882
6883 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6884
6885         * mm-bodies.el (mm-encode-body): Use coding system rather than
6886         charset to encode text.
6887
6888         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
6889         number of charsets if utf-8 is available (XEmacs).
6890
6891 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
6892
6893         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
6894         taken from `gnus-button-mid-or-mail-regexp'.
6895         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
6896         (gnus-button-alist): Improve regexp for domain part of the MIDs
6897         for news:localpart@domain buttons.
6898         (gnus-button-ctan-directory-regexp): Update.
6899
6900 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6901
6902         * sieve-manage.el (sieve-manage-interactive-login): Use
6903         make-local-variable rather than make-variable-buffer-local.
6904         (sieve-manage-open): Ditto.
6905         (sieve-manage-authenticate): Ditto.
6906
6907         * mml.el (mml-generate-mime-1): Make the content type default to
6908         text/plain if the filename is not specified.
6909
6910 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6911
6912         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
6913         instead of insert-buffer.
6914
6915         * message.el (message-yank-original): Ditto; set the mark at the
6916         end of the yanked message.
6917
6918 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6919
6920         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
6921         lines to scroll rather than to stop it.
6922
6923         * mml.el (mml-generate-default-type): Add doc string.
6924         (mml-generate-mime-1): Use mm-default-file-encoding or make it
6925         default to application/octet-stream when determining the content
6926         type if it is not specified for the part or the mml contents; add
6927         a comment about mml-generate-default-type.
6928
6929 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
6930
6931         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
6932         make it default to application/octet-stream when determining the
6933         content type if it is not specified for the external contents.
6934
6935 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6936
6937         * rfc2231.el (rfc2231-parse-string): Take care that not only a
6938         segmented parameter but also other parameters might be there.
6939
6940 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6941
6942         * mm-decode.el (mm-display-external): Delete temp file, directory
6943         and buffer immediately if the external process is exited.
6944
6945 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6946
6947         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
6948         fewer lines than that of scroll-margin.
6949         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
6950
6951 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6952
6953         * gnus-art.el (gnus-article-next-page): Revert.
6954         (gnus-article-beginning-of-window): New macro.
6955         (gnus-article-next-page-1): Use it.
6956         (gnus-article-prev-page): Ditto.
6957         (gnus-article-edit-part): Use insert-buffer-substring instead of
6958         insert-buffer.
6959         (gnus-article-edit-exit): Ditto.
6960
6961         * gnus-util.el (gnus-beginning-of-window): Remove.
6962         (gnus-end-of-window): Remove.
6963
6964         * lpath.el: Don't bind header-line-format and scroll-margin.
6965
6966 2005-07-25  Simon Josefsson  <jas@extundo.com>
6967
6968         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
6969         to have the url package without w3.  Reported by Daiki Ueno
6970         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
6971
6972 2005-07-20  Didier Verna  <didier@xemacs.org>
6973
6974         * gnus-diary.el: Remove the description comment (nndiary is now
6975         properly documented in the Gnus manual).
6976         Fix the spelling of "Back End".
6977         * nndiary.el: Ditto.
6978         Fix the copyright notice.
6979
6980 2005-07-18  Romain Francoise  <romain@orebokech.com>
6981
6982         * gnus-sum.el (gnus-summary-to-prefix,
6983         gnus-summary-newsgroup-prefix): New variables.
6984         (gnus-summary-from-or-to-or-newsgroups): Use them.
6985
6986 2005-07-17  Romain Francoise  <romain@orebokech.com>
6987
6988         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
6989         space as it's generally not especially interesting to the user.
6990
6991 2005-07-16  Romain Francoise  <romain@orebokech.com>
6992
6993         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
6994         nil to avoid prompting and file modification if one of the
6995         messages at the top of the nnfolder file contains a copyright
6996         notice.
6997         Update copyright notice.
6998
6999         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
7000         instead of `current-time-string' as the latter creates a time
7001         string that is not RFC 2822 compliant (it lacks the zone).
7002         Update copyright notice.
7003
7004 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7005
7006         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
7007         for text/rtf.  Display default in prompt.  Pass default for M-n.
7008
7009         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
7010
7011 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7012
7013         * gnus-msg.el (gnus-button-mailto): Remove
7014         save-selected-window-window hackery because it relies on
7015         save-selected-window internals.
7016
7017 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7018
7019         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
7020         (gnus-article-next-page-1): Use gnus-beginning-of-window.
7021         (gnus-article-prev-page): Ditto.
7022
7023         * gnus-util.el (gnus-beginning-of-window): New function.
7024         (gnus-end-of-window): New function.
7025
7026         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
7027
7028 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
7029
7030         * gnus-score.el (gnus-score-edit-all-score): Set
7031         gnus-score-edit-exit-function to gnus-score-edit-done and call
7032         gnus-message.
7033
7034 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7035
7036         * gnus-msg.el (gnus-button-mailto): Remove
7037         save-selected-window-window hackery because it relies on
7038         save-selected-window internals.
7039
7040 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7041
7042         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
7043         add-minor-mode.
7044         (gnus-binary-mode): Ditto.
7045
7046         * gnus-topic.el (gnus-topic-mode): Ditto.
7047
7048 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
7049
7050         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
7051         (gnus-article-prev-page): Take scroll-margin into consideration.
7052
7053 2005-07-04  Lute Kamstra  <lute@gnu.org>
7054
7055         Update FSF's address in GPL notices.
7056
7057 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
7058
7059         * gnus.el (gnus-exit):
7060         * gnus-group.el (gnus-group-icons):
7061         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
7062
7063         * gnus-nocem.el (gnus-nocem):
7064         * message.el (message-various, message-buffers, message-sending)
7065         (message-interface, message-forwarding, message-insertion)
7066         (message-headers, message-news, message-mail):
7067         * pgg-gpg.el (pgg-gpg):
7068         * pgg-parse.el (pgg-parse):
7069         * pgg-pgp.el (pgg-pgp):
7070         * pgg-pgp5.el (pgg-pgp5):
7071         * pop3.el (pop3): Finish `defgroup' description with period.
7072
7073 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7074
7075         * gnus-art.el (article-display-face): Improve the efficiency.
7076         (article-display-x-face): Ditto; remove grey x-face stuff.
7077
7078 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7079
7080         * gnus-art.el (article-display-face): Correct the position in
7081         which Faces are inserted.
7082
7083 2005-06-29  Didier Verna  <didier@xemacs.org>
7084
7085         * gnus-art.el (article-display-face): Display faces in correct
7086         order.
7087
7088 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7089
7090         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
7091         (gnus-fill-real-hashtb): Use hash table instead of obarray.
7092         (gnus-nocem-check-article): Fetch the Type header.
7093         (gnus-nocem-message-wanted-p): Fix the way to examine types.
7094         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
7095         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
7096         make sure gnus-nocem-hashtb is initialized.
7097         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
7098         (gnus-nocem-unwanted-article-p): Ditto.
7099
7100         * pgg.el (pgg-verify): Return the verification result.
7101
7102 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7103
7104         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
7105         is ascii.
7106
7107 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
7108
7109         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
7110         `show-nonbreak-escape'.
7111
7112 2005-06-23  Lute Kamstra  <lute@gnu.org>
7113
7114         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
7115
7116         * dig.el (dig-mode):
7117         * smime.el (smime-mode): Use gnus-run-mode-hooks.
7118
7119 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
7120
7121         * nnimap.el (nnimap-split-download-body): Fix spellings.
7122
7123 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
7124
7125         * gnus-art.el (gnus-article-encrypt-body):
7126         * gnus-cus.el (gnus-score-customize):
7127         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
7128         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
7129
7130 2005-06-16  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
7131
7132         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
7133         header by looking for magic "MII" at the beginnig.
7134
7135 2005-06-16  Miles Bader  <miles@gnu.org>
7136
7137         * gnus-xmas.el (gnus-xmas-group-startup-message):
7138         Use renamed gnus-splash face.
7139
7140         * assistant.el (assistant-field): Remove "-face" suffix from face name.
7141         (assistant-field-face): New backward-compatibility alias for renamed
7142         face.
7143         (assistant-render-text): Use renamed assistant-field face.
7144
7145         * spam.el (spam): Remove "-face" suffix from face name.
7146         (spam-face): New backward-compatibility alias for renamed face.
7147         (spam-face, spam-initialize): Use renamed spam face.
7148
7149         * message.el (message-header-to, message-header-cc)
7150         (message-header-subject, message-header-newsgroups)
7151         (message-header-other, message-header-name)
7152         (message-header-xheader, message-separator, message-cited-text)
7153         (message-mml): Remove "-face" suffix from face names.
7154         (message-header-to-face, message-header-cc-face)
7155         (message-header-subject-face, message-header-newsgroups-face)
7156         (message-header-other-face, message-header-name-face)
7157         (message-header-xheader-face, message-separator-face)
7158         (message-cited-text-face, message-mml-face):
7159         New backward-compatibility aliases for renamed faces.
7160         (message-font-lock-keywords): Use renamed message faces.
7161
7162         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
7163         (sieve-test-commands, sieve-tagged-arguments):
7164         Remove "-face" suffix from face names.
7165         (sieve-control-commands-face, sieve-action-commands-face)
7166         (sieve-test-commands-face, sieve-tagged-arguments-face):
7167         New backward-compatibility aliases for renamed faces.
7168         (sieve-control-commands-face, sieve-action-commands-face)
7169         (sieve-test-commands-face, sieve-tagged-arguments-face):
7170         Use renamed sieve faces.
7171
7172         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
7173         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
7174         (gnus-group-news-3-empty, gnus-group-news-4)
7175         (gnus-group-news-4-empty, gnus-group-news-5)
7176         (gnus-group-news-5-empty, gnus-group-news-6)
7177         (gnus-group-news-6-empty, gnus-group-news-low)
7178         (gnus-group-news-low-empty, gnus-group-mail-1)
7179         (gnus-group-mail-1-empty, gnus-group-mail-2)
7180         (gnus-group-mail-2-empty, gnus-group-mail-3)
7181         (gnus-group-mail-3-empty, gnus-group-mail-low)
7182         (gnus-group-mail-low-empty, gnus-summary-selected)
7183         (gnus-summary-cancelled, gnus-summary-high-ticked)
7184         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
7185         (gnus-summary-high-ancient, gnus-summary-low-ancient)
7186         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
7187         (gnus-summary-low-undownloaded)
7188         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
7189         (gnus-summary-low-unread, gnus-summary-normal-unread)
7190         (gnus-summary-high-read, gnus-summary-low-read)
7191         (gnus-summary-normal-read, gnus-splash):
7192         Remove "-face" suffix from face names.
7193         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7194         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7195         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7196         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7197         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7198         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7199         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7200         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7201         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7202         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7203         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7204         (gnus-summary-selected-face, gnus-summary-cancelled-face)
7205         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7206         (gnus-summary-normal-ticked-face)
7207         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
7208         (gnus-summary-normal-ancient-face)
7209         (gnus-summary-high-undownloaded-face)
7210         (gnus-summary-low-undownloaded-face)
7211         (gnus-summary-normal-undownloaded-face)
7212         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7213         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7214         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7215         (gnus-splash-face):
7216         New backward-compatibility aliases for renamed faces.
7217         (gnus-group-startup-message): Use renamed gnus faces.
7218
7219         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
7220         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
7221         (gnus-server-agent): Remove "-face" suffix from face names.
7222         (gnus-server-agent-face, gnus-server-opened-face)
7223         (gnus-server-closed-face, gnus-server-denied-face)
7224         (gnus-server-offline-face):
7225         New backward-compatibility aliases for renamed faces.
7226         (gnus-server-agent-face, gnus-server-opened-face)
7227         (gnus-server-closed-face, gnus-server-denied-face)
7228         (gnus-server-offline-face): Use renamed gnus faces.
7229
7230         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
7231         Remove "-face" suffix from face names.
7232         (gnus-picon-xbm-face, gnus-picon-face):
7233         New backward-compatibility aliases for renamed faces.
7234
7235         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
7236         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
7237         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
7238         (gnus-cite-11): Remove "-face" suffix from face names.
7239         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
7240         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
7241         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
7242         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
7243         New backward-compatibility aliases for renamed faces.
7244         (gnus-cite-attribution-face, gnus-cite-face-list)
7245         (gnus-article-boring-faces): Use renamed gnus faces.
7246
7247         * gnus-art.el (gnus-signature, gnus-header-from)
7248         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
7249         (gnus-header-content): Remove "-face" suffix from face names.
7250         (gnus-signature-face, gnus-header-from-face)
7251         (gnus-header-subject-face, gnus-header-newsgroups-face)
7252         (gnus-header-name-face, gnus-header-content-face):
7253         New backward-compatibility aliases for renamed faces.
7254         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
7255
7256         * gnus-sum.el (gnus-summary-selected-face)
7257         (gnus-summary-highlight): Use renamed gnus faces.
7258         * gnus-group.el (gnus-group-highlight): Likewise.
7259
7260 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
7261
7262         * gnus-sieve.el (gnus-sieve-article-add-rule):
7263         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
7264         * spam-stat.el (spam-stat-buffer-change-to-spam)
7265         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
7266
7267         * message.el (message-is-yours-p):
7268         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
7269
7270 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7271
7272         * mm-view.el (mm-inline-text): Withdraw the last change.
7273
7274 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7275
7276         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
7277         executing enriched-decode.
7278
7279 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7280
7281         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
7282         charset of tar files.
7283
7284 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
7285
7286         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
7287
7288 2005-06-04  Lute Kamstra  <lute@gnu.org>
7289
7290         * nnfolder.el (nnfolder-read-folder): Make sure that undo
7291         information is never recorded.
7292
7293 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7294
7295         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
7296
7297 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7298
7299         * pop3.el (pop3-apop): Run md5 in the binary mode.
7300
7301         * starttls.el (starttls-set-process-query-on-exit-flag):
7302         Use eval-and-compile.
7303
7304 2005-05-31  Simon Josefsson  <jas@extundo.com>
7305
7306         * smime.el (smime-replace-in-string): Define.
7307         (smime-cert-by-ldap-1): Use it.
7308
7309 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7310
7311         * gnus-art.el (article-display-x-face): Replace
7312         process-kill-without-query by gnus-set-process-query-on-exit-flag.
7313
7314         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
7315         set-process-query-on-exit-flag or process-kill-without-query.
7316
7317         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
7318         loop instead of replace-regexp.
7319
7320         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
7321         instead of process-kill-without-query if it is available.
7322
7323         * lpath.el: Fbind ldap-search-entries.
7324
7325         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
7326         instead of find-file-hooks if it is available.
7327
7328         * mml1991.el: Bind pgg-default-user-id when compiling.
7329
7330         * mml2015.el: Bind pgg-default-user-id when compiling.
7331
7332         * nndraft.el (nndraft-request-associate-buffer):
7333         Use write-contents-functions instead of write-contents-hooks if it is
7334         available.
7335
7336         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
7337         instead of find-file-hooks if it is available.
7338
7339         * nntp.el (nntp-open-connection): Replace
7340         process-kill-without-query by gnus-set-process-query-on-exit-flag.
7341         (nntp-open-ssl-stream): Ditto.
7342         (nntp-open-tls-stream): Ditto.
7343
7344         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
7345         set-process-query-on-exit-flag or process-kill-without-query.
7346         (starttls-open-stream-gnutls): Use it instead of
7347         process-kill-without-query.
7348         (starttls-open-stream): Ditto.
7349
7350 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
7351
7352         * smime.el (smime-cert-by-ldap-1): Don't use
7353         replace-regexp-in-string.
7354
7355 2005-05-31  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
7356
7357         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
7358
7359         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
7360         in PEM format.  Adjust to the XEmacs compability.
7361
7362 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
7363
7364         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
7365         by `string-to-number'.
7366         * gnus-agent.el (gnus-agent-regenerate-group)
7367         (gnus-agent-fetch-articles): Ditto.
7368         * gnus-art.el (gnus-button-fetch-group): Ditto.
7369         * gnus-cache.el (gnus-cache-generate-active)
7370         (gnus-cache-articles-in-group): Ditto.
7371         * gnus-group.el (gnus-group-set-current-level)
7372         (gnus-group-insert-group-line): Ditto.
7373         * gnus-score.el (gnus-score-set-expunge-below)
7374         (gnus-score-set-mark-below, gnus-summary-score-effect)
7375         (gnus-summary-score-entry): Ditto.
7376         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
7377         (gnus-soup-pack): Ditto.
7378         * gnus-spec.el (gnus-xmas-format): Ditto.
7379         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
7380         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
7381         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
7382         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
7383         * nndb.el (nndb-get-remote-expire-response): Ditto.
7384         * nndiary.el (nndiary-parse-schedule-value)
7385         (nndiary-string-to-number, nndiary-request-replace-article)
7386         (nndiary-request-article): Ditto.
7387         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
7388         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
7389         * nneething.el (nneething-make-head): Ditto.
7390         * nnfolder.el (nnfolder-request-article)
7391         (nnfolder-retrieve-headers): Ditto.
7392         * nnheader.el (nnheader-file-to-number): Ditto.
7393         * nnkiboze.el (nnkiboze-request-article): Ditto.
7394         * nnmail.el (nnmail-process-unix-mail-format)
7395         (nnmail-process-babyl-mail-format): Ditto.
7396         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
7397         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
7398         (nnmh-request-create-group, nnmh-request-list-1)
7399         (nnmh-request-group, nnmh-request-article): Ditto.
7400         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
7401         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
7402         * nnsoup.el (nnsoup-make-active): Ditto.
7403         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
7404         * nntp.el (nntp-find-group-and-number)
7405         (nntp-retrieve-headers-with-xover): Ditto.
7406         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
7407         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
7408         (pgg-format-key-identifier): Ditto.
7409         * pop3.el (pop3-last, pop3-stat): Ditto.
7410         * qp.el (quoted-printable-decode-region): Ditto.
7411
7412         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
7413         of concat.
7414
7415 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7416
7417         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
7418
7419         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
7420
7421         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
7422
7423         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
7424
7425         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
7426
7427         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
7428
7429         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
7430         (gnus-carpal-mode): Ditto.
7431
7432         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
7433         (gnus-browse-mode): Ditto.
7434
7435         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
7436
7437         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
7438
7439 2005-05-29  Richard M. Stallman  <rms@gnu.org>
7440
7441         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
7442
7443 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7444
7445         * gnus-util.el (gnus-run-mode-hooks): New function.
7446
7447         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
7448
7449         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
7450         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
7451
7452 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
7453
7454         * gnus-agent.el (gnus-agent-make-mode-line-string):
7455         Use mode-line-highlight as mouse-face.
7456
7457 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7458
7459         * canlock.el (canlock): Change the parent group to news.
7460
7461         * deuglify.el (gnus-outlook-deuglify): Add :group.
7462
7463         * dig.el (dig): Add :group.
7464
7465         * dns-mode.el (dns-mode): Add :group.
7466
7467         * encrypt.el (encrypt): Add :group.
7468
7469         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
7470         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
7471         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
7472         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
7473         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
7474
7475         * gnus-diary.el (gnus-diary): Add :group.
7476
7477         * gnus.el (gnus-group-news-1-face): Add :group.
7478         (gnus-group-news-1-empty-face): Ditto.
7479         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
7480         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
7481         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
7482         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
7483         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
7484         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
7485         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
7486         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
7487         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
7488         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
7489         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
7490         (gnus-summary-high-ticked-face): Ditto.
7491         (gnus-summary-low-ticked-face): Ditto.
7492         (gnus-summary-normal-ticked-face): Ditto.
7493         (gnus-summary-high-ancient-face): Ditto.
7494         (gnus-summary-low-ancient-face): Ditto.
7495         (gnus-summary-normal-ancient-face): Ditto.
7496         (gnus-summary-high-undownloaded-face): Ditto.
7497         (gnus-summary-low-undownloaded-face): Ditto.
7498         (gnus-summary-normal-undownloaded-face): Ditto.
7499         (gnus-summary-high-unread-face): Ditto.
7500         (gnus-summary-low-unread-face): Ditto.
7501         (gnus-summary-normal-unread-face): Ditto.
7502         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
7503         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
7504
7505         * hashcash.el (hashcash): New custom group.
7506         (hashcash-default-payment): Add :group.
7507         (hashcash-payment-alist): Ditto.
7508         (hashcash-default-accept-payment): Ditto.
7509         (hashcash-accept-resources): Ditto.
7510         (hashcash-path): Ditto.
7511         (hashcash-extra-generate-parameters): Ditto.
7512         (hashcash-double-spend-database): Ditto.
7513         (hashcash-in-news): Ditto.
7514
7515         * message.el (message-minibuffer-local-map): Add :group.
7516
7517         * netrc.el (netrc): Add :group.
7518
7519         * sieve-manage.el (sieve-manage-log): Add :group.
7520         (sieve-manage-default-user): Diito.
7521         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
7522         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
7523         (sieve-manage-authenticators): Ditto.
7524         (sieve-manage-authenticator-alist): Ditto.
7525         (sieve-manage-default-port): Ditto.
7526
7527         * sieve-mode.el (sieve-control-commands-face): Add :group.
7528         (sieve-action-commands-face): Ditto.
7529         (sieve-test-commands-face): Ditto.
7530         (sieve-tagged-arguments-face): Ditto.
7531
7532         * smime.el (smime): Add :group.
7533
7534         * spam-report.el (spam-report): Add :group.
7535
7536         * spam.el (spam, spam-face): Add :group.
7537
7538 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7539
7540         * nntp.el (nntp-next-result-arrived-p): Some news servers may
7541         return \n.\n.\n at the end of articles.  Protect against that.
7542         (nntp-with-open-group): Allow debugging.
7543
7544         * nnheader.el (mail-header-set-extra): Make into a function
7545         because I just could't understand how to quote the list properly.
7546
7547         * dns.el (query-dns-cached): New function.
7548
7549 2005-05-26  Lute Kamstra  <lute@gnu.org>
7550
7551         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
7552
7553 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7554
7555         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
7556
7557         * gnus-art.el: Don't autoload mail-extract-address-components.
7558
7559         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
7560         eval-and-compile to evaluate it.
7561
7562         * hashcash.el: Don't autoload executable-find.
7563
7564         * nndb.el: Don't declare the nndb back end two or more times; don't
7565         autoload news-reply-mode, news-setup, cancel-timer and telnet.
7566
7567         * nntp.el: Autoload format-spec instead of format; use
7568         eval-and-compile to evaluate autoload forms.
7569
7570 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
7571
7572         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
7573
7574 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7575
7576         * gnus.el (gnus-version-number): Bump version.
7577
7578 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7579
7580         * gnus.el: No Gnus v0.3 is released.
7581
7582 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7583
7584         * lpath.el (featurep): Bind show-nonbreak-escape.
7585
7586 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7587
7588         * gnus-art.el (gnus-article-edit-part): Disable undo.
7589
7590 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7591
7592         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
7593         gnus-article-date-lapsed-new-header is t if date timer is active;
7594         skip headers in which the original date value is empty.
7595         (gnus-article-save-original-date): Redefine it as a macro.
7596         (gnus-display-mime): Use it.
7597
7598 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7599
7600         * gnus-art.el (article-date-ut): Support converting date in
7601         forwarded parts as well.
7602         (gnus-article-save-original-date): New function.
7603         (gnus-display-mime): Use it.
7604
7605 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
7606
7607         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
7608         enclosure element of <item>.
7609
7610 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
7611
7612         * message.el (message-kill-buffer-query): Renamed from
7613         `message-kill-buffer-query-if-modified'.  Added :version.
7614
7615 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7616
7617         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
7618         window layout.
7619
7620 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7621
7622         * mml.el: Autoload dnd when compiling.
7623
7624 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7625
7626         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
7627         x-dnd-*.
7628
7629 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7630
7631         * qp.el (quoted-printable-encode-region): Save excursion.
7632
7633 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
7634
7635         * message.el (message-kill-buffer-query-if-modified): Add new variable
7636         so the user can kill a modified message buffer quickly.
7637         (message-kill-buffer): Use it.
7638
7639 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7640
7641         * lpath.el: Fbind display-time-event-handler; don't fbind
7642         string-to-multibyte.
7643
7644         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
7645
7646 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7647
7648         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
7649         contained in text because xml.el decodes entities) with LFs.
7650
7651 2005-04-11  Lute Kamstra  <lute@gnu.org>
7652
7653         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
7654         differently.
7655
7656 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7657
7658         * mm-util.el (mm-detect-coding-region): Typo.
7659
7660 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7661
7662         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
7663
7664 2005-04-06  D Goel  <deego@gnufans.org>
7665
7666         * spam-stat.el (spam-stat-score-buffer): Add a call to a
7667         user-function allow user modifications of the scores.
7668         (spam-stat-score-buffer-user): New function, to allow
7669         user-computed modifications to the score.
7670         (spam-stat-score-buffer-user-functions): List of additional
7671         scoring functions.
7672         (spam-stat-error-holder): Global temporary error holder.
7673         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
7674         variable.
7675
7676 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
7677
7678         * gnus-registry.el (gnus-registry-clean-empty-function)
7679         (gnus-registry-trim, gnus-registry-fetch-groups)
7680         (gnus-registry-delete-group): Groups that match
7681         `gnus-registry-ignored-groups' are removed from the registry
7682         entries, not just ignored for splitting.  This helps clean up the
7683         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
7684         to get all the groups a message ID is in.
7685
7686         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
7687         (spam-stat-split-fancy): Change "threshhold" to "threshold"
7688         (spam-stat-score-buffer-user-functions): Add :number custom type.
7689
7690 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7691
7692         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
7693         argument in XEmacs.
7694
7695         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
7696         (nnrss-request-group): Decode group name first.
7697         (nnrss-request-article): Make a text/plain article if mml-to-mime
7698         failed.
7699         (nnrss-get-encoding): Return a compatible encoding according to
7700         nnrss-compatible-encoding-alist.
7701         (nnrss-find-el): Use consp instead of listp.
7702         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
7703
7704 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7705
7706         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
7707         which Emacs 20 doesn't support.
7708         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
7709
7710 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
7711
7712         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
7713         silence the byte compiler inside the defun.
7714
7715         * gnus-demon.el (parse-time-string): Add autoload.
7716
7717         * gnus-delay.el (parse-time-string): Add autoload.
7718
7719         * gnus-art.el (parse-time-string): Add autoload.
7720
7721         * nnultimate.el (parse-time): Require for `parse-time-string'.
7722
7723 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7724
7725         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
7726
7727         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
7728
7729         * smime.el (smime-ldap-host-list): Add :version.
7730
7731 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7732
7733         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
7734         pass it to `gnus-browse-read-group'.
7735         (gnus-browse-read-group): Add NUMBER argument and pass it to
7736         `gnus-group-read-ephemeral-group'.
7737
7738         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
7739         argument and pass it to `gnus-group-read-group'.
7740
7741 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
7742
7743         * mm-util.el (mm-xemacs-find-mime-charset): Only call
7744         mm-xemacs-find-mime-charset-1 if we have the mule feature
7745         available at runtime.
7746
7747 2005-03-25  Werner Lemberg  <wl@gnu.org>
7748
7749         * nnmaildir.el: Replace `illegal' with `invalid'.
7750
7751 2005-03-23  Lute Kamstra  <lute@gnu.org>
7752
7753         * time-date.el: Add comment on time value formats.
7754         Don't require parse-time.
7755         (with-decoded-time-value): New macro.
7756         (encode-time-value): New function.
7757         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
7758         (days-to-time): Return a valid time value when arg is huge.
7759         (time-since): Use time-subtract.
7760         (time-to-number-of-days): Use time-to-seconds.
7761
7762 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7763
7764         * gnus-start.el (gnus-display-time-event-handler):
7765         Check display-time-timer at runtime rather than only at load time
7766         in case display-time-mode is turned off in the mean time.
7767
7768 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7769
7770         * nnimap.el (nnimap-open-connection): Print which authinfo file is
7771         used.
7772
7773         * nneething.el (nneething-map-file-directory): Derive from
7774         `gnus-directory'.
7775
7776         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
7777         the To/Cc button.
7778
7779 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7780
7781         * nnmaildir.el (nnmaildir-request-accept-article):
7782         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
7783
7784 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
7785
7786         * gnus-async.el: Require timer-funcs at compile time when in
7787         XEmacs for `run-with-idle-timer'.
7788
7789 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
7790
7791         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
7792         autoloaded function.
7793
7794 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7795
7796         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
7797
7798 2005-03-10  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
7799
7800         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
7801
7802 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7803
7804         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
7805         gnus-expert-user to default.
7806
7807 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
7808
7809         * nnimap.el (nnimap-open-server): Ditto.
7810
7811         * imap.el (imap-authenticate): Fix typo.
7812
7813 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
7814
7815         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
7816         buffer (since IMAP server might return FETCH response out of
7817         order, and the nntp buffer must be sorted).
7818
7819 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
7820
7821         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
7822         comparison on string.
7823
7824         * gnus-agent.el (gnus-agent-long-article,
7825         gnus-agent-short-article, gnus-agent-score): Renamed category
7826         keywords to match gnus-cus.
7827         (gnus-agent-summary-fetch-series): Modified to protect against
7828         gnus-agent-summary-fetch-group clearing processable flags.
7829         (gnus-agent-synchronize-group-flags): Update live group buffer as
7830         synchronization may occur due to the user toggle the plugged
7831         status.
7832         (gnus-agent-fetch-group-1): Clear downloadable flag when article
7833         successfully downloaded.
7834         (gnus-agent-expire-group-1): Avoid using markers when the overview
7835         is in ascending order; greatly improves performance.
7836         (gnus-agent-regenerate-group): Use
7837         gnus-agent-synchronize-group-flags to reset read status in both
7838         gnus and server.
7839         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
7840
7841 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
7842
7843         * message.el: Don't autoload former message-utils variables.
7844         (message-strip-subject-trailing-was): Change doc string.
7845
7846         * nnweb.el: Fixes for `gnus-group-make-web-group'.
7847         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
7848         (nnweb-google-search): Add "hl=en" here.
7849         (nnweb-google-parse-1, nnweb-google-create-mapping):
7850         Don't hardcode URL.
7851
7852 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
7853
7854         * message.el (message-get-reply-headers, message-followup):
7855         Mention related variables `message-use-followup-to' and
7856         `message-use-mail-followup-to', in the information buffer.
7857
7858         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
7859         of broken groups(-beta).google.com.
7860
7861 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
7862
7863         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
7864         parameter to invoked gnus-request-move-article; remove the
7865         redundant gnus-sum-hint-move-is-internal variable; apply the marks
7866         all at once instead of once per article.
7867         (gnus-summary-remove-process-mark): Accept a list of articles as
7868         well as a single article for processing.
7869
7870         * gnus-int.el (gnus-request-move-article): Add move-is-internal
7871         parameter.
7872
7873         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
7874
7875         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
7876
7877         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
7878         parameter.
7879
7880         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
7881         parameter.
7882
7883         * nnimap.el (nnimap-request-move-article): Add move-is-internal
7884         parameter and remove the gnus-sum-hint-move-is-internal variable.
7885
7886         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
7887         parameter.
7888
7889         * nndraft.el (nndraft-request-move-article): Add move-is-internal
7890         parameter.
7891
7892         * nndiary.el (nndiary-request-move-article): Add move-is-internal
7893         parameter.
7894
7895         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
7896
7897         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
7898         parameter.
7899
7900         * nnagent.el (nnagent-request-move-article): Add move-is-internal
7901         parameter.
7902
7903 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7904
7905         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
7906         a more conservative way.
7907
7908 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7909
7910         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
7911         buffer, so it moves the window's cursor.
7912
7913 2005-02-26  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
7914
7915         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
7916         `mm-dissect-multipart' and receive the from field as an (optional)
7917         argument from `mm-dissect-multipart'.
7918         (mm-dissect-multipart): Receive the from field as an argument and
7919         pass it on when we call `mm-dissect-buffer' on MIME parts.
7920         Fixes verification/decryption of signed/encrypted MIME parts.
7921
7922 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
7923
7924         * gnus-sum.el (gnus-summary-move-article): Set
7925         gnus-sum-hint-move-is-internal for gnus-request-move-article and
7926         whatever it calls (right now, only nnimap-request-move article
7927         respects it).
7928
7929         * nnimap.el (nnimap-request-move-article): When
7930         gnus-sum-hint-move-is-internal is set, don't do the extra
7931         nnimap-request-article.
7932
7933 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
7934
7935         * nnheader.el (nnheader-find-file-noselect): Add doc string.
7936
7937         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
7938         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
7939
7940         * gnus-sum.el (gnus-summary-caesar-message):
7941         Apply `gnus-treat-article' after rotation.
7942
7943         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
7944         doc string.
7945
7946 2005-02-22  Simon Josefsson  <jas@extundo.com>
7947
7948         * encrypt.el (encrypt-password-cache-expiry): Remove (use
7949         `password-cache-expiry' instead).  Reported by Arne J\e,Ax\e(Brgensen
7950         <arne@arnested.dk>.
7951         (encrypt): Add password-cache and password-cache-expiry as group
7952         members.
7953
7954 2005-02-22  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
7955
7956         * smime.el (smime-ldap-host-list): Doc fix.
7957         (smime-ask-passphrase): Use `password-read-and-add' to read (and
7958         cache) password.
7959         (smime-sign-region): Use it.
7960         (smime-decrypt-region): Use it.
7961         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
7962         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
7963         fails.
7964         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
7965         certificate from DER to PEM format rather than calling openssl.
7966
7967         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
7968
7969         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
7970         for signing/encryption.
7971
7972         * mml.el (mml-parse-1): Use them.
7973
7974 2005-02-21  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
7975
7976         * nnrss.el (nnrss-verbose): Removed.
7977         (nnrss-request-group): Use `nnheader-message' instead.
7978
7979 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
7980
7981         * nnrss.el (nnrss-verbose): New variable.
7982         (nnrss-request-group): Make it say nnrss is requesting a group.
7983
7984 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
7985
7986         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
7987         Handle news URL with given port correctly.
7988
7989 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7990
7991         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
7992         containing special characters.
7993
7994         * gnus-sum.el (gnus-summary-edit-article): Ditto.
7995
7996         * mml.el (mime-to-mml): Ditto.
7997
7998         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
7999         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
8000         (rfc2047-decode-region): Quote decoded words containing special
8001         characters when rfc2047-quote-decoded-words-containing-tspecials
8002         is non-nil.
8003
8004 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
8005
8006         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
8007
8008         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
8009
8010 2005-02-15  Simon Josefsson  <jas@extundo.com>
8011
8012         * nnimap.el (nnimap-debug): Doc fix.
8013
8014         * imap.el (imap-debug): Doc fix.
8015
8016 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8017
8018         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
8019
8020 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
8021
8022         * gnus.el (spam-contents): Improve docs for spam-contents
8023         parameter in its variable incarnation.
8024
8025 2005-02-14  Simon Josefsson  <jas@extundo.com>
8026
8027         * smime-ldap.el: Use require instead of load-library for ldap.
8028         (smime-ldap-search): Indent.
8029         (smime-ldap-search-internal): Shorten line.
8030
8031         * smime.el (smime-cert-by-dns): Add doc-string.
8032         (smime-cert-by-ldap-1): Indent.
8033
8034         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
8035         mml-smime-get-dns-ldap.
8036         (mml-smime-encrypt-query): Use new function.  Default to ldap.
8037
8038 2005-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
8039
8040         * smime.el: Require smime-ldap.
8041         (smime-ldap-host-list): New variable.
8042         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
8043
8044         * mml-smime.el (mml-smime-encrypt-query): New function.
8045         (mml-smime-encrypt-query): Use it.
8046
8047         * smime-ldap.el: New file.
8048
8049 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8050
8051         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
8052
8053 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8054
8055         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
8056         argument in doc string.  Make query for type more clear.
8057
8058 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
8059
8060         * gnus.el (gnus-group-startup-message): Search for gnus images in
8061         etc/images/gnus.
8062         * mm-util.el (mm-image-load-path): Likewise.
8063         * smiley.el (smiley-data-directory): Search for smilies in
8064         etc/images/smilies.
8065
8066 2005-02-09  Kim F. Storm  <storm@cua.dk>
8067
8068         Change Emacs release version from 21.4 to 22.1 throughout.
8069         Change Emacs development version from 21.3.50 to 22.0.50.
8070
8071 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8072
8073         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
8074
8075         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
8076         non-Mule XEmacs as well.
8077         (mm-decompress-buffer): Signal an error intentionally if it does
8078         not decompress compressed data because auto-compression-mode is
8079         disabled.
8080
8081 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
8082
8083         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
8084         an ID in the registry even if it has no groups.
8085
8086 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8087
8088         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
8089         merge it into mm-decompress-buffer.
8090         (gnus-mime-copy-part): Use the MIME part charset, the value which
8091         a user specified or gnus-newsgroup-charset for decoding, like
8092         gnus-mime-inline-part does; set buffer-file-coding-system to tell
8093         save-buffer what was used.  Suggested by Kevin Ryde
8094         <user42@zip.com.au>.
8095         (gnus-mime-inline-part): Allow the name parameter as well as the
8096         filename parameter; force decompressing of compressed data; always
8097         display contents being not decoded as unibyte.
8098
8099         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
8100         as well as the filename parameter.
8101
8102         * mm-util.el (mm-decompress-buffer): Merge
8103         gnus-mime-jka-compr-maybe-uncompress.
8104         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
8105         of compressed data.
8106
8107 2005-02-08  Simon Josefsson  <jas@extundo.com>
8108
8109         * imap.el (imap-log): Doc fix.
8110
8111 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8112
8113         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
8114         the coding cookies; decompress compressed parts.
8115
8116         * mml.el (mml-generate-mime-1): Add the charaset parameter according
8117         to the value which a user specified manually or the coding cookie.
8118
8119         * mm-util.el (mm-string-to-multibyte): New function.
8120         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
8121         (mm-coding-system-to-mime-charset): New function.
8122         (mm-decompress-buffer): New function.
8123         (mm-find-buffer-file-coding-system): New function.
8124
8125         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
8126         (mm-display-inline-fontify): Rewrite for decoding and decompressing
8127         parts.
8128
8129 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8130
8131         * mm-view.el (mm-display-inline-fontify): Decode a part according
8132         to the charset parameter.
8133
8134 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8135
8136         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
8137         prefix arg is neither nil nor a number, as info specifies.
8138
8139 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8140
8141         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
8142         timestamps.
8143
8144 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
8145
8146         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
8147         groups error checking and notify user.
8148
8149 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
8150
8151         * message.el (message-send-mail-function): Check existence of
8152         sendmail-program first before using default value
8153         `message-send-mail-with-sendmail'.  Otherwise use more generic
8154         `smtpmail-send-it'.
8155
8156 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8157
8158         * nntp.el (nntp-request-update-info): Always return nil.
8159
8160 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8161
8162         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
8163
8164 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8165
8166         * message.el (message-beginning-of-line): Change the behavior when
8167         invoked between BOL and : so that it first moves backward.
8168
8169 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8170
8171         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
8172         article buffer when editing of the article is discarded.
8173         (gnus-article-prepare): Revert.
8174
8175 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8176
8177         * gnus-art.el (gnus-article-prepare):
8178         Remove message-strip-forbidden-properties from the local hook.
8179
8180 2005-01-27  Simon Josefsson  <jas@extundo.com>
8181
8182         * password.el (password-cache-add): Only start one timer per key.
8183         Reported by Derek Atkins <warlord@MIT.EDU>.
8184
8185 2005-01-26  Steve Youngs  <steve@sxemacs.org>
8186
8187         * run-at-time.el: Removed.  It is no longer needed as
8188         timer-funcs.el in the xemacs-base package has a working version of
8189         `run-at-time'.
8190
8191         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
8192
8193         * password.el: Require timer-funcs instead of run-at-time in
8194         XEmacs.
8195         Remove `password-run-at-time' macro.
8196         (password-cache-add): Use `run-at-time' instead of
8197         `password-run-at-time'.
8198
8199         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
8200         Remove `nnheader-cancel-function-timers' alias,
8201         `cancel-function-timers' exists in XEmacs in timer-funcs.
8202
8203         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
8204         for `run-with-idle-timer'.
8205
8206         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
8207         for `run-at-time'.
8208
8209         * mm-url.el: Require timer-funcs at compile time when in XEmacs
8210         for `with-timeout'.
8211
8212         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
8213         the same as for XEmacs 21.4.
8214         No need to ignore `run-with-idle-timer', this function exists in
8215         XEmacs now in timer-funcs.el in the xemacs-base package.
8216         (dgnushack-compile): No need to delete
8217         run-at-time.el from the list of files to compile because it
8218         doesn't exist anymore.
8219
8220 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8221
8222         * mml.el (mml-generate-mime-1): Convert string into unibyte when
8223         inserting " *mml*" buffer's contents into a unibyte temp buffer.
8224
8225 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
8226
8227         * mail-source.el (mail-source-fetch-imap): Search for ^From case
8228         sensitively.
8229
8230 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
8231
8232         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
8233
8234 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8235
8236         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
8237         which will be inserted according to the multibyteness of a buffer
8238         rather than the type of contents.  Suggested by ARISAWA Akihiro
8239         <ari@mbf.ocn.ne.jp>.
8240
8241         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
8242         of string which old xml.el may return rather than a string.
8243
8244 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8245
8246         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
8247
8248 2005-01-16  Simon Josefsson  <jas@extundo.com>
8249
8250         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
8251         idn/idna.el isn't available.
8252         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
8253         <michael@waxrat.com>.
8254
8255         * hashcash.el: Remove non-FSF copyright header.
8256
8257         * hashcash.el (hashcash-extra-generate-parameters): New variable.
8258         (hashcash-generate-payment): Use it.
8259         (hashcash-generate-payment-async): Use it.
8260
8261 2005-01-15  Simon Josefsson  <jas@extundo.com>
8262
8263         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
8264         Suggested by Raymond Scholz <ray-2005@zonix.de>.
8265
8266         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
8267         gnus-summary-idna-message.
8268         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
8269         (gnus-summary-idna-message): New function.
8270
8271 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
8272
8273         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
8274         gnus-novice-user.
8275
8276 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8277
8278         * nnrss.el (nnrss-request-delete-group): Delete entries in
8279         nnrss-group-alist as well.
8280         (nnrss-save-server-data): Insert newline.
8281
8282 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
8283
8284         * gnus.el (gnus-user-agent): Use list of symbols instead of
8285         symbols.  Display full version number for (S)XEmacs.  Optionally
8286         display (S)XEmacs codename.
8287
8288         * gnus-util.el (gnus-emacs-version): Update for new
8289         `gnus-user-agent'.
8290
8291         * gnus-msg.el (gnus-extended-version): Make it possible to omit
8292         Gnus version.
8293
8294 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8295
8296         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
8297         which is unreadable in some setups.
8298
8299 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8300
8301         * gnus-spec.el (gnus-update-format-specifications): Flush the
8302         group format spec cache if it doesn't support decoded group names.
8303
8304 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8305
8306         * gnus-score.el (gnus-decay-scores, gnus-score-load-file): Allow
8307         to apply decay on score files matching a regexp.
8308
8309 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8310
8311         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
8312         compatibility in %g and %c.
8313
8314 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8315
8316         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
8317         name for only %g and %c.
8318         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
8319         of gnus-tmp-group to decoded group name.
8320         (gnus-group-make-rss-group): Exclude `/'s from group names.
8321
8322 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8323
8324         * nnrss.el (nnrss-get-encoding): Fix regexp.
8325
8326 2004-12-27  Simon Josefsson  <jas@extundo.com>
8327
8328         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
8329         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
8330         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
8331
8332 2004-12-17  Kim F. Storm  <storm@cua.dk>
8333
8334         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
8335
8336         * gnus-sum.el (gnus-summary-mode-map): Likewise.
8337
8338 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
8339
8340         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
8341
8342 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8343
8344         * nnrss.el: Require rfc2047 and mml.
8345         (nnrss-file-coding-system): New variable.
8346         (nnrss-format-string): Redefine it as an inline function.
8347         (nnrss-decode-group-name): New function.
8348         (nnrss-string-as-multibyte): Remove.
8349         (nnrss-retrieve-headers): Decode group name; don't use
8350         nnrss-format-string.
8351         (nnrss-request-group): Decode group name.
8352         (nnrss-request-article): Decode group name; allow a Message-ID as
8353         well as an article number; don't use nnrss-format-string; encode a
8354         Message-ID string which may contain non-ASCII characters; use
8355         mml-to-mime to compose a MIME article.
8356         (nnrss-request-expire-articles): Decode group name.
8357         (nnrss-request-delete-group): Decode group name.
8358         (nnrss-fetch): Clarify error message.
8359         (nnrss-read-server-data): Use insert-file-contents instead of load;
8360         bind file-name-coding-system; use multibyte buffer.
8361         (nnrss-save-server-data): Bind coding-system-for-write to the
8362         value of nnrss-file-coding-system; bind file-name-coding-system;
8363         add coding cookie.
8364         (nnrss-read-group-data): Use insert-file-contents instead of load;
8365         bind file-name-coding-system; use multibyte buffer.
8366         (nnrss-save-group-data): Bind coding-system-for-write to the
8367         value of nnrss-file-coding-system; bind file-name-coding-system.
8368         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
8369         make it work with non-ASCII text.
8370         (nnrss-find-el): Make it work with old xml.el as well.
8371
8372 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
8373
8374         * nnrss.el (nnrss-get-encoding): New function.
8375         (nnrss-fetch): Use unibyte buffer initially; bind
8376         coding-system-for-read while performing mm-url-insert; remove ^Ms;
8377         decode contents according to the encoding attribute.
8378         (nnrss-save-group-data): Add coding cookie.
8379         (nnrss-mime-encode-string): New function.
8380         (nnrss-check-group): Use it to encode subject and author.
8381
8382 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
8383
8384         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
8385         imaginary variable.
8386
8387 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8388
8389         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
8390         correctly even if there are wide characters.
8391
8392 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8393
8394         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
8395         downcased symbol names; make a new cache instead of reusing
8396         bbdb-hashtable.
8397
8398 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8399
8400         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8401         concatenating segments rather than before concatenating them.
8402         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8403
8404         * message.el (message-get-reply-headers): Bind `extra'.
8405
8406 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8407
8408         * message.el (message-extra-wide-headers): New variable.
8409         (message-get-reply-headers): Use it.
8410
8411 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8412
8413         * gnus-agent.el (gnus-agent-group-path): Decode group name.
8414         (gnus-agent-group-pathname): Ditto.
8415
8416         * gnus-cache.el (gnus-cache-file-name): Decode group name.
8417
8418         * gnus-group.el (gnus-group-make-group): Decode group name.
8419         (gnus-group-make-rss-group): Register the group data after opening
8420         the nnrss group.
8421
8422 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
8423
8424         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
8425         by expiry now get marked as read.
8426
8427 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8428
8429         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
8430
8431 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
8432
8433         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
8434         unify Latin characters in XEmacs.
8435         (mm-find-mime-charset-region): Use it.
8436
8437 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8438
8439         * gnus-util.el (gnus-delete-directory): New function.
8440
8441         * gnus-agent.el (gnus-agent-delete-group): Use it.
8442
8443         * gnus-cache.el (gnus-cache-delete-group): Use it.
8444
8445 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8446
8447         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
8448         names.
8449
8450 2004-12-16  Simon Josefsson  <jas@extundo.com>
8451
8452         * hashcash.el (hashcash-payment-alist): Fix custom :type.
8453
8454 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8455
8456         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
8457
8458         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
8459         (gnus-group-set-current-level): Decode group name.
8460
8461 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
8462
8463         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
8464         failed.
8465
8466 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8467
8468         * gnus-group.el (gnus-group-delete-group): Decode group name.
8469         (gnus-group-make-rss-group): Encode group name.
8470         (gnus-group-catchup-current): Decode group name.
8471         (gnus-group-kill-group): Decode group name.
8472
8473 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8474
8475         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
8476
8477 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8478
8479         * gnus-group.el (gnus-group-make-rss-group):
8480         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
8481
8482         * gnus-start.el (gnus-setup-news): Honor user's setting to
8483         gnus-message-archive-method.  Suggested by Lute Kamstra
8484         <lute@gnu.org>.
8485
8486 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
8487
8488         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
8489         global counterparts of the buffer-local variables.
8490
8491 2004-11-16  Romain Francoise  <romain@orebokech.com>
8492
8493         * gnus-sum.el (gnus-summary-exit): Don't clear the global
8494         counterparts of the buffer-local variables.
8495
8496 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8497
8498         * message.el (message-forbidden-properties): Fixed typo in doc
8499         string.
8500
8501 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8502
8503         * gnus-util.el (gnus-replace-in-string): Added doc string.
8504
8505         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
8506         to avoid problems when splitting mails with many recipients.
8507
8508 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8509
8510         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
8511         pop-to-buffer, covered by the subsequent gnus-configure-windows.
8512
8513 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
8514
8515         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
8516         if there is no hashtable in memory or file modification time is
8517         newer than cached timestamp.
8518
8519 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
8520
8521         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
8522         not-matching option.
8523
8524 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
8525
8526         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
8527         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
8528         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8529         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
8530         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
8531         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
8532
8533 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8534
8535         * message.el (message-forward-make-body-mml): Remove headers
8536         according to message-forward-ignored-headers if a message is decoded.
8537
8538 2004-12-02  Romain Francoise  <romain@orebokech.com>
8539
8540         * message.el (message-forward-make-body-plain): Always remove
8541         headers according to message-forward-ignored-headers.
8542
8543 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
8544
8545         * spam.el (spam-summary-prepare-exit): Remove the
8546         gnus-summary-limit pop for now, it has problems with ham marks for
8547         me.
8548
8549 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
8550
8551         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
8552         correctly.
8553
8554 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
8555
8556         * format-spec.el (format-spec): Message the char.
8557
8558 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
8559
8560         * gnus-art.el (gnus-split-methods): Reformat comments.
8561
8562         * spam.el (spam-summary-prepare-exit): Remove article limits
8563         before exiting the summary buffer.
8564
8565 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8566
8567         * lpath.el: Remove bbdb-create-internal, bbdb-records,
8568         spam-BBDB-register-routine and spam-enter-ham-BBDB.
8569
8570         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
8571         order to silence the byte compiler.
8572
8573         * spam.el: Fix the way to silence the byte compiler, which
8574         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
8575         bbdb-search-simple, spam-BBDB-register-routine,
8576         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
8577         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
8578         spam-stat-buffer-is-spam, spam-stat-load,
8579         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
8580         spam-stat-save and spam-stat-split-fancy.
8581
8582 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8583
8584         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
8585         which may confuse users.
8586         (canlock-password-for-verify): Ditto.
8587
8588         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
8589
8590         * gnus-art.el (gnus-emphasis-alist): Ditto.
8591
8592         * gnus-registry.el (gnus-registry-max-entries): Ditto.
8593
8594         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
8595
8596         * gnus-start.el (gnus-save-killed-list): Ditto.
8597
8598         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
8599         (gnus-sum-thread-tree-root): Ditto.
8600         (gnus-sum-thread-tree-false-root): Ditto.
8601         (gnus-sum-thread-tree-single-indent): Ditto.
8602
8603         * message.el (message-courtesy-message): Ditto.
8604         (message-archive-note): Ditto.
8605         (message-subscribed-address-file): Ditto.
8606         (message-user-fqdn): Ditto.
8607
8608         * spam-report.el (spam-report-gmane-regex): Ditto.
8609
8610         * spam.el (spam-blackhole-good-server-regex): Ditto.
8611
8612 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8613
8614         * mml.el (mml-preview): Widen the message buffer before copying
8615         the contents to the preview buffer; sort headers before previewing.
8616
8617         * message.el (message-hidden-headers): Fix the way to avoid a bug
8618         in the `repeat' widget in Emacs 21.3 or earlier.
8619
8620 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8621
8622         * message.el (message-hidden-headers): Default to "^References:".
8623         Improve customization type.  Suggested by Reiner Steib
8624         <Reiner.Steib@gmx.de>.
8625
8626 2004-11-25  Romain Francoise  <romain@orebokech.com>
8627
8628         * message.el (message-strip-forbidden-properties): Remove check for
8629         obsolete `message-hidden' text property, hidden headers are not
8630         accessible in the buffer anymore.
8631
8632 2004-11-22  Romain Francoise  <romain@orebokech.com>
8633
8634         * message.el (message-header-format-alist): Add `From' in list
8635         so that it can be sorted.
8636         (message-fix-before-sending): Widen and sort headers before
8637         sending.
8638         (message-hide-headers): Use narrowing to hide headers by moving
8639         them to the top of the buffer and narrowing to the region
8640         underneath.
8641
8642 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8643
8644         * message.el (message-strip-forbidden-properties): Bind
8645         buffer-read-only (etc) to nil.
8646
8647 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8648
8649         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
8650         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8651
8652 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
8653
8654         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
8655
8656 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8657
8658         * dns.el (query-dns): Use sit-for to time instead of
8659         accept-process-output, since that doesn't seem to work on udp
8660         sockets.
8661
8662 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8663
8664         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
8665
8666 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
8667
8668         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
8669         doc string.  Improve doc string.
8670
8671 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8672
8673         * nntp.el (nntp-request-update-info): Return nil if
8674         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
8675         may not call gnus-activate-group which uselessly issues the GROUP
8676         commands for all nntp groups and wastes time.  Reported by Romain
8677         Francoise <romain@orebokech.com>.
8678
8679         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
8680
8681 2004-11-15  Simon Josefsson  <jas@extundo.com>
8682
8683         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
8684         headers separately.
8685         (gnus-button-openpgp): New function, inspired by Jochen K\e,A|\e(Bpper
8686         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
8687
8688 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8689
8690         * gnus-start.el (gnus-convert-old-newsrc):
8691         Assign legacy-gnus-agent to 5.10.7.
8692
8693 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8694
8695         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
8696         start of the lines.
8697
8698 2004-11-14  Magnus Henoch  <mange@freemail.hu>
8699
8700         * hashcash.el (hashcash-default-payment): Change default to 20
8701         (hashcash-default-accept-payment): Change default to 20
8702         (hashcash-process-alist): New variable
8703         (hashcash-generate-payment-async): Add
8704         (hashcash-already-paid-p): Add
8705         (hashcash-insert-payment): Don't generate payments twice
8706         (hashcash-insert-payment-async): Add
8707         (hashcash-insert-payment-async-2): Add
8708         (hashcash-cancel-async): Add
8709         (hashcash-wait-async): Add
8710         (hashcash-processes-running-p): Add
8711         (hashcash-wait-or-cancel): Add
8712         (mail-add-payment): New optional argument.  Conditionally start
8713         asynchronous calculation.
8714         (mail-add-payment-async): Add
8715
8716         * message.el (message-send-mail): Wait for asynchronous hashcash
8717         results.  Don't clobber existing X-Hashcash headers.
8718         (message-setup-1): Call mail-add-payment-async when
8719         message-generate-hashcash is non-nil.
8720
8721 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8722
8723         * message.el (message-use-alternative-email-as-from): Examine the
8724         From header as well; use message-make-from in order to include a
8725         user's full name.
8726
8727 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8728
8729         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
8730         default; improve customization type.
8731         (gnus-emphasis-custom-with-format): New macro.
8732         (gnus-emphasis-custom-value-to-external): New function.
8733         (gnus-emphasis-custom-value-to-internal): New function.
8734
8735 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8736
8737         * dns.el (query-dns): Resolve reverse addresses.
8738
8739 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8740
8741         * gnus-group.el (gnus-group-get-new-news): Use it.
8742
8743         * gnus-start.el (gnus-check-reasonable-setup): New function.
8744
8745 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8746
8747         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
8748         "Args out of range" error.  Reported by Arnaud Giersch
8749         <arnaud.giersch@free.fr>.
8750
8751 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
8752
8753         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
8754
8755 2004-11-04  Richard M. Stallman  <rms@gnu.org>
8756
8757         * spam.el (spam group): Add :version.
8758
8759         * pgg-def.el (pgg group): Add :version.
8760
8761 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8762
8763         * gnus-art.el (gnus-article-edit-article): Don't associate the
8764         article buffer with a draft file.  This is a temporary measure
8765         against the 2004-08-22 change to gnus-article-edit-mode.
8766
8767 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8768
8769         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
8770         (html2text-format-tags): Remove unused variable `attr'.
8771
8772 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8773
8774         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
8775
8776         * tls.el (tls-process-connection-type, tls-success)
8777         (tls-certtool-program): Add :version.
8778
8779         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
8780         (starttls-extra-arguments, starttls-process-connection-type)
8781         (starttls-connect, starttls-failure, starttls-success):
8782
8783         * spam-stat.el (spam-stat): Add :version.
8784
8785         * sieve.el (sieve): Add :version.
8786
8787         * sha1.el (sha1): Add :version.
8788         (sha1-use-external): Remove redundant version.
8789
8790         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
8791         (nnmail-cache-ignore-groups, nnmail-spool-hook)
8792         (nnmail-split-fancy-match-partial-words)
8793         (nnmail-split-lowercase-expanded): Add :version.
8794
8795         * nndiary.el (nndiary): Add :version.
8796
8797         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
8798
8799         * mml-sec.el (mml-default-sign-method)
8800         (mml-default-encrypt-method, mml-signencrypt-style-alist):
8801         Add :version.
8802
8803         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
8804
8805         * mm-url.el (mm-url-use-external, mm-url-program)
8806         (mm-url-arguments): Add :version.
8807
8808         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
8809         (mm-attachment-file-modes, mm-decrypt-option)
8810         (mm-w3m-safe-url-regexp): Add :version.
8811
8812         * message.el (message-cite-prefix-regexp)
8813         (message-sendmail-envelope-from, message-minibuffer-local-map)
8814         (message-user-fqdn, message-completion-alist): Add :version.
8815
8816         * gnus-win.el (gnus-configure-windows-hook)
8817         (gnus-use-frames-on-any-display): Add :version.
8818
8819         * gnus-art.el (gnus-article-address-banner-alist)
8820         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
8821         (gnus-treat-from-picon, gnus-treat-mail-picon)
8822         (gnus-treat-x-pgp-sig): Add :version.
8823
8824         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
8825         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
8826         (gnus-summary-article-delete-hook)
8827         (gnus-summary-display-while-building): Add :version.
8828
8829         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
8830         (gnus-get-top-new-news-hook):Add :version.
8831
8832         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8833         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
8834
8835         * gnus-registry.el (gnus-registry): Add :version.
8836
8837         * gnus-spec.el (gnus-use-correct-string-widths)
8838         (gnus-make-format-preserve-properties): Add :version.
8839
8840         * gnus.el (gnus-group-charter-alist)
8841         (gnus-group-fetch-control-use-browse-url)
8842         (gnus-install-group-spam-parameters): Add :version.
8843
8844         * gnus-diary.el (gnus-diary): Add :version.
8845
8846         * gnus-delay.el (gnus-delay): Add :version.
8847
8848         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
8849         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
8850         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
8851         Add :version.
8852
8853         * gnus-agent.el (gnus-agent-max-fetch-size)
8854         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
8855         (gnus-agent-prompt-send-queue): Add :version.
8856
8857         * deuglify.el (gnus-outlook-deuglify): Add :version.
8858
8859         * html2text.el: Beautify code.  Improve doc strings.  Some
8860         checkdoc cleanup.
8861         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
8862
8863 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
8864
8865         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
8866
8867 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
8868
8869         * gnus-registry.el (gnus-registry-hashtb): Create the registry
8870         when package is loaded.
8871
8872         * spam.el (spam-summary-score-preferred-header): Add global preference
8873         for people who want to override the default SpamAssassin over
8874         Bogofilter preference (when both are set).
8875         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
8876         (spam-user-format-function-S): Check
8877         spam-summary-score-preferred-header.
8878         (spam-extra-header-to-number): Add X-Bogosity header parsing.
8879         (spam-user-format-function-S): Format the score correctly.
8880
8881 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8882
8883         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
8884         signature file.  Suggested by Manoj Srivastava
8885         <srivasta@golden-gryphon.com>.
8886
8887         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
8888         iso-2022-jp even in the Japanese language environment.
8889         Suggested by Jason Rumney <jasonr@gnu.org>.
8890
8891 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8892
8893         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
8894         use the same characters as the dummy marks; make it free from
8895         getting affected by the language environment.
8896         (gnus-summary-read-group-1): Update mark positions only when the
8897         format spec is updated.
8898
8899         * gnus-spec.el (gnus-update-format-specifications): Return a list
8900         of updated types.
8901
8902 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8903
8904         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
8905         of boundp to check if display-warning is available.
8906
8907 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
8908
8909         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
8910
8911 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8912
8913         * nnspool.el (nnspool-spool-directory): Use news-path if the
8914         news-directory variable is not bound.
8915
8916         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
8917         function instead of display-warning if it is not available.
8918
8919 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8920
8921         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
8922         v5-10: Use `point-at-bol'.
8923
8924 2004-10-26  Simon Josefsson  <jas@extundo.com>
8925
8926         * hashcash.el: Fix URL in comment, reported by Cheng Gao
8927         <chenggao@gmail.com>.
8928
8929 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
8930
8931         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
8932         instead.
8933
8934 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
8935
8936         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
8937         to remove a server from the nnimap-server-buffer-alist.
8938         (nnimap-open-connection, nnimap-close-server): Use it.
8939
8940         * gnus-encrypt.el: Remove file in favor of encrypt.el.
8941
8942 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8943
8944         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
8945         running the major-mode function.
8946
8947 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8948
8949         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
8950         dummy marks in the right way.
8951
8952 2004-10-18  David Edmondson  <dme@dme.org>
8953
8954         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
8955         excessively.
8956
8957 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
8958
8959         * gnus-util.el (gnus-split-references): Accept a nil references
8960         string and go on blissfully.
8961
8962         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
8963         cases where the references string is non-nil but has no references.
8964
8965         * encrypt.el: Add autoload tags.
8966
8967         * spam.el (spam-resolve-registrations-routine): Remove article
8968         from unregistration list too.  Reported by David Hanak
8969         <dhanak@isis.vanderbilt.edu>
8970
8971 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
8972
8973         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
8974         nil.  Changed custom type.
8975
8976 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
8977
8978         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
8979
8980         * gnus-sum.el (gnus-summary-move-article): Use it.
8981
8982 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
8983
8984         * encrypt.el: Add autoload cookies.
8985
8986         * spam.el (spam-backend-article-list-property)
8987         (spam-backend-get-article-todo-list)
8988         (spam-backend-put-article-todo-list, )
8989         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
8990         Resolve registrations separately.
8991         (spam-register-routine): Format comments.
8992         (spam-unregister-routine, spam-register-routine): Always call with
8993         specific-articles, no default list.
8994         (spam-summary-prepare-exit): Use the spam-classifications function.
8995
8996         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
8997         gnus-encrypt.el.
8998
8999         * encrypt.el: Copied from gnus-encrypt.el.
9000
9001         * gnus-encrypt.el: Commented that it's obsolete.
9002
9003 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
9004
9005         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
9006         (gnus-score-save): Use it.
9007
9008         * message.el (message-bury): Use `window-dedicated-p'.
9009
9010 2004-10-15  Simon Josefsson  <jas@extundo.com>
9011
9012         * pop3.el (top-level): Don't require nnheader.
9013         (pop3-read-timeout): Add.
9014         (pop3-accept-process-output): Add.
9015         (pop3-read-response, pop3-retr): Use it.
9016
9017 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
9018
9019         * spam.el (spam-register-routine): Move comment.
9020         (spam-verify-bogofilter): Use 'unknown for the initial
9021         spam-bogofilter-valid state, not 'never.
9022
9023         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
9024         for netrc-machine.
9025
9026         * nnimap.el (nnimap-open-connection): Use
9027         netrc-machine-user-or-password.
9028
9029 2004-10-17  Richard M. Stallman  <rms@gnu.org>
9030
9031         * gnus-registry.el (gnus-registry-unload-hook):
9032         Set as a variable with add-hook.
9033
9034         * nnspool.el (nnspool-spool-directory): Use news-directory instead
9035         of news-path.
9036
9037         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
9038
9039         * spam.el: Delete duplicate `provide'.
9040         (spam-unload-hook): Set as a variable with add-hook.
9041
9042 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
9043
9044         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
9045         in the doc string.
9046
9047         * message.el (message-ignored-news-headers)
9048         (message-ignored-supersedes-headers)
9049         (message-ignored-resent-headers)
9050         (message-forward-ignored-headers): Improve custom type.
9051
9052 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9053
9054         * message.el (message-tokenize-header): Fix 2004-09-06 change
9055         which used point-min in the wrong place.
9056
9057 2004-10-12  Simon Josefsson  <jas@extundo.com>
9058
9059         * tls.el (tls-certtool-program): New variable.
9060         (tls-certificate-information): New function, based on
9061         ssl-certificate-information.
9062
9063 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9064
9065         * compface.el: Move the version of ELisp-based uncompface program
9066         to the contrib directory because of the copyright problem.
9067
9068 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9069
9070         * message.el (message-kill-buffer): Raise the current frame.
9071
9072 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9073
9074         * gnus-sum.el: Mention that multibyte characters don't work as marks.
9075
9076         * gnus.el (message-y-or-n-p): Autoload.
9077
9078         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
9079         (pop3-password-required, pop3-authentication-scheme)
9080         (pop3-leave-mail-on-server): Made customizable.
9081         (pop3): New custom group.
9082         (pop3-retr): Remove `sleep-for' statements.
9083         Suggested by Dave Love <fx@gnu.org>.
9084
9085         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
9086         Windows/DOS.
9087
9088         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
9089         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
9090         Dave Love <fx@gnu.org>.
9091
9092         * mml.el (mml-minibuffer-read-disposition): Require match.
9093         Suggested by Dave Love <fx@gnu.org>.
9094
9095 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
9096
9097         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
9098         doc string.
9099
9100 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9101
9102         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
9103
9104 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9105
9106         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
9107         instead of calling `mm-insert-inline', to decode text/* parts
9108         before displaying them.
9109
9110 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9111
9112         * mm-uu.el (mm-uu-text-plain-type): New variable.
9113         (mm-uu-pgp-signed-extract-1): Use it.
9114         (mm-uu-pgp-encrypted-extract-1): Use it.
9115         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
9116         bind mm-uu-text-plain-type with that value.
9117         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
9118         mm-uu-dissect.
9119
9120 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9121
9122         * gnus-group.el (gnus-update-group-mark-positions):
9123         * gnus-sum.el (gnus-update-summary-mark-positions):
9124         * message.el (message-check-news-body-syntax):
9125         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
9126         of string-as-multibyte.
9127
9128 2004-10-05  Juri Linkov  <juri@jurta.org>
9129
9130         * gnus-group.el (gnus-update-group-mark-positions):
9131         * gnus-sum.el (gnus-update-summary-mark-positions):
9132         * message.el (message-check-news-body-syntax):
9133         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
9134         8-bit unibyte values to a multibyte string for search functions.
9135
9136 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9137
9138         * mm-uu.el (mm-uu-dissect): Allow optional arg.
9139         (mm-uu-dissect-text-parts): New function.
9140
9141         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
9142         dissect text parts.
9143
9144         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
9145         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
9146
9147         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
9148
9149         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
9150         gnus-current-topics instead of gnus-current-topic.
9151
9152 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
9153
9154         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
9155
9156 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
9157
9158         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
9159         where approriate.
9160
9161         * nnml.el (nnml-generate-active-info): do.
9162
9163         * nndiary.el (nndiary-generate-active-info): do.
9164
9165         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
9166         (gnus-topic-move): do.
9167
9168         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
9169         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
9170
9171         * gnus-srvr.el (gnus-server-prepare)
9172         (gnus-server-open-all-servers): do.
9173
9174         * gnus-msg.el (gnus-summary-cancel-article)
9175         (gnus-summary-resend-message)
9176         (gnus-summary-mail-crosspost-complaint): do.
9177
9178         * gnus-move.el (gnus-change-server): do.
9179
9180         * gnus-group.el (gnus-group-unmark-all-groups)
9181         (gnus-group-set-current-level): do.
9182
9183 2004-10-04  Simon Josefsson  <jas@extundo.com>
9184
9185         * message.el (message-generate-hashcash): Doc fix.
9186
9187 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
9188
9189         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
9190         avoid infinite recursion via gnus-get-function.
9191
9192 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
9193
9194         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
9195
9196         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
9197
9198         * nnmail.el (nnmail-split-history): do.
9199
9200         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
9201         (nnml-request-delete-group): do.
9202
9203         * nnslashdot.el (nnslashdot-read-groups): do.
9204
9205         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
9206         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
9207
9208         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
9209         (nnspool-sift-nov-with-sed): Use last
9210         (nnspool-retrieve-headers-with-nov): Use mapc.
9211         (nnspool-request-newgroups): Use dolist.
9212         (nnspool-request-group): Use last.
9213
9214         * nntp.el (nntp-read-server-type): Use dolist.
9215
9216         * nnvirtual.el (nnvirtual-create-mapping)
9217         (nnvirtual-update-read-and-marked): Use dolist.
9218         (nnvirtual-convert-headers): Simplify.
9219
9220 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
9221
9222         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
9223         support for sync'ing tick marks.
9224
9225 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9226
9227         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
9228         there's no visible header.
9229
9230 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
9231
9232         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
9233         necessary, pass full group name to gnus-request-set-marks.
9234
9235 2004-10-01  Simon Josefsson  <jas@extundo.com>
9236
9237         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
9238         acroread.
9239
9240 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9241
9242         * spam-report.el (spam-report-gmane): Fix interactive.
9243
9244         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
9245
9246         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
9247         when writing file.
9248         (gnus-agent-synchronize-flags): Don't default to being
9249         interactive.
9250
9251 2004-09-30  Simon Josefsson  <jas@extundo.com>
9252
9253         * message.el (message-generate-hashcash): Add.
9254         (message-send-mail): Use it, call mail-add-payment.
9255
9256 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9257
9258         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
9259
9260 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
9261
9262         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
9263         gnus-requst-update-info with explicit code to sync the in-memory
9264         info read flags with the marks being sync'd to the backend.
9265
9266         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
9267
9268 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9269
9270         * spam.el (spam-verify-bogofilter): Add new function.
9271         (spam-check-bogofilter)
9272         (spam-bogofilter-register-with-bogofilter): Use it.
9273         (spam-verify-bogofilter): Add small fixes.
9274
9275 2004-09-28  Simon Josefsson  <jas@extundo.com>
9276
9277         * hashcash.el (hashcash-generate-payment): Revert.
9278
9279 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9280
9281         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
9282         gnus-extract-references instead of gnus-split-references.
9283
9284         * gnus-util.el (gnus-extract-references): Add new function, analogous
9285         to gnus-split-references but extracts only the message-ID without
9286         anything extra.
9287
9288         * hashcash.el (hashcash-generate-payment)
9289         (hashcash-check-payment): Do the right thing if hashcash-path is
9290         nil (because the hashcash program could not be found).
9291
9292         * spam.el (spam-use-hashcash): Remove comment.
9293
9294 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
9295
9296         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
9297         (gnus-cache-enter-article, gnus-cache-remove-article)
9298         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
9299
9300         * gnus-async.el (gnus-async-prefetch-remove-group): do.
9301
9302         * gnus-art.el (article-hide-boring-headers)
9303         (article-translate-strings, article-display-face)
9304         (gnus-article-mime-match-handle-first)
9305         (gnus-article-highlight-headers)
9306         (gnus-article-add-buttons-to-head): do.
9307
9308 2004-09-27  Simon Josefsson  <jas@extundo.com>
9309
9310         * hashcash.el: New version, from
9311         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
9312         ../contrib/.
9313
9314 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9315
9316         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
9317
9318 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
9319
9320         * gnus-dup.el (gnus-dup-open): Use mapc.
9321         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
9322
9323         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
9324         Reported by Stefan Wiens <s.wi@gmx.net>.
9325
9326         * gnus.el (gnus-shutdown): Use dolist.
9327
9328         * gnus-undo.el (gnus-undo): Use mapc.
9329
9330         * nnrss.el (nnrss-generate-active): do.
9331
9332         * message.el (message-cite-original-without-signature)
9333         (message-cite-original): Use mapc.
9334         (message-do-actions, message-make-forward-subject): Use dolist.
9335
9336 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
9337
9338         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
9339         deletion to remove entire duplicate line.  Fixes merged article
9340         number bug.
9341
9342 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
9343
9344         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
9345         servers that are offline.  Avoids having gnus-agent-toggle-plugged
9346         first ask if you want to open a server and then, even when you
9347         responded with no, asking if you want to synchronize the server's
9348         flags.
9349         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
9350         multi-line expressions.
9351         (gnus-agent-synchronize-group-flags): New internal function.
9352         Updates marks in memory (in the info structure) AND in the
9353         backend.
9354
9355         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
9356
9357         * nnagent.el (nnagent-request-set-mark): Use
9358         gnus-agent-synchronize-group-flags, not backend's request-set-mark
9359         method, to ensure that synchronization updates marks in the
9360         backend and in the info (in memory) structure.
9361
9362 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9363
9364         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
9365         convention fully; don't miss the root article of a thread; make
9366         the X-Draft-From header with correct article numbers.
9367
9368 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
9369
9370         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
9371         unless plugged.  Disable the agent so that an open failure causes
9372         an error.
9373
9374         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
9375         Reverted 2004-09-21 change.  The backend must be opened while
9376         synchronizing flags even when the backend stores the flags
9377         locally.
9378
9379 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
9380
9381         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
9382         in `header' match.  Reported by Svend Tollak Munkejord.
9383
9384         * message.el (message-cite-original): Fix use of
9385         `message-cite-articles-with-x-no-archive'.
9386
9387 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9388
9389         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
9390         (gnus-window-to-buffer): Ditto.
9391
9392         * mml.el (mml-preview-buffer): New variable.
9393         (mml-preview): Manage window layout with gnus-buffer-configuration.
9394
9395         * gnus-msg.el (gnus-setup-message): Put article numbers into the
9396         X-Draft-From header even if those articles aren't quoted.
9397
9398 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
9399
9400         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
9401         (gnus-request-set-mark, gnus-request-update-mark): Use new
9402         g-s-t-u-l-m to decide to use backend even when unplugged.
9403
9404 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9405
9406         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
9407         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
9408
9409 2004-09-20  Simon Josefsson  <jas@extundo.com>
9410
9411         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
9412         "utf-16-le".
9413
9414 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9415
9416         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
9417
9418 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9419
9420         * uudecode.el (uudecode-use-external): Add :version.
9421
9422         * smime.el (smime-CA-file, smime-encrypt-cipher)
9423         (smime-dns-server): Add :version.
9424
9425         * smiley.el (gnus-smiley-file-types): Add :version.
9426
9427         * sha1.el (sha1-use-external): Add :version.
9428
9429         * pgg-def.el (pgg-query-keyserver): Add :version.
9430
9431         * nnmail.el (nnmail-fancy-expiry-targets)
9432         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
9433         Add :version.
9434
9435         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
9436         (nnimap-retrieve-groups-asynchronous): Add :version.
9437         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
9438
9439         * mml.el (mml-content-disposition-parameters)
9440         (mml-insert-mime-headers-always): Add :version.
9441
9442         * mm-util.el (mm-coding-system-priorities): Add :version.
9443
9444         * mm-decode.el (mm-inline-text-html-with-images)
9445         (mm-keep-viewer-alive-types, mm-external-terminal-program)
9446         (mm-verify-option): Add :version.
9447         (mm-text-html-renderer): Change :version.
9448
9449         * message.el (message-fcc-externalize-attachments)
9450         (message-required-headers, message-draft-headers)
9451         (message-subject-trailing-was-query)
9452         (message-subject-trailing-was-ask-regexp)
9453         (message-subject-trailing-was-regexp, message-mark-insert-begin)
9454         (message-mark-insert-end, message-archive-header)
9455         (message-archive-note, message-cross-post-default)
9456         (message-cross-post-note, message-followup-to-note)
9457         (message-cross-post-note-function, message-use-mail-followup-to)
9458         (message-subscribed-address-functions)
9459         (message-subscribed-address-file, message-subscribed-addresses)
9460         (message-subscribed-regexps, message-allow-no-recipients)
9461         (message-yank-cited-prefix, message-signature-insert-empty-line)
9462         (message-hidden-headers, message-hierarchical-addresses)
9463         (message-mail-user-agent, message-use-idna)
9464         (message-valid-fqdn-regexp)
9465         (message-strip-special-text-properties, message-header-synonyms)
9466         (message-beginning-of-line, message-tab-body-function): Add :version.
9467         (message-insert-canlock, message-wide-reply-confirm-recipients):
9468         Change :version.
9469
9470         * mail-source.el (mail-source-ignore-errors): Add :group, :type
9471         and :version.
9472         (mail-source-delete-old-incoming-confirm)
9473         (mail-source-movemail-program): Add :version.
9474
9475         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
9476         (gnus-agent-cache, gnus-agent): Change :version.
9477
9478         * gnus-util.el (gnus-use-byte-compile): Change :version.
9479
9480         * gnus-sum.el (gnus-summary-make-false-root-always)
9481         (gnus-summary-default-high-score)
9482         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
9483         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
9484         (gnus-read-all-available-headers, gnus-article-emulate-mime)
9485         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
9486         (gnus-sum-thread-tree-single-indent)
9487         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
9488         (gnus-sum-thread-tree-leaf-with-other)
9489         (gnus-sum-thread-tree-single-leaf): Add :version.
9490         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
9491         (gnus-article-loose-mime): Change :version.
9492
9493         * gnus-start.el (gnus-backup-startup-file)
9494         (gnus-save-startup-file-via-temp-buffer): Add :version.
9495
9496         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
9497         (gnus-server-offline-face): Add :version.
9498
9499         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
9500
9501         * gnus-msg.el (gnus-gcc-externalize-attachments)
9502         (gnus-debug-files, gnus-debug-exclude-variables)
9503         (gnus-discouraged-post-methods): Change :version.
9504         (gnus-confirm-mail-reply-to-news)
9505         (gnus-confirm-treat-mail-like-news): Add :version.
9506
9507         * gnus-int.el (gnus-server-unopen-status): Add :version.
9508
9509         * gnus-group.el (gnus-group-jump-to-group-prompt)
9510         (gnus-large-ephemeral-newsgroup)
9511         (gnus-fetch-old-ephemeral-headers): Add :version.
9512
9513         * gnus-fun.el (gnus-x-face-directory)
9514         (gnus-convert-pbm-to-x-face-command)
9515         (gnus-convert-image-to-x-face-command)
9516         (gnus-convert-image-to-face-command): Add :version.
9517
9518         * gnus-delay.el (gnus-delay-default-hour): Add :version.
9519
9520         * gnus-cite.el (gnus-cite-blank-line-after-header)
9521         (gnus-article-boring-faces): Add :version.
9522
9523         * gnus-art.el (gnus-buttonized-mime-types)
9524         (gnus-inhibit-mime-unbuttonizing)
9525         (gnus-treat-display-face)
9526         (gnus-treat-body-boundary): Change :version.
9527         (gnus-body-boundary-delimiter, gnus-picon-databases)
9528         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
9529         (gnus-treat-date-english, gnus-treat-fold-headers)
9530         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
9531         (gnus-treat-mail-picon, gnus-treat-wash-html)
9532         (gnus-article-encrypt-protocol)
9533         (gnus-use-idna, gnus-article-over-scroll)
9534         (gnus-mime-display-multipart-alternative-as-mixed)
9535         (gnus-mime-display-multipart-related-as-mixed)
9536         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
9537         (gnus-ctan-url, gnus-button-ctan-handler)
9538         (gnus-button-handle-ctan-bogus-regexp)
9539         (gnus-button-ctan-directory-regexp)
9540         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
9541         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
9542         (gnus-button-man-level, gnus-button-emacs-level)
9543         (gnus-button-message-level, gnus-button-browse-level): Add :version.
9544
9545         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
9546         (gnus-agent-go-online): Change :version.
9547         (gnus-agent-expire-unagentized-dirs)
9548         (gnus-agent-auto-agentize-methods): Add :version.
9549
9550         * flow-fill.el (fill-flowed-display-column)
9551         (fill-flowed-encode-column): Add :version.
9552
9553         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9554         (gnus-outlook-deuglify-unwrap-max)
9555         (gnus-outlook-deuglify-cite-marks)
9556         (gnus-outlook-deuglify-unwrap-stop-chars)
9557         (gnus-outlook-deuglify-no-wrap-chars)
9558         (gnus-outlook-deuglify-attrib-cut-regexp)
9559         (gnus-outlook-deuglify-attrib-verb-regexp)
9560         (gnus-outlook-deuglify-attrib-end-regexp)
9561         (gnus-outlook-display-hook): Add :version.
9562
9563         * binhex.el (binhex-use-external): Add :version.
9564
9565 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
9566
9567         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
9568         and `invisible'.
9569
9570 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
9571
9572         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
9573         in gnus-registry-trim.
9574
9575 2004-09-13  Simon Josefsson  <jas@extundo.com>
9576
9577         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
9578
9579         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
9580
9581         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
9582         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
9583         <yamaoka@jpl.org>.
9584         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
9585         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
9586         <yamaoka@jpl.org>.
9587
9588         * sieve.el (sieve-manage-mode): Ditto.
9589
9590 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
9591
9592         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
9593
9594 2004-09-11  Simon Josefsson  <jas@extundo.com>
9595
9596         * dns-mode.el: Add.
9597
9598         * mm-view.el (mm-display-dns-inline): Add.
9599
9600         * mm-decode.el (mm-inline-media-tests): Add text/dns.
9601         (mm-automatic-display): Ditto.
9602
9603         * mailcap.el (mailcap-mime-data): Add text/dns.
9604         (mailcap-mime-extensions): Map .soa to text/dns.
9605
9606 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
9607
9608         * gnus-art.el (article-decode-mime-words, article-babel)
9609         (gnus-article-highlight-signature, gnus-article-add-buttons)
9610         (gnus-signature-toggle): Remove unnecessary bindings of
9611         `inhibit-read-only' inherited from v5.10 merge.
9612
9613 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
9614
9615         * nntp.el (nntp): New customization group.
9616         (nntp-authinfo-file): Add customization group.
9617
9618         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
9619
9620         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
9621
9622         * gnus.el (to-address, to-list, subscribed)
9623         (large-newsgroup-initial): Ditto.
9624
9625         * flow-fill.el (fill-flowed-display-column)
9626         (fill-flowed-encode-column): Ditto.
9627
9628 2004-09-06  Stefan  <monnier@iro.umontreal.ca>
9629
9630         * message.el (message-tokenize-header, message-send-mail-with-qmail):
9631         Use point-min rather than 1.
9632         (message-send-mail): Use buffer-size rather than point-max.
9633
9634         * gnus-sum.el (gnus-summary-search-article-forward):
9635         Signal a specific `search-failed' rather than a generic `error'.
9636
9637         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
9638         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
9639         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
9640
9641 2004-09-10  Simon Josefsson  <jas@extundo.com>
9642
9643         * nndb.el (require): Remove tcp and duplicate cl.
9644
9645 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9646
9647         * gnus-agent.el (directory-files-and-attributes): Move forward.
9648
9649 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
9650
9651         * gnus-agent.el (directory-files-and-attributes): Optionally
9652         defined to support XEmacs.
9653
9654 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
9655
9656         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
9657         to avoid run-time CL dependencies.
9658         (gnus-agent-unfetch-articles): New function.
9659         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
9660         article numbers even when local .overview file is missing.
9661         (gnus-agent-read-article-number): New function.  Only accepts
9662         27-bit article numbers.
9663         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
9664         gnus-agent-read-article-number.
9665         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
9666         from backend while recognizing that article numbers in .overview
9667         must be valid.
9668         (gnus-agent-update-files-total-fetched-for): Use
9669         directory-files-and-attributes to improve performance.
9670         * gnus-int.el (gnus-request-move-article): Use
9671         gnus-agent-unfetch-articles in place of gnus-agent-expire to
9672         improve performance.
9673
9674         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
9675         some users confused by references to .newsrc when they only have a
9676         .newsrc.eld file.
9677         (gnus-convert-mark-converter-prompt,
9678         gnus-convert-converter-needs-prompt): Fixed use of property list.
9679         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
9680         New function.  Used internally to only display 'gnus converting
9681         files' message when actually necessary.
9682
9683         * gnus-sum.el (): Removed (require 'gnus-agent) as required
9684         methods now autoloaded.
9685
9686 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9687
9688         * gnus-sum.el (gnus-summary-insert-subject): Remove list
9689         identifiers.
9690
9691 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
9692
9693         * gnus-picon.el: Fix indentation and closing parenthesis.
9694
9695 2004-09-01  Simon Josefsson  <jas@extundo.com>
9696
9697         * message.el (message-canlock-generate): Require sha1, not
9698         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
9699         to require within a function.  Sadly, if sha1.el isn't loaded, the
9700         let binding in m-c-g will hide the defcustom definition, which is
9701         bad.)
9702
9703         * canlock.el: Require sha1, not sha1-el.
9704
9705         * message.el: Don't autoload sha1 (there is a autoload cookie in
9706         sha1.el).
9707
9708         * sha1-el.el: Renamed to sha1.el.
9709
9710 2004-08-30  Juanma Barranquero  <lektu@terra.es>
9711
9712         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
9713
9714 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9715
9716         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
9717
9718 2004-08-30  Kim F. Storm  <storm@cua.dk>
9719
9720         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
9721
9722         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
9723         Add :group 'nnimap.
9724
9725 2004-08-30  Andreas Schwab  <schwab@suse.de>
9726
9727         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
9728         ?* and ?\;.
9729
9730         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
9731         and ?\' to symbol instead of whitespace.
9732
9733 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9734
9735         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
9736
9737         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
9738         instead of re-search-forward.
9739
9740         * gnus-uu.el (gnus-uu-save-article): Ditto.
9741         (gnus-uu-post-encode-uuencode): Ditto.
9742
9743         * html2text.el (html2text-clean-list-items): Ditto.
9744         (html2text-clean-dtdd): Ditto.
9745         (html2text-format-tags): Ditto.
9746
9747         * message.el (message-send-mail-with-sendmail): Fix regexp.
9748         (message-fill-field-general): Use search-forward instead of
9749         re-search-forward.
9750         (unbold-region): Ditto.
9751
9752         * nnrss.el (nnrss-request-article): Ditto.
9753
9754         * nnslashdot.el (nnslashdot-request-article): Ditto.
9755
9756         * nnweb.el (nnweb-gmane-wash-article): Ditto.
9757
9758         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
9759         "Unrecognized menu descriptor" error in XEmacs.
9760
9761 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
9762
9763         * gnus-sum.el (gnus-read-header): Don't remove a header for the
9764         parent article of a sparse article in the thread hashtb.
9765
9766 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
9767
9768         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
9769         (nnmail-expand-newtext): Lowercase expanded entries if
9770         nnmail-split-lowercase-expanded is non-nil.
9771
9772 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9773
9774         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward
9775         entry.
9776
9777         * gnus-group.el (gnus-group-line-format-alist): Convert the value
9778         of gnus-tmp-news-method into string under XEmacs.  It will be
9779         passed to gnus-correct-length which takes only a string argument.
9780
9781 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9782
9783         * gnus-util.el (gnus-bind-print-variables): New macro.
9784         (gnus-prin1): Use it.
9785         (gnus-prin1-to-string): Use it.
9786         (gnus-pp): New function.
9787         (gnus-pp-to-string): New function.
9788
9789         * gnus-cus.el (gnus-agent-cat-prepare-category-field): Replace
9790         pp-to-string with gnus-pp-to-string.
9791         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
9792         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
9793         * gnus-msg.el (gnus-debug): Ditto.
9794         * gnus-score.el (gnus-score-save): Ditto.
9795         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
9796         gnus-pp-to-string.
9797         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
9798         with gnus-pp.
9799         * score-mode.el (gnus-score-pretty-print): Ditto.
9800         * webmail.el (webmail-debug): Ditto.
9801
9802 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9803
9804         * gnus-art.el (article-display-face, article-display-x-face): Use
9805         buffer-read-only.
9806
9807 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9808
9809         * gnus-art.el (article-hide-list-identifiers): Bind
9810         inhibit-read-only as t.
9811
9812 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
9813
9814         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
9815
9816 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9817
9818         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
9819         (gnus-narrow-to-page): Don't assume point-min == 1.
9820         (gnus-article-edit-mode): Derive from message-mode.
9821
9822         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
9823         point-min == 1.
9824
9825         * imap.el (imap-parse-address-list, imap-parse-body-ext):
9826         Disable incorrect use of `assert'.
9827
9828         * message.el (message-mode): Set comment-start-skip.
9829
9830
9831 2004-08-22  Sam Steingold  <sds@gnu.org>
9832
9833         * pop3.el (pop3-leave-mail-on-server): New user variable.
9834         (pop3-movemail): Delete mail only when it is nil.
9835
9836 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
9837
9838         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
9839
9840         * mml.el (mml-preview): Use `pop-to-buffer'.
9841
9842         * message.el (message-goto-mail-followup-to): Insert after "To".
9843         (message-carefully-insert-headers): Add comment.
9844
9845         * gnus.el: Remove unused variable `gnus-article-check-size'.
9846
9847         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
9848
9849         * gnus-art.el (gnus-button-alist): Improve
9850         `gnus-button-handle-library' entry.
9851
9852 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
9853
9854         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
9855         downcase, since XEmacs capitalizes error messages differently.
9856
9857 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
9858
9859         * nntp.el: Add (require 'gnus) due to reference to
9860         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
9861
9862 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
9863
9864         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
9865         `mm-fill-flowed'.
9866
9867         * mm-decode.el (mm-dissect-singlepart): Check it.
9868
9869 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
9870
9871         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
9872         'imap' for netrc parsing.
9873
9874 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
9875
9876         * mailcap.el (mailcap-mime-data): Mark as risky.
9877
9878 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9879
9880         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
9881         may be included in the encoded word.
9882         (rfc2047-encode): Don't append a space if the encoded word
9883         includes close parenthesis.
9884
9885 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9886
9887         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
9888         of text within parentheses.
9889
9890 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
9891
9892         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
9893         (gnus-encrypt-write-file-contents): Make the password key the file
9894         name PLUS the cipher, not just the cipher.  Also remove failed
9895         passwords from the cache.
9896
9897 2004-08-06  Simon Josefsson  <jas@extundo.com>
9898
9899         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
9900         fix.
9901
9902 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9903
9904         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
9905         LWSP.
9906
9907 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
9908
9909         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
9910         to append in-reply-to: data to the references: header.
9911
9912         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
9913         (netrc-parse): Use gnus-encrypt.el functions.
9914
9915         * gnus-encrypt.el: Add new file for encryption support; currently
9916         does only a few GPG ciphers and an internal XOR cipher.
9917
9918         * password.el: Add comments on using password-read-and-add.
9919         (password-read-and-add): Add function to read and add the
9920         password to the cache at once.
9921
9922 2004-07-28  Simon Josefsson  <jas@extundo.com>
9923
9924         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
9925         parameter (but don't use it, for now).
9926
9927         * imap.el (imap-ssl-open): Use imap-process-connection-type,
9928         instead of hard coding to nil.
9929
9930 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9931
9932         * mm-view.el (mm-inline-image-emacs): Open lines under an image
9933         as mm-inline-image-xemacs does.
9934
9935 2004-07-26  Simon Josefsson  <jas@extundo.com>
9936
9937         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
9938         Revert part of 2004-07-17 change below.
9939
9940 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9941
9942         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
9943         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
9944
9945 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9946
9947         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
9948         quotes that actually start with ">" at the beginning of the
9949         lines.
9950
9951 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9952
9953         * rfc2047.el (rfc2047-encode-region): Fix last change.
9954         (rfc2047-encode-parameter): Remove useless concat.
9955
9956 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9957
9958         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
9959         encode special characters; fix some kind of misconfigured headers;
9960         signal a real error if debug-on-quit or debug-on-error is non-nil.
9961         (rfc2047-encode-max-chars): New variable.
9962         (rfc2047-encode-1): Use it.
9963         (rfc2047-encode-parameter): New function.
9964
9965         * mml.el (mml-insert-parameter): Remove an excessive space.
9966
9967 2004-07-17  Simon Josefsson  <jas@extundo.com>
9968
9969         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
9970         Kai Grossjohann <kai@emptydomain.de>.
9971         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
9972         (gnus-group-make-menu-bar): Ditto.
9973
9974         * gnus-util.el (gnus-group-server): Add.
9975
9976 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
9977
9978         * message.el (message-clone-locals): Clone sendmail and smtp
9979         variables.
9980
9981 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9982
9983         * rfc2047.el (rfc2047-encode-region): Fix last change.
9984
9985 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9986
9987         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
9988         characters as non-special.
9989
9990 2004-07-09  Simon Josefsson  <jas@extundo.com>
9991
9992         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
9993         Users will lose all flag changes made while unplugged with
9994         e.g. nntp unless flag synchronization happens, thus `nil' is not a
9995         good default.  See numerous reports on ding mailing list.
9996
9997 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9998
9999         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
10000         add generate-head-function and generate-article-function to the
10001         rfc822-forward entry.
10002         (nndoc-rfc822-forward-generate-article): New function.
10003         (nndoc-rfc822-forward-generate-head): New function.
10004
10005         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
10006
10007 2004-07-06  Dan Christensen  <jdc@uwo.ca>
10008
10009         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
10010         respect display group parameter and gnus-summary-expunge-below.
10011         (gnus-articles-to-read): Remove unused reference to display group
10012         parameter.
10013
10014 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10015
10016         * nnheader.el (nnheader-uniquify-message-id): New experimental
10017         variable.
10018         (nnheader-nov-read-message-id): Use it.
10019
10020         * spam-report.el (spam-report-gmane): Add interactive.
10021
10022 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10023
10024         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
10025         qp-or-base64 for the application/* types.
10026
10027 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
10028
10029         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
10030
10031 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
10032
10033         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
10034         trim value.
10035
10036 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
10037
10038         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
10039         New macro and function.
10040         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
10041
10042 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10043
10044         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
10045         after-load-alist.
10046
10047 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10048
10049         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
10050         update info that isn't there.
10051
10052 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
10053
10054         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
10055         entry.
10056
10057 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10058
10059         * mm-view.el (mm-inline-render-with-function): Use multibyte
10060         buffer; decode html source by charset.
10061
10062         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
10063
10064         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
10065         Mule-UCS is loaded under XEmacs.
10066         (mm-mime-mule-charset-alist): Avoid duplicated entries.
10067
10068 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
10069
10070         * nnheader.el (nnheader-max-head-length): Increase to 8192.
10071
10072 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10073
10074         * mm-util.el (mm-coding-system-p): Return a coding-system.
10075         (mm-mime-mule-charset-alist): Use shift_jis instead of
10076         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
10077         entries for the mime charsets iso-2022-jp-3 and shift_jis.
10078         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
10079         instead of japanese-shift-jis and iso-latin-1 respectively in
10080         order to share the default value with both Emacs and XEmacs-mule.
10081         (mm-mule-charset-to-mime-charset): Make
10082         mm-coding-system-priorities effective.
10083         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
10084         while predicating of candidates upon the priorities.
10085
10086 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
10087
10088         * gnus-sum.el (gnus-summary-make-menu-bar): Add
10089         gnus-uu-invert-processable.
10090
10091         * gnus.el: Autoload gnus-uu-invert-processable.
10092
10093 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10094
10095         * mm-util.el (mm-with-multibyte-buffer): New macro.
10096
10097         * rfc2047.el (rfc2047-encode-string): Use it.
10098         (rfc2047-encode-region): Move point to the end of the region after
10099         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
10100
10101 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10102
10103         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
10104         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
10105
10106 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10107
10108         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
10109         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
10110         Karl Chen <quarl@nospam.quarl.org>.
10111
10112 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
10113
10114         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
10115         invalid addresses.
10116
10117 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
10118
10119         * spam.el: Change section markers, revise TODO list.
10120         (spam-backends): Make new master list of all installed backends.
10121         (spam-summary-exit-behavior): Add new variable to determine how
10122         messages moves are done at summary exit.
10123         (spam-move-spam-nonspam-groups-only)
10124         (spam-process-ham-in-nonham-groups)
10125         (spam-process-ham-in-spam-groups): Remove variables, the
10126         spam-summary-exit-behavior variable should be used to manage this
10127         behavior.
10128         (spam-old-ham-articles, spam-old-spam-articles): Remove.
10129         (spam-old-articles): Add variable, replacing spam-old-ham-articles
10130         and spam-old-spam-articles.
10131         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
10132         Add empty variables, placeholders for the backends they represent.
10133         (spam-set-difference): Move, unchanged.
10134         (spam-list-of-processors): Declare OBSOLETE, not used anymore
10135         unless the user has a processor variable.
10136         (spam-classifications, spam-classification-valid-p)
10137         (spam-backend-properties, spam-backend-property-valid-p)
10138         (spam-backend-function-type-valid-p)
10139         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
10140         (spam-report-articles-gmane, spam-report-articles-resend):
10141         Remove functions, they are not needed.
10142         (spam-install-backend-super, spam-backend-list)
10143         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
10144         (spam-backend-function, spam-backend-ham-registration-function)
10145         (spam-backend-spam-registration-function)
10146         (spam-backend-ham-unregistration-function)
10147         (spam-backend-spam-unregistration-function)
10148         (spam-backend-statistical-p, spam-backend-mover-p)
10149         (spam-install-backend-alias, spam-install-checkonly-backend)
10150         (spam-install-mover-backend, spam-install-nocheck-backend)
10151         (spam-install-backend, spam-install-statistical-backend)
10152         (spam-install-statistical-checkonly-backend): Add backend installation
10153         support.
10154         (spam-summary-prepare-exit): Rewrite to use the new backend code.
10155         (spam-group-processor-p): Use the new backend code and respect the
10156         summary exit behavior.
10157         (spam-mark-spam-as-expired-and-move-routine): Remove.
10158         (spam-summary-prepare): Change to use the new spam-old-articles
10159         variable.
10160         (spam-copy-or-move-routine, spam-copy-spam-routine)
10161         (spam-move-spam-routine, spam-copy-ham-routine)
10162         (spam-move-ham-routine): Add code to copy/move ham or spam.
10163         (spam-fetch-field-fast): Improve doc and code, plus allow the
10164         'number request.
10165         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
10166         variables.
10167         (spam-split, spam-find-spam): Use the new backend code.
10168         (spam-registration-functions): Remove variable.
10169         (spam-unregister-routine): Add convenience wrapper.
10170         (spam-log-undo-registration, spam-register-routine)
10171         (spam-log-processing-to-registry)
10172         (spam-log-unregistration-needed-p): Rename "check" to "backend"
10173         where possible.
10174         (spam-check-gmane-xref, spam-check-regex-headers)
10175         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
10176         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
10177         (spam-check-bogofilter-headers, spam-check-spamoracle)
10178         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
10179         (spam-check-crm114-headers): Use the spam-split-group that
10180         spam-split prepares, no need to determine it every time.
10181
10182         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
10183         to the nnheader-parse-naked-head call.
10184
10185         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
10186
10187         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
10188         the nnheader-nov-read-message-id call.
10189
10190 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10191
10192         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
10193         gnus-activate-group twice.  Suggested by Markus Peter
10194         <warp@spin.de>.
10195
10196 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10197
10198         * gnus-art.el (gnus-article-time-format): Exchange the order of
10199         day and month in the default value; fix customization type.
10200         (article-date-ut): Use add-text-properties.
10201         (article-make-date-line): Use message-make-date instead of
10202         current-time-string.
10203
10204         * message.el (message-fetch-field): Don't use set-text-properties.
10205         (message-make-date): Simplify.
10206
10207         * messagexmas.el (message-xmas-make-date): New function.
10208         (message-xmas-redefine): Defalias message-make-date to it.
10209
10210 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10211
10212         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
10213         (rfc2047-encode-region): Treat text within parentheses as special;
10214         show the original text when error has occurred.
10215
10216         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
10217         already-computed method to gnus-activate-group.
10218
10219         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
10220         same select-methods identical Lisp objects.
10221
10222         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
10223         object when modifying the info.
10224
10225 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10226
10227         * gnus-srvr.el (gnus-server-set-info): Remove the server from
10228         gnus-opened-servers since it has never been opened with the new
10229         configuration yet.
10230
10231 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10232
10233         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
10234         arg to nnheader-generate-fake-message-id.
10235
10236 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
10237
10238         * nnheader.el (nnheader-generate-fake-message-id): Accept a
10239         number and build a fake message ID localized to a group and
10240         article number (so it's repeatable from that point on).
10241         (nnheader-fake-message-id-p): Change regex to accomodate new fake
10242         ID format.
10243
10244         * gnus-sum.el (gnus-get-newsgroup-headers): Call
10245         nnheader-generate-fake-message-id with the article number.
10246
10247 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
10248
10249         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
10250         end-of-buffer.
10251
10252 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10253
10254         * message.el (message-ignored-supersedes-headers): Add Approved.
10255
10256 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10257
10258         * rfc2047.el (rfc2047-encode-message-header): Remove useless
10259         goto-char.
10260         (rfc2047-encode): Fold the line before encoding.
10261
10262 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10263
10264         * rfc2047.el (rfc2047-encode-message-header): Disabled header
10265         folding -- not all headers can be folded, and this should be done
10266         by the message composition mode.  Probably.  I think.
10267
10268 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10269
10270         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
10271         fast.
10272
10273         * gnus-ems.el (gnus-remove-image): Don't use
10274         message-text-with-property; remove only the image found first.
10275
10276         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
10277         found first.
10278
10279 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
10280
10281         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
10282
10283 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10284
10285         * message.el (message-text-with-property): Make it fast and accept
10286         optional arguments.
10287         (message-strip-forbidden-properties): Use it.
10288         (message-fix-before-sending): Follow the m-t-w-p change.
10289
10290         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
10291
10292 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10293
10294         * gnus-art.el (article-hide-headers): Don't change the buffer
10295         mistakenly when performing mml-preview even if
10296         gnus-single-article-buffer is nil.
10297
10298 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
10299
10300         * message.el (message-expand-name-databases): New user option.
10301         (message-expand-name): Use it.
10302
10303 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
10304
10305         * spam.el (spam-report-articles-resend)
10306         (spam-report-resend-register-routine): Allow ham reporting.
10307         (spam-report-resend-register-ham-routine): Add wrapper.
10308         (spam-registration-functions): Add ham resending functions.
10309         (spam-list-of-processors): Add ham resend processor.
10310
10311         * gnus.el (ham-resend-to): Add new group parameter.
10312         (spam-process): Add ham resend option.
10313
10314         * spam-report.el (spam-report-resend): Allow reporting ham.
10315         (spam-report-resend-ham): Add wrapper.
10316
10317 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10318
10319         * message.el (message-cite-articles-with-x-no-archive): New
10320         variable.
10321         (message-cite-original): Use it.
10322
10323 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10324
10325         * message.el (message-cite-original): Respect X-No-Archive.
10326
10327 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10328
10329         * gnus-art.el (article-hide-headers): Refer to the values for
10330         gnus-ignored-headers and gnus-visible-headers in the summary
10331         buffer since a user may have set them as group parameters.
10332
10333 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
10334
10335         * assistant.el (assistant-node-name): Add convenience function.
10336         (assistant-render-text, assistant-render-node): Add error handling,
10337         plus handle multiple next nodes.
10338         (assistant-find-next-node): Comment out for now.
10339         (assistant-find-next-nodes): Add function, returns list of next
10340         nodes.
10341
10342 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
10343
10344         * mail-source.el (mail-source-directory): Fix doc-string.
10345
10346 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
10347
10348         * assistant.el (assistant-render-text, assistant-eval): Add :set
10349         widget type, which is different because it takes and returns a
10350         list.  Much hilarity ensues.
10351
10352 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
10353
10354         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
10355
10356         * gnus-group.el (gnus-group-get-new-news-this-group): Added
10357         doc-string.
10358
10359         * gnus-start.el (gnus-activate-group): Added doc-string.
10360
10361 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10362
10363         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
10364
10365 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
10366
10367         * assistant.el (assistant-render-text): Try to add a :set
10368         widget, more to come.
10369
10370         * spam.el (spam-group-spam-contents-p): Handle empty groupname
10371         strings.
10372         (spam-report-articles-resend)
10373         (spam-register-routine): Do registration iff any articles warrant
10374         it.
10375         (spam-summary-prepare-exit): Change log message for nil group
10376         destinations.
10377
10378 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
10379
10380         * spam.el (spam-report-resend-register-routine): Allow
10381         spam-report-resend-to to be a group parameter or a global value.
10382
10383 2004-05-26  Simon Josefsson  <jas@extundo.com>
10384
10385         * starttls.el: Merge with my GNUTLS based starttls.el.
10386         (starttls-gnutls-program, starttls-use-gnutls)
10387         (starttls-extra-arguments, starttls-process-connection-type)
10388         (starttls-connect, starttls-failure, starttls-success): New
10389         variables.
10390         (starttls-program, starttls-extra-args): Doc fix.
10391         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
10392         functions.
10393         (starttls-negotiate, starttls-open-stream): Check
10394         `starttls-use-gnutls' and pass on to corresponding *-gnutls
10395         function if it is set.
10396
10397 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10398
10399         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
10400         structured fields.
10401
10402 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10403
10404         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
10405
10406 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
10407
10408         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
10409         variable.
10410         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
10411         assigning the spam-mark to new messages.
10412
10413 2004-05-26  Adam Sj\e,Ax\e(Bgren  <asjo@koldfront.dk>  (tiny change)
10414
10415         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
10416
10417 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10418
10419         * dgnushack.el: Autoload customize-set-variable for XEmacs.
10420
10421         * rfc2047.el (rfc2047-encodable-p): Don't move point.
10422         (rfc2047-decode): Treat the ascii coding-system as raw-text by
10423         default.
10424
10425 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
10426
10427         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
10428         correct data.
10429
10430 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
10431
10432         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
10433         (spam-group-processor-p): Fix function.
10434         (spam-group-processor-multiple-p)
10435         (spam-group-spam-processor-report-gmane-p)
10436         (spam-group-spam-processor-report-resend-p)
10437         (spam-group-spam-processor-bogofilter-p)
10438         (spam-group-spam-processor-blacklist-p)
10439         (spam-group-spam-processor-ifile-p)
10440         (spam-group-ham-processor-ifile-p)
10441         (spam-group-spam-processor-spamoracle-p)
10442         (spam-group-spam-processor-crm114-p)
10443         (spam-group-ham-processor-bogofilter-p)
10444         (spam-group-spam-processor-stat-p)
10445         (spam-group-ham-processor-stat-p)
10446         (spam-group-ham-processor-whitelist-p)
10447         (spam-group-ham-processor-BBDB-p)
10448         (spam-group-ham-processor-spamoracle-p)
10449         (spam-group-ham-processor-copy-p): Remove functions with some
10450         prejudice against unneeded code.
10451         (spam-report-articles-resend)
10452         (spam-report-resend-register-routine): Allow the group/topic
10453         spam-resend-to value to override spam-report-resend-to.
10454         (spam-summary-prepare-exit): Invoke spam-group-processor-p
10455         properly now.
10456
10457         * gnus.el (spam-resend-to): Add group/topic parameter.
10458         (spam-process): Move the OBSOLETE processors to the end of the
10459         choices.
10460
10461 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
10462
10463         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
10464         with resend-to set to nil, and then ask the user if necessary.
10465         (spam-report-resend): spam-report-resend takes a list of articles, not
10466         separate article numbers.
10467
10468 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10469
10470         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
10471         addition to emacs-w3m.
10472
10473 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10474
10475         * assistant.el (assistant-authinfo-data): New function.
10476         (assistant-eval): Eval for entire assistant.
10477
10478         * netrc.el (netrc-services-file): New variable.
10479         (netrc-parse-services): New function.
10480         (netrc-find-service-name): New function.
10481         (netrc-find-service-number): New function.
10482         (netrc-port-equal): New function.
10483         (netrc-machine): Use it.
10484
10485         * nnimap.el (nnimap-open-connection): Use netrc.
10486
10487         * gnus-util.el (gnus-netrc-get): Remove aliases.
10488
10489         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
10490
10491         * assistant.el (wid-edit): Fix compilation.
10492
10493         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
10494
10495 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
10496
10497         * gnus-util.el (gnus-set-file-modes): New function.  (small
10498         patch).
10499
10500 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10501
10502         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
10503
10504         * assistant.el (assistant-render-node): Fix up rendering and
10505         read-only text.
10506         (assistant-render-node): Reset.
10507         (assistant-make-read-only): Not sticky.
10508
10509 2004-05-20  Danny Siu  <dsiu@adobe.com>
10510
10511         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
10512         centered even when gnus-auto-center-summary is t
10513
10514 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10515
10516         * dns.el (dns-get-txt-answer): New function.
10517         (dns-read-txt): Ditto.
10518         (query-dns): Use it.
10519
10520 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10521
10522         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
10523         active for foreign groups even if the group level is higher than
10524         the specified value.
10525
10526 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10527
10528         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
10529         non-active groups.
10530
10531         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
10532
10533 2004-05-20  Magnus Henoch  <mange@freemail.hu>
10534
10535         * dns.el (dns-read-type): Add support for SVR.  (small patch)
10536
10537 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
10538
10539         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
10540         (spam-crm114-header, spam-crm114-spam-switch)
10541         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
10542         (spam-crm114-positive-spam-header)
10543         (spam-crm114-database-directory, spam-list-of-processors)
10544         (spam-group-spam-processor-crm114-p)
10545         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
10546         (spam-generic-score, spam-list-of-checks)
10547         (spam-list-of-statistical-checks, spam-registration-functions)
10548         (spam-check-crm114-headers, spam-crm114-score)
10549         (spam-check-crm114, spam-crm114-register-with-crm114)
10550         (spam-crm114-register-spam-routine)
10551         (spam-crm114-unregister-spam-routine)
10552         (spam-crm114-register-ham-routine)
10553         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
10554         asjo@koldfront.dk (Adam Sj\e,Ax\e(Bgren).
10555
10556         * gnus.el: Add spam-use-crm114.
10557
10558         * spam.el (spam-list-of-processors, spam-registration-functions):
10559         Add spam-use-resend.
10560         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
10561         (spam-report-articles-gmane): Add doc fix.
10562         (spam-report-articles-resend,
10563         spam-report-resend-register-routine): Add wrappers around
10564         spam-report-resend-to.
10565
10566         * spam-report.el (spam-report-resend-to, spam-report-resend):
10567         Add support for resending spam.
10568         (spam-report-gmane): Fix line length >80.
10569
10570         * gnus.el (spam-process): Add spam-use-resend.
10571
10572 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10573
10574         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
10575         number of processed spam messages.
10576         (spam-ham-copy-or-move-routine): Return the number of processed
10577         ham messages.
10578         (spam-summary-prepare-exit): Use the above values to decide
10579         whether status messages shouled be displayed.
10580
10581 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10582
10583         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
10584         `rfc2047-encoding-function-alist' in order to avoid conflicting
10585         with the old version.
10586         (rfc2047-encode-region): Concatenate words containing non-ASCII
10587         characters in structured fields; don't encode space-delimited
10588         ASCII words even in unstructured fields; don't break words at
10589         char-category boundaries.
10590         (rfc2047-encode-1): New function.
10591         (rfc2047-encode): Use it; encode text so that it occupies the
10592         maximum width within 76-column; work correctly on Q encoding for
10593         iso-2022-* charsets.
10594         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
10595         sure not to break a line just after the header name.
10596         (rfc2047-b-encode-region): Removed.
10597         (rfc2047-b-encode-string): New function.
10598         (rfc2047-q-encode-region): Removed.
10599         (rfc2047-q-encode-string): New function.
10600
10601         * mm-util.el (mm-replace-in-string): New function.
10602
10603 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10604
10605         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
10606         get it right.
10607         (gnus-inews-make-draft): Really.
10608
10609 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
10610
10611         * nnmh.el (nnmh-request-list-1): Don't check the link count
10612         before descending.  (small patch)
10613
10614 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10615
10616         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
10617         stuff.
10618
10619         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
10620         on real group name.
10621
10622         * gnus-art.el (gnus-signature-limit): Doc fix.
10623
10624         * gnus-msg.el (gnus-inews-make-draft): Quote list.
10625
10626         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
10627
10628 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
10629
10630         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
10631         isn't a string.
10632
10633 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10634
10635         * gnus-draft.el (gnus-draft-send): Bind
10636         rfc2047-encode-encoded-words.
10637
10638         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
10639         (rfc2047-encodable-p): Say that =? needs encoding.
10640         (rfc2047-encode-encoded-words): New variable.
10641
10642         * gnus-group.el (gnus-group-select-group): Doc fix.
10643
10644         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
10645
10646         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
10647         to nil.
10648
10649         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
10650
10651         * nnheader.el (nnheader-get-lines-and-char): New function.
10652
10653 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
10654
10655         * gnus-msg.el (gnus-summary-followup-with-original): Document
10656         yanking of region when active.
10657
10658 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10659
10660         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
10661         groups if the group level is higher than the specified value.
10662
10663 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10664
10665         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
10666         (gnus-group-jump-to-group): Added prefix argument using
10667         `gnus-group-jump-to-group-prompt'.  Query before jumping to
10668         non-active group.
10669
10670         * compface.el (uncompface): Be verbose when changing
10671         `uncompface-use-external'.
10672
10673         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
10674         handle manual section.
10675
10676 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10677
10678         * gnus-art.el (gnus-button-alist): Revert previous change.
10679
10680 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10681
10682         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
10683
10684 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10685
10686         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
10687         whether backend can accept message.
10688
10689         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
10690
10691 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
10692
10693         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
10694         Avoid creating directory when nntp-marks-is-evil is true.
10695         Reported by Reiner Steib.
10696
10697 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10698
10699         * gnus-picon.el (gnus-picon-style): New variable.
10700         (gnus-picon-insert-glyph): Added optional `nostring' argument.
10701         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
10702         Jesper Harder <harder@ifa.au.dk>.
10703
10704 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10705
10706         * message.el (message-fill-field): Return point.
10707         (message-generate-headers): Go to end of field.
10708
10709         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
10710         stuff for non-living groups.
10711
10712 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
10713
10714         * gnus-art.el (gnus-article-followup-with-original)
10715         (gnus-article-reply-with-original): gnus-mark-active-p ->
10716         gnus-region-active-p.
10717
10718 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
10719
10720         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
10721         only when there is spam or ham to be processed.
10722
10723 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10724
10725         * mail-source.el (mail-source-delete-crash-box): Refactor.
10726         (mail-source-fetch): Use it.
10727         (mail-source-fetch-file): Ditto.
10728         (mail-source-fetch-directory): Run postscript in loop.
10729         (mail-source-fetch-pop): Delete.
10730         (mail-source-fetch-maildir): Ditto.
10731         (mail-source-fetch-imap): Ditto.
10732
10733         * imap.el (imap-authenticators): Comment out sasl.
10734
10735         * message.el (message-skip-to-next-address): New function.
10736         (message-fill-header-address): Refactor.
10737         (message-fill-address): Use it.
10738         (message-delete-address): Use it.
10739         (message-fill-header-general): Refactor.
10740         (message-fill-field-address): Rename.
10741         (message-narrow-to-field): Find the start of the header.
10742         (message-header-format-alist): Don't pre-fill.
10743         (message-fill-header): Removed.
10744         (message-insert-header): New function.
10745         (message-shorten-references): Use it.
10746
10747         * rfc2047.el (rfc2047-field-value): Strip props.
10748
10749         * mail-parse.el (mail-header-make-address): New alias.
10750
10751         * ietf-drums.el (ietf-drums-make-address): New function.
10752
10753         * imap.el: Add compiler directives.
10754
10755         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
10756
10757         * gnus-art.el (article-decode-idna-rhs): Don't use
10758         message-idna-inside-rhs-p.
10759
10760 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10761
10762         * message.el (message-idna-inside-rhs-p): Removed.
10763         (message-idna-to-ascii-rhs-1): Use proper address parsing.
10764
10765         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
10766         false positives.
10767
10768 2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
10769
10770         * imap.el (imap-sasl-make-mechanisms): Use sasl.
10771
10772 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10773
10774         * nneething.el (nneething-file-name): Don't create spurions
10775         files.
10776
10777         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
10778         (gnus-inews-do-gcc): Remove sleep.
10779
10780         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
10781         part under point.
10782
10783         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
10784         (gnus-agent-regenerate-group): Using nil messages aren't valid.
10785
10786 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
10787
10788         * spam.el (spam-summary-prepare-exit): Fixed (length).
10789
10790 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
10791
10792         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
10793         as expired without moving it" message when there are spam
10794         messages left.
10795
10796 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
10797
10798         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
10799         header is not nil.
10800
10801 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
10802
10803         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
10804         nntp-possibly-create-directory, not nntp-possibly-change-group.
10805         (nntp-marks-changed-p): New arg SERVER.
10806         (nntp-request-update-info): Adjust caller.
10807
10808 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
10809
10810         * nntp.el (nntp-save-marks): Pass missing arg.
10811
10812 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
10813
10814         * nntp.el: Support marks.
10815         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
10816         (nntp-marks-modtime, nntp-marks-directory): New variables.
10817         (nntp-request-set-mark, nntp-request-update-info)
10818         (nntp-possibly-create-directory, nntp-marks-changed-p)
10819         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
10820         functions.
10821
10822 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
10823
10824         * gnus-xmas.el (gnus-xmas-select-lowest-window)
10825         (gnus-xmas-redefine): Rename.
10826
10827         * gnus-score.el (gnus-score-insert-help): Use
10828         gnus-select-lowest-window.
10829
10830         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
10831         appt-select-lowest-window and rename to gnus-select-lowest-window.
10832
10833         * gnus.el: do.
10834
10835 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10836
10837         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
10838         encodings of MIME-encoded words, in order to improve
10839         interoperability with several broken MUAs.
10840
10841 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10842
10843         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
10844         tags, only when charsets are not specified in headers.
10845         (mm-inline-text-html-render-with-w3m): Ditto.
10846
10847         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
10848         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
10849
10850 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10851
10852         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
10853         instead of MIME-decoded from fields when checking
10854         `gnus-article-address-banner-alist'.
10855
10856 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
10857
10858         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
10859         description rather than subject.
10860
10861 2004-05-02  Steve Youngs  <steve@youngs.au.com>
10862
10863         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
10864
10865 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10866
10867         * gnus.el (gnus-version-number): Bump.
10868
10869 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10870
10871         * gnus.el: No Gnus v0.2 is released.
10872
10873 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10874
10875         * gnus-agent.el (gnus-agent-read-agentview): Inline
10876         gnus-uncompress-range.
10877
10878 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10879
10880         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
10881         `exec-installed-p'.
10882
10883 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10884
10885         * gnus.el (spam-process, spam-autodetect-methods): Add
10886         bsfilter and bsfilter-headers.
10887
10888         * spam.el (spam-bsfilter): New customize group.
10889         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
10890         (spam-bsfilter-header, spam-bsfilter-probability-header)
10891         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
10892         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
10893         (spam-bsfilter-database-directory): New options.
10894         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
10895         (spam-list-of-statistical-checks, spam-registration-functions):
10896         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
10897         (spam-bsfilter-score): New command.
10898         (spam-check-bsfilter-headers, spam-check-bsfilter)
10899         (spam-bsfilter-register-with-bsfilter)
10900         (spam-bsfilter-register-spam-routine)
10901         (spam-bsfilter-unregister-spam-routine)
10902         (spam-bsfilter-register-ham-routine)
10903         (spam-bsfilter-unregister-ham-routine): New functions.
10904         (spam-generic-score): Support bsfilter; Accept an optional argument
10905         to recalcurate spam score even if scoring header has already been
10906         added.
10907         (spam-bogofilter-score, spam-spamassassin-score): Accept an
10908         optional argument to recalcurate spam score even if scoring header
10909         has already been added.
10910
10911 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
10912
10913         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
10914         strings!  Reported by David D. Smith <davidsmith@acm.org>.
10915         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
10916         link is missing.
10917
10918 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
10919
10920         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
10921         (html2text-get-attr): Rewrite.
10922
10923         * message.el (message-setup-1): Remove redundant put-text-property
10924         on mail-header-separator.
10925
10926 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
10927
10928         * gnus-registry.el (gnus-registry-cache-whitespace)
10929         (gnus-registry-action, gnus-registry-spool-action)
10930         (gnus-registry-split-fancy-with-parent): Change message levels
10931         from 5 to 3 or 7, as needed.
10932
10933         * spam.el (spam-summary-prepare-exit)
10934         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
10935         (spam-split, spam-find-spam, spam-log-undo-registration)
10936         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
10937         level from 5 to 6.
10938
10939 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10940
10941         * gnus-ems.el: Autoload appt-select-lowest-window (revert
10942         2004-03-04 change).
10943
10944 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
10945
10946         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
10947         Use mapc when appropriate.
10948
10949         * sieve-manage.el (sieve-manage-open): do.
10950
10951         * nnweb.el (nnweb-insert-html): do.
10952
10953         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
10954         (nnvirtual-partition-sequence, nnvirtual-create-mapping): do.
10955
10956         * nnspool.el (nnspool-request-group): do.
10957
10958         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
10959         do.
10960
10961         * nnml.el (nnml-request-update-info): do.
10962
10963         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
10964         (nnmh-request-create-group, nnmh-update-gnus-unreads): do.
10965
10966         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
10967         (nnimap-request-set-mark): do.
10968
10969         * nnfolder.el (nnfolder-request-update-info): do.
10970
10971         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
10972         do.
10973
10974         * mml.el (mml-destroy-buffers, mml-compute-boundary-1): do.
10975
10976         * gnus-uu.el (gnus-uu-find-articles-matching): do.
10977
10978         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
10979         do.
10980
10981         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
10982         do.
10983
10984         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files): do.
10985
10986         * gnus-nocem.el (gnus-nocem-scan-groups): do.
10987
10988         * gnus-int.el (gnus-start-news-server): do.
10989
10990         * gnus-group.el (gnus-group-make-kiboze-group)
10991         (gnus-group-browse-foreign-server): do.
10992
10993 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
10994
10995         FIXME: Make separate entries for each person.
10996
10997         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
10998         Sj\e,Ax\e(Bgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
10999         <shields@msrl.com>:
11000
11001         * spam.el (spam-necessary-extra-headers): Get the extra headers we
11002         may need for spam sorting and scoring.
11003         (spam-user-format-function-S): Add user format function suitable for
11004         general use.
11005         (spam-article-sort-by-spam-status): Add sorting function for summary
11006         sorting.
11007         (spam-extra-header-to-number): Add function to get a score from a
11008         header.
11009         (spam-summary-score): Add function to  get a numeric score from the
11010         headers.
11011         (spam-generic-score): Fixed function doc, was in wrong place.
11012         (spam-initialize): Take symbols when it's run, and install the
11013         extra headers that spam-necessary-extra-headers thinks we need.
11014
11015 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
11016
11017         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
11018         Reported by bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
11019
11020 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
11021
11022         * gnus-sum.el (gnus-set-global-variables)
11023         (gnus-build-all-threads, gnus-get-newsgroup-headers)
11024         (gnus-article-get-xrefs, gnus-summary-best-group)
11025         (gnus-summary-next-article, gnus-summary-enter-digest-group)
11026         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
11027         (gnus-summary-update-info, gnus-kill-or-deaden-summary): Use
11028         with-current-buffer.
11029
11030 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
11031
11032         * spam.el (spam-summary-prepare-exit): Simplify logic.
11033         (spam-fetch-article-header): Read the article header if it's not
11034         available.
11035         (spam-list-articles): Simplify logic.
11036         (spam-filelist-register-routine): Fix bug with unregister-list.
11037
11038         * gnus-registry.el: Fix comments at beginning.
11039
11040 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
11041
11042         * message.el (message-cater-to-broken-inn): Remove.
11043         (message-shorten-references): Make sure the total folded length of
11044         References is shorter than 998 characters to cater to a bug in INN
11045         2.3.  Also, don't pretend that references aren't folded -- this
11046         hasn't worked for a while.
11047
11048 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11049
11050         * gnus-agent.el (gnus-agentize):
11051         gnus-agent-send-mail-real-function no longer set to current value
11052         of message-send-mail-function but rather a lambda that calls
11053         message-send-mail-function.  The change makes the agent real-time
11054         responsive to user changes to message-send-mail-function.
11055
11056 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11057
11058         * legacy-gnus-agent.el
11059         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
11060         help from Florian Weimer <fw@deneb.enyo.de>
11061
11062 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11063
11064         * nnmail.el (nnmail-cache-insert): Revert last change.
11065
11066 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11067
11068         * nnmail.el (nnmail-cache-insert): Always check whether
11069         nnmail-cache-ignore-groups matches a group name.
11070
11071 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
11072
11073         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
11074         (spam-find-spam, spam-log-processing-to-registry)
11075         (spam-log-registered-p, spam-log-unregistration-needed-p)
11076         (spam-log-undo-registration): Use gnus-message instead of
11077         gnus-error, none of these errors are fatal.
11078
11079         * gnus-registry.el (gnus-registry-clean-empty-function)
11080         (gnus-registry-clean-empty): Remove only empty entries without
11081         extra data.
11082
11083 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
11084
11085         * spam-stat.el (spam-stat-buffer-change-to-spam)
11086         (spam-stat-buffer-change-to-non-spam): Change (error) to
11087         (gnus-message 8) invocation.
11088
11089 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11090
11091         * nntp.el (nntp-via-netcat-command): New variable.
11092         (nntp-via-netcat-switches): New variable.
11093         (nntp-open-via-rlogin-and-netcat): New function.
11094         (nntp-open-connection-function): Doc fix.
11095         (nntp-telnet-command): Doc fix.
11096         (nntp-end-of-line): Doc fix.
11097         (nntp-via-rlogin-command): Doc fix.
11098         (nntp-via-user-name): Doc fix.
11099         (nntp-via-address): Doc fix.
11100
11101 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11102
11103         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
11104         error in Emacs 21.1.
11105
11106 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
11107
11108         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
11109
11110 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11111         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
11112         (gnus-agent-with-refreshed-group): New macro.
11113         (gnus-agent-rename-group): New function.
11114         (gnus-agent-delete-group): New function.
11115         (gnus-agent-save-group-info): Use gnus-command-method when
11116         `method' parameter is nil.  Don't write nil entries into the
11117         active file.
11118         (gnus-agent-get-group-info): New function.
11119         (gnus-agent-fetch-articles): Use
11120         gnus-agent-update-files-total-fetched-for to increment disk space
11121         used.
11122         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
11123         gnus-agent-update-view-total-fetched-for to increment disk space
11124         used.
11125         (gnus-agent-get-local): Added optional parameters to avoid calling
11126         gnus-group-real-name and gnus-find-method-for-group.
11127         (gnus-agent-set-local): Delete stored entry if either min, or max,
11128         are nil.
11129         (gnus-agent-fetch-session): Reworded error/quit messages.  On
11130         quit, use gnus-agent-regenerate-group to record existance of any
11131         articles fetched to disk before the quit occurred.
11132         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
11133         gnus-agent-update-view-total-fetched-for, and
11134         gnus-agent-update-files-total-fetched-for to decrement disk space
11135         used.
11136         (gnus-agent-retrieve-headers): Use
11137         gnus-agent-update-view-total-fetched-for to increment disk space
11138         used.
11139         (gnus-agent-regenerate-group): Replace gnus-group-update-group
11140         with gnus-agent-update-files-total-fetched-for to decrement disk
11141         space and fresh group buffer.
11142         (gnus-agent-inhibit-update-total-fetched-for): New variable.
11143         (gnus-agent-need-update-total-fetched-for): New variable.
11144         (gnus-agent-update-files-total-fetched-for): New function.
11145         (gnus-agent-update-view-total-fetched-for): New function.
11146         (gnus-agent-total-fetched-for): New function.
11147
11148         * gnus-cache.el (gnus-cache-save-buffers): Use
11149         gnus-cache-update-overview-total-fetched-for to change disk space
11150         used by this group.
11151         (gnus-cache-possibly-enter-article): Use
11152         gnus-cache-update-file-total-fetched-for to increment disk space
11153         used by this group.
11154         (gnus-cache-possibly-remove-article): Use
11155         gnus-cache-update-file-total-fetched-for to decrement disk space
11156         used by this group.
11157         (gnus-cache-generate-nov-databases): Purge total fetched cache.
11158         (gnus-cache-rename-group): New function.
11159         (gnus-cache-delete-group): New function.
11160         (gnus-cache-inhibit-update-total-fetched-for): New variable.
11161         (gnus-cache-need-update-total-fetched-for): New variable.
11162         (gnus-cache-with-refreshed-group): New macro.
11163         (gnus-cache-update-file-total-fetched-for): New function.
11164         (gnus-cache-update-overview-total-fetched-for): New function.
11165         (gnus-cache-rename-group-total-fetched-for): New function.
11166         (gnus-cache-delete-group-total-fetched-for): New function.
11167         (gnus-cache-total-fetched-for): New function.
11168
11169         * gnus-group.el: Require gnus-sum and autoload functions to
11170         resolve warnings when gnus-group.el compiled alone.
11171         (gnus-group-line-format): Documented new %F
11172         (size of Fetched data) group line format; identifies disk space
11173         used by agent and cache.
11174         (gnus-group-line-format-alist): Defined new F format.
11175         (gnus-total-fetched-for): New function.
11176         (gnus-group-delete-group): No longer update
11177         gnus-cache-active-altered as gnus-request-delete-group now keeps
11178         the cache in sync.
11179         (gnus-group-list-active): Let the agent store a server's active
11180         list if currently plugged.
11181
11182         * gnus-int.el (gnus-request-delete-group): Use
11183         gnus-cache-delete-group and gnus-agent-delete-group to keep the
11184         local disk in sync with the server.
11185         (gnus-request-rename-group): Use
11186         gnus-cache-rename-group and gnus-agent-rename-group to keep the
11187         local disk in sync with the server.
11188
11189         * gnus-start.el (gnus-get-unread-articles): Cosmetic
11190         simplification to logic.
11191
11192         * gnus-util.el (gnus-rename-file): New function.
11193
11194 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
11195
11196         * mm-util.el (mm-image-load-path): Handle nil in load-path.
11197
11198 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
11199
11200         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
11201         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
11202
11203 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
11204
11205         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
11206         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
11207
11208 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
11209
11210         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
11211
11212 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
11213
11214         * spam.el (spam-set-difference): Add function to replace
11215         gnus-set-difference in spam.el.
11216         (spam-summary-prepare-exit): Use spam-set-difference.
11217
11218 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
11219
11220         * gnus-registry.el (gnus-registry-cache-file): Update to use
11221         gnus-dribble-directory OR gnus-home-directory OR ~.
11222         (gnus-registry-split-fancy-with-parent): Fix doc.
11223
11224 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11225
11226         * message.el (message-exchange-point-and-mark): Use
11227         message-mark-active-p.  Suggested by Jesper Harder
11228         <harder@ifa.au.dk>.
11229
11230 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11231
11232         * message.el (message-exchange-point-and-mark): Don't activate
11233         region if it was inactive.  Suggested by Hiroshi Fujishima
11234         <pooh@nature.tsukuba.ac.jp>.
11235
11236 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11237
11238         * gnus-art.el (article-display-face): Display Faces in the same
11239         order as X-Faces.
11240
11241 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11242
11243         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
11244
11245 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11246
11247         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
11248         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
11249         (gnus-article-mime-hierarchy): Remove.
11250         (gnus-article-mime-hierarchy-next): Remove.
11251         (gnus-article-mode): Revert 2004-03-19 change.
11252         (gnus-article-setup-buffer): Revert 2004-03-19 change.
11253         (gnus-insert-mime-button): Revert 2004-03-19 change.
11254         (gnus-mime-accumulate-hierarchy): Remove.
11255         (gnus-mime-enter-multipart): Remove.
11256         (gnus-mime-leave-multipart): Remove,
11257         (gnus-mime-display-part): Revert 2004-03-19 change.
11258         (gnus-mime-display-alternative): Revert 2004-03-19 change.
11259
11260         * mml.el (mml-preview): Revert 2004-03-19 change.
11261
11262 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
11263
11264         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
11265
11266 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11267
11268         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
11269         t while entering a file name using the mm-with-multibyte macro.
11270         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
11271
11272         * mm-util.el (mm-with-multibyte): New macro.
11273
11274 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11275
11276         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
11277         user option.
11278         (gnus-mime-multipart-functions): Doc and customization fix.
11279         (gnus-article-mime-hierarchy): New variable.
11280         (gnus-article-mime-hierarchy-next): New variable.
11281         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
11282         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
11283         gnus-article-mime-hierarchy-next to nil.
11284         (gnus-insert-mime-button): Show hierarchy numbers.
11285         (gnus-mime-accumulate-hierarchy): New function.
11286         (gnus-mime-enter-multipart): New function.
11287         (gnus-mime-leave-multipart): New function.
11288         (gnus-mime-display-part): Recompute hierarchical MIME structure.
11289         (gnus-mime-display-alternative): Show hierarchy numbers.
11290
11291         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
11292         gnus-article-mime-hierarchy-next to nil.
11293
11294 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
11295
11296         * dns.el: Don't require gnus-xmas.
11297
11298 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
11299
11300         * mml.el (mml-generate-mime-1): Don't use format=flowed with
11301         inline PGP.
11302         (mml-menu): Disable mml-quote-region if mark is inactive.
11303
11304 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11305
11306         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
11307         when the group's active is not available.
11308
11309 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11310
11311         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
11312         error.
11313
11314 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
11315
11316         * imap.el (imap-store-password): New variable.
11317         (imap-interactive-login): Use it.
11318         Suggested by Mark Plaksin <happy@mcplaksin.org>.
11319
11320 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11321
11322         * gnus-art.el (gnus-article-read-summary-keys): Restore new
11323         window-start and hscroll to summary window.
11324
11325 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11326
11327         * gnus-start.el (gnus-convert-old-newsrc): Only write the
11328         conversion message to newsrc-dribble when an actual conversion is
11329         performed.
11330
11331 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
11332
11333         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
11334
11335 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11336
11337         * mm-decode.el (mm-complicated-handles): New function reviving
11338         former definition of mm-multiple-handles.
11339
11340         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
11341         (gnus-mime-delete-part): Use it.
11342
11343 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11344
11345         * gnus-agent.el (gnus-agent-read-local): Bind
11346         nnheader-file-coding-system to gnus-agent-file-coding-system to
11347         avoid the implicit assumption that they will always be equal.
11348         (gnus-agent-save-local): Bind buffer-file-coding-system, not
11349         coding-system-for-write, as the with-temp-file macro first prints
11350         to a buffer then saves the buffer.
11351
11352 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11353
11354         * gnus-art.el (gnus-article-edit-part): New function.
11355         (gnus-mime-save-part-and-strip): Use it; do query instead of
11356         signaling an error; don't use mm-multiple-handles.
11357         (gnus-mime-delete-part): Ditto.
11358
11359 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11360
11361         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
11362         old file versions.
11363         (gnus-group-prepare-hook): Removed function that converted list
11364         form of gnus-agent-expire-days to group properties.
11365
11366         * gnus-int.el: Autoload gnus-agent-regenerate-group.
11367         (gnus-request-accept-article): Re-indented.
11368
11369         * gnus-start.el (gnus-convert-old-newsrc): Registered new
11370         converters to handle old agent file formats.  Added logic for a
11371         "backup before upgrading warning".
11372         (gnus-convert-mark-converter-prompt): Developers can mark
11373         functions as needing (default), or not needing,
11374         gnus-convert-old-newsrc's "backup before upgrading warning".
11375         (gnus-convert-converter-needs-prompt): Tests whether the user
11376         should be protected from potentially irreversable changes by the
11377         function.
11378
11379         * legacy-gnus-agent.el: New.  Provides converters that are only
11380         loaded when gnus-convert-old-newsrc needs to call them.
11381
11382 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11383
11384         * mail-source.el (mail-source-touch-pop): Doc fix.
11385
11386         * message.el (message-smtpmail-send-it): Doc fix.
11387
11388 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
11389
11390         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
11391
11392         * nnmail.el (nnmail-split-fancy): do.
11393
11394         * gnus-kill.el (gnus-kill, gnus-execute): do.
11395
11396 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
11397
11398         * gnus-sum.el (gnus-widget-reversible-match)
11399         (gnus-widget-reversible-to-internal)
11400         (gnus-widget-reversible-to-external): New functions.
11401         (gnus-widget-reversible): New widget.
11402         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
11403
11404 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
11405
11406         * gnus-sum.el (gnus-thread-sort-functions)
11407         (gnus-article-sort-functions): Document `(not F)' items.
11408
11409 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
11410
11411         * spam.el (spam-use-gmane-xref): Add new backend.
11412         (spam-gmane-xref-spam-group): Add variable to control the name of the
11413         Gmane spam group.
11414         (spam-blackhole-servers, spam-blackhole-good-server-regex)
11415         (spam-regex-headers-spam, spam-regex-headers-ham)
11416         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
11417         (spam-list-of-checks): Add spam-use-gmane-xref to list of
11418         backends and checks.
11419         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
11420
11421         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
11422         an autodetect method.
11423
11424 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11425
11426         * gnus-int.el (gnus-request-accept-article): Inform the agent that
11427         articles are being added to a group.
11428         (gnus-request-replace-article): Inform the agent that articles
11429         need to be uncached as the cached contents are no longer valid.
11430
11431 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11432
11433         * binhex.el: Don't autoload executable-find.
11434
11435         * canlock.el: Don't autoload mail-fetch-field.
11436
11437         * dgnushack.el: Autoload c-mode for XEmacs.
11438
11439         * gnus-ems.el: Don't autoload appt-select-lowest-window.
11440
11441         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
11442         rmail-dont-reply-to and rmail-output.
11443
11444         * gnus-score.el: Don't autoload ffap-string-at-point.
11445
11446         * gnus-setup.el: Don't autoload sc-cite-original.
11447
11448         * imap.el: Don't autoload base64-decode-string,
11449         base64-encode-string and md5.
11450
11451         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
11452         and rmail-msg-restore-non-pruned-header.
11453
11454         * mm-decode.el: Don't autoload executable-find.
11455
11456         * mm-url.el: Don't autoload executable-find.
11457
11458         * mm-view.el: Don't autoload diff-mode.
11459
11460         * nndb.el: Don't autoload news-reply-mode, news-setup,
11461         cancel-timer and telnet.
11462
11463         * password.el: Don't autoload run-at-time for Emacs.
11464
11465         * sha1-el.el: Don't autoload executable-find.
11466
11467         * sieve-mode.el: Don't autoload c-mode.
11468
11469         * uudecode.el: Don't autoload executable-find.
11470
11471 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11472
11473         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
11474         (gnus-agent-possibly-alter-active): Avoid null in numeric
11475         comparison.
11476         (gnus-agent-set-local): Refuse to save null in local object table.
11477         (gnus-agent-regenerate-group): The REREAD parameter can now be a
11478         list of articles that will be marked as unread.
11479
11480 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11481
11482         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
11483
11484 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
11485
11486         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
11487         language tags.
11488
11489 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
11490
11491         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
11492         Don't bind "obarray".
11493
11494         * gnus-sum.el (gnus-thread-sort-functions): Added
11495         `gnus-thread-sort-by-most-recent-number' and
11496         `gnus-thread-sort-by-most-recent-date'.
11497         Reported by Kai Grossjohann <kai@emptydomain.de>.
11498
11499 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11500
11501         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
11502
11503 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11504
11505         * gnus-cus.el (gnus-agent-customize-category): Removed
11506         ignore-errors macro reference that required cl to be loaded at
11507         run-time.
11508
11509         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
11510         single-interval range of the form (min . max).  Previously the
11511         range had to look like ((min . max)).  Likewise, return
11512         (min . max) rather than ((min . max)).
11513         (gnus-range-map): Use gnus-range-normalize to accept
11514         single-interval range.
11515
11516         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
11517         the cache, but not the agent, now appear with their usual face.
11518
11519         * dgnushack.el (loaddir): New variable that is bound to the
11520         directory containing the dgnushack.el file. Use loaddir, rather
11521         than srcdir, to update load-path. Change lets dgnushack compile
11522         code in directories other than GNUS/lisp.
11523
11524 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11525
11526         * lpath.el: Don't bind w3m-safe-url-regexp.
11527
11528         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
11529         w3m-safe-url-regexp variable buffer-local.
11530
11531         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
11532
11533 2004-02-27  Simon Josefsson  <jas@extundo.com>
11534
11535         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
11536         gnus-group-real-prefix.
11537         (gnus-summary-move-article): Use it, instead of
11538         gnus-group-real-prefix.
11539
11540 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11541
11542         * lpath.el: Bind w3m-safe-url-regexp.
11543
11544         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
11545         w3m-safe-url-regexp variable buffer-local and set it as the value
11546         of mm-w3m-safe-url-regexp.
11547
11548         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
11549
11550         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
11551         parsing gnus-posting-styles when the message is not for replying.
11552
11553         * dgnushack.el: Autoload sgml-mode for XEmacs.
11554
11555         * nnrss.el (nnrss-opml-export): Use
11556         mm-set-buffer-file-coding-system instead of
11557         set-buffer-file-coding-system.
11558
11559 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
11560
11561         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
11562         of checkdoc.el).
11563         * nnrss.el: do.
11564         * gnus-mlspl.el: do.
11565         * gnus-ml.el: do.
11566         * gnus-srvr.el: do.
11567
11568         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
11569
11570 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
11571
11572         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
11573         Corrections to custom-manual links.
11574
11575         * gnus-art.el (gnus-article): Ditto.
11576
11577         * mm-decode.el (mime-display, mime-security): Ditto.
11578
11579 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
11580
11581         * flow-fill.el: Typo.
11582
11583 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
11584
11585         * spam-wash.el: New file.
11586
11587 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
11588
11589         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
11590
11591 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
11592
11593         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
11594         to be run with new-articles as LIST1, not LIST2.
11595         (spam-registration-functions): Add spam-use-ham-copy as a nil
11596         registration backend.
11597
11598 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
11599
11600         * spam-stat.el (spam-stat-washing-hook): New option.
11601         (spam-stat-buffer-words): Use it.
11602         (spam-stat-process-directory, spam-stat-test-directory): Use
11603         insert-file-contents-literally.
11604         (spam-stat-coding-system): New variable.
11605         (spam-stat-load, spam-stat-save): Use it.
11606
11607 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11608
11609         * spam-report.el (spam-report-plug-agent): Quote
11610         spam-report-url-to-file and spam-report-url-ping-plain.
11611
11612 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
11613
11614         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
11615         / in mailto URLs.
11616
11617 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11618
11619         * spam-report.el (spam-report-process-queue): Fix interactive use.
11620         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
11621         (spam-report-unplug-agent): Doc fixes.
11622         (spam-report-url-ping-mm-url, spam-report-url-to-file)
11623         (spam-report-agentize, spam-report-deagentize): Autoload
11624
11625 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11626
11627         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
11628
11629         * message.el (message-setup-fill-variables): Add mml tags to
11630         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
11631         <ajk@iu.edu>.
11632         (message-mode): Don't modify paragraph-separate there.
11633
11634 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11635
11636         * compface.el (uncompface-use-external): Default to undecided.
11637         (uncompface-use-external-threshold): New variable.
11638         (uncompface-float-time): New macro.
11639         (uncompface): Determine whether to use the external decoder if
11640         uncompface-use-external is undecided.
11641
11642 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11643
11644         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
11645         after images.
11646
11647         * gnus-art.el (gnus-mime-display-single): Remove dead code.
11648
11649 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
11650
11651         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
11652
11653         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
11654
11655         * gnus-sum.el (gnus-summary-limit-to-age)
11656         (gnus-summary-limit-children): do.
11657
11658         * gnus-int.el (gnus-request-scan): do.
11659
11660         * gnus-group.el (gnus-group-suspend): do.
11661
11662         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
11663
11664         * gnus-cite.el (gnus-cite-parse-attributions): do.
11665
11666         * gnus-agent.el (gnus-summary-set-agent-mark)
11667         (gnus-agent-regenerate-group): do.
11668
11669         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
11670
11671         * binhex.el (binhex-decode-region-internal): do.
11672
11673 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11674
11675         * gnus-fun.el (gnus-face-properties-alist): New user option.
11676         (gnus-display-x-face-in-from): Use it.
11677
11678         * gnus-art.el (article-display-face): Ditto.
11679
11680         * compface.el (uncompface-use-external): Default to nil.
11681
11682 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
11683
11684         * nntp.el (nntp-erase-buffer): New function.
11685         (nntp-retrieve-data, nntp-send-command)
11686         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
11687         (nntp-possibly-change-group): Use it.
11688
11689         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
11690         with-current-buffer.
11691
11692 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
11693
11694         * compface.el: Merge the ELisp-based uncompface program.
11695         (compface): New customization group.
11696         (uncompface-use-external): New user option.
11697         (uncompface): Call uncompface-internal if uncompface-use-external
11698         is nil.
11699         (uncompface-internal): New function.  Note that there are also
11700         some other functions and variables added for this function.
11701
11702 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
11703
11704         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
11705         if necessary.
11706
11707 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
11708
11709         * spam-report.el (spam-report-unplug-agent)
11710         (spam-report-plug-agent, spam-report-deagentize)
11711         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
11712         Add support for the Agent in spam-report: when unplugged, report to a
11713         file; when plugged, submit all the requests.
11714
11715         * spam.el (spam-register-routine): Fix message about
11716         registration.
11717
11718 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
11719
11720         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
11721         dependencies.
11722         (rfc2047-encode): Use it.
11723
11724         * gnus-art.el (gnus-button-marker-list): Move before first
11725         reference.
11726
11727         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
11728         (imap-parse-body): Fix format string mismatch.
11729
11730         * gnus-score.el (gnus-summary-increase-score): do.
11731
11732         * nnrss.el (nnrss-close): New function.
11733
11734 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
11735
11736         * nnrss.el (nnrss-make-filename): New function.
11737         (nnrss-request-delete-group, nnrss-read-server-data)
11738         (nnrss-save-server-data, nnrss-read-group-data)
11739         (nnrss-save-group-data): Use it.
11740         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
11741         (nnrss-read-server-data, nnrss-read-group-data): Use load.
11742         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
11743
11744 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
11745
11746         * mml.el (mml-compute-boundary-1): Don't uncompress files.
11747
11748 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
11749
11750         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
11751         files.
11752
11753         * message.el (message-generate-headers-first): Don't quote nil
11754         and t in docstrings.
11755
11756         * imap.el (imap-id): do.
11757
11758         * gnus-agent.el (gnus-agent-consider-all-articles)
11759         (gnus-agent-queue-mail): do.
11760
11761 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
11762
11763         * spam-report.el (spam-report-process-queue): New function.
11764         Process requests from `spam-report-requests-file'.
11765         (spam-report-process-queue): Doc fix.
11766
11767 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
11768
11769         * spam.el (spam-register-routine)
11770         (spam-log-processing-to-registry, spam-log-registered-p)
11771         (spam-log-unregistration-needed-p, spam-log-undo-registration):
11772         Change "check" to "spam-check" for semi-clarity.
11773
11774 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
11775
11776         * pop3.el: Require nnheader.
11777
11778         * mml-smime.el: Require cl.  Autoload message-fetch-field.
11779
11780         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
11781
11782         * gnus-picon.el: Require cl.
11783
11784         * gnus-fun.el: Require gnus-ems and gnus-util.
11785
11786         * gnus.el (gnus-method-to-server): Move defsubst before first use.
11787
11788         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
11789
11790         * gnus-art.el (gnus-article-edit-mode): Define before first
11791         reference.
11792
11793 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
11794
11795         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
11796         (gnus-uu-post-encoded): Use point-at-bol.
11797
11798         * gnus-topic.el (gnus-group-active-topic-p): do.
11799
11800         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
11801
11802         * gnus-group.el (gnus-group-kill-region): do.
11803
11804         * gnus-art.el (article-date-ut): do.
11805
11806         * message.el (message-fetch-field): Remove redundant
11807         case-fold-search binding.
11808         (message-narrow-to-field): Simplify.
11809
11810 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
11811
11812         * spam.el (spam-directory): Derive from `gnus-directory'.
11813
11814         * spam-report.el (spam-report-url-to-file)
11815         (spam-report-requests-file): New function and variable for offline
11816         reporting.
11817         (spam-report-url-ping-function): Add `spam-report-url-to-file'
11818         and user defined function.
11819         (spam-report-url-ping-mm-url): Remove doubled slash.
11820
11821 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
11822
11823         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
11824
11825 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
11826
11827         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
11828         format string mismatch.
11829
11830         * sieve.el (sieve-deactivate-all): do.
11831
11832         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
11833
11834         * nnlistserv.el (nnlistserv-kk-wash-article): do.
11835
11836         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
11837
11838         * mm-bodies.el (mm-7bit-chars): Don't include \r.
11839
11840 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
11841
11842         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
11843         the list of checks.
11844
11845 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
11846
11847         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
11848         padding.
11849
11850 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
11851
11852         * mm-view.el (mm-fill-flowed): New variable.
11853         (mm-inline-text): Use it.
11854
11855 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
11856
11857         * spam.el (spam-spamassassin-register-ham-routine)
11858         (spam-spamassassin-register-spam-routine): Fix function names.
11859
11860 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11861
11862         * gnus.el (gnus-tmp-grouplens): Remove.
11863         (gnus-summary-line-format): Remove grouplens.
11864
11865         * gnus-group.el (gnus-group-line-format): Ditto.
11866
11867         * gnus-spec.el (gnus-format-specs): Ditto.
11868         (gnus-update-format-specifications): Flush the group format spec
11869         cache if there's the grouplens stuff.
11870         (gnus-parse-simple-format): Replace %l with the empty string.
11871
11872 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
11873
11874         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
11875         omission.
11876
11877 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11878
11879         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
11880         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
11881
11882 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
11883
11884         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile,
11885         nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
11886         New macros and functions.
11887         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
11888         Handle > NLINK_MAX messages.
11889         * nnmaildir.el (nnmaildir-request-set-mark): Use
11890         nnmaildir--emlink-p and nnmaildir--eexist-p.
11891
11892 2004-01-25  Alex Schroeder  <alex@gnu.org>
11893
11894         * spam-stat.el (spam-stat-process-directory-age): New option.
11895         (spam-stat-process-directory): Use it.
11896
11897 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
11898
11899         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
11900         (spam-stat-save): Accept prefix argument.
11901
11902 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
11903
11904         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
11905         links" error.
11906
11907 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11908
11909         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
11910         the rest of the and/or forms.
11911
11912 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
11913
11914         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
11915         compatibility with old .newsrc.eld files.
11916
11917         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
11918
11919         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
11920
11921         * gnus-start.el (gnus-1): do.
11922
11923         * gnus-group.el (gnus-group-line-format-alist): do.
11924
11925         * gnus.el (gnus-use-grouplens, gnus-visual): do.
11926
11927         * gnus-gl.el: Remove.
11928
11929 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11930
11931         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
11932         marks consisting of a single range {for example, (3 . 5)} rather
11933         than a list of a single range { ((3 . 5)) }.
11934
11935 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
11936
11937         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
11938         with-current-buffer.
11939         (spam-stat-store-current-buffer): Use insert-buffer-substring to
11940         avoid consing a string.
11941
11942         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
11943         Remove obsolete entries for big5 and gb2312.
11944
11945 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11946
11947         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
11948         uncompressed list.
11949
11950 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
11951
11952         * spam-stat.el (spam-stat-strip-xref): New function.
11953         (spam-stat-process-directory): Use it.
11954
11955         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
11956         here -- it's done in message-fetch-field.
11957
11958 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
11959
11960         * gnus-agent.el (gnus-agent-queue-mail,
11961         gnus-agent-prompt-send-queue): New variables.
11962         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
11963         * gnus-draft.el (gnus-group-send-queue): Pass the group name
11964         "nndraft:queue" along to gnus-draft-send.  Use
11965         gnus-agent-prompt-send-queue.
11966         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
11967         is "nndraft:queue".  Suggested by Gaute Strokkenes
11968         <gs234@srcf.ucam.org>
11969
11970         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
11971         (agent-enable-undownloaded-faces): Added
11972         (gnus-agent-cat-groups): Use eval-and-compile, not
11973         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
11974         method of gnus-agent-cat-groups even when the buffer has been
11975         evaled.
11976         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
11977         delete gnus-agent-save-active-1.
11978         (gnus-agent-save-groups): Deleted.  Identical to
11979         gnus-agent-save-active.
11980         (gnus-agent-write-active): No longer adjust agent's copy of active
11981         file as agent's adjustments are now stored in their own
11982         file.  Removed optional parameter.
11983         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
11984         servers.  Add use of min/max range limits from server's local
11985         file.
11986         (gnus-agent-save-alist): Removed unused optional argument.
11987         (gnus-agent-load-local, gnus-agent-read-and-cache-local),
11988         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local),
11989         (gnus-agent-set-local): A per-server file that keeps min/max range
11990         limits for articles known to the agent.  Provides a fast mechanism
11991         for altering many active ranges.
11992         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
11993         active file (local makes it unnecessary).
11994         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
11995
11996         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
11997         (agent-enable-undownloaded-faces): Added
11998
11999         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
12000         disable it when sending to "nndraft:queue".
12001         (gnus-group-send-queue): Add safety check to avoid sending queue
12002         when unplugged.
12003
12004         * gnus-group.el (gnus-group-catchup): Use new
12005         gnus-sequence-of-unread-articles, not
12006         gnus-list-of-unread-articles, to avoid exhausting memory with huge
12007         numbers of articles.  Use gnus-range-map to avoid having to
12008         uncompress the unread list.
12009         (gnus-group-archive-directory,
12010         gnus-group-recent-archive-directory): Fixed invalid ange-ftp
12011         reference.
12012
12013         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
12014         (gnus-sorted-range-intersection): Intersection of two ranges
12015         without requiring that they first be uncompressed.
12016
12017         * gnus-start.el (gnus-activate-group): Unless blocked by the
12018         caller, possibly expand the active range to include both cached
12019         and agentized articles.
12020         (gnus-convert-old-newsrc): Rewrote in anticipation of having
12021         multiple version-dependent converters.
12022         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
12023         gnus-agent-save-active.
12024         (gnus-save-newsrc-file): Save dirty agent range limits.
12025
12026         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
12027         gnus-agent-possibly-alter-active.
12028         (gnus-adjust-marked-articles): Faster handling of simple lists
12029
12030 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
12031
12032         * spam-stat.el (spam-stat-test-directory): New optional argument
12033         displays a list of files detected.  Suggested by Andrew Cohen
12034         <cohen@andy.bu.edu>.
12035         (spam-stat-buffer-words-with-scores): Don't narrow and change
12036         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
12037
12038 2004-01-20  Hubert Chan <hubert@uhoreg.ca>:
12039
12040         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
12041         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
12042         (spam-spamassassin-arguments)
12043         (spam-spamassassin-spam-flag-header)
12044         (spam-spamassassin-positive-spam-flag-header)
12045         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
12046         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
12047         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
12048         (spam-list-of-processors, spam-list-of-checks)
12049         (spam-list-of-statistical-checks, spam-registration-functions)
12050         (spam-check-spamassassin-headers, spam-check-spamassassin)
12051         (spam-spamassassin-score)
12052         (spam-spamassassin-register-with-sa-learn)
12053         (spam-spamassassin-register-spam-routine)
12054         (spam-spamassassin-register-ham-routine)
12055         (spam-assassin-register-spam-routine)
12056         (spam-assassin-register-ham-routine): Add SpamAssassin support.
12057         (spam-bogofilter-score): Fix to show article before scoring.
12058
12059 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
12060
12061         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
12062         default scoring function.
12063         (spam-generic-score): Call spam-spamassassin-score if
12064         spam-use-spamassassin or spam-use-spamassassin-headers is on;
12065         spam-bogofilter-score otherwise.
12066
12067         * gnus.el (spam-process, spam-autodetect-methods): Add
12068         spamassassin and spamassassin-headers.
12069
12070 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
12071
12072         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12073         Suppress unnecessary messages.
12074
12075 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
12076
12077         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
12078         make-hash-table.
12079
12080 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12081
12082         * canlock.el (base64-encode-string): Don't autoload it.
12083
12084 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12085
12086         * run-at-time.el: Remove useless (require 'itimer),
12087         eval-and-compile and (featurep 'xemacs).
12088
12089 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
12090
12091         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
12092         GROUP is a virtual group.
12093
12094 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
12095
12096         * gnus.el: Autoload `message-y-or-n-p'.
12097
12098 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
12099
12100         * pgg-parse.el: Remove unnecessary (require 'custom).
12101
12102         * pgg-def.el: do.
12103
12104         * nnmail.el: do.
12105
12106         * gnus-undo.el: do.
12107
12108         * gnus-picon.el: do.
12109
12110         * gnus-util.el: do.
12111
12112 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
12113
12114         * gnus-sum.el (gnus-pick-line-number): Add autoload.
12115
12116 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12117
12118         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
12119         handle, as well as a list.
12120
12121         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
12122         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
12123         (mm-w3m-cid-retrieve): Simplify.
12124
12125 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
12126
12127         * message.el (message-kill-to-signature): Allow prefix arg to
12128         specify number of lines to keep before signature.
12129
12130 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
12131
12132         (message-kill-to-signature): Change docstring.
12133
12134 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12135
12136         * canlock.el: Always require sha1-el.
12137         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
12138
12139         * message.el: Autoload sha1 only when compiling.
12140
12141         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
12142         eudc-expand-inline for XEmacs.
12143
12144 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12145
12146         * message.el (message-canlock-generate): Require sha1-el.
12147
12148 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
12149
12150         * message.el (message-expand-name): Silence the byte compiler.
12151
12152         * lpath.el: Add detect-coding-system.
12153
12154         * dgnushack.el (dgnushack-compile): Remove obsolete check for
12155         cus-edit.
12156
12157 2004-01-13  Simon Josefsson  <jas@extundo.com>
12158
12159         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
12160         Invoke gnus-score-mode.  Reported by
12161         bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
12162
12163         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
12164         Jim Blandy <jimb@redhat.com> (tiny change).
12165
12166 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
12167
12168         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
12169
12170 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
12171
12172         * spam.el (spam-get-article-as-string): Update to use
12173         gnus-request-article-this-buffer, much simpler.
12174         (spam-get-article-as-buffer): Remove.
12175
12176 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
12177
12178         * message.el (message-expand-name): Use EUDC if the user uses
12179         that.
12180
12181 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
12182
12183         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
12184         character for the encoding to avoid consing a string.
12185
12186         * rfc2047.el (rfc2047-decode-string): Don't cons a string
12187         unnecessarily.
12188
12189         * mm-util.el (mm-replace-chars-in-string): Remove.
12190
12191         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
12192         of mm-replace-chars-in-string.
12193
12194 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
12195
12196         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new
12197         strings.
12198
12199         * mm-util.el (mm-subst-char-in-string): Support inplace.
12200
12201         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
12202         a new string in every iteration.  Use shy groups.
12203
12204 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
12205
12206         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
12207         (gnus-group-change-level, gnus-kill-newsgroup)
12208         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
12209         (gnus-get-unread-articles, gnus-make-articles-unread)
12210         (gnus-make-ascending-articles-unread): Use accessor
12211         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
12212         to get group information for improved readability.
12213
12214         * gnus-srvr.el (gnus-browse-unsubscribe-group): do.
12215
12216         * gnus-soup.el (gnus-soup-group-brew): do.
12217
12218         * gnus-msg.el (gnus-put-message): do.
12219
12220         * gnus-move.el (gnus-group-move-group-to-server): do.
12221
12222         * gnus-kill.el (gnus-batch-score): do.
12223
12224         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
12225         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
12226         (gnus-group-update-group, gnus-group-read-group)
12227         (gnus-group-make-group, gnus-group-make-help-group)
12228         (gnus-group-make-archive-group, gnus-group-make-directory-group)
12229         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
12230         (gnus-group-sort-by-unread, gnus-group-catchup)
12231         (gnus-group-unsubscribe-group, gnus-group-kill-group)
12232         (gnus-group-yank-group, gnus-group-set-info)
12233         (gnus-group-list-groups): do.
12234
12235         * gnus.el (gnus-generate-new-group-name): do.
12236
12237         * gnus-delay.el (gnus-delay-send-queue): do.
12238
12239         * nnvirtual.el (nnvirtual-catchup-group): do.
12240
12241         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
12242         do.
12243
12244         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
12245         (gnus-group-prepare-topics, gnus-topic-check-topology): do.
12246
12247         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
12248         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
12249         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
12250         (gnus-group-make-articles-read): do.
12251
12252 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
12253
12254         * gnus-art.el (article-decode-mime-words, article-babel)
12255         (gnus-article-highlight-signature, gnus-article-add-buttons)
12256         (gnus-signature-toggle): Use gnus-with-article-buffer.
12257
12258         * gnus-art.el (gnus-article-highlight-headers)
12259         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
12260
12261         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
12262         (gnus-article-set-globals, gnus-request-article-this-buffer)
12263         (gnus-button-message-id, gnus-article-maybe-hide-headers)
12264         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
12265         (gnus-mime-display-alternative): Use with-current-buffer.
12266
12267 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
12268
12269         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
12270         also under 80 char limit, and call gnus-error if needed.
12271         (spam-fetch-article-header): Fix - it was a
12272         buffer-local variable (gnus-newsgroup-data).
12273         (spam-find-spam): Use spam-generate-fake-headers, forget about
12274         spam-insert-fake-headers.
12275         (spam-insert-fake-headers): Remove.
12276
12277 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
12278
12279         * deuglify.el (gnus-article-outlook-unwrap-lines)
12280         (gnus-outlook-rearrange-article)
12281         (gnus-outlook-repair-attribution-outlook)
12282         (gnus-outlook-repair-attribution-block)
12283         (gnus-outlook-repair-attribution-other): Remove redundant
12284         save-excursion.
12285
12286 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
12287
12288         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
12289         (spam-fetch-field-subject-fast)
12290         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
12291         (spam-fetch-article-header): Add functions to deal with Gnus
12292         internals for fast retrieval of article header data.
12293         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
12294
12295 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
12296
12297         * pop3.el (pop3-md5): Remove.
12298         (pop3-apop): Replace pop3-md5 with md5.
12299
12300         * mm-bodies.el: base64 is always built-in.
12301
12302         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
12303         with-current-buffer.
12304
12305 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12306
12307         * canlock.el (canlock-insert-header): Remove excessive grouping in
12308         regexp.
12309
12310         * gnus-sum.el (gnus-summary-read-document): Ditto.
12311
12312         * gnus-uu.el (gnus-uu-part-number): Ditto.
12313
12314         * html2text.el (html2text-remove-tags): Ditto.
12315         (html2text-format-tags): Ditto.
12316         (html2text-format-single-elements): Ditto.
12317
12318         * mml.el (mml-parse-1): Ditto.
12319
12320 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
12321
12322         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
12323
12324         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
12325
12326         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
12327
12328         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
12329
12330 2003-11-15  Simon Josefsson  <jas@extundo.com>
12331
12332         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
12333         (pgg-gpg-lookup-key): Use regexp match instead of
12334         split-string (split-string is different between emacs 21.2 and
12335         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
12336
12337 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
12338
12339         * gnus-art.el (gnus-mime-view-all-parts)
12340         (gnus-article-part-wrapper, gnus-article-view-part): Use
12341         with-current-buffer.
12342
12343 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
12344
12345         * spam.el (spam-disable-spam-split-during-ham-respool)
12346         (spam-spamoracle-database, spam-cache-lookups)
12347         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
12348         (spam-group-ham-mark-p, spam-group-spam-mark-p)
12349         (spam-group-ham-marks, spam-group-spam-marks)
12350         (spam-group-spam-contents-p, spam-group-ham-contents-p)
12351         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
12352         also add spam-use-blackholes to the statistical checks.
12353         (spam-fetch-field-fast): Add interface to fetching fields, may
12354         become a macro.
12355         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
12356         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
12357         (spam-insert-fake-headers): Fake an article when needed.
12358         (spam-find-spam): Fake article when possible.
12359         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
12360         (spam-check-bogofilter-headers): Use message-fetch-field instead
12361         of nnmail-fetch-field.
12362
12363 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
12364
12365         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
12366
12367 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
12368
12369         * spam.el (spam-split): Do not require spam-use-CHECK to be
12370         enabled if that check is passed to spam-split explicitly; also
12371         fix so 'spam doesn't get converted to spam-split-group when
12372         spam-split-symbolic-return is t.
12373         (spam-find-spam): Find registrations of the article and use those
12374         instead of re-running spam-split to find the spam/ham
12375         classification of the article.
12376         (spam-log-processing-to-registry, spam-log-registered-p)
12377         (spam-log-unregistration-needed-p, spam-log-undo-registration):
12378         Use gnus-error instead of gnus-message.
12379         (spam-log-registration-type): Add function to determine the
12380         classification of a message based on registry entries; will
12381         return nil if both 'spam and 'ham are found.
12382         (spam-check-BBDB): Expand all the BBDB macros here so we can have
12383         a reasonably fast local cache without the loading errors.
12384         (spam-cache-lookups): Set to t by default.
12385         (spam-find-spam): Don't try to guess spam-cache-lookups.
12386         (spam-enter-whitelist, spam-enter-blacklist): Clear the
12387         spam-caches entry.
12388         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
12389         caching of whitelist/blacklist entries.
12390         (spam-check-whitelist, spam-check-blacklist): Invoke
12391         spam-from-listed-p with a type, not a cache variable.
12392         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
12393
12394 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
12395
12396         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
12397
12398         * nnmail.el (nnmail-split-fancy): do.
12399
12400         * mml.el (mml-parse): do.
12401
12402         * gnus-score.el (gnus-enter-score-words-into-hashtb)
12403         (gnus-score-adaptive): do.
12404
12405 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12406
12407         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
12408         (gnus-mime-button-map): Don't set keymap parent.
12409         (gnus-button-ctan-directory-regexp): Use shy grouping.
12410         (gnus-prev-page-map): Don't set keymap parent.
12411         (gnus-prev-page-map): Remove duplicated one.
12412         (gnus-next-page-map): Don't set keymap parent.
12413         (gnus-mime-security-button-map): Ditto.
12414
12415         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
12416         version number.
12417
12418         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
12419
12420 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12421
12422         * canlock.el (canlock-sha1-function): Remove.
12423         (canlock-sha1-function-for-verify): Remove.
12424         (canlock-openssl-program): Remove.
12425         (canlock-openssl-args): Remove.
12426         (canlock-ignore-errors): Remove.
12427         (canlock-sha1-with-openssl): Remove.
12428         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
12429         (canlock-verify): Don't use canlock-ignore-errors.
12430
12431         * sha1-el.el (sha1-string-external): Make it can return a string
12432         in binary form.
12433         (sha1-region-external): Ditto.
12434         (sha1-string-internal): Ditto.
12435         (sha1-region-internal): Ditto.
12436         (sha1-region): Ditto.
12437         (sha1-string): Ditto.
12438         (sha1): Ditto.
12439
12440 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12441
12442         * spam.el (spam-report-articles-gmane): New command.
12443
12444 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12445
12446         * gnus.el: Don't make unnecessary *Group* buffer when loading.
12447
12448         * run-at-time.el (run-at-time-saved): Remove.
12449         (run-at-time): Doc fix.
12450
12451 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
12452
12453         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
12454         (gnus-summary-limit-map): Add it.
12455         (gnus-summary-make-menu-bar): do.
12456
12457 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
12458
12459         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
12460         Make attempt at some caching support (done for BBDB only now).
12461         (spam-find-spam): Set spam-cache-lookups if there are more than 2
12462         addresses to be checked.
12463         (spam-clear-cache-BBDB): Add function, to be invoked by
12464         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
12465         (spam-check-BBDB): Check and use the caches, if
12466         spam-cache-lookups is on, remove superfluous (provide).
12467
12468 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
12469
12470         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
12471
12472 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
12473
12474         * run-at-time.el (run-at-time-saved): Move to after the definition
12475         of `run-at-time'.
12476
12477         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
12478
12479 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12480
12481         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
12482         mm-w3m-local-map-property.
12483
12484         * mm-view.el (mm-w3m-mode-map): Remove.
12485         (mm-w3m-local-map-property): Remove.
12486         (mm-inline-text-html-render-with-w3m): Don't use
12487         mm-w3m-local-map-property.
12488
12489 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12490
12491         * run-at-time.el: New file.
12492
12493         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
12494         under Emacs.
12495
12496         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
12497         of gnus-set-text-properties.
12498
12499         * gnus-uu.el (gnus-uu-save-article): Ditto.
12500
12501         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
12502
12503         * gnus-cite.el (gnus-cite-parse): Ditto.
12504
12505         * gnus-art.el (gnus-button-push): Use set-text-properties instead
12506         of gnus-.
12507
12508         * gnus-xmas.el (run-at-time): Require run-at-time.
12509
12510         * gnus.el: Changed calls to nnheader-run-at-time and
12511         password-run-at-time throughout to use run-at-time directly.
12512
12513         * password.el: Removed definition of run-at-time.
12514
12515         * nnheaderxm.el: Remove definition of run-at-time.
12516
12517 2004-01-05  Karl Pfl\e,Ad\e(Bsterer  <sigurd@12move.de>  (tiny change)
12518
12519         * mml.el (mml-minibuffer-read-disposition): Show attachment type
12520         in prompt.
12521
12522 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
12523
12524         * messagexmas.el (message-xmas-redefine): Alias
12525         `message-make-caesar-translation-table' to
12526         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
12527         version.
12528
12529         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
12530         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
12531         `gnus-xmas-set-text-properties'.
12532         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
12533         `gnus-xmas-completing-read'.
12534         (gnus-xmas-completing-read): Removed.
12535         (gnus-xmas-open-network-stream): Removed.
12536
12537         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
12538         XEmacs version.
12539
12540         * dns.el (dns-make-network-process): Use `open-network-stream'
12541         instead of `gnus-xmas-open-network-stream'.
12542
12543         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
12544
12545         * .cvsignore: Add auto-autoloads.el, custom-load.el.
12546
12547 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
12548
12549         * gnus-art.el (gnus-mime-display-alternative)
12550         (gnus-insert-mime-button, gnus-insert-mime-security-button)
12551         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
12552         Don't use gnus-local-map-property.
12553
12554         * gnus-util.el (gnus-local-map-property): Remove.
12555
12556         * mm-view.el (mm-view-pkcs7-decrypt): Replace
12557         gnus-completing-read-maybe-default with completing-read.
12558
12559         * gnus-util.el (gnus-completing-read): do.
12560         (gnus-completing-read-maybe-default): Remove.
12561
12562 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
12563
12564         * password.el: Only autoload `run-at-time' if not XEmacs.
12565         Only autoload the itimer functions if XEmacs.
12566
12567 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12568
12569         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
12570         XEmacsen.
12571
12572         * dgnushack.el: Autoload executable-find for XEmacs.
12573
12574 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
12575
12576         * gnus-art.el (gnus-read-string): Remove.
12577         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
12578         read-string.
12579
12580 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
12581
12582         * netrc.el: Autoload password-read.
12583         (netrc): Add configuration group.
12584         (netrc-encoding-method, netrc-openssl-path): Add
12585         variables for encoding and decoding of files with symmetric
12586         ciphers.
12587         (netrc-encode): Add assistant function to encode a file with
12588         netrc-encoding-method.
12589         (netrc-parse): Add interactive parameter, added optional
12590         decoding if netrc-encoding-method is non-nil but otherwise
12591         behavior is standard.
12592         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
12593         Do s/encode/encrypt/ everywhere.
12594
12595         * spam.el: Remove executable-find autoload.
12596
12597 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
12598
12599         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
12600
12601         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
12602
12603 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12604
12605         * gnus-art.el (gnus-treat-ansi-sequences,
12606         article-treat-ansi-sequences): New variable and function.
12607         Suggested by Dan Jacobson <jidanni@jidanni.org>.
12608
12609         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12610         Use it.
12611
12612 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
12613
12614         * mm-util.el (mm-quote-arg): Remove.
12615
12616         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
12617         shell-quote-argument.
12618
12619         * gnus-uu.el (gnus-uu-command): do.
12620
12621         * gnus-sum.el (gnus-summary-insert-pseudos): do.
12622
12623         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
12624         with make-char.
12625
12626         * mm-util.el (mm-make-char): Remove.
12627
12628         * mml.el (mml-mode): Replace gnus-add-minor-mode with
12629         add-minor-mode.
12630
12631         * gnus-undo.el (gnus-undo-mode): do.
12632
12633         * gnus-topic.el (gnus-topic-mode): do.
12634
12635         * gnus-sum.el (gnus-dead-summary-mode): do.
12636
12637         * gnus-start.el (gnus-slave-mode): do.
12638
12639         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
12640
12641         * gnus-ml.el (gnus-mailing-list-mode): do.
12642
12643         * gnus-gl.el (gnus-grouplens-mode): do.
12644
12645         * gnus-draft.el (gnus-draft-mode): do.
12646
12647         * gnus-dired.el (gnus-dired-mode): do.
12648
12649         * gnus-ems.el (gnus-add-minor-mode): Remove.
12650
12651         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
12652         Replace gnus-char-width with char-width.
12653
12654         * gnus-ems.el (gnus-char-width): Remove.
12655
12656         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
12657         Replace gnus-char-width with char-width.
12658
12659         * gnus-ems.el (gnus-char-width): Remove.
12660
12661         * spam-stat.el (with-syntax-table): Remove with-syntax-table
12662         definition.
12663         Remove Emacs 20 hash table compatibility code.
12664
12665         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
12666         20 compatibility code.
12667
12668         * spam.el (spam-point-at-eol): Replace with point-at-eol.
12669
12670         * smime.el (smime-point-at-eol): Replace with point-at-eol.
12671
12672         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
12673         with point-at-{eol,bol}.
12674
12675         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
12676
12677         * imap.el (imap-point-at-eol): Replace with point-at-eol.
12678
12679         * flow-fill.el (fill-flowed-point-at-bol,
12680         fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
12681
12682         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
12683         Replace with point-at-{eol,bol} throughout all files.
12684
12685 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12686
12687         * ntlm.el (ntlm-string-as-unibyte): New macro.
12688         (ntlm-build-auth-response): Use it.
12689
12690         Remove Emacs 20 stuff:
12691         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
12692         (butlast, mapc, remove): Remove the compiler macros.
12693         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
12694         of delq and copy-sequence.
12695         * gnus-art.el (popup-menu): Remove the compiler macro.
12696         * nnmail.el (nnmail-split-fancy): Don't support customizing with
12697         Emacs 20.
12698
12699 2004-01-05  Simon Josefsson  <jas@extundo.com>
12700
12701         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
12702         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
12703         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
12704         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
12705         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
12706         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
12707         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
12708         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
12709         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
12710         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
12711         ntlm-string-permute, string-lshift into ntlm-string-lshift,
12712         string-xor into ntlm-string-xor.  Suggested by
12713         Jesper Harder <harder@myrealbox.com>.
12714
12715         * ntlm.el: Don't include poem.
12716
12717         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
12718         Jesper Harder <harder@myrealbox.com>.
12719
12720         * sasl-ntlm.el, ntlm.el, md4.el: New files.
12721
12722         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
12723         probably breaks emacs with DL patch, but do we care? Is anyone
12724         still using the DL stuff?)
12725
12726         * sieve-manage.el: Use the password package.
12727         (sieve-manage-read-passwd): Remove.
12728         (sieve-manage-interactive-login): Use password.  Re-add
12729         condition-case around loop.
12730
12731         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
12732         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
12733         the password package.
12734
12735 2003-02-19  Simon Josefsson  <jas@extundo.com>
12736
12737         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
12738         token.
12739
12740 2002-08-07  Simon Josefsson  <jas@extundo.com>
12741
12742         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
12743         (sieve-manage-authenticators):
12744         (sieve-manage-authenticator-alist): Add some SASL mechs.
12745         (sieve-sasl-auth): New function.
12746         (sieve-manage-cram-md5-auth):
12747         (sieve-manage-plain-auth): Rewrite using SASL library.
12748         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
12749         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
12750         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
12751         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
12752
12753 2004-01-05  Simon Josefsson  <jas@extundo.com>
12754
12755         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
12756         New files.
12757
12758 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12759
12760         * gnus-group.el (gnus-no-groups-message): Update.
12761
12762         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
12763
12764 2003-11-09  Simon Josefsson  <jas@extundo.com>
12765
12766         * imap.el: Support for ID IMAP extension (RFC 2971).
12767         (imap-local-variables): Add imap-id.
12768         (imap-id): New variable.
12769         (imap-id): New function.
12770         (imap-parse-response): Parse untagged ID response.
12771         * nnimap.el (nnimap-id): New variable.
12772         (nnimap-open-connection): Use it.
12773
12774 2003-12-28  Simon Josefsson  <jas@extundo.com>
12775
12776         * gnus-score.el (gnus-score-edit-all-score): New.
12777         * gnus-group.el (gnus-group-score-map): Bind it to W e.
12778
12779 2004-01-04  Simon Josefsson  <jas@extundo.com>
12780
12781         * password.el: Add.
12782
12783 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
12784
12785         * dns.el: Add support for AAAA records (see RFC 3596)
12786
12787         * Fix typo PRT -> PTR
12788
12789         * Parse MX, PTR and SOA replies (see RFC 1035)
12790
12791 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12792
12793         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
12794
12795         * Moved to Changelog.2.
12796
12797 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12798
12799         * gnus.el (gnus-version-number): Bump version.
12800
12801 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12802
12803         * gnus.el: No Gnus v0.1 is released.
12804
12805 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12806
12807         * gnus.el: No Gnus v0.0 is released.
12808
12809 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12810
12811         * gnus.el (gnus-version-number): Bump.
12812         (gnus-version): No.
12813
12814 See ChangeLog.2 for earlier changes.
12815
12816     Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
12817
12818   This file is part of GNU Emacs.
12819
12820   GNU Emacs is free software; you can redistribute it and/or modify
12821   it under the terms of the GNU General Public License as published by
12822   the Free Software Foundation; either version 3, or (at your option)
12823   any later version.
12824
12825   GNU Emacs is distributed in the hope that it will be useful,
12826   but WITHOUT ANY WARRANTY; without even the implied warranty of
12827   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12828   GNU General Public License for more details.
12829
12830   You should have received a copy of the GNU General Public License
12831   along with GNU Emacs; see the file COPYING.  If not, write to the
12832   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
12833   Boston, MA 02110-1301, USA.
12834
12835 ;; Local Variables:
12836 ;; coding: iso-2022-7bit
12837 ;; fill-column: 79
12838 ;; add-log-time-zone-rule: t
12839 ;; End:
12840
12841 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4