* gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
[gnus] / lisp / ChangeLog
1 2013-07-10  David Engster  <deng@randomsample.de>
2
3         * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
4         if `gnus-newsrc-file-version' does not match `gnus-version'.  This
5         fixes a bug in Emacs trunk where the 'unexist' marks were always
6         removed at startup because "Gnus v5.13" was considered smaller than "Ma
7         Gnus v0.03".
8
9 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
10
11         * gnus.el (gnus-summary-line-format): Reference
12         `gnus-user-date-format-alist' for the &user-date; format, not
13         `gnus-summary-user-date-format-alist'.
14
15 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16
17         * nnml.el (nnml-request-compact-group): Don't bug out if we can't
18         delete files (bug#13481).
19
20 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
21
22         * gnus-registry.el (gnus-registry-remove-extra-data): New function.
23
24 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
25
26         * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
27         display images.
28
29         * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
30
31         * message.el (message-cancel-news): According to
32         <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
33         preferred over "cmsg cancel" in the Subject.
34
35         * nnir.el (nnir-engines): Note that the group specs are regexps
36         (bug#13238).
37
38         * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
39         gotten read-only text properties, ensure that those aren't heeded when
40         copying stuff over (bug#13434).
41
42         * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
43         (bug#13762).
44
45 2013-07-05  David Kastrup  <dak@gnu.org>
46
47         * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
48         authinfo file again (important for blank passwords).  This had been
49         broken with 2013-06-15 change.
50
51 2013-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
52
53         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
54         Revert 2013-01-14 change.
55
56 2013-07-02  Daiki Ueno  <ueno@gnu.org>
57
58         * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
59         of 'create-image' for XEmacs compatibility; check errors when decoding
60         image.  Reported by Uwe Brauer.
61
62 2013-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
63
64         * gnus-art.el (gnus-article-extend-url-button): Make it work again with
65         gnus-button-push revised at 2011-01-19.
66
67 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
68
69         * eww.el, shr.el, shr-color.el: Removed from the Gnus repository.  They
70         now live in the lisp/net Emacs 24 repository.
71
72 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
73
74         * eww.el (eww-update-header-line-format): Quote % characters.
75
76 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
77
78         * eww.el (eww-process-text-input): Display passwords as asterisks.
79
80         * shr.el (shr-make-table-1): Protect against invalid column-spans.
81
82 2013-06-19  Tom Tromey  <tromey@redhat.com>
83
84         * eww.el (eww-top-url): Remove.
85         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
86         (eww-render): Set new variables.  Don't set eww-top-url.
87         (eww-handle-link): Handle "prev", "home", and "contents".
88         Downcase the rel text.
89         (eww-top-url): Choose best top URL.
90
91 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
92
93         * eww.el: Rewrite to implement form elements "by hand" instead of
94         relying in widget.el.  Using widget.el leads to too many
95         user interface inconsistencies.
96         (eww-self-insert): Implement entering commands in text fields.
97         (eww-process-text-input): New function to make text input field editing
98         work.
99         (eww-submit): Rewrite to use the new-style form methods.
100         (eww-select-display): Display the correct selected item.
101         (eww-change-select): Implement changing the select value.
102         (eww-toggle-checkbox): Implement radio/checkboxes.
103         (eww-update-field): Fix compilation error.
104         (eww-tag-textarea): Implement <textarea>.
105
106         * shr.el (shr-urlify): Use `keymap' instead of `local-map' so that we
107         don't shadow mode-specific bindings.
108
109         * eww.el (eww-browse-url): Don't push stuff onto history if there's
110         nothing to push.
111
112         * shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
113
114 2013-06-19  Glenn Morris  <rgm@gnu.org>
115
116         * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
117
118 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
119
120         * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
121
122 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
123
124         * shr.el (shr-make-table-1): Implement <td rowspan>.
125         (shr-table-horizontal-line): Allow nil as a value, and change the
126         default.
127         (shr-insert-table-ruler): Respect the nil value.
128
129 2013-06-18  Tom Tromey  <tromey@barimba>
130
131         * eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
132         New defvars.
133         (eww-open-file): New defun.
134         (eww-render): Initialize new variables.
135         (eww-display-html): Handle "link" and "a".
136         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
137         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
138         (eww-back-url): Rename from eww-previous-url.
139         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url): New
140         defuns.
141
142 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
143
144         * shr.el (shr-tag-table): Insert the images after the table, so that
145         they're not covered by the table colourisation, which often looked
146         awkward.
147         (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
148         <dd>.
149         (shr-make-table-1): Implement <td colspan=> support.
150         (shr-insert-document): Use one less than window width if `shr-width' is
151         nil, since otherwise things may get one character too wide.
152
153 2013-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
154
155         * eww.el (eww-detect-charset): Improve regexp; move backward.
156
157 2013-06-18  Glenn Morris  <rgm@gnu.org>
158
159         * mm-decode.el (widget-convert-button): Autoload.
160
161         * sieve-manage.el (mm-enable-multibyte): Autoload.
162
163         * shr.el (libxml-parse-html-region): Declare.
164         (shr-render-buffer): Explicit error if no libxml2 support.
165
166 2013-06-17  Teodor Zlatanov  <tzz@lifelogs.com>
167
168         * auth-source.el (auth-source-current-line): New function.
169         (auth-source-netrc-parse-entries): When a data token is "machine",
170         assume we're in the wrong place and abort parsing the current line.
171
172 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
173
174         * eww.el (eww-tag-select): Don't render totally empty <select> forms.
175         (eww-convert-widgets): Don't bug out if the first widget starts at the
176         beginning of the buffer.
177         (eww-convert-widgets): Fix last patch.
178         (eww-tag-input): Support <input type=image>.
179
180         * shr.el (shr-insert-table): Respect border-collapse: collapse.
181         (shr-tag-base): Protect against base specs that are degenerate.
182         (shr-ensure-paragraph): Don't delete empty lines that have text
183         properties, because these may be input fields.
184
185         * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
186         we can navigate to them.
187
188         * shr.el (shr-colorize-region): Put the colours over the entire region.
189         (shr-inhibit-decoration): New variable.
190         (shr-add-font): Use it to inhibit text property decorations while doing
191         preliminary table renderings.  This speeds up typical Wikipedia page
192         renderings by 15%.
193         (shr-tag-span): Don't respect the <title>, because that overwrites the
194         help-echo from links inside the spans.
195         (shr-next-link): Use `help-echo' for navigation, so that we can
196         navigate to form elements, too.
197
198         * eww.el (eww-button): New face.
199         (eww-convert-widgets): Use it to make submit buttons more button-like.
200
201         * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
202         that Gnus commands work.
203
204         * shr.el (shr-render-td): Support horizontal alignment.
205
206         * eww.el (eww-put-color): Removed.
207         (eww-colorize-region): Use `add-face-text-property'.
208
209         * shr.el (shr-add-font): Append face data, so that we get the correct
210         precedence: The innermost value (which is applied first) wins.
211         (shr-make-overlay): Obsolete function.
212
213         * mm-decode.el (mm-convert-shr-links): New function to convert
214         new-style shr URL links into widgets.
215         (mm-shr): Use it.
216
217         * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
218         widget commands, since we're no longer using widgets for links.
219
220         * shr.el (shr-next-link): New command.
221         (shr-previous-link): New command.
222         (shr-urlify): Don't use `widget-convert', because that's slow.
223         (shr-put-color-1): Use `add-face-text-property' instead of overlays,
224         because collecting the overlays and reapplying them when generating
225         tables is slow.
226         (shr-insert-table): Ditto.
227
228 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
229
230         * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
231         * shr.el (browse-url): Require `url'.
232         * eww.el (url): Require format-spec.
233
234 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
235
236         * eww.el (eww-display-html): Default to using the entire window width.
237         (eww-browse-url): Don't add a User-Agent header (twice), because that
238         makes Bing refuse connection.
239
240         * shr.el (shr-make-table): Cache the table rendering at the table
241         level, and not the <td> level.  This is a bit faster.
242
243         * eww.el (eww-render): Go to the correct ID when given URLs ending with
244         #id.
245
246         * shr.el (shr-tag-li): Don't require a new paragraph, since other
247         browsers don't.
248         (shr-expand-url): Respect #anchor links.
249         (shr-parse-base): Chop off the anchor before using.
250         (shr-descend): Respect display: none.
251         (shr-descend): Allow marking elements that have certain IDs.
252
253         * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
254
255         * shr.el (shr-expand-url): Don't bug out on zero-length links.
256
257         * eww.el (eww-tag-textarea): Support <textarea>.
258
259 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
260
261         * shr.el (shr-dom-to-xml): Fixed function call.
262
263         * eww.el (eww): New group.
264         (eww-header-line-format): New custom variable.
265         (eww-current-title): New variable.
266         (eww-display-html): Update header and handle title tag.
267         (eww-update-header-line-format): New function.
268         (eww-tag-title): New function.
269
270         * shr.el (shr-dom-to-xml): New function.
271         (shr-tag-svg): Add support for the SVG tag.
272         (shr-bullet): New custom variable.
273         (shr-tag-li): Support custom bullet in unordered lists.
274
275 2013-06-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
276
277         * shr.el (shr-expand-url): Respect // URLs.
278
279         * eww.el (eww-tag-body): Override the shr body rendering so that we can
280         put a background colour onto the entire buffer.
281         (eww-render): When being redirected, use the redirect URL as the new
282         base URL.
283
284         * shr.el (shr-parse-base): Fix parsing error.
285
286         * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
287
288         * shr.el (shr-parse-base): New function.
289         (shr-expand-url): Use it to expand relative URLs reliably.
290
291 2013-06-15  Teodor Zlatanov  <tzz@lifelogs.com>
292
293         * auth-source.el (auth-source-search-collection): Fix docstring.
294         (auth-source-netrc-parse): Refactor and improve netrc parser to support
295         single-quoted strings and multiline entries.
296         (auth-source-netrc-parse-next-interesting)
297         (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
298         functions to support parser.
299
300 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
301
302         * eww.el (eww-submit): Get submit button logic right when hitting RET
303         on non-submit buttons.
304
305         * shr.el: Remove shr-preliminary-table-render, since that can't really
306         be used for anything in practice.
307
308 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
309
310         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
311         (sieve-manage-quit).
312
313 2013-06-14  Glenn Morris  <rgm@gnu.org>
314
315         * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
316
317 2013-06-14  David Edmondson  <dme@dme.org>  (tiny change)
318
319         * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
320         control the maximum size of photo ID image.
321         (mml2015-epg-key-image-to-string): Respect it.
322
323 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
324
325         * shr.el (shr-tag-table-1): Mark the preliminary table renderings
326         instead of the final one so that we can more easily distinguish them.
327
328         * eww.el (eww-submit): Compute the submission URL correctly.
329
330 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
331
332         * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
333         Use plist-get rather than CL's getf.
334         (sieve-manage-parse-capability): Avoid CL's remove-if.
335
336 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
337
338         * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
339         (sieve-manage-quit).
340
341 2013-06-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
342
343         * shr.el (shr-expand-url): Expansion should chop off the bits after the
344         last slash.
345
346         * eww.el (eww-tag-select): Use the first value as the default value.
347
348 2013-06-13  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
349
350         * eww.el (eww): Prepend urls with http:// if scheme is missing.
351         (eww-mode): Use `define-derived-mode'.
352         (eww-parse-headers): Parse headers from beginning of buffer so that
353         file:// links work.
354
355 2013-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
356
357         * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
358
359 2013-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
360
361         * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
362         to handle them at all.
363
364 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
365
366         * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
367         work, too.
368         (eww-tag-select): Implement <select>.
369
370 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
371
372         * sieve-manage.el (sieve-manage-open): work with STARTTLS: shorten
373         stream managing functions by using open-protocol-stream to do most of
374         the work.  Has the nice benefit of enabling STARTTLS.
375         Wait for capabilities after STARTTLS: following RFC5804, the server
376         sends new capabilities after successfully establishing a TLS connection
377         with the client. The client should update the cached list of
378         capabilities, but we just ignore the answer for now.
379         (sieve-manage-network-p, sieve-manage-network-open)
380         (sieve-manage-starttls-p, sieve-manage-starttls-open)
381         (sieve-manage-forward, sieve-manage-streams)
382         (sieve-manage-stream-alist): Remove unneeded functions neither in the
383         API, nor called by any other function.
384         Enable Multibyte for SieveManage buffers: The parser won't properly
385         handle umlauts and line endings unless multibyte is turned on in the
386         process buffer.
387
388 2013-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
389
390         * eww.el (eww-tag-input): Support password fields.
391         (eww-submit): Support POST.
392
393 2013-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
394
395         * eww.el (eww-tag-form): Protect against degenerate forms.
396
397         * shr.el (shr-expand-url): Expand URLs that start with a slash
398         correctly.
399
400         * eww.el (eww-submit): Get submit button logic right.
401
402         * shr.el (shr-final-table-render): New variable to signal when we're
403         doing the final table rendering so that we can collect more data at
404         that point.
405
406         * eww.el (eww-submit): Make form submission work.
407         (eww-tag-input): Implement submit buttons.
408         (eww-click-radio): Implement radio and checkboxes.
409         (eww-submit): Handle hidden elements.
410
411         * shr.el (shr-descend): Allow other packages to override (or provide)
412         rendering of elements.
413         (shr-expand-url): Strip query strings from URLs before expanding them.
414
415         * eww.el: Don't require cl-lib.
416         (eww-tag-form): Start form support.
417
418         * dgnushack.el (dgnushack-compile): Ignore eww on XEmacs.
419
420         * eww.el: Start writing a new, tiny web browser.
421         (eww-previous-url): New command.
422         (eww-quit): New command.
423
424 2013-06-10  Albert Krewinkel  <krewinkel@moltkeplatz.de>
425
426         * sieve.el: Put point at beginning of buffer when viewing a script.
427         (sieve-open-server): Respect the PORT parameter.  Show the correct port
428         number in sieve-buffer's header.  Fixed code to also work with a string
429         as port specifier. Properly close the connection on pressing 'q'.  Make
430         sieve-manage-quit close the connection and process buffer.  Also, remove
431         duplicate keybinding for 'q'.
432
433 2013-06-10  Roy Hashimoto  <roy.hashimoto@gmail.com>  (tiny change)
434
435         * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
436         make it easier to read.
437         (mm-pkcs7-enveloped-magic): Ditto.
438
439 2013-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
440
441         * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
442         before `image-type-available-p' to avoid loading the image libraries
443         needlessly.
444
445 2013-06-05  David Engster  <deng@randomsample.de>
446
447         * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
448         ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
449         to see whether the group was synced before.
450
451 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
452
453         * tls.el (open-tls-stream): Remove unneeded buffer contents up to point
454         when opening the connection.
455         Suggested by João Távora <joaotavora@gmail.com> in
456         <http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00464.html>.
457
458 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
459
460         * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
461         assume Date header begins with "Date", that may be customized into
462         something like "X-Sent" using gnus-article-time-format.
463         (article-transform-date): Allow multi-line Date header.
464
465 2013-06-02  David Engster  <deng@randomsample.de>
466
467         * registry.el (initialize-instance, registry-lookup)
468         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
469         (registry-lookup-secondary-value, registry-search, registry-delete)
470         (registry-insert, registry-reindex, registry-size, registry-prune): Do
471         not wrap methods in `eval-and-compile'.  This breaks due to latest
472         changes in EIEIO (introduction of eieio-core.el).
473
474 2013-05-30  Glenn Morris  <rgm@gnu.org>
475
476         * nnmail.el (nnmail-fancy-expiry-target):
477         Also bind mail-dont-reply-to-names.
478
479         * spam-stat.el (spam-stat-save):
480         No need to tweak font-lock in temp buffers.
481
482         * shr.el (shr-put-image): Silence compiler.
483
484 2013-05-29  Glenn Morris  <rgm@gnu.org>
485
486         * gnus-ems.el (set-process-plist): Every supported Emacs has this.
487
488         * gnus-group.el (gnus-sequence-of-unread-articles)
489         (gnus-summary-add-mark, gnus-mark-article-as-read)
490         (gnus-group-make-articles-read): Declare.
491
492         * gnus-sum.el (gnus-parameter-list-identifier)
493         (gnus-article-stop-animations, gnus-stop-downloads)
494         (gnus-article-only-boring-p, article-goto-body)
495         (gnus-flush-original-article-buffer, article-narrow-to-head)
496         (gnus-article-hidden-text-p, gnus-delete-wash-type)
497         (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
498
499         * gnus.el: No need to eval-and-compile autoloads.
500
501         * gravatar.el (help-function-arglist): Autoload.
502
503         * nnimap.el (gnus-refer-thread-use-nnir): Declare.
504
505         * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
506
507         * spam.el: No need to load spam-report when compiling.
508         No need to eval-and-compile autoloads.
509         (spam-report-resend-to): Declare.
510         (spam-report-resend-register-routine): Require 'spam-report.
511
512 2013-05-24  Julien Danjou  <julien@danjou.info>
513
514         * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
515         setup.
516
517 2013-05-23  Glenn Morris  <rgm@gnu.org>
518
519         * gnus-util.el (rmail-swap-buffers-maybe)
520         (rmail-maybe-set-message-counters, rmail-count-new-messages)
521         (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
522         (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
523
524         * mm-decode.el: No need to load term when compiling.
525         (term-mode, term-char-mode): Declare.
526
527         * mm-util.el: No need to load jka-compr when compiling.
528         (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
529
530         * nnmaildir.el: Require is automatically eval-and-compile.
531         (nnmail): Require at run-time too.
532
533         * registry.el (registry-size): Move definition before use.
534
535 2013-05-22  Daiki Ueno  <ueno@gnu.org>
536
537         * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
538         signed data to conform the standard.  (Bug#14232)
539
540 2013-05-20  Adam Sjøgren  <asjo@koldfront.dk>
541
542         * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
543         double angle quotation mark.
544
545 2013-05-20  Glenn Morris  <rgm@gnu.org>
546
547         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
548
549 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
550
551         * message.el (message-insert-formatted-citation-line): handle finding
552         first/lastname when more than 2 names appear.
553
554 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
555
556         * shr.el (shr-tag-span): New function.
557
558 2013-05-18  Glenn Morris  <rgm@gnu.org>
559
560         * message.el (message-mode): Use message-mode-abbrev-table,
561         with text-mode-abbrev-table as parent.  (Bug#14413)
562
563 2013-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
564
565         * message.el (message-expand-group): Decode group names.
566
567 2013-05-16  Julien Danjou  <julien@danjou.info>
568
569         * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
570         app-icon.
571
572 2013-05-15  Glenn Morris  <rgm@gnu.org>
573
574         * shr-color.el (shr-color-visible-luminance-min)
575         (shr-color-visible-distance-min): Use shr-color group.
576
577 2013-05-11  Glenn Morris  <rgm@gnu.org>
578
579         * gnus-vm.el: Make it loadable without VM.
580         (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
581         (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
582
583 2013-05-09  Glenn Morris  <rgm@gnu.org>
584
585         * mml1991.el: Make it loadable.  (Bug#13456)
586
587         * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
588         * gnus-async.el (gnus-async-post-fetch-function):
589         * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
590         * gnus-html.el (gnus-html-image-cache-ttl):
591         * gnus-notifications.el (gnus-notifications-timeout):
592         * gnus-picon.el (gnus-picon-properties):
593         * gnus-util.el (gnus-completion-styles):
594         * gnus.el (gnus-other-frame-resume-function):
595         * message.el (message-user-organization-file)
596         (message-cite-reply-position):
597         * nnir.el (nnir-summary-line-format)
598         (nnir-retrieve-headers-override-function):
599         * shr-color.el (shr-color-visible-luminance-min):
600         * shr.el (shr-blocked-images):
601         * spam-report.el (spam-report-resend-to):
602         * spam.el (spam-summary-exit-behavior): Fix custom types.
603
604         * gnus-salt.el (gnus-selected-tree-face): Fix default.
605
606 2013-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
607
608         * gnus-art.el (gnus-article-describe-bindings): Require help-mode
609         because of let-binding help-xref-following.  (Bug#14356)
610
611 2013-05-06  Glenn Morris  <rgm@gnu.org>
612
613         * mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
614
615 2013-05-04  Andrew Cohen  <cohen@bu.edu>
616
617         * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
618         entering into the registry.
619
620 2013-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
621
622         * gnus.el: Ma Gnus v0.7 is released.
623
624 2013-05-01  Katsumi Yamaoka  <yamaoka@jpl.org>
625
626         * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
627         (Bug#14304)
628
629 2013-04-27  Glenn Morris  <rgm@gnu.org>
630
631         * gnus.el (gnus-list-debbugs):
632         Use require rather than autoload.  (Bug#14262)
633
634 2013-04-27  Julien Danjou  <julien@danjou.info>
635
636         * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
637         port to "sieve" now that it has an official IANA port assigned.
638
639 2013-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
640
641         * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
642         Don't set the MAILHOST environment variable permanently (Bug#14271).
643
644 2013-04-26  Glenn Morris  <rgm@gnu.org>
645
646         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
647
648 2013-04-25  Andrew Cohen  <cohen@bu.edu>
649
650         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
651         string values of 'gcc-self. Thanks to Saroj Thirumalai.
652
653 2013-04-24  Andrew Cohen  <cohen@bu.edu>
654
655         * nnir.el (nnir-close-group): Make sure we are in the right group.
656
657         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
658         dependency table from all newly retrieved headers.
659
660 2013-04-16  David Edmondson  <dme@dme.org>
661
662         Support <img src="data:...">.
663
664         * shr.el (shr-image-from-data): New function.
665         (shr-tag-img): Use it.
666
667 2013-04-14  Andrew Cohen  <cohen@bu.edu>
668
669         * nnir.el (nnir-request-set-mark): Make sure we are in the right
670         group.
671
672 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
673
674         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
675         corresponding to any existing group (Bug#14166).
676
677 2013-04-10  Andrew Cohen  <cohen@bu.edu>
678
679         * nnir.el (number-sequence): No longer used.
680         (nnir-request-set-mark): New function.
681         (nnir-request-update-info): Improve marks updating.
682         (nnir-request-scan): Don't duplicate marks updating.
683         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
684         Use 'assq rather than 'assoc.  Quote anonymous function.
685         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
686         Use 'gnus-group-prefixed-p.
687         (gnus-summary-create-nnir-group): Make sure server for method is open.
688
689 2013-04-04  Andrew Cohen  <cohen@bu.edu>
690
691         * nnir.el (gnus-nnir-group-p): New function.
692         (nnir-possibly-change-group): Use it.
693
694         * gnus-msg.el (gnus-setup-message): Use it.
695
696 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
697
698         * mml.el (mml-minibuffer-read-description): Use `default' insted of
699         `initial-input' for the argument name.
700         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
701
702 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
703
704         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
705         (used by MH-E).
706
707 2013-04-01  Andrew Cohen  <cohen@bu.edu>
708
709         * nnir.el (nnir-request-update-mark): Improve mark updating in original
710         group.
711
712         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
713         fix compilation.
714
715 2013-03-31  Andrew Cohen  <cohen@bu.edu>
716
717         * nnir.el (nnir-method-default-engines): And another typo.
718
719 2013-03-30  Andrew Cohen  <cohen@bu.edu>
720
721         * nnir.el (nnir-method-default-engines): Fix typo.
722
723 2013-03-29  Andrew Cohen  <cohen@bu.edu>
724
725         * nnir.el: Define 'number-sequence for xemacs.
726         (gnus-summary-create-nnir-group): New function to create an nnir group
727         from an nnir summary buffer based on the current query.
728         (nnir-request-create-group): Update to allow nnir group creation based
729         on the current query.
730
731 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
732
733         * nndraft.el (nndraft-request-expire-articles):
734         Make expiry target always `delete'.
735
736 2013-03-27  Andrew Cohen  <cohen@bu.edu>
737
738         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
739         buffer use the posting-style and gcc of the original article group.
740         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
741
742         * nnir.el: Fix byte-compile warning.  nnoo-define-skeleton should come
743         after other deffoos.
744
745 2013-03-25  Andrew Cohen  <cohen@bu.edu>
746
747         * nnir.el: Major rewrite.  Cleaner separation between searches and group
748         management.  Marks are now shown in nnir summary buffers.  Rudimentary
749         support for real (i.e. not ephemeral) nnir groups.
750         (gnus-summary-make-nnir-group): New function for initiating searches
751         from a summary buffer.
752
753 2013-03-18  Sam Steingold  <sds@gnu.org>
754
755         * message.el (message-bury): Minor cleanup.
756
757 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
758
759         * gnus-cite.el: Specify utf-8, not iso-8859-1, for ASCII file.
760
761 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
762
763         * nndir.el (nndir-request-list): Remove 2nd argument passed to
764         nnml-request-list.  (Bug#13873)
765         (nndir-request-newsgroups): Remove, unused.
766
767         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
768
769 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
770
771         * deuglify.el, gnus-delay.el, gnus-spec.el, gnus-sum.el, html2text.el,
772         message.el, mm-decode.el, mml1991.el, nnir.el, shr.el, utf7.el:
773         Prefer UTF-8 when the encoding shouldn't matter and changes are small.
774
775 2013-03-03  Ted Phelps  <phelps@gnusto.com>
776
777         * shr.el: Make all the overlays set the `evaporate' property so that
778         they're removed properly.
779
780 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
781
782         * mml2015-el (mml2015-epg-key-image): wrap epg-gpg-program in
783         shell-quote-argument.
784
785 2013-02-22  David Engster  <deng@randomsample.de>
786
787         * gnus-registry.el (gnus-registry-save): Provide class name when
788         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
789         `condition-case' to stay compatible with older EIEIO versions which
790         only accept one argument.
791
792 2013-02-17  Daiki Ueno  <ueno@gnu.org>
793
794         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
795         (epg-user-id-validity): Autoload.
796         (mml2015-epg-check-user-id): New function.
797         (mml2015-epg-check-sub-key): New function split from
798         mml2015-epg-find-usable-key.
799         (mml2015-epg-find-usable-key): Accept context, name, usage, and
800         optional name-is-key-id, to handle the case when user-id is unusable.
801         Reported by Łukasz Stelmach <stlman@poczta.fm>.
802
803 2013-02-17  Glenn Morris  <rgm@gnu.org>
804
805         * shr.el (shr-put-image): Use image-multi-frame-p if available.
806
807 2013-02-16  Glenn Morris  <rgm@gnu.org>
808
809         * shr.el (shr-put-image): Only animate images that specify a delay.
810         This is consistent with the old image-animated-p behavior.
811
812 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
813
814         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
815         for XEmacs.
816
817 2013-02-13  Juri Linkov  <juri@jurta.org>
818
819         * gnus-art.el (gnus-article-mode-map):
820         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
821         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
822
823 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
824
825         * auth-source.el (auth-source-format-prompt): Don't get confused by
826         any "\" in replacement text.  (Bug#13637)
827
828 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
829
830         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
831         (gnus-backend-trace): Honour gnus-backend-trace.
832
833         * mml.el (mml-insert-part): Insert closing tag.
834
835         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
836
837 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
838
839         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
840         able to find the article, which can happen in debbugs groups,
841         apparently.
842
843 2013-01-16  Glenn Morris  <rgm@gnu.org>
844
845         * smiley.el (smiley-style): Make the file loadable in batch mode.
846
847 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
848
849         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
850         imap process running.
851
852 2013-01-14  Julien Danjou  <julien@danjou.info>
853
854         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
855         Compare addresses against addresses, not against the full From field.
856
857 2013-01-13  Richard Stallman  <rms@gnu.org>
858
859         * message.el (message-forward-make-body-mime): New args BEG, END
860         specify what part of FORWARD-BUFFER to use.  Do the work directly
861         instead of calling `mml-insert-buffer'.
862
863 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
864
865         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
866         cross-reference(s).
867
868         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
869         cross-reference(s).
870
871 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
872
873         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
874         and point-max-marker.
875         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
876
877 2013-01-11  Julien Danjou  <julien@danjou.info>
878
879         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
880         max are almost equal. Also return the correct value for V which is
881         already between 0 and 1.
882
883 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
884
885         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
886         to mml2015-encrypt-to-self.
887         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
888
889 2013-01-09  Daiki Ueno  <ueno@gnu.org>
890
891         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
892         mml-smime-epg-find-usable-secret-key.
893
894 2013-01-08  Glenn Morris  <rgm@gnu.org>
895
896         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
897
898 2013-01-07  Daiki Ueno  <ueno@gnu.org>
899
900         * mml-smime.el: Support signing by sender.
901         Requested by Uwe Brauer.
902         (mml-smime-sign-with-sender): New user option analogous
903         to mml2015-sign-with-sender.
904         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
905         (mml-smime-epg-find-usable-secret-key): New helper function copied from
906         mml2015.el.
907
908 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
909
910         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
911         isn't running, because Gnus will probably not know how to handle the
912         Gcc header (bug#11941).
913
914         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
915         articles.
916
917 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
918
919         * nnfolder.el (nnfolder-recursive-directory-files): New function.
920         (nnfolder-generate-active-file): Make this function work with recursive
921         folder names.
922
923 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
924
925         * nntp.el (nntp-open-connection): Use HELP as the capability command
926         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
927         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
928
929 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
930
931         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
932         place holder since this gives `Invalid face reference: nil' messages.
933         Use the `default' face instead.  It has the same effect here, even
934         though it is not no-op.
935
936         * gnus-util.el
937         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
938
939 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
940
941         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
942         non-string posting styles (bug#13285).
943
944 2012-12-27  Glenn Morris  <rgm@gnu.org>
945
946         * plstore.el (plstore-passphrase-callback-function):
947         Use plstore-get-file.
948
949 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
950
951         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
952         stderr.
953
954 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
955
956         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
957
958         * gnus-compat.el (set-buffer-multibyte): Remove.
959
960 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
961
962         * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
963         temporary file to get PGP key image.  Pass no-show-photos when
964         extracting image to avoid having it pop up twice.
965
966 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
967
968         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
969         eligible for treatment.
970
971         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
972         lines.  This makes summary commands with hidden threads work more
973         reliably.
974
975         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
976         button to mark the hidden citations (bug#9395).
977
978 2012-12-26  Daiki Ueno  <ueno@gnu.org>
979
980         * mml2015.el (mml2015-epg-signature-to-string): New function.
981         (mml2015-epg-verify-result-to-string): New function.
982         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
983         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
984         instead of epg-verify-result-to-string.
985         (epg-signature-key-id, epg-signature-to-string): Autoload.
986         (epg-verify-result-to-string): Remove autoload.
987
988 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
989
990         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
991         ID image from GPG public key.
992         (mml2015-epg-key-image-to-string): New function.
993
994 2012-12-25  Leo Liu  <sdl.web@gmail.com>
995
996         * plstore.el (plstore-passphrase-callback-function): Fix error when
997         error when plstore-cache-passphrase-for-symmetric-encryption is set
998         (bug#13264).
999
1000 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1001
1002         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
1003         buffer to the article buffer here, because that clobbers multiple
1004         article buffers.
1005
1006         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
1007         buffer always points to the right summary buffer.
1008
1009 2012-12-25  John Wiegley  <jwiegley@gmail.com>
1010
1011         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
1012         the password (bug#12097).
1013
1014 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1015
1016         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
1017         (bug#13263).
1018
1019         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
1020         buffer exists before using it (bug#12475).
1021
1022         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
1023         offline groups (bug#11937).
1024
1025         * message.el (message-yank-original): When using customize to set the
1026         value of `message-cite-style', the variable it set to a symbol that's
1027         the name of the variable, which must then be dereferenced (bug#12616).
1028
1029 2012-09-13  Wolfgang Jenkner  <wjenkner@inode.at>
1030
1031         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
1032         the `face' property with a list whose car is the face specified in the
1033         format string and whose cdr is (nil).
1034         * lisp/gnus-util.el
1035         (gnus-put-text-property-excluding-characters-with-faces):
1036         Change accordingly.
1037         (gnus-get-text-property-excluding-characters-with-faces): New function.
1038         * lisp/gnus-sum.el (gnus-summary-highlight-line):
1039         * lisp/gnus-salt.el (gnus-tree-highlight-node):
1040         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
1041
1042 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
1043
1044         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
1045         login methods.
1046         (nnimap-login): Respect the `nnimap-authenticator' variable.
1047
1048         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
1049         mark state when moving articles.  Otherwise unticked articles will get
1050         their ticks back after moving.
1051
1052 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
1053
1054         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
1055
1056         * message.el (message-ignored-news-headers): Always remove
1057         X-Message-SMTP-Method to avoid information leakage if the user
1058         mistakenly inserts the header into news messages.
1059
1060         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
1061
1062         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
1063         right than four characters, this command would move point to
1064         `point-max'.  Don't do that.
1065
1066         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
1067         to nil to allow re-selecting groups that gain articles.
1068         (gnus-bug-group-download-format-alist): Update the URL.
1069
1070 2012-12-23  Andreas Schwab  <schwab@suse.de>
1071
1072         * shr.el (shr-tag-em): Render em as italic, not bold.
1073
1074 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
1075
1076         * gnus-int.el (gnus-backend-trace): Factor out into its own function
1077         for reuse.
1078         (gnus-open-server): Use it to add more tracing.
1079         (gnus-finish-retrieve-group-infos): Add backend tracing.
1080         (gnus-backend-trace): Also note the elapsed seconds.
1081
1082 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
1083
1084         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
1085         Set epa-file-encrypt-to from variable to avoid querying.
1086
1087 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
1088
1089         * sieve-mode.el (sieve-font-lock-keywords):
1090         Keywords should be word delimited.  (Bug#13173)
1091
1092 2012-12-13  Andreas Schwab  <schwab@suse.de>
1093
1094         * tls.el (tls-program): Update customize type.
1095
1096 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1097
1098         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
1099         instead of <pre> to align message header.
1100
1101 2012-12-12  Sam Steingold  <sds@gnu.org>
1102
1103         * gnus.el (gnus-other-frame-resume-function): Add user option.
1104         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
1105
1106 2012-12-06  Sam Steingold  <sds@gnu.org>
1107
1108         * gnus-start.el (gnus-before-resume-hook): Add.
1109         (gnus-1): Run it when Gnus is alive.
1110
1111 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1112
1113         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
1114         * gnus-art.el (article-unsplit-urls)
1115         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1116         * gnus-registry.el (gnus-registry-get-article-marks)
1117         * message.el (message-goto-body): Use it.
1118         (message-called-interactively-p): Remove.
1119
1120         * spam-stat.el (spam-stat-called-interactively-p): New macro.
1121         (spam-stat-score-buffer): Use it.
1122
1123         * spam.el: Silence the warnings against BBDB functions when compiling.
1124
1125         * gnus-score.el (gnus-score-decode-text-parts):
1126         Use append+mapcar instead of the cl function mapcan.
1127
1128 2012-12-05  Sam Steingold  <sds@gnu.org>
1129
1130         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
1131         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
1132         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
1133
1134 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1135
1136         * gmm-utils.el (gmm-called-interactively-p): Revert.
1137         This seems to cause Emacs to get stuck!
1138         * gnus-art.el (article-unsplit-urls)
1139         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1140         * gnus-registry.el (gnus-registry-get-article-marks)
1141         * message.el (message-goto-body)
1142         (message-called-interactively-p): Revert.
1143
1144         * gmm-utils.el (gmm-called-interactively-p): New function.
1145         * gnus-art.el (article-unsplit-urls)
1146         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1147         * gnus-registry.el (gnus-registry-get-article-marks)
1148         * message.el (message-goto-body): Use it.
1149         (message-called-interactively-p): Remove.
1150
1151         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
1152         * gnus-sync.el (gnus-sync-lesync-call)
1153         * message.el (message-read-from-minibuffer): Use it.
1154
1155 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1156
1157         * gmm-utils.el (gmm-flet): Remove.
1158         * gnus-sync.el (gnus-sync-lesync-call)
1159         * message.el (message-read-from-minibuffer): Don't use it.
1160
1161 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1162
1163         * gmm-utils.el (gmm-labels): Use cl-labels if available.
1164
1165 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1166
1167         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
1168
1169         * gnus-sync.el (gnus-sync-lesync-call)
1170         * message.el (message-read-from-minibuffer): Use gmm-flet.
1171
1172         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
1173
1174         * gnus-util.el (gnus-macroexpand-all): Remove.
1175
1176 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
1177
1178         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
1179         to TAB, not [tab].
1180         (gnus-summary-article-map): Likewise.
1181
1182         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
1183         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
1184
1185 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
1186
1187         * time-date.el: Commentary fix.
1188
1189 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1190
1191         * color.el: Don't require cl.
1192         (color-complement): `caddr' -> `nth 2'.
1193
1194         * time-date.el (time-to-seconds): De-obsolete.
1195
1196 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1197
1198         * message.el (message-get-reply-headers):
1199         Make sure the reply goes to the author if it is a wide reply.
1200
1201 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
1202
1203         * gnus-score.el (gnus-score-body):
1204         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
1205         scoring by body.
1206
1207 2012-11-16  Glenn Morris  <rgm@gnu.org>
1208
1209         * gnus-diary.el (nndiary-request-create-group-functions)
1210         (nndiary-request-update-info-functions)
1211         (gnus-subscribe-newsgroup-functions)
1212         (nndiary-request-accept-article-functions):
1213         Use new names for hooks rather than obsolete aliases.
1214
1215 2012-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1216
1217         * dgnushack.el (define-obsolete-variable-alias): Simplify.
1218
1219 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1220
1221         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
1222         in meta tag with the one the part specifies in its header.
1223
1224 2012-10-25  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
1225
1226         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
1227         by default.
1228
1229 2012-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1230
1231         * dgnushack.el (define-compiler-macro): Add autoload for XEmacs 21.4
1232         and SXEmacs.  Suggested by Nelson Ferreira <nelson.ferreira@ieee.org>.
1233
1234 2012-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1235
1236         * dgnushack.el (define-obsolete-variable-alias): Add a compiler-marco
1237         and a runtime function for it, of which the XEmacs version takes only
1238         two arguments.
1239
1240 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1241
1242         * nndiary.el (nndiary-request-create-group-functions)
1243         (nndiary-request-update-info-functions)
1244         (nndiary-request-accept-article-functions):
1245         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
1246         "-hooks" suffix.
1247
1248 2012-10-19  Julien Danjou  <julien@danjou.info>
1249
1250         * gnus-art.el: Require gnus-util because it uses
1251         `gnus-timer--function'.
1252
1253 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1254
1255         * starttls.el (starttls-extra-arguments): Doc fix.
1256
1257 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1258
1259         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
1260         it.
1261
1262 2012-10-06  Glenn Morris  <rgm@gnu.org>
1263
1264         * gnus-notifications.el (gnus-notifications):
1265         Add missing group :version tag.
1266         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
1267         (gnus-gcc-post-body-encode-hook):
1268         * gnus-sync.el (gnus-sync-lesync-name)
1269         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
1270
1271 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
1272
1273         * color.el (color-hsl-to-rgb): Fix incorrect results for
1274         small and large hue values.  (Bug#12559)
1275
1276 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1277
1278         New UIDL implementation.
1279
1280         * mail-source.el (mail-sources, mail-source-keyword-map):
1281         Add :leave as a pop3 keyword.
1282         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
1283
1284         * pop3.el (pop3-leave-mail-on-server): Allow number.
1285         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
1286         (pop3-movemail): Add UIDL support.
1287         (pop3-send-streaming-command): Take a list of mail numbers instead of
1288         the number of mails.
1289         (pop3-write-to-file): Add X-UIDL header.
1290         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
1291         (pop3-uidl-add-xheader): New functions.
1292
1293         * message.el (message-ignored-resent-headers):
1294         Add X-Content-Length and X-UIDL headers.
1295
1296 2012-10-05  Glenn Morris  <rgm@gnu.org>
1297
1298         * color.el (color-name-to-rgb, color-rgb-to-hex)
1299         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
1300         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
1301         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
1302         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
1303
1304 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1305
1306         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
1307         a user about whether to delete temp files if once a user answered as n.
1308
1309 2012-09-25  Chong Yidong  <cyd@gnu.org>
1310
1311         * password-cache.el (password-read-and-add): Use a declare form to mark
1312         this function obsolete.
1313
1314 2012-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1315
1316         * lpath.el: Bind mail-encode-mml for old Emacsen.
1317
1318 2012-09-17  Richard Stallman  <rms@gnu.org>
1319
1320         * message.el (message-in-body-p): Don't set mark or modify buffer.
1321
1322         * mml.el (mml-attach-file): Doc fix.
1323         (mml-attach-external, mml-attach-buffer, mml-attach-file):
1324         Set mail-encode-mml when in Mail mode.
1325         Simplify code to set HEAD and move back to HEAD.
1326         (mml-insert-multipart, mml-insert-part):
1327         Set mail-encode-mml when in Mail mode.
1328
1329 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1330
1331         * gnus-util.el (gnus-timer--function): New function.
1332
1333         * gnus-art.el (gnus-article-stop-animations): Use it.
1334
1335 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
1336
1337         Fix glitches caused by addition of psec to timers.
1338         * gnus-art.el (gnus-article-stop-animations): Use timer--function
1339         rather than raw access to timer vector.
1340
1341 2012-09-11  Julien Danjou  <julien@danjou.info>
1342
1343         * gnus-notifications.el (gnus-notifications): Check for nil values in
1344         ignored addresses check.
1345
1346 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1347
1348         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
1349
1350 2012-09-07  Chong Yidong  <cyd@gnu.org>
1351
1352         * gnus-util.el
1353         (gnus-put-text-property-excluding-characters-with-faces): Restore.
1354
1355         * gnus-salt.el (gnus-tree-highlight-node):
1356         * gnus-sum.el (gnus-summary-highlight-line):
1357         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
1358
1359 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
1360
1361         * gnus-util.el: Fix compilation error on XEmacs 21.4.
1362
1363 2012-09-06  Juri Linkov  <juri@jurta.org>
1364
1365         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
1366         scheme for buffer names to be more consistent with other group and
1367         article buffer names in Gnus.
1368
1369 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
1370
1371         * gnus-util.el
1372         (gnus-put-text-property-excluding-characters-with-faces): Removed.
1373
1374         * gnus-compat.el: Define compat function `add-face' from Wolfgang
1375         Jenkner.
1376
1377         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
1378
1379         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
1380
1381         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
1382
1383 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1384
1385         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
1386         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
1387
1388         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
1389         string-prefix-p in Emacs >=23.2.
1390
1391         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
1392         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
1393         instead of string-match-p.
1394         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
1395
1396 2012-09-06  Kenichi Handa  <handa@gnu.org>
1397
1398         * qp.el (quoted-printable-decode-region): Fix previous change; handle
1399         lowercase a..f.
1400
1401 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
1402
1403         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
1404
1405 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
1406
1407         * nnimap.el (nnimap-request-move-article): Decode the group name when
1408         doing internal moves to avoid charset issues.
1409
1410         * gnus-demon.el (gnus-demon-init): Fixed regression when IDLE is t and
1411         TIME is set.
1412
1413 2012-09-05  Juri Linkov  <juri@jurta.org>
1414
1415         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
1416         than one group at a time (bug#11961).
1417
1418 2012-09-05  Julien Danjou  <julien@danjou.info>
1419
1420         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
1421         this hide the real reason with a message giving absolutely no hint.
1422
1423 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
1424
1425         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
1426         to the backend (bug#11804).
1427
1428         * message.el (message-insert-newsgroups): Don't insert newsgroup
1429         duplicates (bug#12275).
1430
1431 2012-09-05  John Wiegley  <johnw@newartisans.com>
1432
1433         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
1434         sieve rules.
1435
1436 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
1437
1438         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
1439         function.
1440
1441         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
1442
1443         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
1444
1445 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
1446
1447         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
1448         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
1449         This should make nnmaildir more usable with offlineimap.
1450
1451 2012-09-05  Julien Danjou  <julien@danjou.info>
1452
1453         * nnimap.el (nnimap-request-list): Revert change that made listing
1454         synchronous.
1455         (nnimap-get-responses): Restore.
1456
1457 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
1458
1459         * dgnushack.el: XEmacs 21.5 compilation fix.
1460
1461         * gnus-notifications.el (gnus-notifications-notify): Use it.
1462
1463         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
1464         warnings on XEmacs.
1465
1466 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
1467
1468         Better seeds for (random).
1469         * gnus-sync.el (gnus-sync-lesync-setup):
1470         * message.el (message-canlock-generate, message-unique-id):
1471         Change (random t) to (random), now that the latter is more random.
1472
1473 2012-08-31  Dave Abrahams  <dave@boostpro.com>
1474
1475         * nnimap.el (nnimap-change-group): Document result value
1476
1477         * auth-source.el (auth-sources): Fix macos keychain access.
1478
1479         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
1480         allow the backend `request-head' function to determine the group
1481         name on its own.
1482         (gnus-request-expire-articles): Filter out negative article numbers
1483         during expiry (Bug#11980).
1484
1485         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
1486         O(N^2) to O(N).  This makes warping into huge groups tolerable.
1487
1488         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
1489         you've found the article when you haven't.
1490
1491         * nnimap.el (nnimap-find-article-by-message-id): Account for the fact
1492         that nnimap-change-group can return t.
1493
1494 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1495
1496         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
1497
1498 2012-08-30  Julien Danjou  <julien@danjou.info>
1499
1500         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
1501         `gnus-notifications-timeout'.
1502         (gnus-notifications-timeout): Add.
1503         (gnus-notifications-action): New function.
1504         (gnus-notifications-notify): Add :action using
1505         `gnus-notifications-action'.
1506         (gnus-notifications-id-to-msg): New variable.
1507         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
1508         notifications id to messages.
1509
1510 2012-08-30  Kenichi Handa  <handa@gnu.org>
1511
1512         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
1513         once.
1514
1515 2012-08-29  Julien Danjou  <julien@danjou.info>
1516
1517         * gnus-notifications.el: New file.
1518         (gnus-notifications-notify): New function.
1519         (gnus-notifications): Use `gnus-notifications-notify'.
1520
1521 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1522
1523         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
1524         transfer encoding first; bind gnus-newsgroup-charset to the charset
1525         that the article specifies (Bug#12209).
1526
1527 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1528
1529         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
1530         (gnus-group-customize-done): Encode values posting-style holds.
1531
1532         * gnus-msg.el (gnus-summary-resend-message)
1533         (gnus-configure-posting-styles): Decode values posting-style group
1534         parameter holds.
1535
1536 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1537
1538         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
1539         `name' and `address' in Resent-From header.
1540
1541 2012-08-14  Chong Yidong  <cyd@gnu.org>
1542
1543         * gnus-art.el (article-display-face): Handle failure in
1544         gnus-create-image (Bug#11802).
1545
1546 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1547
1548         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
1549         Use defsetf.
1550
1551 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
1552
1553         * auth-source.el (auth-source-plstore-search)
1554         (auth-source-secrets-search): Ignore :require and :type in search spec.
1555
1556 2012-08-06  Julien Danjou  <julien@danjou.info>
1557
1558         * nnimap.el (nnimap-request-head): Resture to-buffer parameter, used by
1559         `nnimap-request-move-article'.
1560
1561         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1562         Remove autoload, already handled by gnus.el.
1563
1564         * nnimap.el (nnimap-request-head): Remove to-buffer argument.
1565
1566         * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
1567         supported by nnimap actually. Reverts previous change.
1568
1569         * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
1570         to mimic `gnus-request-article' and enjoy backends the nn*-request-head
1571         to-buffer argument that is already supported.
1572
1573 2012-08-05  Julien Danjou  <julien@danjou.info>
1574
1575         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1576         Add autoload.
1577
1578 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1579
1580         * gnus.el (gnus-valid-select-methods): Fix custom type.
1581
1582 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
1583
1584         * auth-source.el (auth-sources, auth-source-backend-parse)
1585         (auth-source-macos-keychain-search)
1586         (auth-source-macos-keychain-search-items)
1587         (auth-source-macos-keychain-result-append)
1588         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
1589         auth-source.el through the /usr/bin/security utility.
1590         (auth-sources): Fix syntax error.
1591         (auth-source-macos-keychain-result-append): Fix variable name.
1592         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
1593
1594 2012-07-27  Julien Danjou  <julien@danjou.info>
1595
1596         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
1597         Emacs < 24.1
1598
1599 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1600
1601         * message.el (message-kill-address): Don't kill last newline.
1602         (message-skip-to-next-address): Don't move to the next header.
1603         (message-fill-field-address): Work properly.
1604
1605 2012-07-25  Julien Danjou  <julien@danjou.info>
1606
1607         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
1608
1609 2012-07-24  Julien Danjou  <julien@danjou.info>
1610
1611         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
1612
1613         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
1614         (nntp-async-timer-handler): Remove, unused.
1615
1616         * nnimap.el (nnimap-get-responses): Remove, unused.
1617
1618         * nnheader.el (mail-header-set-extra): Remove, unused.
1619
1620         * netrc.el (netrc-find-service-number, netrc-store-data): Remove,
1621         unused.
1622
1623         * mm-view.el (mm-view-sound-file): Remove, unused.
1624
1625         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
1626         (mm-url-encode-multipart-form-data): Remove, unused.
1627
1628         * message.el (message-remove-signature, message-make-host-name)
1629         (message-fill-address): Remove, unused.
1630
1631         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
1632         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
1633         unused.
1634
1635         * gnus-xmas.el (gnus-xmas-highlight-selected-summary)
1636         (gnus-xmas-call-region): Remove, unused.
1637
1638         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
1639
1640         * gnus-util.el (gnus-extract-address-component-name)
1641         (gnus-extract-address-component-email, gnus-sortable-date)
1642         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
1643         (gnus-process-live-p): Remove, unused.
1644
1645         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
1646
1647         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
1648         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
1649         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
1650         function.
1651
1652         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
1653
1654         * gnus-score.el (gnus-summary-score-crossposting)
1655         (gnus-score-regexp-bad-p): Remove, unused.
1656
1657         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
1658
1659         * gnus-range.el (gnus-sublist-p): Remove, unused.
1660
1661         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
1662         unused.
1663
1664         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
1665
1666         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
1667         (gnus-request-associate-buffer): Remove, unused.
1668
1669         * gnus-group.el (gnus-group-set-method-info)
1670         (gnus-group-set-params-info): Remove, unused.
1671
1672         * gnus-fun.el (gnus-shell-command-to-string)
1673         (gnus-shell-command-on-region): Remove, unused.
1674
1675         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
1676
1677         * gnus-art.el (gnus-article-text-type-exists-p)
1678         (article-translate-characters, gnus-article-hide-text-of-type)
1679         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
1680         Remove, unused.
1681
1682 2012-07-22  Andrew Cohen  <cohen@bu.edu>
1683
1684         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
1685
1686 2012-07-21  Julien Danjou  <julien@danjou.info>
1687
1688         * message.el (message-dont-reply-to-names): Replace deprecated
1689         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
1690         (message-get-reply-headers): Ditto.
1691
1692 2012-07-18  Julien Danjou  <julien@danjou.info>
1693
1694         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
1695         `sieve-upload-and-kill'.
1696
1697         * sieve.el (sieve-bury-buffer): Remove function.
1698         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
1699         (sieve-upload-and-kill): New function, mapped to C-c C-c.
1700
1701 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
1702
1703         * shr.el (shr-expand-url): Handle URL starting with `//'.
1704
1705 2012-07-13  Chong Yidong  <cyd@gnu.org>
1706
1707         * smime.el (smime-certificate-info): Set buffer-read-only directly,
1708         instead of calling toggle-read-only with a (bogus) argument.
1709
1710 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
1711
1712         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
1713         of initial input when reading the author to restrict the summary to.
1714
1715 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1716
1717         * mm-decode.el (mm-shr):
1718         Allow overriding charset by mm-charset-override-alist.
1719
1720 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1721
1722         * gnus-art.el (gnus-article-view-part):
1723         Toggle subparts of multipart/alternative part.
1724
1725 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1726
1727         * shr.el (shr-render-buffer): New command.
1728         (shr-visit-file): Use it.
1729
1730 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1731
1732         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
1733         Set no-byte-compile and no-update-autoloads.
1734
1735 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1736
1737         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
1738
1739 2012-06-25  Julien Danjou  <julien@danjou.info>
1740
1741         * nnimap.el (nnimap-request-articles-find-limit): Rename from
1742         `nnimap-request-move-articles-find-limit' since we do not use it only
1743         for move operations.
1744         (nnimap-request-accept-article): Use
1745         `nnimap-request-articles-find-limit' to limit search by message-id.
1746
1747 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
1748
1749         Support higher-resolution time stamps (Bug#9000).
1750
1751         * time-date.el (with-decoded-time-value): New arg PICO-SYMBOL in
1752         VARLIST.  It's optional, for backward compatibility.
1753         (encode-time-value): New optional arg PICO.  New type 3.
1754         (time-to-seconds) [!float-time]: Support the new picoseconds
1755         component if it's used.
1756         (seconds-to-time, time-subtract, time-add):
1757         Support ps-resolution time stamps as well.
1758
1759 2012-06-19  Julien Danjou  <julien@danjou.info>
1760
1761         * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
1762
1763         * nnimap.el (nnimap-log-buffer): Check that
1764         `window-point-insertion-type' is boundp, since it's not available in
1765         XEmacs.
1766
1767 2012-06-19  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1768
1769         * nnimap.el (nnimap-log-buffer): Add this, setting
1770         `window-point-insertion-type' in the buffer to t.
1771         (nnimap-log-command): Use nnimap-log-buffer.
1772
1773 2012-06-19  Julien Danjou  <julien@danjou.info>
1774
1775         * nnimap.el (nnimap-find-article-by-message-id): Add an optional limit
1776         argument to be able to limit the search.
1777         (nnimap-request-move-article): Use `nnimap-request-move-articles-find-limit'.
1778         (nnimap-request-move-articles-find-limit): Add this to limit the search
1779         by Message-Id after a message move.
1780         (nnimap): Add defgroup.
1781
1782 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
1783
1784         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
1785
1786 2012-06-15  Julien Danjou  <julien@danjou.info>
1787
1788         * nnimap.el (nnimap-find-article-by-message-id): Use
1789         `nnimap-possibly-change-group' rather than its own EXAMINE call.
1790         (nnimap-possibly-change-group): Add read-only argument.
1791         (nnimap-request-list): Use nnimap-possibly-change-group rather than
1792         issuing EXAMINE manually.
1793         (nnimap-find-article-by-message-id): Use `nnimap-possibly-change-group'
1794         with read-only argument.
1795         (nnimap-change-group): Rename from `nnimap-possibly-change-group'. We
1796         cannot possibly change because we need to be sure that it's either
1797         read-write or read-only.
1798
1799 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1800
1801         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
1802         being bound to a lambda form.
1803
1804 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
1805
1806         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
1807         articles when fetch-old is non-nil (bug#11370).
1808
1809 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
1810
1811         * gnus-picon.el (gnus-picon-properties): New defcustom.
1812         (gnus-picon-create-glyph): Use it.
1813
1814 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1815
1816         * gnus-group.el (gnus-group-get-new-news): Respect
1817         `gnus-group-use-permanent-levels', as documented (bug#11638).
1818
1819 2012-06-10  Dave Abrahams  <dave@boostpro.com>
1820
1821         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
1822         groups (bug#11641).
1823
1824 2012-06-10  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
1825
1826         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
1827         is an integer to avoid later problems.
1828
1829 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1830
1831         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
1832         locales.
1833
1834         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
1835         on a handle.
1836
1837         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
1838         address as the default.
1839         (gnus-summary-insert-old-articles): Don't include unexistent messages.
1840
1841         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.  It
1842         makes no sense to query the user about internal files.
1843
1844         * gnus-spec.el: Remove all the byte-compilation stuff, since
1845         benchmarking shows that it doesn't help when entering large summary
1846         buffers.
1847
1848         * gnus-xmas.el (gnus-xmas-define): Remove.
1849
1850         * gnus-util.el (gnus-byte-code): Remove.
1851
1852         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
1853         grouplens stuff.
1854
1855 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1856
1857         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
1858         (bug#11514).
1859
1860 2012-06-07  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
1861
1862         * message.el (message-buffers): Return all buffers derived from Message
1863         to make `gnus-dired-attach' work with mu4e.
1864
1865 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1866
1867         * nntp.el: Stop the `letf' madness.
1868         (nntp--report-1): New var.
1869         (nntp-report): Merge nntp-report-1 into it.
1870         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
1871         the nntp-report function.
1872
1873         * auth-source.el: Fix comment-style to follow the convention.
1874
1875 2012-05-28  Daiki Ueno  <ueno@unixuser.org>
1876
1877         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
1878         (mm-dissect-singlepart): Don't guess the MIME type of
1879         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
1880         set.
1881         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
1882         toplevel MIME type is multipart/encrypted.
1883
1884 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1885
1886         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
1887         a string so that Gcc works (bug#11514).
1888
1889 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1890
1891         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
1892         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
1893
1894 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1895
1896         * gnus-win.el (gnus-configure-frame): Don't signal an error when
1897         jumping to *Server* from a dedicated *Group* window.
1898         (gnus-configure-frame): CSE.
1899
1900         * gnus-registry.el: Minor style cleanup.
1901         (gnus-registry--set/remove-mark): New function, extracted from
1902         gnus-registry-install-shortcuts.
1903         (gnus-registry-install-shortcuts): Use it.
1904
1905 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1906
1907         * nnspool.el (news-path): Use eval-and-compile.
1908
1909 2012-05-24  Glenn Morris  <rgm@gnu.org>
1910
1911         * nnspool.el (news-directory, news-path, news-inews-program):
1912         Move here from paths.el.  Don't see a need for these to be autoloaded.
1913
1914         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
1915         Merge in doc from paths.el version.  Don't see any need for this to be
1916         autoloaded, or for the warning about users not setting it.
1917
1918 2011-12-02  Wolfgang Jenkner  <wjenkner@inode.at>
1919
1920         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups"
1921         format.  In particular, add an optional argument and a docstring.
1922
1923         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
1924
1925         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
1926         current before calling `gnus-groups-to-gnus-format'.
1927         Note that this was already the case for `gnus-active-to-gnus-format'.
1928
1929 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
1930
1931         Fix minor Y10k bug.
1932         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
1933
1934 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1935
1936         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
1937         message once it's actually open.
1938
1939 2012-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1940
1941         * gnus.el: Ma Gnus v0.5 is released.
1942
1943 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1944
1945         * auth-source.el (auth-source--aput-1, auth-source--aput)
1946         (auth-source--aget): New functions and macros.
1947         Use them instead of aput/aget.
1948
1949 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
1950
1951         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
1952
1953 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
1954
1955         * plstore.el (plstore-called-interactively-p): New compat macro copied
1956         from message.el.
1957         (plstore-mode): Use it.
1958
1959 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
1960
1961         * plstore.el: Revive the editing feature.
1962         (plstore-mode): New mode to edit plstore file.
1963         (plstore-mode-toggle-display, plstore-mode-original)
1964         (plstore-mode-decoded): New command.
1965         (plstore--encode, plstore--decode, plstore--write-contents-functions)
1966         (plstore--insert-buffer, plstore--make): New function.
1967         (plstore-open, plstore-save): Simplify by using them.
1968
1969 2012-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1970
1971         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
1972
1973 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
1974
1975         * tls.el (open-tls-stream): Remove unused binding.
1976
1977 2012-04-16  Glenn Morris  <rgm@gnu.org>
1978
1979         * nndraft.el (nndraft-request-list): Fix declaration.
1980
1981 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1982
1983         * mm-decode.el (mm-dissect-buffer): Doc fix.
1984
1985         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
1986         don't have a current group.
1987
1988         * gnus-sum.el (gnus-handle-ephemeral-exit): Avoid creating the group
1989         buffer if it doesn't exist.
1990
1991         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config is
1992         given, mark the group as ephemeral with the current window conf.
1993
1994         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
1995         buffer exists, which it doesn't if we haven't started Gnus.
1996         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
1997
1998 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1999
2000         * mml.el (mml-generate-mime): Allow specifying what the top-level part
2001         type is.
2002
2003         * gnus-start.el (gnus-clean-old-newsrc): Remove totally bogus
2004         `unexists' entries.
2005         (gnus-clean-old-newsrc): Fix last checkin.
2006
2007         * nnimap.el (nnimap-update-info): None of the articles below the active
2008         low-water mark exist.
2009
2010         * dgnushack.el: Get rid of XEmacs compilation warning.
2011
2012         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
2013         would have gotten if we posted to the group, and use that to compare
2014         against the message we want to cancel (bug#10808).
2015
2016         * gnus-sum.el (gnus-auto-center-summary): `scroll-margin' isn't defined
2017         on XEmacs.
2018
2019 2012-04-10  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
2020
2021         * gnus-sum.el (gnus-auto-center-summary): Set default to respect
2022         `scroll-margin'.
2023
2024 2012-04-10  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
2025
2026         * gnus-cite.el (gnus-dissect-cited-text): A single line without
2027         citation prefix within a block of cited text should be considered part
2028         of that block *only* if it is a blank line.
2029
2030 2012-04-09  Chong Yidong  <cyd@gnu.org>
2031
2032         * binhex.el, hashcash.el, uudecode.el:
2033         Remove * characters from the front of variable docstrings.
2034
2035 2012-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2036
2037         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
2038         before kinsoku-bol characters nor within kinsoku-eol characters.
2039
2040 2012-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2041
2042         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
2043         (gnus-topic-create-topic, gnus-topic-enter-dribble): Silence compiler.
2044         (gnus-sync-read): Use mapc instead of mapcar.
2045
2046         * mm-archive.el: Require mm-decode for some macros.
2047         (gnus-recursive-directory-files, mailcap-extension-to-mime): Silence
2048         the byte compiler.
2049         (mm-archive-decoders): New function that returns the value of
2050         the mm-archive-decoders variable.
2051
2052         * mm-decode.el: Don't require mm-archive; autoload mm-archive functions
2053         instead.
2054         (mm-dissect-singlepart): Use the function mm-archive-decoders.
2055
2056         * nnimap.el (gnus-refer-thread-use-nnir):
2057         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
2058
2059 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2060
2061         * gnus-compat.el: Define `bound-and-true-p' for XEmacs.
2062
2063 2012-03-12  Peter Münster  <pmrb@free.fr>
2064
2065         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
2066         (gnus-demon-cancel): Ditto.
2067         (gnus-demon-run-callback): When function cannot be called due to low
2068         idleness, call it when idleness reaches the expected value, instead of
2069         waiting another timer period.
2070         (gnus-demon-init): Add `time' to arguments of call-back.
2071
2072 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2073
2074         * dgnushack.el: Bind `gnus-registry-enabled' for XEmacs.
2075
2076         * gnus.el: Register gnus-registry functions.
2077
2078         * gnus-registry.el (gnus-try-warping-via-registry): Moved here and
2079         indent.
2080
2081         * gnus-int.el (gnus-warp-to-article): Check whether the registry is
2082         enabled before warping.
2083
2084 2012-03-22  Dave Abrahams  <dave@boostpro.com>
2085
2086         * gnus-sum.el (gnus-summary-insert-subject): Record information in the
2087         registry about each article retrieved.
2088
2089         * gnus-int.el (gnus-select-group-with-message-id): New function.
2090         (gnus-try-warping-via-registry): Ditto.
2091         (gnus-warp-to-article): Fall back on the registry.
2092
2093 2012-03-22  Sergio Martínez  <samf0xb58@gmail.com>  (tiny change)
2094
2095         * nnimap.el (nnimap-request-scan): Allow `nnimap-inbox' to be a list of
2096         inboxes.
2097
2098 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2099
2100         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
2101
2102 2012-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2103
2104         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
2105         gnus-gcc-self-resent-messages may be a group parameter.
2106         (gnus-summary-resend-message): Don't encode encoded words in header
2107         when Gcc'ing resent message.
2108
2109 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2110
2111         * shr.el (shr-insert): Treat non-breaking space just like normal
2112         space.  This seems to produce more pleasing results.
2113         (shr-insert): Only insert a blank line if we're starting from an image.
2114         (shr-tag-br): Allow <br> to end lines or to make a single blank line.
2115         (shr-ensure-paragraph): Consider lines with white space to be blank.
2116
2117 2012-03-15  Elias Pipping  <pipping@lavabit.com>
2118
2119         * Makefile.in: Respect DESTDIR.
2120
2121 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
2122
2123         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
2124         and gnus-gcc-post-body-encode-hook.
2125
2126 2012-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2127
2128         * gnus-group.el (gnus-group-expire-articles-1): Don't try to expire
2129         messages that don't exist.
2130
2131         * gnus-sum.el (gnus-summary-expire-articles): Ditto.
2132
2133 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2134
2135         pgg-def.el, pgg-gpg.el, pgg-parse.el, pgg-pgp.el, pgg-pgp5.el, pgg.el:
2136         Remove.
2137
2138         dgnushack.el (pgg-snarf-keys-region): Remove autoload.
2139
2140         lpath.el (pgg-parse-crc24-string, pgg-parse-crc24): Remove declaration.
2141
2142 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2143
2144         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
2145         have a group name.
2146
2147         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
2148         a multibyte buffer (bug#7410).
2149         (article-wash-html): Parse the original article buffer to get the
2150         unencoded data (bug#7410).
2151
2152         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
2153         .newsrc.el files.
2154
2155 2012-04-05  Bastien Guerry  <bzg@altern.org>
2156
2157         * color.el (color-lighten-name): Fix typo.
2158
2159 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2160
2161         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
2162         "#" to avoid having them interpreted as comments.
2163
2164 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2165
2166         * shr.el (shr-insert): Update the text state properly to avoid
2167         inserting spurious paragraph starts.
2168
2169 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2170
2171         * shr.el (shr-table-widths): Divide the extra width more fairly over
2172         the TDs (bug#10973).
2173         (shr-render-td): Don't delete too much padding.
2174         (shr-natural-width): Compute the natural width more correctly.
2175         (shr-insert): Allow the natural width to be computed for tables again.
2176         (shr-tag-table-1): Rework how the natural widths are computed by
2177         rendering the table a third time.
2178         (shr-natural-width): Removed.
2179         (shr-buffer-width): New function.
2180         (shr-expand-newlines): Use it.
2181
2182         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
2183         using a `gnus-use-full-window' setup (bug#11013).
2184
2185 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2186
2187         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
2188         24.1 release.
2189
2190 2012-03-10  David Edmondson  <dme@dme.org>
2191
2192         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
2193         'Forwarded Message' header and the start of the message.
2194
2195 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2196
2197         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
2198         isn't running (bug#10897).
2199
2200 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2201
2202         * tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
2203         This is inconsistent with all the other stream functions, which leave
2204         the setting up to the higher levels (if so wanted) (bug#10931).
2205
2206 2012-02-28  Glenn Morris  <rgm@gnu.org>
2207
2208         * gmm-utils.el, gnus-agent.el, gnus-score.el, messagexmas.el,
2209         mm-decode.el: Standardize possessive apostrophe usage.
2210
2211 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2212
2213         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
2214
2215 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
2216
2217         * parse-time.el (parse-time-string): Allow extractor to return nil.
2218
2219 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2220
2221         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
2222
2223 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2224
2225         * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
2226
2227 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2228
2229         * mm-decode.el (mm-shr): Remove "soft hyphens".
2230
2231         * nnimap.el (nnimap-request-list): Return the group names encoded as
2232         utf8.  Otherwise non-European group names don't work.
2233         (nnimap-request-newgroups): Ditto.
2234
2235         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
2236         the default in `read-string' (bug#10757).
2237
2238         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
2239         topics (bug#10843).
2240
2241         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
2242         buffer.  Suggested by Herbert Valerio Riedel.
2243         (nnimap-request-move-article): Delete the message from the correct IMAP
2244         server.
2245
2246 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
2247
2248         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
2249         Reported by Peter Münster.
2250
2251 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
2252
2253         * shr.el (shr-image-fetched): Make sure we really kill the right
2254         buffer.
2255
2256 2012-02-16  Leo Liu  <sdl.web@gmail.com>
2257
2258         * gnus-start.el (gnus-1): Avoid duplicate entries.
2259
2260 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2261
2262         * imap.el: Remove.
2263
2264         * nntp.el (nntp-coding-system-for-read): Remove.
2265         (nntp-coding-system-for-write): Ditto.
2266         (nntp-open-connection): Just use `binary' directly.
2267
2268         * gnus-start.el (gnus-clean-old-newsrc): Delete `unexist' from pre-Ma
2269         Gnus 0.3.
2270
2271 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
2272
2273         * mm-decode.el (mm-dissect-singlepart): Guess what the type of
2274         application/octet-stream parts really is.
2275
2276         * gnus-sum.el (gnus-propagate-marks): Remove.
2277
2278 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
2279
2280         * shr.el (shr-rescale-image): Undo previous change; see
2281         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
2282
2283 2012-02-15  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2284
2285         * gnus.el: Ma Gnus v0.3 is released.
2286
2287 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2288
2289         * gnus-sum.el (gnus-summary-local-variables): Make
2290         `gnus-newsgroup-unexist' into a local variable.
2291
2292 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
2293
2294         * registry.el (registry-usage-test, registry-persistence-test): Move to
2295         tests/gnustest-registry.el.
2296         (registry-make-testable-db, registry-match-test)
2297         (registry-instantiation-test): Move to tests/gnustest-registry.el.
2298
2299         * gnus-registry.el (gnus-registry-misc-test)
2300         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
2301
2302         * tests/gnustest-registry.el: New file with the registry and
2303         gnus-registry ERT tests.
2304
2305 2012-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2306
2307         * gnus-msg.el (gnus-summary-resend-message): Make
2308         gnus-summary-resend-message-insert-gcc be last item in
2309         message-header-setup-hook.
2310
2311 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2312
2313         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
2314         (nnfolder-marks, nnfolder-marks-file-suffix, nnfolder-marks-modtime):
2315         Remove.
2316         (nnfolder-open-server): Don't use marks.
2317         (nnfolder-request-delete-group): Ditto.
2318         (nnfolder-request-rename-group): Ditto.
2319         (nnfolder-request-set-mark, nnfolder-request-marks)
2320         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
2321         (nnfolder-save-marks, nnfolder-open-marks): Remove.
2322
2323         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
2324         (nnml-marks-modtime): Remove.
2325         (nnml-request-delete-group): Don't use marks.
2326         (nnml-request-rename-group): Ditto.
2327         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
2328         (nnml-save-marks, nnml-open-marks): Remove.
2329
2330         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
2331         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
2332         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
2333         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
2334         (nntp-server-to-method-cache): Remove.
2335
2336         * shr.el (shr-rescale-image): Fix wrong merge.
2337
2338 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
2339
2340         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
2341         too-wide lines.
2342
2343 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2344
2345         * nnimap.el (nnimap-record-commands): New variable.
2346         (nnimap-log-command): Use it.
2347         (nnimap-make-process-buffer): Add a space to the process buffer.
2348         (nnimap-transform-headers): Don't bug out on header lines containing
2349         stuff that look like IMAP length encodings.
2350
2351         * shr.el (shr-rescale-image): Allow viewing large images.
2352
2353 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
2354
2355         * nnml.el (nnml-request-compact-group): Delete the marks file after
2356         compaction (bug#10800).
2357
2358         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
2359         group exit.
2360
2361         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
2362         QRESYNC/FETCH output.
2363
2364 2012-02-11  Glenn Morris  <rgm@gnu.org>
2365
2366         * sieve-manage.el (sieve-manage-default-stream):
2367         * shr.el (shr):
2368         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
2369         (nnir-retrieve-headers-override-function)
2370         (nnir-imap-default-search-key, nnir-notmuch-program)
2371         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
2372         (nnir-method-default-engines):
2373         * message.el (message-cite-reply-position):
2374         * gssapi.el (gssapi-program):
2375         * gravatar.el (gravatar):
2376         * gnus-sum.el (gnus-refer-thread-use-nnir):
2377         * gnus-registry.el (gnus-registry-unfollowed-addresses)
2378         (gnus-registry-max-pruned-entries):
2379         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
2380         * gnus-int.el (gnus-after-set-mark-hook)
2381         (gnus-before-update-mark-hook):
2382         * gnus-async.el (gnus-async-post-fetch-function):
2383         * auth-source.el (auth-source-cache-expiry):
2384         Add missing :version tags to new defcustoms and defgroups.
2385
2386 2012-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
2387
2388         * gnus-sum.el (gnus-adjust-marked-articles): Add to
2389         `gnus-newsgroup-unexist'.
2390
2391         * gnus.el (gnus-article-mark-lists): Add `unexist' to the list of
2392         marks.
2393         (gnus-article-special-mark-lists): Put the `unexist' in the special
2394         marks list instead.
2395
2396         * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
2397         articles in the list of articles to be selected.
2398
2399         * nnimap.el (nnimap-retrieve-group-data-early): Query for unexisting
2400         articles.
2401         (nnimap-update-info): Keep track of unexisting articles.
2402         (nnimap-update-qresync-info): Ditto.
2403
2404 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
2405
2406         * message.el (message-default-send-mail-function): Made into own
2407         function for reuse by emacsbug.el.
2408
2409 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
2410
2411         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
2412         `gnus-sloppily-equal-method-parameters' to avoid a warning.
2413
2414 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2415
2416         * mm-archive.el (mm-archive-dissect-and-inline): New function.
2417         (mm-archive-dissect-and-inline): Fix up the undisplayer.
2418
2419         * gnus-compat.el: Define `timer-set-function'.
2420
2421         * mm-decode.el (mm-display-external): Output the text from the command
2422         in the buffer after the command finished.  This makes text-based
2423         commands behave better.
2424
2425 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2426
2427         * gnus-compat.el: Add a compat for the old `url-retrieve'.
2428
2429 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2430
2431         * gnus-compat.el: Make `help-function-arglist' be compatible on Emacs
2432         23.1.
2433
2434 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2435
2436         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
2437
2438 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2439
2440         * message.el (smtpmail-smtp-user): Silence compiler warning.
2441
2442 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2443
2444         * message.el (message-multi-smtp-send-mail): Also allow specifying the
2445         SMTP user name.
2446
2447 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2448
2449         * gnus-sum.el (gnus-summary-show-thread):
2450         next-single-char-property-change may return nil in XEmacs.
2451         (gnus-summary-article-map): Fix typo.
2452
2453 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
2454
2455         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
2456         running.
2457
2458         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
2459
2460         * gnus.el (gnus-server-extend-method): Don't add an -address component
2461         if the method already has one (bug#9676).
2462
2463 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
2464
2465         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
2466         of an initial-input for consistency (bug#10757).
2467
2468         * dgnushack.el: Fix XEmacs compilation warning.
2469
2470         * shr.el: Inhibit getting and sending cookies when fetching pictures.
2471
2472         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
2473
2474 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2475
2476         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
2477         lines that are narrower than the window width.  Otherwise background
2478         "blocks" will look less readable.
2479
2480 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
2481
2482         * nnimap.el (nnimap-transform-headers): Remove unused variable.
2483         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
2484         have newlines within the strings, and where the UID comes after the
2485         BODYSTRUCTURE element (bug#10537).
2486
2487         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
2488         (bug#10732).
2489
2490         * shr.el (shr-insert-document): Add doc string.
2491         (shr-visit-file): Ditto.
2492         (shr-remove-trailing-whitespace): New function.
2493         (shr-insert-document): Use it to clean up trailing whitespace as the
2494         final step (bug#10714).
2495
2496 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2497
2498         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
2499         buffer if `gnus-kill-summary-on-exit' is nil.
2500
2501 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
2502
2503         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
2504         when just reading a single group from "without" Gnus.
2505
2506 2012-02-06  Chong Yidong  <cyd@gnu.org>
2507
2508         * gnus-sum.el (gnus-summary-show-thread):
2509         next-single-char-property-change never returns nil (Bug#8657).
2510
2511 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
2512
2513         * message.el (message-multi-smtp-send-mail): New function.
2514         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
2515         header to implement multi-SMTP functionality.
2516
2517         * gnus-agent.el (gnus-agent-send-mail-function): Removed.
2518         (gnus-agentize): Don't set it.
2519         (gnus-agent-send-mail): Don't use it.
2520
2521         * gnus-sum.el (gnus-summary-widget-backward): New function and
2522         keystroke.
2523
2524         * gnus-compat.el: More the compat functions more compatible.
2525
2526         * shr.el (shr-put-image): Remove underlines from sliced images.
2527         (shr-zoom-image): Compute the region to be replaced more correctly.
2528
2529 2012-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2530
2531         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
2532         (gnus-summary-resend-message-insert-gcc): New function.
2533         (gnus-summary-resend-message): Modify message-header-setup-hook and
2534         message-sent-hook to make it work for Gcc.
2535         (gnus-inews-do-gcc): Update the number of unread articles of groups
2536         that messages are Gcc'd to.
2537
2538         * message.el (message-resend): Run message-sent-hook to do Gcc.
2539
2540 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2541
2542         * lpath.el: Fix an XEmacs compilation warning.
2543
2544         * gnus-compat.el: Require `help-fns' to fix compilation error.
2545
2546         * gnus-registry.el (gnus-registry-fixup-registry): Move the message to
2547         a higher level to silence compilation.
2548
2549         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
2550         parameter to allow controlling the scaling.
2551
2552         * shr.el (shr-zoom-image): New command and keystroke.
2553         (shr-put-image): Take a `size' flag to say how to scale the image.
2554
2555         * gnus-compat.el: Redefine `delete-directory' to provide recursive
2556         deletion unless already defined.
2557
2558         * gnus.el (gnus-compat): Require it.
2559
2560         * gnus-compat.el: New file.
2561
2562         * gnus-start.el (gnus-clean-old-newsrc): New function.
2563         (gnus-read-newsrc-file): Use it.
2564
2565         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
2566         Use recursive deletion.
2567         (mm-dissect-archive): Add support for zip files.
2568
2569         * gnus-util.el (gnus-recursive-directory-files): New function.
2570
2571         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
2572         (mm-archive-decoders): Add tgz support.
2573
2574         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
2575         Otherwise inserting text into the Gnus buffer can look odd.
2576
2577         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
2578
2579         * mm-archive.el (mm-archive-decoders): Add support for tar.
2580
2581         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
2582
2583         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
2584
2585 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2586
2587         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
2588
2589         * mm-archive.el: New file.
2590
2591         * mm-decode.el (mm-dissect-singlepart): Use it to decode ms-tnef files.
2592
2593         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
2594
2595         * message.el (message-goto-*): Make all the `message-goto-*' commands
2596         push the mark before moving point.  This makes it easier to go back to
2597         where you came from after editing whatever you jumped to.
2598
2599 2012-01-31  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2600
2601         * gnus.el: Ma Gnus v0.1 is released.
2602
2603 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
2604
2605         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
2606         without reconnecting.
2607         (nnimap-possibly-change-group): Ditto.
2608         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
2609         connection has died before being called.
2610
2611 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
2612
2613         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
2614         an initial sync unless we're really doing one.
2615
2616         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
2617         address parameter if one already exists (bug#9676).
2618
2619         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
2620         not the prefix, as documented (bug#10689).
2621
2622 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
2623
2624         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
2625         the "server".
2626
2627         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
2628         the real error message with the useless "previously known to be down".
2629         Which isn't even correct.
2630
2631         * nntp.el (nntp-open-connection): Report the error message if the nntp
2632         server can't be reached.
2633
2634         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
2635         groups we do a total scan for.
2636         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
2637         doing that.
2638
2639 2012-01-31  Jim Meyering  <jim@meyering.net>
2640
2641         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
2642         Correct a comment (insert "not") and hide nominally-doubled "to".
2643
2644 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
2645
2646         * gnus.el (gnus-version): Change name to "Ma Gnus".
2647
2648 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
2649
2650         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
2651         section in the manual.
2652
2653 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
2654
2655         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
2656         words.
2657         (rfc2047-encode-string): Ditto.
2658         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
2659         understand folded filename="..." parameters, for instance.
2660
2661         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
2662         the message for greater debuggability.
2663
2664 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
2665
2666         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
2667         instead of setting it locally, since the latter doesn't seem to have
2668         any effect (most of the time).
2669
2670 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
2671
2672         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
2673         function call.
2674
2675 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
2676
2677         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
2678         seconds, and make the repeat clause with HH:MM specs work as
2679         documented.
2680
2681 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2682
2683         * proto-stream.el (proto-stream-capability-open): Fall back on
2684         :end-of-command if :end-of-capability doesn't exist.
2685
2686 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2687
2688         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
2689         bound globally in old Emacsen and XEmacsen.
2690
2691 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
2692
2693         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
2694         so that previous errors don't prohibit getting new news.
2695
2696         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
2697
2698         * nntp.el (nntp-retrieve-group-data-early): Ditto.
2699
2700 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
2701
2702         * gnus.el (gnus-group-find-parameter): Check for liveness of the
2703         buffer, not of the string which is its name.
2704
2705 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2706
2707         * proto-stream.el (proto-stream-capability-open): Wait for
2708         :end-of-capability, not :end-of-command.
2709
2710         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
2711         non-server-marks groups.
2712         (gnus-group-make-articles-read): Ditto.
2713
2714         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
2715         methods (bug#9676).
2716
2717         * gnus.el (gnus-method-ephemeral-p): New function.
2718
2719 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2720
2721         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
2722         left-to-right.
2723
2724 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
2725
2726         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
2727         warning.
2728
2729 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
2730
2731         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
2732         macroexpand the nnir things, since they haven't been defined yet, and
2733         nnir requires gnus-sum.
2734
2735 2012-01-24  Julien Danjou  <julien@danjou.info>
2736
2737         * color.el (color-rgb-to-hsl): Fix value computing.
2738         (color-hue-to-rgb): New function.
2739         (color-hsl-to-rgb): New function.
2740         (color-clamp, color-saturate-hsl, color-saturate-name)
2741         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
2742         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
2743
2744 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2745
2746         * mm-decode.el (mm-interactively-view-part): Fix prompt.
2747
2748 2012-01-19  Julien Danjou  <julien@danjou.info>
2749
2750         * color.el (color-name-to-rgb): Use the white color to find the max
2751         color component value and return correctly computed values.
2752         (color-name-to-rgb): Add missing float conversion for max value.
2753
2754 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
2755
2756         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
2757         logical server name in addition to the actual machine address.
2758
2759         * auth-source.el (auth-source-user-and-password): Add convenience
2760         wrapper to search by just host and optionally user.
2761
2762 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2763
2764         * shr.el (shr-visit-file): Move point to the beginning of the buffer
2765         after rendering.
2766
2767 2012-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
2768
2769         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
2770         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
2771         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
2772
2773 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2774
2775         * gnus-sum.el (gnus-summary-read-group): Document more parameters
2776         (bug#9693).
2777         (gnus-summary-setup-buffer): Document return value (bug#9697).
2778
2779         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
2780         since ido doesn't work on symbols (bug#9632).
2781
2782         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
2783         when getting a single value as when getting all the values.  This means
2784         that atoms like `gcc-self' work cumulatively, like variable settings,
2785         instead of getting the value from the last matching clause.
2786         (gnus-group-find-parameter): Protect against the group buffer not
2787         existing (bug#9585).
2788
2789 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2790
2791         * gnus-start.el (gnus-activate-group): Document more parameters
2792         (bug#9694).
2793
2794         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
2795         (bug#9692).
2796
2797         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
2798         article was fetched, so that it can be expired later (bug#9958).
2799         (gnus-agent-summary-fetch-series): Add doc string.
2800         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
2801         (bug#9517).
2802
2803         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
2804         retrieval is happening.
2805
2806         * gnus.el (gnus-parameters): Doc fix.
2807
2808 2012-01-06  Dave Abrahams  <dave@boostpro.com>
2809
2810         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
2811         show the thread after expansion.
2812
2813 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2814
2815         * gnus-art.el (article-narrow-to-head): If the head is completely
2816         empty, narrow to the empty region (bug#9764).
2817
2818         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
2819         read, and then mark them as unread only when the unread mark is used.
2820         This makes `C-- T k' actually work, even though it's confusing.
2821
2822         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
2823         alive before we try to find its window.
2824
2825 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
2826
2827         * mm-decode.el (mm-display-external): Use a longer timeout for the
2828         deletion to allow slow programs to display the file.
2829
2830 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2831
2832         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
2833         prompt to be less confusing.
2834
2835         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
2836         argument to `message-reply'.  This broke `special-display-*' frame
2837         pop-uping (bug#10238).
2838
2839 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2840
2841         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
2842         systems, since these allegedly don't work there.
2843
2844 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
2845
2846         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
2847         live buffer.
2848
2849 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2850
2851         * nnir.el (nnir-retrieve-headers): Protect against the article not
2852         existing on the server (bug#10335).
2853
2854 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
2855
2856         * gnus-agent.el (gnus-agent-load-local): Recompute
2857         gnus-agent-article-local on changing method.
2858
2859 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2860
2861         * gnus.el (gnus-parameters): Note precedence.
2862
2863 2012-01-04  Leo Liu  <sdl.web@gmail.com>
2864
2865         * nndraft.el (nndraft-update-unread-articles): Don't move point around
2866         in the group buffer.
2867
2868 2012-01-04  Julien Danjou  <julien@danjou.info>
2869
2870         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
2871         change.
2872
2873 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2874
2875         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
2876         too.
2877
2878         * nntp.el (nntp-retrieve-group-data-early): Use it.
2879
2880 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2881
2882         * nntp.el (nntp-retrieval-in-progress): New variable.
2883         (nntp-make-process-buffer): Make it buffer-local.
2884
2885         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
2886         2010.
2887         (gnus-demon-init): Use it to compute the time if time is on the form
2888         "04:23".
2889
2890         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
2891
2892         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
2893         status in the correct buffer.
2894
2895 2012-01-03  Leo Liu  <sdl.web@gmail.com>
2896
2897         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
2898         when opening topics (bug#10407).
2899
2900 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
2901
2902         * gnus-cus.el (gnus-score-customize):
2903         * gnus-sum.el (gnus-sort-gathered-threads):
2904         * message.el (message-shorten-references):
2905         * nnmairix.el (nnmairix-request-group):
2906         * uudecode.el (uudecode-decode-region-internal): Spelling fix.
2907
2908 2011-12-29  Paul Eggert  <eggert@cs.ucla.edu>
2909
2910         * gnus-agent.el (gnus-agent-regenerate-group):
2911         * gnus-int.el (gnus-retrieve-group-data-early):
2912         * mm-util.el (mm-codepage-ibm-list):
2913         * nndiary.el (Commentary, nndiary-get-new-mail):
2914         * nnir.el (nnir):
2915         * pgg-parse.el (pgg-parse-symmetric-key-algorithm-alist): Spelling fix.
2916
2917 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2918
2919         * mm-view.el (mm-display-inline-fontify): Add comment.
2920
2921 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
2922
2923         * nndiary.el (nndiary-parse-schedule-value, nndiary-parse-schedule):
2924         * ntlm.el (ntlm-smb-dohash): Spelling fix.
2925
2926 2011-12-19  Paul Eggert  <eggert@cs.ucla.edu>
2927
2928         * gnus-art.el (gnus-split-methods):
2929         * gnus-msg.el (gnus-configure-posting-styles):
2930         * gnus-spec.el (gnus-parse-simple-format):
2931         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2932         * message.el (message-do-actions): Spelling fix.
2933
2934 2011-12-15  Juri Linkov  <juri@jurta.org>
2935
2936         * mm-decode.el (mm-inline-media-tests): Add missing
2937         `mm-handle-media-subtype'.
2938
2939 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
2940
2941         * gnus-group.el (gnus-group-tool-bar):
2942         * gnus-sum.el (gnus-summary-tool-bar):
2943         * message.el (message-tool-bar):
2944         * rfc2231.el (rfc2231-parse-string): Spelling fix.
2945
2946 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
2947
2948         * plstore.el (plstore--insert-buffer): Spelling fix.
2949
2950 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
2951
2952         * message.el (message-valid-fqdn-regexp): Update with newly approved
2953         top-level domain names ".tel" and ".asia".
2954
2955 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2956
2957         * gnus-sum.el (gnus-summary-show-article): Don't load shr
2958         unconditionally.
2959
2960 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2961
2962         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
2963         pop-to-buffer-same-window for old Emacsen.
2964
2965 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
2966
2967         * gnus-sum.el (gnus-summary-make-tool-bar): Fix typo.
2968
2969 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
2970
2971         * netrc.el (netrc-credentials): Spelling fix.
2972
2973 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
2974
2975         * gnus-fun.el (gnus-fun-ppm-change-string):
2976         * gnus-msg.el (gnus-inews-do-gcc):
2977         * gnus-sum.el (gnus-summary-find-for-reselect):
2978         * gnus.el (gnus-summary-cancelled):
2979         * message.el (message-cancel-hook, message-send-news):
2980         * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
2981         * nnir.el (nnir-run-hyrex):
2982         * nntp.el (nntp-with-open-group-function):
2983         * pgg.el (pgg-pending-timers): Spelling fix.
2984
2985 2011-12-04  Chong Yidong  <cyd@gnu.org>
2986
2987         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
2988         change (Bug#10200).
2989
2990 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2991
2992         * compface.el (uncompface):
2993         * gnus-art.el (gnus-article-x-face-command): Update the header format
2994         of icon data for the most recent icontopbm program.
2995
2996 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2997
2998         * gnus-msg.el (gnus-inews-do-gcc):
2999         * message.el (message-send-mail):
3000         * mml.el (mml-generate-mime): Share the value of the buffer-local
3001         `message-options' variable between a draft buffer and temprary working
3002         buffers.
3003
3004 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3005
3006         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
3007
3008 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3009
3010         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
3011         for Cygwin.
3012
3013 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
3014
3015         * gnus-group.el (gnus-group-prepare-flat):
3016         * mm-bodies.el (mm-encode-body):
3017         * mml.el (mml-preview):
3018         * nnml.el (nnml-request-compact-group):
3019         * pop3.el (pop3-stream-type): Spelling fix.
3020
3021 2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
3022
3023         * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
3024
3025 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
3026
3027         * color.el (color-rgb-to-hsl):
3028         * gmm-utils.el (gmm-tool-bar-style):
3029         * gnus-group.el (gnus-group-prepare-flat):
3030         * gnus-topic.el (gnus-topic-prepare-topic):
3031         * mm-decode.el (mm-discouraged-alternatives):
3032         * rfc2047.el (rfc2047-encode-1):
3033         * starttls.el: Spelling fix.
3034
3035 2011-11-24  Glenn Morris  <rgm@gnu.org>
3036
3037         * binhex.el (binhex-begin-line): Give it basic doc-string.
3038
3039         * starttls.el, tls.el: Fix case of "GnuTLS".
3040
3041 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
3042
3043         * gnus-group.el (gnus-group-highlight): Fix typo.
3044
3045 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
3046
3047         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
3048         value of `delete-file', that returns nil for a local file but returns t
3049         for a remote file using ssh.
3050
3051 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
3052
3053         * gnus-sum.el (gnus-summary-save-article): Spelling fix.
3054
3055 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3056
3057         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
3058         avoid later breakage.
3059
3060 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3061
3062         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
3063         article buffers' name.
3064
3065 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3066
3067         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
3068         by Paul Eggert's spellfixes two days ago.
3069
3070 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3071
3072         * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
3073         doesn't have it.
3074
3075         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
3076         buffer-local instead of binding them to avoid warnings.  Also demote
3077         errors (bug#10063).
3078         (font-lock-mode-hook): Shut up byte compiler.
3079
3080 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
3081
3082         * mm-util.el (mm-charset-after):
3083         * nnir.el (nnir-run-hyrex):
3084         * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
3085         (ntlm-get-password-hashes, ntlm-md4hash):
3086         * smime.el: Fix typo.
3087
3088 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
3089
3090         * gnus-agent.el (gnus-agent-expire-group-1):
3091         * nndiary.el (nndiary-last-occurence):
3092         * nnimap.el (nnimap-request-set-mark):
3093         * nnmairix.el (nnmairix-only-use-registry):
3094         * gnus-group.el (gnus-group-prepare-flat):
3095         * gnus-sum.el (gnus-decode-encoded-word-methods):
3096         * message.el (message-wash-subject):
3097         * nntp.el (nntp-retrieve-headers-with-xover):
3098         * smime.el (smime-certificate-directory): Spelling fix.
3099
3100 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
3101
3102         * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
3103
3104         * color.el:
3105         * gnus-agent.el (gnus-agent-possibly-alter-active):
3106         * gnus-dired.el (gnus-dired-print):
3107         * mail-parse.el:
3108         * nnmairix.el (nnmairix-request-group):
3109         * shr.el (shr-image-displayer):
3110         * sieve-manage.el:
3111         * spam.el (spam-autodetect-recheck-messages): Spelling fix.
3112
3113 2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
3114
3115         * gnus-sum.el (gnus-auto-select-subject):
3116         * spam-report.el (spam-report-resend): Spelling fix.
3117
3118 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
3119
3120         * gnus-agent.el (gnus-agent-get-undownloaded-list):
3121         * gnus-art.el (gnus-default-article-saver):
3122         * gnus-srvr.el (gnus-server-copy-server):
3123         * gnus.el (gnus-sloppily-equal-method-parameters):
3124         * html2text.el (html2text-format-tag-list):
3125         * message.el (message-narrow-to-head):
3126         * nndiary.el:
3127         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3128         * sieve.el: Spelling fix.
3129
3130 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
3131
3132         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
3133         * gnus-sum.el (gnus-summary-make-menu-bar):
3134         * gnus-uu.el (gnus-uu-decode-postscript)
3135         (gnus-uu-decode-postscript-and-save):
3136         * mailcap.el (mailcap-print-command):
3137         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
3138         Fix typos.
3139
3140 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
3141
3142         * gnus-art.el (gnus-article-part-wrapper):
3143         * html2text.el (html2text-fix-paragraphs):
3144         * mm-decode.el (mm-image-fit-p):
3145         * rfc2047.el (rfc2047-encode-message-header):
3146         * shr-color.el (shr-color-visible-distance-min)
3147         (shr-color-relative-to-absolute, set-minimum-interval)
3148         (shr-color-visible): Fix typos.
3149
3150 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
3151
3152         * gmm-utils.el (gmm-tool-bar-item):
3153         * gnus-art.el (gnus-treat-body-boundary):
3154         * gnus-diary.el (gnus-user-format-function-d):
3155         * gnus-start.el (gnus-get-unread-articles):
3156         * pgg-gpg.el (pgg-gpg-update-agent):
3157         * smime.el (smime-cert-by-ldap-1): Spelling fix.
3158
3159 2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
3160
3161         * gnus-topic.el (gnus-group-prepare-topics):
3162         * gnus-uu.el (gnus-extract-view):
3163         * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
3164
3165 2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
3166
3167         * spam.el: Move BBDB autoloads.
3168         (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
3169         BBDB 2 and 3.
3170         (spam-check-BBDB): Use it.
3171         (spam-enter-ham-BBDB): Use it.
3172
3173 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
3174
3175         * smime.el (smime-draw-buffer): Spelling fix.
3176
3177 2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
3178
3179         * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
3180         for scanning exactly one level.
3181         * gnus-start.el (gnus-get-unread-articles): Ditto.
3182
3183 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3184
3185         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
3186         slightly clearer.
3187
3188 2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3189
3190         * gnus-sync.el: More commentary about setup.
3191
3192 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3193
3194         * message.el (message-send-and-exit): Document `arg'.
3195
3196 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3197
3198         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
3199
3200 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
3201
3202         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
3203
3204         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
3205         we don't use `bound-and-true-p'.
3206
3207 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
3208
3209         * gnus-util.el (gnus-bound-and-true-p): Remove.
3210         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
3211         * nnir.el: Use it.
3212         * nnmairix.el: Use it.
3213
3214 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3215
3216         * gnus-sync.el: Improve docs about CouchDB admins.
3217
3218         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
3219         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
3220         for reasons unknown.
3221         * nnir.el: Use it.
3222         * nnmairix.el: Use it.
3223
3224         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
3225         * nnir.el: Ditto.
3226         * nnmairix.el: Ditto.
3227
3228         * gnus-registry.el (gnus-registry-enabled): Default to nil.
3229
3230 2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
3231
3232         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
3233         not needed.  Provide xmlplistread list function to produce XML plist
3234         output for non-Gnus LeSync clients.
3235
3236 2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
3237
3238         * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
3239
3240         * gnus-sync.el: Add LeSync synchronization backend and logic to read
3241         and save against it.  Group subscriptions, read marks, other marks,
3242         subscription levels, topic names, and topic offsets (the group's
3243         position within the topic) are saved.  This is an experimental backend
3244         and may change significantly.  Load json.el from the gnus-fallback-lib
3245         if it's not available otherwise.
3246         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
3247
3248 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3249
3250         * message.el (message-completion-function): Make sure
3251         message-tab-body-function is not attempted if one of
3252         message-completion-alist fails to find a completion (bug#9158).
3253
3254 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
3255
3256         * mml.el (mml-quote-region): Quote <#secure> tag.
3257         (mml-generate-mime-1): Unquote <#secure> tag.
3258
3259 2011-10-20  Chong Yidong  <cyd@gnu.org>
3260
3261         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
3262         calling a minor mode from Lisp with nil arg enables it, so we have to
3263         make the wording a bit ambiguous here).
3264
3265 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
3266
3267         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
3268         * nnir.el (nnir-mode): Use it.
3269         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3270         Use it.
3271
3272         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
3273         * nnmairix.el (gnus-registry-enabled): Ditto.
3274
3275 2011-10-17  Dave Abrahams  <dave@boostpro.com>
3276
3277         * gnus-registry.el (gnus-registry-enabled): Add new variable (Bug#9691).
3278         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
3279         only while we need to find out if it should be t or nil.
3280         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
3281         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
3282         the registry is installed.  Set it to nil when it's unloaded.
3283         (gnus-registry-install-p): Provide user guidance for the initial value
3284         of `gnus-registry-install' when it's 'ask, otherwise return its value.
3285         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
3286         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3287         * nnmairix.el (nnmairix-determine-original-group-from-registry):
3288         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3289         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
3290         `gnus-registry-install'.
3291
3292 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
3293
3294         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
3295         previous change.
3296         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
3297         primary key is marked as disabled.
3298
3299 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
3300
3301         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
3302         primary key is marked as disabled.
3303
3304 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
3305
3306         * html2text.el (html2text-clean-anchor): Check for quotes around
3307         `href' value.
3308
3309 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3310
3311         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
3312         searching.  Drop `bbdb-cache'.
3313
3314 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3315
3316         * message.el (message-signed-or-encrypted-p): Exclude header when
3317         checking if there is signed or encrypted body in text/plain message.
3318
3319 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
3320
3321         * html2text.el (html2text-get-attr): Correctly handle attribute values
3322         containing "=".
3323
3324 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
3325
3326         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
3327         handle bindings.
3328
3329 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3330
3331         * gnus-win.el (gnus-configure-windows): Protect against reading
3332         ephemeral groups outside of Gnus.
3333
3334 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3335
3336         * shr.el (shr-tag-img): Don't get images displayed in tables.
3337
3338 2011-10-03  Glenn Morris  <rgm@gnu.org>
3339
3340         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
3341         the "maintainer" version of debbugs.gnu.org reports.
3342
3343 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3344
3345         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
3346         make asynchronous adjacent image insertion work better.
3347
3348 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
3349
3350         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
3351         documentation.
3352
3353 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3354
3355         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
3356         `gnus-asynchronous' isn't shadowed.
3357
3358 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3359
3360         * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
3361
3362         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
3363         (nnimap-insert-partial-structure): The charset parameter isn't
3364         case-sensitive.
3365
3366         * nnheader.el (nnheader-message-maybe): New function.
3367
3368         * shr.el (shr-tag-table): Render totally broken tables better.
3369
3370         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
3371         computing the boundary.
3372
3373 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3374
3375         * pop3.el (pop3-number-of-responses): Remove.
3376         (pop3-wait-for-messages): Rewrite to take linear time instead of
3377         exponential time.
3378
3379 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3380
3381         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
3382         re-fetch images.
3383
3384         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
3385         re-fetch images when hitting `g' in Gnus.
3386
3387 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3388
3389         * mml.el (mml-inhibit-compute-boundary): New internal variable.
3390         (mml-compute-boundary): Don't check collision if it is non-nil.
3391         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
3392         before checking collision.
3393
3394 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3395
3396         * message.el (message-indent-citation): Really make sure there's a
3397         newline at the end.
3398
3399         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
3400         Fix suggested by John Wiegley.
3401
3402         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
3403
3404         * gnus-art.el (gnus-treat-hide-citation): Add doc.
3405
3406         * message.el (message-default-send-rename-function): Break out into its
3407         own function.
3408
3409         * ecomplete.el (ecomplete-display-matches): Revert patch since it
3410         doesn't work under XEmacs.
3411
3412         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
3413         of "imaps" to word around Windows problems.
3414         (nnimap-open-connection-1): Use it.
3415
3416         * message.el (message-indent-citation): Revert last change which made
3417         `F' not work.
3418
3419 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
3420
3421         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
3422         terminal as well.
3423
3424 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3425
3426         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
3427         because it displays images using overlays that aren't easy to copy to
3428         the article buffer.
3429
3430 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
3431
3432         * message.el (message-indent-citation): Fix empty line removal at the
3433         end of the citation.
3434
3435 2011-09-20  Julien Danjou  <julien@danjou.info>
3436
3437         * auth-source.el (auth-source-netrc-create): Use default value for
3438         password if specified.  Evaluate default.
3439         (auth-source-plstore-create): Ditto.
3440         (auth-source-plstore-create, auth-source-netrc-create): Fix default
3441         value evaluation.
3442         (auth-source-netrc-create): Typo fix.
3443         (auth-source-plstore-create): Ditto.
3444
3445         * password-cache.el (password-cache-remove): Remove entries even if the
3446         value is nil, so that password with a nil value (negative caching) is
3447         possible to invalidate.
3448
3449         * auth-source.el (auth-source-format-cache-entry): New function.
3450
3451 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3452
3453         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
3454
3455 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3456
3457         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
3458
3459 2011-09-19  Julien Danjou  <julien@danjou.info>
3460
3461         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
3462         which work with things that are not ASCII.
3463
3464 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3465
3466         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
3467
3468 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3469
3470         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
3471         message level.
3472
3473 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3474
3475         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
3476
3477 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3478
3479         * gnus.el (gnus-interactive-exit): Update defcustom spec.
3480
3481 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3482
3483         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
3484         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
3485
3486 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
3487
3488         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
3489         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
3490         articles.
3491
3492 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
3493
3494         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
3495         (message-mail-other-window, message-mail-other-frame)
3496         (message-news-other-window, message-news-other-frame):
3497         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
3498         instead of setting buffer display varibles.
3499
3500 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3501
3502         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
3503
3504         * gnus-sum.el (gnus-fetch-headers): Bump message level.
3505
3506 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3507
3508         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
3509         duplicates" to a higher level.
3510
3511         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
3512         most egregious messages.
3513
3514 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3515
3516         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
3517
3518 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
3519
3520         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
3521         up the file (bug#9351).
3522
3523 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3524
3525         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
3526         it does with all other backends, but decode the names immediately after
3527         getting them.
3528
3529         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
3530         decoding nnimap groups.
3531
3532         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
3533         newsrc file.  It doesn't seem like an important optimization any more.
3534
3535 2011-09-10  Dave Abrahams  <dave@boostpro.com>
3536
3537         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
3538         overflows.
3539
3540 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3541
3542         * gnus.el (gnus-article-mark-lists): Remove `recent'.
3543         (gnus-interactive-exit): Extend to `quiet'.
3544
3545         * gnus-sum.el (gnus-offer-save-summaries): Use it.
3546
3547         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
3548         string.
3549
3550         * plstore.el (plstore--get-buffer): Silence compiler warnings by
3551         renaming function arguments from `this'.
3552
3553         * gnus-sum.el (gnus-newsgroup-recent): Remove.
3554
3555         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
3556         has been renamed.
3557         (gnus-lrm-string-p): Include RLM and PDF, too.
3558
3559         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
3560         (bug#9225).
3561
3562 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
3563
3564         Add autoload cookies for functions used by sendmail.el.
3565         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
3566
3567         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
3568
3569 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3570
3571         * gnus-art.el (article-date-ut): Work properly even when there are
3572         things like Date header in the body; work for forwarded parts.
3573
3574 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
3575
3576         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
3577         original-article-buffer.
3578
3579 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
3580
3581         * nnir.el (nnir-compose-result): Fix matching of server type.
3582         (nnir-run-swish++): Ditto.
3583         (nnir-run-namazu): Ditto.
3584         (nnir-run-notmuch): Ditto.
3585
3586 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3587
3588         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
3589         (bug#9405).
3590
3591         * gnus-score.el (gnus-summary-increase-score): Doc clarification
3592         (bug#9421).
3593
3594         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
3595         (bug#9425).
3596
3597         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
3598         thing (bug#9426).
3599
3600 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3601
3602         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
3603         the error message.
3604
3605 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
3606
3607         * message.el (message-setup-1): Return t (Bug#9392).
3608
3609 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
3610
3611         * gnus-sum.el: When adding article headers to a summary buffer also
3612         update gnus-newsgroup-articles (bug#9386).
3613
3614 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3615
3616         * auth-source.el: Autoload help-mode.
3617
3618 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3619
3620         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
3621         names.
3622
3623 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
3624
3625         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
3626         mm-replace-in-string for compatibility issues.
3627         * mml2015.el (mml2015-epg-verify): Ditto.
3628
3629 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3630
3631         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
3632
3633         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
3634
3635 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3636
3637         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
3638         continue on and do the clean-up phase (bug#9188).
3639
3640         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
3641         just ignore groups that can't be opened instead of erroring out
3642         (bug#9225).
3643
3644         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
3645         nil since some many people are fuddy-duddies.
3646
3647         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
3648         images.
3649
3650         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
3651         instead.
3652
3653         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
3654
3655         * gnus-util.el (gnus-process-live-p): Copy over compat function.
3656
3657         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
3658         processing.
3659
3660         * nntp.el (nntp-kill-buffer): Kill the process before killing the
3661         buffer to avoid warnings.
3662
3663 2011-08-20  Simon Josefsson  <simon@josefsson.org>
3664
3665         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
3666         specified to reduce precision.
3667
3668 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3669
3670         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
3671         bodystructures (bug#9314).
3672
3673 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3674
3675         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
3676         Make button keymap non-sticky after buttons.
3677
3678 2011-08-18  David Engster  <dengste@eml.cc>
3679
3680         * nnmairix.el (nnmairix-request-set-mark)
3681         (nnmairix-goto-original-article): Remove adding of article to registry,
3682         since `gnus-registry-add-group' isn't available anymore.
3683         (nnmairix-determine-original-group-from-registry):
3684         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
3685         available anymore.
3686
3687 2011-08-12  Simon Josefsson  <simon@josefsson.org>
3688
3689         * starttls.el (starttls-any-program-available): Define as obsolete
3690         function.
3691
3692 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3693
3694         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
3695         versions which Gnus use when appropriate.
3696
3697         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
3698         a pretty destructive command.
3699
3700         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
3701
3702 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3703
3704         * message.el (message-fix-before-sending): Make a different warning
3705         about NUL characters (bug#9270).
3706
3707         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
3708         from custom (bug#9260).
3709
3710         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
3711         things work in Emacs 22 and XEmacs, too.
3712
3713         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
3714         default From.
3715
3716         * gnus-spec.el (gnus-lrm-string-p): New macro.
3717         (gnus-lrm-string): New constant.
3718         (gnus-summary-line-format-spec): LRM-ify the from.
3719         (gnus-tilde-max-form): LRM-ify string chopping.
3720
3721         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
3722
3723         * message.el (message-is-yours-p): Allow disabling canlock checking
3724         (bug#9295).
3725         (message-shoot-gnksa-feet): Add `canlock-verify'.
3726         (message-auto-save-directory): Use ~/ as the auto-save directory if the
3727         message directory isn't writable (bug#9304).
3728
3729         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
3730         non-world-readable.
3731
3732 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3733
3734         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
3735         articles.
3736
3737 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
3738
3739         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
3740         copy-list.
3741
3742 2011-08-12  Sam Steingold  <sds@gnu.org>
3743
3744         * gnus-score.el (gnus-score-find-alist): Keep the score files already
3745         in the reverse order to avoid modifying the cache with `nreverse'.
3746         (gnus-all-score-files): Do not modify the value returned by
3747         `gnus-score-find-alist' because it lives in a cache variable.
3748         (gnus-current-home-score-file): No need to `nreverse' the return value
3749         of `gnus-score-find-alist', it is already in the correct order.
3750
3751 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
3752
3753         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
3754         type MESSAGE and subtype RFC822 is slightly different from those of
3755         type TEXT.
3756
3757 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
3758
3759         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
3760         This allows article-referral to work from an nnir group.
3761
3762 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
3763
3764         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
3765
3766 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
3767
3768         * mml1991.el (mml1991-epg-find-usable-key)
3769         (mml1991-epg-find-usable-secret-key): New function.
3770         (mml1991-epg-sign): Check if signing key is usable.
3771         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
3772
3773 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
3774
3775         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
3776         server-variables only.  This should fix a bug introduced with commit
3777         e1889675b7f4adf057833c5513c9374134c4e053.
3778         (nnir-run-query): 'nnir-search-engine should not be set from the global
3779         environment.
3780
3781 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
3782
3783         * nnir.el (nnir-search-thread): Position point on referring article
3784         line.
3785         (nnir-warp-to-article): Clean up summary buffers.
3786
3787         * nnimap.el (nnimap-request-thread): Whitespace fix.
3788
3789 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
3790
3791         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
3792
3793 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3794
3795         * starttls.el (starttls-available-p): Rename from
3796         `starttls-any-program-available' and changed return convention.
3797
3798 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
3799
3800         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
3801         `unix-sync' unless it's defined.
3802
3803 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
3804
3805         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
3806         `aref' for XEmacs compatibiltiy.
3807
3808 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3809
3810         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
3811
3812 2011-07-31  Dave Abrahams  <dave@boostpro.com>
3813
3814         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
3815         closures, quote the form properly (bug#9194).
3816
3817 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3818
3819         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
3820         (gnus-summary-insert-new-articles): Protect against servers that are
3821         down.
3822
3823 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
3824
3825         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
3826         in mm handle if none is specified.
3827
3828 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
3829
3830         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
3831
3832 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
3833
3834         * nnir.el (nnir-search-thread): New function to make an nnir group
3835         based on a thread query.
3836
3837         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
3838         of nnir in thread referral.
3839         (gnus-summary-refer-thread): Use it.
3840
3841         * nnimap.el (nnimap-request-thread): Use it.
3842
3843 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3844
3845         * shr.el (shr-tag-comment): Ignore HTML comments.
3846
3847 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
3848
3849         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
3850         argument.
3851         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
3852         Use `nnir-address' to handle server info rather than passing an arg.
3853
3854         * nnimap.el (nnimap-make-thread-query): New utility function to format
3855         an imap thread search query.
3856         (nnimap-request-thread): Use it.
3857
3858         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
3859         right select-method if we are not going back to the group buffer.
3860
3861 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3862
3863         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
3864         enter invalid buffer configurations into the quit form (bug#9107).
3865         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
3866         unplugged/plugged.
3867
3868         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
3869         keep track of which ones are unread (bug#9061).
3870
3871         * gnus.el (gnus-refer-article-method): Allow entering any sexp
3872         (bug#9055).
3873
3874         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
3875         (bug#9041).
3876
3877         * gnus-html.el (mm-util): Require (bug#9073).
3878
3879         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
3880         (gnus-summary-refer-thread): Use it to remove duplicates in the
3881         un-threaded view (bug#9053).
3882         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
3883
3884 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
3885
3886         * nnir.el (nnir-read-server-parm): Use default value from global
3887         variable.  Without this the default search engine parameters aren't
3888         used at all.
3889
3890 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3891
3892         * message.el (message-unique-id): Don't use the undocumented return
3893         value from (random t) (bug#9118).
3894
3895 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3896
3897         * message.el (message-auto-save-directory): If the ~/Mail directory
3898         doesn't exist, use ~ as the auto-save directory (bug#4432).
3899
3900         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
3901         hasn't already been started.
3902
3903 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3904
3905         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
3906
3907         * message.el (message-reply): Work around mysterious bug where
3908         `message-mode' seems to overwrite the locally bound `subject' variable.
3909
3910 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
3911
3912         * nnimap.el (nnimap-request-thread): Ensure search is performed in
3913         correct group.
3914
3915         * gnus-int.el (gnus-request-thread): Add group argument.
3916
3917         * gnus-sum.el (gnus-summary-refer-thread): Use it.
3918
3919 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3920
3921         * dgnushack.el (debbugs-gnu-summary-mode): Update compat names, too.
3922
3923         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
3924         renamed to `debbugs-gnu-*'.
3925
3926 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
3927
3928         * plstore.el: Revert the editing feature since it is not urgent.
3929         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
3930         (plstore-mode-decoded): Remove.
3931
3932 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3933
3934         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
3935         isn't very interesting any more, and it leaks potentially secret data.
3936         (gnus-debug): Remove.
3937
3938         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
3939         use of :custom-show.
3940
3941 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
3942
3943         * plstore.el: Add documentation.
3944         (plstore-mode): New mode to edit plstore file.
3945         (plstore-mode-toggle-display, plstore-mode-original)
3946         (plstore-mode-decoded): New command.
3947         (plstore--encode, plstore--decode, plstore--write-contents-functions)
3948         (plstore--insert-buffer, plstore--make): New function.
3949         (plstore-open, plstore-save): Simplify by using them.
3950
3951 2011-07-06  Glenn Morris  <rgm@gnu.org>
3952
3953         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
3954
3955 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3956
3957         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
3958         no longer is much used.
3959         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
3960         Articles".
3961
3962 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
3963
3964         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
3965         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
3966         `notmuch' backend.
3967
3968 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3969
3970         * mm-decode.el (mm-text-html-renderer): Doc fix.
3971
3972         * gnus-msg.el (gnus-bug): Fix the MML tag.
3973
3974         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
3975
3976 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
3977
3978         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
3979         secondary methods if started with `gnus-no-server'.
3980
3981 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
3982
3983         * message.el (message-return-action): Fix typo in docstring.
3984
3985 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3986
3987         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
3988         bug reports at once.
3989
3990         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
3991
3992 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3993
3994         * nndraft.el: Require gnus-group.
3995         (nndraft-request-list): Declare.
3996
3997         * nndraft.el (nndraft-update-unread-articles): Don't show group having
3998         no unread article unless it matches gnus-permanently-visible-groups.
3999
4000         * nndraft.el (nndraft-update-unread-articles): New function.
4001         (nndraft-request-associate-buffer): Use it to update the number of
4002         unread articles for the nndraft groups in the group buffer when saving
4003         or killing a draft message.
4004
4005 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4006
4007         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
4008         systems to binary before writing and reading the mbox files.
4009
4010         * gnus.el (gnus-summary-line-format): Link to the info node for %U
4011         instead of trying to list them all (bug#8978).
4012
4013 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4014
4015         * pop3.el (pop3-open-server): Use :end-of-capability.
4016
4017 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4018
4019         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
4020         the id is always a number.
4021
4022         * dgnushack.el (debbugs-summary-mode): Shut up compiler about debbugs.
4023
4024         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
4025         debbugs mode, if possible.
4026
4027 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
4028
4029         * auth-source.el (auth-source-token-passphrase-callback-function):
4030         Reindent.
4031         (epg-context-operation): Remove unnecessary autoload.
4032
4033 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4034
4035         * gnus.el (gnus-list-debbugs): New command.
4036
4037         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
4038         mboxstat instead of the maintbox, since the stat seems to be fuller.
4039
4040         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
4041         summary buffers.
4042
4043         * message.el (message-get-reply-headers): Delete all duplicates,
4044         instead of the first.
4045         (message-get-reply-headers): Ensure that we have progress while
4046         deleting duplicates.
4047
4048         * gnus-msg.el (gnus-configure-posting-styles): Get the local
4049         gnus-posting-style value from the summary buffer to make it easier to
4050         make that a per-buffer conf.
4051
4052 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
4053
4054         * nnir.el (nnir-run-imap): Allow halting a search when an article is
4055         found by setting `shortcut' in 'query.
4056         (nnir-request-article): Use `shortcut' setting when requesting article
4057         by Message-ID.
4058
4059 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
4060
4061         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
4062         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
4063         Bring the pseudo-headers back too.
4064
4065 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4066
4067         * auth-source.el (auth-source-token-passphrase-callback-function):
4068         Simplify and remove EPA dependency.
4069
4070 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
4071
4072         * nnir.el (nnir-request-article): Fix error message text.
4073
4074 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4075
4076         * auth-source.el (plstore-delete): Autoload.
4077         (auth-source-plstore-search): Support delete operation.
4078         * plstore.el (plstore-delete): New function.
4079
4080 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4081
4082         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
4083         mark actually existing articles as unread rather than the ones that
4084         active asserts.
4085
4086 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
4087
4088         * nntp.el (nntp-record-command):
4089         * gnus-util.el (gnus-message-with-timestamp-1):
4090         Use format-time-string rather than decoding time stamps by hand.
4091         This is simpler and insulates the code from potential changes to
4092         current-time format.
4093
4094 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4095
4096         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
4097
4098 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4099
4100         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
4101         (plstore-save): Support public key encryption.
4102         (plstore--init-from-buffer): New function.
4103         (plstore-open): Use it; fix error when opening a non-existent file.
4104         (plstore-revert): Use plstore--init-from-buffer.
4105
4106 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
4107
4108         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
4109
4110 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4111
4112         * mml2015.el (mml2015-use): Replace string-match-p with string-match
4113         for old Emacsen.
4114
4115 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4116
4117         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
4118         is not fully working.
4119
4120 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4121
4122         * dgnushack.el: Autoload sha1 on XEmacs.
4123
4124         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
4125         quit window configuration.
4126
4127         * auth-source.el (epg-context-set-passphrase-callback):
4128         Remove duplicate autoload.
4129
4130 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
4131
4132         * nnir.el (nnir-request-article): Allow requesting articles by
4133         Message-ID with nnimap.
4134
4135         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
4136         current server.
4137
4138 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
4139
4140         * auth-source.el: Autoload EPA/EPG functions.
4141         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
4142         changed when EPA/EPG is not available.
4143         (auth-source-backend): Rename "arg" member to "data".
4144         (auth-source-backend-parse, auth-source-plstore-search)
4145         (auth-source-plstore-create): Use it.
4146
4147 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
4148
4149         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
4150         `gnus-refer-article-methods'.
4151
4152 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
4153
4154         * auth-source.el: Require EPA and EPG.
4155         (auth-source-passphrase-alist): New variable.
4156         (auth-source-passphrase-callback-function)
4157         (auth-source-token-passphrase-callback-function): Callbacks for the
4158         netrc field encryption (GPG tokens).
4159         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
4160         Symmetric encryption and decryption of the netrc GPG tokens.
4161         (auth-source-netrc-normalize): Use them, simplifying the closure.
4162
4163 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4164
4165         * dgnushack.el (dgnushack-compile): Don't compile plstore.el unless epg
4166         is available.
4167
4168 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4169
4170         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
4171         non-nil, and `nnimap-split-methods' is nil, use the former.
4172
4173 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4174
4175         * plstore.el (plstore-revert): New function.
4176         (plstore-open): Use it; hide the buffer from user.
4177
4178 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
4179
4180         * auth-source.el (auth-source-backend): New member "arg".
4181         (auth-source-backend-parse): Handle new backend 'plstore.
4182         * plstore.el: New file.
4183
4184 2011-06-30  Glenn Morris  <rgm@gnu.org>
4185
4186         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
4187
4188 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4189
4190         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
4191         expiring articles to.
4192
4193         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
4194         variations as ASCII (bug#5458).
4195
4196 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4197
4198         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
4199
4200 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4201
4202         * message.el (message-point-in-header-p): Tweak the function to default
4203         to saying that we're not in the headers if there is no separator at
4204         all.  This makes it possible to use the Message version of `M-q' in
4205         buffers with no headers (bug#7987).
4206         (message-point-in-header-p): Fix last checkin to work with an empty
4207         mail-header-separator, too.
4208
4209         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
4210         again, save the choice via customize.
4211
4212 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4213
4214         * message.el (message-send-mail-function): Add `sendmail-query-once'.
4215
4216         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
4217         ended the connection, bail out before waiting infinitely on a new
4218         connection.
4219
4220 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
4221
4222         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
4223         reports.
4224
4225         * gnus.el (gnus-bug-package): Use "gnus."
4226         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
4227
4228 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4229
4230         * dgnushack.el: Make the timer warning go away on XEmacs.
4231
4232         * gnus-art.el (gnus-article-stop-animations): New function to stop any
4233         animations going on at article exit time.
4234
4235         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
4236         since removing it breaks people upgrading.
4237
4238         * shr.el (shr-put-image): Use the new interface for animating images.
4239         (shr-put-image): Animate for 60 seconds.
4240
4241         * dgnushack.el: Bind `gnutls-available-p' to `ignore' on XEmacs to
4242         avoid compiler warnings.
4243
4244         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
4245         error with `find-file-hooks' on Emacs 22.
4246         (with-auth-source-epa-overrides): Ugly hack to Wrap the
4247         `find-file-hook' things in `symbol-value' to avoid compilation warnings
4248         on all architectures.
4249
4250         * spam.el (spam-stat): Require in a normal fashion without binding
4251         `spam-stat-install-hooks' to avoid compilation warnings.
4252
4253         * spam-stat.el (spam-stat-install-hooks): Remove.
4254         (spam-stat-install-hooks): Don't run automatically.
4255
4256 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
4257
4258         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
4259         and keystroke.
4260
4261 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4262
4263         * auth-source.el (auth-source-netrc-cache): Move forward.
4264
4265 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4266
4267         * proto-stream.el (proto-stream-open-starttls): Use
4268         `gnutls-available-p' to see whether we have built-in support.
4269
4270         * auth-source.el (auth-source-netrc-create): Don't query the bits that
4271         we already know.
4272         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
4273         (auth-source-netrc-create): Don't prompt for the stuff we already know.
4274
4275 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4276
4277         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
4278         %S format, since that looks odd.
4279         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
4280         file, especially when saving.
4281
4282 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
4283
4284         * nnimap.el (nnimap-find-article-by-message-id): return nil when no
4285         article found.
4286
4287 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
4288
4289         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
4290         `auth-source-save-secrets' with a more sensitive alist that can be
4291         configured per file.  Experimental, so defaults to 'never.
4292         (auth-source-netrc-create): Use it.  Still experimental code.
4293         (with-auth-source-epa-overrides): Use `find-file-hooks' if
4294         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
4295
4296 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
4297
4298         * auth-source.el (auth-source-save-secrets): New variable to control if
4299         secret tokens should be saved encrypted.
4300         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
4301         to `auth-source-netrc-normalize'.
4302         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
4303         on the EPA variables being defined.
4304         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
4305         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
4306         the lexical-let closure.
4307         (auth-source-netrc-create): Create "gpg:" tokens according to
4308         `auth-source-save-secrets'.
4309
4310 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4311
4312         * gnus-group.el (gnus-group-update-group): Add new argument
4313         `info-unchanged' that stops updating dribble buffer.
4314
4315         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
4316         deletes lines matching to it in dribble buffer.
4317
4318         * gnus-agent.el (gnus-agent-fetch-group-1):
4319         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
4320         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
4321         * gnus-start.el (gnus-group-change-level):
4322         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
4323
4324         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
4325         if newsgroup info is not changed.
4326
4327         * gnus-group.el (gnus-group-get-new-news-this-group):
4328         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
4329         Don't update dribble buffer.
4330
4331 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
4332
4333         * gnus-registry.el (gnus-registry-remove-ignored): New function to
4334         remove entries with groups we ignore.
4335
4336 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4337
4338         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
4339         the underline comes at the bottom.
4340
4341 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
4342
4343         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
4344         `gnus-registry-user-format-function-M' and declare the latter obsolete.
4345         (gnus-registry-article-marks-to-names): Rename from
4346         `gnus-registry-user-format-function-M2'.
4347
4348 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4349
4350         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
4351         ephemeral group.
4352
4353 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4354
4355         * shr.el (shr-browse-image): Copy the URL if called interactively.
4356
4357 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4358
4359         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
4360         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
4361         done, then unselected articles may be marked as read.
4362
4363         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
4364         since not doing this seems to lead to a race condition in pop3-logon.
4365
4366         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
4367         so that the call chain it correct when we call "upwards".
4368
4369         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
4370         in read-only groups.
4371
4372         * gnus-group.el (gnus-group-mark-article-read): Ditto.
4373
4374         * message.el (message-cite-reply-position): Doc string fix.
4375
4376         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
4377         avoid regexp overflow.
4378         (nnimap-transform-split-mail): Ditto.
4379
4380         * pop3.el (pop3-retr): Error out if the server closes the connection.
4381
4382 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4383
4384         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
4385         mm-with-unibyte-current-buffer.  The buffer should not contain any
4386         multibyte chars anyway at this stage.
4387
4388 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4389
4390         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
4391         at the end of lines.
4392
4393 2011-05-29  Julien Danjou  <julien@danjou.info>
4394
4395         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
4396
4397 2011-05-27  Glenn Morris  <rgm@gnu.org>
4398
4399         * gnus-group.el (gnus-bug-group-download-format-alist):
4400         Use the "maintainer" version of debian reports as well.
4401
4402 2011-05-26  Glenn Morris  <rgm@gnu.org>
4403
4404         * gnus-group.el (gnus-bug-group-download-format-alist):
4405         Use the "maintainer" version of debbugs.gnu.org reports.
4406
4407 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4408
4409         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
4410
4411 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4412
4413         * gnus-cus.el (gnus-agent-customize-category):
4414         * gnus-delay.el (gnus-delay-send-queue):
4415         * gnus.el (gnus-other-frame):
4416         Don't quote lambda expressions with `quote'.
4417
4418 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4419
4420         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
4421         the thread moves us backwards and so we loop forever.
4422
4423 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4424
4425         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
4426         whitespace in base64 data lines.
4427
4428 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
4429
4430         * gnus-registry.el (gnus-registry-user-format-function-M):
4431         Use `mapconcat'.
4432         (gnus-registry-user-format-function-M2): Use to see the full text of
4433         the marks.  Make "," the mark text separator.
4434
4435         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
4436         authentication with auth-source.
4437
4438 2011-05-17  Glenn Morris  <rgm@gnu.org>
4439
4440         * gnus-group.el (gnus-import-other-newsrc-file):
4441         Use insert-file-contents.
4442
4443 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
4444
4445         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
4446         1000 iterations.
4447
4448 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4449
4450         * nntp.el (nntp-open-connection): Check if process-type is available.
4451
4452 2011-05-16  Julien Danjou  <julien@danjou.info>
4453
4454         * shr.el (shr-tag-del): Add support for del tag.
4455
4456 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4457
4458         * gnus-html.el (gnus-html-put-image): Register a displayer.
4459
4460         * shr.el (shr-image-displayer): Don't remove text props from alt text.
4461
4462 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
4463
4464         * registry.el (prune-factor): New initialization parameter defaulting
4465         to 0.1.
4466         (registry-prune-hard): Use it.
4467
4468         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
4469         0.1 expicitly.
4470
4471 2011-05-13  Glenn Morris  <rgm@gnu.org>
4472
4473         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
4474         is bound, since this function requires sendmail.
4475
4476 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
4477
4478         * registry.el (registry-usage-test): Disable pruning test.
4479
4480 2011-05-11  David Engster  <dengste@eml.cc>
4481
4482         * lpath.el: Bind shr-put-image and process-type for Emacs22 and XEmacs.
4483         Bind set-network-process-option for XEmacs.
4484
4485 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
4486
4487         * registry.el (registry-prune-hard-candidates)
4488         (registry-prune-soft-candidates): Helper methods for registry pruning.
4489         (registry-prune): Use them.  Make the sort function optional.
4490
4491 2011-05-10  Jim Meyering  <meyering@redhat.com>
4492
4493         * shr.el (shr-colorize-region): Fix typo "on on -> on".
4494
4495 2011-05-10  Julien Danjou  <julien@danjou.info>
4496
4497         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
4498         symbol and not a list.
4499
4500 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4501
4502         * gnus-art.el (gnus-article-mode): Move binding of
4503         shr-put-image-function here from gnus-article-prepare-display.
4504
4505         * shr.el (shr-put-image-function): New variable.
4506         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
4507         (shr-put-image): Return scaled image.
4508
4509         * gnus-art.el (gnus-shr-put-image): New function.
4510         (gnus-article-prepare-display): Bind shr-put-image-function to it.
4511
4512         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
4513         original ones, as deletable.
4514
4515 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4516
4517         * nntp.el (nntp-open-connection): Set TCP keepalive option.
4518
4519 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4520
4521         * registry.el (registry-full): Add convenience method.  Fix logic.
4522         (registry-insert): Use it.  Fix logic here too.
4523
4524         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
4525         `registry-prune' if `registry-full' returns t.
4526         (gnus-registry-handle-action)
4527         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
4528         (gnus-registry-usage-test): Use it.
4529
4530 2011-05-07  Julien Danjou  <julien@danjou.info>
4531
4532         * shr.el (shr-link): Make shr-link inherit from link by default.
4533
4534 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
4535
4536         * shr.el (shr-urlify, shr-link): Fix shr-link face.
4537
4538 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4539
4540         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
4541         error out because the face is not a list.
4542
4543 2011-05-05  Glenn Morris  <rgm@gnu.org>
4544
4545         * proto-stream.el (gnutls-negotiate): Fix declarations.
4546
4547         * gnus-start.el (gnus-propagate-marks): Declare.
4548
4549 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
4550
4551         * registry.el (registry-reindex): Fix percentage message.
4552
4553         * proto-stream.el (network-stream-open-starttls): Adjust to call
4554         `gnutls-negotiate' with :process and :hostname arguments.
4555
4556 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
4557
4558         * shr.el: Add shr-link face for links.
4559         (shr-urlify): Use it.
4560
4561         * registry.el (registry-insert): Make error message more helpful.
4562
4563 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4564
4565         * gnus-html.el (gnus-html-schedule-image-fetching):
4566         Use url-queue-retrieve, if it exists.
4567
4568         * shr.el (shr-tag-img): Ditto.
4569
4570         * gnus.el: Autoload more gnus-agent functions.
4571
4572         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
4573         agent if we haven't already (bug#8502).
4574
4575         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
4576         into the Agent, too.
4577
4578         * gnus-agent.el (gnus-agent-store-article): New function.
4579
4580         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
4581         and moved from that file for reuse.
4582
4583         * pop3.el (pop3-open-server): Error messages are "-ERR".
4584
4585 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4586
4587         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
4588         (open-tls-stream): Remove superfluous tls/starttls autoloads.
4589
4590 2011-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4591
4592         * gnus.el: No Gnus v0.17 is released.
4593
4594 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4595
4596         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
4597         buffer has moved to a different frame.
4598
4599 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4600
4601         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
4602         to get the conversion from unibyte to multibyte buffers to work on
4603         Emacs 22.
4604
4605         * nntp.el (nntp-request-article): Slight clean-up.
4606
4607 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4608
4609         * shr.el (shr-strike-through): New face.
4610         (shr-tag-s): Use it to provide <s> support.
4611         (shr-tag-s): Remove duplicate definition.
4612
4613 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4614
4615         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
4616         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
4617
4618 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
4619
4620         * proto-stream.el (proto-stream-open-starttls): Give host parameter to
4621         `gnutls-negotiate'.
4622         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
4623
4624 2011-04-23  Glenn Morris  <rgm@gnu.org>
4625
4626         * gnus-sum.el (gnus-extra-headers): Bump :version.
4627
4628 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4629
4630         * shr.el (shr-tag-sup): New function.
4631         (shr-tag-sub): Ditto.
4632
4633 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
4634
4635         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
4636         for the case where `gnus-registry-ignored-groups' is a list of lists,
4637         and don't call `gnus-parameter-registry-ignore' otherwise.
4638
4639 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
4640
4641         * nnimap.el (nnimap-user): New backend variable.
4642         (nnimap-open-connection-1): Use it.
4643         (nnimap-credentials): Accept user parameter so it's explicit what user
4644         name is desired.
4645
4646         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
4647         default.
4648
4649         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
4650         not gnus-registry.el.
4651
4652         * gnus-registry.el: Mention in comments how to modify
4653         `gnus-extra-headers' for proper recipient tracking and that it may
4654         already have To and Cc recently, which it does as of this commit.
4655         (gnus-registry-ignored-groups): Remove defcustom.
4656         Explain why in comments.
4657         (gnus-registry-action): Fix data-header reference to use the extra
4658         headers.  Explain in package commentary how to add To and Cc headers to
4659         the gnus-extra-headers.
4660         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
4661         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
4662         parameter list or a string list in `gnus-registry-ignored-groups'.
4663         Fix logic error.
4664
4665 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4666
4667         * shr.el (shr-expand-url): Protect against null urls.
4668
4669 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4670
4671         * shr.el (shr-base): New binding.
4672         (shr-tag-base): Keep track of <base>.
4673         (shr-expand-url): New function used throughout.
4674
4675 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
4676
4677         * gnus-registry.el
4678         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
4679         (gnus-registry-ignored-groups): New variable.
4680         (gnus-registry-ignore-group-p): Use it.
4681         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
4682         set the destination group to nil (same as delete) if it's ignored.
4683
4684 2011-04-20  David Engster  <dengste@eml.cc>
4685
4686         * tests/gnustest-nntp.el: New file for simple NNTP testing.
4687
4688         * Makefile.in (test-nntp): New rule.
4689         (check): Add it.
4690         (test-registry): Change '$(EMACS_COMP)' to '$(EMACS) $(FLAGS)'.
4691
4692 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4693
4694         * gnus-registry.el (gnus-registry-action)
4695         (gnus-registry-fetch-header-fast):
4696         Don't use mail-header that looks an internal function of mailheader.el.
4697
4698 2011-04-19  Glenn Morris  <rgm@gnu.org>
4699
4700         * time-date.el (time-to-days): Remove unused local variables.
4701
4702 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4703
4704         * gnus-registry.el: Eliminate cl functions.
4705         (gnus-registry-sort-addresses): New function that replaces mapcan.
4706         (gnus-registry-action, gnus-registry-spool-action)
4707         (gnus-registry-split-fancy-with-parent)
4708         (gnus-registry-fetch-recipients-fast): Use it.
4709         (gnus-registry-import-eld): Replace delete* with dolist + delq.
4710
4711         * registry.el (initialize-instance, registry-lookup)
4712         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
4713         (registry-lookup-secondary-value, registry-search, registry-delete)
4714         (registry-insert, registry-reindex, registry-size, registry-prune):
4715         Use eval-and-compile.
4716
4717 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
4718
4719         * registry.el (registry-reindex): New method to recreate the secondary
4720         registry indices.
4721
4722         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
4723         tracked field changes.
4724         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
4725         (gnus-registry-action, gnus-registry-spool-action)
4726         (gnus-registry-handle-action)
4727         (gnus-registry--split-fancy-with-parent-internal)
4728         (gnus-registry-split-fancy-with-parent)
4729         (gnus-registry-register-message-ids): Add recipient tracking on spool,
4730         move, and delete actions, and for fancy splitting with parent.
4731         (gnus-registry-extract-addresses)
4732         (gnus-registry-fetch-recipients-fast)
4733         (gnus-registry-fetch-header-fast): Convenience functions.
4734         (gnus-registry-misc-test): ERT test of
4735         `gnus-registry-extract-addresses'.
4736
4737 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
4738
4739         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4740         Track by subject first, then sender.
4741
4742 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4743
4744         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
4745
4746         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
4747         Lisp.
4748
4749         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
4750         (gnus-draft-send): Use it to avoid popping
4751         up frames from gnus-group-send-queue.
4752
4753 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
4754
4755         * gnus-registry.el: Updated gnus-registry docs.
4756
4757 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
4758
4759         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4760         Fix logic bug.
4761         (gnus-registry-post-process-groups): Fix logging of no results and
4762         quote sender and subject.
4763
4764 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4765
4766         * proto-stream.el (proto-stream-open-starttls): Only do opportunistic
4767         STARTTLS upgrades if we have built-in gnutls support.  Upgrades via
4768         gnutls-cli are too slow to be done opportunistically.
4769
4770         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
4771         (gnus-read-active-for-groups): Don't try to finish getting stuff where
4772         we had no early-data returned.
4773         (gnus-get-unread-articles): Add a sanity check so that we don't issue
4774         two async commands to the same server at the same time.
4775
4776 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
4777
4778         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
4779
4780 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4781
4782         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
4783         "warning" level.
4784
4785         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
4786         (mm-url-insert-file-contents): Don't set the package names.
4787
4788 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
4789
4790         * gnus-registry.el (gnus-registry-action): Remove properties and
4791         simplify subject in `gnus-registry-handle-action'.
4792         (gnus-registry-spool-action): Get subject and sender from message if
4793         they are not passed in.
4794         (gnus-registry-handle-action): Remove properties and simplify subject
4795         consistently.
4796
4797 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4798
4799         * registry.el: Require CL before using defmacro*.
4800
4801 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4802
4803         * gnus-art.el (article-treat-date): Assume that
4804         gnus-article-date-headers may be a group parameter.
4805
4806 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
4807
4808         * gnus-registry.el (gnus-registry-handle-action): More debugging.
4809
4810         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
4811         interactively so the newsrc file can contain foreign groups too.
4812         Useful for debugging but not much for users.
4813
4814 2011-04-07  David Engster  <dengste@eml.cc>
4815
4816         * registry.el (registry-usage-test): Only do
4817         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
4818         lexical binding.
4819
4820 2011-04-07  David Engster  <dengste@eml.cc>
4821
4822         * Makefile.in (check, test-registry): New rules for test-suite.
4823
4824 2011-04-06  David Engster  <dengste@eml.cc>
4825
4826         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
4827         argument NOERROR for `require', since XEmacs 21.4 does not support it.
4828
4829 2011-04-06  David Engster  <dengste@eml.cc>
4830
4831         * registry.el (initialize-instance): Change :after to :AFTER to be
4832         compatible with old EIEIO version in XEmacs.
4833
4834 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4835
4836         * gnus-registry.el (gnus-registry-post-process-groups)
4837         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
4838         and provide better messaging.
4839
4840 2011-04-06  David Engster  <dengste@eml.cc>
4841
4842         * Makefile.in (fail-on-warning): New rule to compile with warnings as
4843         errors.
4844
4845         * dgnushack.el (dgnushack-compile-error-on-warn): New function to call
4846         dgnushack-compile with error-on-warn enabled, and to signal an error if
4847         clean compilation failed.
4848         (dgnushack-compile): New argument 'error-on-warn'.  If non-nil, compile
4849         with `byte-compile-error-on-warn'.  Return nil if errors occured.
4850
4851 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
4852
4853         * gnus-registry.el: Don't use ERT if it's not available.  Load it
4854         unconditionally anyway, discarding errors.
4855         (gnus-registry-delete-entries): New convenience function.
4856         (gnus-registry-import-eld): Import from old .eld registry.
4857
4858         * registry.el: Don't use ERT if it's not available.  Load it
4859         unconditionally anyway, discarding errors.
4860
4861         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
4862         version from the Claudio Bley GnuTLS patch (extra optional parameters
4863         and host name).
4864
4865 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
4866
4867         * gnus-registry.el (gnus-registry-fixup-registry): New function to
4868         fixup the parameters that can be customized by the user between
4869         save/read cycles.
4870         (gnus-registry-read): Use it.
4871         (gnus-registry-make-db): Use it.
4872         (gnus-registry-spool-action, gnus-registry-handle-action):
4873         Fix messaging.
4874         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
4875         Map references to actual group names with sender and subject tracking.
4876         (gnus-registry-post-process-groups): Use `cond' for better messaging.
4877         (gnus-registry-usage-test): Add subject lookup test.
4878
4879         * registry.el (registry-db, initialize-instance): Set up constructor
4880         instead of :initform arguments for the sake of older Emacsen.
4881         (registry-lookup-breaks-before-lexbind): New method to demonstrate
4882         pre-lexbind merge bug.
4883         (registry-usage-test): Use it.
4884         (initialize-instance, registry-db): Move the non-function initforms
4885         back to the class definition.
4886
4887 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
4888
4889         * registry.el: New library to manage gnus-registry-style data.
4890
4891         * gnus-registry.el: Use it (major rewrite).
4892
4893         * nnregistry.el: Use it.
4894
4895         * spam.el: Use it.
4896
4897 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4898
4899         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
4900         marks on non-selected articles.
4901
4902 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
4903
4904         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
4905         parameter to open-protocol-stream.
4906
4907 2011-04-01  Julien Danjou  <julien@danjou.info>
4908
4909         * mm-view.el (mm-display-inline-fontify): Do not fontify with
4910         fundamental-mode.
4911
4912 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4913
4914         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
4915         servers.
4916
4917 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4918
4919         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
4920         made marks not propagate, again.
4921
4922 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
4923
4924         * proto-stream.el (open-protocol-stream): Bring back `network' type.
4925         Make this the default type.
4926         (proto-stream-open-plain): Rename from proto-stream-open-default.
4927         (open-protocol-stream, proto-stream-open-starttls)
4928         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
4929         with `plain'.
4930
4931         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
4932         value.
4933
4934         * nntp.el (nntp-open-connection-function): Document the fact that some
4935         values are not functions but are instead handled specially.
4936         Recognize nntp-open-plain-stream value.
4937         (nntp-open-connection): Recognize that value.
4938
4939 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4940
4941         * dgnushack.el: Only do the defcustom compilation thing on XEmacs,
4942         where it seems to be needed.
4943
4944 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4945
4946         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
4947         stuff.
4948
4949         * gnus-score.el (gnus-score-string): Fix calling convention of
4950         `gnus-simplify-buffer-fuzzy' after last patches.
4951
4952         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
4953         server for articles we didn't get any headers for.  This is a sanity
4954         check.
4955
4956 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
4957
4958         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
4959         new CAPABILITY, use it.
4960
4961 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4962
4963         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
4964         downloading anything.
4965
4966         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
4967
4968 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
4969
4970         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
4971         colors.
4972         (gnus-splash-svg-color-symbols): New function.
4973
4974 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4975
4976         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
4977         instead of using the global gnus-simplify-subject-fuzzy-regexp.
4978         (gnus-simplify-subject-fuzzy): Use the local
4979         gnus-simplify-subject-fuzzy-regex instead of the global one.
4980         This makes using this variable in group parameters work.
4981
4982 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4983
4984         * gnus-registry.el (gnus-registry-unfollowed-groups):
4985         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
4986         archive:sent-YYYY-MM-DD groups).
4987         (gnus-registry-split-fancy-with-parent): Bail out early in sender
4988         tracking if there are more than `gnus-registry-max-track-groups'
4989         matches.
4990
4991 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4992
4993         * message.el (message--yank-original-internal): New function to do the
4994         insertion cleanly inside eval in `message-yank-original'.
4995         (message-yank-original): Use it.
4996
4997 2011-03-29  Julien Danjou  <julien@danjou.info>
4998
4999         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
5000         local variables disabled rather than `normal-mode'.
5001
5002 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
5003
5004         * imap.el (imap-shell-open, imap-process-connection-type):
5005         Use imap-process-connection-type for 'shell' streams as well as
5006         Kerberos, SSL, other subprocesses.
5007
5008 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
5009
5010         * proto-stream.el: Changes preparatory to merging open-protocol-stream
5011         with open-network-stream.
5012         (proto-stream-always-use-starttls): Option removed.
5013         (open-protocol-stream): Return a process object by default.  Provide a
5014         new parameter :return-list specifying a list-type return value, which
5015         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
5016         :type `network' to `try-starttls', and `network-only' to `default'.
5017         Make `default' the default, for compatibility with open-network-stream.
5018         Handle the no-parameter case exactly as open-network-stream, with no
5019         additional stream processing.  Search plists using plist-get.
5020         Explicitly add :end-of-commend parameter if it is missing.
5021         (proto-stream-open-default): Rename from
5022         proto-stream-open-network-only.  Return 'default as the type.
5023         (proto-stream-open-starttls): Rename from proto-stream-open-network.
5024         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
5025         failed.  Always return a list with a (possibly dead) process as the
5026         first element, for compatibility with open-network-stream.
5027         (proto-stream-open-tls): Use plist-get.  Always return a list.
5028         (proto-stream-open-shell): Return `default' as connection type.
5029         (proto-stream-capability-open): Use plist-get.
5030         (proto-stream-eoc): Function deleted.
5031
5032         * nnimap.el (nnimap-stream, nnimap-open-connection)
5033         (nnimap-open-connection-1): Handle renaming of :type parameter for
5034         open-protocol-stream.
5035         (nnimap-open-connection-1): Pass a :return-list parameter
5036         open-protocol-stream to obtain a list return value.  Parse this list
5037         using plist-get.
5038
5039         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
5040         for open-protocol-stream.  Accept open-protocol-stream return value
5041         that is a subprocess object instead of a list.  Handle the case of a
5042         dead returned process.
5043
5044 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
5045
5046         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
5047
5048         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
5049
5050 2011-03-21  Julien Danjou  <julien@danjou.info>
5051
5052         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
5053         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
5054         query.
5055         (mm-inline-text): Render normal text with fontification whenever
5056         possible.
5057
5058         * gnus-sum.el (gnus-summary-save-parts-1):
5059         * gnus-art.el (gnus-article-browse-html-save-cid-content)
5060         (gnus-article-browse-html-parts, gnus-mime-delete-part)
5061         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
5062         Use `mm-handle-filename'.
5063
5064         * mm-util.el (mm-handle-filename): New function, return the filename of
5065         an handle.
5066
5067 2011-03-18  Julien Danjou  <julien@danjou.info>
5068
5069         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
5070         (gnus-buffer-live-p): Check that buffer is not nil.
5071
5072 2011-03-17  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5073
5074         * gnus.el: No Gnus v0.15 is released.
5075
5076 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5077
5078         * time-date.el (format-seconds): Use assoc instead of assoc-string to
5079         avoid warning on XEmacs.
5080
5081         * dgnushack.el: Bind help-echo-owns-message to avoid a compiler warning
5082         on XEmacs.
5083
5084         * gnus-art.el: Require mouse, which the build bot seems to say is
5085         needed.
5086
5087         * dgnushack.el: Define url-retrieve-synchronously unless not defined.
5088
5089         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
5090         XEmacs, since it doesn't have url-retrieve-synchronously.
5091
5092         * time-date.el (format-seconds): Use assoc instead of assoc-string,
5093         since assoc-string doesn't exist in XEmacs.
5094
5095 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
5096
5097         * gnus-group.el (gnus-group-list-ticked): New function.
5098         (gnus-group-make-menu-bar): Provide a menu entry for it.
5099         (gnus-group-list-map): Provide a binding for it.
5100
5101 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5102
5103         * shr.el (shr-visit-file): New command.
5104
5105         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
5106
5107 2011-03-17  Bjørn Mork  <bjorn@mork.no>
5108
5109         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
5110         servers.
5111
5112 2011-03-16  Julien Danjou  <julien@danjou.info>
5113
5114         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
5115         inline.
5116
5117         * gnus-art.el (article-hide-list-identifiers):
5118         Use gnus-group-get-list-identifiers.
5119
5120         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
5121         (gnus-summary-remove-list-identifiers):
5122         Use gnus-group-get-list-identifiers to get regexp.
5123         (gnus-select-newsgroup, gnus-summary-insert-subject)
5124         (gnus-summary-insert-articles):
5125         Call gnus-summary-remove-list-identifiers unconditionally.
5126
5127 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5128
5129         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
5130         we're selecting a group with unread articles.
5131
5132         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
5133
5134         * gssapi.el: New file separated out from imap.el to provide a general
5135         Kerberos 5 connection facility for Emacs.
5136
5137         * message.el (message-elide-ellipsis): Document the format spec
5138         ellipsis.
5139
5140 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
5141
5142         * message.el (message-elide-region): Allow the ellipsis to say how many
5143         lines were removed.
5144
5145 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5146
5147         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
5148         window configurations containing buffers that are now dead.
5149
5150         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
5151         parsing to avoid integer overflows.
5152         (nnimap-parse-flags): Simplify the last change.
5153         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
5154         too large for 32-bit Emacsen.
5155
5156 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5157
5158         * auth-source.el (auth-source-netrc-create):
5159         * message.el (message-yank-original): Fix use of `case'.
5160
5161 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
5162
5163         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
5164         XEmacs, which was one character too wide.
5165
5166 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
5167
5168         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
5169         default number of articles to display.
5170         (gnus-articles-to-read): Use pretty names for prompt.
5171
5172 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5173
5174         * gnus-int.el (gnus-open-server): Ditto.
5175
5176         * gnus-start.el (gnus-activate-group): Give a backtrace if
5177         debug-on-quit is set and the user hits `C-g'.
5178         (gnus-read-active-file): Ditto.
5179
5180         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
5181
5182 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
5183
5184         * message.el (message-yank-original): Use cond instead of CL case.
5185
5186 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5187
5188         * auth-source.el (auth-source-netrc-create): Use usual format for the
5189         default in prompts.
5190
5191 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5192
5193         * lpath.el: Fbind read-char-choice for XEmacs.
5194
5195 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5196
5197         * auth-source.el (auth-source-netrc-create): Show the default in the
5198         prompt when prompting for token creation.
5199
5200 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5201
5202         * auth-source.el (auth-source-format-prompt): Always convert the value
5203         to a string to avoid evaluating non-string arguments.
5204         (auth-source-netrc-create): Offer default properly, not as initial
5205         content in `read-string'.
5206         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
5207         of line to determine if we've been run before.  If so, don't run again,
5208         but print a trivial message to indicate the cache was hit instead.
5209
5210 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
5211
5212         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
5213         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
5214         The user will have to run `gnus-sync-read' manually and wait for Cloudy
5215         Gnus.
5216
5217 2011-03-11  Julien Danjou  <julien@danjou.info>
5218
5219         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
5220         modified file".
5221
5222 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
5223
5224         * auth-source.el (auth-source-read-char-choice): New function to read a
5225         character choice using `dropdown-list', `read-char-choice', or
5226         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
5227         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
5228         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
5229         (auth-source-netrc-saver): Use it.
5230         (auth-source-pick-first-password): New convenience function.
5231
5232 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
5233
5234         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
5235         parameter in the credentials.
5236         (nnimap-open-connection-1): Use it after a successful login.
5237         (nnimap-credentials): Add IMAP-specific user and password prompt.
5238
5239         * auth-source.el (auth-source-search): Add :require parameter, taking a
5240         list.  Document it and the :save-function return token.  Pass :require
5241         down.  Change the CREATED message from a warning to a debug statement.
5242         (auth-source-search-backends): Pass :require down.
5243         (auth-source-netrc-search): Pass :require down.
5244         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
5245         Change save prompt to indicate all modifications saved here are
5246         deletions.
5247         (auth-source-netrc-create): Take user login name as default in user
5248         prompt.  Move all the save functionality to a lexically bound function
5249         under the :save-function token in the returned list.  Set up clearer
5250         default prompts for user, host, port, and secret.
5251         (auth-source-netrc-saver): New function, intended to be wrapped for
5252         :save-function.
5253
5254 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5255
5256         * shr.el (shr-table-horizontal-line): Change the defaults for the table
5257         lines to be spaces instead.
5258
5259 2011-03-07  Julien Danjou  <julien@danjou.info>
5260
5261         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
5262         (sieve-sasl-auth): Check that auth-source-search did return something,
5263         or just return an empty string.
5264
5265 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
5266
5267         * gnus.el (gnus-interactive): Use read-directory-name.
5268
5269         * gnus-uu.el (gnus-uu-decode-uu-and-save)
5270         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
5271         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
5272         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
5273         Likewise.
5274
5275         * gnus-group.el (gnus-group-make-directory-group): Likewise.
5276
5277 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5278
5279         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
5280         onto the list of killed groups, too.  This makes killed nnimap groups,
5281         for instance, more reliably not reappear.
5282
5283         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
5284         the parent.
5285
5286         * gnus-sum.el (gnus-update-read-articles): Fix typo.
5287
5288         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
5289         really have server-side marks.
5290
5291         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
5292         since most backends do not usefully have server-side marks.
5293         (gnus-update-read-articles): Propagate marks to all backends that
5294         really have server-side marks.
5295
5296 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
5297
5298         * message.el (message-cite-reply-position, message-cite-style):
5299         New variables.
5300         (message-yank-original): Use the new citation styles.
5301
5302 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
5303
5304         * message.el (message-options): Revert 22da67af (workaround for XEmacs
5305         buffer-local issue); don't mark it buffer-local when running under
5306         XEmacs.
5307
5308 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
5309
5310         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
5311         numbers too big to be `read'.
5312
5313 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
5314
5315         * password-cache.el (password-in-cache-p): Add autoload.
5316
5317         * message.el (message-options): Make buffer-local two ways to attempt
5318         to fix a XEmacs bug.
5319
5320 2011-03-02  Julien Danjou  <julien@danjou.info>
5321
5322         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
5323
5324 2011-03-01  Julien Danjou  <julien@danjou.info>
5325
5326         * gnus-art.el (list-identifier): Add list-identifier as a parameter
5327         group.
5328         (article-hide-list-identifiers): Use list-identifier group parameter.
5329
5330 2011-02-28  Julien Danjou  <julien@danjou.info>
5331
5332         * sieve.el (sieve-buffer-script-name): New local variable to store
5333         sieve script name.
5334         (sieve-edit-script): Store sieve script name.
5335         (sieve-upload): Use sieve script name when uploading.
5336         (sieve-upload): Use substitute-command-keys.
5337         (sieve-edit-script): Use substitute-command-keys.
5338         (sieve-refresh-scriptlist): Use substitute-command-keys.
5339         (sieve-manage-mode-map): Define keymap properly.
5340         (sieve-manage-mode): Do not set mode name manually, change mode-name to
5341         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
5342         Remove commented code about cvs.
5343         (sieve-manage-quit): New function.
5344         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
5345
5346 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5347
5348         * gnus-group.el (gnus-import-other-newsrc-file): New function.
5349
5350 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
5351
5352         * auth-source.el (auth-source-search): Cache empty result sets.
5353
5354         * password-cache.el (password-in-cache-p): Convenience function to
5355         check if a key is in the cache, even if the value is nil.
5356
5357         * auth-source.el (auth-source-save-behavior): New variable to replace
5358         `auth-source-never-create'.
5359         (auth-source-netrc-create): Use it.
5360         (auth-source-never-save): Remove.
5361
5362 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
5363
5364         * nnimap.el (nnimap-stream): Doc fix.
5365         (nnimap-open-connection-1): Reverse the order of the ports to that the
5366         prompted-for port is first.
5367
5368         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
5369         retrieval by the no-group selection.
5370
5371         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
5372         numerical parameters.
5373
5374 2011-02-25  Julien Danjou  <julien@danjou.info>
5375
5376         * gnus-gravatar.el: Use gnus-with-article-buffer.
5377
5378         * gnus-art.el (gnus-with-article-buffer): Check that the
5379         gnus-article-buffer is alive.
5380
5381 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
5382
5383         * auth-source.el (auth-source-creation-prompts): New variable to manage
5384         creation-time prompts.
5385         (auth-source-search): Document it.
5386         (auth-source-format-prompt): Add utility function.
5387         (auth-source-netrc-create): Don't default the user name to
5388         user-login-name.  Use `auth-source-creation-prompts' and some default
5389         prompts for user, host, port, and password (the default generic prompt
5390         remains ugly).
5391         (auth-source-never-save): Add customizable option to never save info.
5392         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
5393         mode excursion.
5394
5395 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5396
5397         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
5398         argument that XEmacs doesn't support.
5399
5400         * dgnushack.el (dgnushack-compile): Exclude color.el from being
5401         compiled for Emacsen having no `libxml-parse-html-region' support.
5402
5403         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
5404
5405         * lpath.el: Bind buffer-save-without-query for XEmacs.
5406
5407 2011-02-23  Julien Danjou  <julien@danjou.info>
5408
5409         * gnus-art.el (article-make-date-line): Ignore errors if time is
5410         invalid and not convertible.
5411         (article-make-date-line): Only add lapsed time if time is not nil.
5412
5413 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
5414
5415         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
5416         `read-char-choice' for backwards compatibility.
5417         (auth-source-netrc-element-or-first): New function to DTRT for
5418         parameter extraction.
5419         (auth-source-netrc-create): Use it and fix multiple parameter print
5420         bug.  Use the default passed from above (given-default) or the
5421         built-in (user-login-name for :user).
5422
5423 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
5424
5425         * gnus-start.el (gnus-dribble-read-file):
5426         Set buffer-save-without-query, since we always want to save the dribble
5427         file, probably.
5428
5429         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
5430         nnimap.
5431
5432         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
5433         -summary- since it's a user-visible variable.
5434
5435         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
5436         first time you use the new Gnus.
5437
5438 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
5439
5440         * auth-source.el: Don't load netrc.el.
5441         (auth-sources): Search ~/.netrc as well by default.
5442         (auth-source-debug): Add 'trivia option for extra output.
5443         (auth-source-do-trivia): Use it.
5444         (auth-source-search): Simplify logic to use
5445         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
5446         appropriate.  Don't keep a running count at this level.  Layer :create
5447         and :delete options appropriately on the first and second passes.
5448         Don't track the backend with the search results.
5449         (auth-source-search-backends): New function to search a list of
5450         backends for a processed spec.
5451         (auth-source-netrc-parse): Cache all netrc files, making
5452         auth-source-netrc-cache an alist keyed by the file name and using the
5453         file mtime as the caching criterion.  Keep the obfuscated data secret
5454         with a lexical bind.
5455         (auth-source-netrc-search): Don't calculate the length of the results
5456         unnecessarily.
5457         (auth-source-search-backends): Fix bug.
5458         (auth-source-netrc-create): Rework prompts.
5459
5460 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
5461
5462         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
5463         Lower case names of search constraints.
5464         (nnir-run-query): Cache and reuse search constraints for all imap
5465         servers.
5466
5467 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
5468
5469         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
5470         after exit.
5471         (gnus-setup-message): Define missing variable from last checkin.
5472
5473         * gnus-sum.el (gnus-summary-show-article): When called with t as the
5474         value, show the raw article.
5475
5476 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5477
5478         * gnus.el: No Gnus v0.13 is released.
5479
5480 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5481
5482         * nnimap.el (nnimap-open-connection-1): Revert last change, since
5483         auth-source now accepts numbers.
5484
5485         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
5486         spec, too.
5487         (auth-source-ensure-strings): New function.
5488
5489         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
5490         (gnus-article-setup-buffer): Always restart the date timer so that user
5491         changes to the frequency is respected.
5492
5493         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
5494         port numbers, so make sure it gets that if nnimap-server-port is
5495         explicit.
5496
5497 2011-02-21  Simon Josefsson  <simon@josefsson.org>
5498
5499         * nnimap.el (nnimap-inbox): Doc fix.
5500
5501 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
5502
5503         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
5504         Autoload.  Add optional arg FRAME, and pass it to color-values.
5505         (color-complement): Caller changed.  Doc fix.
5506         (color-gradient): Rewrite for better clarity and efficiency.
5507
5508 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
5509
5510         * shr-color.el (shr-color->hexadecimal): Use renamed function names
5511         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
5512         color-lab-to-srgb.
5513
5514 2011-02-20  Drew Adams  <drew.adams@oracle.com>
5515
5516         * color.el: First part of merge from hexrgb.el.
5517         (color-rgb-to-hex): Rename from color-rgb->hex.
5518         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
5519         saturation to zero if the value is too small.
5520         (color-rgb-to-hsl): Rename from color-rgb->hsl.
5521         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
5522         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
5523         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
5524         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
5525         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
5526         (color-cie-de2000): Doc fix.
5527
5528 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5529
5530         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
5531         given method as in the group name if we're using an extended method.
5532         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
5533         command, if we're using that, instead of waiting for the beginning.
5534
5535         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
5536         we're sure to get unique server names, and we don't output two async
5537         commands in the same buffer.  This fixes an NNTP hang for some users.
5538
5539 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5540
5541         * gnus.el: No Gnus v0.11 is released.
5542
5543 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
5544
5545         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
5546         summary buffer before reading going to the next buffer.  This avoids
5547         putting the point in the group buffer if you `C-g' the command.
5548
5549         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
5550         cache (for now) to make ~/.authinfo.gpg files usable.
5551
5552         * nnfolder.el (copyright-update): Define for the compiler.
5553
5554         * auth-source.el (auth-source-search): Fix unbound variable.
5555
5556 2011-02-19  Glenn Morris  <rgm@gnu.org>
5557
5558         * gnus.el (gnus-meta): Doc fix.
5559
5560 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
5561
5562         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
5563         in case it's not yet loaded.
5564
5565 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
5566
5567         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
5568         line we're waiting for.
5569
5570 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
5571
5572         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
5573         face with line-width greater than zero will cause RET in gnus summary
5574         buffer to scroll down article page-wise because auto vscroll happens,
5575         it should be temporally disabled when doing a scroll-up.
5576
5577 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
5578
5579         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
5580         outputs from the server.
5581
5582 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5583
5584         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
5585         later so that bbdb can hook in easier.
5586
5587 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
5588
5589         * auth-source.el (auth-source-search): Don't try to create credentials
5590         if the caller doesn't want that.
5591         (auth-source-search): If we don't find a match, don't bug out on
5592         non-bound variables.
5593         (auth-source-search): Only ask a single backend to create the
5594         credentials.
5595
5596         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
5597         logging.
5598         (nnimap-credentials): Protect against auth-source-search returning nil.
5599         (nnimap-request-list): Protect against not being able to open the
5600         server.
5601
5602 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
5603
5604         * auth-source.el (auth-source-search): Do a two-phase search, one with
5605         no :create to get the responses from all backends.
5606
5607         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
5608         when getting credentials.
5609
5610         * gnus-util.el (gnus-delete-duplicates): New function.
5611
5612 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
5613
5614         * nnimap.el (nnimap-credentials): Instead of picking the first port as
5615         a creation default, pass the whole port list down.  It will be
5616         completed.
5617
5618         * auth-source.el (auth-source-search): Updated docs to talk about
5619         multiple creation choices.
5620         (auth-source-netrc-create): Accept a list as a value (from the search
5621         parameters) and do completion on that list.  Keep a separate netrc line
5622         with the password obscured for showing the user.
5623
5624         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
5625         first choice to `auth-source-search' so it will be used for entry
5626         creation instead of the server's Gnus-specific name.
5627         (nnimap-credentials): Rely on the auth-source library to select which
5628         port is actually wanted in the new netrc entry, so don't override
5629         `auth-source-creation-defaults'.
5630
5631         * auth-source.el (auth-source-netrc-parse): Use :port instead of
5632         :protocol and accept a missing user, host, or port as a wildcard match.
5633         (auth-source-debug): Default to off.
5634
5635         (auth-source-netrc-search, auth-source-netrc-create)
5636         (auth-source-secrets-search, auth-source-secrets-create)
5637         (auth-source-user-or-password, auth-source-backend, auth-sources)
5638         (auth-source-backend-parse-parameters, auth-source-search): Use :port
5639         instead of :protocol.
5640
5641         * nnimap.el (nnimap-credentials): Pass a port default to
5642         `auth-source-search' in case an entry needs to be created.
5643         (nnimap-open-connection-1): Use :port instead of :protocol.
5644
5645 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5646
5647         * auth-source.el: Bind load-path when loading EIEIO from
5648         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
5649         21.4 doesn't support, to `require'.
5650         (auth-source-secrets-search): Use mm-delete-duplicates instead of
5651         delete-dups that is not available in XEmacs 21.4.
5652
5653 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
5654
5655         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
5656         as EIEIO must also be loaded when auth-source.el is being
5657         byte-compiled.
5658
5659 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5660
5661         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
5662
5663         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
5664
5665         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
5666
5667         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
5668
5669         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
5670
5671         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
5672
5673         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
5674
5675         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
5676         necessary.
5677
5678 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
5679
5680         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
5681         nil means that nnimap doesn't get updated.
5682
5683 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
5684
5685         * auth-source.el (auth-source-netrc-create): Return a synthetic search
5686         result when the user doesn't want to write to the file.
5687         (auth-source-netrc-search): Expect a synthetic result and proceed
5688         accordingly.
5689         (auth-source-cache-expiry): New variable to override
5690         `password-cache-expiry'.
5691         (auth-source-remember): Use it.
5692
5693         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
5694         parameter.  Create entry if necessary by using :create t.
5695         (nnimap-open-connection-1): Don't pass `inhibit-create'.
5696
5697 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
5698
5699         * auth-source.el (auth-source-debug): Enable by default and don't
5700         mention the obsolete `auth-source-hide-passwords'.
5701         (auth-source-do-warn): New function to debug unconditionally.
5702         (auth-source-do-debug): Use it.
5703         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
5704         and for Secrets API entries when the secrets.el library is not
5705         available.
5706
5707 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5708
5709         * gnus-sum.el (gnus-propagate-marks): Default to nil.
5710         (gnus-summary-exit): Kill the correct article buffer on exit from a
5711         `C-d' group.
5712
5713         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
5714         gnus-propagate-marks.
5715
5716         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
5717         before killing the buffers so that a non-full window conf gets handled
5718         correctly.
5719         (gnus-summary-exit): Ditto.
5720         (gnus-summary-read-group-1): Ditto.
5721
5722         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
5723         async code again so that we can debug it properly.
5724
5725         * message.el (message-reply): Take an optional switch-buffer parameter
5726         so that Gnus window confs are respected better.
5727
5728 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
5729
5730         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
5731         `plist-get' to accept non-list parameters (XEmacs issue).
5732         Fix docstring.
5733         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
5734         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
5735         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
5736         Login collection is "Login" and not "login".
5737
5738 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
5739
5740         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
5741         multiple headers.
5742
5743         * nnimap.el (nnimap-inhibit-logging): New variable.
5744         (nnimap-log-command): Don't log login commands.
5745
5746         * auth-source.el (auth-source-netrc-search): The asserts seem to want
5747         to have more parameters.
5748
5749         * nnimap.el (nnimap-send-command): Mark the command time for each
5750         command, so that we don't get NOOPs stepping on our toes.
5751
5752         * gnus-art.el (article-date-ut): Get the date from the Date header on
5753         `t'.
5754
5755 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5756
5757         * auth-source.el (auth-source-search): Use copy-sequence instead of
5758         the cl.el copy-list.
5759
5760 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
5761
5762         * imap.el: Bring it back (revert
5763         84d800cd31de3064f0ed39617d725709a2f8f42f).
5764
5765 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
5766
5767         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
5768         Improve prompt.
5769
5770 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
5771
5772         * gnus-art.el (gnus-article-mode-line-format): Remove the article
5773         washing status from the default format.  It isn't very informative.
5774
5775 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
5776
5777         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
5778         Fix Gcc processing on imap.
5779
5780 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
5781
5782         * imap.el: Remove file.  All the functionality is in nnimap.el.
5783
5784 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5785
5786         * message.el (message-bury): Don't pop up a new window when selected
5787         window is dedicated.
5788
5789 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
5790
5791         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
5792
5793 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
5794
5795         * sieve-manage.el: Autoload `auth-source-search'.
5796         (sieve-sasl-auth): Use it.
5797
5798 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
5799
5800         * nnimap.el: Autoload `auth-source-forget+'.
5801         (nnimap-open-connection-1): Use it if the connection fails.
5802
5803         * auth-source.el: Require `password-cache'.
5804         (auth-source-hide-passwords, auth-source-cache): Remove and mark
5805         obsolete.
5806         (auth-source-magic): Marker for `password-cache' keys.
5807         (auth-source-do-cache): Update docstring.
5808         (auth-source-search): Use and check cache.
5809         (auth-source-forget-all-cached, auth-source-remember)
5810         (auth-source-recall, auth-source-forget, auth-source-forget+)
5811         (auth-source-specmatchp): Caching support functions.
5812         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
5813         Remove and obsolete.
5814         (auth-source-user-or-password): Remove caching to further discourage
5815         using it.  Always hide passwords.
5816
5817         * password-cache.el (password-cache-remove): Accept secrets that are
5818         not strings.
5819
5820 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
5821
5822         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
5823         code for now, since it doesn't work for all users.
5824
5825 2011-02-09  Julien Danjou  <julien@danjou.info>
5826
5827         * message.el (message-options): Make message-options really buffer
5828         local.
5829
5830 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
5831
5832         * mail-source.el: Autoload `auth-source-search'.
5833         (mail-source-keyword-map): Note order matters.
5834         (mail-source-set-1): Get all the mail-source source values and
5835         defaults and search auth-source on those if needed.  This can all
5836         probably be simplified.
5837
5838         * nnimap.el: Autoload `auth-source-search'.
5839         (nnimap-credentials): Use it.
5840         (nnimap-open-connection-1): Ask for the virtual server and physical
5841         address in one shot.
5842
5843         * nntp.el: Autoload `auth-source-search'.
5844         (nntp-send-authinfo): Use it.  Note TODO.
5845
5846 2011-02-08  Julien Danjou  <julien@danjou.info>
5847
5848         * shr.el (shr-tag-body): Add support for text attribute in body
5849         markups.
5850
5851         * message.el (message-options): Make message-options a local variable.
5852
5853 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
5854
5855         * auth-source.el (auth-source-secrets-search)
5856         (auth-source-user-or-password): Use `append' instead of `nconc'.
5857         (auth-source-user-or-password): Build return list better and protect
5858         against nil :secret.
5859
5860 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
5861
5862         * nnimap.el (nnimap-update-info): Refactor slightly.
5863         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
5864         (nnimap-update-info): Clean up slightly.
5865         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
5866         characters.
5867         (nnimap-process-quirk): Rename function to avoid collision.
5868         (nnimap-update-info): Fix macrology bug-out.
5869         (nnimap-update-info): Simplify split history test.
5870
5871 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
5872
5873         * auth-source.el (top): Require 'eieio unconditionally.
5874         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
5875         (auth-source-secrets-search): Limit search when `max' is greater than
5876         number of results.
5877
5878 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
5879
5880         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
5881         part not returning any data.
5882
5883         * proto-stream.el (open-protocol-stream): Document the return value.
5884
5885 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
5886
5887         * auth-source.el (auth-source-secrets-search): Add examples.
5888
5889 2011-02-06  Julien Danjou  <julien@danjou.info>
5890
5891         * message.el (message-setup-1): Handle message-generate-headers-first
5892         set to t.
5893
5894 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
5895
5896         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
5897         API with a string "secrets:collection-name" and with 'default.
5898         (auth-source-backend-parse): Parse "secrets:collection-name" and
5899         'default.  Recurse on parses instead of repeating code.  Use the
5900         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
5901         message when ignoring a source.
5902         (auth-source-search): List ignored search keys at the top level.
5903         (auth-source-netrc-create): Use `case' instead of `cond'.
5904         (auth-source-secrets-search): Created with TODOs.
5905         (auth-source-secrets-create): Created with TODOs.
5906         (auth-source-retrieve, auth-source-create, auth-source-delete)
5907         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5908         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5909         (auth-source-user-or-password-sftp)
5910         (auth-source-user-or-password-smtp): Remove.
5911         (auth-source-user-or-password): Deprecated and modified to be a wrapper
5912         around `auth-source-search'.  Not tested thoroughly.
5913
5914 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
5915
5916         * auth-source.el: Bring in assoc and eioeio libraries.
5917         (secrets-enabled): New variable to track the status of the Secrets API.
5918         (auth-source-backend): New EIOEIO class to represent a backend.
5919         (auth-source-creation-defaults): New variable to set prompt defaults
5920         during token creation (see the `auth-source-search' docstring for
5921         details).
5922         (auth-sources): Simplify to allow a simple string as a netrc backend
5923         spec.
5924         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
5925         (auth-source-backend-parse-parameters): Fill in the backend parameters.
5926         (auth-source-search): Main auth-source API entry point.
5927         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
5928         (auth-source-search-collection): Helper function for searching.
5929         (auth-source-netrc-parse, auth-source-netrc-normalize)
5930         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
5931         Supports search, create, and delete.
5932         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
5933         backend stubs.
5934         (auth-source-user-or-password): Call `auth-source-search' but it's not
5935         ready yet.
5936
5937 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
5938
5939         * message.el (message-setup-1): Remove the read-only stuff, since it
5940         doesn't work under XEmacs, for some reason.
5941
5942         * gnus-sum.el (gnus-user-date): Rename back from
5943         gnus-summary-user-date since user code refers to it.
5944
5945         * shr.el (shr-render-td): Store the actual background color used.
5946
5947         * message.el (message-setup-1): Don't bind the constant
5948         -forbidden-properties.
5949         (message-setup-1): Revert previous change, since it needs to bind the
5950         props to insert them.
5951         (message-resend): Allow removing the read-only separator line.
5952
5953 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5954
5955         * nnimap.el (nnimap-request-accept-article): Give an error message if
5956         the APPEND wasn't successful.
5957
5958 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
5959
5960         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
5961         that have no groups.
5962
5963 2011-02-03  Julien Danjou  <julien@danjou.info>
5964
5965         * gnus-draft.el: Remove progn around gnus-draft-setup.
5966
5967 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
5968
5969         * gnus-start.el (gnus-read-active-for-groups): This function is never
5970         called with a nil `infos', so clean that up.
5971         (gnus-get-unread-articles): Request active files from primary/secondary
5972         methods that have no groups (yet).
5973
5974 2011-02-03  Julien Danjou  <julien@danjou.info>
5975
5976         * message.el (message-setup-1): Always generate References first.
5977         (message-mail): Return the return value of message-setup, not always t.
5978         (message-setup-1): Insert mail-header-separator with read-only and
5979         intangible properties set.
5980
5981         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
5982         user-date in docstring.
5983
5984         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
5985
5986         * gnus.el (gnus-summary-line-format): Mention &user-date format in
5987         docstring.
5988
5989         * gnus.el (gnus-user-date-format-alist): Change default value.
5990         Use defcustom, with type and group. Move from gnus-util.el.
5991         Rename to gnus-summary-user-date-format-alist.
5992
5993 2011-02-03  Glenn Morris  <rgm@gnu.org>
5994
5995         * nnimap.el (gnus-fetch-headers): Declare.
5996
5997         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
5998
5999 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
6000
6001         * message.el (message-forward-make-body-digest-plain)
6002         (message-followup, message-reply): Clean up things noted by Stefan.
6003
6004         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
6005         gnus-article-update-date-headers is nil.
6006         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
6007         it didn't really work with defcustom.
6008         (article-update-date-lapsed): Make sure the window start doesn't move,
6009         either.
6010
6011 2011-02-01  Julien Danjou  <julien@danjou.info>
6012
6013         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
6014         format.
6015
6016         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
6017         standard in Emacs nowadays.
6018
6019         * color.el (color-gradient): Add a color-gradient function.
6020
6021 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6022
6023         * message.el (message-expand-name): Don't trust the return value of
6024         bbdb-complete-name.
6025         (message-check-news-header-syntax): Remove unused var `start'.
6026         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
6027         (message-inhibit-body-encoding): Move to before first use.
6028         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
6029         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
6030         (Organization, Message-ID, Date, mh-previous-window-config):
6031         Defvar the vars using dynamic scoping.
6032
6033 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
6034
6035         * shr.el (shr-render-td): Only do colors at the final rendering.
6036         Should be slightly faster.
6037         (shr-insert-table): Fix up TD background colors when doing the
6038         vertical padding.
6039
6040         * gnus-art.el (article-date-ut): Protect against articles with no Date
6041         header.
6042         (article-update-date-lapsed): Don't use current-column to find the
6043         horizontal position.  It's fragile in the presence of \003 characters.
6044
6045         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
6046
6047 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
6048
6049         * gnus-art.el (article-transform-date): Rewrite to still work when
6050         there are several rfc2822 parts.
6051         (article-transform-date): Fix infinite recursion.
6052         (article-date-ut): Replace infinitely many Date headers with a single
6053         one when called interactively.
6054
6055         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
6056         secure manner.
6057
6058         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
6059         move around by not using save-window-excursion.  It seems to work...
6060
6061 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6062
6063         * gnus-art.el (article-make-date-line): Work for user-defined format.
6064
6065 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
6066
6067         * nntp.el (nntp-retrieve-group-data-early)
6068         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
6069         fetching functions.
6070
6071         * gnus-start.el (gnus-read-active-for-groups): Read the active files
6072         thoroughly for all backends that have no known groups.  This should
6073         allow new nnml methods to retrieve mail.
6074
6075         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
6076         that Gnus doesn't know exists again.
6077
6078         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
6079         (gnus-treat-date-ut): Ditto.
6080         (gnus-article-update-date-header): Rename.
6081         (gnus-treat-date-local): Remove.
6082         (gnus-treat-date-english): Remove.
6083         (gnus-treat-date-lapsed): Remove.
6084         (gnus-treat-date-combined-lapsed): Remove.
6085         (gnus-treat-date-original): Remove.
6086         (gnus-treat-date-iso8601): Remove.
6087         (gnus-treat-date-user-defined): Remove.
6088         (gnus-article-date-headers): New variable to control all the date
6089         header options.
6090         (article-date-ut): Rewrite to allow using the new way to format date
6091         headers(s).
6092
6093 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
6094
6095         * nnmail.el (nnmail-article-group): Check for a direct fancy split
6096         method.
6097         (nnmail-article-group): A better test for fanciness.
6098
6099         * nnimap.el (nnimap-request-head): Protect against not finding the
6100         article by Message-ID.
6101
6102 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
6103
6104         * gnus-art.el (article-update-date-lapsed): Try a better way to really
6105         keep point at the "same place".
6106
6107 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
6108
6109         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
6110         data if the group is inactive.
6111
6112 2011-01-28  Julien Danjou  <julien@danjou.info>
6113
6114         * gnus-win.el: Remove dead function gnus-window-configuration-element.
6115         (gnus-all-windows-visible-p): Remove old compatibility code.
6116         (gnus-window-top-edge): Add docstring.
6117
6118         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
6119
6120 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
6121
6122         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
6123         older request-update-info.
6124
6125         * gnus-art.el (article-make-date-line): Limit the length a bit more.
6126
6127 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
6128
6129         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
6130         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
6131
6132 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
6133
6134         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
6135         groups.  This makes the nndraft:queue group pop up if it's not already
6136         there.
6137
6138         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
6139         messages" logic, which was reversed.
6140
6141         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
6142         the "same place" even if point is on the line being replaced.
6143         (article-update-date-lapsed): Allow updating both the combined lapsed
6144         and the lapsed headers.
6145         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
6146         (article-make-date-line): Limit the number of segments dynamically to
6147         avoid too-long lines.
6148
6149 2011-01-27  Julien Danjou  <julien@danjou.info>
6150
6151         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
6152         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
6153
6154 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6155
6156         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
6157         Use plist-get instead of the cl function getf.
6158
6159 2011-01-27  Glenn Morris  <rgm@gnu.org>
6160
6161         * gnus-util.el (float-time): Get rid of compiler warning, again.
6162
6163 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
6164
6165         * shr.el (shr-put-color): Special-case background colors: Do put them
6166         at the blank parts at the front of the lines.
6167
6168         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
6169         exit hook to nix out all data on readedness on group exit.
6170
6171         * gnus-util.el (float-time): If float-time is bound, always use it on
6172         all Emacsen.  It's unclear why the subrp check was there.
6173         (time-date): Require to make some autoload issues on XEmacs go away.
6174
6175         * shr.el (shr-put-color): Don't do the box padding in tables, since
6176         they're already padded.
6177
6178 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
6179
6180         * gnus-art.el (gnus-article-next-page): When the last line of the
6181         article is displayed, scroll down once more instead of going to the
6182         next article at once.
6183         (article-lapsed-string): Refactor out and allow specifying how many
6184         segments you want.
6185         (gnus-article-setup-buffer): Start updating the lapsed header directly.
6186         (gnus-article-update-lapsed-header): New variable.
6187
6188         * shr.el: Revert change that made headings use different-sized faces.
6189         The Emacs display engine isn't advanced enough that, for instance,
6190         tables can comfortably use differently-sized faces.
6191
6192 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
6193
6194         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
6195         used.
6196         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
6197         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
6198         we're using an encrypted connection.
6199
6200         * proto-stream.el: Alter the interface functions to also return the
6201         actual stream type used: network or tls.
6202
6203 2011-01-25  Julien Danjou  <julien@danjou.info>
6204
6205         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
6206         (mm-display-javascript-inline): New function.
6207
6208         * mm-decode.el (mm-inline-media-tests): Add application/javascript
6209         viewing function.
6210
6211 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6212
6213         * shr.el (shr-expand-newlines): Fix variable name.
6214
6215 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
6216
6217         * shr.el (shr-expand-newlines): Make nested boxes work.
6218
6219 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
6220
6221         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
6222         backgrounds.
6223         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
6224         in a more sensible manner.
6225
6226 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
6227
6228         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
6229         if EPG is loaded.
6230
6231 2011-01-24  Julien Danjou  <julien@danjou.info>
6232
6233         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
6234         tags.
6235
6236 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
6237
6238         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
6239         commands.
6240
6241         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
6242         in the article buffer.
6243         (gnus-gravatar-insert): Use blank space from the current buffer to
6244         avoid breaking text properties.  This makes X-Sent updating work again.
6245
6246         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
6247
6248 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
6249
6250         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
6251         fix the bug in url-http.el instead.
6252
6253         * shr.el (shr-image-fetched): Ditto.
6254
6255         * shr.el (shr-image-fetched): Avoid having point move in the article
6256         buffer.
6257
6258         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
6259         buffer after being called.  It's apparently being killed by url.el, and
6260         killing it made point move to end-of-buffer in a random buffer.
6261
6262         * shr.el (shr-image-fetched): Ditto.
6263
6264 2011-01-23  Julien Danjou  <julien@danjou.info>
6265
6266         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
6267
6268         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
6269         text/x-org.
6270
6271 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6272
6273         * gnus-sum.el (gnus-summary-move-article): Protect against backends
6274         (i.e., nnimap) returning nil as the article number.
6275
6276 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
6277
6278         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
6279         "DelSp" parameter in RFC3676.
6280
6281 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6282
6283         * message.el (message-check-recipients): Display the encoded version of
6284         the bogus address if they differ.
6285
6286         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
6287         after sending.
6288
6289         * gnus-agent.el (gnus-agent-send-mail): Ditto.
6290
6291         * gnus-group.el (gnus-group-refresh-group): New convenience function.
6292
6293         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
6294         group buffer after sending the queue.
6295
6296         * gnus-agent.el (gnus-agent-send-mail): Ditto.
6297
6298 2011-01-22  Julien Danjou  <julien@danjou.info>
6299
6300         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
6301
6302 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
6303
6304         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
6305         nested related parts.
6306
6307         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
6308         unexpired articles.  This fixes the regression that led expiry marks to
6309         disappear from nnfolder groups.
6310
6311 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6312
6313         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
6314         Don't confuse the "ret" of "retrograde" with RET.
6315
6316 2011-01-21  Julien Danjou  <julien@danjou.info>
6317
6318         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
6319         than mm-insert-inline.
6320
6321 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6322
6323         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
6324         Widen article buffer.
6325
6326 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6327
6328         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
6329         the temp buffer.
6330         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
6331
6332 2011-01-20  Julien Danjou  <julien@danjou.info>
6333
6334         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
6335
6336         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
6337         than mm-insert-inline to insert inline part: this respect
6338         mm-inline-media-tests displayers.
6339
6340         * mm-view.el (mm-display-shell-script-inline): New function.
6341
6342         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
6343
6344         * mm-uu.el (mm-uu-type-alist): Add org block.
6345         (mm-uu-org-src-code-block-extract): New function.
6346
6347         * mm-view.el (mm-display-org-inline): New function.
6348
6349         * mm-decode.el (mm-automatic-display): Add text/org.
6350
6351         * mailcap.el (mailcap-mime-extensions): Add .org.
6352
6353 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6354
6355         * gnus-art.el (gnus-article-highlight): Remove argument passed to
6356         gnus-article-add-buttons.
6357
6358 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
6359
6360         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
6361         From header with a date and "nobody" as the sender.
6362
6363 2011-01-19  Julien Danjou  <julien@danjou.info>
6364
6365         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
6366         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
6367         if you have the same regexp several times.
6368         (gnus-button-push): Fix matching when regexp is symbol.
6369
6370 2011-01-15  Glenn Morris  <rgm@gnu.org>
6371
6372         * message.el (message-mail): A compose-mail function should
6373         accept headers as strings.
6374
6375 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
6376
6377         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
6378         Add :vert-only tags.
6379         (message-mail): New arg RETURN-ACTION.
6380         (message-return-action): New var.
6381         (message-bury): Use it.
6382         (message-mode): Make it buffer-local.
6383         (message-send-and-exit): Always call message-bury.
6384
6385         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
6386         message-mail.
6387
6388 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6389
6390         * nnimap.el (nnimap-convert-partial-article): Protect against
6391         zero-length body parts.
6392
6393         * mm-decode.el (mm-preferred-alternative-precedence):
6394         Discourage showing empty parts.
6395
6396         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
6397         and stuff if the backend didn't return the article number.  This fixes
6398         an Exchange-related nnimap bug.
6399
6400         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
6401         group window, because it does the wrong thing when a separate frame
6402         displays the group buffer.
6403
6404         * proto-stream.el (open-protocol-stream): Protect against the low-level
6405         transport functions returning nil.
6406
6407 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
6408
6409         * mml2015.el (epg-sub-key-fingerprint): Autoload.
6410         (mml2015-epg-find-usable-secret-key): New function.
6411         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
6412         mml2015-epg-find-usable-key (Bug#7797).
6413         (mml2015-epg-encrypt): Ditto.
6414
6415 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6416
6417         * dgnushack.el (rot13-string): Fix the way to get the argument.
6418
6419 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6420
6421         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
6422
6423 2011-01-03  Glenn Morris  <rgm@gnu.org>
6424
6425         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
6426
6427         * sieve.el (sieve-open-server): Give a more explicit error if
6428         sieve-manage-open returns nil.  (Bug#7720)
6429
6430 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
6431
6432         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
6433
6434 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6435
6436         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
6437         This avoids sending passwords in plain text over non-encrypted
6438         channels.
6439
6440         * shr.el (shr-rescale-image): Display all GIF images as animated images.
6441
6442         * nnimap.el (nnimap-login): Refactored out into own function, and
6443         implement CRAM-MD5.
6444         (nnimap-wait-for-line): Refactored out.
6445
6446         * mm-view.el (mml-smime): Require.
6447
6448 2010-12-20  David Engster  <deng@eml.cc>
6449
6450         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
6451         use EPG to decrypt S/MIME messages instead of openssl.
6452
6453 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6454
6455         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
6456
6457         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
6458         status is the group clearly is unreachable.
6459
6460         * auth-source.el (auth-source-create): Add the optional second
6461         parameter to `local-variable-p' to be compatible with XEmacs.
6462
6463 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
6464
6465         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
6466         work when using a compressed nnml folder.
6467
6468 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6469
6470         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
6471         backends after sanitising on entry, because this never makes sense:
6472         If the articles have gone missing, then the data no longer exists on
6473         the backend, and if they haven't, then Gnus is wrong, and shouldn't
6474         overwrite anything anyway.
6475
6476         * shr.el (shr-insert-document): Bind shr-width dynamically to
6477         window-width if it's nil.
6478
6479 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
6480
6481         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
6482         with the meaning of using the full emacs window width for rendering.
6483
6484 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
6485
6486         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
6487         case when sender is not given.
6488
6489 2010-12-23  Julien Danjou  <julien@danjou.info>
6490
6491         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
6492         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
6493         the addresses, otherwise we might misplaced the gravatar.
6494
6495 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
6496
6497         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
6498         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
6499         obsolete in Emacs.
6500
6501 2010-12-20  Julien Danjou  <julien@danjou.info>
6502
6503         * gnus-util.el (gnus-rescale-image): Revert last change.
6504
6505 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
6506
6507         * binhex.el: Improve commentary (Bug#7482).
6508
6509 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6510
6511         * gnus-group.el (gnus-group-delete-articles): New command.
6512
6513 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
6514
6515         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
6516
6517 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6518
6519         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
6520         here, since it's up to the backends to do CRLF removal if their
6521         protocol has it.
6522
6523         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
6524
6525 2010-12-17  Julien Danjou  <julien@danjou.info>
6526
6527         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
6528         they are from file.  Can also scale up.
6529
6530 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
6531
6532         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
6533         Restore gnus-use-agent.
6534         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
6535
6536         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
6537
6538 2010-12-17  Julien Danjou  <julien@danjou.info>
6539
6540         * gravatar.el (gravatar-retrieve-synchronously): New function.
6541         (gravatar-get-data): Make more robust.
6542
6543 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6544
6545         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
6546
6547 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6548
6549         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
6550         to really consider the last line.
6551
6552 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
6553
6554         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
6555         list of recipient keys, or use symmetric encryption if not a list.
6556         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
6557         EPA override, replacing the call to `netrc-store-data'.
6558
6559 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
6560
6561         * gnus-srvr.el: Avoid passing nil regexp argument to
6562         delete-matching-lines.
6563
6564 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6565
6566         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
6567         fetching stops when Gnus exits.
6568
6569         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
6570         function.
6571         (nnfolder-request-expire-articles): Save all the buffers after doing
6572         expiry.
6573
6574         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
6575         the last article", since that led to serious performance regressions
6576         when expiring nnml groups.
6577
6578 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
6579
6580         * nnir.el: Improve customizations.
6581
6582 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6583
6584         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
6585
6586         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
6587         group has been killed.
6588         (gnus-group-yank-group): Ditto.
6589
6590         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
6591
6592         * nnimap.el (nnimap-request-update-group-status): New function.
6593
6594         * gnus-int.el (gnus-request-update-group-status): New interface
6595         function.
6596
6597         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
6598         copying read-ness to the backends.
6599
6600         * nnimap.el (nnimap-quirk): New function.
6601         (nnimap-retrieve-group-data-early): Use it.
6602         (nnimap-quirks): New alist.
6603
6604 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6605
6606         * shr.el (shr-insert): Set shr-start after deleting trailing space;
6607         don't delete it within indentation.
6608
6609 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6610
6611         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
6612         previous line.
6613
6614 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6615
6616         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
6617         QRESYNC command by deleting a superfluous space which broke Cyrus
6618         servers.  This change will break other servers that are buggy the other
6619         way around.
6620
6621 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
6622
6623         * spam.el: Reindent and fix long lines.
6624         (spam-copy-or-move-routine): Exclude invalid move destinations.
6625
6626 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
6627
6628         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
6629         installed the registry.
6630
6631 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6632
6633         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
6634
6635 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6636
6637         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
6638         groupname doesn't contain "gmane".
6639
6640 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6641
6642         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
6643         and netrc-bound-and-true-p bindings.
6644         (netrc-parse): Cache the netrc contents.
6645
6646         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
6647         (gnus-1): Don't create the nndrafts group twice.
6648         (gnus-setup-news): There's no need to read the active file here, since
6649         that's done again later on a per-backend basis.
6650         (gnus-start-draft-setup): Make sure that the new group is started out
6651         empty.
6652
6653         * gnus-agent.el (gnus-agentize): Don't create the queue group
6654         automatically on startup.  It'll be created later, if needed.
6655
6656         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
6657         of automatically subscribed groups.
6658         (gnus-auto-subscribed-categories): New variable.
6659         (gnus-matches-options-n): Use it.
6660         (gnus-default-subscribed-newsgroups): Remove unused variable.
6661         (gnus-start-draft-setup): Message a bit less.
6662
6663 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
6664
6665         * nnir.el (nnir-run-imap): Return article list in order of increasing
6666         UID.
6667
6668 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6669
6670         * gnus-sum.el (gnus-summary-enter-digest-group):
6671         Mention gnus-auto-select-on-ephemeral-exit.
6672
6673         * proto-stream.el (proto-stream-open-network-only): Fix the calling
6674         convention of the network-only option.
6675
6676 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6677
6678         * proto-stream.el (proto-stream-open-network-only): New function to
6679         have a way to specify non-STARTTLS upgrade connections.
6680
6681 2010-12-10  Julien Danjou  <julien@danjou.info>
6682
6683         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
6684         email address is nil.
6685
6686         * message.el (message-bogus-recipient-p): Set address to "" if nil.
6687
6688 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
6689
6690         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
6691         deletion.
6692         (nnir-run-imap): Only need to parse list once.
6693
6694 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6695
6696         * shr.el (shr-tag-script): Ignore <script>.
6697         (shr-tag-label): Add <label> support.
6698
6699 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6700
6701         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
6702
6703         * shr.el (shr-image-displayer): Work for images lined side by side.
6704
6705 2010-12-08  Robert Pluim  <rpluim@gmail.com>
6706
6707         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
6708         parameter, since XEmacs doesn't accept t as a parameter.
6709
6710 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
6711
6712         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
6713         ids.
6714         (nnir-run-gmane): Simplify groupspec formatting.
6715         (nnir-request-expire-articles): New function.
6716
6717 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6718
6719         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
6720         overflow, possibly.
6721
6722         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
6723         (shr-render-td): Handle td style="" better.
6724         (shr-tag-table): Use the color from the style sheet.
6725         (shr-render-td): Make sure we copy over all the overlays, too.
6726
6727 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
6728
6729         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
6730         (nnir-request-article): Improve article retrieval.
6731
6732 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6733
6734         * mm-util.el (mm-extra-numeric-entities): New variable.
6735
6736         * mm-url.el (mm-url-decode-entities):
6737         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
6738
6739         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
6740
6741 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6742
6743         * message.el: Use completion-at-point.
6744         (message-completion-function): New fun, extracted from message-tab.
6745         (message-mode): Use it for completion-at-point-functions.
6746         (message-tab): Use it and completion-at-point.
6747
6748 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6749
6750         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
6751         character if a non-breakable character follows.
6752
6753 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6754
6755         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
6756         any stream.
6757
6758         * shr.el (shr-tag-font): Colorize the region.
6759         (shr-tag-body): Ditto.
6760         (shr-tag-font): Actually let the styles be inherited instead of
6761         overwriting them.
6762         (shr-tag-font): Get the background color right.
6763         (shr-tag-style): Ignore all <style> tags for the moment.
6764
6765         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
6766         a Message-ID to avoid having nnimap depend on gnus-sum.
6767
6768         * shr.el (shr-descend): Only colorize something if we have a node that
6769         sets colors.
6770
6771 2010-12-06  Julien Danjou  <julien@danjou.info>
6772
6773         * shr.el (shr-render-td): Render td content with shr-descend, so style
6774         will be applied to <td> too.
6775         (shr-colorize-region): Colorize region even if we only have a background.
6776         (shr-tag-body): Fix color and background color inheritance.
6777         Do not recolorize after shr-generic.
6778         (shr-tag-font): Let shr-generic colorize via inheritance.
6779
6780 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6781
6782         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
6783
6784 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
6785
6786         * nnir.el (nnir-request-move-article): Remove obsolete code.
6787
6788 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6789
6790         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
6791
6792 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6793
6794         * gnus-sum.el (gnus-summary-respool-article): The completion function
6795         expects a list instead of an alist.
6796
6797         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
6798         string as the parameter.
6799
6800         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
6801
6802         * shr.el (shr-stylesheet): New dynamic variable for cascading the
6803         styles.
6804         (shr-colorize-region): New function.
6805         (shr-insert-background-overlay): Remove.
6806         (shr-render-td): Background setting should be taken care of on a higher
6807         level.
6808         (shr-tag-body): Use post-hoc colorizations.
6809         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
6810         (shr-put-color-1): Don't overwrite old colors.
6811         (shr-colorize-region): When the background color isn't explicit, use
6812         a fixed background.
6813
6814         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
6815         nnmail variables.
6816
6817 2010-12-05  Bjørn Mork  <bjorn@mork.no>
6818
6819         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
6820         unless necessary.
6821
6822 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
6823
6824         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
6825         server.
6826
6827 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6828
6829         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
6830         so that TAB works.
6831
6832         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
6833         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
6834
6835         * shr.el (shr-urlify): Show the URL before the title to avoid
6836         misleading URLs.
6837
6838 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
6839
6840         * shr.el (shr-urlify): Display the title in <a> tags.
6841
6842 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
6843
6844         * nnir.el (nnir-categorize): Replace mapcar with mapc.
6845
6846 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
6847
6848         * nnir.el: Rearrange code to allow macros to be autoloaded by
6849         gnus-sum.el.
6850         (nnir-retrieve-headers-override-function): Make this variable
6851         customizable.
6852         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
6853
6854         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
6855         from nnir.el.
6856
6857 2010-12-03  Julien Danjou  <julien@danjou.info>
6858
6859         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
6860
6861 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6862
6863         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
6864         allow optional argument `environment'.
6865
6866 2010-12-03  Glenn Morris  <rgm@gnu.org>
6867
6868         * mm-extern.el (message-goto-body): Update declaration.
6869
6870 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6871
6872         * gnus-util.el (gnus-macroexpand-all): New function.
6873
6874         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
6875         instead of macroexpand-all that is unavailable in XEmacs.
6876
6877 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
6878
6879         * nnir.el (nnir-summary-line-format): New variable.
6880         (nnir-mode): Use it.
6881         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
6882         (nnir-article-ids): Reimplement as defsubst.
6883         (nnir-retrieve-headers): Don't mangle the subject header.
6884         (nnir-run-imap): Use 100 as RSV score.
6885         (nnir-run-find-grep): Fix for full server searching.
6886         (nnir-run-gmane): Better restriction to gmane groups.
6887
6888         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
6889         summary buffers.
6890
6891 2010-12-02  Julien Danjou  <julien@danjou.info>
6892
6893         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
6894
6895         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
6896
6897         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
6898         support.
6899
6900 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
6901
6902         * nnir.el: Update to handle the registry better.
6903         (autoload): Silence byte-compiler.
6904         (nnir-open-server): Add a hook for nnir groups.
6905         (nnir-request-move-article): Don't mangle the header.  Better to use
6906         formatting variables (which will be added in the future).
6907         (nnir-registry-action): Update the registry using the original article
6908         group name.
6909         (nnir-mode): Install nnir-specific hooks for updating the registry.
6910
6911         * gnus-sum.el
6912         (gnus-article-original-subject,gnus-newsgroup-original-name):
6913         Remove obsolete variables.
6914         (gnus-summary-move-article): Remove use of obsolete variables.
6915         (gnus-summary-local-variables): Make move and delete hooks local to
6916         summary buffers.
6917
6918 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6919
6920         * rtree.el: New file.
6921
6922 2010-12-01  Julien Danjou  <julien@danjou.info>
6923
6924         * message.el (message-user-organization): Do not use
6925         gnus-local-organization.
6926
6927         * gnus.el: Remove gnus-local-organization.
6928
6929         * gnus-msg.el: Remove nastygram thing.
6930
6931 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
6932
6933         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
6934         funcall.
6935
6936 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6937
6938         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
6939         names.
6940
6941         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
6942         characters.
6943
6944         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
6945         to t of inhibit-read-only since it is inside gnus-with-article-headers.
6946         Suggested by Štěpán Němec <stepnem@gmail.com>.
6947         (gnus-gravatar-transform-address): Use mail-extract-address-components
6948         that supports non-ASCII names rather than mail-header-parse-addresses.
6949
6950 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6951
6952         * proto-stream.el (open-protocol-stream): All starttls connections are
6953         handled by the network handler.
6954
6955 2010-11-30  Julien Danjou  <julien@danjou.info>
6956
6957         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
6958         (nnimap-open-connection-1): Fix PREAUTH.
6959
6960         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
6961
6962 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6963
6964         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
6965         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
6966         (shr-insert): Use them.
6967         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
6968
6969 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
6970
6971         * nnir.el (nnir-request-move-article): Bail out if original group
6972         doesn't support article moves.
6973         (nnir-get-active): Improve active list retrieval.
6974
6975 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6976
6977         * shr.el (shr-find-fill-point): Don't break before apostrophes.
6978
6979 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
6980
6981         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
6982         seem to accept strings-with-numbers as port numbers.
6983
6984 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
6985
6986         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
6987         change the registry.
6988
6989 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6990
6991         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
6992         delete-dups that is not available in XEmacs 21.4.
6993
6994         * mm-util.el (mm-delete-duplicates): Add comment.
6995
6996 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
6997
6998         * nnir.el (nnir-ignored-newsgroups): New variable.
6999         (nnir-get-active): Use it.
7000
7001 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7002
7003         * proto-stream.el (proto-stream-open-network): Add some comments.
7004
7005         * nntp.el (nntp-open-connection): Provide a :success condition.
7006
7007         * nnimap.el (nnimap-open-connection-1): Ditto.
7008
7009         * proto-stream.el (proto-stream-open-network): See what the response to
7010         the STARTTLS command is.
7011
7012         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
7013         backwards compatibility).
7014         (nnimap-open-connection-1): Really respect nnimap-server-port.
7015
7016         * proto-stream.el (proto-stream-open-network): When doing opportunistic
7017         TLS upgrades we don't really care about the identity of the peer.
7018         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
7019         that what we've checked for.
7020         (proto-stream-always-use-starttls): Only default to t if
7021         open-gnutls-stream exists.
7022         (proto-stream-open-network): If STARTTLS failed, then just open a
7023         normal connection.
7024         (proto-stream-open-network): Wait until the greeting before doing
7025         STARTTLS.
7026
7027         * nntp.el (nntp-open-connection): Report what the connection error is.
7028
7029         * proto-stream.el (open-protocol-stream): Rename from
7030         open-proto-stream.
7031
7032 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7033
7034         * nnimap.el (nnimap-stream): Change default to `undecided'.
7035         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
7036         first, and then network.
7037         (nnimap-open-connection-1): Respect nnimap-server-port.
7038         (nnimap-open-connection): Be more backwards-compatible.
7039
7040         * proto-stream.el (proto-stream-always-use-starttls): New variable.
7041         (proto-stream-open-starttls): De-duplicate the starttls code.
7042         (proto-stream-open-starttls): Folded back into the main function.
7043         (proto-stream-open-network): Fix typo in the gnutls path.
7044         (proto-stream-command): Refactor out.
7045
7046         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
7047
7048         * proto-stream.el (proto-stream-open-starttls): Actually implement the
7049         starttls.el STARTTLS.
7050
7051         * color.el (color-lab->srgb): Fix function call name.
7052
7053         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
7054         if we're using tls.el.
7055         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
7056         built in, then don't try to establish a STARTTLS connection.
7057
7058         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
7059         servers.
7060
7061         * proto-stream.el (open-proto-stream): Use network, not stream.
7062         (open-proto-stream): Add a way to specify what the end of a command is.
7063
7064         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
7065         connections types.
7066         (nntp-open-network-stream): Remove.
7067         (nntp-open-ssl-stream): Remove.
7068         (nntp-open-tls-stream): Remove.
7069         (nntp-ssl-program): Remove.
7070
7071         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
7072
7073 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
7074
7075         * nnir.el: Fix typos.
7076         (nnir-retrieve-headers-override-function): Rename variable to reflect
7077         new semantics.
7078         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
7079         macros.
7080         (nnir-request-article, nnir-request-move-article): Use them.
7081         (nnir-categorize): New function.
7082         (nnir-run-query): Use it.
7083         (nnir-retrieve-headers): Rewrite to batch header retrieval.
7084         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
7085         sorted.
7086         (nnir-group-full-name): Use gnus-group-full-name instead.
7087         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
7088         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
7089
7090 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7091
7092         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
7093
7094         * proto-stream.el: New library to provide protocol-specific
7095         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
7096         protocols.
7097         (open-proto-stream): Complete the documentation.
7098         (proto-stream-open-network): Fix some typos.
7099
7100         * nnimap.el (nnimap-open-connection): Use it.
7101
7102 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
7103
7104         * pop3.el (pop3-open-server): Read server greeting before starting TLS
7105         negotiation.
7106
7107 2010-11-26  Julien Danjou  <julien@danjou.info>
7108
7109         * color.el: Rename various rgb functions to srgb.
7110
7111 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7112
7113         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
7114         names.
7115
7116 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7117
7118         * shr.el (shr-insert): Revert last change.
7119         (shr-find-fill-point): Never leave point being at bol;
7120         relax the kinsoku limitation when rendering tables.
7121
7122 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7123
7124         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
7125         results from -accept-article.
7126
7127         * shr-color.el: Require cl when compiling.
7128
7129         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
7130         checkin.
7131
7132         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
7133
7134         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
7135
7136         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
7137         'add and 'delete to set backend marks.
7138
7139         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
7140
7141         * nnheader.el (nnheader-update-marks-actions): Refactor out.
7142
7143         * nntp.el (nntp-request-set-mark): Use it.
7144
7145         * nnfolder.el (nnfolder-request-set-mark): Ditto.
7146
7147         * nnml.el (nnml-request-set-mark): Ditto.
7148
7149         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
7150         introduces regressions in article selection.
7151         (nnimap-find-uid-response): New function.
7152         (nnimap-request-accept-article): Use the UID returned, if any.
7153         (nnimap-request-move-article): Use the UID returned, if any.
7154         (nnimap-get-groups): Reimplement to work with folded lines.
7155         (nnimap-find-uid-response): The UID is the last element in the list.
7156         (nnimap-request-set-mark): Extend syntax with 'set.
7157
7158         * nnml.el (nnml-request-set-mark): Ditto.
7159
7160         * nnfolder.el (nnfolder-request-set-mark): Ditto.
7161
7162         * nntp.el (nntp-request-set-mark): Ditto.
7163
7164 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7165
7166         * message.el (message-called-interactively-p): A temporary macro.
7167         (message-goto-body): Use it temporarily.
7168
7169 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7170
7171         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
7172         (nnimap-last-response-string): Unfold quoted lines, if they exist.
7173         (nnimap-last-response-string): Fix last unfolding fix.
7174
7175 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7176
7177         * shr.el (shr-insert): Fix the way to fold lines.
7178
7179 2010-11-25  Julien Danjou  <julien@danjou.info>
7180
7181         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
7182
7183         * color.el: Rename from color-lab.el
7184         (color-rgb->hex): Add.
7185         (color-complement): Add.
7186         (color-complement-hex): Add.
7187
7188         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
7189
7190 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7191
7192         * shr-color.el (shr-color-visible): Don't bug out if the color names
7193         don't exist.
7194
7195 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7196
7197         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
7198         assuming that article displaying or another mml-preview may be
7199         interrupted for an error or for the like.
7200
7201         * shr.el (shr-get-background): Fix argument name.
7202
7203 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7204
7205         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
7206
7207         * gnus-sum.el (gnus-summary-include-articles): New function.
7208
7209         * message.el (message-goto-body): called-interactively-p needs a
7210         parameter, so use `any'.
7211
7212         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
7213         clear marks before moving, since they're synced from the Gnus side
7214         first.
7215
7216         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
7217         (gnus-summary-move-article): Copy over all marks before moving, so that
7218         IMAP doesn't think a new article has arrived.
7219
7220 2010-11-24  Julien Danjou  <julien@danjou.info>
7221
7222         * shr.el (shr-insert-background-overlay): Fix typo.
7223         (shr-render-td): Copy the background before rendering.
7224
7225         * shr-color.el (shr-color-visible): Fix docstring.
7226
7227         * shr.el (shr-tag-table): Add bgcolor support.
7228         (shr-render-td): Add bgcolor support.
7229         (shr-get-background): Add.
7230         (shr-insert-foreground-overlay): Use shr-get-background.
7231
7232         * message.el (message-goto-body): Use called-interactively-p.
7233         (message-in-body-p): message-goto-body returns point.
7234
7235 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7236
7237         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
7238         Fixes something or other in Emacs 23, and is backwards compatible.
7239
7240         * message.el (message-goto-body): Remove the <#secure special-casing,
7241         which is too special.
7242
7243         * shr.el (shr-parse-style): Drop !important from styles.
7244
7245 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
7246
7247         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
7248         this function to return incorrect results when calling it with an
7249         explicit article argument different from
7250         (gnus-summary-article-number).
7251
7252 2010-11-24  Julien Danjou  <julien@danjou.info>
7253
7254         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
7255         (shr-tag-body): Add background support.
7256         (shr-descend): Add background support.
7257         (shr-tag-title): Add.
7258
7259         * shr-color.el (shr-color-visible): Really return original background
7260         if fixed.
7261
7262 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7263
7264         * shr.el (shr-color-check): Protect against non-existent color names.
7265
7266 2010-11-24  Julien Danjou  <julien@danjou.info>
7267
7268         * color-lab.el: Require 'cl when compiling.
7269
7270         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
7271
7272         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
7273         matched part.
7274
7275         * color-lab.el: Fix all expt calls to use float type.
7276
7277 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7278
7279         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
7280         expression to shr-color-check as is.
7281
7282         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
7283
7284         * color-lab.el: Add coding cookie.
7285         (float-pi): Use eval-and-compile.
7286
7287         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
7288         compiled for Emacsen having no `libxml-parse-html-region' support.
7289
7290 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7291
7292         * shr.el (shr-insert-color-overlay): Split stuff like
7293         "#444444 !important" to find the real color.
7294         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
7295         parse <font color="red"> entries.
7296
7297 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
7298
7299         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
7300         point when parsing headers.
7301
7302         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
7303         is positioned properly when parsing headers.
7304
7305 2010-11-23  Julien Danjou  <julien@danjou.info>
7306
7307         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
7308
7309         * shr-color.el (shr-color->hexadecimal): Add support for color names.
7310
7311         * shr.el (shr-parse-style): Replace \n with space in style parsing.
7312
7313         * shr-color.el (shr-color-hsl-to-rgb-fractions):
7314         Use shr-color-hue-to-rgb.
7315         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
7316
7317 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7318
7319         * shr.el (shr-color->hexadecimal): Autoload.
7320         (shr-descend): Add color to all tags.
7321
7322 2010-11-22  Julien Danjou  <julien@danjou.info>
7323
7324         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
7325         shr-color->hexadecimal.
7326
7327         * shr-color.el (shr-color->hexadecimal): Add converting functions for
7328         RGB() or HSL() color representation.
7329
7330         * shr.el (shr-tag-font): Add.
7331         (shr-tag-color-check): New function to get better colors.
7332         (shr-tag-insert-color-overlay): Factorize code between tag-font and
7333         tag-span.
7334
7335         * shr-color.el: New file.
7336
7337         * color-lab.el: New file.
7338
7339         * gnus-art.el (gnus-url-mailto): Do not downcase args.
7340
7341 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
7342
7343         * nnir.el: Fix typo in comments.
7344         (nnir-run-imap): Simplify code.  No need to reverse artlist.
7345         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
7346
7347 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7348
7349         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
7350
7351         * nnimap.el (nnimap-get-capabilities): Refactor out.
7352         (nnimap-open-connection): Re-request capabilities after STARTTLS.
7353
7354 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
7355
7356         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
7357         appearing when `mm-uu-hide-markers' is nil.
7358
7359 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7360
7361         * nnimap.el (nnimap-unselect-group): Make into its own function.
7362         (nnimap-request-rename-group): Unselect group before renaming.
7363         This had gotten lost somewhere.
7364         (nnimap-request-accept-article): Keep track of examined groups, and
7365         unselect the group before APPENDing to read-only groups.
7366         (nnimap-request-move-article): Clear flags before moving so that they
7367         can be re-set later.
7368
7369 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7370
7371         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
7372         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
7373
7374 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7375
7376         * gnus-art.el (gnus-mime-display-single):
7377         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
7378         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
7379         parameter.
7380
7381 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7382
7383         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
7384         (shr-table-vertical-line): New variable.
7385         (shr-insert-table): Use it.
7386
7387 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7388
7389         * gnus-html.el (gnus-html-wash-images): Don't display images if
7390         gnus-inhibit-images is non-nil; register displayer for cid images.
7391         (gnus-html-display-image): Work for cid image.
7392         (gnus-html-insert-image): Allow arguments.
7393         (gnus-html-put-image): Inhibit read-only.
7394         (gnus-html-prefetch-images): Don't prefetch images if
7395         gnus-inhibit-images is non-nil.
7396
7397 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7398
7399         * shr.el (shr-put-image): Break lines when inserting big pictures.
7400
7401 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7402
7403         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
7404         sender, thanks Katsumi Yamaoka.
7405
7406 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
7407
7408         * nnir.el (nnir-run-imap): Reverse the article list for each group
7409         rather than the whole list.
7410
7411 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7412
7413         * shr.el (shr-image-displayer): Protect function against non-existent
7414         image source.
7415
7416         * gnus-art.el (gnus-inhibit-images): New user option.
7417         (gnus-mime-display-single): Don't display image if it is non-nil.
7418
7419         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
7420         gnus-inhibit-images.
7421
7422         * shr.el (shr-image-displayer): New function.
7423         (shr-tag-img): Use it.
7424
7425 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7426
7427         * mml2015.el (mml2015-epg-sign): Use From header.
7428
7429 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7430
7431         * gnus-html.el (gnus-html-wash-images): Register a displayer.
7432
7433         * gnus-util.el (gnus-find-text-property-region): Return markers.
7434
7435         * shr.el (shr-tag-img): Put a displayer in the text property.
7436
7437         * gnus-util.el (gnus-find-text-property-region): New utility function.
7438
7439         * gnus-html.el (gnus-html-display-image): Make the alt optional.
7440         (gnus-html-show-images): Remove.
7441
7442         * gnus-art.el (gnus-article-show-images): New, more general function.
7443
7444         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
7445         image url text properties.
7446
7447         * shr.el: Ditto.
7448
7449         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
7450         gnus-agent-auto-agentize-methods is set.  Which it isn't.
7451
7452 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7453
7454         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
7455         work for two or more articles.
7456
7457 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7458
7459         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
7460         divide an image that's in an html article to two or more when washing
7461         non-ASCII characters in alt text of it.
7462
7463 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7464
7465         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
7466         smime-decrypt-region using function argument.
7467         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
7468
7469         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
7470
7471         * smime.el (smime-decrypt-region): Catch it.
7472
7473 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7474
7475         * smime.el (smime-mode-map): Move initialization into declaration.
7476         (gnus-run-mode-hooks): Don't autoload.
7477         (smime-mode): Use define-derived-mode.
7478
7479 2010-11-11  Glenn Morris  <rgm@gnu.org>
7480
7481         * smime.el (from): Restrict declaration to XEmacs.
7482
7483         * nnir.el (gnus-group-topic-name): Autoload.
7484
7485 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7486
7487         * shr.el (shr-insert): Don't break long line if it is because of
7488         kinsoku-bol characters in the line end.
7489
7490 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
7491
7492         * nnir.el (nnir-request-move-article): Fix to provide original group
7493         and subject.
7494         (nnir-warp-to-article): Don't fail on articles whose headers haven't
7495         been retrieved.
7496
7497         * gnus-sum.el (gnus-summary-move-article): Use original group and
7498         subject for virtual articles such as those in an nnir summary buffer.
7499
7500 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7501
7502         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
7503         least 21.5).
7504
7505         * smime.el (from): Declare it again for XEmacs.
7506
7507 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7508
7509         * message.el (message-resend): Don't disable encoding unless it's
7510         already encoded.
7511
7512         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
7513         low-numbered articles.
7514
7515 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7516
7517         * rfc2047.el (rfc2047-syntax-table): Simplify.
7518
7519         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
7520
7521         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
7522         set-char-table-range for XEmacs.
7523
7524 2010-11-10  Glenn Morris  <rgm@gnu.org>
7525
7526         * time-date.el (time-to-seconds): Always an alias on Emacs,
7527         never a real function.
7528         (with-no-warnings): Remove compat stub, now unused.
7529         (time-less-p): Doc fix.
7530         (time-to-number-of-days): Simplify.
7531
7532         * smime.el (from): Remove unused declaration.
7533
7534         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
7535         (gnus-float-time): On Emacs, always an alias.
7536
7537         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
7538         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
7539
7540 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7541
7542         * dgnushack.el: Don't use ignore-errors in the top level form since it
7543         is unavailable in XEmacs even if cl is loaded.
7544
7545         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
7546
7547 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7548
7549         * shr.el (browse-url-mailto): Autoload.
7550
7551         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
7552
7553         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
7554         regexp doesn't need quoting.
7555
7556 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
7557
7558         * message.el (message-subject-trailing-was-ask-regexp)
7559         (message-subject-trailing-was-regexp): Match was: in addition to was.
7560
7561 2010-11-09  Glenn Morris  <rgm@gnu.org>
7562
7563         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
7564         (nnbabyl-check-mbox): Use point-at-bol.
7565
7566 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7567
7568         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
7569
7570         * message.el (message-mailto): New function.
7571         (message-mailto): Should accept other parameters.
7572         (message-mailto): Remove since it duplicates browse-url-mailto
7573         functionality.
7574
7575 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7576
7577         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
7578         methods.
7579         (gnus-read-active-file): Ditto.
7580
7581         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
7582         ": " from the prompt.
7583         (gnus-group-make-group): Ditto.
7584
7585 2010-11-07  Glenn Morris  <rgm@gnu.org>
7586
7587         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
7588         (gnus-bookmark-kill-line): Use point-at-eol.
7589
7590 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7591
7592         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
7593         asterisks in From header.
7594
7595 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7596
7597         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
7598         string to avoid making the From headers syntactically invalid.
7599
7600         * message.el (message-send-mail): Don't insert courtesy messages if the
7601         message already has List-Post and List-ID messages.
7602
7603 2010-11-06  Glenn Morris  <rgm@gnu.org>
7604
7605         * gnus-art.el (gnus-treat-article): Give dynamic local variables
7606         `condition', `type', `length' a prefix.
7607         (gnus-treat-predicate): Update for above name changes.
7608
7609 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
7610
7611         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
7612         binding.  Handled by `gnus-summary-refer-thread' instead.
7613         (nnir-warp-to-article): New backend function.
7614
7615         * nnimap.el (nnimap-request-thread): Force dependency updating.
7616
7617         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
7618         (gnus-summary-refer-thread): Rework to improve thread-referral.
7619
7620         * gnus-int.el (gnus-warp-to-article): New function.
7621
7622         * gnus-sum.el (gnus-summary-article-map): Bind it.
7623
7624 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
7625
7626         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
7627         gnus-summary-refer-thread.
7628
7629         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
7630         headers.
7631         (gnus-summary-limit-include-thread): Prevent articles in thread from
7632         being cut in gnus-cut-threads.
7633         (gnus-summary-refer-thread): Limit retrieved headers to those in
7634         thread.
7635
7636 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7637
7638         * message.el (message-send-mail): Use the value of
7639         message-courtesy-message from the message buffer.
7640
7641         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
7642
7643         * shr.el (shr-browse-url): Implement mailto: URLs.
7644
7645         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
7646         "raw".
7647
7648         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
7649         if it's already selected.
7650
7651         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
7652
7653 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7654
7655         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
7656         to measure the length and truncate alt text.
7657
7658 2010-11-03  Glenn Morris  <rgm@gnu.org>
7659
7660         * nndiary.el (nndiary-generate-nov-databases-1)
7661         (nndiary-generate-active-info): Rename dynamic variable `files' to
7662         something less generic.
7663
7664 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
7665
7666         * nnir.el (nnir-request-move-article): Call the underlying backend to
7667         move articles from nnir.
7668
7669 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7670
7671         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
7672
7673 2010-11-02  Julien Danjou  <julien@danjou.info>
7674
7675         * nnir.el: Remove wais support.
7676
7677 2010-11-02  Glenn Morris  <rgm@gnu.org>
7678
7679         * gnus-html.el: Reorder requirements to quieten compiler.
7680
7681 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7682
7683         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
7684         properly for XEmacs as well.
7685         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
7686         (gnus-article-natural-long-line-p): Use window-width rather than
7687         frame-width.
7688
7689 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
7690
7691         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
7692         (nnir-read-parms): Don't modify query.
7693         (nnir-run-query): Add ability to search topic on current line.
7694         (nnir-get-active): Clean up.
7695
7696 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7697
7698         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
7699         degenerate articles.
7700
7701         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
7702         (gnus-print-buffer): Just print the buffer as is, without any copying
7703         to a buffer and then re-highlighting.
7704
7705         * nnimap.el (nnimap-request-group): Store the new updated info.
7706         (nnimap-request-group): Select the group when we don't know whether it
7707         exists or not.
7708
7709         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
7710         groups.
7711
7712         * gnus-group.el (gnus-group-find-new-groups): Display all the new
7713         groups.
7714
7715         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
7716         groups.
7717
7718         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
7719         long-lines case by only filling the long lines.
7720
7721         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
7722         (bug #7311).
7723
7724 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7725
7726         * shr.el: No need to declare `declare-function' since shr.el is for
7727         only Emacsen that provide `libxml-parse-html-region'.
7728
7729         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
7730         effective only in a file it is referred to.
7731
7732 2010-11-01  Glenn Morris  <rgm@gnu.org>
7733
7734         * mm-util.el (gnus-completing-read): Autoload.
7735         (mm-read-coding-system): Simplify Emacs definition.
7736
7737         * nnmail.el (gnus-activate-group):
7738         * nnimap.el (gnutls-negotiate):
7739         * nntp.el (netrc-parse): Fix declarations.
7740
7741 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7742
7743         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
7744         string-match-p in Emacs >=23.
7745
7746         * gnus-msg.el (gnus-configure-posting-styles):
7747         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
7748
7749 2010-11-01  Glenn Morris  <rgm@gnu.org>
7750
7751         * nnir.el (declare-function): Add compat stub.
7752         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
7753         (nnir-run-gmane): Require 'mm-url.
7754
7755         * mm-util.el (mm-string-to-multibyte): Simplify.
7756
7757         * shr.el (declare-function): Add compat stub.
7758         (url-cache-create-filename): Declare.
7759         (mm-disable-multibyte, widget-convert-button): Autoload.
7760
7761         * smime.el (ldap-search): Declare.
7762         (smime-cert-by-ldap-1): Require ldap on Emacs.
7763
7764         * nnimap.el: Require nnmail, and gnus-sum when compiling.
7765         (nnimap-keepalive): Use gnus-float-time.
7766
7767         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
7768         (mail-source-delete-crash-box): Use gnus-float-time.
7769
7770         * gnus-dired.el (gnus-completing-read): Autoload.
7771
7772         * mm-view.el (gnus-rescale-image): Autoload.
7773
7774         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
7775
7776         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
7777
7778         * sieve-manage.el: Require 'cl when compiling.
7779
7780         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
7781         (gnus-iswitchb-completing-read): Require iswitchb.
7782         (gnus-select-frame-set-input-focus): Silence compiler.
7783
7784 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7785
7786         * message.el (message-subject-trailing-was-query): Change default to t,
7787         since I think that's what most people want.
7788
7789         * nnimap.el (nnimap-request-accept-article): Erase buffer before
7790         appending for easier debugging.
7791         (nnimap-wait-for-connection): Take a regexp.
7792         (nnimap-request-accept-article): Wait for the continuation line before
7793         sending anything unless we're streaming.
7794
7795         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
7796         leave the header washing to take place.
7797
7798 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
7799
7800         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
7801         regular expression match and replace in posting styles.
7802
7803 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
7804
7805         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
7806         an entire server.
7807         (nnir-get-active): New function.
7808         (nnir-run-imap): Use it.
7809         (nnir-run-gmane): Who knew, gmane search returns an article score!
7810
7811         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
7812         server on the current line with nnir.
7813
7814 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7815
7816         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
7817         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
7818         left edge.
7819         (gnus-article-foldable-buffer): Skip past the prefix when determining
7820         raggedness.
7821
7822         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
7823         the raw article, and change `C-u g' to show the article without doing
7824         treatments.
7825
7826         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
7827         on to `gnus-treat-article'.
7828         (gnus-inhibit-article-treatments): New variable.
7829
7830         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
7831
7832         * gnus-art.el (gnus-treatment-function-alist): Have
7833         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
7834         (gnus-treat-fill-long-lines): Change default to fill all text/plain
7835         sections.
7836
7837         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
7838         parameter.
7839         (gnus-article-fill-cited-long-lines): New function.
7840         (gnus-article-fill-cited-article): Allow filling only long sections.
7841
7842         * shr.el (shr-find-fill-point): Don't break lines between punctuation
7843         and non-punctuation (like after the apostrophe in "'We").
7844
7845         * gnus-sum.el (gnus-summary-select-article): Make sure
7846         gnus-original-article-buffer is alive.
7847
7848         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
7849         reflect the order they're in in the digest.
7850
7851         * gnus.el (gnus-group-startup-message): Move point to the start of the
7852         buffer.
7853
7854         * nnimap.el (nnimap-capability): New function.
7855         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
7856         is set.
7857
7858 2010-10-31  David Engster  <dengste@eml.cc>
7859
7860         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
7861         conform with changes to gnus-completing-read.
7862
7863 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7864
7865         * shr.el (shr-tag-img): Output "*" instead of "[img]".
7866
7867 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
7868
7869         * nnir.el: Move defvar, defcustom around to keep file organized
7870         and keep byte-compiler quiet.
7871         (nnir-read-parms): Accept search-engine as arg.
7872         (nnir-run-query): Pass search-engine as arg.
7873         (nnir-search-engine): Remove.
7874
7875 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7876
7877         * shr.el (shr-generic): The text nodes should be text, not :text.
7878
7879         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
7880         later in the file.
7881
7882 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
7883
7884         * nnir.el: General clean up.  Allow searching with multiple engines.
7885         Allow separate extra-parameters for each engine.
7886         Batch queries when possible.
7887         (nnir-imap-default-search-key,nnir-method-default-engines):
7888         Add customize interface.
7889         (nnir-run-gmane): New engine.
7890         (nnir-engines): Use it.  Qualify all prompts with engine name.
7891         (nnir-search-engine): Remove global variable.
7892         (nnir-run-hyrex): Restore for now.
7893         (nnir-extra-parms,nnir-search-history): New variables.
7894         (gnus-group-make-nnir-group): Use them.
7895         (nnir-group-server): Remove in favor of gnus-group-server.
7896         (nnir-request-group): Avoid searching twice.
7897         (nnir-sort-groups-by-server): New function.
7898
7899 2010-10-30  Julien Danjou  <julien@danjou.info>
7900
7901         * gnus-group.el: Remove gnus-group-fetch-control.
7902
7903         * gnus-start.el (gnus-find-new-newsgroups):
7904         Remove gnus-check-first-time-used.
7905
7906         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
7907
7908 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7909
7910         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
7911         set on groups that don't have \* permanentflags.
7912
7913 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7914
7915         * shr.el (shr-tag-span): Drop colorization of regions since we don't
7916         control the background color.
7917         (shr-tag-img): Ignore very small web bug type images.
7918         (shr-put-image): Add help-echo alt texts to the images.
7919         (shr-tag-video): Show the video poster image.
7920
7921 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7922
7923         * shr.el (shr-table-depth): New variable.
7924         (shr-tag-table-1): Only insert the images after the top-level table.
7925
7926         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
7927
7928         * gnus-util.el (gnus-list-memq-of-list): New function.
7929
7930         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
7931         selected.
7932         (nnimap-unsplittable-articles): New slot.
7933         (nnimap-new-articles): Use it.
7934
7935 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
7936
7937         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
7938         move to the previous line on `M-g'.
7939
7940 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7941
7942         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
7943         *-request-group, which seems unnecessary.
7944
7945         * nnimap.el (nnimap-quote-specials): Function copied over from
7946         imap.el.
7947         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
7948         they support that.  Suggested by Tom Regner.
7949
7950 2010-10-29  Julien Danjou  <julien@danjou.info>
7951
7952         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
7953         defalias.
7954         (gnus-summary-delete-marked-with): Remove obsolete defalias.
7955
7956         * gnus.el: Remove `gnus-nntp-service' variable.
7957         (gnus-secondary-servers): Make obsolete.
7958         (gnus-nntp-server): Make obsolete.
7959
7960         * gnus-start.el (gnus-1): Remove x-splash calls.
7961
7962         * gnus-ems.el (gnus-x-splash): Remove.
7963
7964         * gnus.el (gnus-group-startup-message): Simplify/update code.
7965
7966         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
7967         definition.
7968
7969         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
7970         capability before doing anything.
7971         (gnus-group-insert-group-line): Remove useless
7972         gnus-group-remove-excess-properties.
7973
7974 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7975
7976         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
7977
7978 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7979
7980         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
7981         config after reselecting.
7982
7983 2010-10-28  Julien Danjou  <julien@danjou.info>
7984
7985         * shr.el (shr-put-image): Use point even if only inserting text.
7986         (shr-put-image): Save excursion when inserting alt text on non-graphic
7987         display, so the behavior is the same when we are on a graphic display.
7988
7989         * nnir.el (nnir-run-swish-e): Remove hyrex support.
7990
7991 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7992
7993         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
7994         (gnus-mime-copy-part): Check coding system, not charset.
7995         (gnus-mime-view-part-externally): Never remove part.
7996         (gnus-mime-view-part-internally): Don't remove part here.
7997         (gnus-article-part-wrapper): Make sure MIME tag is visible.
7998         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
7999         multipart/alternative.
8000
8001         * mm-decode.el (mm-display-part): Take optional arg `force'.
8002
8003 2010-10-26  Julien Danjou  <julien@danjou.info>
8004
8005         * gnus-group.el (gnus-group-default-list-level): Add this function to
8006         compute the default list level.
8007         (gnus-group-default-list-level): Add possibility to use a function.
8008
8009 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8010
8011         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
8012
8013         * gnus-group.el (gnus-group-completing-read)
8014         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
8015         gnus-replace-in-string.
8016
8017 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8018
8019         * shr.el (shr-tag-div): Add.
8020
8021         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
8022
8023 2010-10-25  Julien Danjou  <julien@danjou.info>
8024
8025         * gnus-util.el: Remove `gnus-with-local-quit'.
8026
8027         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
8028
8029 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8030
8031         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
8032         the original article buffer.
8033
8034 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8035
8036         * nnimap.el (nnimap-request-head): New function.
8037         (nnimap-request-move-article): Try to be slightly faster by not
8038         requesting the entire message when moving.
8039         (nnimap-transform-headers): Don't bug out on bodiless articles.
8040         (nnimap-send-command): Have no outstanding messages if the IMAP server
8041         doesn't support streaming.
8042         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
8043
8044 2010-10-24  Julien Danjou  <julien@danjou.info>
8045
8046         * message.el (message-default-headers): Fix type.
8047
8048 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8049
8050         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
8051         prefetching images.
8052
8053         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
8054         backend for unknown groups.  This is mainly useful for nnimap groups.
8055
8056         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
8057         group isn't covered by the agent.
8058
8059 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
8060
8061         * nnir.el (nnir-method-default-engines): New variable.
8062         (nnir-run-query): Use it.
8063         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
8064         (gnus-summary-nnir-goto-thread): Change group if needed.
8065
8066         * gnus-group.el (gnus-group-group-map): Add key binding for
8067         gnus-group-make-nnir-group.
8068
8069 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8070
8071         * shr.el (shr-tag-object): Add.
8072
8073         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
8074         original article buffer live.
8075         (gnus-summary-select-article-buffer):
8076         Mention gnus-widen-article-buffer.
8077
8078 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8079
8080         * shr.el (shr-tag-strong): Add.
8081
8082 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8083
8084         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
8085         group names.  They mess up the group buffer badly.
8086
8087         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
8088
8089         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
8090         instead of the summary one.
8091
8092 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8093
8094         * mml.el (mml-preview): Work properly when editing article.
8095
8096         * gnus-start.el (gnus-read-active-file-1): Don't add method to
8097         gnus-have-read-active-file if it's already been in.
8098
8099 2010-10-22  Tom Tromey  <tromey@redhat.com>
8100
8101         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
8102         gnus-group-completing-read.
8103
8104 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8105
8106         * message.el (message-mode-map): Don't bind M-; to comment region, to
8107         allow the global comment-dwim to work.
8108
8109 2010-10-21  Julien Danjou  <julien@danjou.info>
8110
8111         * message.el (message-setup-1): Allow message-default-headers to be a
8112         function.
8113
8114 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8115
8116         * shr.el (shr-tag-table): Simplify.
8117
8118 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8119
8120         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
8121         to avoid trying to snarf invalid stuff.
8122
8123         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
8124
8125         * gnus.el (gnus-message-archive-group): Quote value.
8126         (gnus-message-archive-group): Mark as changed.
8127
8128         * shr.el (shr-add-font): Don't put the font properties on the newline
8129         or the indentation.
8130
8131         * message.el (message-fix-before-sending): Change options when sending
8132         non-printable characters.
8133
8134         * gnus.el (gnus-message-archive-method): Change the default to
8135         monthly outgoing groups.
8136
8137         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
8138         that have gotten new numbers.
8139
8140         * nnimap.el (nnimap-request-replace-article): New function.
8141
8142 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8143
8144         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
8145         (nnrss-request-article): Don't use special html washing code.
8146
8147 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8148
8149         * shr.el (shr-tag-table): Remove useless nconc.
8150
8151 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8152
8153         * gnus-art.el (article-wash-html): Simplify and remove the charset
8154         stuff.  Use the normal html rendering code instead of the special html
8155         washing code.
8156
8157         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
8158         `gnus-w3m' symbols.
8159         (mm-text-html-washer-alist): Remove.
8160
8161         * mm-decode.el (mm-inline-text-html-renderer): Remove.
8162         (mm-inline-media-tests): Remove use.
8163         (mm-text-html-renderer): Change default to the `shr' symbol.
8164
8165         * mm-view.el (mm-inline-text-html): Remove use.
8166
8167         * gnus-art.el (gnus-blocked-images): New function.  Allow the
8168         `gnus-blocked-images' to be a function.
8169         (gnus-article-wash-function): Remove.
8170
8171 2010-10-20  Julien Danjou  <julien@danjou.info>
8172
8173         * spam.el (spam-list-of-processors): Mark as obsolete.
8174
8175         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
8176         (nnimap-insert-partial-structure): Fix boundary detection.
8177
8178 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
8179
8180         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
8181         run file-truename on remote files.  This can be expensive and even
8182         prevent one from editing drafts if some unrelated buffer has a stale
8183         connection.
8184
8185 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8186
8187         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
8188         kinsoku-eol regardless of shr-kinsoku-shorten.
8189         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
8190         (shr-tag-table): Support caption, thead, and tfoot.
8191
8192 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8193
8194         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
8195         lines.
8196         (shr-save-contents): New command and keystroke.
8197
8198         * nndoc.el (nndoc-type-alist): Add git support.
8199         (nndoc-git-type-p): New function.
8200         (nndoc-transform-git-article): Ditto.
8201         (nndoc-transform-git-headers): Ditto.
8202         (nndoc-transform-git-headers): Generate Subject headers.
8203
8204         * shr.el (shr-parse-style): New function.
8205         (shr-tag-span): Ditto.
8206
8207         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
8208         to `G G' to avoid collisions.
8209
8210 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8211
8212         * shr.el: Load kinsoku if necessary.
8213         (shr-kinsoku-shorten): New internal variable.
8214         (shr-find-fill-point): Make kinsoku shorten text line if
8215         shr-kinsoku-shorten is bound to non-nil.
8216         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
8217         shr-indentation too when testing if table is wider than frame width.
8218         (shr-insert-table): Use `string-width' instead of `length' to measure
8219         text width.
8220         (shr-insert-table-ruler): Make sure indentation is done at bol.
8221
8222 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8223
8224         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
8225         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
8226         undecoded network data.
8227
8228 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8229
8230         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
8231         name in the mode line spec so that the mode line menu works
8232         (bug #2431).
8233
8234         * message.el (message-get-reply-headers): If we're fed `to-address',
8235         then always use that.
8236
8237         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
8238         aren't so wide as to need to switch off the edit menu.
8239
8240         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
8241         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
8242
8243         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
8244         `M-g'.
8245         (nnimap-update-info): Update flags/read marks even if \* isn't part of
8246         the permanent marks.
8247
8248 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
8249
8250         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8251         Splitting according to references/in-reply-to obeys the ignore-groups
8252         variable, while splitting by sender and subject do not.
8253
8254 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8255
8256         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
8257         alist, so that we can look for non-Unicode chars.
8258         (article-translate-strings): Allow both character and string maps.
8259
8260 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8261
8262         * shr.el (shr-insert): Don't insert space behind a wide character
8263         categorized as kinsoku-bol, or between characters both categorized as
8264         nospace.
8265
8266 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
8267
8268         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
8269         headers to gnus-newsgroup-headers.
8270
8271 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8272
8273         * shr.el (shr-tag-img): Don't align images -- since we're not
8274         rescaling, this often leads to ugly displays.
8275
8276 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
8277
8278         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
8279         duplicates.
8280
8281 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
8282
8283         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
8284         call.
8285
8286 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8287
8288         * gnus.el: Autoload gnus-html-show-images.
8289
8290         * nnimap.el: Use nnheader-message throughout.
8291
8292         * shr.el (shr-tag-img): Ignore images with no data.
8293
8294 2010-10-15  Julien Danjou  <julien@danjou.info>
8295
8296         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
8297         a possibility to disable format=flow encoding when using hard newlines.
8298
8299 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8300
8301         * shr.el (shr-insert): Remove space inserted before or after a
8302         breakable character or at the beginning or the end of a line.
8303         (shr-find-fill-point): Do kinsoku; find the second best point or give
8304         it up if there's no breakable point.
8305
8306 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8307
8308         * nnimap.el (nnimap-open-connection): Message when opening connection
8309         for debugging purposes.
8310
8311         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
8312         on every setup buffer call to allow this to change from article to
8313         article.
8314
8315         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
8316         buffers where we have a wide table.
8317
8318 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
8319
8320         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
8321         uses *-request-thread.
8322
8323 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8324
8325         * nnimap.el (nnimap-open-connection): Remove %s from openssl
8326         incantation, which is no longer valid.
8327
8328 2010-10-14  Julien Danjou  <julien@danjou.info>
8329
8330         * shr.el: Fix defcustom type (char -> character).
8331
8332 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8333
8334         * nnimap.el (nnimap-open-connection): tls-program should be a list of
8335         programs.
8336
8337 2010-10-14  Julien Danjou  <julien@danjou.info>
8338
8339         * shr.el (shr-tag-a): Use url-link as widget type.
8340
8341         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
8342         `gnus-group-get-icon'.
8343
8344 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8345
8346         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
8347         This should make server editing work better.
8348
8349         * shr.el (shr-find-fill-point): Don't inloop on indented text.
8350
8351         * tls.el (tls-program): Remove spurious %s from openssl.
8352
8353         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
8354         (nnimap-parse-flags): Fix regexp.
8355
8356         * shr.el (shr-find-fill-point): Use a filling algorithm that should
8357         probably work for CJVK text, too.
8358
8359         * nnimap.el (nnimap-extend-tls-programs): Remove.
8360         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
8361
8362         * tls.el (tls-starttls-switches): Remove starttls hack.
8363         (open-tls-stream): Ditto.
8364         (tls-find-starttls-argument): Ditto.
8365
8366 2010-10-13  Julien Danjou  <julien@danjou.info>
8367
8368         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
8369         responses.
8370
8371 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8372
8373         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
8374
8375         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
8376         anything in Emacs.
8377
8378         * shr.el (shr-current-column): Remove buggy and unnecessary function.
8379
8380 2010-10-13  Julien Danjou  <julien@danjou.info>
8381
8382         * shr.el (shr-width): Make shr-width a defcustom with default to
8383         fill-column.
8384         (shr-tag-img): Use shr-width rather than fill-column.
8385
8386 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8387
8388         * dgnushack.el (byte-optimize-apply):
8389         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
8390
8391         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
8392         position when (X-)Faces exist.
8393         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
8394         avatars when called interactively.
8395
8396 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8397
8398         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
8399         gnus-article-x-face-too-ugly is bound.
8400
8401 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8402
8403         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
8404
8405         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
8406         mailbox that doesn't exist.
8407
8408 2010-10-12  Julien Danjou  <julien@danjou.info>
8409
8410         * shr.el (shr-tag-img): Encode URL properly when retrieving.
8411         (shr-get-image-data): Encode URL properly when fetching from cache.
8412         (shr-tag-img): Use aligned-to spaces to align correctly images.
8413
8414         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
8415         before inserting the Gravatar.
8416
8417         * shr.el (shr-tag-img): Add align attribute support for <img>.
8418
8419 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8420
8421         * gnus-gravatar.el (gnus-art): Require.
8422
8423         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
8424         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8425         Remove long obsoleted functions.
8426
8427 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8428
8429         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
8430
8431         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
8432
8433         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
8434         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
8435         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
8436         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
8437         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
8438         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
8439         * sieve-manage.el, smime.el, spam.el:
8440         Fix comment for declare-function.
8441
8442 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8443
8444         * nnimap.el (nnimap-request-rename-group): Select group read-only
8445         before renaming it.
8446
8447         * shr.el (shr-insert): Fix up the white space only regexp.
8448
8449         * nnimap.el (nnimap-transform-split-mail): Not all articles have
8450         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
8451
8452         * shr.el (shr-current-column): New function.
8453         (shr-find-fill-point): New function.
8454
8455 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8456
8457         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
8458         numbers.
8459
8460 2010-10-11  Julien Danjou  <julien@danjou.info>
8461
8462         * shr.el (shr-hr-line): Add.
8463         (shr-tag-hr): Use shr-hr-line to specify which character to use to
8464         display hr lines.
8465         (shr-max-columns): Do not change state to nil if we just inserting
8466         spaces.
8467
8468 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8469
8470         * gnus-topic.el (gnus-topic-read-group): If after the last group,
8471         select the last group.
8472
8473 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
8474
8475         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
8476
8477 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
8478
8479         * dig.el (dig-mode-map): Declare and define in one step.
8480
8481 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8482
8483         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
8484         for Gnus.
8485         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
8486         (nnimap-update-qresync-info): Mark \Seen articles as read.
8487
8488         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
8489         non-variable, too.
8490
8491         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
8492         available.
8493         (nnimap-update-info): Rely more on the current active than the param
8494         active to avoid marking articles as read too much.
8495
8496         * auth-source.el (auth-source-create): Use (user-login-name) for the
8497         user name default.
8498
8499         * nnimap.el (nnimap-update-info): If the server doesn't return any
8500         useful info, just use the previous info.
8501         (nnimap-update-info): Prefer old info over start-article.
8502         (nnimap-update-qresync-info): Finish implementing QRESYNC.
8503
8504 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
8505
8506         * nnir.el (autoload): Clean up autoloads.
8507         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
8508         Use key rather than value.
8509         (nnir-imap-search-other): New variable.
8510         (nnir-read-parm): Use it.
8511         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
8512         (gnus-summary-nnir-goto-thread): Modify to work with imap.
8513
8514 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8515
8516         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
8517         the process, too.
8518
8519 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8520
8521         * spam.el (gnus-summary-mode-map): Bind to "$".
8522         Suggested by Russ Allbery.
8523
8524         * shr.el: Rework the way things are indented by <li> slightly.
8525
8526         * gnus.el (gnus-group-set-parameter): Fix typo.
8527
8528         * nnimap.el: Start implementing QRESYNC support.
8529
8530 2010-10-09  Julien Danjou  <julien@danjou.info>
8531
8532         * nnir.el (nnir-engines): Fix too many arguments.
8533
8534 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8535
8536         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
8537         group is the "last", so that the backends like nnfolder actually save
8538         their folders.
8539
8540         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
8541         try to use that for the tls stream.
8542         (nnimap-retrieve-group-data-early): Rework the marks code to heed
8543         UIDVALIDITY and find out which groups are read-only and not.
8544         (nnimap-get-flags): Use the same marks parsing code as the rest of
8545         nnimap.
8546
8547 2010-10-09  Julien Danjou  <julien@danjou.info>
8548
8549         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
8550
8551         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
8552         retrieving gravatars.
8553
8554         * shr.el (shr-table-corner): Add.
8555         (shr-table-line): Add.
8556         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
8557
8558 2010-10-08  Julien Danjou  <julien@danjou.info>
8559
8560         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
8561
8562 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
8563
8564         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
8565
8566         * gnus-sum.el (gnus-mark-article-as-unread)
8567         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
8568         (gnus-summary-set-bookmark): Use it.
8569
8570         * gnus-msg.el (gnus-setup-message): Use it.
8571
8572         * gnus-demon.el (gnus-demon-remove-handler): Use it.
8573
8574         * gnus.el (gnus-group-remove-parameter): Use it.
8575
8576         * gnus-group.el (gnus-group-make-web-group): Use it.
8577
8578         * gnus-demon.el (gnus-demon-remove-handler): Use it.
8579
8580         * nnregistry.el: Update docs to mention manual.
8581
8582         * gnus-registry.el: Update docs to mention nnregistry.el.
8583         (gnus-registry-initialize): Don't install nnregistry refer method
8584         automatically.
8585         (gnus-registry-install-nnregistry): Remove it.
8586
8587 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8588
8589         * shr.el (shr-insert): Don't insert double spaces.
8590
8591 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8592
8593         * gnus-gravatar.el (gnus-treat-from-gravatar)
8594         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
8595         called interactively.
8596
8597         * gnus-art.el (gnus-mime-view-part-externally)
8598         (gnus-mime-view-part-internally): Make predicate function passed to
8599         gnus-mime-view-part-as-type assume argument is a mime type, not a list
8600         of a mime type.
8601
8602         * shr.el (shr-table-widths): Don't use cl function `reduce'.
8603
8604 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8605
8606         * shr.el (require): Require cl when compiling.
8607         (shr-tag-hr): New function.
8608
8609         * nnimap.el (nnimap-update-info): Remove double setting of high.
8610         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
8611         This makes nnimap work properly on Courier again.
8612
8613         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
8614         the variable for backwards compatibility.
8615
8616         * mm-decode.el (mm-save-part): If given a non-directory result, expand
8617         the file name before using to avoid setting mm-default-directory to
8618         nil.
8619
8620         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
8621         bidning gnus-agent variables.
8622
8623         * shr.el (shr-render-td): Use a cache for the table rendering function
8624         to avoid getting an exponential rendering behavior in nested tables.
8625         (shr-insert): Rework the line-breaking algorithm.
8626         (shr-insert): Don't leave trailing spaces.
8627         (shr-insert-table): Also insert empty TDs.
8628         (shr-tag-blockquote): Ensure paragraphs after </ul>.
8629
8630 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8631
8632         * gnus-sum.el (gnus-number): Rename from `number'.
8633         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
8634         (gnus-summary-limit-children): Update uses correspondingly.
8635
8636 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8637
8638         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
8639         (gnus-gravatar-transform-address): Don't show avatars of people of
8640         which mail addresses match gnus-gravatar-too-ugly.
8641
8642 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8643
8644         * shr.el (shr-table-widths): Expand TD elements to fill available
8645         space.
8646
8647 2010-10-07  Julien Danjou  <julien@danjou.info>
8648
8649         * nnimap.el (nnimap-request-rename-group): Add this method.
8650
8651 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8652
8653         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
8654         name from XEmacs' function-arglist.
8655
8656         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
8657         gravatar under XEmacs.
8658
8659 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
8660
8661         * auth-source.el: Update docs with TODO items.
8662
8663         * gnus-sync.el: Update docs to explain state and plans.
8664
8665         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
8666         Hooks for mark updates.
8667         (gnus-request-set-mark, gnus-request-update-mark): Use them.
8668
8669         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
8670         hooks with arguments, which is needed for mark update hooks.
8671
8672 2010-10-06  Julien Danjou  <julien@danjou.info>
8673
8674         * gnus.el (gnus-expand-group-parameter): Only return and act on what
8675         was matched.
8676
8677         * sieve-manage.el: Update example in `Commentary'.
8678
8679         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
8680
8681         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
8682         not 2000.
8683         (sieve-manage-authenticate): Re-add function.
8684
8685 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8686
8687         * shr.el (shr-insert): Get 'space transition right.
8688         (shr-render-td): Only delete space at the end of the TD.
8689
8690         * nnimap.el (nnimap-open-connection): Prepare to support
8691         open-gnutls-stream.
8692
8693         * shr.el: Rearrange function order to be more logical.
8694
8695 2010-10-06  Julien Danjou  <julien@danjou.info>
8696
8697         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
8698         (nnrss-discover-feed): Remove 404 URL in docstring.
8699
8700         * nnir.el: Fix Swish-E URL.
8701         Fix Namazu URL.
8702
8703         * message.el (message-change-subject): Remove 404 URL in a comment.
8704
8705 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8706
8707         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
8708         called interactively.
8709
8710         * gnus-util.el (gnus-remove-if): Allow hash table.
8711         (gnus-remove-if-not): New function.
8712
8713         * gnus-art.el (gnus-mime-view-part-as-type):
8714         * gnus-score.el (gnus-summary-score-effect):
8715         * gnus-sum.el (gnus-read-move-group-name):
8716         Replace remove-if-not with gnus-remove-if-not.
8717
8718         * gnus-group.el (gnus-group-completing-read):
8719         Regard collection as a hash table if it is not a list.
8720
8721 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8722
8723         * shr.el (shr-render-td): Allow blank/missing <TD>s.
8724
8725         * shr.el: Document the table-rendering algorithm.
8726
8727 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8728
8729         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
8730         for Emacsen having no `libxml-parse-html-region' support.
8731
8732 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8733
8734         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
8735         invalid URLs.
8736
8737         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
8738         line-broken.
8739         (shr-tag-img): Ignore image fetching errors.
8740         (shr-overlays-in-region): Compute overlay positions correctly.
8741
8742         * mm-decode.el (mm-shr): Require shr.
8743
8744         * gnus-art.el (gnus-blocked-images): Move variable here.
8745
8746         * shr.el (shr-insert-table): Bind free variable.
8747
8748         * mm-decode.el (mm-shr): Bind shr-content-function.
8749
8750         * shr.el (shr-content-function): New variable.
8751
8752         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
8753         added for symmetry.
8754
8755         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
8756
8757         * gnus-group.el (gnus-group-make-group): Doc fix.
8758
8759         * nnimap.el (nnimap-request-newgroups): Return success.
8760
8761         * shr.el (shr-find-elements): New function.
8762         (shr-tag-table): Put all the images after the table.
8763         (shr-tag-table): Really inhibit images inside the table.
8764         (shr-collect-overlays): Copy over overlays from the TD elements to the
8765         main document.
8766
8767         * mm-decode.el (mm-shr): Bind shr-blocked-images to
8768         gnus-blocked-images.
8769
8770 2010-10-05  Julien Danjou  <julien@danjou.info>
8771
8772         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
8773
8774         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
8775         (gnus-html-maximum-image-size): Add this function.
8776         (gnus-html-put-image): Use gnus-html-maximum-image-size.
8777
8778         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
8779         server-value of the capability is nil.
8780
8781 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8782
8783         * shr.el (shr-tag-em): Add <EM> tag.
8784
8785 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
8786
8787         * sieve-manage.el (sieve-manage-default-stream): Make default stream
8788         customizable.
8789
8790         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
8791         handing broken links to browse-url.
8792
8793 2010-10-05  Julien Danjou  <julien@danjou.info>
8794
8795         * gnus-util.el (gnus-emacs-completing-read)
8796         (gnus-iswitchb-completing-read): Use autoload rather than require.
8797
8798 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8799
8800         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
8801         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
8802         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
8803         iswitchb-temp-buflist for XEmacs.
8804
8805         * gnus-util.el (gnus-completing-read-function): Exclude
8806         gnus-icompleting-read and gnus-ido-completing-read from candidates for
8807         XEmacs since iswitchb.el is very old and ido.el is unavailable in
8808         XEmacs.
8809
8810         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
8811         not to use `delete-dups' that is unavailable in XEmacs 21.4.
8812
8813         * gnus-html.el: Don't require help-fns under XEmacs.
8814         (gnus-html-schedule-image-fetching): Work for XEmacs.
8815
8816         * mm-decode.el (mm-shr): Decode contents by charset.
8817
8818 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8819
8820         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
8821         unknown.
8822
8823         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
8824         (shr-get-image-data): Ensure against the cache file missing.
8825
8826         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
8827         for data.
8828
8829         * spam-report.el (spam-report-url-ping-plain): Don't query about
8830         killing the process.
8831
8832         * shr.el (shr-render-td): Protect against too-wide text.
8833
8834 2010-10-04  Julien Danjou  <julien@danjou.info>
8835
8836         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
8837         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
8838
8839         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
8840         retrieved.
8841
8842 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8843
8844         * shr.el (browse-url): Require.
8845         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
8846         lines.
8847         (shr-show-alt-text, shr-browse-image): New commands.
8848         (shr-browse-url, shr-copy-url): New commands.
8849
8850         * gnus-sum.el (gnus-widen-article-window): New variable.
8851         (gnus-summary-select-article-buffer): Use it.
8852
8853         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
8854         without @ signs.
8855
8856 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8857
8858         * nnir.el (nnir-run-imap): Remove spurious space in search string.
8859
8860 2010-10-04  Julien Danjou  <julien@danjou.info>
8861
8862         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
8863         for XEmacs.
8864
8865 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8866
8867         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
8868
8869         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
8870         (nnimap-close-server): Implement.
8871
8872         * dgnushack.el (iswitchb): Require to shut up the compiler.
8873
8874         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
8875         (shr-insert): Tweak line breaking.
8876         (shr-insert): Handle <pre> better.
8877         (shr-tag-li): Get <li> indentation right.
8878         (shr-tag-li): Get <li> indentation even righter.
8879         (shr-tag-blockquote): Ensure paragraph start.
8880         (shr-make-table): Tweak table generation.
8881         (shr-make-table): Fix typo.
8882
8883         * shr.el: Implement table rendering.
8884
8885 2010-10-04  Julien Danjou  <julien@danjou.info>
8886
8887         * gnus-html.el (gnus-html-put-image): Fix resize image code.
8888
8889 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8890
8891         * shr.el (shr-insert): Use string anchors instead of line anchors.
8892
8893 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8894
8895         * shr.el: Add headings.
8896         (shr-ensure-paragraph): Actually work.
8897         (shr-tag-li): Make <ul> prettier.
8898         (shr-insert): Get white space at the beginning/end of elements right.
8899         (shr-tag-p): Collapse subsequent <p>s.
8900         (shr-ensure-paragraph): Don't insert double line feeds after blank
8901         lines.
8902         (shr-insert): \t is also space.
8903         (shr-tag-s): Fix "s" tag name function.
8904         (shr-tag-s): Fix face prop name.
8905
8906 2010-10-03  Julien Danjou  <julien@danjou.info>
8907
8908         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
8909
8910         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
8911         gnus-window-inside-pixel-edges.
8912
8913         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
8914         gnus-ems.
8915
8916         * mm-view.el (mm-inline-image-emacs): Support image resizing.
8917
8918         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
8919         function.
8920
8921         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
8922         resize choice.
8923
8924 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8925
8926         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
8927         beginning of the buffer.
8928
8929         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
8930         article buffer again.
8931
8932         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
8933
8934         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
8935         when it's at the start of the buffer.
8936
8937         * shr.el (shr-tag-blockquote): Convert name.
8938         (shr-rescale-image): Use the right image-size variant.
8939
8940         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
8941         buffer isn't shown, then select the current article first instead of
8942         bugging out.
8943         (gnus-summary-select-article-buffer): Show both the article and summary
8944         buffers again.
8945
8946         * shr.el (shr-fontize-cont): Protect against regions with no text.
8947         Rename tag functions to shr-tag-* for enhanced security.
8948         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
8949
8950 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
8951
8952         * shr.el (shr-insert):
8953         * pop3.el (pop3-movemail):
8954         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
8955         loaded.
8956
8957 2010-10-03  Glenn Morris  <rgm@gnu.org>
8958
8959         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
8960
8961         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
8962
8963         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
8964
8965         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
8966
8967         * gnus-util.el (gnus-make-local-hook): Simplify.
8968
8969 2010-10-02  Julien Danjou  <julien@danjou.info>
8970
8971         * gnus-util.el (gnus-iswitchb-completing-read): New function.
8972         (gnus-ido-completing-read): New function.
8973         (gnus-emacs-completing-read): New function.
8974         (gnus-completing-read): Use gnus-completing-read-function.
8975         Add gnus-completing-read-function.
8976
8977 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8978
8979         * shr.el (shr-insert-document): Autoload.
8980         (shr-img): Be silent.
8981         (shr-insert): Add a newline after every picture before text.
8982         (shr-add-font): Use overlays for combining faces.
8983         (shr-insert): Pass upwards the text start point.
8984
8985         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
8986         possible.
8987         (mm-shr): New function.
8988
8989 2010-10-02  Julien Danjou  <julien@danjou.info>
8990
8991         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
8992         should go backward.
8993
8994 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
8995
8996         * shr.el (shr): Fix typo in provide call.
8997
8998 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8999
9000         * shr.el: New file.
9001
9002         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
9003
9004         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
9005         completing read.
9006
9007 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9008
9009         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
9010         we're being queried about.  Suggested by Dan Jacobson.
9011
9012         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
9013         Suggested by Jason Eisner.
9014
9015         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
9016         table, too.  Suggested by Stefan Wiens.
9017         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
9018         the table unnecessary.  Suggested by Stefan Wiens.
9019
9020         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
9021         longer needed, and probably doesn't work either, as pointed out by
9022         Stefan Wiens.
9023         (gnus-summary-exit): Remove call to the clearing function.
9024         (gnus-summary-exit-no-update): Ditto.
9025
9026         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
9027         instead of gnus-eval-in-buffer-window to avoid popping up frames.
9028         Reported by Stefan Monnier.
9029         (gnus-summary-save-in-rmail): Ditto.
9030
9031         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
9032         article buffer, instead of both the article buffer and the summary
9033         buffer.  Sort of suggested by Dan Jacobson.
9034
9035         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
9036
9037         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
9038         Suggested by Dan Jacobson.
9039
9040         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
9041         documentation clearer.
9042
9043         * message.el (message-shorten-references): Comment on the number "21".
9044         Suggested by Stefan Monnier.
9045
9046         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
9047         Suggested by Dan Jacobson.
9048
9049         * gnus.el (gnus-large-newsgroup):
9050         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
9051
9052         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
9053         externalize attachments.  Bug reported by Steve Wen.
9054
9055         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
9056         really message anything to the user.
9057
9058         * nnmail.el (nnmail-article-group): Allow using the fancy split method
9059         directly.
9060
9061         * nnimap.el (nnimap-request-group): Low higher than high to signal no
9062         messages in empty groups.
9063
9064 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
9065
9066         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
9067         non-UIDNEXT group.
9068
9069 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9070
9071         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
9072         not the value from the collection.
9073
9074         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
9075         values.  This sometimes happens on some groups that have no info.
9076         (nnimap-request-newgroups): New function.
9077
9078 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
9079
9080         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
9081         check into `gnus-registry-initialize'.
9082         (gnus-registry-initialize): Ditto.
9083         Fix and extend header docs.
9084
9085 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9086
9087         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
9088         regexp backtrace overflows.
9089
9090         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
9091         for starttls that tls.el implements; i.e. openssl.
9092
9093         * tls.el (tls-starttls-switches): Give up on using starttls with
9094         gnutls-cli.
9095         (tls-program): Add --insecure to be consistent with the defaults from
9096         openssl s_client.  Now all three commands are insecure.
9097
9098 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9099
9100         * lpath.el: Bind completion-styles-alist for XEmacs.
9101
9102         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
9103         (gravatar-create-image): New function that's an alias to
9104         gnus-xmas-create-image, gnus-create-image, or create-image.
9105         (gravatar-data->image): Use it.
9106
9107 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
9108
9109         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
9110         install the nnregistry refer method.
9111         (gnus-registry-install-hooks): Use it.
9112         (gnus-registry-unfollowed-groups): Add nnmairix to the default
9113         unfollowed groups.
9114
9115 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
9116
9117         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
9118         expanding threads.
9119
9120 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9121
9122         * nnir.el: Use the server names without suffixes (bug #7009).
9123
9124         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
9125         unencrypted to STARTTLS, if possible.
9126
9127 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
9128
9129         * message.el (message-ignored-supersedes-headers): Strip Injection-*
9130         headers before superseding.
9131
9132 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9133
9134         * nnrss.el (nnrss-use-local): Add documentation.
9135
9136         * nnimap.el (nnimap-extend-tls-programs): New function.
9137         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
9138         (nnimap-wait-for-connection): Accept the greeting from the stupid
9139         output from openssl s_client -starttls, too.
9140
9141         * tls.el (tls-starttls-switches): New variable.
9142         (tls-find-starttls-argument): Use it.
9143         (open-tls-stream): Ditto.
9144
9145         * netrc.el (netrc-credentials): Return the value of the "default" entry.
9146         (netrc-machine): Ditto.
9147
9148         * nnimap.el (nnimap-find-article-by-message-id): Really return the
9149         article number.
9150         (nnimap-split-fancy): New variable.
9151         (nnimap-split-incoming-mail): Use it.
9152
9153         * nntp.el (nntp-server-list-active-group): Document.
9154
9155         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
9156         SELECT to get the message-id.
9157
9158         * mail-source.el (mail-sources): Remove webmail support.
9159         (defvar): Ditto.
9160         (mail-source-fetcher-alist): Ditto.
9161         (mail-source-fetch-webmail): Remove.
9162
9163         * webmail.el: Remove -- doesn't seem relevant any more.
9164
9165         * gnus.el: Fix up make-obsolete-variable declarations throughout.
9166
9167         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
9168         the \r.
9169
9170 2010-09-30  Julien Danjou  <julien@danjou.info>
9171
9172         * gnus-agent.el (gnus-agent-add-group): Fix call to
9173         gnus-completing-read.
9174
9175 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9176
9177         * nndoc.el (nndoc-retrieve-groups): New function.
9178
9179         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
9180         `default', use nnmail-split-methods.
9181         (nnimap-request-article): Downcase the NILs so that they are nil.
9182
9183         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
9184         symbol.
9185
9186         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
9187         code, since if the user has requested network, that's what they ought
9188         to get.
9189         (nnimap-request-set-mark): Erase the buffer before issuing commands.
9190         (nnimap-split-rule): Mark as obsolete.
9191
9192         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
9193         New variable.
9194
9195         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
9196         correct slot, too.
9197
9198 2010-09-29  Julien Danjou  <julien@danjou.info>
9199
9200         * gnus.el (gnus-local-domain): Declare variable obsolete.
9201
9202         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
9203         Fix history computing.
9204         (gnus-ido-completing-read): Require ido.
9205
9206 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9207
9208         * gnus-registry.el: Don't prompt on load, which makes it impossible to
9209         build Gnus.
9210
9211         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
9212         when interpreting the structures.
9213         (nnimap-request-accept-article): Add \r\n to the lines to make this
9214         work with Cyrus.
9215
9216         * nndraft.el (nndraft-request-expire-articles): Use the group name
9217         instead if "nndraft".  Fix found by Nils Ackermann.
9218
9219 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
9220
9221         * nnregistry.el: Add.
9222
9223 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9224
9225         * nnmail.el (group, group-art-list, group-art):
9226         Remove unneeded directives.
9227
9228 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9229
9230         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
9231         (mm-mime-charset):
9232         * rfc2047.el (rfc2047-syntax-table):
9233         * utf7.el (utf7-utf-16-coding-system): Comment fix.
9234
9235         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
9236         rather than `insert-file-contents' and `eval-region'.
9237
9238         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
9239         construction.
9240
9241         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
9242
9243         * time-date.el: No need to require cl for Emacs 21.
9244
9245 2010-09-29  Julien Danjou  <julien@danjou.info>
9246
9247         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
9248         replacement of `gnus-gravatar-relief' to mimic
9249         `gnus-faces-properties-alist'.
9250         Add :version property.
9251
9252 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9253
9254         * mail-source.el (mail-source-report-new-mail):
9255         * message.el (message-default-mail-headers):
9256         * mm-decode.el (mm-valid-image-format-p): Comment fix.
9257
9258         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
9259
9260 2010-09-28  Julien Danjou  <julien@danjou.info>
9261
9262         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
9263         mail-address contains the same string as real-name.
9264
9265         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
9266         non-blank in header, otherwise it'll get stripped.
9267
9268         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
9269         real-name, and then for mail address rather than doing : or , search.
9270
9271 2010-09-27  Julien Danjou  <julien@danjou.info>
9272
9273         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
9274         right completing-read function.
9275         (gnus-use-ido): New variable
9276         (gnus-completing-read-with-default): Remove.
9277         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
9278         (gnus-agent-add-group):
9279         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
9280         * mm-view.el (mm-view-pkcs7-decrypt):
9281         * mm-util.el (mm-codepage-setup):
9282         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9283         * mml-smime.el (mml-smime-openssl-sign-query):
9284         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
9285         (mml-insert-multipart):
9286         * gnus-msg.el (gnus-summary-yank-message):
9287         * gnus-int.el (gnus-start-news-server):
9288         * mm-decode.el (mm-interactively-view-part):
9289         * gnus-dired.el (gnus-dired-attach):
9290         * gnus.el (gnus-read-method):
9291         * gnus-bookmark.el (gnus-bookmark-jump):
9292         * gnus-art.el (gnus-mime-view-part-as-type)
9293         (gnus-mime-action-on-part, gnus-article-encrypt-body):
9294         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
9295         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
9296         * nnmairix.el (nnmairix-create-server-and-default-group)
9297         (nnmairix-update-groups, nnmairix-get-server)
9298         (nnmairix-backend-to-server, nnmairix-goto-original-article)
9299         (nnmairix-get-group-from-file-path):
9300         * nnrss.el (nnrss-find-rss-via-syndic8):
9301         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
9302         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
9303         (gnus-group-browse-foreign-server):
9304         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
9305         (gnus-summary-execute-command, gnus-summary-respool-article)
9306         (gnus-read-move-group-name):
9307         * gnus-score.el (gnus-summary-increase-score)
9308         (gnus-summary-score-effect):
9309         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
9310
9311 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9312
9313         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
9314         x-focus-frame.
9315
9316         * nnimap.el (auth-source-forget-user-or-password)
9317         (auth-source-user-or-password): Autoload.
9318
9319         * message.el (message-from-style, message-interactive)
9320         (message-cite-prefix-regexp, message-sendmail-envelope-from)
9321         (message-yank-prefix, message-indentation-spaces, message-signature)
9322         (message-signature-file): Add comment.
9323
9324 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9325
9326         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
9327         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
9328         new articles.
9329
9330         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
9331         parts.
9332         (nnimap-request-article): Work with the t setting, too.
9333
9334         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
9335         that you don't get flashes of other buffers.
9336         (gnus-summary-show-complete-article): Intern before setting.
9337
9338 2010-09-27  David Engster  <dengste@eml.cc>
9339
9340         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
9341         well as HEADERS.
9342         (nnmairix-retrieve-headers): Provide new argument for the above.
9343
9344 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9345
9346         * gnus-sum.el (gnus-summary-move-article): Don't alter
9347         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
9348         group.
9349
9350         * nnimap.el (nnimap-update-info): Don't destructively alter active.
9351
9352         * message.el (message-cite-prefix-regexp): Revert my last edit.
9353
9354         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
9355         variable instead of the Gnus variable.
9356
9357         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
9358
9359         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
9360
9361         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
9362         since some servers don't like it.
9363         (nnimap-open-connection): Forget credentials if the server says the
9364         password was wrong.
9365         (nnimap-parse-line): Protect against invalid data.
9366
9367         * gnus-sum.el (gnus-summary-move-article): Add comment.
9368         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
9369         nothing alters it while scanning for new messages.
9370
9371         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
9372         which may or may not help.
9373         (nnimap-open-connection): If we're doing a stream connection, and then
9374         discover we're on a STARTTLS-capable server, then open a STARTTLS
9375         connection instead.
9376
9377 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9378
9379         * nnimap.el (utf7): Require.
9380
9381         * message.el (message-cite-prefix-regexp): Remove "}" from citation
9382         prefix.
9383
9384 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
9385
9386         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
9387
9388 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9389
9390         * nnimap.el (nnimap-request-accept-article): Message the error on
9391         error.
9392
9393 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9394
9395         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
9396
9397 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9398
9399         * nndoc.el (nndoc-request-list): Return success always.
9400
9401         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
9402         `fetch-old' -- we only want to fetch the articles we've requested.
9403         The rest are in the agent, probably.
9404         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
9405         disappeared server" to something low.  It's not important.
9406
9407         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
9408         arrived before the FETCH data.
9409
9410         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
9411         target here, because we don't know the Gnus name of the group.
9412
9413         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
9414         for the correct group.
9415
9416         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
9417
9418         * gnus.el (gnus): Give a final warning after startup.
9419
9420         * gnus-util.el (gnus-action-message-log): New variable.
9421         (gnus-message): Use it.
9422         (gnus-final-warning): New function.
9423
9424         * nnimap.el (nnimap-open-connection): Record the greeting.
9425         (nnimap): Add greeting.
9426
9427 2010-09-26  Julien Danjou  <julien@danjou.info>
9428
9429         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
9430         arguments.
9431         (gnus-html-wash-images): Fix spec computing to include start/end.
9432
9433         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
9434
9435 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9436
9437         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
9438         deletion.
9439         (nnimap-retrieve-headers): Don't select the group, because that's
9440         already done by nnimap-possibly-change-group.
9441
9442         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
9443         (gnus-picon-transform-address): Use it.
9444
9445         * mail-source.el (mail-source-value): Revert previous patch.
9446
9447         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
9448         on failure.
9449         (nnimap-open-connection): Look up both virtual and physical server name
9450         credentials.
9451
9452         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
9453
9454 2009-02-07  Dave Love  <fx@gnu.org>
9455
9456         * tls.el (open-tls-stream): Don't query killing process.
9457
9458 2009-02-08  Dave Love  <fx@gnu.org>
9459
9460         * gnus-win.el (gnus-window-to-buffer-helper)
9461         (gnus-all-windows-visible-p): Function needn't be a symbol.
9462
9463         * mail-source.el (mail-source-value): Function needn't be a symbol.
9464
9465 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9466
9467         * message.el (message-cite-prefix-regexp): Remove } from the cite
9468         prefix.
9469
9470         * gnus-art.el (gnus-treatment-function-alist): Do picons before
9471         highlight again, so that the highlight is correct.
9472
9473         * gnus-picon.el (gnus-picon): Remove again.
9474         (gnus-picon-create-glyph): Set the background XPM color explicitly.
9475
9476         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
9477         doing the header highlightling, so that the background color of the
9478         picon is correct.
9479
9480         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
9481         (gnus-picon): Ditto.
9482         (gnus-picon): Reinstate.  The background color for picons is white.
9483         (gnus-picon-insert-glyph): Make the background white.
9484
9485         * nnml.el (nnml-open-nov): Don't return dead buffers.
9486
9487         * auth-source.el (auth-source-create): Query the user for whether to
9488         store the credentials.
9489
9490         * netrc.el (netrc-store-data): New function.
9491
9492         * auth-source.el (auth-source-user-or-password): Use the existing auth
9493         sources, if any, for creation.
9494
9495         * gnus.el (gnus-group-fast-parameter): Return the last matching
9496         parameter instead of the first matching parameter.
9497
9498 2010-09-26  Julien Danjou  <julien@danjou.info>
9499
9500         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
9501
9502 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9503
9504         * mml2015.el (mml2015-use): Remove gpg support.
9505
9506         * mml1991.el (mml1991-function-alist): Remove gpg function.
9507         (mml1991-gpg-sign): Remove.
9508
9509 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
9510
9511         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
9512         (gnus-browse-unsubscribe-current-group): Document it.
9513         (gnus-browse-unsubscribe-group): Use it.
9514
9515 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9516
9517         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
9518         address to the To list for easier response.
9519
9520         * gnus.el (gnus-play-startup-jingle): Remove.
9521         (gnus-splash): Don't play jingle.
9522         (gnus): Silence gnus-load message.
9523
9524         * gnus-art.el (gnus-treat-play-sounds): Remove.
9525
9526         * gnus.el (gnus-play-jingle): Remove audio support.
9527
9528         * gnus-cus.el (gnus-score-customize): Remove audio reference.
9529
9530         * earcon.el: Remove -- no users.
9531
9532         * gnus-audio.el: Remove -- no users of this package.
9533
9534         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
9535
9536         * gnus-start.el (gnus-setup-news): Remove nocem support.
9537
9538         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
9539
9540         * gnus.el (gnus-use-nocem): Remove.
9541
9542         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
9543         Remove.
9544
9545         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
9546         uses NoCeM any more.
9547
9548         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
9549         (gnus-button-ctan-handler): Ditto.
9550         (gnus-button-handle-ctan-bogus-regexp): Ditto.
9551         (gnus-button-ctan-directory-regexp): Ditto.
9552         (gnus-button-handle-ctan): Ditto.
9553         (gnus-button-tex-level): Ditto.
9554         (gnus-button-alist): Remove CTAN stuff.
9555
9556 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9557
9558         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
9559         nnimap-streaming test.
9560
9561         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
9562         servers twice.
9563
9564         * nnimap.el (nnimap-open-connection): Add more error reporting when
9565         nnimap fails early.
9566
9567         * nnheader.el (nnheader-get-report-string): New function.
9568         (nnheader-get-report): Use it.
9569
9570         * gnus-int.el (gnus-check-server): Say what the error was when opening
9571         failed.
9572
9573         * nnimap.el (nnimap-wait-for-response): Search further when we're not
9574         using streaming.
9575
9576 2010-09-25  Julien Danjou  <julien@danjou.info>
9577
9578         * gnus-html.el (gnus-html-rescale-image): Use our defalias
9579         gnus-window-inside-pixel-edges.
9580
9581 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9582
9583         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
9584
9585         * mm-decode.el (mm-save-part): Allow saving to other directories the
9586         normal Emacs way.
9587
9588         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
9589         Suggested by Jay Berkenbilt.
9590
9591         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
9592         there isn't a single byte.
9593
9594         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
9595         just do it.  It doesn't really seem to matter what the user responds
9596         here, I think, so it's just a confusing question.
9597
9598         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
9599         non-streaming case.
9600
9601         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
9602         (gnus-article-encrypt-body): Use it.
9603
9604         * gnus-sum.el (gnus-summary-show-complete-article): New command and
9605         keystroke.
9606
9607         * nnimap.el (nnimap-find-wanted-parts-1):
9608         Use gnus-fetch-partial-articles.
9609
9610         * gnus-art.el (gnus-fetch-partial-articles): New variable.
9611
9612         * nnimap.el (nnimap-insert-partial-structure): New function.
9613         (nnimap-get-partial-article): New function.
9614         (nnimap-request-article): Use it.
9615         (nnimap-wait-for-response): Return whether the wait was successful.
9616         (nnimap-finish-retrieve-group-infos): Don't do anything if the
9617         retrieval wasn't successful.
9618         (nnimap-retrieve-group-data-early): Allow throttling servers.
9619         (nnimap-streaming): New variable.
9620         (nnimap-fetch-partial-articles): Remove.
9621
9622         * mm-decode.el (mm-with-part): Protect against killed buffers.
9623
9624         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
9625         for prettier summary display.
9626
9627 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
9628
9629         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
9630
9631 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9632
9633         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
9634         apparently third-party libraries depend on it.
9635
9636         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
9637         before starting negotiation.
9638
9639         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
9640         privacy reasons.
9641         (gnus-treat-mail-gravatar): Ditto.
9642
9643         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
9644         buffer when inserting images.  Inserting text into the headers, for
9645         instance, can make them invalid.
9646
9647 2010-09-25  Julien Danjou  <julien@danjou.info>
9648
9649         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
9650         variables.
9651
9652         * nnheader.el: Remove useless variables news-reply-yank-from and
9653         news-reply-yank-message-id.
9654
9655         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
9656         variables.
9657
9658         * mml1991.el: Remove useless mml1991-verbose.
9659
9660         * gnus.el: Remove useless variable gnus-use-generic-from.
9661         Remove obsolete variable gnus-topic-indentation.
9662
9663         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
9664
9665         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
9666
9667         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
9668
9669         * gnus-group.el: Remove useless gnus-group-icon-cache.
9670         Remove useless gnus-ephemeral-group-server.
9671
9672         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
9673
9674         * mml2015.el: Remove useless mml2015-verbose.
9675
9676         * mml-smime.el: Remove useless mml-smime-verbose.
9677
9678         * gnus.el: Remove useless gnus-local-domain.
9679
9680         * gnus-gravatar.el (gnus-gravatar-transform-address):
9681         Use gnus-gravatar-size.
9682
9683         * gnus-art.el: Remove useless gnus-treat-translate.
9684
9685 2010-09-24  Julien Danjou  <julien@danjou.info>
9686
9687         * gnus-sum.el: Add support for Gravatars.
9688
9689         * gnus-art.el: Add support for Gravatars.
9690
9691         * gnus-gravatar.el: Add this file.
9692
9693         * gravatar.el: Add this file.
9694
9695 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9696
9697         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
9698
9699         * gnus-group.el (gnus-group-fetch-faq): Remove.
9700
9701         * gnus.el (gnus-group-faq-directory): Remove.
9702
9703         * gnus-group.el (gnus-group-fetch-charter): Remove.
9704
9705         * gnus.el (gnus-group-charter-alist): Remove.
9706
9707         * gnus-group.el (gnus-group-archive-directory): Remove.
9708         (gnus-group-recent-archive-directory): Ditto.
9709         (gnus-group-make-archive-group): Remove.
9710
9711         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
9712
9713         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
9714         use the same article number for all the cached articles.
9715
9716         * nnimap.el (nnimap-command): Register the last command time so
9717         that we can use it for idling NOOPs.
9718         (nnimap-open-connection): Start the keeplive timer.
9719         (nnimap-make-process-buffer): Store all the process buffers.
9720         (nnimap-keepalive): New function.
9721
9722         * starttls.el (starttls-open-stream): Add autoload cookie.
9723
9724 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
9725
9726         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
9727         handling.
9728
9729 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9730
9731         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
9732         its data structures.
9733
9734         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
9735         instead of the cl.el copy-list.
9736         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
9737         equalp.
9738
9739 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9740
9741         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
9742         and tool-bar-local-item-from-menu.
9743
9744         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
9745         mode-line-highlight face for Emacs.
9746
9747         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
9748         loading gnus-sum.elc; fix comment for canlock-verify.
9749         (gnus-article-jump-to-part): Use read-number.
9750         (gnus-insert-mime-button, gnus-insert-mime-security-button):
9751         Remove Emacs pre-21 compatible code for help-echo.
9752         (gnus-article-next-page-1): No need to adjust the number of lines.
9753         (gnus-article-describe-bindings): Always use help-buffer.
9754
9755         * gnus-audio.el (gnus-audio-inline-sound):
9756         * gnus-cus.el (gnus-custom-mode):
9757         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
9758
9759         * gnus-sum.el (gnus-remove-overlays): Doc fix.
9760
9761         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
9762         compatible code.
9763
9764 2010-09-24  Glenn Morris  <rgm@gnu.org>
9765
9766         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
9767         visiting the fcc file in rmail-mode.
9768
9769         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
9770
9771 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9772
9773         * nnir.el: Silence the byte compiler.
9774
9775         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
9776         alias to browse-url-url-encode-chars if any.
9777         (gnus-html-encode-url): Use it.
9778
9779 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9780
9781         * gnus-start.el (gnus-use-backend-marks): New variable.
9782         (gnus-get-unread-articles-in-group): Use it.
9783
9784         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
9785         makeover.
9786
9787 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
9788
9789         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
9790
9791 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9792
9793         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
9794         Remove.
9795         (gnus-setup-news-hook):
9796         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
9797
9798         * gnus-int.el (gnus-request-update-info): Protect against backends not
9799         having the function.
9800
9801         * nnimap.el (nnimap-stream): Mention starttls.
9802         (nnimap-open-connection): Add starttls support.
9803
9804 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
9805
9806         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
9807
9808 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9809
9810         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
9811         BODYSTRUCTUREs.
9812         (nnimap-transform-headers): Unfold quoted {42} headers.
9813
9814         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
9815         the info.
9816         (gnus-get-unread-articles): Only call updatep on backends that support
9817         it.
9818
9819         * nnweb.el (nnweb-request-update-info): NOOP.
9820
9821         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
9822
9823         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
9824         since it only deals with marks.
9825
9826         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
9827         gnus-request-marks, and make a new gnus-request-update-info.
9828
9829         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
9830         the active instead of the high number, which is usually too low.
9831
9832 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
9833
9834         * netrc.el (netrc-parse): Remove encrypt.el mentions.
9835         * encrypt.el: Remove.
9836
9837 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9838
9839         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
9840         server in symbolic form.
9841
9842         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
9843
9844 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9845
9846         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
9847         (nnimap-update-info): Fix up code slightly.
9848
9849         * gnus-int.el (gnus-open-server): Add tracing for performance
9850         debugging.
9851
9852         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
9853         (gnus-group-insert-group-line): Pass the real group name so that it
9854         gets the right data.
9855
9856         * gnus-start.el (gnus-get-unread-articles): Don't have
9857         `gnus-get-unread-articles-in-group' update info, since that can be
9858         really slow and doesn't seem to be needed?
9859
9860 2010-09-22  Dan Christensen  <jdc@uwo.ca>
9861
9862         * time-date.el (date-to-time): Try using parse-time-string first before
9863         using the slower timezone-make-date-arpa-standard.
9864
9865 2010-09-22  Julien Danjou  <julien@danjou.info>
9866
9867         * gnus-group.el (gnus-group-insert-group-line):
9868         Call gnus-group-highlight-line.
9869         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
9870         default hook list.
9871         (gnus-group-update-eval-form): Add new function.
9872         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
9873         (gnus-group-get-icon): Use gnus-group-update-eval-form.
9874
9875 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9876
9877         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
9878         immediate, then expire all articles.
9879         (nnimap-update-info): Fix off-by-one errors.
9880         (nnimap-flags-to-marks): Would return no marks lists for group with no
9881         flags.  Instead return the other data.
9882
9883 2010-09-22  Julien Danjou  <julien@danjou.info>
9884
9885         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
9886         Only return an icon.
9887         (gnus-group-insert-group-line): Compute icon to return.
9888
9889         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
9890         (gnus-html-image-fetched): Only cache if
9891         gnus-html-image-automatic-caching is set.
9892         (gnus-html-image-fetched): Check for errors.
9893
9894 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9895
9896         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
9897         once per method on `g'.  This ensures that backends like nnfolder don't
9898         open all their folders.
9899
9900         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
9901         (nnimap-request-list): Nix out group in the correct buffer.
9902         (nnimap-parse-flags): Implement by using `read' instead of
9903         hand-parsing.
9904         (nnimap-flags-to-marks): Pass on permanent-flags.
9905         (nnimap-make-process-buffer): Record the server name.
9906         (nnimap-parse-flags): Fix typo.
9907         (nnimap-request-scan): Run split on the server in general, not just a
9908         single group.
9909
9910         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
9911         parameter, and propagate this downwards.
9912
9913         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
9914         since EXAMINE changes it on the server.
9915
9916         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
9917         this command might take a while.
9918
9919 2010-09-22  Julien Danjou  <julien@danjou.info>
9920
9921         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
9922         harmful if you have 2 images side-by-side, they can't be properly
9923         update on text deletion.  Using text-property is safer here.
9924         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
9925         data.
9926
9927 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9928
9929         * nnimap.el (nnimap-expunge-inbox): Remove.
9930         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
9931         (nnimap-expunge): Flip default to t.
9932
9933         * gnus.el (gnus-method-to-server): Don't push things to the cache
9934         unless it's unique.
9935         (gnus-server-to-method): Ditto.
9936
9937 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
9938
9939         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
9940
9941 2010-09-22  Julien Danjou  <julien@danjou.info>
9942
9943         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
9944         get the start of data.
9945         (gnus-html-encode-url): Add this function to encode special chars in
9946         URL.
9947         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
9948         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
9949
9950         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
9951         default.
9952         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
9953
9954         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
9955         images alt-text.
9956         (gnus-html-put-image): Put alt-text as help-echo.
9957
9958 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9959
9960         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
9961         * mm-util.el (mm-decompress-buffer):
9962         * nnir.el (nnir-run-find-grep):
9963         * pop3.el (pop3-list): Use 3rd arg of split-string.
9964
9965         * time-date.el (format-seconds): Comment fix.
9966
9967         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
9968         and byte-optimize-form-code-walker.
9969         (dgnushack-make-auto-load): Don't advise make-autoload.
9970
9971         * lpath.el: Remove Emacs 21 stuff.
9972
9973 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9974
9975         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
9976         outside the active range.  Suggested by Dan Christensen.
9977
9978         * gnus-start.el (gnus-get-unread-articles): Get the extended method
9979         slightly later to avoid double-getting it.
9980
9981         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
9982         previous patch.
9983
9984         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
9985
9986 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
9987
9988         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
9989
9990 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9991
9992         * gnus-int.el (gnus-open-server): Give a better error message in the
9993         "go offline" case.
9994
9995         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
9996         marks for nnimap, which is seldom the right thing to do.
9997
9998         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
9999         (gnus-same-method-different-name): New function.
10000
10001         * nnimap.el (parse-time): Require.
10002
10003         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
10004         method in the presence of many similar methods.
10005
10006         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
10007
10008         * nnimap.el (nnimap-find-expired-articles): Don't refer to
10009         nnml-inhibit-expiry.
10010
10011         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
10012         find out whether methods are equal.
10013
10014         * nnimap.el (nnimap-find-expired-articles): New function.
10015         (nnimap-process-expiry-targets): New function.
10016         (nnimap-request-move-article): Request the article before looking at
10017         what the Message-ID is.  Fix found by Andrew Cohen.
10018         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
10019
10020         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
10021         for oldness in addition to being a predicate.
10022
10023         * nnimap.el (nnimap-request-group): When we have zero articles, return
10024         the right data to Gnus.
10025         (nnimap-request-expire-articles): Only delete articles immediately if
10026         the target is 'delete.
10027
10028         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
10029         method, this would bug out.
10030
10031         * gnus-group.el (gnus-group-expunge-group): Rename from
10032         gnus-group-nnimap-expunge, and implemented as a normal interface
10033         function.
10034
10035         * gnus-int.el (gnus-request-expunge-group): New function.
10036
10037         * nnimap.el (nnimap-request-create-group): Implement.
10038         (nnimap-request-expunge-group): New function.
10039
10040 2010-09-21  Julien Danjou  <julien@danjou.info>
10041
10042         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
10043         (gnus-html-cache-expired): Add new function.
10044         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
10045         wethever we should display image for fetch it.
10046         Compute alt-text earlier to pass it to the fetching function too.
10047         (gnus-html-schedule-image-fetching): Change function argument to only
10048         get one image at a time, not a list.
10049         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
10050         cache.
10051         (gnus-html-get-image-data): New function to retrieve image data from
10052         cache.
10053         (gnus-html-put-image): Change buffer argument to use image data rather
10054         than file, and place image above region rather than inserting a new
10055         one.  Do not take alt-text as argument, since it's useless now: we place
10056         the image above alt-text.
10057         (gnus-html-prune-cache): Remove.
10058         (gnus-html-show-images): Start to fetch image when we find one, do not
10059         push into a temporary list.
10060         (gnus-html-prefetch-images): Only fetch image if they have expired.
10061         (gnus-html-browse-image): Fix, use 'gnus-image-url.
10062         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
10063
10064 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10065
10066         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
10067
10068 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10069
10070         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
10071         spec inser "*" if the group isn't active instead of 0.
10072
10073         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
10074         opening the server.
10075         (nnimap-request-delete-group): Implement group deletion.
10076         (nnimap-transform-headers): Return the size of the entire message in
10077         the Bytes header, not just the size of the first part.
10078         (nnimap-request-move-article): When moving an article from nnimap,
10079         request the article first so the accepting form has an article to
10080         accept.  Reported by Dan Christensen.
10081         (nnimap-command): Make sure that the error message doesn't error out.
10082
10083 2010-09-20  David Edmondson  <dme@dme.org>
10084
10085         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
10086         we haven't requested anything.
10087
10088 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10089
10090         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
10091         "".  Fix found by Andrew Cohen.
10092
10093         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
10094         instead of -encode-string.
10095
10096 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10097
10098         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
10099
10100         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
10101         by mm-subst-char-in-string.
10102
10103 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10104
10105         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
10106         waiting for the connection string.
10107
10108         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
10109         arriving.
10110
10111         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
10112         bogus characters.  This allows selecting certain Gmail groups.
10113
10114         * nnimap.el (nnimap-find-wanted-parts-1): New function.
10115         (nnimap-fetch-partial-articles): New variable.
10116         (nnimap-open-connection): When looking for credentials, also use the
10117         nnimap-server-port.
10118         (nnimap-request-article): Return the group/article number, so that Gnus
10119         `^' works as expected.
10120         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
10121
10122         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
10123         comments.
10124         (gnus-methods-sloppily-equal): New function.
10125         (gnus): When using the development version of Gnus, load the gnus-load
10126         file.
10127
10128         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
10129         `gnus-open-server' on each method before trying to scan them etc.
10130         This ensures that all the backend parameters are set correctly.
10131
10132         * nnimap.el (nnimap-authenticator): New variable.
10133         (nnimap-open-connection): Allow anonymous login.
10134         (nnimap-transform-headers): The chars header is called Chars not Bytes.
10135         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
10136
10137         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
10138         patch, found by Knut Anders Hatlen.
10139
10140 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
10141
10142         * gnus-agent.el (gnus-agent-batch-confirmation)
10143         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
10144         to gnus-message.
10145         * gnus-art.el (gnus-article-describe-briefly): Likewise.
10146         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
10147         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
10148         * gnus-int.el (gnus-open-server): Likewise.
10149         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
10150         (gnus-score-check-syntax): Likewise.
10151         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
10152         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
10153         Likewise.
10154         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
10155
10156 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10157
10158         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
10159         calling conventions so that prefetch doesn't bug out.
10160
10161 2010-09-19  Julien Danjou  <julien@danjou.info>
10162
10163         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
10164         rather than `subst-char-in-region' in order to be able to replace ASCII
10165         char by UTF-8 ones.
10166
10167         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
10168         than curl.
10169         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
10170         the right URL and ALT text on images.
10171         (gnus-html-wash-tags): Fix tag case.
10172         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
10173         (gnus-article-html): Add -o display_ins_del=2 option.
10174         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
10175
10176 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10177
10178         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
10179         the extra mail headers, which sometimes seem to happen for unknown
10180         reasons.
10181
10182         * mail-parse.el (mail-header-encode-parameter): Define as
10183         rfc2045-encode-string instead of as rfc2231-encode-string, since some
10184         (or most, perhaps?) mail readers don't understand the latter, but do
10185         understand the former.
10186
10187         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
10188         to nil, so that no methods are automatically agentized.  I think this
10189         is probably what most users want.
10190
10191         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
10192         from url-retrieve, for instance about invalid URLs.
10193
10194         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
10195         groups that have no articles.
10196         (nnimap-request-article): Check that we really got an article when we
10197         requested one.
10198
10199         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
10200         doesn't exist.
10201
10202         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
10203         nntp buffer so the agent can save it.
10204         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
10205         that CRLF doesn't get translated to \n.
10206         (nnimap-open-connection): Don't make 'shell commands only send \n.
10207
10208 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10209
10210         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
10211         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
10212         Update var name.
10213         (nnml-generate-nov-file): Use dolist.
10214         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
10215         Use with-current-buffer.
10216
10217 2010-09-18  Julien Danjou  <julien@danjou.info>
10218
10219         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
10220         parallel.
10221
10222 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10223
10224         * nnimap.el (nnimap-update-info): When doing partial marks update, get
10225         the range update right.
10226         (nnimap-request-group): Don't make `M-g' bug out on group with no
10227         marks.
10228         (nnoo): Require, so that other packages can require nnimap.
10229         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
10230         command we're looking for.  This helps when the server sends more
10231         responses after we've gotten everything we expected.
10232         (nnimap): Add a `newlinep' field to keep track of end-of-line
10233         conventions.
10234         Don't send CRLF to things that don't want it.
10235         (nnimap-request-accept-article): Ditto.
10236
10237 2010-09-18  Julien Danjou  <julien@danjou.info>
10238
10239         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
10240         than curl to retrieve images.
10241
10242 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10243
10244         * nnimap.el (nnimap-update-info): Extend the info so that we can set
10245         the marks.
10246         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
10247         (nnimap-wait-for-connection): New function.
10248         (nnimap-open-connection): If we have PREAUTH, don't query for login
10249         credentials.
10250         (nnimap-update-info): Fix off-by-one error when concatenating ranges
10251         when doing a partial update.
10252
10253 2010-09-18  Julien Danjou  <julien@danjou.info>
10254
10255         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
10256         tags.
10257
10258 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10259
10260         * nnimap.el (nnimap-credentials): New function.
10261         (nnimap-open-connection): Use the new function to look for credentials
10262         also on the numeric equivalents of "imap" and "imaps".
10263
10264         * gnus-start.el (gnus-activate-group): Send the info to
10265         gnus-request-group.
10266
10267         * nnimap.el (nnimap-request-group): Have the "check" version of the
10268         function parse flags and update the info, so that a `M-g' get a total
10269         resync of all flags from the group.
10270
10271         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
10272         to allow backends to alter the info on group selection.  Also alter all
10273         the backend -request-group functions to take the parameter.
10274
10275         * nnimap.el (nnimap-store-info): New function.
10276         (nnimap-update-info): Store the info for later usage.
10277         (nnimap-request-group): Use the stored info for the dont-check case, so
10278         that we don't retrieve all marks when we enter a group.
10279
10280         * nnimap.el: Use deffoo instead of defun for interface functions.
10281
10282         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
10283         update the group info.  This makes the nndraft groups, for instance, go
10284         back to their old behavior.
10285
10286         * gnus-sum.el (gnus-select-newsgroup): Indent.
10287
10288         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
10289         in.
10290         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
10291         nothing.
10292
10293         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
10294         from methods that are denied.
10295
10296         * gnus-int.el (gnus-method-denied-p): New function.
10297
10298         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
10299         store the password instead of netrc.
10300         (nnimap-open-connection): Don't error out when we can't make a
10301         connections.
10302
10303         * auth-source.el (auth-source-create): In the password prompt, say what
10304         we're querying for.  Also prompt for user name if that hasn't been
10305         given.
10306
10307         * nnimap.el (nnimap-with-process-buffer): Remove.
10308
10309 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10310
10311         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
10312         method when we're reading from the agent.
10313
10314         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
10315
10316         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
10317         that's probably most useful for users.
10318
10319         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
10320         "failed" all the time.
10321
10322         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
10323         ...)) with (with-current-buffer ... ).
10324
10325         * nntp.el (nntp-open-server): Return whether the open was successful or
10326         not.
10327
10328         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
10329         select an unread unseen article first.
10330
10331         * nnimap.el (nnimap-open-connection): If the user doesn't have a
10332         /etc/services, supply some sensible port defaults.
10333
10334         * dgnushack.el: Define netrc-credentials.
10335
10336 2010-09-17  Julien Danjou  <julien@danjou.info>
10337
10338         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
10339
10340 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
10341
10342         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
10343         doesn't have any parameters.
10344
10345 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10346
10347         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
10348         only upcased checks.
10349
10350         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
10351
10352         * nnimap.el (nnimap-open-shell-stream): New function.
10353         (nnimap-open-connection): Use it.
10354         (nnimap-transform-headers): Get the number of lines in each message.
10355         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
10356         number of lines.
10357         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
10358         problem.
10359
10360         * utf7.el (utf7-encode): Autoload.
10361
10362         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
10363         to allow the mail splitting to not return a default group.  This is
10364         useful for nnimap, which will leave unmatched mail in the inbox.
10365
10366         * nnimap.el: Rewritten.
10367
10368         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
10369         nnimap usage.
10370
10371         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
10372         if the move is internal, so that nnimap can do fast internal moves.
10373
10374         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
10375         data.
10376         (gnus-read-active-for-groups): Support finishing the early retrieval of
10377         data.
10378
10379         * gnus-range.el (gnus-range-nconcat): New function.
10380
10381         * gnus-int.el (gnus-finish-retrieve-group-infos)
10382         (gnus-retrieve-group-data-early): New functions.
10383
10384 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10385
10386         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
10387         (nnrss-retrieve-groups):
10388         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
10389         (pop3-quit): Use with-current-buffer.
10390
10391 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10392
10393         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
10394         instead of nnheader-accept-process-output.
10395
10396         * dgnushack.el (dgnushack-compile): Add comment.
10397
10398         * lpath.el: No need to fbind propertize for XEmacs 21.4.
10399
10400         * gnus-html.el (gnus-html-schedule-image-fetching)
10401         (gnus-html-prefetch-images): Replace process-kill-without-query by
10402         gnus-set-process-query-on-exit-flag.
10403
10404 2010-09-16  Romain Francoise  <romain@orebokech.com>
10405
10406         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
10407
10408 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10409
10410         * gnus-registry.el (gnus-registry-install-shortcuts): The second
10411         parameter to unintern is mandatory-ish in Emacs 24.
10412
10413         * gnus-html.el (gnus-html-schedule-image-fetching)
10414         (gnus-html-prefetch-images): Check for curl before using it.
10415
10416         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
10417         depend on curl, which isn't essential.
10418
10419         * imap.el: Revert back to version
10420         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
10421         seem problematic.
10422
10423 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
10424
10425         * gnus-registry.el (gnus-registry-install-shortcuts):
10426         Explicitly pass `obarray' to `unintern' to avoid a warning.
10427
10428 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10429
10430         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
10431         change.
10432
10433         * nnrss.el (nnrss-request-list): Remove this function and related
10434         functions, including the moreover stuff.
10435
10436 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10437
10438         * nnrss.el (nnrss-retrieve-groups): New function.
10439
10440 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
10441
10442         * .dir-locals.el: Add no-byte-compile cookie.
10443
10444 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10445
10446         * time-date.el (format-seconds): Comment fix.
10447
10448         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
10449         for back end that doesn't support request-scan.
10450
10451 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10452
10453         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
10454         then do request scans from the backends.
10455
10456         * netrc.el (netrc-credentials): New conveniency function.
10457
10458         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
10459         avoid running a hook per line, since this takes a lot of time,
10460         profiling shows.
10461         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
10462         directly if gnus-visual-p is true.
10463
10464 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10465
10466         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
10467         groups; replace mapcar with dolist which is a bit faster; pass groups
10468         info to gnus-read-active-file-1.
10469         (gnus-read-active-file-1): Scan only specified groups if the new
10470         optional arg `infos' is given.
10471
10472 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10473
10474         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
10475
10476         * pop3.el (pop3-movemail): Remove.
10477         (pop3-streaming-movemail): Rename to pop3-movemail.
10478
10479         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
10480         don't restrict end-tag searches to the end of the line.
10481
10482 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10483
10484         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
10485         articles of every unchecked group to t, which means unknown since the
10486         server has never been opened.
10487
10488 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10489
10490         * gnus-html.el (gnus-html-show-alt-text): New command.
10491         (gnus-html-browse-image): Ditto.
10492         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
10493         to browse the image directly.
10494         (gnus-html-wash-tags): Search for images first, so that <a><img> works
10495         better.
10496
10497         * gnus-async.el (gnus-async-article-callback):
10498         Call `gnus-html-prefetch-images' unconditionally.
10499
10500         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
10501         before feeding URLs to curl.
10502
10503 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10504
10505         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
10506         internal images as deletable by `W D D'.
10507
10508         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
10509         (gnus-async-article-callback): Fix typo.
10510
10511 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10512
10513         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
10514         current line to work around bugs in the output from w3m.
10515
10516         * gnus-async.el (gnus-async-article-callback): Always prefetch images
10517         for groups that want that.
10518
10519         * nntp.el (nntp-wait-for-string): Supply a timeout for
10520         accept-process-output to ensure progress.
10521
10522         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
10523         level to get unread articles from, then use that for foreign groups,
10524         too.
10525
10526         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
10527         confuses the rest of the function.
10528
10529         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
10530         for the methods that support -retrieve-groups, too.
10531
10532         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
10533
10534 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10535
10536         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
10537         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
10538
10539         * pop3.el: Require cl when compiling.
10540         (pop3-number-of-responses): Search for "+OK", not "+OK ".
10541
10542 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10543
10544         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
10545         that aren't going to be activated.
10546         (gnus-get-unread-articles): Fix up the last commit.
10547
10548         * gnus-html.el (gnus-article-html): Allow calling without specifying
10549         the handle.  In that case, dissect the buffer first.
10550
10551         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
10552
10553         * nnimap.el (nnimap-open-connection): Revert the change that would look
10554         into authinfo for imaps instead of imap.
10555
10556         * gnus-start.el (gnus-activate-group): Take an optional parameter to
10557         say that you don't want to call gnus-request-group with don-check, but
10558         do check the reponse.  This is for virtual groups only.
10559         (gnus-get-unread-articles): Count the archive groups as secondary, so
10560         that they're activated the same way as before.
10561
10562         * imap.el (imap-message-map): Removed optional buffer parameter, since
10563         no callers use it.
10564         (imap-message-get): Ditto.
10565         (imap-message-put): Ditto.
10566         (imap-mailbox-map): Ditto.
10567         (imap-mailbox-put): Ditto.
10568         (imap-mailbox-get): Ditto.
10569         (imap-mailbox-get): Revert last change for this function.
10570
10571         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
10572         case-insensitively.
10573         (nnimap-debug): Remove.
10574
10575         * net/imap.el (imap-fetch-safe): Remove function, and alter all
10576         callers to use `imap-fetch' instead.  According to the comments, this
10577         should be safe, since all other IMAP clients use the 1:* syntax.
10578         (imap-enable-exchange-bug-workaround): Remove.
10579         (imap-debug): Remove -- doesn't seem very useful.
10580
10581         * mail-source.el (mail-source-fetch): Don't message if we're fetching
10582         mail from a file, and the file doesn't exist.
10583
10584         * imap.el (imap-log): New convenience function used throughout instead
10585         of repeating the same code all over the place.
10586
10587         * pop3.el (pop3-streaming-movemail): Return t for success.
10588
10589         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
10590         .authinfo if we're using ssl connection.
10591
10592         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
10593         already have if we're in a main Gnus `g' run.
10594
10595         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
10596
10597 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10598
10599         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
10600
10601         * nnmh.el (nnmh-request-list-1): Bind `file'.
10602
10603         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
10604         alias to set-process-query-on-exit-flag or process-kill-without-query.
10605         (pop3-open-server): Use it.
10606
10607 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10608
10609         * mail-source.el (mail-source-delete-crash-box): Always move the crash
10610         box to the Incoming file.  Fixes mistake in previous checkin.
10611
10612         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
10613         request loop (for debugging purposes) removed.
10614
10615         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
10616         culprit is more visible.
10617         (nnml-save-incremental-nov, nnml-open-incremental-nov)
10618         (nnml-add-incremental-nov): New functions to do "incremental" nov
10619         updates, where we just append to the end of the existing nov files
10620         without reading/writing them in full.
10621
10622         * mail-source.el (mail-source-delete-crash-box): Really only check the
10623         incoming files once in a while.
10624
10625         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
10626
10627         * mail-source.el (mail-source-delete-crash-box): Only check the
10628         incoming files for deletion once per day to save a lot of file
10629         accesses.
10630
10631         * pop3.el (pop3-logon): Fix up unbound variable typo.
10632
10633         * mail-source.el (pop3-streaming-movemail): Autoload.
10634
10635         * pop3.el (pop3-streaming-movemail):
10636         Respect pop3-leave-mail-on-server.
10637
10638         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
10639         retrieval.
10640
10641         * pop3.el (pop3-process-filter): Remove unused function.
10642         (pop3-streaming-movemail, pop3-send-streaming-command)
10643         (pop3-wait-for-messages, pop3-write-to-file)
10644         (pop3-number-of-responses): New functions for streaming pop3
10645         retrieval.
10646
10647         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
10648         come from no known methods.
10649         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
10650         list.
10651
10652         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
10653         message sizes.
10654         (pop3-movemail): Use erase-buffer instead of looping and deleting
10655         regions, which seems rather odd.
10656
10657         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
10658         file once per `g' run.
10659
10660         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
10661         directories.  This makes the draft queue directory work.
10662
10663         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
10664         data from the backends, so that we only request the list of groups from
10665         each method once.  This should speed things up considerably.
10666
10667         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
10668         detect that it's not implemented.
10669
10670         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
10671         we actually do recurse down into the tree, but don't stat all leaf
10672         nodes.
10673
10674         * gnus-html.el (gnus-html-show-images): If there are no images to show,
10675         then say so instead of bugging out.
10676
10677         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
10678         files exist before trying to read them.
10679
10680         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
10681         around <pre_int>.
10682
10683         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
10684
10685         * nnmh.el (nnmh-request-list-1): Optimize for speed.
10686
10687 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10688
10689         * mm-util.el (mm-image-load-path): Just return the image directories,
10690         not all directories in the path in addition to the image directories.
10691         (mm-image-load-path): Maintain a cache of the image directories so that
10692         the `g' command in Gnus doesn't have to stat dozens of directories each
10693         time.
10694
10695         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
10696         (gnus-html-wash-tags): Add a new `i' command to insert images.
10697         (gnus-html-insert-image): New command and keystroke.
10698         (gnus-html-redisplay-with-images): New command and keystroke.
10699         (gnus-html-show-images): Rename command.
10700         (gnus-html-wash-tags): Remove more white space before <pre_int> image
10701         spacers.
10702         (gnus-html-wash-tags): Decode entities at the end, so that entities
10703         inside the tags don't mess up the rest of the "parsing".
10704
10705         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
10706         so that nnimap methods aren't agentized by default.  There's apparently
10707         many problems related to agent/imap behavior.
10708
10709         * gnus-art.el (gnus-article-copy-string): New command and key binding.
10710
10711         * gnus-html.el: Doc fix.
10712
10713 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10714
10715         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
10716         specifier-spec-list for Emacs 21.
10717
10718         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
10719         glyph-width and glyph-height instead of display-graphic-p and
10720         image-size; make avoidance of displaying small images work for XEmacs.
10721
10722         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
10723         for XEmacs.
10724
10725         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
10726         of symbol that holds plist data.
10727         (gnus-process-plist): Remove plist of process after getting it.
10728
10729 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10730
10731         * message.el (message-generate-hashcash): Change default to
10732         'opportunistic if hashcash is installed.
10733
10734         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
10735         (gnus-html-put-image): Only call image-size once, since it's somewhat
10736         time-consuming on remote X servers.
10737
10738 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10739
10740         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
10741         type on data, not a file name.
10742
10743         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
10744         window-pixel-edges for Emacs 21.
10745
10746         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
10747         decoded contents.
10748         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
10749
10750 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10751
10752         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
10753         group line format, since it isn't very interesting.
10754
10755         * gnus-agent.el (gnus-agent-short-article),
10756         (gnus-agent-long-article): Increase values for these two variables,
10757         since most people are likely to have more network connection and
10758         storage than before.
10759
10760         * gnus.el (gnus-refer-article-method): Change default to 'current.
10761         When referring an article, the common behavior is to refer it from the
10762         current select method, not the native select method.  The chances of
10763         the native select method having the message in question is rather slim
10764         these days.
10765
10766         * gnus-sum.el (gnus-auto-select-subject): Change default to
10767         `unseen-or-unread'.  I think it's likely that most people want to
10768         select an unseen article over a previously seen, but unread one.
10769
10770         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
10771         means that in the article buffer none of the minor mode elements will
10772         be shown, usually, and this is not desirable in most cases.
10773
10774         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
10775         that commands like `d' (and the like) go to the next line in the
10776         buffer, instead of the next unread article.  I think this is the
10777         behavior that is most natural for most users.
10778         (gnus-single-article-buffer): Change default to nil, so that people can
10779         have as many article buffers open as they have summary buffer.  I think
10780         this is the most natural way for the groups to behave.
10781
10782         * message.el (message-generate-new-buffers): Change default to
10783         `unsent', so that all new message buffers start their names with the
10784         string "*unsent", and it's easier to find the buffers if you move from
10785         them.
10786
10787 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10788
10789         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
10790         small.  They're probably tracking images.
10791         (gnus-html-wash-tags): Remove all <pre_int> place holders.
10792         (gnus-html-rescale-image): Yet another try at getting the image sizing
10793         right.
10794
10795         * nntp.el (nntp-request-set-mark): Refuse to do marks if
10796         nntp-marks-file-name is nil.
10797
10798 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10799
10800         * gnus-html.el (gnus-html-wash-tags)
10801         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
10802         Better logging.
10803
10804 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10805
10806         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
10807
10808         * gnus-html.el (gnus-html-wash-tags): Check the value of
10809         gnus-blocked-images in the summary buffer.
10810
10811 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10812
10813         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
10814
10815 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10816
10817         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
10818         like "a", it seems like.
10819         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
10820         since it needs to be picked from the correct buffer.
10821
10822         * nnwfm.el: Remove.
10823
10824         * nnlistserv.el: Remove.
10825
10826 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10827
10828         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
10829         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
10830
10831 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10832
10833         * nnkiboze.el: Remove.
10834
10835         * nndb.el: Remove.
10836
10837         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
10838         alt text.
10839         (gnus-html-rescale-image): Try to get the rescaling logic right for
10840         images that are just wide and not tall.
10841
10842         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
10843         overshadow variable bindings.
10844
10845 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
10846
10847         * gnus-html.el (gnus-html-wash-tags)
10848         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
10849         Add extra logging.
10850
10851 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10852
10853         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
10854         (gnus-max-image-proportion): New variable.
10855         (gnus-html-rescale-image): New function.
10856         (gnus-html-put-image): Rescale images.
10857
10858 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10859
10860         Fix up some byte-compiler warnings.
10861         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
10862         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
10863         (gnus-article-fill-cited-article, gnus-article-hide-citation)
10864         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
10865         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
10866         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
10867         (gnus-group-update-group): Use save-excursion and with-current-buffer.
10868
10869 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10870
10871         * gnus-html.el (gnus-article-html): Decode contents by charset.
10872
10873 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10874
10875         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
10876         (gnus-html-frame-width, gnus-blocked-images):
10877         * message.el (message-prune-recipient-rules): Add custom version.
10878         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
10879
10880         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
10881         functions.
10882
10883         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
10884         gnus-process-get.
10885
10886 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
10887
10888         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
10889         instead of lsub directly.
10890
10891 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10892
10893         * nnwarchive.el: Remove.
10894
10895         * gnus-soup.el: Remove.
10896
10897         * nnsoup.el: Remove.
10898
10899         * nnultimate.el: Remove.
10900
10901         * gnus-html.el (gnus-blocked-images): New variable.
10902
10903         * message.el (message-prune-recipients): New function.
10904         (message-prune-recipient-rules): New variable.
10905
10906         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
10907         guess whether a long line is natural text or not.
10908
10909         * gnus-html.el (gnus-html-schedule-image-fetching):
10910         Use gnus-process-plist and friends for compatibility.
10911
10912 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10913
10914         * gnus-html.el: Require packages that define macros used in this file.
10915         (gnus-article-mouse-face): Declare to silence byte-compiler.
10916         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
10917         process-get.
10918         (gnus-html-put-image): Use plist-get to avoid getf.
10919         (gnus-html-prefetch-images): Use with-current-buffer.
10920
10921 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10922
10923         * gnus-ems.el: Provide compatibility functions for
10924         gnus-set-process-plist.
10925
10926         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
10927         header-line-format for XEmacs 21.4.
10928
10929         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
10930         * gnus.el (gnus-valid-select-methods):
10931         * message.el (message-send-mail-partially-limit):
10932         * mm-decode.el (mm-text-html-renderer):
10933         * mml.el (mml-insert-mime-headers-always):
10934         * smiley.el (smiley-regexp-alist): Bump custom version.
10935
10936 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10937
10938         * gnus-html.el: Require mm-url.
10939         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
10940         with the url to `url'.
10941         (gnus-html-wash-tags): Support cid: URLs/images.
10942
10943 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10944
10945         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
10946         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
10947         bindings, as they aren't useful at all.  `w' is moved to `W w'.
10948
10949         * gnus-move.el: Remove file, since it doesn't really work.
10950
10951         * gnus-html.el (gnus-article-html): Tell w3m that the input is
10952         UTF-8.  This seems to fix problems with some German web feeds.
10953
10954         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
10955         at the top so that the proper colors are applied.
10956
10957         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
10958         don't have dots in their names.
10959
10960         * gnus-art.el (gnus-article-view-part): Doc fix.
10961
10962         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
10963         XEmacs-compatible.
10964         (gnus-html-put-image): Don't do images on non-graphic displays.
10965
10966         * nnslashdot.el: Remove this unused backend.
10967
10968         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
10969         actions.
10970         (gnus-undo-register-1): Revert last change.
10971
10972         * gnus-group.el (gnus-group-completing-read): Protect against not
10973         having completion-styles bound.
10974
10975         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
10976         make broken recipients happier.
10977
10978         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
10979
10980         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
10981         point parameter.
10982
10983         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
10984
10985         * gnus-group.el (gnus-group-completing-read): Add 'substring to
10986         completion-styles for group selection.
10987
10988 2009-02-04  Andreas Schwab  <schwab@suse.de>
10989
10990         * gnus-score.el (gnus-score-string): Fix regex for matching extra
10991         headers and regexp-quote the match if necessary.
10992
10993 2009-03-24  Miles Bader  <miles@gnu.org>
10994
10995         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
10996         the blinking smiley.
10997
10998 2009-03-24  Simon Josefsson  <simon@josefsson.org>
10999
11000         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
11001         blink smiley.
11002
11003 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11004
11005         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
11006         where the dribbel file lives exists.
11007
11008         * message.el (message-send-mail-partially-limit): Change the default to
11009         nil, since most people don't want this.
11010
11011         * mm-url.el (mm-url-decode-entities): Also decode entities like
11012         &#x3212.
11013
11014 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
11015
11016         * gnus-sum.el (gnus-summary-idna-message):
11017         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
11018         Hyperlink urls in docstrings with URL `...'.
11019
11020 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
11021
11022         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
11023         functions.
11024
11025 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11026
11027         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
11028         say what the mouseover text should be.
11029
11030         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
11031         version of the mm-w3m-safe-url-regexp variable to only download images
11032         in the groups where we want that to happen.
11033
11034         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
11035
11036         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
11037         easier debugging.
11038         (gnus-article-beginning-of-window): Add kludge to allow spacing past
11039         big pictures in the article buffer.
11040
11041         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
11042         gnus-article-html.
11043         (mm-text-html-renderer): gnus-article-html needs curl in addition to
11044         w3m.
11045
11046         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
11047
11048 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11049
11050         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
11051         which doesn't exist.
11052
11053         * message.el (message-inhibit-ecomplete): New variable to allow some
11054         function to inhibit ecomplete address storage.
11055         (message-resend): Disable ecomplete message storage when resending
11056         messages.
11057
11058         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
11059
11060 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11061
11062         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
11063         Save excursion while copying, moving, and deleting articles in order to
11064         prevent the cursor from jumping to unforeseen place.
11065
11066 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11067
11068         * lpath.el: No need to bind bookmark-current-buffer,
11069         bookmark-yank-point and bookmark-make-record-function.
11070
11071 2010-08-17  Glenn Morris  <rgm@gnu.org>
11072
11073         * gnus-sync.el: Require gnus components whose functions are used.
11074
11075         * gnus-art.el (bookmark-make-record-function):
11076         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
11077         Declare for compiler.
11078
11079         * mm-url.el (mml-compute-boundary): Autoload.
11080
11081 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11082
11083         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
11084
11085 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
11086
11087         Typo fix "hoo4a" -> "hook".
11088
11089         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
11090
11091 2010-08-14  Glenn Morris  <rgm@gnu.org>
11092
11093         * gnus-sync.el (gnus-sync): Fix defgroup version.
11094
11095 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
11096
11097         Doc fixes and keep unknown groups (ammended for nunion bug fix).
11098
11099         * gnus-sync.el: Fix docs.
11100         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
11101         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
11102
11103 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11104
11105         Optimizations for gnus-sync.el.
11106
11107         * gnus-sync.el: Add docs about gnus-sync-backend
11108         possibilities.
11109         (gnus-sync-save): Remove unnecessary message.
11110         (gnus-sync-read): Optimize and show what groups were skipped.
11111
11112 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11113
11114         Minor bug fixes for gnus-sync.el.
11115
11116         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
11117         Don't read the sync on get-new-news.
11118
11119         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
11120         quiet.
11121
11122         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
11123         (fix typo).
11124
11125 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
11126
11127         Make saving and restoring of hidden threads work with overlays.
11128         Patch applied by Ted Zlatanov.
11129
11130         * gnus-sum.el (gnus-hidden-threads-configuration)
11131         (gnus-restore-hidden-threads-configuration): Update to deal with text
11132         properties, rather than searching for a magic character.
11133
11134 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
11135
11136         New gnus-sync.el library for synchronization of marks.
11137
11138         * gnus-sync.el: New library for synchronization of marks.
11139
11140         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
11141         renamed from `gnus-registry-grep-in-list'.
11142
11143         * gnus-registry.el (gnus-registry-follow-group-p):
11144         Use `gnus-grep-in-list'.
11145
11146         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
11147
11148 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11149
11150         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
11151         determining charset of text fails.
11152
11153 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11154
11155         * nnmail.el (nnmail-get-new-mail-1): Revert.
11156
11157         * nnml.el (nnml-active-number): Make sure names of newly created groups
11158         in nnml-group-alist are encoded.
11159
11160 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11161
11162         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
11163         containing non-ASCII characters in active file for nnml back end.
11164
11165 2010-07-24  David Engster  <dengste@eml.cc>
11166
11167         * mml-smime.el (mml-smime-epg-verify): Also accept the older
11168         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
11169
11170 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
11171
11172         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
11173         tag (Bug#6654).
11174
11175 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11176
11177         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
11178         the article buffer, not the summary buffer.
11179
11180 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11181
11182         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
11183         Emacs 23 as well.
11184
11185 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11186
11187         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
11188         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
11189
11190 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11191
11192         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
11193         Patch applied by Karl Fogel.
11194
11195         * gnus-sum.el (gnus-summary-bookmark-make-record):
11196         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
11197
11198 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11199
11200         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
11201         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
11202         C-w still not working correctly from Article buffers; Thierry's
11203         patch to fix that will be applied after this.
11204
11205         * gnus-art.el (bookmark-make-record-function): New local variable.
11206
11207         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
11208         article buffer.
11209         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
11210
11211 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
11212
11213         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
11214         on changes in bookmark.el.
11215
11216 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11217
11218         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
11219         `no-log' instead of message not to log prompt string.
11220
11221 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
11222
11223         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
11224         the *other* type of HTML form submission.
11225
11226 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
11227
11228         * auth-source.el (auth-source-pick): If choice does not contain a
11229         questioned keyword, set the check to t.
11230
11231 2010-06-12  Romain Francoise  <romain@orebokech.com>
11232
11233         * gnus-util.el (gnus-date-get-time): Move up before first use.
11234
11235 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11236
11237         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
11238         (gnus-article-edit-part): Bind it to make last part that is substituted
11239         or deleted visible.
11240         (gnus-mime-display-single): Buttonize part of which id equals to
11241         gnus-mime-buttonized-part-id.
11242
11243 2010-06-10  Dan Christensen  <jdc@uwo.ca>
11244
11245         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
11246         (gnus-dd-mmm): Use gnus-date-get-time.
11247         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
11248         simplify logic.
11249         (gnus-summary-limit-to-age): Use gnus-date-get-time.
11250         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
11251
11252 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
11253
11254         * auth-source.el (top): Autoload `secrets-list-collections',
11255         `secrets-create-item', `secrets-delete-item'.
11256         (auth-sources): Fix tag string.
11257         (auth-get-source, auth-source-retrieve, auth-source-create)
11258         (auth-source-delete): New defuns.
11259         (auth-source-pick): Rewrite in order to avoid 2 passes.
11260         (auth-source-forget-user-or-password): New parameter USERNAME.
11261         (auth-source-user-or-password): New parameters CREATE-MISSING and
11262         DELETE-EXISTING.  Retrieve password interactively, if needed.
11263
11264 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
11265
11266         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
11267         deleting unused directories when gnus-expert-user is t.
11268
11269 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11270
11271         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
11272         for each temp file when gnus-article-browse-delete-temp is ask.
11273
11274 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11275
11276         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el:
11277         Replace Lisp calls to delete-backward-char by calls to delete-char.
11278
11279 2010-05-20  Kevin Ryde  <user42@zip.com.au>
11280
11281         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
11282
11283 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
11284
11285         * password-cache.el (password-cache-remove): Fix docstring.
11286
11287 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11288
11289         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
11290         article unless decoding article to be saved.
11291
11292 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11293
11294         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
11295         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
11296         generated within the mm-with-unibyte-current-buffer macro.
11297
11298 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11299
11300         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
11301         to nil when we're in a mml-preview buffer and no group is selected.
11302
11303 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
11304
11305         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
11306         when catching the `C-g'.  Reported by "Leo".
11307
11308 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11309
11310         * message.el (message-forward-make-body-plain)
11311         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
11312         multibyte-string-p.
11313
11314         * lpath.el: Revert.
11315
11316 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11317
11318         * message.el (message-forward-make-body-mml): Assume original message
11319         is multibyte string; error on unibyte.
11320         (message-forward-make-body-plain): Ditto; don't add excessive newline
11321         in body end.
11322
11323         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
11324
11325 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
11326
11327         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
11328         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
11329
11330 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11331
11332         * mm-extern.el (mm-extern-url): Don't use
11333         mm-with-unibyte-current-buffer.
11334         (mm-extern-cache-contents): Use with-current-buffer instead of
11335         save-excursion + set-buffer.
11336
11337 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11338
11339         * mm-util.el (mm-emacs-mule): Remove.
11340
11341 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
11342
11343         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
11344         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
11345         change.
11346
11347 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11348
11349         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
11350         bind the default value of enable-multibyte-characters to nil.
11351
11352 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11353
11354         * message.el (message-forward-make-body-plain)
11355         (message-forward-make-body-mml):
11356         Don't use mm-with-unibyte-current-buffer.
11357
11358 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11359
11360         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
11361
11362 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
11363
11364         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
11365         (Bug#5592).
11366
11367 2010-05-07  Julien Danjou  <julien@danjou.info>
11368
11369         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
11370         it to mm-pipe-part.
11371
11372         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
11373         it is given.
11374
11375 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11376
11377         * binhex.el (binhex-decode-region-internal):
11378         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type):
11379         (dns-query):
11380         * nnweb.el (nnweb-gmane-search):
11381         * pgg-parse.el (pgg-parse-armor):
11382         * pgg.el (pgg-verify-region):
11383         * sha1.el (sha1-string-external):
11384         * uudecode.el (uudecode-decode-region-internal):
11385         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
11386         XEmacs.
11387
11388         * gnus-art.el (gnus-article-browse-html-parts):
11389         * gnus-group.el (gnus-read-ephemeral-gmane-group):
11390         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
11391         make-temp-file.
11392
11393         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
11394         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
11395         compiling.
11396
11397         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
11398         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
11399         XEmacs when compiling.
11400
11401         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
11402         gnus-pick-mode-off-hook for XEmacs when compiling.
11403         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
11404         gnus-binary-mode-off-hook for XEmacs when compiling.
11405
11406         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
11407         Return nil if char-charset is not available.
11408
11409         * imap.el (imap-disable-multibyte)
11410         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
11411         macros.
11412
11413         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
11414         instead of encode-coding-string.
11415
11416         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
11417         'xemacs) instead of mm-emacs-mule to switch function definitions.
11418         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
11419
11420         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
11421         bind temporary-file-directory for XEmacs;
11422         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
11423         timer-set-function for XEmacs 21.4 and SXEmacs;
11424         bind timer-list for XEmacs 21.4 and SXEmacs;
11425         fbind char-charset and find-charset-region for non-Mule XEmacs;
11426         fbind decode-coding-region, decode-coding-string, detect-coding-region,
11427         encode-coding-region and encode-coding-string for XEmacs having no
11428         file-coding feature.
11429
11430 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
11431
11432         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
11433
11434 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11435
11436         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
11437         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
11438
11439 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
11440
11441         * mm-util.el (mm-decompress-buffer): Use `delete-file';
11442         alias `jka-compr-delete-temp-file' no longer exists.
11443
11444 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11445
11446         Use define-minor-mode in Gnus where applicable.
11447         * mml.el (mml-mode): Use define-minor-mode.
11448         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
11449         (gnus-undo-mode): Use define-minor-mode.
11450         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
11451         (gnus-dead-summary-mode): Use define-minor-mode.
11452         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
11453         Initialize in declaration.
11454         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
11455         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
11456         (gnus-mailing-list-mode): Use define-minor-mode.
11457         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
11458         (gnus-draft-mode): Use define-minor-mode.
11459         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
11460         (gnus-dired-mode): Use define-minor-mode.
11461
11462 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
11463
11464         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
11465         handles on recursive mml-to-mime translation and check them for
11466         boundary delimiter collisions.  Reported by Greg Troxel.
11467
11468 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11469
11470         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
11471
11472 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11473
11474         * mm-util.el (mm-find-buffer-file-coding-system):
11475         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
11476
11477 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
11478
11479         * message.el (message-generate-headers): Record insertion of optional
11480         headers as well.  Otherwise the check to prevent repeated insertion of
11481         optional headers is a no-op.
11482
11483 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
11484
11485         * smime.el: Don't mention CVS.
11486
11487         * nnrss.el (nnrss-fetch): Don't mention CVS.
11488
11489         * nnir.el: Don't mention CVS.
11490
11491 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11492
11493         * gnus-sum.el (gnus-summary-bookmark-make-record):
11494         Add `location' field.
11495
11496 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11497
11498         * lpath.el: Fbind bookmark-default-handler,
11499         bookmark-get-bookmark-record, bookmark-make-record-default,
11500         bookmark-prop-get for Emacs <23 and XEmacs.
11501
11502 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11503
11504         * gnus-sum.el: Add bookmark declarations to silence the compiler.
11505         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
11506         Use with-current-buffer to silence the byte-compiler.
11507         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
11508         bother to require `gnus'.
11509         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
11510
11511 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11512
11513         * gnus-sum.el (gnus-summary-bookmark-make-record)
11514         (gnus-summary-bookmark-jump): New functions.
11515         (gnus-summary-mode): Setup bookmark support.
11516
11517 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
11518
11519         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
11520         if set.
11521
11522 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11523
11524         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
11525         gnus-article-browse-html-save-cid-image; make it work recursively for
11526         forwarded messages as well.
11527         (gnus-article-browse-html-parts): Work when prefix arg is given.
11528         (gnus-article-browse-html-article): Doc fix.
11529
11530 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
11531
11532         * message.el (message-default-mail-headers):
11533         (message-default-headers): Carry the value mail-default-headers over
11534         into message-default-mail-headers, rather than message-default-headers.
11535
11536 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
11537
11538         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
11539         charset.
11540
11541         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
11542         charset into the <meta> tag when the article is encoded to utf-8.
11543
11544 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11545
11546         * gnus-art.el (gnus-article-browse-delete-temp-files):
11547         Delete directories as well.
11548         (gnus-article-browse-html-parts): Work for images that do not specify
11549         file names; delete temp directory when quitting; insert header at the
11550         right place; use file: scheme for image files.
11551
11552 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
11553
11554         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
11555         (gnus-article-browse-html-parts): Use it to make temporary cid image
11556         files in addition to html file so that browser may display them.
11557
11558 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11559
11560         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
11561
11562 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
11563
11564         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
11565
11566 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
11567
11568         * auth-source.el (auth-sources): Change default to be simpler.
11569         Explain about Secret Service API sources.  Improve Customize options.
11570         (auth-source-pick): Change to accept any number of search parameters.
11571         Implement fallbacks iteratively, not recursively.  Add scoring on the
11572         second pass and sort by score.  Call Secret Service API when needed.
11573         (auth-source-user-or-password): Use it.  Call Secret Service API
11574         directly when needed to get the user name and the password.
11575
11576 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
11577
11578         * message.el (message-interactive): Doc fix.
11579         (message-qmail-inject-args): Reflow.
11580         (message-kill-to-signature): Fix typo in docstring.
11581
11582         * smiley.el (smiley-buffer): Fix typo in docstring.
11583
11584 2010-03-24  Glenn Morris  <rgm@gnu.org>
11585
11586         * mail-source.el (gnus-message): Declare.
11587         (mail-source-delete-old-incoming): Require gnus-util.
11588
11589 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11590
11591         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
11592
11593         * message.el (ecomplete-setup): Autoload it for Emacs <23.
11594
11595         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
11596         password-cache's default if it is not bound.
11597         (mml-secure-passphrase-cache-expiry): Default to 16 that is
11598         password-cache-expiry's default if it is not bound.
11599
11600         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
11601         available in Emacs 21.
11602
11603         * lpath.el: Suppress compiler warnings for:
11604         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
11605         XEmacs;
11606         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
11607         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
11608         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
11609
11610 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
11611
11612         * auth-source.el (auth-sources): Fix up definition so extra parameters
11613         are always inline.
11614
11615 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
11616
11617         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
11618         wasn't updated after mismatch.  Clear cached mailbox info correctly
11619         when uidvalidity changes.
11620         (nnimap-group-prefixed-name): New function to avoid some code
11621         duplication.
11622         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
11623         (nnimap-request-group): Use it.
11624         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
11625         (nnimap-update-unseen): Significantly improved speed of Gnus startup
11626         with many imap folders.  This is done by caching the group status from
11627         the imap server persistently in a group parameter `imap-status'.  (This
11628         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
11629         but not persistently, so every Gnus startup was still very slow.)
11630
11631 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
11632
11633         * assistant.el (assistant-render-text): Run `widget-setup' and don't
11634         delete the extra newline.  Otherwise editing of :string and :number
11635         types don't work.
11636
11637 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11638
11639         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
11640         secrets.el dependency.
11641         (auth-sources): Add optional user name.  Add secrets.el configuration
11642         choice (unused right now).
11643
11644 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11645
11646         * gnus-sum.el (gnus-summary-make-menu-bar):
11647         Let `gnus-registry-install-shortcuts' fill in the functions.
11648
11649         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
11650         warnings.
11651         (gnus-registry-misc-menus): Variable to hold registry mark menus.
11652         (gnus-registry-install-shortcuts): Populate and use it in a
11653         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
11654
11655 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
11656
11657         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
11658         In-place substitutions for the group name encoding/decoding.
11659         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
11660         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
11661         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
11662         (nnimap-update-unseen, nnimap-request-list)
11663         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
11664         (nnimap-request-set-mark, nnimap-split-to-groups)
11665         (nnimap-split-articles, nnimap-request-newgroups)
11666         (nnimap-request-create-group, nnimap-request-accept-article)
11667         (nnimap-request-delete-group, nnimap-request-rename-group)
11668         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
11669         `encoded-mbx' for consistency.
11670         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
11671         variable `imap-current-mailbox'.
11672
11673         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
11674         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
11675
11676 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
11677
11678         * pop3.el (pop3-display-message-size-flag): Display message size byte
11679         counts during POP3 download.
11680         (pop3-movemail): Use it.
11681         (pop3-list): Implement listing of available messages.
11682
11683 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
11684
11685         * nnir.el (nnir-get-article-nov-override-function): New function to
11686         override the normal NOV retrieval.
11687         (nnir-retrieve-headers): Use it.
11688
11689 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
11690
11691         * auth-source.el (netrc-machine-user-or-password): Autoload.
11692
11693 2010-03-19  Glenn Morris  <rgm@gnu.org>
11694
11695         Stop message.el from loading about 40 libraries it doesn't always need.
11696         The general approach is to autoload rather than require, and to
11697         require in the specific functions rather than the file.  (Bug#5642)
11698
11699         * gmm-utils.el: Don't require wid-edit.
11700         (widget-create-child-value, widget-convert, widget-default-get):
11701         Autoload.
11702
11703         * gnus-util.el: Don't require time-date, netrc.
11704         (message-fetch-field, gnus-group-name-decode): Declare rather than
11705         autoloading.
11706         (gnus-fetch-field): Require message.
11707         (gnus-decode-newsgroups): Require gnus-group.
11708
11709         * ietf-drums.el: Don't require time-date.
11710
11711         * message.el: Don't require hashcash, canlock, ecomplete.
11712         Do require mail-utils.  Require nnheader only when compiling.
11713         (smtpmail-default-smtp-server): Remove declaration.
11714         (message-send-mail-function): Check smtpmail-default-smtp-server
11715         is bound rather than requiring smtpmail.
11716         (message-auto-save-directory, message-insert-signature):
11717         Use expand-file-name rather than nnheader-concat.
11718         (nnheader-insert-file-contents): Autoload.
11719         (hashcash-wait-async): Declare.
11720         (message-send-mail): Only call gnus-setup-posting-charset if
11721         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
11722         (message-send-mail-with-sendmail): Require sendmail.
11723         (canlock-password, canlock-password-for-verify): Declare.
11724         (message-canlock-password): Require canlock.
11725         (nnheader-get-report): Autoload.
11726         (gnus-setup-posting-charset): Declare.
11727         (message-send-news): Require gnus-msg.
11728         (message-make-references, message-make-in-reply-to): Use mail-header-id
11729         rather than the alias mail-header-message-id.
11730         (ecomplete-add-item, ecomplete-save): Declare.
11731         (message-put-addresses-in-ecomplete): Require ecomplete.
11732         (ecomplete-display-matches): Autoload.
11733
11734         * mm-decode.el: Don't require mailcap, gnus-util.
11735         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
11736         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
11737         Autoload.
11738         (mailcap-mime-extensions): Declare.
11739
11740         * mm-encode.el: Don't require mailcap.
11741         (mailcap-extension-to-mime): Autoload.
11742
11743         * mml-sec.el: Don't require password-cache.
11744
11745         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
11746         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
11747         (mml-minibuffer-read-type): Require mailcap.
11748         (mml-preview): Require gnus-msg.
11749
11750         * mml1991.el: Require password-cache.
11751         (password-cache-expiry): Remove declaration.
11752
11753         * mml2015.el: Require password-cache.
11754         (password-cache-expiry): Remove declaration.
11755
11756         * nneething.el (mailcap): Require mailcap.
11757
11758         * nnheader.el (declare-function): Add compatibility stub.
11759         (message-remove-header): Declare rather than autoload.
11760         (nnheader-replace-header): Require message.
11761
11762         * nnimap.el (declare-function): Add compatibility stub.
11763         (netrc-parse, netrc-machine-user-or-password): Declare.
11764         (nnimap-open-connection): Require netrc.
11765
11766         * nntp.el (declare-function): Add compatibility stub.
11767         (netrc-parse, netrc-machine, netrc-get): Declare.
11768         (nntp-send-authinfo): Require netrc.
11769
11770         * rfc2047.el: Don't require qp.
11771         (quoted-printable-encode-region, quoted-printable-decode-string):
11772         Autoload.
11773
11774         * sieve-mode.el: Don't require easymenu.
11775         (easy-menu-add-item): Autoload it.
11776
11777         * spam-stat.el (time-to-number-of-days): Autoload it.
11778
11779 2010-03-19  Glenn Morris  <rgm@gnu.org>
11780
11781         * password-cache.el (password-cache, password-cache-expiry): Autoload.
11782
11783 2010-03-18  Glenn Morris  <rgm@gnu.org>
11784
11785         * hashcash.el (declare-function): Remove duplicate definition.
11786
11787 2010-03-17  Kevin Ryde  <user42@zip.com.au>
11788
11789         * mml.el (mml-read-tag): Unquote values with `read' to reverse
11790         prin1 in mml-insert-tag (just stripping the quotes gave wrong
11791         value if any backslash escapes).
11792
11793 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11794
11795         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
11796         if it is available.  (bug#5647)
11797
11798         * lpath.el: Suppress compiler warning for coding-system-from-name for
11799         Emacs 21 and XEmacs.
11800
11801 2010-03-14  Juri Linkov  <juri@jurta.org>
11802
11803         * hmac-def.el:
11804         * hmac-md5.el:
11805         * netrc.el: Fix keywords.
11806
11807 2010-02-26  Glenn Morris  <rgm@gnu.org>
11808
11809         * message.el (message-send-mail-function): Change the default, so that
11810         it inherits from a customized send-mail-function.  (Bug#5643)
11811
11812 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11813
11814         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
11815         shell-command-to-string signals an error (bug#5299).
11816
11817 2010-02-24  Glenn Morris  <rgm@gnu.org>
11818
11819         * message.el (message-smtpmail-send-it)
11820         (message-send-mail-with-mailclient): Doc fixes.
11821
11822 2010-02-16  Glenn Morris  <rgm@gnu.org>
11823
11824         * message.el (message-default-mail-headers): Change the default value
11825         to ease the transition from mail-mode to message-mode.  (Bug#5555)
11826
11827 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11828
11829         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
11830         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
11831
11832 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
11833
11834         * time-date.el (date-to-time): Doc fix (Bug#5408).
11835
11836 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
11837
11838         * message.el (message-mail): Just pass yank-action on to message-setup.
11839         (message-setup): Handle (FUN . ARGS) form of yank-action.
11840         (message-with-reply-buffer, message-widen-reply)
11841         (message-yank-original): Handle non-buffer values of
11842         message-reply-buffer (Bug#4080).
11843         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
11844
11845 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
11846
11847         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
11848         Fix typo in docstring.
11849
11850 2010-01-08  Jason Rumney  <jasonr@gnu.org>
11851
11852         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
11853         response.
11854
11855 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11856
11857         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
11858
11859         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
11860
11861         * message.el (message-check-news-header-syntax): Protect against a
11862         string that `rfc822-addresses' returns when parsing fails.
11863
11864 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11865
11866         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
11867         (gnus-previous-char-property-change): New functions.
11868
11869         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
11870
11871 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
11872
11873         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
11874         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
11875
11876 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
11877
11878         * message.el (message-exchange-point-and-mark): Rework last change to
11879         avoid using optional arg of exchange-point-and-mark, for backward
11880         compatibility.
11881
11882 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
11883
11884         * message.el (message-exchange-point-and-mark):
11885         Call exchange-point-and-mark with an argument rather than setting
11886         mark-active by hand (Bug#5175).
11887
11888 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11889
11890         * nntp.el (nntp-service-to-port): Work for service expressed with
11891         numeric string; replace [:digit:] with [0-9] for XEmacs.
11892
11893 2009-12-17  Glenn Morris  <rgm@gnu.org>
11894
11895         * gnus-group.el (gnus-bug-group-download-format-alist):
11896         Change emacs entry to debbugs.gnu.org.  Bump :version.
11897
11898 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11899
11900         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
11901
11902 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11903
11904         * message.el (message-info): Explain why we use `Info-goto-node'.
11905
11906 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11907
11908         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
11909
11910 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11911
11912         * message.el (message-completion-in-region): New compatibility function.
11913         (message-expand-group): Use it.
11914
11915 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11916
11917         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
11918         with no unread article should be listed if the 2nd arg `predicate' is
11919         given.
11920
11921 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11922
11923         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
11924
11925 2009-11-29  Juri Linkov  <juri@jurta.org>
11926
11927         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
11928         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
11929         on `gnus-recenter'.  (Bug#4698, Bug#4981)
11930
11931 2009-11-26  Kevin Ryde  <user42@zip.com.au>
11932
11933         * sha1.el (sha1-string-external): default-directory "/" in case
11934         otherwise non-existent.  process-connection-type pipe for touch of
11935         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
11936
11937 2009-11-25  Kevin Ryde  <user42@zip.com.au>
11938
11939         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
11940         it's comms related and sgml-mode.el has "comm" on that basis too.
11941
11942 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11943
11944         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
11945         containing tspecial characters if they have been already quoted.
11946
11947 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
11948
11949         * dns-mode.el (auto-mode-alist): Purecopy string.
11950
11951 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11952
11953         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
11954
11955 2009-10-24  Glenn Morris  <rgm@gnu.org>
11956
11957         * gnus-art.el (help-xref-stack-item): Define for compiler.
11958
11959 2009-10-21  Kevin Ryde  <user42@zip.com.au>
11960
11961         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
11962
11963 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11964
11965         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
11966
11967 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11968
11969         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
11970         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
11971
11972 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11973
11974         * gnus.el (gnus-overlay-get): New alias to overlay-get.
11975         (gnus-overlays-in): New alias to overlays-in.
11976
11977         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
11978         gnus-overlay-get, and gnus-delete-overlay.
11979         (gnus-summary-show-thread): Make it work as well for systems in which
11980         next-single-char-property-change is not available.
11981         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
11982
11983         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
11984         (gnus-overlay-get): New alias to extent-property.
11985         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
11986
11987         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
11988         SXEmacs.
11989
11990         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
11991         SXEmacs.
11992
11993 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
11994
11995         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
11996
11997 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
11998
11999         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
12000         and XEmacs that don't have `remove-overlays'.
12001
12002 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12003
12004         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
12005         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
12006         selective display.  Use overlays instead.
12007
12008 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
12009
12010         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
12011
12012 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
12013
12014         * spam-stat.el (spam-stat-load): Fix typo in message.
12015
12016 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
12017
12018         * dig.el (dig-invoke): Fix typo in docstring.
12019         (query-dig): Reflow docstring.
12020
12021 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
12022
12023         * gnus-art.el (gnus-article-encrypt-body):
12024         * message.el (message-check-recipients):
12025         * mm-util.el (mm-codepage-setup):
12026         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
12027         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
12028
12029 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
12030
12031         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
12032         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
12033         keys from the menu if mm-{sign,encrypt}-option is 'guided.
12034         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
12035         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
12036
12037 2009-09-21  Kevin Ryde  <user42@zip.com.au>
12038
12039         * dig.el: Add "Keywords: comm", as per net-utils.el.
12040
12041 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12042
12043         * dig.el (dig-mode): Use define-derived-mode.
12044
12045 2009-09-19  Glenn Morris  <rgm@gnu.org>
12046
12047         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
12048
12049 2009-09-18  Glenn Morris  <rgm@gnu.org>
12050
12051         * gnus-diary.el (gnus-diary-check-message):
12052         * message.el (message-insert-formatted-citation-line):
12053         * nnbabyl.el (top-level):
12054         * nndiary.el (nndiary-schedule):
12055         Fix typos in condition-case handlers.
12056
12057 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12058
12059         * gnus-art.el (gnus-article-edit-part): Work for the buffer
12060         configuration that provides the sole article window in a frame;
12061         position point correctly after deleting a part.
12062
12063 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
12064
12065         * spam.el (spam-unregister-on-reregister): Add boolean variable.
12066         (spam-resolve-registrations-routine): Use it to unregister articles
12067         that change status.
12068
12069 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12070
12071         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
12072         with XEmacs.
12073         (parse-time-string-chars): Use it.
12074
12075 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12076
12077         * imap.el (imap-interactive-login): Better messages.
12078         (imap-open): Fix bug with renamed buffer on reconnect.
12079         (imap-authenticate): Add buffer-local imap-last-authenticator variable
12080         for easier debugging and cleaner code.  On successful (guessed based on
12081         server capabilities) secondary authentication, set imap-state
12082         correctly.
12083         (imap-last-authenticator): Define imap-last-authenticator as a variable
12084         to avoid warnings.
12085
12086 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12087
12088         * nnrss.el (nnrss-request-article): Remove binding of
12089         default-enable-multibyte-characters that has gotten needless by
12090         the 2007-07-13 change in rfc2047-encode-message-header.
12091
12092         * mml.el (mml-insert-multipart): Error on the message header.
12093         (mml-insert-part): Error on the message header; position point at
12094         the end of a MIME tag.
12095
12096 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12097
12098         * time-date.el (autoload): Expand define-obsolete-function-alias into
12099         defalias and make-obsolete for old Emacsen that Gnus supports.
12100         (with-no-warnings): Define it for old Emacsen.
12101         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
12102         is available.
12103         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
12104         float-time is available; suppress compile warning for time-to-seconds.
12105
12106         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
12107         (gnus-float-time): Alias to float-time if it exists.
12108
12109         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
12110         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
12111         float-time is available; suppress compile warning for time-to-seconds.
12112
12113         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
12114         XEmacs.
12115
12116 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
12117
12118         * imap.el (imap-message-map): Docstring fix.
12119
12120 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12121
12122         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
12123         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
12124         Add the optional argument `encoding' that overrides the default.
12125
12126         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
12127         mm-encode-buffer.
12128
12129 2009-09-04  Glenn Morris  <rgm@gnu.org>
12130
12131         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
12132         mm-disable-multibyte, rather than default-enable-multibyte-characters.
12133         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
12134         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
12135         * mm-util.el (mm-with-unibyte-current-buffer)
12136         (mm-find-buffer-file-coding-system):
12137         * yenc.el (yenc-decode-region): Use default-value rather than
12138         default-enable-multibyte-characters.
12139
12140 2009-09-03  Glenn Morris  <rgm@gnu.org>
12141
12142         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
12143         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
12144         than default-enable-multibyte-characters.
12145
12146 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
12147
12148         * gnus-art.el (gnus-article-read-summary-keys):
12149         Fix gnus-buffer-configuration's value temporarily used.
12150
12151 2009-09-02  Glenn Morris  <rgm@gnu.org>
12152
12153         * gnus-util.el (gnus-float-time): New function.
12154         * gnus-delay.el (gnus-delay-article):
12155         * gnus-sum.el (gnus-thread-latest-date):
12156         * gnus-util.el (gnus-user-date): Use gnus-float-time.
12157         * nnspool.el (nnspool-request-newgroups):
12158         Use gnus-float-time rather than time-to-seconds.
12159         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
12160
12161         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
12162         (gnus-header-subject-face, gnus-header-newsgroups-face)
12163         (gnus-header-name-face, gnus-header-content-face):
12164         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
12165         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
12166         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
12167         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
12168         (gnus-cite-face-11):
12169         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
12170         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12171         (gnus-server-closed-face, gnus-server-denied-face)
12172         (gnus-server-offline-face):
12173         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12174         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12175         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12176         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12177         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12178         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12179         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12180         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12181         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12182         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12183         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12184         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12185         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12186         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
12187         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
12188         (gnus-summary-high-undownloaded-face)
12189         (gnus-summary-low-undownloaded-face)
12190         (gnus-summary-normal-undownloaded-face)
12191         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12192         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12193         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12194         (gnus-splash-face):
12195         * message.el (message-header-to-face, message-header-cc-face)
12196         (message-header-subject-face, message-header-newsgroups-face)
12197         (message-header-other-face, message-header-name-face)
12198         (message-header-xheader-face, message-separator-face)
12199         (message-cited-text-face, message-mml-face):
12200         * sieve-mode.el (sieve-control-commands-face)
12201         (sieve-action-commands-face, sieve-test-commands-face)
12202         (sieve-tagged-arguments-face):
12203         * spam.el (spam-face):
12204         Mark face aliases with "-face" in the name as obsolete.
12205
12206 2009-09-01  Glenn Morris  <rgm@gnu.org>
12207
12208         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
12209         than goto-line.
12210
12211 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12212
12213         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12214         Don't move point if the command is invoked inside the message header.
12215
12216 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12217
12218         * imap.el (imap-send-command): Simplify.
12219         (imap-wait-for-tag): point-max -> buffer-size.
12220
12221 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12222
12223         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
12224         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
12225         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
12226         * nnir.el (nnir-swish-e-index-file):
12227         * gnus-sum.el (gnus-summary-delete-marked-as-read)
12228         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
12229         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
12230         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
12231         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
12232         (gnus-treat-display-xface): Add Emacs version of obsolescence.
12233
12234 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12235
12236         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
12237         Don't save excursion.
12238
12239 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12240
12241         * nnheader.el (nnheader-find-file-noselect):
12242         * mm-util.el (mm-insert-file-contents):
12243         Use (default-value 'major-mode) instead of default-major-mode.
12244
12245 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12246
12247         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
12248
12249 2009-08-26  Glenn Morris  <rgm@gnu.org>
12250
12251         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
12252         than placing in files.el.
12253
12254 2009-08-25  Glenn Morris  <rgm@gnu.org>
12255
12256         * nnir.el (top-level): Don't require cl at run-time.
12257         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
12258         Replace cl-function substitute with gnus-replace-in-string.
12259         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
12260         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
12261         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
12262         simplified expansions.
12263
12264 2009-08-25  Kevin Ryde  <user42@zip.com.au>
12265
12266         * dig.el (dig): Add autoload cookie.
12267
12268 2009-08-22  Glenn Morris  <rgm@gnu.org>
12269
12270         * gnus-art.el (gnus-button-patch): Use forward-line rather than
12271         goto-line.
12272
12273 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
12274
12275         * parse-time.el (parse-time-string-chars): Save match data.
12276
12277 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
12278
12279         * parse-time.el (parse-time-string-chars): Compute using character
12280         classes, to handle non-ascii characters (Bug#3190).
12281
12282 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12283
12284         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
12285
12286         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
12287         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
12288         (gnus-mm-display-part, gnus-mime-display-single)
12289         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
12290         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
12291
12292         * gnus-sum.el
12293         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
12294         (gnus-summary-move-article): Add expirable mark to articles copied or
12295         moved to group that has auto-expire turned on if the option is non-nil.
12296
12297 2009-07-24  Glenn Morris  <rgm@gnu.org>
12298
12299         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
12300         Fix typo.  (Bug#3903)
12301
12302 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12303
12304         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
12305         gnus-article-read-summary-keys rather than gnus-summary-edit-article
12306         that should not be used for draft articles.
12307         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
12308         that has no concern in minor mode keys.
12309         (gnus-article-summary-command, gnus-article-summary-command-nosave):
12310         Abolish.
12311
12312 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12313
12314         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
12315         article without making inquiry to a user for unknown encoding.
12316
12317         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
12318         (nnmaildir--scan): Assume i-node and device number that file-attributes
12319         returns might be cons-cell.
12320
12321         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
12322
12323         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
12324
12325 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
12326
12327         * auth-source.el: Remove docs now in auth.texi.  Don't use
12328         `gnus-message' for logging.  Add new variables `auth-source-debug' and
12329         `auth-source-hide-passwords' and use them.
12330
12331 2009-07-15  Glenn Morris  <rgm@gnu.org>
12332
12333         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
12334
12335 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12336
12337         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
12338         excessive whitespace from the default values of title and description.
12339
12340 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12341
12342         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
12343         mail-fetch-field to fetch Content-Description header in order to
12344         exclude newlines.
12345
12346 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
12347
12348         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
12349         format used by GnuPG 2.0.11.
12350
12351 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12352
12353         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
12354         to deleted part.
12355
12356 2009-05-30  David Engster  <dengste@eml.cc>
12357
12358         * nnmairix.el: Remove old documentation in the commentary block.
12359         (nnmairix-request-group): Do not update active file for nnml back ends.
12360         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
12361         end so that overview files are ignored.
12362         (nnmairix-update-groups): Make updating the groups more robust by using
12363         marks.
12364         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
12365         with dollar characters in message-id.
12366
12367 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
12368
12369         * spam.el: Use dns-query instead of query-dns.  Was renamed on
12370         2008-12-25 in dns.el.
12371
12372 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12373
12374         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
12375         could happen if the text is only composed of spaces and/or tabs.
12376
12377 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
12378
12379         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
12380         when sending a queued message to avoid extra mml tags.
12381
12382 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12383
12384         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
12385
12386 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12387
12388         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
12389         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
12390         rmail-toggle-header for XEmacs;
12391         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
12392
12393 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12394
12395         * gnus-dired.el: Remove autoload for gnus-setup-message.
12396         (gnus-dired-attach): Fake this-command value to prevent Gnus from
12397         displaying Gnus logo; always use compose-mail.
12398
12399 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12400
12401         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
12402
12403 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12404
12405         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
12406         (gnus-nocem-issuers): List currently active issuers; fix custom type.
12407         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
12408         available.
12409         (gnus-nocem-epg-verify): New function.
12410
12411 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
12412
12413         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
12414
12415 2009-02-15  Glenn Morris  <rgm@gnu.org>
12416
12417         * gnus-util.el (rmail-insert-rmail-file-header)
12418         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
12419         autoloads.
12420         (rmail-default-rmail-file): Remove unnecessary declaration.
12421         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
12422
12423 2009-02-14  Glenn Morris  <rgm@gnu.org>
12424
12425         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
12426         variable (only used in gnus-util, which declares it anyway).
12427         (rmail-output-to-rmail-file): Remove autoload of deleted function,
12428         which was only needed by gnus-art (changed to not use it any more).
12429         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
12430         only used in gnus-util, which autoloads it itself.
12431         (rmail-update-summary): Fix autoload.
12432
12433         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
12434         rather than rmail-output-to-rmail-file.
12435
12436 2009-02-07  Glenn Morris  <rgm@gnu.org>
12437
12438         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
12439         autoload of function that no longer exists.
12440         (rmail-toggle-header): Declare.
12441         (message-forward-rmail-make-body): Handle mbox Rmail.
12442
12443 2009-01-31  Glenn Morris  <rgm@gnu.org>
12444
12445         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
12446         2009-01-09 change.
12447
12448 2009-01-31  Dave Love  <fx@gnu.org>
12449
12450         * imap.el (imap-fetch-safe): Bind debug-on-error.
12451         (imap-debug): Add imap-fetch-safe.
12452
12453 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
12454
12455         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
12456         (auth-source-forget-all-cached): New convenience function.
12457         (auth-source-user-or-password): Accept list of modes or a single mode.
12458
12459         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
12460         auth-source modes.
12461
12462         * netrc.el (netrc-machine-user-or-password): Use list of
12463         auth-source modes.
12464
12465         * nnimap.el (nnimap-open-connection): Use list of
12466         auth-source modes.
12467
12468         * nntp.el (nntp-send-authinfo): Use list of
12469         auth-source modes.
12470
12471 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
12472
12473         * auth-source.el: Update docs to reflect epa-file-enable is to be used
12474         now.
12475
12476 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12477
12478         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
12479         coding system in XEmacs; add a workaround for XEmacs.
12480
12481         * lpath.el: Fbind coding-system-aliasee.
12482
12483 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12484
12485         * mm-util.el (mm-coding-system-priorities): Protect against nil value
12486         of current-language-environment.
12487
12488 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12489
12490         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
12491         available at runtime.
12492
12493 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12494
12495         * gnus-art.el (article-date-ut): Fix end point of narrowing.
12496
12497 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
12498
12499         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
12500         the greatest positive fixnum value doesn't work under an XEmacs with
12501         bignum support; use the most-positive-fixnum constant instead,
12502         available since Emacs 21.1 with cl and XEmacs 21.1.
12503
12504 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12505
12506         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
12507         XEmacs gets not to work.
12508
12509 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12510
12511         * mm-util.el (mm-coding-system-priorities): Allow the value like
12512         "Japanese (UTF-8)" of current-language-environment.
12513
12514 2009-01-09  Glenn Morris  <rgm@gnu.org>
12515
12516         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
12517         with last-command-event.
12518
12519 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12520
12521         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
12522         in the doc string.
12523
12524         * message.el (message-fix-before-sending): Amend comment.
12525
12526 2009-01-08  Dave Love  <fx@gnu.org>
12527
12528         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
12529
12530 2009-01-07  David Engster  <dengste@eml.cc>
12531
12532         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
12533         simplified server definitions by converting it via
12534         gnus-server-to-method.
12535
12536 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12537
12538         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
12539         parameter's operands.
12540
12541 2009-01-06  David Engster  <dengste@eml.cc>
12542
12543         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
12544         primary select method (for gnus-group-mark-article-as-read).
12545
12546 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
12547
12548         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
12549         `(gnus)Face', not `(gnus)X-Face'.
12550
12551 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12552
12553         * mm-util.el (mm-ucs-to-char): New function.
12554
12555         * mm-url.el (mm-url-decode-entities): Use it.
12556
12557         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
12558         unicode-to-char.
12559
12560 2009-01-05  Dave Love  <fx@gnu.org>
12561
12562         * time-date.el: Require cl for `declare'.
12563
12564 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12565
12566         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
12567         Dave Love.
12568
12569 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12570
12571         * message.el (message-fix-before-sending): Add `eight-bit' to
12572         illegible-text check.
12573
12574 2009-01-03  Michael Olson  <mwolson@gnu.org>
12575
12576         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
12577         `headers' is nil.  This can occur if the IMAP server does not have
12578         permissions to read messages from a folder, but can write new messages
12579         to the folder.
12580         (nnimap-request-article-part): Do not insert `data' if it is nil.
12581
12582         * imap.el (imap-parse-fetch): Courier can insert spurious blank
12583         characters which will confuse `read', so skip past them.
12584
12585 2009-01-01  Dave Love  <fx@gnu.org>
12586
12587         * imap.el (imap-string-to-integer): Fix typo.
12588         (imap-fetch-safe): New function.
12589         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
12590
12591         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
12592
12593         * imap.el (imap-process-connection-type, imap-debug, imap-open):
12594         (imap-parse-greeting): Fix doc strings.
12595         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
12596         (imap-parse-flag-list): Make messages unique.
12597         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
12598
12599         * nnimap.el: Fix author email.
12600         (nnimap-split-rule): Add FIXME comment.
12601         (nnimap-debug): Fix doc string.
12602
12603 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
12604
12605         * dns.el (dns-set-servers): Check "Address".  Fix typo.
12606
12607 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
12608
12609         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
12610         nslookup if resolv.conf isn't available.
12611         (dns-query): Rename from query-dns.
12612         (dns-query-cached): Rename from query-dns-cached.
12613
12614 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12615
12616         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
12617         overlay-arrow-position and overlay-arrow-string buffer-local; no need
12618         to check if those variables exist (first appeared in Emacs 18.50).
12619
12620 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12621
12622         * mm-util.el (mm-line-number-at-pos): New function.
12623
12624         * spam-report.el (spam-report-process-queue): Use it.
12625
12626 2008-12-24  David Engster  <dengste@eml.cc>
12627
12628         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
12629         parameters that haven't existed as variables as buffer-local variables.
12630
12631 2008-12-23  Dave Love  <fx@gnu.org>
12632
12633         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
12634         cadar.
12635
12636         * sieve-manage.el (sieve-manage-starttls-p): Rename from
12637         imap-starttls-p.
12638         (sieve-manage-starttls-open): Rename from imap-starttls-open.
12639
12640 2008-12-22  Dave Love  <fx@gnu.org>
12641
12642         * imap.el: Fix author email.  Doc fixes.
12643         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
12644         reply.
12645
12646 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
12647
12648         * spam-report.el (spam-report-gmane-max-requests): New constant.
12649         (spam-report-gmane-wait): New variable.
12650         (spam-report-gmane-ham, spam-report-gmane-spam)
12651         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
12652         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
12653         the server.
12654
12655         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
12656         Add explanations.
12657
12658         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
12659         nnheader-accept-process-output and nnheader-read-timeout if available.
12660         (pop3-movemail): Use it.
12661
12662         * message.el (message-check-news-body-syntax): Fix signature check if
12663         there's an attachment.
12664
12665 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12666
12667         * mm-util.el: Add comments to the mm- emulating functions.
12668
12669 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
12670
12671         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
12672         Reported by Stephen Berman <stephen.berman@gmx.net>.
12673
12674 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12675
12676         * mm-util.el (mm-substring-no-properties): New function.
12677         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
12678         (mm-special-display-p): Enable those lambda forms to be byte compiled.
12679         (mm-string-to-multibyte): Doc fix.
12680
12681         * mml.el (mml-attach-file): Use mm-substring-no-properties.
12682
12683 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12684
12685         * mml.el (mml-attach-file): Strip text properties from file name.
12686         (Bug#1574)
12687
12688 2008-12-16  Glenn Morris  <rgm@gnu.org>
12689
12690         * mm-util.el (mm-charset-override-alist): Declare for compiler.
12691
12692 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12693
12694         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
12695         knows since the charset specified might be a bogus alias that
12696         mm-charset-synonym-alist provides.
12697
12698 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12699
12700         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
12701         "ISO_8859-1".
12702
12703         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
12704
12705 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12706
12707         * mm-util.el (mm-charset-eval-alist):
12708         Define it before mm-charset-to-coding-system.
12709         (mm-charset-to-coding-system): Add optional argument `silent';
12710         define it before mm-charset-override-alist.
12711         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
12712         default value if it can be used in Emacs currently running;
12713         silence mm-charset-to-coding-system.
12714
12715 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12716
12717         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
12718         `allow-override' which says whether to use `mm-charset-override-alist'.
12719         (rfc2047-decode-encoded-words): Use it.
12720
12721         * mm-util.el (mm-charset-override-alist): Fix custom type;
12722         add `(gb2312 . gbk)' to choices.
12723
12724 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12725
12726         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
12727         fast.
12728
12729         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12730
12731         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
12732
12733 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
12734
12735         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
12736         on links.
12737
12738         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
12739
12740 2008-12-03  Lute Kamstra  <lute@gnu.org>
12741
12742         * sha1.el: Remove leading * from docstrings of defcustoms,
12743         deffaces, defconsts and defuns.
12744
12745 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12746
12747         * message.el (message-idna-to-ascii-rhs-1): Protect against local
12748         users' addresses that don't have domain parts.
12749         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
12750         rather than message-narrow-to-head since there will be the message
12751         header separator.
12752
12753 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12754
12755         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
12756         since the result is inserted in a unibyte buffer anyway.
12757         (nnimap-demule-use-string-to-multibyte): Remove.
12758         (nnimap-demule): Alias it to mm-string-to-multibyte.
12759
12760 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12761
12762         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
12763         variable for debugging bug#464 and bug#1174.
12764         (nnimap-demule): Use it.
12765
12766 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12767
12768         * gnus-score.el (gnus-score-find-trace): Handle default score in total
12769         score calculation correctly.
12770
12771 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12772
12773         * message.el (message-send-mail): Just set the buffer to unibyte
12774         rather than use mm-with-unibyte-current-buffer which does a lot more.
12775         (message-send-mail-partially): Don't bother with
12776         mm-with-unibyte-current-buffer since it's already been made unibyte by
12777         message-send-mail.
12778
12779 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
12780
12781         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
12782
12783 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
12784
12785         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
12786
12787 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12788
12789         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
12790         require itself and to remove `with-no-warnings'.
12791
12792 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
12793
12794         * starttls.el (starttls-any-program-available): Get the name of the
12795         available TLS layer program.
12796         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
12797         well as the host name in the "opening" message.
12798
12799         * auth-source.el (auth-source-cache, auth-source-do-cache)
12800         (auth-source-user-or-password): Cache passwords and logins by default,
12801         allow override with `auth-source-do-cache'.
12802         (auth-source-forget-user-or-password): Allow users to remove cache
12803         entries if needed.
12804
12805 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
12806
12807         * md4.el (md4-buffer): Fix typo in docstring.
12808         (md4, md4-64): Doc fixes.
12809         (md4-pack-int32): Reflow docstring.
12810
12811 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
12812
12813         * ietf-drums.el (ietf-drums-remove-comments): Localize second
12814         condition-case to only the forward-sexp call.
12815
12816 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
12817
12818         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
12819         quotes contained.  Make it more robust regardless by an extra
12820         condition-case wrapper.
12821
12822 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12823
12824         * lpath.el: No need to fbind codepage-setup for Emacs 23.
12825
12826 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12827
12828         * nnml.el (nnml-request-expire-articles): Check if the function set to
12829         `nnmail-expiry-target' returns the symbol `delete'.
12830
12831         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
12832
12833         * nnmail.el (nnmail-expiry-target): Fix custom type.
12834
12835 2008-10-02  Glenn Morris  <rgm@gnu.org>
12836
12837         * mm-util.el (mm-codepage-setup): Tweak codepage error.
12838         Silence compiler warning.
12839
12840 2008-10-01  Magnus Henoch  <mange@freemail.hu>
12841
12842         * tls.el (open-tls-stream): Show the actual command being
12843         executed, instead of the format string.
12844
12845 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12846
12847         * lpath.el: Fbind codepage-setup for Emacs 23.
12848
12849 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
12850
12851         * mml.el (mml-menu): Don't assume mml2015 is bound.
12852
12853 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12854
12855         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
12856         exists.
12857
12858 2008-09-27  Glenn Morris  <rgm@gnu.org>
12859
12860         * gnus-util.el (mail-header-remove-comments): Autoload it.
12861
12862 2008-09-27  Andreas Schwab  <schwab@suse.de>
12863
12864         * gnus-util.el (gnus-split-references): Strip comments.
12865         (gnus-parent-id): Likewise.
12866
12867 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
12868
12869         * message.el (message-confirm-send): Fix version.
12870
12871 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12872
12873         * message.el (message-idna-to-ascii-rhs-1): Use
12874         mail-extract-address-components rather than mail-header-parse-addresses
12875         that is an alias by default to ietf-drums-parse-addresses that does not
12876         support non-ASCII names in headers' contents.
12877
12878 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
12879
12880         * message.el (message-confirm-send): Fix variable documentation to
12881         avoid the "y/n" wording.
12882
12883 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
12884
12885         * message.el (message-set-auto-save-file-name): Save to a different
12886         filename so multiple messages (especially drafts) can be recovered.
12887
12888 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
12889
12890         * message.el (message-confirm-send): Add appropriate version.
12891
12892 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
12893
12894         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
12895         defvar.
12896
12897 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
12898
12899         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
12900         (mm-pkcs7-enveloped-magic): Ditto.
12901
12902 2008-09-17  Simon Josefsson  <simon@josefsson.org>
12903
12904         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
12905         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
12906
12907 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
12908
12909         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
12910         default, it's better.
12911
12912 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
12913
12914         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
12915         summary line gnus-number property and ignore them (with a warning
12916         message).
12917
12918 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12919
12920         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
12921         macro caddr in the interactive form since it won't be expanded.
12922
12923 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12924
12925         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
12926         `charset'; fix name of function called recursively.
12927         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
12928
12929 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12930
12931         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
12932         (gnus-mime-set-charset-parameters): New function.
12933         (gnus-mime-view-part-as-charset): Use it to correctly display part
12934         specifying wrong charset.
12935
12936 2008-09-08  David Engster  <dengste@eml.cc>
12937
12938         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
12939         in completing-read for back end server.
12940
12941 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
12942
12943         * message.el (message-confirm-send): New variable to confirm sending a
12944         message.
12945         (message-send): Use it.
12946
12947 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
12948
12949         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
12950
12951 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12952
12953         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
12954
12955 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
12956
12957         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
12958         prevent tracking too many groups.
12959         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
12960         Use it.
12961
12962 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
12963
12964         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
12965         moving point to the bottom of the window in order to avoid recentering.
12966
12967 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12968
12969         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
12970
12971         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
12972         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
12973         (gnus-article-beginning-of-window): Fix calculation.
12974
12975 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12976
12977         * gnus-msg.el (gnus-summary-supersede-article)
12978         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
12979         value of gnus-newsgroup-charset to decode non-MIME encoded text in
12980         message header.
12981
12982 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
12983
12984         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
12985         pending output coming after the status change.
12986
12987 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
12988
12989         * message.el:
12990         * gnus-start.el:
12991         * gnus-registry.el: Remove VMS support.
12992
12993 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12994
12995         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
12996         macro.
12997         (rfc2104-hash): Use it.
12998
12999 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
13000
13001         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
13002         (gnus-summary-sort-by-most-recent-date): New commands.
13003         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
13004         and menu entries.
13005
13006 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13007
13008         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
13009         don't redisplay article for raw contents; remove plural articles stuff.
13010
13011         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
13012         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
13013         on gnus-summary-save-article; display results properly.
13014
13015 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13016
13017         * lpath.el: No need to fbind ns-focus-frame.
13018
13019 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13020
13021         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
13022
13023 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13024
13025         * gnus-art.el (gnus-summary-save-in-pipe):
13026         Consider gnus-save-all-headers.
13027
13028 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
13029
13030         * gnus-util.el (ns-focus-frame): Remove declaration.
13031         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
13032         like x.
13033
13034 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
13035
13036         * rfc2104.el (rfc2104-zero): Delete defconst.
13037         (rfc2104-hex-alist): Likewise.
13038         (rfc2104-hex-to-int): Delete func.
13039         (rfc2104-hexstring-to-bitstring): Likewise.
13040         (rfc2104-nybbles): New defconst.
13041         (rfc2104-hash): Rewrite for speed.
13042
13043 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13044
13045         * tls.el (open-tls-stream): Make it work with the 2nd argument
13046         BUFFER that is a string but does not exist as a buffer object, as
13047         mentioned in the doc-string.
13048
13049 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13050
13051         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
13052         SXEmacs.
13053
13054 2008-07-16  Glenn Morris  <rgm@gnu.org>
13055
13056         * gnus-util.el (ns-focus-frame): Declare for compiler.
13057
13058 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13059
13060         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
13061         set as a group parameter.
13062         (gnus-summary-save-in-pipe): Work when it is called independently.
13063         (gnus-summary-pipe-to-muttprint): Don't modify
13064         gnus-summary-pipe-output-default-command.
13065
13066 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13067
13068         * message.el (message-send-mail-with-sendmail):
13069         Display the error message.
13070
13071 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13072
13073         * gnus-art.el (gnus-default-article-saver):
13074         Add gnus-summary-save-in-pipe to choices.
13075         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
13076         gnus-summary-pipe-output-default-command as the default command.
13077         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
13078         instead of gnus-last-shell-command.
13079
13080         * gnus-sum.el (gnus-summary-pipe-output-default-command):
13081         New user option.
13082         (gnus-summary-muttprint-program): Mention the value will be changed.
13083         (gnus-summary-save-article): Force showing of all headers.
13084         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
13085
13086 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
13087
13088         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
13089
13090 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
13091
13092         * nnimap.el (nnimap-id):
13093         * sieve-manage.el (sieve-manage-open): Doc fixes.
13094
13095 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
13096
13097         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
13098         if available.
13099
13100 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13101
13102         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
13103
13104         * nnkiboze.el (nnkiboze-generate-group):
13105         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
13106
13107         * nnmairix.el: Require CL.
13108
13109 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13110
13111         * dgnushack.el: Autoload get-display-table and put-display-table for
13112         XEmacs 21.5.
13113
13114         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
13115         21.4 and SXEmacs.
13116
13117 2008-06-15  David Engster  <dengste@eml.cc>
13118
13119         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
13120
13121 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
13122
13123         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
13124         New macros that expand to an `aset'/`aref' call under Emacs, and to a
13125         runtime choice under XEmacs.
13126
13127         * gnus-sum.el (gnus-summary-set-display-table):
13128         Use `gnus-put-display-table', `gnus-get-display-table',
13129         `gnus-set-display-table' for the display table, instead of `aset'.
13130
13131         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
13132         Use `gnus-put-display-table', `gnus-get-display-table',
13133         `gnus-set-display-table' for the display table.
13134
13135 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
13136
13137         * nnmairix.el: Add autoloads.
13138
13139 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
13140
13141         * nnmairix.el (nnmairix-delete-recreate-group)
13142         (nnmairix-update-and-clear-marks): Fix error messages.
13143
13144 2008-06-14  David Engster  <dengste@eml.cc>
13145
13146         * nnmairix.el: Upgrade to version 0.6.
13147         (nnmairix-group-toggle-propmarks-this-group)
13148         (nnmairix-group-toggle-readmarks-this-group)
13149         (nnmairix-group-delete-recreate-this-group)
13150         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
13151         (nnmairix-remove-tick-mark-original-article): New commands.
13152         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
13153         (nnmairix-propagate-marks-to-nnmairix-groups)
13154         (nnmairix-only-use-registry, nnmairix-allowfast-default)
13155         (nnmairix-marks-cache, nnmairix-version-output): New variables.
13156         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
13157         functions needed for marks propagation and manipulation of read marks.
13158         (nnmairix-update-groups): New function.
13159         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
13160         (nnmairix-determine-original-group-from-registry)
13161         (nnmairix-determine-original-group-from-path)
13162         (nnmairix-get-group-from-file-path, nnmairix-map-range)
13163         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
13164         New helper functions.
13165         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
13166         keystrokes for new commands.
13167         (nnmairix-delete-and-create-on-change): Doc string cleanup.
13168         (nnmairix-request-group): Check allow-fast group parameter.
13169         (nnmairix-request-create-group): Set allow-fast group parameter if
13170         nnmairix-allowfast-default is set.
13171         (nnmairix-close-group): Propagate marks upon closing if needed.
13172         (nnmairix-group-toggle-threads-this-group): Use new.
13173         nnmairix-group-toggle-parameter helper function.
13174         (nnmairix-search): Better check for empty search result.
13175         (nnmairix-goto-original-article): Use new helper functions for
13176         determining original article.
13177         (nnmairix-show-original-article): Make sure message-id is in brackets.
13178         (nnmairix-call-mairix-binary): Change variable name.
13179         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
13180         helper function.
13181         (nnmairix-widget-toggle-activate): Fix doc string.
13182
13183 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13184
13185         * nnir.el: Require edmacro when compiling with XEmacs.
13186         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
13187         available in Emacs 21.
13188
13189 2008-06-11  Glenn Morris  <rgm@gnu.org>
13190
13191         * gnus-util.el (x-focus-frame):
13192         * gnus.el (image-size):
13193         * mm-decode.el (image-size): Declare.
13194
13195         * gnus-picon.el (declare-function): Add compat definition.
13196         (image-size): Declare.
13197
13198         * gnus-group.el (tool-bar-map):
13199         * gnus-sum.el (tool-bar-map): Define for compiler.
13200
13201         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
13202
13203         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
13204
13205         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
13206         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
13207         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
13208         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
13209         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
13210         * sieve-manage.el, spam-report.el, spam.el:
13211         Remove unnecessary eval-and-compile of autoloads.
13212
13213 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
13214
13215         * auth-source.el: Precise Tramp doc.
13216
13217 2008-06-07  Glenn Morris  <rgm@gnu.org>
13218
13219         * nnmairix.el: Remove unnecessary eval-when-compile.
13220
13221 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13222
13223         * lpath.el: Fbind propertize for XEmacs 21.4.
13224
13225 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
13226
13227         * nnir.el: Move here from ../contrib.
13228
13229 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13230
13231         * gnus-util.el (gnus-read-shell-command): New function.
13232         * mm-decode.el (mm-pipe-part):
13233         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
13234
13235 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13236
13237         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
13238
13239 2008-06-03  Glenn Morris  <rgm@gnu.org>
13240
13241         * pop3.el (nnheader-accept-process-output): Autoload it.
13242
13243 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13244
13245         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
13246         are not 2-digit hexadecimal characters that follow `%'s.
13247
13248 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13249
13250         * message.el (message-bogus-recipient-p): Fix type in doc string.
13251         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
13252         (message-bogus-addresses): Rename from message-bogus-address-regexp.
13253         Improve custom options.
13254         (message-bogus-recipient-p): Adjust accordingly.
13255
13256 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
13257
13258         * parse-time.el (parse-time-months, parse-time-weekdays): Add
13259         long-form month and day names.
13260
13261 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13262
13263         * dgnushack.el: Autoload debug, eudc-expand-inline and
13264         pgg-snarf-keys-region for XEmacs.
13265
13266         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
13267
13268         * nnmairix.el: Require edmacro when compiling with XEmacs.
13269
13270 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
13271
13272         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
13273         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
13274
13275 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13276
13277         * auth-source.el: Add more docs.
13278
13279         * netrc.el (netrc-machine): Always match if the port is not given.
13280
13281 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13282
13283         * nnheader.el (nnheader-read-timeout): Change the default timeout from
13284         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
13285         retrieval faster in some cases, but might make CPU usage larger.
13286         If this has any bad side effects, we might revert this change.
13287
13288         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
13289         seems to make mail retrieval much, much faster.
13290         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
13291         unconditionally.
13292
13293         * gnus-draft.el (gnus-group-send-queue):
13294         Bind message-send-mail-partially-limit to nil to avoid being prompted.
13295
13296 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
13297
13298         * mml.el (mml-attach-buffer): Prompt for `disposition'.
13299
13300         * message.el (message-bogus-address-regexp): Fix and improve custom
13301         type.
13302         (message-setup-hook): Add message-check-recipients as custom option.
13303
13304 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
13305
13306         * message.el (message-cite-function): Remove bogus autoload which crept
13307         in during merge from v5-10.
13308
13309 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13310
13311         * nnimap.el (nnimap-open-connection): Fix login/password bug.
13312
13313         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
13314
13315         * auth-source.el: Preliminary Tramp docs.
13316         (auth-sources): Change the default auth-sources to use
13317         EPA .gpg files.
13318
13319 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
13320
13321         * nntp.el: Autoload `auth-source-user-or-password'.
13322         (nntp-send-authinfo): Use it.
13323
13324         * nnimap.el: Autoload `auth-source-user-or-password'.
13325         (nnimap-open-connection): Use it.
13326
13327         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
13328         for the gnus-message function.
13329         (auth-source-user-or-password): Use it.
13330
13331 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13332
13333         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
13334         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
13335         (rfc2104-hash): Use it.
13336
13337 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
13338
13339         * gnus-art.el (gnus-article-toggle-truncate-lines):
13340         Don't use `iff' in docstring.
13341
13342 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
13343
13344         * gnus-registry.el: Adjusted copyright dates and added a keyword.
13345
13346         * gnus-util.el (gnus-extract-address-component-name)
13347         (gnus-extract-address-component-email): Convenience functions around
13348         `gnus-extract-address-components'.
13349
13350         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13351         Use `gnus-extract-address-component-email' to fix bug of comparing full
13352         sender name to `user-mail-address'.
13353
13354 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
13355
13356         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
13357         catch/throw to optimize.
13358         (gnus-registry-find-keywords): Just use member to find a keyword.
13359
13360 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13361
13362         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
13363         is current before calling gnus-server-prepare.
13364         (gnus-server-setup-buffer, gnus-server-update-server)
13365         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
13366
13367 2008-05-04  Juri Linkov  <juri@jurta.org>
13368
13369         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
13370         (mailcap-file-default-commands): Use mailcap-replace-in-string
13371         instead of replace-regexp-in-string, and mailcap-delete-duplicates
13372         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
13373
13374 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
13375
13376         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
13377
13378 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13379
13380         * gnus.el: Bump version to 0.11.
13381
13382 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13383
13384         * gnus.el: No Gnus v0.10 is released.
13385
13386 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13387
13388         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
13389         hooks.
13390         (gnus-update-read-articles): Speed up non-marks-using users.
13391         (gnus-use-marks): Define gnus-use-marks.
13392         (gnus-propagate-marks): Rename variable to something more sensible.
13393
13394 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
13395
13396         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
13397         (gmm-image-load-path-for-library): Fix typos in docstrings.
13398         (gmm-message): Reflow docstring.
13399
13400 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
13401
13402         * mail-source.el (mail-source-set-1, mail-source-bind):
13403         Move auth-source code out of the macro to clean it up and fix bugs.
13404
13405 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
13406
13407         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
13408         by sender if it's equal to user-mail-address, it's likely to be
13409         useless.
13410
13411         * mail-source.el (mail-source-bind): Don't use user or password if they
13412         are not bound.  Unintern them if they are nil.  Don't use server unless
13413         it's bound, and default it to empty string otherwise.
13414
13415 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
13416
13417         * mail-source.el: Load auth-source.el.
13418         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
13419         get user name or password, if auth-sources is set up.
13420
13421         * gnus-registry.el (gnus-registry-split-strategy): New variable for
13422         strategy of splitting with parent.
13423         (gnus-registry-split-fancy-with-parent)
13424         (gnus-registry-post-process-groups): Use it and fix prior
13425         bug (returning a list as the split result).
13426
13427         * auth-source.el (auth-sources): Remove server parameter.
13428         (auth-source-pick, auth-source-user-or-password)
13429         (auth-source-user-or-password-imap)
13430         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13431         (auth-source-user-or-password-sftp)
13432         (auth-source-user-or-password-smtp): Remove server parameter.
13433
13434 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
13435
13436         * smime.el (smime-sign-region, smime-encrypt-region)
13437         (smime-decrypt-region):
13438         Remove redundant calls to `generate-new-buffer-name'.
13439
13440 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
13441
13442         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
13443         Don't use QP for message/rfc822.
13444         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
13445
13446 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13447
13448         * sieve-manage.el (sieve-string-bytes): Remove.
13449         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
13450         correct byte-length only if the process's coding-system is the same as
13451         the one used internally by Emacs to represent strings.
13452
13453 2008-04-22  Juri Linkov  <juri@jurta.org>
13454
13455         * mailcap.el (mailcap-file-default-commands): New function.
13456
13457 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13458
13459         * message.el (message-signature-separator, message-cite-function):
13460         Change custom version.
13461
13462 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
13463
13464         * tls.el (tls-program): Add -ign_eof argument to call the openssl
13465         commands.
13466         (tls-checktrust): Ditto.
13467
13468 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
13469
13470         * mm-decode.el (mm-display-external): Make temp file read-only.
13471
13472 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13473
13474         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
13475         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
13476         `C-c C-f d'.
13477
13478 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
13479
13480         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
13481
13482 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13483
13484         * gnus.el: Bump version to 0.9.
13485
13486 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
13487
13488         * gnus.el: No Gnus v0.8 is released.
13489
13490 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13491
13492         * mail-source.el (mail-source-value):
13493         Prefer fboundp to functionp so it works with macros as well.
13494
13495 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13496
13497         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13498         Fix last change in case the element is not even a symbol.
13499
13500 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13501
13502         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13503         Prefer fboundp to functionp so it works with macros as well.
13504
13505 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
13506
13507         * auth-source.el: Add docs.
13508         (auth-sources): Modify format to support server.
13509         (auth-source-pick, auth-source-user-or-password)
13510         (auth-source-user-or-password-imap)
13511         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13512         (auth-source-user-or-password-sftp)
13513         (auth-source-user-or-password-smtp): Add server parameter.
13514
13515 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
13516
13517         * gnus-registry.el: Initialize the registry when gnus-registry-install
13518         is t.
13519
13520 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13521
13522         * compface.el (uncompface): Make buffer unibyte.
13523
13524 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13525
13526         * mail-source.el (mail-source-value):
13527         Prefer fboundp to functionp so it works with macros as well.
13528
13529 2008-04-05  Glenn Morris  <rgm@gnu.org>
13530
13531         * gnus-ems.el (mm-disable-multibyte): Autoload it.
13532
13533 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13534
13535         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
13536         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
13537
13538         * nnheader.el (nnheader-init-server-buffer): Change buffer's
13539         multibyteness after rather than before erasing it.
13540
13541         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
13542         mm-with-multibyte.
13543         (gnus-request-article-this-buffer): Make sure the proper decoding is
13544         used if gnus-original-article-buffer happens to be unibyte.
13545
13546         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
13547         default-enable-multibyte-characters.
13548
13549         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
13550         default-enable-multibyte-characters.
13551
13552         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
13553
13554         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
13555
13556 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13557
13558         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13559         Fix last change in case the element is not even a symbol.
13560
13561 2008-04-02  Simon Josefsson  <simon@josefsson.org>
13562
13563         * imap.el (imap-enable-exchange-bug-workaround): New variable.
13564         (imap-message-copyuid-1): Use it.
13565         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
13566         J. Williams in
13567         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
13568
13569         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
13570         imap-enable-exchange-bug-workaround.
13571         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
13572
13573 2008-04-01  Simon Josefsson  <simon@josefsson.org>
13574
13575         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
13576         a 100 byte status-checks into a 2-3MB transfer for each group.
13577         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
13578         to enable bug workaround or not.
13579         (nnimap-find-minmax-uid): Only enable workaround conditionally.
13580
13581 2008-03-31  Glenn Morris  <rgm@gnu.org>
13582
13583         * message.el (mml2015-use): Declare for compiler.
13584         (message-info): Require mml2015 when appropriate.
13585
13586 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13587
13588         * Makefile.in (EMACS_COMP): Quote directory name that might contain
13589         whitespace.
13590
13591 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13592
13593         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
13594         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
13595         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
13596         (nntp-service-to-port): New function.
13597         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
13598         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
13599         (nntp-open-netcat-stream): New function.
13600         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
13601
13602 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
13603
13604         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
13605
13606 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13607
13608         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
13609
13610 2008-03-28  Magnus Henoch  <mange@freemail.hu>
13611
13612         * dns.el (dns-write): Use set-buffer-multibyte.
13613
13614 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
13615
13616         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
13617
13618 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
13619
13620         * message.el (message-signature-separator): Change default.
13621         Improve custom type.
13622         (message-cite-function): Change default to
13623         message-cite-original-without-signature.
13624
13625         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
13626         toggle.
13627
13628         * message.el (message-check-news-body-syntax): Fix signature check.
13629         (message-setup-1): Mark buffer as unmodified _after_ running
13630         message-setup-hook and handling message-alternative-emails.
13631         (message-shorten-references): Be more strict when building list of
13632         valid references to comply with GNKSA.
13633
13634         * gnus-group.el (gnus-read-ephemeral-bug-group)
13635         (gnus-read-ephemeral-debian-bug-group)
13636         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
13637
13638         * message.el (message-info): Don't use booleanp which isn't supported
13639         in Emacs 21 and XEmacs.
13640
13641 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
13642
13643         * gnus-group.el (gnus-gmane-group-download-format): Rename from
13644         gnus-group-gmane-group-download-format.
13645         (gnus-group-read-ephemeral-gmane-group): Rename from
13646         gnus-group-read-ephemeral-gmane-group.
13647         (gnus-read-ephemeral-gmane-group-url): Rename from
13648         gnus-group-read-ephemeral-gmane-group-url.
13649         (gnus-bug-group-download-format-alist): New variable.
13650         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
13651         (gnus-read-ephemeral-emacs-bug-group): New commands.
13652
13653 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13654
13655         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
13656         (gnus-visible-headers): Improve custom type.
13657
13658 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13659
13660         * mml.el (mml-menu): Add workarounds for XEmacs.
13661
13662         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
13663         X-Boundary header.
13664
13665         * message.el (message-simplify-recipients): Fix previous commit.
13666
13667 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13668
13669         * mm-util.el (mm-set-buffer-multibyte): New function.
13670         * mm-decode.el (mm-copy-to-buffer): Use it.
13671
13672         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
13673         Prefer fboundp to functionp so it works with macros as well.
13674
13675 2008-03-19  Glenn Morris  <rgm@gnu.org>
13676
13677         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
13678         Accidentally removed in the sync process with Emacs.
13679
13680 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
13681
13682         * message.el (message-alter-recipients-discard-bogus-full-name):
13683         New function.
13684         (message-alter-recipients-function): New variable.
13685         (message-get-reply-headers): Use it.
13686         (message-replace-header): New helper function.
13687         (message-recipients-without-full-name): New variable.
13688         (message-simplify-recipients): New command.
13689
13690         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
13691
13692         * message.el (message-info): Handle EasyPG manual.
13693
13694         * mml.el (mml-menu): Add entry for EasyPG.
13695
13696 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
13697
13698         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
13699         parameter.
13700
13701         * message.el (message-disassociate-draft): Specify drafts group name
13702         fully.
13703
13704 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
13705
13706         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13707         Eliminate unnecessary duplicates from the match list.
13708
13709 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13710
13711         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
13712
13713         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
13714
13715         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
13716         args of `how-many' of which the XEmacs version doesn't take; declare
13717         Info-index-next as function.
13718
13719 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13720
13721         * gnus-score.el (gnus-score-headers): Fix handling of
13722         gnus-inhibit-slow-scoring.
13723
13724         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
13725         string.
13726         (gnus-button-url-regexp): Improve handling of parenthesis.
13727         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
13728         (gnus-button-handle-info-keystrokes): Handle index entries.
13729
13730 2008-03-15  Glenn Morris  <rgm@gnu.org>
13731
13732         * parse-time.el (parse-time-string): Simplify.
13733
13734 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13735
13736         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
13737         Incoming* files.
13738
13739 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
13740
13741         * auth-source.el (auth-sources): Rename from auth-source-choices.
13742         (auth-source-pick): Use it.
13743
13744 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13745
13746         * binhex.el (binhex-decode-region-internal):
13747         * uudecode.el (uudecode-decode-region-internal):
13748         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
13749         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
13750         setting default-enable-multibyte-characters.
13751
13752 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
13753
13754         * auth-source.el (auth-source-protocols)
13755         (auth-source-protocols-customize, auth-source-choices): Add and
13756         modified variable customizations and defaults.
13757         (auth-source-pick, auth-source-user-or-password)
13758         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
13759         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
13760         (auth-source-user-or-password-sftp)
13761         (auth-source-user-or-password-smtp): Use new variables and provide an
13762         interface to netrc.el.
13763
13764 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13765
13766         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
13767         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
13768         Make sure the nntp port to specify is a string.
13769
13770 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13771
13772         * nntp.el: Use with-current-buffer.
13773         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
13774         dubious mm-with-unibyte-current-buffer.
13775         (nntp-with-open-group-function): New function extracted from
13776         nntp-with-open-group macro.
13777         (nntp-with-open-group): Use the function, so it's easier to debug.
13778         Add indentation and debugging info.
13779         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
13780         Recommend the use of the netcat alternatives.
13781
13782         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
13783         Avoid mm-string-as-multibyte as well.
13784
13785         * nnweb.el (nnweb-insert-html):
13786         Remove use of nnheader-string-as-multibyte.
13787
13788         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
13789         (nnheader-string-as-multibyte): Remove.
13790
13791         * mm-view.el: Use inhibit-read-only.
13792         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
13793         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
13794         or unibyte-string.
13795
13796         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
13797         (mm-uu-yenc-extract): Use with-current-buffer.
13798
13799         * gnus-soup.el (gnus-soup-send-packet): Don't use
13800         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
13801
13802         * nnmh.el: Use with-current-buffer.
13803         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
13804         mm-string-as-multibyte on the output of mm-encode-coding-string.
13805
13806         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
13807         (nnimap-request-move-article): Use with-current-buffer.
13808
13809         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
13810         inserting the handle-buffer's text, so the implicit multibyte->unibyte
13811         conversion uses string-make-unibyte rather than string-as-unibyte.
13812
13813         * gnus-msg.el: Use with-current-buffer.
13814
13815         * message.el (message-ignored-resent-headers): Add "Delivered-To".
13816
13817 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
13818
13819         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
13820         string for caching if it is 'PIN.
13821
13822 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13823
13824         * lpath.el: Consider the case without Emacs/W3.
13825
13826 2008-03-08  Glenn Morris  <rgm@gnu.org>
13827
13828         * time-date.el (date-to-time, time-subtract, time-add)
13829         (safe-date-to-time): Doc fixes.
13830
13831 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13832
13833         * mail-source.el (mail-source-delete-old-incoming-confirm):
13834         Change default to nil.
13835         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
13836
13837 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13838
13839         * lpath.el: Rearrange.
13840
13841         * gnus-art.el (gnus-narrow-to-page): Position point properly.
13842         (gnus-article-goto-prev-page): Work for articles having ^L's.
13843
13844         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
13845
13846         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
13847
13848 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
13849
13850         * gnus-bookmark.el: Adjust for renames in bookmark.el.
13851         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
13852         (gnus-bookmark-jump): Adjust some variable names.
13853
13854 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
13855
13856         * auth-source.el: New package.
13857         (auth-source-choices): Add customization entry point variable.
13858
13859         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
13860         bug.
13861
13862 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
13863
13864         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
13865         (gnus-registry-initialize, gnus-registry-install-p): Use it.
13866         (gnus-registry-install-shortcuts): Rename from
13867         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
13868         the `gnus-registry-mark-map' keymap dynamically from
13869         `gnus-registry-marks'.  The generated functions update the summary line
13870         when a registry mark is added or deleted, and will call
13871         `gnus-registry-install-p' (see the comments in the code).
13872         (gnus-registry-user-format-function-M): Use concat intelligently.
13873
13874         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
13875         the registry mark functions.
13876
13877 2008-03-05  Glenn Morris  <rgm@gnu.org>
13878
13879         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
13880         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
13881         gnus-art.
13882         (top-level): No need to load own source when compiling.
13883
13884 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13885
13886         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
13887         Suggested by <chris.anderton@zetnet.co.uk>.
13888
13889 2008-03-04  Glenn Morris  <rgm@gnu.org>
13890
13891         * gnus-sum.el (top-level): No need to require gnus when compiling,
13892         since unconditionally required near start of file.
13893         (gnus-summary-display-while-building): Move definition before use.
13894
13895 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
13896
13897         * gnus-registry.el (gnus-registry-user-format-function-M):
13898         Add formatting function.
13899
13900 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13901
13902         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
13903         with plists.
13904         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
13905         Use new format.
13906
13907 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13908
13909         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
13910         `where-is-internal' that returns a range of key sequences.
13911
13912 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13913
13914         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
13915
13916         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
13917         (gnus-summary-jump-to-group): Consider windows on other displayed
13918         frames as well.  Similar changes might be needed elsewhere, but that's
13919         the one I've bumped into during my use.
13920
13921         * nndoc.el (nndoc-oe-dbx-type-p):
13922         * gnus-msg.el (gnus-debug):
13923         * gnus-group.el (gnus-update-group-mark-positions):
13924         Use mm-string-to-multibyte.
13925
13926 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13927
13928         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
13929         doesn't handle NotDashEscaped.
13930
13931         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
13932         (mml-dnd-attach-options): Fix typo in custom choice.
13933
13934         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
13935         Change nndoc-article-type to mbox.
13936         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
13937
13938         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
13939         to nil, instead of html2text.
13940
13941         * imap.el (imap-debug): Add `imap-ping-server'.
13942
13943         * gnus-bookmark.el: Add FIXMEs.
13944
13945         * message.el (message-form-letter-separator)
13946         (message-send-form-letter-delay): New variables.
13947         (message-send-form-letter): Use them.  New command to send form
13948         letters.  Requested by Uwe Siart.
13949         (message-send-mail-function): Doc fix.  Add "Other" custom option.
13950
13951 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13952
13953         * Update copyright years.
13954
13955 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13956
13957         Sync from EMACS_22_BASE.
13958
13959         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
13960
13961 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
13962
13963         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
13964         empty author.
13965
13966 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
13967
13968         * gnus-registry.el (gnus-registry-marks): Add variable for
13969         customization of marks and their appearance.
13970         (gnus-registry-read-mark): Use it.
13971         (gnus-registry-do-marks): Add utility function to loop through
13972         `gnus-registry-marks'.
13973         (gnus-registry-install-shortcuts-and-menus): Add function to install
13974         shortcuts and menus.
13975         (gnus-registry-initialize): Use it.
13976         (gnus-registry-default-mark): Clarify documentation.
13977
13978 2008-02-29  Glenn Morris  <rgm@gnu.org>
13979
13980         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
13981         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
13982         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
13983         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
13984         Change defcustom :version from 23.0 to 23.1.
13985
13986 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
13987
13988         * gnus-registry.el (gnus-registry-follow-group-p)
13989         (gnus-registry-post-process-groups): Add functions to aid registry
13990         splitting and improve logging.  Clarify behavior in function
13991         documentation.
13992         (gnus-registry-split-fancy-with-parent): Use them.
13993
13994 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13995
13996         * gnus-art.el: Use with-current-buffer.
13997
13998 2008-02-27  David Engster  <dengste@eml.cc>
13999
14000         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
14001         Express real group name in the response.
14002
14003 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14004
14005         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
14006         (nnmairix-last-server, nnmairix-current-server): Defvar them.
14007         (nnmairix-goto-original-article): Defvar gnus-registry-install and
14008         autoload gnus-registry-fetch-group when compiling.
14009         (nnmairix-request-group-with-article-number-correction):
14010         Remove unreferenced argument passed to nnmairix-call-backend.
14011
14012 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
14013
14014         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
14015         (mm-uu-extract): Improve face for low color ttys.
14016         Reported by Sascha Wilde.
14017
14018 2008-02-27  Glenn Morris  <rgm@gnu.org>
14019
14020         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
14021         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
14022         variables to defconsts.  Convert comments to doc-strings.
14023         (nnmairix-last-server, nnmairix-current-server): Convert from free
14024         variables to defvars.  Convert comments to doc-strings.
14025         (gnus-registry-fetch-group): Autoload.
14026         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
14027         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
14028         (nnmairix-widget-build-editable-fields): Use car cddr rather than
14029         caddr.
14030         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
14031         nnmairix-request-group-with-article-number-correction call.
14032         (nnmairix-fast, nnmairix-group): New, less general names, for free
14033         variables passed from nnmairix-request-group to
14034         nnmairix-request-group-with-article-number-correction.  Declare.
14035         (nnmairix-request-group-with-article-number-correction):
14036         Use nnmairix-fast, nnmairix-group rather than fast, group.
14037
14038 2008-02-26  David Engster  <dengste@eml.cc>
14039
14040         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
14041         version 0.5.
14042
14043 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
14044
14045         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
14046         instead of making an extra function call.  Don't add the current group
14047         to articles only when they have the group.  Use
14048         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
14049         Reported by David <de_bb@arcor.de>.
14050
14051 2008-02-24  Miles Bader  <miles@gnu.org>
14052
14053         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
14054         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
14055         (mm-find-mime-charset-region):
14056         * mm-bodies.el (mm-encode-body):
14057         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
14058
14059 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14060
14061         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
14062         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
14063
14064 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
14065
14066         * mail-source.el (mail-source-delete-incoming): Change default.
14067         Supplement doc string.
14068
14069         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
14070
14071 2008-02-14  Glenn Morris  <rgm@gnu.org>
14072
14073         * time-date.el (format-seconds): New function.
14074
14075 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14076
14077         * nnmail.el (nnmail-message-id-cache-file): Derive from
14078         `gnus-home-directory'.
14079
14080 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
14081
14082         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
14083         Document negative prefix.
14084
14085         * gnus-group.el (gnus-group-read-group): Document negative prefix.
14086
14087 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14088
14089         * message.el (message-unsent-separator): Add the Exim bounce
14090         separator.
14091
14092 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
14093
14094         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
14095         list.
14096         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
14097         recipient/signer list.
14098
14099 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14100
14101         * Makefile.in (datarootdir): Define.
14102         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
14103         name that might contain whitespace.
14104
14105 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
14106
14107         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
14108         fbound (Emacs 23 unicode), signal an error.
14109
14110 2008-02-08  Glenn Morris  <rgm@gnu.org>
14111
14112         * gnus-art.el (pgg-display-output-buffer): Declare as function.
14113
14114 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
14115
14116         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
14117         ports to the calls to `netrc-machine-user-or-password' in addition to
14118         "imap" and "imaps".
14119
14120 2008-02-01  Zhang Wei  <id.brep@gmail.com>
14121
14122         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
14123
14124         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
14125
14126 2008-02-01  Kenichi Handa  <handa@m17n.org>
14127
14128         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
14129         rfc2104-hexstring-to-bitstring and changed to return a byte list.
14130         (rfc2104-hash): Convert the result of concat to unibyte string.
14131
14132 2008-02-01  Dave Love  <fx@gnu.org>
14133
14134         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
14135         coding-system-for-read.
14136         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
14137
14138 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14139
14140         * gnus.el (gnus-group-startup-message): Add `find-image' call before
14141         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
14142         <hanche@math.ntnu.no>.
14143
14144 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14145
14146         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
14147
14148         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
14149
14150 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
14151
14152         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
14153         * message.el (message-beginning-of-line): Use featurep instead of bound
14154         tests in order to resolve conditionals at compile time.
14155
14156 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
14157
14158         * mail-source.el (mail-sources): Add `group' choice.
14159
14160         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
14161         parameter `in-group' to control into which group the articles go.
14162         Add treatment of `group' mail-source.
14163
14164 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14165
14166         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
14167
14168         * mm-decode.el (mm-dissect-buffer): Decode description.
14169
14170         * mml.el (mml-to-mime): Encode message header first.
14171
14172 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14173
14174         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
14175         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
14176
14177         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
14178         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
14179
14180 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
14181
14182         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
14183
14184 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14185
14186         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
14187         prefix keys.
14188         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
14189         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
14190         gnus-xmas.el.
14191
14192         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
14193         (gnus-xmas-article-describe-bindings): New function.
14194         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
14195         gnus-xmas-article-describe-bindings.
14196
14197         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
14198
14199 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
14200
14201         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
14202         Add new variables for article mark management.
14203         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
14204         list of extra data entries which, when present, will indicate that the
14205         article ID should not be trimmed from the registry.
14206         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
14207         functions.
14208         (gnus-registry-read-mark): New function to read a mark name from the
14209         user.
14210         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
14211         (gnus-registry-set-article-mark-internal): New functions to add and
14212         remove marks.
14213         (gnus-registry-get-article-marks): New function to show the marks for
14214         an article, or retrieve them for further use.
14215
14216 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14217
14218         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
14219         keys when no argument is given.
14220
14221 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
14222
14223         * imap.el (imap-ping-server): New variable.
14224         (imap-opened): On add extra ping if imap-ping-server is non-nil.
14225         (imap-ping-server): Minor doc string fixes.
14226
14227 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
14228
14229         * imap.el (imap-ping-server): New function.
14230         (imap-opened): Call imap-ping-server.
14231
14232 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14233
14234         * gnus-sum.el (gnus-article-sort-by-random)
14235         (gnus-thread-sort-by-random): Fix doc strings.
14236         Reported by jidanni@jidanni.org.
14237
14238 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14239
14240         * gnus-art.el (gnus-article-describe-bindings): New function.
14241         (gnus-article-read-summary-keys): Use it.
14242         (gnus-article-mode-map): Bind `C-h b' to it.
14243
14244 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14245
14246         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
14247         XEmacs.
14248         (gnus-article-describe-key, gnus-article-describe-key-briefly):
14249         Protect against non-character events.
14250
14251         * lpath.el: Fbind map-keymap for Emacs 21.
14252
14253 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
14254
14255         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
14256         New command.
14257         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
14258         instead of END.  Change name of the temp file.
14259         (gnus-group-gmane-group-download-format): Add doc string.  Make it
14260         customizable.
14261
14262 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14263
14264         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
14265         bind `S W' to gnus-article-wide-reply-with-original; set default
14266         binding to gnus-article-read-summary-send-keys.
14267         (gnus-article-read-summary-keys): Fix the order of keys; display
14268         continuation keys correctly in the echo area; describe bindings
14269         correctly when keys end with `C-h'.
14270         (gnus-article-read-summary-send-keys): New function.
14271         (gnus-article-describe-key, gnus-article-describe-key-briefly):
14272         Work for gnus-article-read-summary-send-keys; display continuation keys
14273         correctly in the echo area.
14274         (gnus-article-reply-with-original): Ignore prefix argument.
14275         (gnus-article-wide-reply-with-original): New function.
14276
14277         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
14278         Emacs 21.
14279
14280 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14281
14282         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
14283         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
14284
14285 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
14286
14287         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
14288         (gnus-group-read-ephemeral-gmane-group): New command.
14289
14290 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
14291
14292         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
14293
14294 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
14295
14296         * message.el (message-send-mail-function): Increase custom version.
14297
14298         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
14299         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
14300
14301 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14302
14303         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
14304         for the cases where imap-authenticate is called with a nil buffer
14305         parameter.
14306
14307 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14308
14309         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
14310         html parts correctly; support forwarded messages.
14311         (gnus-article-browse-html-article): Remove work buffers.
14312
14313         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
14314         compiling.
14315         (netrc-bound-and-true-p): New macro.
14316         (netrc-parse): Use it instead of bound-and-true-p that is not available
14317         in XEmacs 21.4.
14318
14319 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
14320
14321         * gnus-registry.el (gnus-registry-mark-article)
14322         (gnus-registry-article-marks): Add functionality to mark articles
14323         through the Gnus registry.
14324
14325         * encrypt.el: Clarify documentation for the new pgg method.
14326         (encrypt-file-alist): Add PGG option.
14327         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
14328         functionality.  Abstract password key and messaging to external
14329         functions.
14330         (encrypt-password-key, encrypt-get-passphrase-if-needed)
14331         (encrypt-message-method-and-cipher): Add new convenience external
14332         functions.
14333         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
14334         (encrypt-pgg-process-buffer): Add PGG functionality glue.
14335
14336         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
14337         (netrc-parse): Use encrypt-file-alist to determine if
14338         encrypt-find-model or encrypt-insert-file-contents should be used.
14339
14340         * encrypt.el: Clarify documentation.  Load password-cache or
14341         password, whichever one is found first, instead of autoloading.
14342
14343 2007-12-19  Glenn Morris  <rgm@gnu.org>
14344
14345         * mml.el (message-options-set, message-narrow-to-head)
14346         (message-in-body-p, message-mail-p, message-encode-message-body):
14347         Autoload.
14348         (message-remove-header, message-narrow-to-headers-or-head)
14349         (message-subscribed-p, message-make-mail-followup-to)
14350         (message-position-on-field, message-news-p)
14351         (message-options-set-recipient, message-generate-headers)
14352         (message-sort-headers): Declare as functions.
14353
14354 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14355
14356         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
14357         convention in doc string.
14358
14359 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14360
14361         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
14362         title to html parts.
14363         (gnus-article-browse-html-article): Pass message header to it.
14364
14365         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
14366
14367 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
14368
14369         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
14370         or password compatible with XEmacs.
14371
14372 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14373
14374         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
14375         format document.
14376         (gnus-mime-delete-part): Don't write description line if empty.
14377         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
14378
14379 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
14380
14381         * gnus-sum.el (gnus-summary-mark-unread-as-read)
14382         (gnus-summary-mark-read-and-unread-as-read)
14383         (gnus-summary-mark-current-read-and-unread-as-read)
14384         (gnus-summary-mark-unread-as-ticked): Doc fix.
14385         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
14386
14387 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
14388
14389         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
14390         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14391
14392 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
14393
14394         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
14395         yes-or-no-p.
14396
14397 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14398
14399         * mm-decode.el (mm-add-meta-html-tag): New function.
14400         (mm-save-part-to-file, mm-pipe-part): Use it.
14401
14402         * gnus-art.el (gnus-article-browse-delete-temp-files):
14403         Use gnus-y-or-n-p instead of y-or-n-p.
14404         (gnus-article-browse-html-parts): Work with message/external-body; use
14405         mm-add-meta-html-tag.
14406
14407 2007-12-11  Glenn Morris  <rgm@gnu.org>
14408
14409         * gnus-cache.el: Require gnus-sum not just when compiling.
14410
14411         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
14412
14413         * gnus-int.el (gnus-server-opened, gnus-status-message):
14414         Move definitions before use.
14415
14416         * mm-decode.el: Require gnus-util.
14417         (mm-remove-part): Only call delete-annotation on XEmacs.
14418
14419         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
14420
14421         * nnmail.el: Require gnus-int.
14422
14423         * spam.el: Move `require's before `eval-when-compile's.
14424
14425         * gnus-ems.el (gnus-alive-p):
14426         * gnus-fun.el (message-goto-eoh):
14427         * gnus-util.el (gnus-group-name-decode):
14428         * mail-source.el (gnus-compress-sequence):
14429         * message.el (Info-goto-node, format-spec):
14430         * mm-bodies.el (message-options-get):
14431         * mm-decode.el (mm-view-pkcs7):
14432         * mm-util.el (gmm-write-region):
14433         * mml-smime.el (mml-compute-boundary)
14434         (gnus-completing-read-with-default):
14435         * mml.el (widget-button-press, gnus-make-hashtable):
14436         * mml1991.el (mm-decode-content-transfer-encoding)
14437         (mm-encode-content-transfer-encoding)
14438         (message-options-get, message-options-set):
14439         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
14440         * nnfolder.el (gnus-request-group):
14441         * nnheader.el (ietf-drums-unfold-fws):
14442         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
14443         * smime.el (gnus-run-mode-hooks):
14444         * spam-stat.el (gnus-message): Autoload.
14445
14446         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
14447         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
14448         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
14449         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
14450         Add declare-function compatibility definition.
14451
14452         * gnus-cache.el (nnvirtual-find-group-art):
14453         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
14454         (gnus-add-image, gnus-add-wash-type):
14455         * gnus-group.el (nnkiboze-score-file):
14456         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
14457         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
14458         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
14459         (message-tokenize-header, gnus-get-buffer-create)
14460         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
14461         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
14462         * gnus.el (gnus-group-decoded-name):
14463         * mail-source.el (imap-capability):
14464         * mm-bodies.el (message-options-set):
14465         * mm-decode.el (gnus-configure-windows):
14466         * mm-extern.el (message-goto-body):
14467         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
14468         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
14469         (epg-sub-key-validity, message-options-set):
14470         * mml.el (widget-event-point, gnus-configure-windows):
14471         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
14472         * mml2015.el (epg-check-configuration, epg-configuration)
14473         (message-options-set):
14474         * nndb.el (nndb-request-article):
14475         * nnfolder.el (gnus-request-create-group):
14476         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
14477         * nnmaildir.el (gnus-group-mark-article-read):
14478         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
14479         * rfc1843.el (message-fetch-field):
14480         * spam.el (gnus-extract-address-components):
14481         Declare as functions.
14482
14483 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14484
14485         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
14486
14487         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
14488
14489         * lpath.el: Fbind run-mode-hooks for Emacs 21;
14490         bind show-trailing-whitespace for XEmacs.
14491
14492 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14493
14494         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
14495         new no-op macro for backward compatibility.
14496
14497         * imap.el (imap-string-to-integer): New function.
14498
14499 2007-12-09  Glenn Morris  <rgm@gnu.org>
14500
14501         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
14502
14503         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
14504         * message.el, mm-view.el, sieve-manage.el, smime.el:
14505         Add declare-function compatibility definition.
14506
14507         * gnus-art.el (w3-region, w3m-region, Info-menu):
14508         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
14509         * gnus-sum.el (gnus-get-predicate):
14510         * gnus-util.el (mm-append-to-file, w32-focus-frame):
14511         * message.el (mail-abbrev-in-expansion-header-p):
14512         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
14513         (w3m-detect-meta-charset, w3m-region):
14514         * sieve-manage.el (password-read, password-cache-add)
14515         (password-cache-remove):
14516         * smime.el (password-read-and-add): Declare as functions.
14517
14518 2007-12-08  David Kastrup  <dak@gnu.org>
14519
14520         * gnus-sum.el (gnus-summary-simplify-subject-query):
14521         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
14522         `message'.
14523
14524 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14525
14526         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
14527         it to bind idna-program, installation-directory, defined-colors, and
14528         face-attribute for XEmacs of the version that compiles defcustom forms.
14529
14530 2007-12-07  Glenn Morris  <rgm@gnu.org>
14531
14532         * gnus-art.el (article-make-date-line): Revert previous change.
14533
14534 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14535
14536         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
14537
14538 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
14539
14540         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
14541         Call gnus-add-to-range ranges only once with a prepared article-list.
14542
14543 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
14544
14545         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
14546         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
14547         group names with backslashes.
14548         Reported by Tassilo Horn <tassilo@member.fsf.org>.
14549
14550 2007-12-06  Deepak Goel  <deego3@gmail.com>
14551
14552         * gnus-art.el (article-make-date-line):
14553         * gnus-start.el (gnus-load):
14554         * pop3.el (pop3-read-response): Fix buggy call to `error'.
14555
14556 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14557
14558         * gnus-art.el (gnus-use-idna):
14559         * gnus-start.el (gnus-site-init-file):
14560         * message.el (message-use-idna):
14561         * mm-uu.el (mm-uu-hide-markers):
14562         * smiley.el (smiley-style): Revert changes that suppress warnings.
14563
14564 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14565
14566         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
14567         specify charset to html source.
14568         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
14569
14570 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14571
14572         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
14573         idna-program in order to suppress byte compile warning issued by XEmacs
14574         that came to byte compile the default value section of defcustom forms
14575         recently.
14576
14577         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
14578         value of installation-directory.
14579
14580         * message.el (message-use-idna): Don't directly refer to the value of
14581         idna-program.
14582
14583         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
14584
14585         * smiley.el (smiley-style): Don't directly call face-attribute.
14586
14587 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
14588
14589         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
14590
14591         * gnus-dired.el: Reduce Gnus dependencies.
14592         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
14593         Don't require.  Use autoloads instead.
14594         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
14595         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
14596         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
14597         (gnus-dired-mode): Adjust doc string.
14598         (gnus-dired-mail-mode): New variable.
14599         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
14600         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
14601         (gnus-dired-mail-buffers): New function.  Return mail or message
14602         composition buffers.
14603         (gnus-dired-attach): Use it.
14604         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
14605         NO-DECODE.
14606         (gnus-dired-print): Use `gnus-print-buffer' depending on
14607         `gnus-dired-mail-mode'.
14608
14609 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14610
14611         * rfc2047.el (rfc2047-encoded-word-regexp)
14612         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
14613         explaining what regexp patterns are for.
14614
14615 2007-12-04  Glenn Morris  <rgm@gnu.org>
14616
14617         * password.el: Move to password-cache.el.
14618
14619         * mml1991.el (password-read, password-cache-add, password-cache-remove):
14620         * mml2015.el (password-read, password-cache-add, password-cache-remove):
14621         * mml-smime.el (password-read, password-cache-add)
14622         (password-cache-remove):
14623         No need to autoload, since mml-sec requires password.
14624
14625         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
14626         * message.el (gnus-extract-address-components):
14627         * mml-smime.el (gnus-extract-address-components): Define for compiler.
14628
14629         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
14630         password.
14631
14632 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14633
14634         * mailcap.el: Reduce dependencies.
14635         (mail-header-parse-content-type): Autoload.
14636         (mailcap-delete-duplicates): New alias.
14637         (mailcap-mime-info): Add optional argument NO-DECODE.
14638         (mailcap-mime-types): Use mailcap-delete-duplicates.
14639
14640         * message.el (message-ignored-supersedes-headers): Add "X-ID".
14641
14642 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
14643
14644         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
14645         (imap-parse-status): Upcase status-att for servers that sends them
14646         lower-case (e.g., MS Exchange 2007).
14647
14648 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14649
14650         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
14651         function.
14652
14653         * gnus-uu.el (gnus-uu-decode-yenc): New command.
14654         (gnus-uu-yenc-article): New function.
14655
14656         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
14657
14658         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
14659
14660 2007-12-02  Glenn Morris  <rgm@gnu.org>
14661
14662         * binhex.el (binhex): New custom group.
14663         (binhex-decoder-program, binhex-decoder-switches)
14664         (binhex-use-external): Move to the binhex custom group.
14665
14666         * uudecode.el (uudecode): New custom group.
14667         (uudecode-decoder-program, uudecode-decoder-switches)
14668         (uudecode-use-external): Move to the uudecode custom group.
14669
14670         * netrc.el (top-level): Don't load `encrypt' features.
14671         (netrc-parse): Don't use encrypt.
14672         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
14673
14674         * encrypt.el: Remove file.
14675
14676 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
14677
14678         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
14679         matches on patches.
14680
14681         * gnus-art.el (gnus-article-browse-html-article):
14682         Mention `mm-text-html-renderer' in the doc string.
14683
14684         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
14685         string.  Add comments.
14686
14687         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
14688         if rhs is ASCII.
14689
14690 2007-12-01  Glenn Morris  <rgm@gnu.org>
14691
14692         * mail-source.el (top-level): Require format-spec before
14693         eval-when-compile.
14694
14695 2007-11-30  Glenn Morris  <rgm@gnu.org>
14696
14697         * encrypt.el: Require password, rather than autoloading password-read.
14698
14699 2007-11-29  Glenn Morris  <rgm@gnu.org>
14700
14701         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
14702         (sasl-make-client, sasl-next-step, sasl-step-data)
14703         (sasl-step-set-data): Declare as functions.
14704
14705 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
14706
14707         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
14708
14709 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
14710
14711         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
14712         certs should be verified and what is to be done in the event of a
14713         verification failure.
14714
14715         * gnus.el (gnus-method-to-server): Add an optional parameter so the
14716         caller can indicate whether the cache should be disregarded for this
14717         call.  This way the result of the call is reproducible at all times and
14718         can be considered a canonical server name for the supplied method.
14719         (gnus-agent-method-p): Canonicalize server names by pushing their
14720         method through `gnus-method-to-server' using the no-cache argument.
14721
14722         * gnus-srvr.el (gnus-server-insert-server-line):
14723         Call `gnus-method-to-server' with `no-cache' argument.
14724
14725         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
14726         gnus-agent-possibly-synchronize-flags as this should be called when the
14727         server is actually being opened.
14728         (gnus-agent-possibly-synchronize-flags)
14729         (gnus-agent-possibly-synchronize-flags-server): Move check for the
14730         flags file of an agentized server to the latter function.
14731
14732         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
14733         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
14734         after a connection has been established successfully.
14735
14736 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14737
14738         * gnus-art.el (article-display-face): Force to display face if called
14739         interactively; check if gnus-article-x-face-too-ugly matches author.
14740         (article-display-x-face): Display face even if From header is missing
14741         as article-display-face does.
14742
14743 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
14744
14745         * hashcash.el (message-narrow-to-headers-or-head)
14746         (message-fetch-field, message-goto-eoh)
14747         (message-narrow-to-headers): Declare as functions.
14748
14749 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
14750
14751         * mail-source.el (mail-sources): Default to fetch from file for
14752         compatibility with default of nnmail-spool-file.
14753
14754 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14755
14756         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
14757         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
14758         to look for encoded word that should be encoded again.
14759         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
14760         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
14761         encoding pattern.
14762         (rfc2047-decode-region): Switch strict regexp and loose one according
14763         to rfc2047-allow-irregular-q-encoded-words.
14764
14765 2007-11-25  Romain Francoise  <romain@orebokech.com>
14766
14767         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
14768
14769 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14770
14771         * tls.el (tls-program): Provide more custom choices from
14772         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
14773         (tls-process-connection-type, tls-success): Remove "*" in doc string.
14774
14775 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14776
14777         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
14778         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
14779
14780         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
14781         `nnmail-spool-file'.
14782
14783         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
14784         `nnmail-spool-file'.
14785
14786         * gnus-move.el (gnus-change-server): Ditto.
14787
14788         * gnus-kill.el (gnus-batch-score): Ditto.
14789
14790         * gnus-cache.el (gnus-jog-cache): Ditto.
14791
14792         * gnus-msg.el (gnus-summary-reply):
14793         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
14794
14795 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14796
14797         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
14798         version.  Minor improvement to doc strings.
14799         (tls-program): Add comment.
14800
14801 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
14802
14803         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
14804         (tls-checktrust): New variable.  Check if GNU TLS complained about a
14805         mismatch between the hostname provided in the certificate and the name
14806         of the host connnecting to.
14807         (open-tls-stream): Use them.  Check certificates against trusted root
14808         certificates.
14809
14810 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
14811
14812         * gnus-cache.el (gnus-cache-generate-nov-databases):
14813         Use nnml-generate-nov-databases-directory instead of
14814         nnml-generate-nov-databases-1.
14815
14816 2007-11-24  Glenn Morris  <rgm@gnu.org>
14817
14818         * message.el (message-tool-bar-retro): Update for rename
14819         mail_send.xpm->mail-send.xpm.
14820
14821 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
14822
14823         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
14824         `smime-ldap-search' for Emacs 22 and up.
14825
14826 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14827
14828         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
14829
14830         * message.el (message-send-mail-function): Fix error convention.
14831         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
14832         (message-widen-reply, message-send-mail, message-talkative-question)
14833         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
14834         (message-clone-locals, message-send-news): Use with-current-buffer.
14835         (message-insert-or-toggle-importance): Remove unused var `valid'.
14836         (message-make-references): Remove unused var `new-references'.
14837         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
14838
14839 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
14840
14841         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
14842         (spam-split-symbolic-return-positive): Reflow docstring.
14843         (spam-backends, spam-summary-exit-behavior)
14844         (spam-mark-ham-unread-before-move-from-spam-group)
14845         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
14846         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14847         (spam-clear-cache, spam-backend-check, spam-install-backend)
14848         (spam-install-statistical-backend, spam-list-of-processors)
14849         (spam-group-processor-p, spam-split, spam-bogofilter-score)
14850         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
14851         (spam-check-crm114, spam-initialize, spam-unload-hook):
14852         Fix typos in docstrings.
14853
14854 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14855
14856         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
14857         been checked if they have never been read and those group levels are
14858         higher than the one that a user specified.
14859
14860 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14861
14862         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
14863         foreign groups unless a group level is specified by a user.
14864         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
14865
14866 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
14867
14868         * message.el (message-send-mail-function): Require sendmail.
14869
14870 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
14871
14872         * message.el (message-send-mail-function): Check for smtpmail too.
14873
14874         * utf7.el (utf7-encode, utf7-decode): Use coding system
14875         `utf-7'/`utf-7-imap' from utf-7.el' if available.
14876
14877         * message.el (message-send-mail-function): New function.
14878         (message-send-mail-function): Set default using
14879         message-send-mail-function.  Adjust doc string.
14880         (message-send-mail-with-mailclient): New function.
14881
14882 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
14883
14884         * smime.el (from):
14885         * rfc2047.el (message-posting-charset):
14886         * qp.el (mm-use-ultra-safe-encoding):
14887         * pop3.el (parse-time-months):
14888         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
14889         * nnml.el (files):
14890         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
14891         (jka-compr-compression-info-list, ange-ftp-path-format)
14892         (efs-path-regexp):
14893         * nndiary.el (files):
14894         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
14895         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
14896         (epg-digest-algorithm-alist, inhibit-redisplay)
14897         (password-cache-expiry):
14898         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
14899         (pgg-output-buffer, password-cache-expiry):
14900         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
14901         (efs-path-regexp):
14902         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
14903         (inhibit-redisplay):
14904         * mm-uu.el (file-name, start-point, end-point, entry)
14905         (gnus-newsgroup-name, gnus-newsgroup-charset):
14906         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
14907         (latin-unity-ucs-list):
14908         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
14909         (mm-uu-binhex-decode-function):
14910         * message.el (gnus-message-group-art, gnus-list-identifiers)
14911         (rmail-enable-mime-composing, gnus-local-organization)
14912         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
14913         (gnus-read-active-file, facemenu-add-face-function)
14914         (facemenu-remove-face-function, gnus-article-decoded-p)
14915         (tool-bar-mode):
14916         * mail-source.el (display-time-mail-function):
14917         * gnus-util.el (nnmail-pathname-coding-system)
14918         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
14919         (gnus-original-article-buffer, gnus-user-agent)
14920         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
14921         (xemacs-codename, sxemacs-codename, emacs-program-version):
14922         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
14923         * gnus-start.el (gnus-agent-covered-methods)
14924         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
14925         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
14926         (gnus-newsgroup-headers, gnus-group-list-mode)
14927         (gnus-group-mark-positions, gnus-newsgroup-data)
14928         (gnus-newsgroup-unreads, nnoo-state-alist)
14929         (gnus-current-select-method, mail-sources)
14930         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
14931         (nnmail-spool-file, gnus-cache-active-hashtb):
14932         * gnus-mh.el (mh-lib-progs):
14933         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
14934         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
14935         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
14936         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
14937         (gnus-group-buffer):
14938         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
14939         (font-lock-set-defaults):
14940         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
14941         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
14942         (gnus-summary-post-menu, total-parts, type, condition, length):
14943         * gnus-agent.el (gnus-agent-read-agentview):
14944         * flow-fill.el (show-trailing-whitespace):
14945         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
14946         eval-and-compile wrappers for byte compiler pacifiers.
14947
14948         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
14949         (mm-display-inline-fontify): Check for featurep 'xemacs not
14950         extent-list.
14951
14952         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
14953         itimer-list.
14954         (mm-create-image-xemacs): Only do something for XEmacs.
14955         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
14956
14957         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
14958
14959         * gnus-registry.el (gnus-adaptive-word-syntax-table):
14960         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
14961
14962 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
14963
14964         * nnimap.el (nnimap-split-download-body):
14965         * gnus-demon.el (gnus-demon):
14966         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
14967
14968 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14969
14970         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
14971         New macros.
14972         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
14973         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
14974         copy data from unibyte buffer to multibyte current buffer.
14975         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
14976         to copy data from unibyte current buffer to multibyte buffer.
14977         (nntp-make-process-buffer): Make process buffer unibyte.
14978
14979         * pop3.el (pop3-open-server): Fix typo in Lisp code.
14980
14981 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
14982
14983         * pop3.el (pop3-open-server): Accept and process data more robustly at
14984         connection start to avoid spurious "POP SSL connection failed" errors.
14985
14986 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14987
14988         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
14989         read group names.
14990
14991 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
14992
14993         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
14994
14995 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14996
14997         * nnmail.el (nnmail-parse-active): Make group names unibyte.
14998         (nnmail-save-active): Use a unibyte buffer when saving active file,
14999         which may contain non-ASCII group names.
15000
15001         * nnml.el (nnml-request-group): Decode group names in messages.
15002
15003 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
15004
15005         * message.el (message-citation-line-function)
15006         (message-insert-formatted-citation-line): Fix spelling of
15007         `message-insert-formated-citation-line'.
15008
15009 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
15010
15011         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
15012
15013 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15014
15015         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
15016         nnmail-pathname-coding-system.
15017
15018         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
15019         that a user enters; decode group names in messages.
15020
15021         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
15022
15023 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15024
15025         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
15026
15027         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
15028
15029         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
15030         risky local variable.
15031
15032         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
15033
15034 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
15035
15036         * encrypt.el: Improve documentation to fix function name typo.
15037         Reported by Daiki Ueno <ueno@unixuser.org>.
15038
15039 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15040
15041         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
15042         even if the point is not in the last page of an article.
15043         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
15044         back to the previous page.
15045
15046 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
15047
15048         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
15049
15050 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15051
15052         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
15053
15054 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15055
15056         * message.el (message-check-news-body-syntax):
15057         Avoid mm-string-as-multibyte.
15058         (message-hide-headers): Don't assume (point-min)==1.
15059
15060 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
15061
15062         * message.el (message-remove-blank-cited-lines): Fix if remove is
15063         given.
15064         (message-bogus-address-regexp): New variable.
15065         (message-bogus-recipient-p): New function.
15066         (message-check-recipients): New command.
15067         (message-syntax-checks): Add `bogus-recipient'.
15068         (message-fix-before-sending): Add `bogus-recipient'.
15069
15070         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
15071         (gnus-treat-body-boundary): Don't test window-system.
15072
15073 2007-10-28  Leo Liu  <sdl.web@gmail.com>
15074
15075         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
15076
15077 2007-10-28  Miles Bader  <miles@gnu.org>
15078
15079         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
15080         at compile-time too.
15081
15082 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
15083
15084         * gnus-msg.el (gnus-message-setup-hook):
15085         Add `message-remove-blank-cited-lines' to options.
15086
15087 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15088
15089         * message.el (message-remove-blank-cited-lines): New function.
15090         Suggested by Karl Plästerer.
15091
15092 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15093
15094         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
15095         mapc.
15096
15097         * imap.el (imap-open): Replace mapcar called for effect with mapc.
15098         (top-level): Use mapc to set functions to be traced for debugging.
15099
15100         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
15101         called for effect with while loop.
15102
15103         * message.el (message-talkative-question): Replace mapcar called for
15104         effect with mapc.
15105
15106         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
15107         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
15108         called for effect with dolist.
15109
15110         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
15111
15112         * nndiary.el: Use dolist instead of mapcar to add diary headers to
15113         gnus-extra-headers and nnmail-extra-headers.
15114
15115         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
15116         called for effect with dolist.
15117         (top-level): Use mapc to set functions to be traced for debugging.
15118
15119         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
15120         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
15121         dolist.
15122
15123         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
15124         Replace mapcar called for effect with mapc.
15125         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
15126         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
15127         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
15128         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
15129
15130         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
15131         remove-if that's a cl function.
15132
15133         * webmail.el (webmail-debug): Replace mapcar called for effect with
15134         dolist.
15135
15136         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
15137         with mapc.
15138
15139 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15140
15141         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
15142         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
15143         with while loop.
15144
15145         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
15146         functions from article-* functions.
15147         (gnus-multi-decode-header): Replace mapcar called for effect with
15148         dolist.
15149
15150         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
15151         (gnus-bookmark-show-details): Replace mapcar called for effect with
15152         while loop.
15153
15154         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
15155         called for effect with while loop.
15156
15157         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
15158         with dolist.
15159
15160         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15161         Replace mapcar called for effect with dolist.
15162
15163         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
15164
15165         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
15166         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
15167         Replace mapcar called for effect with dolist.
15168         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
15169         mapc.
15170
15171         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
15172         Replace mapcar called for effect with dolist.
15173         (gnus-topic-list): Replace mapcar called for effect with mapc.
15174
15175         * gnus.el: Use mapc instead of mapcar to add autoloads.
15176
15177 2007-10-23  Richard Stallman  <rms@gnu.org>
15178
15179         * gnus-group.el (gnus-group-highlight): Mark as risky.
15180
15181 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15182
15183         * gnus.el (gnus-server-to-method): Return method found first in
15184         gnus-newsrc-alist.
15185
15186         * gnus-art.el (gnus-article-highlight-signature)
15187         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
15188         button overlay without the front stickiness.
15189
15190 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
15191
15192         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
15193         overview buffer needed a catch to receive its throw.
15194         (gnus-agent-flush-cache): Declare as interactive to make this function
15195         easier to use.
15196
15197 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
15198
15199         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
15200         `next-line'.
15201
15202 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15203
15204         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
15205         exclude address matching message-dont-reply-to-names.
15206
15207 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15208
15209         * gnus-util.el (gnus-string<): New function.
15210
15211         * gnus-sum.el (gnus-article-sort-by-author)
15212         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
15213
15214 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15215
15216         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
15217         the frame-focus tag is set in gnus-buffer-configuration.
15218
15219 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15220
15221         * gnus-art.el (gnus-article-add-button): Make a button overlay without
15222         the front stickiness.
15223
15224 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15225
15226         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
15227         url pattern; remove duplicate one.
15228         (gnus-article-extend-url-button): New function.
15229         (gnus-article-add-buttons): Use it.
15230         (gnus-button-push): Use concatenated url that it makes.
15231
15232 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
15233
15234         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
15235
15236 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15237
15238         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
15239         Don't hardcode point-min==1.
15240
15241 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
15242
15243         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
15244         Fix comment about "iso8859-1".
15245
15246 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
15247
15248         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
15249         ones returned from the verify-function.
15250
15251         * mm-uu.el (mm-uu-pgp-signed-extract-1):
15252         Call mml2015-extract-cleartext-signature if extraction failed.
15253
15254 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
15255
15256         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
15257         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
15258         failed.
15259
15260 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
15261
15262         * Relicense "GPLv2 or later" files to "GPLv3 or later".
15263
15264 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
15265
15266         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
15267         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
15268         recommends to use EasyPG instead of PGG.
15269
15270         * pgg.el: Revert to revision 6.23.2.16.
15271
15272         * pgg-def.el: Revert to revision 6.6.2.14.
15273
15274         * pgg-gpg.el: Revert to revision 6.23.2.34.
15275
15276 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
15277
15278         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
15279         to mark a thread as expirable.  Add variable `hide' to handle hiding of
15280         thread for both the null and zero (kill/expire thread) universal prefix
15281         cases.
15282         (gnus-summary-expire-thread): Add new function to expire a thread,
15283         using gnus-summary-kill-thread.
15284         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
15285         shortcuts for gnus-summary-expire-thread.
15286         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
15287         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
15288
15289 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
15290
15291         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
15292         extras value, so an extras entry can be deleted.
15293         (gnus-registry-delete-extra-entry): Use it.
15294         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
15295         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
15296         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
15297         storage through the gnus-registry, and provide an appropriate API for
15298         it.
15299
15300 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15301
15302         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
15303         Suggested by Leo <sdl.web@gmail.com>.
15304
15305         * gnus.el: Do.
15306
15307 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15308
15309         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
15310         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
15311
15312         * gnus-agent.el (gnus-agent-fetch-headers): Do.
15313
15314         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15315         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
15316
15317 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15318
15319         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
15320         newline.
15321         (nnmbox-request-accept-article): Don't change article in source buffer;
15322         narrow to header to use message-fetch-field rather than
15323         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
15324         (nnmbox-request-replace-article): Quote lines that'll be misidentified
15325         as delimiters; make sure article ends with newline.
15326         (nnmbox-delete-mail): Correct last position of article to be deleted;
15327         ignore X-Gnus-Newsgroup header in article body.
15328         (nnmbox-save-mail): Quote lines looking like delimiters at the right
15329         positions; make sure article ends with newline.
15330
15331         * message.el (message-display-abbrev): Don't infloop when a user
15332         inserts SPC in the beginning of header.
15333
15334         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
15335         coding-system-for-read and coding-system-for-write for XEmacs having no
15336         file-coding feature.
15337
15338         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
15339
15340 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
15341
15342         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
15343         list of groups not followed by default.  Fix type to be regexp.
15344         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
15345
15346 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
15347
15348         * hmac-def.el (define-hmac-function): Switch from old-style to
15349         new-style backquotes.
15350
15351         * md4.el (md4-make-step): Likewise.
15352
15353 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15354
15355         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
15356         raw-text coding system when saving .newsrc file, which may contain
15357         non-ASCII group names.
15358
15359 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15360
15361         * gnus-cus.el (gnus-score-extra): New widget.
15362         (gnus-score-extra-convert): New function.
15363         (gnus-score-customize): Use it for Extra.
15364
15365 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
15366
15367         * mml2015.el (mml2015-extract-cleartext-signature): New function.
15368         (mml2015-mailcrypt-clear-verify): Use it.
15369         (mml2015-gpg-clear-verify): Use it.
15370         (mml2015-pgg-clear-verify): Use it.
15371         (mml2015-epg-clear-verify): Replace the current part with the output
15372         from GnuPG; don't extract the plaintext by itself.
15373
15374         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
15375         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
15376         mml2015-clear-verify-function; don't touch the armor headers or
15377         dash-escaped text here.
15378
15379 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15380
15381         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
15382         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
15383         parts, or application/octet-stream as a last resort.
15384         (gnus-mime-view-part-as-type): Don't toggle display.
15385         (gnus-mime-view-part-as-charset): Don't turn off display before
15386         querying charset.
15387
15388         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
15389         stuff to undisplayer function in Emacs.
15390         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
15391
15392         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
15393         text/calendar parts.
15394
15395 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15396
15397         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
15398         decoding text/calendar parts.
15399
15400         * message.el (message-forward-make-body-mime): Always mark body as
15401         having no illegible text; remove signed-or-encrypted argument.
15402         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
15403
15404         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
15405         (mml-generate-mime-1): Don't encode body if it is specified to be in
15406         raw form; don't make buffer be unibyte when inserting multibyte string.
15407
15408 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15409
15410         * sha1.el: Fix up comment style.
15411         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
15412         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
15413
15414         * hex-util.el: Fix up comment style.
15415         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
15416
15417         * gnus-salt.el: Use with-current-buffer.
15418         (gnus-pick-setup-message): Fix long-standing typo.
15419
15420 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15421
15422         * imap.el (imap-logout-timeout): New variable.
15423         (imap-logout, imap-logout-wait): New functions.
15424         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
15425
15426         * nnimap.el (nnimap-logout-timeout): New server variable.
15427         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
15428         nnimap-logout-timeout.
15429
15430         * gnus-art.el (gnus-article-summary-command-nosave)
15431         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
15432
15433 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15434
15435         * gnus.el (gnus-maximum-newsgroup): New variable.
15436
15437         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
15438         according to gnus-maximum-newsgroup.
15439
15440         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
15441         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
15442         Limit the range of articles according to gnus-maximum-newsgroup.
15443
15444 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
15445
15446         * gnus-art.el (gnus-sticky-article): Fix problems described in
15447         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
15448         Don't perform gnus-configure-windows here; reuse existing sticky
15449         article buffer.
15450
15451         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
15452         it doesn't exist in gnus-article-mode.
15453
15454 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15455
15456         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
15457         (gnus-agent-decoded-group-name): New function.
15458         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
15459         (gnus-agent-expire-group-1): Use it; decode group name in messages.
15460
15461 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
15462
15463         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
15464         Add binding for gnus-sticky-article.
15465         (gnus-summary-exit): Don't kill sticky article buffers.
15466
15467         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
15468         article buffer.
15469         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
15470         (gnus-kill-sticky-article-buffers): New commands.
15471
15472 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15473
15474         * nntp.el (nntp-xref-number-is-evil): New server variable.
15475         (nntp-find-group-and-number): If it is non-nil, don't trust article
15476         numbers in the Xref header.
15477
15478 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15479
15480         * gnus-agent.el (gnus-agent-read-group): New function.
15481         (gnus-agent-flush-group, gnus-agent-expire-group)
15482         (gnus-agent-regenerate-group): Use it.
15483         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
15484         nnmail-pathname-coding-system.
15485
15486 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15487
15488         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
15489
15490         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
15491         that are unread as unread, and also as selected so that information of
15492         marks having been changed by a user may be updated when exiting group.
15493
15494 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15495
15496         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
15497
15498 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15499
15500         * gnus-art.el (gnus-mime-display-single): Pass part number that is
15501         calculated ignoring signature parts to gnus-treat-article.
15502
15503 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15504
15505         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
15506         a point here in order to keep the window start.
15507         (gnus-insert-mime-security-button): Make a button overlay without the
15508         front stickiness.
15509         (gnus-mime-display-security): Goto the end of a button.
15510
15511         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
15512
15513 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15514
15515         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
15516         group-name-at-point.
15517         (gnus-group-completing-read): New function that offers decoded
15518         non-ASCII group names for completion.
15519         (gnus-fetch-group, gnus-group-read-ephemeral-group)
15520         (gnus-group-jump-to-group, gnus-group-make-group-simple)
15521         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
15522         (gnus-group-fetch-control): Use it.
15523         (gnus-fetch-group): Use group-name-at-point for the initial value
15524         rather than the default value; use gnus-alive-p.
15525
15526         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
15527         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
15528         (gnus-summary-post-news): Use gnus-group-completing-read.
15529
15530         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
15531         (gnus-read-move-group-name): Decode group name for completion.
15532
15533 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
15534
15535         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
15536         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
15537         Yamaoka slightly modified the code).
15538
15539 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15540
15541         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
15542         (nnmail-split-incoming): Bind it.
15543
15544         * nnml.el (nnml-group-name-charset): New function.
15545         (nnml-decoded-group-name): Use it; don't decode group name if
15546         nnmail-group-names-not-encoded-p is non-nil.
15547         (nnml-encoded-group-name): New function.
15548         (nnml-group-pathname): Inline nnml-decoded-group-name.
15549         (nnml-request-expire-articles): Decode group name in message.
15550         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
15551         nnmail-pathname-coding-system.
15552         (nnml-save-mail, nnml-active-number): Work with decoded group names and
15553         not decoded ones according to nnmail-group-names-not-encoded-p.
15554         (nnml-generate-active-info): Use nnml-encoded-group-name.
15555
15556 2007-08-08  Glenn Morris  <rgm@gnu.org>
15557
15558         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
15559         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
15560         doc-strings and comments.
15561
15562 2007-07-25  Glenn Morris  <rgm@gnu.org>
15563
15564         * Relicense all FSF files to GPLv3 or later.
15565
15566 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15567
15568         * gnus-sum.el (gnus-summary-move-article):
15569         Make gnus-summary-respool-article work.
15570
15571 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
15572
15573         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
15574         string.
15575
15576 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
15577
15578         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
15579         that should be ignored when comparing distant RSS articles with local
15580         ones.
15581         (nnrss-make-hash-index): New function.  Create a hash index according
15582         to the ignored fields.
15583         (nnrss-check-group): Use it.
15584
15585 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15586
15587         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
15588
15589         * gnus-art.el (article-decode-group-name): Decode Xref header too.
15590
15591         * gnus-group.el (gnus-group-make-group): Encode group name here unless
15592         the new optional argument ENCODED is non-nil.
15593         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
15594         coding system for encoding group name.
15595         (gnus-group-make-rss-group): Pass un-encoded group name to
15596         gnus-group-make-group.
15597         (gnus-group-set-info): Tell gnus-group-make-group that group name is
15598         encoded.
15599
15600         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
15601         Encode group name to which articles are moved or copied.
15602         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
15603         coding system for encoding Newsgroup, Followup-To and Xref headers.
15604
15605         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
15606         marks; use nnheader-file-coding-system to write a file.
15607         (nnagent-retrieve-headers): Bind file-name-coding-system to
15608         nnmail-pathname-coding-system.
15609
15610         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
15611
15612         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
15613         (nnml-request-article, nnml-request-create-group)
15614         (nnml-request-rename-group, nnml-find-id)
15615         (nnml-possibly-change-directory, nnml-possibly-create-directory)
15616         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
15617         (nnml-save-marks): Use nnml-group-pathname instead of
15618         nnmail-group-pathname.
15619
15620         (nnml-request-create-group, nnml-request-expire-articles)
15621         (nnml-request-move-article, nnml-request-delete-group)
15622         (nnml-deletable-article-p, nnml-possibly-create-directory)
15623         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
15624         (nnml-open-marks): Bind file-name-coding-system to
15625         nnmail-pathname-coding-system.
15626
15627         (nnml-request-article): Pass server argument to nnml-find-group-number.
15628         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
15629         Pass server argument to nnml-possibly-create-directory.
15630         (nnml-request-accept-article): Pass server argument to
15631         nnml-active-number and nnml-save-mail.
15632         (nnml-find-group-number): Pass server argument to nnml-find-id.
15633         (nnml-request-update-info): Pass server argument to
15634         nnml-marks-changed-p.
15635
15636         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
15637         (nnml-save-mail, nnml-active-number): Add server argument.
15638
15639         (nnml-request-delete-group): Warn if group is missing.
15640         (nnml-get-nov-buffer): Decode group name.
15641         (nnml-generate-active-info): Encode group name.
15642         (nnml-open-marks): Decode group name in messages.
15643
15644 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15645
15646         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
15647         if it is not specified.
15648         (gnus-article-pipe-part, gnus-article-save-part)
15649         (gnus-article-interactively-view-part, gnus-article-copy-part)
15650         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
15651         (gnus-article-inline-part, gnus-article-save-part-and-strip)
15652         (gnus-article-replace-part, gnus-article-delete-part)
15653         (gnus-article-view-part-as-type): Pass raw prefix argument to
15654         gnus-article-part-wrapper.
15655
15656 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15657
15658         * gnus-agent.el (gnus-agent-save-active):
15659         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
15660
15661         * gnus-cache.el (gnus-cache-save-buffers)
15662         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
15663         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
15664         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
15665         (gnus-cache-braid-nov, gnus-cache-braid-heads)
15666         (gnus-cache-generate-active, gnus-cache-rename-group)
15667         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
15668         (gnus-cache-update-overview-total-fetched-for):
15669         Bind file-name-coding-system to nnmail-pathname-coding-system.
15670         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
15671         New variables.
15672         (gnus-cache-decoded-group-name): New function.
15673         (gnus-cache-file-name): Use it.
15674         (gnus-cache-generate-active): Use non-decoded group name for active.
15675
15676         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
15677         right place.
15678         (gnus-write-active-file): Don't break non-ASCII group names.
15679
15680         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
15681         nnmail-pathname-coding-system.
15682
15683         * lpath.el: Bind default-file-name-coding-system,
15684         file-name-coding-system and language-info-alist for XEmacs.
15685
15686         * gnus-uu.el (gnus-uu-decode-save): Typo.
15687
15688 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15689
15690         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
15691
15692 2007-07-14  David Kastrup  <dak@gnu.org>
15693
15694         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
15695         finishing actions if we did not edit the article.
15696
15697 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15698
15699         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
15700         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
15701         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
15702         (gnus-agent-flush-group, gnus-agent-flush-cache)
15703         (gnus-agent-fetch-headers, gnus-agent-load-alist)
15704         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
15705         (gnus-agent-retrieve-headers, gnus-agent-request-article)
15706         (gnus-agent-regenerate-group)
15707         (gnus-agent-update-files-total-fetched-for)
15708         (gnus-agent-update-view-total-fetched-for):
15709         Bind file-name-coding-system to nnmail-pathname-coding-system.
15710         (gnus-agent-group-pathname): Don't encode file names by
15711         nnmail-pathname-coding-system.
15712         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
15713         coding-system-for-write instead of buffer-file-coding-system to
15714         gnus-agent-file-coding-system.
15715
15716         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
15717         Decode group name.
15718
15719         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
15720
15721         * gnus-start.el (gnus-update-active-hashtb-from-killed)
15722         (gnus-read-newsrc-el-file): Make group names unibyte.
15723
15724         * nnmail.el (nnmail-group-pathname): Don't encode file names by
15725         nnmail-pathname-coding-system.
15726
15727         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
15728         (nnrss-request-delete-group): Bind file-name-coding-system to
15729         nnmail-pathname-coding-system.
15730         (nnrss-read-server-data, nnrss-read-group-data):
15731         Bind file-name-coding-system correctly.
15732         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
15733
15734         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
15735         (nntp-server-to-method-cache): New variable.
15736         (nntp-group-pathname): New function that decodes non-ASCII group names.
15737         (nntp-possibly-create-directory, nntp-marks-changed-p)
15738         (nntp-save-marks, nntp-open-marks): Use it.
15739         (nntp-possibly-create-directory, nntp-open-marks):
15740         Bind file-name-coding-system to nnmail-pathname-coding-system.
15741         (nntp-open-marks): Decode group names when bootstrapping marks.
15742
15743         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
15744         Newsgroups and Followup-To headers.
15745
15746 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15747
15748         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15749         (gnus-server-closed-face, gnus-server-denied-face)
15750         (gnus-server-offline-face): Remove variable.
15751         (gnus-server-font-lock-keywords): Use faces that are not aliases.
15752
15753         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
15754         of modifying message-stack directly for XEmacs.
15755
15756         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
15757         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
15758         if the coding-system argument is nil for XEmacs.
15759
15760         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
15761         mm-charset-override-alist.
15762
15763         * rfc2047.el: Don't require base64; require rfc2045 for the function
15764         rfc2045-encode-string.
15765         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
15766         to quote the parameter value.
15767
15768 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15769
15770         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
15771         form in gnus-group-name-charset-method-alist.
15772
15773         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
15774         overrides the default layout edit-form.
15775
15776         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
15777
15778         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
15779
15780 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15781
15782         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
15783         as unfetched articles.
15784
15785 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
15786
15787         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
15788
15789 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15790
15791         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
15792         original back end that keeps marks in the local system.
15793
15794 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15795
15796         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
15797         arg of pop-to-buffer for XEmacs.
15798         (gnus-article-read-summary-keys): Ditto; don't restore window
15799         configuration if summary command ends up with neither article buffer
15800         nor summary buffer; describe bindings if summary keys end with C-h.
15801
15802 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15803
15804         * message.el (message-fix-before-sending): Skip raw message part to be
15805         forwarded while checking illegible text.
15806         (message-forward-make-body-mime, message-forward-make-body):
15807         Mark signed or encrypted raw message as having no illegible text.
15808
15809 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15810
15811         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
15812         (gnus-message-with-timestamp-1): New macro.
15813         (gnus-message-with-timestamp): New function.
15814         (gnus-message): Use them.
15815
15816         * nnheader.el (nnheader-message): Use them.
15817
15818 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
15819
15820         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
15821         .newsrc.eld file.
15822
15823 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15824
15825         * gnus-agent.el (gnus-agent-fetch-headers)
15826         (gnus-agent-retrieve-headers):
15827         Bind gnus-decode-encoded-address-function to identity.
15828
15829         * nntp.el (nntp-send-xover-command): Recognize an xover command is
15830         available also when the server returns simply a dot.
15831
15832         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
15833
15834 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15835
15836         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
15837
15838 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15839
15840         * gnus-ems.el (gnus-x-splash): Make it work.
15841
15842         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
15843         from being used.
15844
15845         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
15846
15847 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15848
15849         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
15850         4th and the 5th arguments.
15851
15852         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
15853         the front stickiness.
15854         (gnus-article-summary-command-nosave): Correct the order of the
15855         arguments passed to pop-to-buffer.
15856         (gnus-article-read-summary-keys): Ditto; make it work properly when the
15857         summary command ends up with the article buffer.
15858
15859         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
15860         the same faces.
15861
15862 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
15863
15864         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
15865
15866 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
15867
15868         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
15869         * gnus-sum.el (gnus-summary-highlight):
15870         * pgg.el (pgg-sign-region, pgg-sign):
15871         * mail-source.el (mail-source-delete-old-incoming-confirm):
15872         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
15873
15874 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15875
15876         * gnus-art.el (gnus-mime-view-part-externally)
15877         (gnus-mime-view-part-internally): Fix predicate function passed to
15878         completing-read.
15879
15880         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
15881
15882         * gnus.el (gnus-update-message-archive-method): Add :version.
15883
15884 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15885
15886         * gnus.el (gnus-update-message-archive-method): New variable.
15887
15888         * gnus-start.el (gnus-setup-news): Update saved "archive" method
15889         according to gnus-message-archive-method if
15890         gnus-update-message-archive-method is non-nil.
15891
15892 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15893
15894         * gnus-sum.el (gnus-summary-limit-to-address): New function.
15895         Suggested by Loic Dachary <loic@dachary.org>.
15896         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15897
15898 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15899
15900         * message.el (message-pop-to-buffer): Add switch-function argument.
15901         (message-mail): Pass switch-function argument to it.
15902
15903 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
15904
15905         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
15906         Improve doc string.
15907
15908 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15909
15910         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
15911         (gnus-header-content):
15912         * gnus-cite.el (gnus-cite-10):
15913         * gnus-srvr.el (gnus-server-closed):
15914         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
15915         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
15916         (gnus-group-mail-3-empty, gnus-group-mail-low)
15917         (gnus-group-mail-low-empty, gnus-splash):
15918         * message.el (message-header-to, message-header-cc)
15919         (message-header-subject, message-header-other, message-header-name)
15920         (message-header-xheader, message-separator, message-cited-text)
15921         (message-mml): Lighten colors of faces used for dark background.
15922
15923 2007-05-24  Simon Josefsson  <simon@josefsson.org>
15924
15925         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
15926         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
15927
15928 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15929
15930         * message.el (message-narrow-to-headers-or-head):
15931         Ignore mail-header-separator in the body.
15932
15933 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15934
15935         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
15936         same as window size.
15937
15938 2007-05-22  Kevin Ryde  <user42@zip.com.au>
15939
15940         * message.el (message-font-lock-keywords): Use message-header-xheader
15941         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
15942         ahead of the anything pattern, to get it recognized.
15943
15944 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15945
15946         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
15947         spam.el loads uses it in the compiled defadvice form.
15948
15949 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
15950
15951         * gnus-sum.el (gnus-articles-to-read)
15952         (gnus-summary-insert-old-articles): Don't truncate group name for
15953         `read-string'.
15954
15955         * gnus-util.el (gnus-limit-string): Delete this function.
15956
15957         * gnus-sum.el (gnus-simplify-subject-fully):
15958         Use `truncate-string-to-width' instead.
15959
15960 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
15961
15962         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
15963         Tell if, on summary exit, the next group has to be selected.
15964         (gnus-summary-exit): Use it.
15965
15966 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
15967
15968         * gnus-art.el (gnus-article-mode): Fix comment about displaying
15969         non-break space.
15970
15971 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15972
15973         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
15974         Check if group is not a directory.
15975         (nnfolder-request-expire-articles): Don't delete articles if the target
15976         group is not available.
15977
15978         * nnml.el (nnml-request-create-group): Properly check if group is not a
15979         file.
15980         (nnml-request-expire-articles): Don't delete articles if the target
15981         group is not available.
15982
15983         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15984         Don't quote characters that are within parentheses.
15985
15986 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15987
15988         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
15989         (gnus-handle-ephemeral-exit): Select article according to it.
15990
15991 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
15992
15993         * message.el (message-insert-formated-citation-line): Remove newline.
15994         (message-citation-line-format): Add final \n here so that the user can
15995         avoid a blank line.
15996
15997 2007-05-03  Dan Christensen  <jdc@uwo.ca>
15998
15999         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
16000         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
16001         Update lanl/arXiv support.
16002
16003 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
16004
16005         * gnus.el: Bump version number.
16006
16007 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16008
16009         * gnus.el (gnus-version-number): Bump version.
16010
16011 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16012
16013         * gnus.el: No Gnus v0.6 is released.
16014
16015 2007-04-27  Didier Verna  <didier@xemacs.org>
16016
16017         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
16018         * gmm-utils.el (gmm-regexp-concat): ... here.
16019         * message.el: Don't require 'gnus-util.
16020         (message-dont-reply-to-names): Handle name change above.
16021         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
16022
16023 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16024
16025         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
16026         since the initial value varies according to the system.
16027
16028 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16029
16030         * mm-util.el (mm-charset-synonym-alist): Defcustom.
16031
16032 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
16033
16034         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
16035
16036 2007-04-24  Didier Verna  <didier@xemacs.org>
16037
16038         Improve the type of gnus-ignored-from-addresses.
16039         * gnus-util.el (gnus-orify-regexp): New function.
16040         * message.el (gnus-util): Require it.
16041         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
16042         * gnus-sum.el (gnus-ignored-from-addresses): New function.
16043         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
16044
16045 2007-04-24  Didier Verna  <didier@xemacs.org>
16046
16047         * gnus-sum.el:
16048         * gnus-utils.el: Fix some trailing whitespaces.
16049
16050 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16051
16052         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
16053         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
16054         article's Message-ID; refer parent article in summary buffer.
16055
16056         * message.el (message-bounce): Call mime-to-mml.
16057
16058         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
16059         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
16060         optimize and/or forms properly.
16061
16062 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
16063
16064         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
16065         URL.
16066
16067 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16068
16069         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
16070
16071 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16072
16073         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
16074         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
16075         displayed of multipart/alternative part if it is invoked from summary
16076         buffer.
16077
16078         * mm-view.el (mm-inline-text-html-render-with-w3m)
16079         (mm-inline-text-html-render-with-w3m-standalone)
16080         (mm-inline-render-with-function): Use mail-parse-charset by default.
16081
16082 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
16083
16084         * parse-time.el (parse-time-string-chars): Check if CHAR
16085         is less than the length of parse-time-syntax.
16086
16087 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16088
16089         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
16090         from gnus-newsgroup-processable.
16091
16092 2007-04-16  Didier Verna  <didier@xemacs.org>
16093
16094         * gnus-msg.el (gnus-configure-posting-styles):
16095         Handle message-signature-directory properly with :file syntax.
16096         Reported by "Leo".
16097
16098 2007-04-11  Didier Verna  <didier@xemacs.org>
16099
16100         New user option: message-signature-directory.
16101         * gnus-msg.el (gnus-configure-posting-styles): Support it.
16102         * message.el (message-insert-signature): Ditto.
16103         * message.el (message-signature-file): Doc update.
16104         * message.el (message-signature-directory): New.
16105
16106 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16107
16108         * gnus-msg.el (gnus-inews-yank-articles):
16109         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
16110
16111 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16112
16113         * message.el (message-yank-original): Make sure cited text ends with
16114         newline; don't exchange point and mark.
16115
16116 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
16117
16118         * tls.el (open-tls-stream): Properly handle case where there
16119         is no associated buffer.
16120
16121 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
16122
16123         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
16124         message-yank-original, make sure (< mark TEXT point).
16125
16126 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16127
16128         * message.el (message-fill-column): New variable.
16129         (message-mode): Use it.  Add comment on a possible new hook.
16130
16131         * nnmail.el (nnmail-spool-file): Mark as obsolete.
16132         (nnmail-get-new-mail): Reformat.
16133
16134         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
16135
16136         * gmm-utils.el: Fix Commentary.
16137         (gmm-tool-bar-from-list): Fix typo in doc string.
16138
16139 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
16140
16141         * message.el (message-yank-original): Don't switch point and mark
16142         unnecessarily to put point and mark as documented.
16143
16144 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16145
16146         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
16147         from the message heads.
16148
16149 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
16150
16151         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
16152         article buffer does not have a window.  This may not be the best
16153         solution but is certainly better than setting the start of the null,
16154         that is the current, window.
16155
16156 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
16157
16158         * gnus-draft.el (gnus-draft-setup-hook): New hook.
16159         (gnus-draft-setup): Run it.
16160
16161         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
16162         gnus-score-fast-scoring.  Allow regexp.
16163         (gnus-score-headers): Use it.
16164
16165         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
16166         XEmacs.
16167
16168         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
16169         string.
16170         (gnus-button-alist): Also catch `<f1> k ...'.
16171         (gnus-treat-display-x-face): Fix doc string.
16172
16173 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16174
16175         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
16176         evaluation of gnus-extended-version to ensure correct generation of the
16177         User-Agent header when message-generate-headers-first is used.
16178
16179 2007-03-24  Simon Josefsson  <simon@josefsson.org>
16180
16181         * hashcash.el (hashcash-generate-payment-async): Don't crash if
16182         hashcash-path is nil.  Don't call callback with incorrect number of
16183         parameters if val is 0.
16184
16185 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16186
16187         * message.el (message-required-news-headers):
16188         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
16189
16190 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
16191
16192         * tls.el (open-tls-stream): In handshake-waiting loop,
16193         don't wait more if there is output available to process.
16194
16195 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
16196
16197         * tls.el (tls-program): Doc fix.
16198
16199 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16200
16201         * message.el (message-generate-new-buffers): Change the meaning of the
16202         nil value; add `standard' to the choices; treat t as `unique'; improve
16203         doc string.
16204         (gnus-select-frame-set-input-focus): Autoload.
16205         (message-buffer-name): Search for the existing message buffer if
16206         message-generate-new-buffers is nil or `standard'; treat the value t of
16207         message-generate-new-buffers as `unique'.
16208         (message-pop-to-buffer): Raise the frame already displaying the message
16209         buffer; clear the echo area after querying.
16210         (message-setup): Pass the `continue' argument to compose-mail.
16211         (message-mail): Prefer `switch-function' if it is given; search for the
16212         existing message buffer if the `continue' argument is non-nil; pass
16213         continue and switch-function arguments to compose-mail by way of
16214         message-setup.
16215         (message-mail-other-window): Adjust argument of message-setup.
16216         (message-mail-other-frame): Ditto.
16217
16218 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16219
16220         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
16221         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
16222         to turn font-lock on when turning gnus-message-citation-mode on.
16223
16224 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
16225
16226         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
16227         (mml-smime-function-alist): New variable; add epg as the backend.
16228         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
16229         mml-smime- functions instead.
16230         * mm-view.el: Require smime.
16231
16232 2007-03-05  Didier Verna  <didier@xemacs.org>
16233
16234         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
16235         instead of just inheritance for posting styles.
16236         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
16237
16238 2007-02-24  Chris Moore  <dooglus@gmail.com>
16239
16240         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
16241         * pgg-pgp.el (pgg-pgp-encrypt-region):
16242         * pgg-gpg.el (pgg-gpg-encrypt-region):
16243         Check pgg-encrypt-for-me if no other recipients.
16244
16245 2007-02-24  John Paul Wallington  <jpw@pobox.com>
16246
16247         * tls.el (tls-certtool-program): Fix custom type.
16248
16249 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16250
16251         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
16252         and point-at-eol instead of line-(beginning|end)-position.
16253
16254         * assistant.el (assistant-parse-buffer): Ditto.
16255
16256         * netrc.el (netrc-parse-services): Ditto.
16257
16258 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
16259
16260         * mml2015.el (mml2015-epg-find-usable-key): New function.
16261         (mml2015-epg-sign): Use it.
16262         (mml2015-epg-encrypt): Use it.
16263
16264 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16265
16266         * message.el (message-make-in-reply-to): Quote name containing
16267         non-ASCII characters.  It will make the RFC2047 encoder cause an error
16268         if there are special characters.  Reported by NAKAJI Hiroyuki
16269         <nakaji@jp.freebsd.org>.
16270
16271 2007-02-27  Didier Verna  <didier@xemacs.org>
16272
16273         Include the group parameters as well as the topic ones in the
16274         inheritance filter process.
16275         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
16276         argument GROUP-PARAMS-LIST.
16277         * gnus-topic.el (gnus-group-topic-parameters): Use it.
16278
16279 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16280
16281         * nntp.el (nntp-never-echoes-commands)
16282         (nntp-open-connection-functions-never-echo-commands): New variables.
16283         (nntp-send-command): Use them.
16284
16285 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
16286
16287         * mml2015.el (mml2015-epg-verify): Simplify.
16288
16289 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16290
16291         * mml.el (mml-content-disposition-alist): New user option.
16292         (mml-content-disposition): New function.
16293         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
16294         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
16295
16296 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
16297
16298         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
16299         verification.
16300
16301 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16302
16303         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
16304         articles posted in the last 24 hours.
16305
16306 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
16307
16308         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
16309
16310 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
16311
16312         * nntp.el (nntp-send-command): Don't wait for echoes when
16313         nntp-open-ssl-stream is used.
16314
16315 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16316
16317         * gnus-cite.el (gnus-test-font-lock-add-keywords)
16318         (gnus-message-add-citation-keywords)
16319         (gnus-message-remove-citation-keywords): Remove.
16320         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
16321         directly, make the variables in font-lock-defaults buffer-local, add
16322         gnus-message-citation-keywords to them and then update the value of
16323         font-lock-keywords.
16324
16325 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16326
16327         * message.el (message-cite-original-1): Don't call
16328         gnus-article-highlight-citation.
16329
16330         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
16331         citations; fix line count.
16332
16333 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16334
16335         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
16336         (gnus-message-add-citation-keywords)
16337         (gnus-message-remove-citation-keywords): Use it; fix the emulating
16338         versions of font-lock-add-keywords and font-lock-remove-keywords to
16339         work with XEmacs correctly.
16340
16341 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16342
16343         * gnus-cite.el (gnus-cite-face-list): Set the values of
16344         gnus-message-max-citation-depth and gnus-message-citation-keywords.
16345         (gnus-message-max-citation-depth): Use defvar rather than defconst.
16346         (gnus-message-cite-prefix-regexp): New variable.
16347         (gnus-message-search-citation-line): Use it; protect against long
16348         citation prefix; fill match data with nil rather than 0 for XEmacs; set
16349         the 0th match data for Emacs.
16350         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
16351         (gnus-message-add-citation-keywords): Append keywords rather than
16352         prepending; emulate font-lock-add-keywords if it is not available.
16353         (gnus-message-remove-citation-keywords):
16354         Emulate font-lock-remove-keywords if it is not available.
16355
16356         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
16357
16358         * message.el (message-cite-prefix-regexp): Set the value of
16359         gnus-message-cite-prefix-regexp.
16360
16361 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16362
16363         * nnweb.el (nnweb-google-parse-1): Update parser.
16364
16365 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
16366
16367         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
16368
16369 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16370
16371         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
16372         regexp.
16373
16374 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16375
16376         * uudecode.el (uudecode-string-to-multibyte): New function emulating
16377         string-to-multibyte.
16378         (uudecode-decode-region-internal): Use it.
16379
16380         * lpath.el: Fbind string-as-multibyte for XEmacs.
16381
16382 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
16383
16384         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
16385         Fix custom choice.
16386
16387         * gnus-art.el (gnus-signature-limit): Fix custom choice.
16388
16389 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
16390
16391         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
16392
16393         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
16394         `write-region' to respect `mm-inhibit-file-name-handlers'.
16395
16396 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
16397
16398         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
16399         Use gnus-home-directory instead of "~/" or "$HOME".
16400
16401 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
16402
16403         * encrypt.el (encrypt-insert-file-contents): Add better prompt
16404         to mention filename.
16405         Add comments at beginning regarding usage.
16406         (encrypt-write-file-contents): Change interactive so a string is
16407         acceptable.  If the file has no associated model, show an error instead
16408         of a nonsense prompt.
16409
16410 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16411
16412         * spam.el (spam-bsfilter-ham-switch): Fix typo.
16413         Thanks to Yoshihiko Yamada for kind notification of this typo.
16414
16415 2007-01-12  Kenichi Handa  <handa@m17n.org>
16416
16417         * uudecode.el (uudecode-decode-region-internal): Make it work in a
16418         multibyte buffer.
16419
16420 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
16421
16422         * gnus-score.el (gnus-score-fast-scoring): New variable.
16423         (gnus-score-headers): Use it.
16424
16425         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
16426
16427         * message.el (message-cite-original-1):
16428         Call gnus-article-highlight-citation if requested.
16429         (message-make-from): Allow name and address as optional arguments.
16430
16431         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
16432
16433         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
16434         bugs to doc string.
16435         (gnus-button-alist): Add mid\\|message-id.
16436         (gnus-button-fetch-group): Extend for use in
16437         `browse-url-browser-function'.
16438         (gnus-button-url-regexp): Try to catch paired parentheses like in
16439         Wikipedia URLs.
16440
16441         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
16442         Suggested by Simon Krahnke <overlord@gmx.li>.
16443
16444 2007-01-13  Romain Francoise  <romain@orebokech.com>
16445
16446         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
16447         Update copyright.
16448
16449 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
16450
16451         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
16452
16453 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16454
16455         * gnus-registry.el (gnus-registry-unfollowed-groups)
16456         (gnus-registry-split-fancy-with-parent): Fix documentation.
16457
16458 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16459
16460         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
16461         from nnweb groups.
16462
16463 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16464
16465         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
16466         Xref urls.  Erase buffer before requesting head.
16467
16468         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16469
16470 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16471
16472         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
16473         customizable.
16474
16475 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
16476
16477         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
16478         no signing key is found.
16479         (mml2015-epg-encrypt): Ask user whether to skip or abort if
16480         no encrypting and/or signing key is found.
16481
16482 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16483
16484         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
16485
16486 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16487
16488         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
16489         headers read from disk with the ones newly found in the current search.
16490         This should no longer cause problems, because the article numbers in
16491         Gmane's `nov.php' output are ignored since the previous change.
16492
16493 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16494
16495         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
16496
16497 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16498
16499         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
16500         replace-regexp-in-string; bind url-version; fbind display-images-p and
16501         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
16502         find-face and set-itimer-function for Emacs; bind itimer-list for
16503         Emacs.
16504
16505         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
16506
16507 2007-01-01  Romain Francoise  <romain@orebokech.com>
16508
16509         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
16510
16511 2006-12-31  Steve Youngs  <steve@sxemacs.org>
16512
16513         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
16514         `define-minor-mode' macro definition expanded properly.
16515         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
16516         exclude it there.
16517
16518         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
16519         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
16520         `fboundp' test.
16521         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
16522         This is OK to autoload in (S)XEmacs now.
16523
16524 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16525
16526         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
16527         keystroke.
16528         (gnus-summary-limit-to-singletons): Fix typo.
16529
16530         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
16531         else fails.
16532
16533 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16534
16535         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
16536         docstring.
16537
16538         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
16539         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
16540         (gnus-summary-insert-dormant-articles): Fix typo in message.
16541
16542 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
16543
16544         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
16545         nil for XEmacs.
16546         (gnus-message-citation-mode): Don't autoload in XEmacs.
16547
16548         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
16549
16550 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
16551
16552         * nnimap.el (nnimap-expunge-search-string):
16553         Mention nnimap-search-uids-not-since-is-evil in docstring.
16554
16555 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
16556
16557         * spam.el: Revert to make-obsolete-variable because
16558         define-obsolete-variable-alias is not supported in Emacs 21.
16559
16560         * spam.el (spam-ifile-path, spam-ifile-database-path)
16561         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
16562         make-obsolete-variable.
16563         (spam-bsfilter-path, spam-bsfilter-program)
16564         (spam-spamassassin-path, spam-spamassassin-program)
16565         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
16566         Don't use "path" inappropriately.
16567         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
16568         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
16569         variable names.
16570
16571 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
16572
16573         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
16574         summary buffer.
16575
16576         * password.el (password-cache-remove): Use clear-string to burn
16577         password, if available.
16578
16579 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
16580
16581         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
16582
16583         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
16584
16585         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
16586         (gnus-message-highlight-citation): Move defcustom here from
16587         gnus-cite.el.
16588         (gnus-message-citation-mode): Autoload.
16589
16590         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
16591         checks to make it compile with XEmacs.
16592         (gnus-message-citation-mode): New minor mode.
16593         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
16594         (gnus-message-highlight-citation): New variables.
16595         (gnus-message-search-citation-line)
16596         (gnus-message-add-citation-keywords)
16597         (gnus-message-remove-citation-keywords)
16598         (turn-on-gnus-message-citation-mode)
16599         (turn-off-gnus-message-citation-mode): New functions.
16600
16601 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
16602
16603         * gnus-cite.el: Enable highlighting of different citation levels in
16604         message-mode.
16605
16606 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
16607
16608         * message.el (message-make-fqdn): Fix comment.
16609         (message-bogus-system-names): Add ".local".
16610
16611         * spam.el (spam-ifile-path, spam-ifile-program)
16612         (spam-ifile-database-path, spam-ifile-database)
16613         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
16614         Don't use "path" inappropriately.
16615         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
16616         strings.
16617         (spam-check-ifile, spam-ifile-register-with-ifile)
16618         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
16619         Use new variable names.
16620
16621         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
16622         (gnus-treat-display-smileys): Simplify using
16623         gnus-image-type-available-p.
16624
16625         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
16626         available.
16627
16628         * gnus-xmas.el (gnus-xmas-image-type-available-p):
16629         Use `display-images-p' if available.
16630
16631 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16632
16633         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
16634         one after turning on the buffer's multibyteness instead of decoding
16635         them directly in the unibyte buffer that causes unexpected conversion
16636         in Emacs 23 (unicode).
16637
16638 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16639
16640         * message.el (message-generate-hashcash): Fix custom type.
16641
16642 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
16643
16644         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
16645
16646 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
16647
16648         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
16649         disconnect icons.  Add help text.
16650
16651 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
16652
16653         * spam.el (spam-extra-header-to-number): CRM114 spam score is
16654         negated to be consistent with the others we handle.
16655
16656 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16657
16658         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
16659         version of gnus-summary-buffer to something, so that we can use two
16660         article buffers at the same time.
16661
16662 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
16663
16664         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
16665         trigger all the extra headers.
16666         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
16667         sorting.
16668
16669 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16670
16671         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
16672         solid groups.
16673
16674 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
16675
16676         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
16677
16678 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
16679
16680         * legacy-gnus-agent.el: Add Copyright notice.
16681
16682 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
16683
16684         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
16685
16686 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16687
16688         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
16689
16690         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
16691         to make it work reliably in CVS Emacs.
16692         (gnus-summary-limit-strange-charsets-predicate)
16693         (gnus-summary-limit-to-predicate): New functions.
16694
16695 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
16696
16697         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
16698         specifying array size.
16699         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
16700         array if it is too small.
16701         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
16702         (gnus-sort-threads-loop): New function.
16703
16704 2006-12-06  Chris Moore  <dooglus@gmail.com>
16705
16706         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
16707         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
16708
16709 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
16710
16711         * mm-url.el (mm-url-predefined-programs): Call curl with correct
16712         options.
16713
16714 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16715
16716         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
16717         DOS-ing the recipient.
16718
16719         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
16720         the headers when creating the mapping to avoid mismappings.
16721         (nnweb-gmane-create-mapping): Always nix out old mapping.
16722
16723 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16724
16725         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
16726         and mm-verify-option to never.
16727
16728 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16729
16730         * message.el (message-signed-or-encrypted-p): New function.
16731         (message-forward-make-body): Use it.
16732
16733         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
16734         Replace encode-coding-string with mm-encode-coding-string.
16735
16736 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16737
16738         * nneething.el (nneething-decode-file-name):
16739         Replace decode-coding-string with mm-decode-coding-string.
16740
16741         * gnus-int.el (gnus-open-server): Say failed server's name.
16742
16743 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16744
16745         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
16746         strings to a single string.  Quote `errors-file-name'.
16747         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
16748         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
16749         Adjust calls.  Use `shell-quote-argument'.
16750
16751 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
16752
16753         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
16754         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
16755
16756         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
16757         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
16758         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
16759         (gnus-group-make-directory-group, gnus-group-transpose-groups):
16760         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
16761         (gnus-subscribe-newsgroup, gnus-1):
16762         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
16763         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
16764         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
16765         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
16766
16767 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16768
16769         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
16770         keystroke.
16771         (gnus-summary-limit-to-bodies): Implement headersp.
16772
16773 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16774
16775         * dns.el (query-dns): Protect against "Process dns deleted" strings.
16776
16777 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16778
16779         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
16780
16781 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16782
16783         * message.el (message-generate-hashcash): Expand range of values to
16784         include `opportunistic'.
16785         (message-send-mail): Use it.
16786
16787 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16788
16789         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
16790         and comment it.
16791
16792         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
16793
16794 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
16795
16796         * gnus-util.el (gnus-extract-address-components): Improve comment.
16797
16798 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16799
16800         * gnus-util.el (gnus-extract-address-components): Work with address in
16801         which the name portion contains @.
16802
16803         * lpath.el: Fbind custom-autoload.
16804
16805 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16806
16807         * gnus.el (gnus-start): Move custom group up.
16808         (gnus-select-method): Don't autoload, but make it available for
16809         `customize-variable'.
16810         (gnus-getenv-nntpserver): Don't autoload.
16811
16812 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
16813
16814         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
16815
16816 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16817
16818         * message.el (message-sendmail-extra-arguments): New variable.
16819         (message-send-mail-with-sendmail): Use it.
16820
16821 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16822
16823         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
16824         mm-with-unibyte-current-buffer to make string unibyte.
16825
16826         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
16827         mm-string-as-multibyte.
16828
16829 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
16830
16831         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
16832         Reported by Werner Koch <wk@gnupg.org>.
16833
16834 2006-11-14  Daiki Ueno  <ueno@p360>
16835
16836         * mml2015.el: Autoload epa-select-keys when compiling.
16837
16838 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
16839
16840         * mml2015.el (mml2015-epg-sign): Save the signing keys in
16841         message-options.
16842         (mml2015-epg-encrypt): Save the recipient keys in message-options.
16843
16844 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
16845
16846         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
16847         EasyPG (< 0.0.6).
16848         (mml2015-always-trust): New user option.
16849         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
16850         prompt.
16851
16852 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16853
16854         * nntp.el (nntp-authinfo-force): New variable.
16855         (nntp-send-authinfo): Use it.
16856
16857 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
16858
16859         * message.el (message-strip-subject-encoded-words): Allow _not_ to
16860         decode encoded words.  Improve prompt.  Add comment about forwarding.
16861         (message-replacement-char): Move up.
16862
16863 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
16864
16865         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
16866         instead of gnus-intersection because arguments of gnus-sorted-nunion
16867         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
16868
16869 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
16870
16871         * message.el (message-strip-subject-encoded-words): Reformat prompt.
16872         (message-simplify-subject-functions):
16873         Enable message-strip-subject-encoded-words by default.
16874
16875 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
16876
16877         * message.el (message-strip-subject-encoded-words): New function.
16878         (message-simplify-subject-functions): New variable.
16879         (message-simplify-subject): Use it.  Fix typo in doc string.
16880         Support message-strip-subject-encoded-words.
16881
16882 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
16883
16884         * gnus-diary.el (gnus-diary-delay-format-function):
16885         * nndiary.el (nndiary-reminders):
16886         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
16887
16888 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16889
16890         * gnus-art.el (article-hide-boring-headers): Fetch date from
16891         gnus-original-article-buffer to avoid problems with localized date
16892         strings.
16893
16894 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16895
16896         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
16897
16898 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
16899
16900         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16901         New variables.
16902         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16903         (mm-charset-synonym-alist): Move some entries to
16904         mm-codepage-iso-8859-list.
16905         (mm-charset-synonym-alist, mm-charset-override-alist):
16906         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
16907
16908 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16909
16910         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
16911
16912 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16913
16914         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
16915         with Emacs 21 and XEmacs.
16916
16917 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
16918
16919         * spam.el (spam-parse-address): New function for better parsing,
16920         catching errors, etc.
16921         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
16922
16923 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16924
16925         * mm-view.el: Add interactive arg to html2text autoload.
16926
16927 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16928
16929         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
16930
16931 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
16932
16933         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
16934         New variables.
16935         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
16936         (mm-charset-synonym-alist): Move some entries to
16937         mm-codepage-iso-8859-list.
16938
16939         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
16940
16941 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
16942
16943         * message.el (message-citation-line-format)
16944         (message-insert-formated-citation-line): Fix implementation of %E, %N
16945         and %n according to the doc string.
16946
16947 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
16948
16949         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16950         Use car-safe to avoid bad parses.
16951
16952 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16953
16954         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
16955         names.
16956
16957         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
16958
16959 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16960
16961         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
16962         header.
16963
16964         * message.el (message-draft-headers): Add Date.
16965         (message-headers-to-generate): Fix typo in docstring.
16966
16967         * nndraft.el (nndraft-required-headers): New variable.
16968         (nndraft-generate-headers): Use it.
16969
16970         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
16971
16972 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
16973
16974         * gnus-registry.el (gnus-registry-wash-for-keywords)
16975         (gnus-registry-find-keywords): New functions to allow easy searching of
16976         articles that are in the registry.
16977
16978 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
16979
16980         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
16981         Use ietf-drums-parse-address instead of gnus-extract-address-components.
16982         Reported by Damien Elmes <damien@repose.cx>.
16983
16984 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
16985
16986         * gnus.el (gnus-mime): Remove unused custom group.
16987
16988 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16989
16990         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
16991         "blank line" when searching for end of armor headers.
16992
16993 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16994
16995         * gmm-utils.el (gmm-write-region): Fix variable name.
16996
16997 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16998
16999         * gmm-utils.el (gmm-write-region): New function based on compatibility
17000         code from `mm-make-temp-file'.
17001
17002         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
17003
17004         * nnmaildir.el (nnmaildir--update-nov)
17005         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
17006         Use `gmm-write-region'.
17007
17008 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
17009
17010         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
17011         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
17012
17013         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
17014
17015         * message.el (message-replacement-char): New variable.
17016         (message-fix-before-sending): Use it.
17017         (message-simplify-subject): New function to remove duplicate code.
17018         (message-reply, message-followup): Use it.
17019
17020         * gnus-sum.el (gnus-summary-make-menu-bar):
17021         Clarify gnus-summary-limit-to-articles.
17022
17023 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17024
17025         * gnus-util.el (gnus-with-local-quit): New macro.
17026
17027         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
17028
17029 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
17030
17031         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
17032         ignore non-string data.
17033
17034 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17035
17036         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
17037         non-string data (needs to be done in the registry too).
17038
17039 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17040
17041         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
17042         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
17043         (gnus-registry-split-fancy-with-parent)
17044         (gnus-registry-fetch-simplified-message-subject-fast)
17045         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
17046         Remove text properties on ingress into the registry and when it's saved.
17047         (gnus-registry-clean-empty-function): Fix bug with cleaning the
17048         registry from entries with no groups.
17049
17050 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17051
17052         * gnus-util.el (gnus-string-remove-all-properties): Add utility
17053         function to remove string properties.
17054
17055 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
17056
17057         * gmm-utils.el (gmm): Adjust custom version.
17058
17059         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
17060         Adjust custom version.
17061
17062         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
17063
17064 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
17065
17066         * gnus-art.el (gnus-insert-prev-page-button)
17067         (gnus-insert-next-page-button): Simplify.  Reformat.
17068
17069 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
17070
17071         * gnus-art.el (gnus-insert-prev-page-button)
17072         (gnus-insert-next-page-button): Apply gnus-article-button-face.
17073
17074 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
17075
17076         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
17077
17078 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
17079
17080         * gnus-art.el (gnus-insert-mime-button)
17081         (gnus-insert-mime-security-button):
17082         Apply gnus-article-button-face to MIME and security buttons.
17083
17084 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
17085
17086         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
17087         readable.
17088
17089 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17090
17091         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
17092
17093 2006-09-20  Steve Youngs  <steve@sxemacs.org>
17094
17095         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
17096         `browse-url-of-file' instead of `browse-url'.
17097
17098 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17099
17100         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
17101         regexp.  Articles containing quotation were cut prematurely.
17102
17103 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17104
17105         * message.el (message-cite-original-1): Use nobody by default for the
17106         value of From header.
17107         (message-reply): Ditto.
17108
17109 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
17110
17111         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
17112         to the gnus-info.  This fixes a bug of inline-PGP message verification.
17113         Reported by Michael Piotrowski <mxp@dynalabs.de>.
17114
17115 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
17116
17117         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
17118         mails in the doc string.  Add some URLs in comment.
17119         (pop3-movemail): Warn about pop3-leave-mail-on-server.
17120
17121 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17122
17123         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
17124         backslashes handling and the way to find boundaries of quoted strings.
17125
17126 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
17127
17128         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
17129         mml1991-encrypt-to-self is set and mml1991-signers is not set.
17130         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
17131         mml2015-encrypt-to-self is set and mml2015-signers is not set.
17132
17133 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
17134
17135         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
17136         doc string.
17137         (gnus-button-regexp, gnus-button-last): Remove unused variables.
17138
17139 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17140
17141         * lpath.el: Fbind epg-check-configuration.
17142
17143 2006-09-06  Simon Josefsson  <jas@extundo.com>
17144
17145         * mml2015.el (mml2015-use): Doc fix, mention epg.
17146
17147 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
17148
17149         * mml2015.el (mml2015-use): Default to epg, if available.
17150
17151 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
17152
17153         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
17154         message-sender.
17155         (mml1991-epg-encrypt): Ditto.
17156         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
17157         message-sender.
17158         (mml2015-epg-encrypt): Ditto.
17159
17160 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
17161
17162         * message.el (message-send-mail-with-sendmail): Look for sendmail in
17163         several common directories.
17164
17165 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
17166
17167         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
17168         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
17169
17170 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17171
17172         * gnus-art.el (article-decode-encoded-words): Make it fast.
17173
17174 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17175
17176         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
17177
17178         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
17179         in quoted string into `\'.
17180
17181 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17182
17183         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17184         Use standard-syntax-table.
17185
17186 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17187
17188         * gnus-art.el (gnus-decode-address-function): New variable.
17189         (article-decode-encoded-words): Use it to decode headers which are
17190         assumed to contain addresses.
17191         (gnus-mime-delete-part): Remove useless `or'.
17192
17193         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
17194         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
17195         (gnus-nov-parse-line): Use it to decode From header.
17196         (gnus-get-newsgroup-headers): Ditto.
17197         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
17198
17199         * mail-parse.el (mail-decode-encoded-address-region): New alias.
17200         (mail-decode-encoded-address-string): New alias.
17201
17202         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
17203         New function.
17204         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
17205         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
17206         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
17207         (rfc2047-decode-string): Ditto.
17208         (rfc2047-decode-address-region): New function.
17209         (rfc2047-decode-address-string): New function.
17210
17211 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
17212
17213         * message.el (message-caesar-buffer-body): Allow rotating headers.
17214
17215         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
17216
17217         * message.el (message-insert-formated-citation-line): Fix %f.
17218         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
17219
17220 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17221
17222         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
17223         (gnus-bookmark-mouse-available-p): New macro.
17224         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
17225         (gnus-bookmark-bmenu-show-infos): Use it.
17226         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
17227         (gnus-bookmark-bmenu-hide-infos): Ditto.
17228         (gnus-bookmark-remove-properties): New function.
17229         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
17230         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
17231         (gnus-bookmark-write-file): Bind coding-system-for-write.
17232         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
17233         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
17234         group before selecting it.
17235         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
17236         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
17237         quit-window if it is not available; use gnus-mouse-2 and bind it to
17238         gnus-bookmark-bmenu-select-by-mouse.
17239         (gnus-bookmark-show-details): Remove unused variable `details-list'.
17240         (gnus-bookmark-bmenu-select-by-mouse): New function.
17241
17242 2006-08-13  Romain Francoise  <romain@orebokech.com>
17243
17244         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
17245         space.
17246
17247 2006-08-10  Romain Francoise  <romain@orebokech.com>
17248
17249         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
17250         (dns-mode-soa-auto-increment-serial): New user option.
17251         (dns-mode-soa-maybe-increment-serial): New function.
17252         (dns-mode): Add the latter to `write-contents-functions'.
17253
17254 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17255
17256         * compface.el (uncompface): Use binary rather than raw-text-unix.
17257
17258 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17259
17260         * compface.el (uncompface): Make sure the eol conversion doesn't take
17261         place when communicating with the external programs.
17262         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17263
17264 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17265
17266         * nnheader.el (nnheader-insert-head): Fix typo in comment.
17267
17268 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17269
17270         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17271         Make it more robust by parsing author and date independently.
17272
17273 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17274
17275         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
17276
17277 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
17278
17279         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
17280         first matching secret key.
17281         (mml2015-epg-encrypt): Ditto.
17282
17283         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
17284         first matching secret key.
17285         (mml1991-epg-encrypt): Ditto.
17286
17287         * mml2015.el (mml2015-encrypt-to-self): New user option.
17288         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
17289         mml2015-epg-encrypt-to-self is set.
17290
17291         * mml1991.el (mml1991-encrypt-to-self): New variable.
17292         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
17293         mml1991-epg-encrypt-to-self is set.
17294
17295         * mml2015.el (mml2015-signers): New user option.
17296         (mml2015-epg-sign): Reflect the value of mml2015-signers.
17297         (mml2015-epg-encrypt): Allow to select signing keys.
17298
17299         * mml1991.el (mml1991-signers): New variable.
17300         (mml1991-epg-sign): Reflect the value of mml1991-signers.
17301         (mml1991-epg-encrypt): Allow to select signing keys.
17302
17303 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17304
17305         * nnheader.el (nnheader-insert-head): Make it work even if the file
17306         uses CRLF for the line-break code.
17307
17308 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
17309
17310         * mml2015.el: Require mml-sec instead of password.
17311         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
17312         (mml2015-cache-passphrase): Inherit the default value from
17313         mml-secure-cache-passphrase.
17314         (mml2015-passphrase-cache-expiry): Inherit the default value from
17315         mml-secure-passphrase-cache-expiry.
17316
17317         * mml1991.el: Require mml-sec instead of password.
17318         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
17319         (mml1991-cache-passphrase): Inherit the default value from
17320         mml-secure-cache-passphrase.
17321         (mml1991-passphrase-cache-expiry): Inherit the default value from
17322         mml-secure-passphrase-cache-expiry.
17323
17324         * mml-sec.el: Require password.
17325         (mml-secure-verbose): New user option.
17326         (mml-secure-cache-passphrase): New user option.
17327         (mml-secure-passphrase-cache-expiry): New user option.
17328
17329 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
17330             Andreas Vögele  <andreas@altroot.de>   (tiny change)
17331
17332         * pgg-def.el (pgg-truncate-key-identifier):
17333         Truncate the key ID to 8 letters from the end.
17334
17335 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17336
17337         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
17338         workaround for the url package included with Emacs.
17339
17340         * nnweb.el (nnweb-google-create-mapping): Update regexp.
17341
17342 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17343
17344         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
17345         correctly.  This fixes a bug caused by the 2006-05-12 change.
17346
17347 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
17348
17349         * nnmail.el (nnmail-article-group): If splitting raises an error, give
17350         some information about the error when saying that the `bogus' mail
17351         group will be used.
17352
17353 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
17354
17355         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
17356         string.
17357
17358 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
17359
17360         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
17361
17362 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17363
17364         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
17365
17366 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
17367
17368         * mml1991.el (mml1991-function-alist): Add epg.
17369         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
17370         (mml1991-epg-encrypt): New functions.
17371
17372 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
17373
17374         * mml2015.el (mml2015-verbose): New variable.
17375         (mml2015-cache-passphrase): Ditto.
17376         (mml2015-passphrase-cache-expiry): Ditto.
17377         (mml2015-function-alist): Add epg.
17378         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
17379         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
17380         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
17381         New functions.
17382
17383 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17384
17385         * message.el (message-cite-original-1): Preserve region when removing
17386         quoted text due to X-No-Archive in order to avoid bogus attribution
17387         when citing multiple messages.
17388
17389 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17390
17391         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
17392         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
17393
17394 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
17395
17396         * gnus-diary.el (gnus-user-format-function-d)
17397         (gnus-user-format-function-D): Autoload.
17398
17399         * imap.el (Commentary): Fix typo.
17400
17401         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
17402         2006-04-22 contribution.
17403
17404 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17405
17406         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
17407         It didn't really fix the bogosity I'm seeing with solid web groups.
17408
17409 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17410
17411         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
17412         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
17413         created using server names.  If we use the feature without declaring
17414         it, Gnus does not properly manage server and group state.
17415
17416         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
17417         bound.
17418
17419 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17420
17421         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
17422         looking up the method using GROUP's prefix before inventing a new one.
17423         It is used on killed/unknown groups in various places where returning
17424         an all-new method isn't expected by the caller.
17425
17426         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
17427         and match semantics of gnus-group-real-prefix.
17428
17429 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
17430
17431         * nnmail.el (nnmail-broken-references-mailers): New variable.
17432         (nnmail-ignore-broken-references): New function generalizing
17433         nnmail-fix-eudora-headers.
17434         (nnmail-fix-eudora-headers): Now obsolete.
17435
17436         * gnus-art.el (gnus-button-handle-custom):
17437         Support `customize-apropos*'.
17438
17439 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17440
17441         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
17442
17443         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
17444         articles.
17445
17446 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
17447
17448         * message.el (message-cite-reply-above): New variable.
17449         (message-yank-original): Use it.
17450
17451 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17452
17453         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
17454
17455 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
17456
17457         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
17458         as read.
17459
17460         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
17461
17462 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
17463
17464         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
17465         (gnus-bookmark-default-file): Use gnus-directory.
17466         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
17467         Remove "*" in doc string.
17468         (gnus-bookmark-write-file): Simplify.
17469         (gnus-bookmark-maybe-sort-alist): Use `when'.
17470         (gnus-bookmark-get-bookmark): Fix typo in doc string.
17471         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
17472         Add FIXME about Emacs 21 and XEmacs compatibility.
17473         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
17474         compatibility.
17475         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
17476         compatibility.
17477         (gnus-bookmark-menu-heading): Fix version.
17478
17479 2006-06-19  Bastien Guerry  <bzg@altern.org>
17480
17481         * gnus-bookmark.el: New file.
17482
17483 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17484
17485         * message.el (message-syntax-checks): Doc fix.
17486
17487 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17488
17489         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
17490         unsubscribed groups as if they were killed ones.  It causes duplicate
17491         entries in gnus-newsrc-alist.
17492
17493 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17494
17495         * message.el (message-syntax-checks): Doc fix.
17496         (message-send-mail): Add check for continuation headers.
17497         (message-check-news-header-syntax): Fix regexp used to check for
17498         continuation headers.
17499
17500 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17501
17502         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
17503
17504 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
17505
17506         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
17507
17508 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17509
17510         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
17511         default-truncate-lines.
17512
17513 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17514
17515         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
17516         to fill the utf-8 entry.
17517
17518         * lpath.el: Fbind unicode-precedence-list.
17519
17520 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17521
17522         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
17523
17524 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
17525
17526         * gnus-agent.el (directory-files-and-attributes): Move all the way
17527         forward (the third and final move).
17528         (gnus-agent-read-agentview): Trap reconstruction errors due to
17529         nonexistent directory.  Handle by returning nil.
17530
17531 2006-05-30  Didier Verna  <didier@xemacs.org>
17532
17533         * message.el (message-dont-reply-to-names): Update the custom type.
17534         * message.el (message-dont-reply-to-names): New defsubst: potentially
17535         convert a list of regexps into a single one.
17536         * message.el (message-get-reply-headers): Use it.
17537         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
17538
17539 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17540
17541         * gnus-agent.el (directory-files-and-attributes): Move forward.
17542
17543 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
17544
17545         * gnus-ml.el (gnus-mailing-list-subscribe)
17546         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
17547         (gnus-mailing-list-message): Fix doc strings.
17548
17549 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17550
17551         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
17552         of doing it manually.
17553
17554 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
17555
17556         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
17557         comment.
17558
17559 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
17560
17561         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
17562         (gnus-agent-read-agentview): Fix handling of end-of-file error.
17563         (gnus-agent-read-local): All symbols allocated in my-obarray.
17564         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
17565         (gnus-agent-regenerate-group): Check numeric names to see if they are
17566         messages or groups.
17567         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
17568         better way of do this...)
17569
17570         * gnus-cache.el (gnus-agent-total-fetched-for):
17571         Ignore 'dummy.group' (there should be a better way of do this...)
17572
17573 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17574
17575         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
17576         (gnus-saved-headers): Ditto.
17577         (gnus-default-article-saver): Mention functions may have properties.
17578         (gnus-article-save): Override gnus-save-all-headers and
17579         gnus-saved-headers by :headers property which saver function may have.
17580         (gnus-summary-save-in-file): Add :headers property.
17581         (gnus-summary-write-to-file): Ditto.
17582
17583         * gnus-sum.el (gnus-summary-save-article): Bind
17584         gnus-prompt-before-saving to t when saving many articles in a file;
17585         always show all headers.
17586
17587         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
17588
17589 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
17590
17591         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
17592         marks.
17593
17594         * message.el (message-indent-citation): Add optional arguments to allow
17595         using it outside of message buffers.
17596
17597         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
17598         (gnus-article-treat-unfold-headers): Use it.
17599         (gnus-article-truncate-lines): New variable.
17600         (gnus-article-mode): Use it.
17601         (gnus-article-toggle-truncate-lines): New function.
17602
17603         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17604         Add gnus-article-toggle-truncate-lines.
17605
17606         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
17607         coding system in XEmacs, use binary.
17608
17609 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17610
17611         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
17612         after-load-alist.
17613
17614         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
17615         this function should save decoded articles.
17616         (gnus-summary-write-to-file): Use property to specify this function
17617         should save decoded articles and specify gnus-summary-save-in-file
17618         should be used to save articles other than the first one when saving
17619         many articles.
17620         (gnus-summary-save-body-in-file): Use property to specify this
17621         function should save decoded articles.
17622         (gnus-summary-write-body-to-file): Use property to specify this
17623         function should save decoded articles and specify
17624         gnus-summary-save-body-in-file should be used to save articles other
17625         than the first one when saving many articles.
17626
17627         * gnus-sum.el (gnus-summary-save-article): Simplify.
17628
17629 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17630
17631         * gnus-art.el (gnus-default-article-saver):
17632         Add gnus-summary-write-body-to-file.
17633         (gnus-article-save-coding-system): Don't use coding system object
17634         in XEmacs.
17635         (gnus-read-save-file-name): Add optional `dir-var' argument which
17636         specifies directory in which files are saved; work even if optional
17637         `variable' argument is not specified.
17638         (gnus-summary-write-to-file): Read file name.
17639         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
17640         (gnus-summary-write-body-to-file): New function.
17641
17642         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
17643         (gnus-summary-local-variables): Add it.
17644         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
17645         (gnus-summary-save-article): Remove optional `decode' argument;
17646         determine whether to decode articles by the value of
17647         gnus-default-article-saver; when saving many files using
17648         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
17649         it first and use gnus-summary-save-in-file or
17650         gnus-summary-save-body-in-file thereafter unless
17651         gnus-prompt-before-saving is always; move point to article which
17652         will be saved.
17653         (gnus-summary-save-article-file): Revert.
17654         (gnus-summary-write-article-file): Revert.
17655         (gnus-summary-save-article-body-file): Revert.
17656         (gnus-summary-write-article-body-file): New function.
17657
17658 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17659
17660         * gnus-art.el (gnus-default-article-saver): Doc fix.
17661         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
17662         from gnus-summary-save-article-coding-system, and default to a
17663         certain coding system.
17664         (gnus-output-to-file): Add coding cookie and encode text according
17665         to gnus-article-save-coding-system; don't use mm-append-to-file.
17666
17667         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
17668         gnus-art.el and rename to gnus-article-save-coding-system.
17669         (gnus-summary-save-article): Require gnus-art; don't show all
17670         headers if it decodes articles; don't add coding cookie here;
17671         don't bind mm-text-coding-system-for-write.
17672         (gnus-summary-save-article-file): Save decoded articles.
17673         (gnus-summary-write-article-file): When saving many files, use
17674         gnus-summary-write-to-file first and gnus-summary-save-in-file
17675         thereafter unless gnus-prompt-before-saving is always.
17676         (gnus-summary-save-article-body-file): Save decoded articles.
17677
17678         * lpath.el: Fbind select-safe-coding-system for XEmacs.
17679
17680 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17681
17682         * nnrss.el (nnrss-check-group): Bind hash-index.
17683
17684 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
17685
17686         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
17687         its hash index.  Store this hash in `nnrss-group-data'.
17688         (nnrss-read-group-data): Update accordingly.
17689
17690 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17691
17692         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
17693         entry.
17694
17695         * gnus-sum.el (gnus-summary-make-menu-bar):
17696         Add gnus-article-browse-html-article.
17697
17698 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
17699
17700         * gnus-sum.el (gnus-summary-mime-map):
17701         Add gnus-article-browse-html-article.
17702
17703         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
17704
17705 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
17706
17707         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
17708         suitable coding systems in customize.
17709
17710 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
17711
17712         * mail-source.el (mail-sources): Fix custom type.
17713
17714 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17715
17716         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
17717         (gnus-summary-expire-articles-now): Shorten prompt.
17718
17719         * gmm-utils.el (wid-edit): Require.
17720         (defun-gmm): Rename from `gmm-defun-compat'.
17721         (gmm-image-search-load-path): Use it.
17722         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
17723
17724 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17725
17726         * gnus-sum.el (gnus-summary-save-article-coding-system):
17727         New variable.
17728         (gnus-summary-save-article): Add optional `decode' argument.
17729         If it is set and gnus-summary-save-article-coding-system is non-nil,
17730         save decoded article.
17731         (gnus-summary-write-article-file): Save decoded article if
17732         gnus-summary-save-article-coding-system is non-nil.
17733
17734         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
17735         type.
17736
17737 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17738
17739         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
17740
17741 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17742
17743         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
17744         first to test gnus-single-article-buffer which may be buffer-local.
17745
17746         * gnus-sum.el (gnus-summary-setup-buffer):
17747         Make gnus-single-article-buffer buffer-local and nil in ephemeral
17748         group; make gnus-article-buffer, gnus-article-current, and
17749         gnus-original-article-buffer always buffer-local.
17750         (gnus-summary-exit): Kill article buffer belonging to ephemeral
17751         group.
17752         (gnus-handle-ephemeral-exit): Don't move to next summary line.
17753
17754 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
17755
17756         * nnml.el (nnml-request-compact-group): Compressed files might not
17757         have .gz extension.
17758
17759 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17760
17761         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
17762         (mm-copy-to-buffer): Use with-current-buffer.
17763         (mm-display-part): Simplify.
17764         (mm-inlinable-p): Add optional arg `type'.
17765
17766 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17767
17768         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
17769         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
17770         Try harder to show the attachment internally or externally using
17771         gnus-mime-view-part-as-type.
17772
17773 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
17774
17775         * message.el (message-from-style, message-signature-separator)
17776         (message-user-organization-file, message-send-mail-function)
17777         (message-citation-line-function, message-yank-prefix)
17778         (message-indent-citation-function, message-signature)
17779         (message-signature-file, message-signature-insert-empty-line):
17780         Remove autoloads.
17781
17782         * gnus-art.el (gnus-buttonized-mime-types):
17783         Remove "multipart/signed".  Revert 2006-04-26 change.
17784
17785 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17786
17787         * gnus.el (gnus-version-number): Bump version.
17788
17789 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17790
17791         * gnus.el: No Gnus v0.5 is released.
17792
17793 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17794
17795         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
17796         fetching articles by message-id.
17797
17798 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17799
17800         * message.el (hashcash): Require hashcash as normal.
17801
17802         * ecomplete.el (ecomplete-highlight-match-line):
17803         Use point-at-eol.
17804         (ecomplete-highlight-match-line): Use `highlight', because that
17805         face exists in both Emacs and XEmacs.
17806
17807         * message.el (message-display-abbrev): Use point-at-bol.
17808
17809         * mail-source.el: Don't require timer/timer-funcs.
17810
17811         * gnus-async.el: Ditto.
17812
17813         * password.el: Ditto.
17814
17815         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
17816
17817         * mm-url.el: Ditto.
17818
17819         * gnus-xmas.el: Don't require timer-funcs.
17820
17821         * mm-util.el: Require timer/timer-funcs.
17822
17823 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17824
17825         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
17826         Close.
17827
17828 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17829
17830         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
17831         unibyte after clear-decrypt function runs.
17832
17833         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
17834         returns as a unibyte string.
17835
17836 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17837
17838         * lpath.el: Revert.
17839
17840         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
17841         (pgg-gpg-process-sentinel): Revert.
17842
17843         * pgg-pgp.el (pgg-pgp-process-region): Revert.
17844         (pgg-pgp-lookup-key): Revert.
17845
17846         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
17847         (pgg-pgp5-lookup-key): Revert.
17848
17849         * pgg.el (pgg-fetch-key): Revert.
17850
17851 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17852
17853         * lpath.el: Fbind string-as-multibyte for XEmacs.
17854
17855         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
17856         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
17857         (mml1991-pgg-encrypt): Ditto.
17858
17859         * pgg-gpg.el (pgg-string-to-multibyte): New function.
17860         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
17861         a multibyte buffer.
17862
17863         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
17864         (pgg-pgp-lookup-key): Ditto.
17865
17866         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
17867         (pgg-pgp5-lookup-key): Ditto.
17868
17869         * pgg.el (pgg-fetch-key): Ditto.
17870
17871 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
17872
17873         * message.el (message-user-organization-file): Check several
17874         locations of the organization file.
17875
17876         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
17877         Add gnus-article-view-part-as-type.
17878
17879         * gnus-art.el (gnus-article-view-part-as-type): New function.
17880
17881         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
17882         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
17883
17884         * mml.el: Simplify autoload.
17885         (mml-mode): defvar dnd-protocol-alist instead of using
17886         symbol-value.
17887         (mml-default-directory): New variable.
17888         (mml-minibuffer-read-file): Use it.
17889         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
17890
17891         * message.el (message-citation-line-format): New variable.
17892         (message-insert-formated-citation-line): New function.
17893         (message-citation-line-function):
17894         Add `message-insert-formated-citation-line' to custom type.
17895
17896         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
17897         to doc string.
17898
17899         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
17900         depending on mm-verify-option.
17901
17902 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17903
17904         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
17905         binding pgg-* variables; reimplement the section which prevents
17906         MIME header from being signed.
17907         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
17908         pgg-text-mode; remove a blank line at the top of body.
17909
17910         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
17911         lines at the top of body; use gnus-newsgroup-charset if there's no
17912         Charset header.
17913
17914 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17915
17916         * message.el (message-self-insert-commands): Doc fix.
17917
17918         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
17919         (mm-uu-pgp-encrypted-test): Ditto.
17920         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
17921         between header and body; return application/pgp-encrypted handle
17922         if decryption failed; decode decrypted body by charset.
17923
17924         * mm-decode.el (mm-automatic-display): Don't make application/pgp
17925         element match to application/pgp-*.
17926
17927 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
17928
17929         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
17930         HTML.
17931
17932 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17933
17934         * mail-source.el (mail-source-call-script): Message the error
17935         string.
17936
17937 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17938
17939         * gnus-util.el (gnus-byte-compile): Use it.
17940
17941 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
17942
17943         * gnus-util.el (kill-empty-logs): New function.
17944
17945 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17946
17947         * message.el (message-mail-alias-type): Doc fix.
17948         (message-mail-alias-type-p): New function.
17949         (message-send): Use it.
17950         (message-mode): Ditto.
17951         (message-strip-forbidden-properties): Ditto.
17952
17953         * ecomplete.el (ecomplete-database-file-coding-system):
17954         New variable.
17955         (ecomplete-save): Use it.
17956         (ecomplete-setup): Use it.
17957
17958 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17959
17960         * message.el (message-self-insert-commands): New variable.
17961         (message-strip-forbidden-properties): Use it.
17962
17963 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17964
17965         * message.el (message-put-addresses-in-ecomplete): Use a regexp
17966         that doesn't make XEmacs choke.
17967
17968 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
17969
17970         * gnus-util.el (gnus-replace-in-string):
17971         Prefer replace-regexp-in-string over of replace-in-string.
17972
17973 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17974
17975         * gnus-util.el (gnus-select-frame-set-input-focus):
17976         Use select-frame-set-input-focus if it is available in XEmacs; use
17977         definition defined in Emacs 22 for old Emacsen.
17978
17979         * dgnushack.el: Autoload unmorse-region for XEmacs.
17980
17981         * lpath.el: Bind cursor-in-non-selected-windows and
17982         select-frame-set-input-focus for XEmacs.
17983
17984 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17985
17986         * mm-view.el (mm-inline-text): Use equal instead of equalp.
17987
17988 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
17989
17990         * gnus-registry.el (gnus-registry-cache-save): Remove text
17991         properties when saving via the temp buffer.
17992
17993 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17994
17995         * message.el (message-generate-hashcash): Honor custom type.
17996
17997 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17998
17999         * message.el (message-generate-hashcash): Default to non-nil when
18000         hashcash is found.
18001
18002         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
18003         (gnus-refer-thread-limit): Increase default to 500.
18004
18005         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
18006
18007         * flow-fill.el (fill-flowed): Allow delete-space.
18008
18009 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
18010
18011         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18012         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
18013         Remove autoloads.
18014
18015 2006-04-18  Simon Josefsson  <jas@extundo.com>
18016
18017         * message.el (message-generate-hashcash): Default to.
18018
18019 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18020
18021         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
18022         concatenating segments rather than before concatenating them.
18023
18024 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
18025
18026         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
18027
18028 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18029
18030         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
18031
18032         * message.el (message-forward-make-body-plain):
18033         Allow message-forward-ignored-headers to be a list.
18034         (message-remove-ignored-headers): Factor out into function.
18035         (message-forward-make-body-mml): Use it.
18036
18037         * imap.el (imap-quote-specials): New function.
18038         (imap-login-auth): Quote specials.
18039
18040         * rfc2231.el (rfc2231-parse-string): Remove dead code.
18041         (rfc2231-parse-string): Allow concatanation of parameters that
18042         aren't contiguous.  The test case is
18043           (mail-header-parse-content-type "message/external-body;
18044             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
18045             access-type=LOCAL-FILE;
18046             name*1*=plugh%2fhello-sailor%2fbing.pdf")
18047
18048 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
18049
18050         * nntp.el (nntp-accept-process-output): Return the value of
18051         `nnheader-accept-process-output'.
18052
18053 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18054
18055         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
18056         (gnus-button-alist): Recognize more diff formats.
18057         (gnus-button-patch): Strip directory.
18058
18059 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
18060
18061         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
18062         Emacs 22 when setting focus.
18063
18064 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18065
18066         * gnus-art.el (gnus-article-treat-types): Do treatment of
18067         text/x-verbatim parts.
18068         (gnus-button-patch): New command.
18069
18070         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
18071         addresses that contain invalid characters.
18072
18073 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18074
18075         * message.el (message-put-addresses-in-ecomplete):
18076         Use gnus-replace-in-string.
18077         (message-is-yours-p): Use the more correct
18078         mail-header-parse-address instead of
18079         mail-extract-address-components.
18080         (message-put-addresses-in-ecomplete): Fix typo.
18081
18082         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
18083         keystroke.
18084
18085         * gnus-art.el (gnus-treatment-function-alist): Change order of
18086         newsgroups/generic header folding to avoid double-folding.
18087
18088         * message.el (message-hidden-headers): Add X-Draft-From.
18089
18090         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
18091         New command.
18092         (gnus-summary-repeat-search-article-backward): New command.
18093
18094         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
18095         groups in the parent topic.
18096
18097 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
18098
18099         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
18100         (spam-extra-header-to-number): Return the CRM114 number as a
18101         number instead of a string.
18102
18103 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18104
18105         * gnus-art.el (gnus-face-properties-alist): Move here from
18106         gnus-fun.
18107
18108         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
18109
18110 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18111
18112         * message.el (message-strip-forbidden-properties): Only display on
18113         self-insert-command.
18114
18115         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
18116         reindent.
18117         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
18118
18119 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
18120
18121         * smiley.el (smiley-style): Fix typo.
18122
18123 2006-03-23  Kenichi Handa  <handa@m17n.org>
18124
18125         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
18126         instead of set-buffer-multibyte.
18127
18128 2006-03-23  Kenichi Handa  <handa@m17n.org>
18129
18130         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
18131         buffer and then decode the buffer text if necessary.
18132         (rfc2231-encode-string): Be sure to work on multibyte buffer at
18133         first, and after mm-encode-body, change the buffer to unibyte.
18134
18135 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18136
18137         * hashcash.el (hashcash-insert-payment-async-2):
18138         Use message-goto-eoh instead of doing it manually.
18139         (mail-add-payment): Use message-narrow-to-header instead of trying
18140         to do the same itself.
18141
18142         * message.el (message-hidden-headers): Add Face.
18143
18144         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
18145         reparenting code.
18146         (gnus-summary-reparent-children): Refactored out code.
18147         (gnus-summary-thread-map): New keystroke.
18148         (gnus-summary-reparent-children): Make into command.
18149
18150         * smiley.el (smiley-style): Default to `medium' if using a large
18151         font.
18152
18153         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
18154         does it itself.
18155
18156         * message.el (message-point-in-header-p): Simplify definition.
18157
18158 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18159
18160         * nnagent.el (nnagent-request-set-mark): Silence log file
18161         writing.
18162         (nnagent-request-set-mark): Use write-region instead of
18163         append-to-file.
18164
18165         * gnus-sum.el (gnus-read-header): Fudge article number if using a
18166         strange select method.
18167
18168         * ecomplete.el (ecomplete-display-matches): Get highlightling
18169         right.
18170         (ecomplete-display-matches): Use literals.
18171         (ecomplete-display-matches): Disable message logging.
18172
18173         * message.el (message-display-abbrev): Small optimization.
18174
18175         * ecomplete.el (ecomplete-display-matches): Allow automatic
18176         display.
18177
18178         * message.el (message-strip-forbidden-properties):
18179         Display abbrevs.
18180         (message-display-abbrev): Get automatic display right.
18181
18182         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
18183         keystrokes.
18184
18185 2006-04-13  Romain Francoise  <romain@orebokech.com>
18186
18187         TODO: Backport to v5-10!
18188
18189         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
18190         Move here (and rename) from gnus-registry.el.
18191
18192         * gnus-registry.el: Require gnus-util.
18193         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
18194
18195 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18196
18197         * gnus-group.el (gnus-group-catchup-current):
18198         Change if-then-else-if-then-else into cond.
18199         (gnus-group-catchup): Indent.
18200         (group-name-at-point): New function.
18201         (gnus-fetch-group): Provide default from thing at point.
18202
18203 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18204
18205         * message.el (message-display-abbrev): Fix regexp.
18206
18207         * ecomplete.el (ecomplete-highlight-match-line):
18208         Reimplement choosing.
18209         (ecomplete-highlight-match-line): Fix up code rewrite, remove
18210         dead variables.
18211
18212         * message.el (message-newline-and-indent): Remove debugging.
18213         (message-display-abbrev): Use new implementation.
18214
18215 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
18216
18217         * gnus-art.el (gnus-article-mode):
18218         Set cursor-in-non-selected-windows to nil.
18219
18220         * smiley.el: Revert previous change.
18221         (smiley-data-directory): defvar it before using it in the
18222         defcustom of `smiley-style'.
18223
18224 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18225
18226         * message.el (message-newline-and-indent): New function.
18227
18228         * ecomplete.el: Implement more bits.
18229
18230         * message.el (message-put-addresses-in-ecomplete): Clean up the
18231         string.
18232
18233         * ecomplete.el (ecomplete-add-item): Chop off decimals.
18234
18235         * gnus-sum.el (gnus-summary-save-parts):
18236         Bind gnus-summary-save-parts-counter and use it to make unique file
18237         names.
18238
18239         * gnus-art.el (gnus-ignored-headers): Add some more headers.
18240
18241         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
18242         parameter to say whether to actually parse the individual
18243         addresses.
18244
18245         * message.el (message-put-addresses-in-ecomplete): New function.
18246         (ecomplete): Require.
18247         (message-mail-alias-type): Add ecomplete as an option.
18248
18249 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
18250
18251         * flow-fill.el (fill-flowed): Remove trailing space from blank
18252         quoted lines.
18253
18254 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18255
18256         * smiley.el (smiley-style): Move definition later to avoid a
18257         compilation warning.
18258
18259 2006-04-12  Kenichi Handa  <handa@m17n.org>
18260
18261         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
18262         buffer and then decode the buffer text if necessary.
18263         (rfc2231-encode-string): Be sure to work on multibyte buffer at
18264         first, and after mm-encode-body, change the buffer to unibyte.
18265         Use mm-disable-multibyte instead of set-buffer-multibyte.
18266
18267 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18268
18269         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
18270         Content-Type header instead of Content-Disposition header.
18271         (gnus-mime-inline-part): Ditto.
18272         (gnus-mime-view-part-as-charset): Ignore charset that the part
18273         specifies.
18274
18275         * mm-decode.el (mm-display-part): Work with external parts and
18276         usual parts similarly.
18277
18278         * mm-extern.el (mm-inline-external-body): Use mm-display-part
18279         instead of gnus-display-mime.
18280
18281         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
18282         instead of with-temp-buffer.
18283
18284         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
18285         tag to summarized topics part in order to encode non-ASCII text.
18286
18287 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
18288
18289         * smiley.el (smiley-style): New variable.
18290         (smiley-directory): New function.
18291         (smiley-data-directory): Derive from `smiley-style' using
18292         `smiley-directory'.
18293         (smiley-regexp-alist): Add new entries.
18294
18295         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
18296         (gnus-article-browse-delete-temp): Add :version.
18297
18298 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
18299
18300         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
18301         the sieve region.
18302
18303 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18304
18305         * gnus.el (gnus-version-number): Bump version.
18306
18307 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
18308
18309         * gnus.el: No Gnus v0.4 is released.
18310
18311 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18312
18313         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
18314         layout.
18315
18316         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
18317         unknown charset.
18318
18319         * message.el (message-header-synonyms): Add Original-To to the
18320         default.
18321
18322         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
18323         optional parameter.
18324
18325 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
18326
18327         * gnus-fun.el (gnus): Require it for gnus-directory.
18328
18329 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18330
18331         * gnus-fun.el (gnus-face-properties-alist): Add :version.
18332
18333 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
18334
18335         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
18336
18337 2006-04-05  Simon Josefsson  <jas@extundo.com>
18338
18339         * password.el (password-reset): New function.
18340
18341 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
18342
18343         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
18344         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
18345
18346 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18347
18348         * nnweb.el (nnweb-google-create-mapping): Update regexp.
18349         Some whitespace was matched into the url, which broke browsing hits
18350         > 100 when mm-url-use-external was nil.
18351
18352 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
18353
18354         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18355         Check gnus-extra-headers for 'Newsgroups.
18356
18357         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
18358         bound.
18359
18360 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
18361
18362         * pgg-gpg.el: Clean up process buffers every time gpg processes
18363         complete.
18364
18365 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
18366
18367         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
18368         doc string.
18369
18370 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
18371
18372         * pgg-gpg.el (pgg-gpg-process-filter)
18373         (pgg-gpg-wait-for-completion): Check if buffer is alive.
18374
18375         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
18376         lines, temporary fix.
18377
18378 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
18379
18380         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
18381
18382 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
18383
18384         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
18385         default-enable-multibyte-characters.  This reverts the change from
18386         revision 6.17 which is no longer necessary because the passphrase
18387         is sent separately now.  GnuPG messages are unreadable under
18388         multibyte locales with default-enable-multibyte-characters set to
18389         nil.
18390
18391 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
18392
18393         * message.el (message-tool-bar-gnome): Move "spell".
18394
18395 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
18396
18397         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
18398         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
18399         instead.
18400
18401 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
18402
18403         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18404         Improve newsgroups handling for NNTP overviews which don't include
18405         Newsgroups.
18406
18407 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18408
18409         * message.el (message-resend): Bind message-generate-hashcash to nil.
18410
18411 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18412
18413         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
18414         when searching for already-paid recipients.
18415
18416 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
18417
18418         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
18419         passphrases when it is not needed.
18420         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
18421         passphrase stuff from gpg, should only be necessary when you use
18422         gpg with a smartcard.
18423
18424 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18425
18426         * mml.el (mml-insert-mime): Ignore cached contents of
18427         message/external-body part.
18428
18429         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
18430         (mm-insert-part): Ditto.
18431
18432 2006-03-23  Simon Josefsson  <jas@extundo.com>
18433
18434         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
18435         Reiner.
18436         (pgg-gpg-use-agent-p): Use it again.
18437
18438 2006-03-23  Simon Josefsson  <jas@extundo.com>
18439
18440         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
18441         older emacsen.
18442         (pgg-gpg-use-agent-p): Don't use it.
18443
18444 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
18445
18446         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
18447         if we can.
18448
18449 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
18450
18451         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
18452         (pgg-gpg-update-agent): New function.
18453         (pgg-gpg-use-agent-p): New function.
18454         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
18455         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
18456         (pgg-gpg-sign-region): Use it.
18457
18458 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18459
18460         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
18461         Reported by Ralf Wachinger <rwachinger@gmx.de>.
18462
18463 2006-03-21  Simon Josefsson  <jas@extundo.com>
18464
18465         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
18466         <wilde@sha-bang.de>.
18467         (pgg-gpg-use-agent): New variable.
18468         (pgg-gpg-process-region): Use it.
18469         (pgg-gpg-encrypt-region): Likewise.
18470         (pgg-gpg-encrypt-symmetric-region): Likewise.
18471         (pgg-gpg-decrypt-region): Likewise.
18472         (pgg-gpg-sign-region): Likewise.
18473         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
18474
18475 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
18476
18477         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
18478
18479         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18480         Add comment on version.
18481
18482 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
18483
18484         * smiley.el: Add missing test smiley.
18485
18486 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18487
18488         * mm-decode.el (mm-with-part): New macro.
18489         (mm-get-part): Use it; work with message/external-body as well.
18490         (mm-save-part): Treat name and filename equally.
18491
18492         * mm-extern.el (mm-extern-cache-contents): New function.
18493         (mm-inline-external-body): Use it; force the part to be displayed;
18494         move undisplayer added to the cached handle to the parent.
18495
18496         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
18497         (gnus-mime-view-part-as-type): Work with message/external-body.
18498
18499         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
18500
18501 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
18502
18503         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
18504         images in image-load-path.  [Sync with image.el, revision 1.60, in
18505         Emacs.]
18506
18507 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
18508
18509         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
18510         path rather than symbol.  Always return list of directories.
18511         Guarantee that image directory comes first.  [Sync with image.el,
18512         revision 1.59, in Emacs.]
18513
18514         * message.el (message-make-tool-bar): Adjust to new API of
18515         `gmm-image-load-path-for-library'.
18516
18517         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18518
18519         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18520
18521 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18522
18523         * gnus-art.el (gnus-article-only-boring-p):
18524         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
18525         intangible text.
18526         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
18527
18528 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
18529
18530         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
18531         Use `defun' instead of `gmm-defun-compat'.
18532
18533 2006-03-14  Simon Josefsson  <jas@extundo.com>
18534
18535         * message.el (message-unique-id): Don't use message-number-base36
18536         if (user-uid) is a float.
18537         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
18538
18539 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18540
18541         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
18542
18543         * gnus-art.el (gnus-mime-display-single): Make sure there is an
18544         empty line between a part and a message part.
18545
18546 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
18547
18548         * smiley.el: Add more test smileys.
18549         (smiley-data-directory, smiley-regexp-alist)
18550         (gnus-smiley-file-types): Fix doc strings.
18551         (smiley-update-cache): Clear smiley-cached-regexp-alist before
18552         adding new elements.
18553         (smiley-mouse-map): Unused code.  Make it a comment.
18554
18555 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18556
18557         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
18558         scan latest NoCeM messages instead of old ones.
18559         (gnus-nocem-check-article): Fix regexps so as to match to PGP
18560         delimiters that are recently used.
18561         (gnus-nocem-load-cache): Add autoload cookie.
18562
18563         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
18564
18565         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
18566         level which is larger than gnus-use-nocem is specified.
18567
18568         * gnus-group.el (gnus-group-get-new-news): Ditto.
18569
18570 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
18571
18572         * gnus-util.el (gnus-tool-bar-update): New function.
18573
18574         * gnus-group.el (gnus-group-update-tool-bar): New variable.
18575         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
18576
18577         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
18578
18579         * gnus-group.el (gnus-group-redraw-when-idle)
18580         (gnus-group-redraw-check): Remove.
18581         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
18582
18583 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18584
18585         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
18586         if optional last element is specified in splits (FIELD VALUE...).
18587
18588 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
18589
18590         * message.el (message-make-tool-bar): Rename gmm-image-load-path
18591         to gmm-image-load-path-for-library.  Call with no-error argument.
18592         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
18593
18594         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18595
18596         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
18597
18598         * gmm-utils.el (gmm-image-load-path): Remove alias.
18599
18600 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
18601
18602         * gmm-utils.el (gmm-image-load-path): Add alias.
18603
18604         * nnml.el (nnml-generate-nov-databases-directory): Rename from
18605         nnml-generate-nov-databases-1.
18606         (nnml-generate-nov-databases): Use it.
18607         (nnml-generate-nov-databases-directory): Document no-active
18608         argument.
18609
18610         * gmm-utils.el (gmm-image-load-path-for-library): Return single
18611         directory if path is t.  Add no-error.
18612
18613         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
18614         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
18615
18616         * gnus-art.el (gnus-article-browse-delete-temp-files):
18617         Simplify resetting gnus-article-browse-html-temp-list.
18618
18619         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
18620         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
18621         Add example to docstring.  Rename local variables.  Move error
18622         checks to default case in cond and simplify.
18623
18624 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18625
18626         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
18627         handle is multipart when calling it recursively.
18628         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
18629
18630 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
18631
18632         * nnimap.el (nnimap-request-update-info-internal): Optimize.
18633         Don't `gnus-uncompress-range' to avoid excessive memory usage.
18634
18635 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18636
18637         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
18638         is loaded.
18639
18640         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
18641         loaded.
18642
18643 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
18644
18645         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
18646         to "Emacs 23 (unicode)" in doc string.
18647
18648         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
18649         "Emacs 23 (unicode)" in comment.
18650
18651 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18652
18653         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
18654
18655         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
18656         characters 160 through 255 in Emacs 23.
18657
18658 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
18659
18660         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
18661         gnus-article-browse-html-temp.
18662         (gnus-article-browse-delete-temp): Make it customizable.
18663         Add `file'.  Adjust doc string.
18664         (gnus-article-browse-delete-temp-files): Add argument.
18665         Allow query for each file.  Adjust doc string.
18666         (gnus-article-browse-html-parts):
18667         Add `gnus-article-browse-delete-temp-files' to
18668         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
18669
18670 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
18671
18672         * gnus-art.el (gnus-article-browse-html-temp)
18673         (gnus-article-browse-delete-temp): New variables.
18674         (gnus-article-browse-delete-temp-files): New function.
18675         (gnus-article-browse-html-parts): Use it.
18676
18677 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
18678
18679         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
18680
18681         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
18682         string.
18683
18684         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
18685         gnus-summary-insert-new-articles when unplugged.
18686         Remove gnus-summary-search-article-forward.
18687
18688         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
18689         display-visual-class instead of display-color-cells.
18690
18691 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18692
18693         * dgnushack.el: Autoload customize-group for XEmacs.
18694
18695         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
18696         message/* containing non-ASCII text properly.
18697
18698 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
18699
18700         * message.el: Require gmm-utils, remove autoloads.
18701         (message-tool-bar): Set default based on
18702         gmm-tool-bar-style.
18703         (message-tool-bar-gnome): Add gmm-customize-mode.
18704
18705         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
18706         gmm-tool-bar-style.
18707         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
18708
18709         * gnus-group.el (gnus-group-tool-bar): Set default based on
18710         gmm-tool-bar-style.
18711         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
18712
18713         * gmm-utils.el (gmm-image-directory): Rename variable from
18714         gmm-image-load-path.
18715         (gmm-image-load-path): Use gmm-image-directory.
18716         (gmm-customize-mode): New function.
18717         (gmm-tool-bar-style): New variable.
18718
18719         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
18720         gnus-group-redraw-line-number.
18721         (gnus-group-redraw-check): Simplify.
18722         (gnus-group-tool-bar-update): Remove redraw check.
18723         (gnus-group-make-tool-bar): Add redraw check.
18724
18725 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
18726
18727         * gnus-art.el (gnus-button): Add missing parentheses.
18728
18729 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18730
18731         * lpath.el: Fbind line-number-at-pos.
18732
18733 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18734
18735         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
18736
18737 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
18738
18739         * gnus-art.el (gnus-button): New face.
18740         (gnus-article-button-face): Use it.
18741
18742         * gnus-sum.el (gnus-summary-tool-bar-gnome):
18743         Add gnus-summary-next-page.  Re-order.
18744
18745         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
18746         next-node are now included.
18747         (gnus-group-redraw-line-number): New internal variable.
18748         (gnus-group-redraw-check): Helper function for updating the tool
18749         bar.
18750         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
18751
18752         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
18753
18754         * spam.el (spam-spamassassin-score-regexp): New internal variable.
18755         (spam-extra-header-to-number, spam-check-spamassassin-headers):
18756         Use it to match format of Spamassassin 3.0 and later.
18757         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
18758         (spam-check-bogofilter)
18759         (spam-bogofilter-register-with-bogofilter): Fix args of
18760         `gnus-error' calls.
18761
18762 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
18763
18764         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
18765         unnecessary interaction when sending queued mails.
18766         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
18767
18768 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
18769
18770         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
18771         first or last are nil.
18772
18773 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
18774
18775         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
18776
18777 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18778
18779         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
18780
18781 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18782
18783         * dns.el (query-dns): Protect more against buggy tcp output.
18784
18785 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18786
18787         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
18788         nov.php.
18789
18790 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18791
18792         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
18793         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
18794         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
18795         output on the server side.
18796         (nnweb-google-create-mapping): Update regexps and add some
18797         progress indication.
18798
18799 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
18800
18801         * gnus-group.el (gnus-group-tool-bar-gnome):
18802         Fix gnus-agent-toggle-plugged.  Re-order icons.
18803         (gnus-group-tool-bar-gnome):
18804         Add gnus-group-{prev,next}-unread-group.
18805         (gnus-group-tool-bar-gnome): Re-order icons.
18806
18807         * gnus-sum.el (gnus-summary-tool-bar-gnome):
18808         Move gnus-summary-insert-new-articles.
18809
18810         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
18811         Fix comments.
18812
18813         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
18814         also available in Emacs 21.3.
18815
18816         * message.el (message-fix-before-sending): Change "Emacs 22" to
18817         "Emacs 23 (unicode)" in comment.
18818
18819         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
18820         "Emacs 23 (unicode)" in comment.
18821
18822         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
18823         comment.
18824         (mm-coding-system-p): Add comment about no-MULE XEmacs.
18825
18826         * mm-view.el (mm-fill-flowed): Add :version.
18827
18828 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18829
18830         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
18831         and load-path.
18832
18833 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
18834
18835         * message.el: Autoload gmm-image-load-path.
18836         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
18837         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
18838         consitency.
18839
18840         * gmm-utils.el (gmm-image-load-path): Also search in
18841         "../etc/images".  Don't set gmm-image-load-path if we don't find
18842         the image.
18843
18844 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18845
18846         * gmm-utils.el (gmm-image-load-path): Don't make
18847         `gmm-image-load-path' include subdirectories which the second arg
18848         `image' might specify.
18849
18850         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
18851         subdirectory to icon file names.
18852
18853         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
18854
18855 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
18856
18857         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
18858         gmm-image-load-path calls.
18859
18860         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18861
18862         * message.el (message-make-tool-bar): Ditto.
18863
18864         * mml.el (mml-preview): Add comment concerning tool bar icons.
18865
18866         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
18867         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
18868
18869         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
18870         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
18871
18872         * message.el (message-tool-bar-gnome): Use new icon names.
18873         (message-make-tool-bar): Use `gmm-image-load-path'.
18874
18875         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
18876         New functions from MH-E.
18877         (gmm-image-load-path): New variable from MH-E.
18878         (gmm-image-load-path): New function from MH-E.  Add arguments
18879         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
18880         *-image-load-path-called-flag.
18881
18882 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
18883
18884         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
18885
18886 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
18887
18888         * nnimap.el (nnimap-request-move-article): Change folder back to
18889         source group before deleting.
18890
18891 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
18892
18893         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
18894
18895         * gnus-art.el (mm-url-insert-file-contents-external):
18896         Autoload mm-url.
18897
18898         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
18899
18900 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18901
18902         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
18903         coding system which mm-charset-to-coding-system returns for a
18904         given charset is valid.
18905
18906 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
18907
18908         * html2text.el (html2text-remove-tag-list):
18909         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
18910
18911 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
18912
18913         * gnus-cus.el: Revert 2005-10-17 change.
18914
18915 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18916
18917         * gnus-art.el (article-strip-banner):
18918         Call article-really-strip-banner only when the regexp match is made.
18919
18920 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18921
18922         * gnus-art.el (article-strip-banner):
18923         Use gnus-extract-address-components instead of
18924         mail-header-parse-addresses to make it work with non-ASCII text;
18925         remove mail-encode-encoded-word-string.
18926
18927         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
18928         values which are surrounded with \"...\"; make it never cause a
18929         Lisp error; give up parsing of parameters if it failed in
18930         extracting type.
18931
18932 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
18933
18934         * smime.el (smime-cert-by-ldap-1): Fix bug where
18935         `smime-ldap-search' returns results without userCertificates.
18936
18937 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18938
18939         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
18940
18941 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
18942
18943         * spam.el (spam-check-spamassassin-headers): Adapt format for
18944         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
18945         <ari@mbf.ocn.ne.jp>.
18946         (spam-list-of-processors): Add spam-use-gmane.
18947
18948 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18949
18950         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
18951         make-temp-file; make it work with XEmacs as well.
18952
18953         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
18954         mm-make-temp-file.
18955
18956         * mm-decode.el (mm-display-external): Use the 3rd arg of
18957         mm-make-temp-file.
18958         (mm-create-image-xemacs): Ditto.
18959
18960 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18961
18962         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
18963         with message-narrow-to-headers.
18964         (gnus-draft-setup): Narrow to header to run message-fetch-field.
18965         (gnus-draft-check-draft-articles): New function.
18966         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
18967
18968 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
18969
18970         * gnus-art.el (gnus-article-browse-html-parts):
18971         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
18972         Don't use suffix argument for mm-make-temp-file for Emacs 21
18973         compatibility.  Remove useless `format'.
18974
18975 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
18976
18977         * nnweb.el (nnweb-google-wash-article): Update regexps.
18978         (nnweb-group-alist): Use defvoo instead of defvar.
18979
18980 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18981
18982         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
18983         re-loading nn* modules.
18984
18985 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
18986
18987         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
18988         for `tool-bar-mode' and don't check it's default-value.
18989
18990         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
18991
18992         * message.el (message-make-tool-bar): Ditto.
18993
18994         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
18995         `substring'.  Shorten tmp-file name.
18996
18997         * gnus.el: Remove bogus comment.
18998
18999 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
19000
19001         * gnus-art.el (gnus-article-browse-html-parts): New function.
19002         (gnus-article-browse-html-article): New function for viewing html
19003         articles with a browser.
19004
19005 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
19006
19007         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
19008         in elisp.
19009         (pgg-gpg-encrypt-symmetric-region): Ditto.
19010         (pgg-gpg-sign-region): Ditto.
19011
19012         * pgg-def.el (pgg-text-mode): New variable.
19013
19014         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
19015         (mml2015-pgg-encrypt): Ditto.
19016
19017         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
19018         (mml1991-pgg-encrypt): Ditto.
19019
19020 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19021
19022         * nnfolder.el (nnfolder-insert-newsgroup-line):
19023         Use message-make-date instead of current-time-string.
19024
19025         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
19026         to gnus-decoded which mm-uu might set.
19027
19028 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19029
19030         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
19031         don't decode quoted parameters; remove misimported Emacs code.
19032         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19033         (rfc2231-decode-encoded-string): Don't use split-string which
19034         behaves differently according to Emacs version; use
19035         mm-decode-coding-region to convert charset to coding-system.
19036         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19037         (rfc2231-encode-string): Remove misimported Emacs code.
19038
19039 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19040
19041         * gnus-art.el (article-decode-charset): Don't use ignore-errors
19042         when calling mail-header-parse-content-type.
19043         (article-de-quoted-unreadable): Ditto.
19044         (article-de-base64-unreadable): Ditto.
19045         (article-wash-html): Ditto.
19046
19047         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
19048         calling mail-header-parse-content-type and
19049         mail-header-parse-content-disposition.
19050         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
19051         mail-header-parse-content-type.
19052
19053         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
19054         insert charset and format parameters; encode description after
19055         inserting it to buffer.
19056         (mml-insert-parameter): Fold lines properly even if a parameter is
19057         segmented into two or more lines; change the max column to 76.
19058
19059         * rfc1843.el (rfc1843-decode-article-body): Don't use
19060         ignore-errors when calling mail-header-parse-content-type.
19061
19062         * rfc2231.el (rfc2231-parse-string): Return at least type if
19063         possible; don't cause an error even if it fails in parsing of
19064         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19065         (rfc2231-encode-string): Don't break lines at the beginning, leave
19066         it to mml-insert-parameter.
19067
19068         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
19069         calling mail-header-parse-content-type.
19070
19071 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
19072
19073         * spam-report.el (spam-report-gmane-use-article-number):
19074         Improve doc string.
19075         (spam-report-gmane-internal): Check if a suitable header was found
19076         in the article.
19077
19078 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19079
19080         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
19081         (rfc2231-encode-string): Make param*=value always begin with LWSP.
19082
19083 2006-02-05  Romain Francoise  <romain@orebokech.com>
19084
19085         Update copyright notices of all files in the gnus directory.
19086
19087 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19088
19089         * nnweb.el (nnweb-request-group): Avoid growing overview files.
19090
19091 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19092
19093         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
19094         segmented lines of parameter value to cope with Thunderbird 1.5
19095         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
19096         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19097         (rfc2231-encode-string): Don't make lines exceeding 76 column.
19098
19099 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
19100
19101         * mml.el (mml-generate-mime-1): Correct the order of inline signed
19102         parts.
19103
19104 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19105
19106         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
19107         there's only one active file for all servers.
19108         (nnweb-request-scan): Make sure nnweb-articles is initialized on
19109         solid groups.  Gnus might have used a FAST request to select the group.
19110         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
19111         and nnweb-search redundantly in the active file.
19112         (nnweb-request-list): Don't list bogus groups.  There can only be one.
19113         (nnweb-request-create-group): Don't use ARGS.
19114         (nnweb-possibly-change-server, nnweb-request-group): Remove some
19115         initializations.  Let nnoo do the work.
19116
19117 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19118
19119         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
19120         Say the part has been decoded.
19121
19122         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
19123
19124 2006-01-31  Kevin Ryde  <user42@zip.com.au>
19125
19126         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
19127         mailcap-viewer-test-cache when there's no 'test clause, since that
19128         will invert the meaning of a "nil" test previously determined by
19129         mailcap-mailcap-entry-passes-test.
19130
19131 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19132
19133         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
19134         compiling.
19135
19136         * gnus-sum.el: Ditto.
19137
19138         * message.el: Don't bind tool-bar-map when compiling.
19139
19140 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
19141
19142         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
19143
19144 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
19145
19146         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
19147         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
19148         current Google Groups.
19149
19150 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
19151
19152         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
19153         and tool-bar-mode.
19154
19155         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
19156         and tool-bar-mode.
19157
19158         * message.el (message-tool-bar-update): Simplify.
19159         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
19160
19161         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
19162         gnus-summary-buffer.
19163         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
19164         gnus-summary-reply.
19165
19166         * gmm-utils.el (gmm): Add :version.
19167
19168 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19169
19170         * Makefile.in (clean): New rule.
19171         (distclean): Use it.
19172
19173 2006-01-26  Steve Youngs  <steve@sxemacs.org>
19174
19175         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
19176         Don't autoload.
19177
19178 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19179
19180         * gmm-utils.el (gmm-verbose): Add :group.
19181
19182 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
19183
19184         * message.el: Change some comments WRT tool-bars.
19185
19186         * gnus-sum.el (gnus-summary-tool-bar)
19187         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
19188         (gnus-summary-tool-bar-zap-list): New variables.
19189         (gnus-summary-make-tool-bar): Complete rewrite using
19190         `gmm-tool-bar-from-list'.
19191
19192         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
19193         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
19194         New variables.
19195         (gnus-group-make-tool-bar): Complete rewrite using
19196         `gmm-tool-bar-from-list'.
19197         (gnus-group-tool-bar-update): New function.
19198
19199         * message.el (message-mode-field-menu): Add "Show hidden Headers".
19200
19201 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19202
19203         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
19204         is dissected into a single part of which the type is the same as
19205         the given one; decode charset.
19206
19207 2006-01-21  Kevin Ryde  <user42@zip.com.au>
19208
19209         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
19210         into alists as symbol not string, since that's what
19211         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
19212         look for.
19213
19214 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
19215
19216         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
19217         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
19218
19219         * message.el (message-tool-bar-gnome): Use gmm-ignore.
19220
19221 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19222
19223         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
19224         (gnus-xmas-mime-security-button-menu): New function.
19225
19226         * gnus-art.el (gnus-mime-security-button-commands): New variable.
19227         (gnus-mime-security-button-menu): New definition.
19228         (gnus-mime-security-button-map): Use them.
19229         (gnus-mime-security-button-menu): New function.
19230         (gnus-insert-mime-security-button): Addition to help echo.
19231         (gnus-mime-security-run-function, gnus-mime-security-save-part)
19232         (gnus-mime-security-pipe-part): New functions.
19233
19234         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
19235         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
19236
19237         * mm-decode.el (mm-handle-set-disposition): Remove.
19238         (mm-handle-set-description): Remove.
19239
19240 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19241
19242         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
19243         (mm-w3m-standalone-supports-m17n-p): New function.
19244         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
19245         w3m usage.
19246
19247         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
19248         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
19249
19250 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
19251
19252         * message.el (message-tool-bar-zap-list):
19253         Use gmm-tool-bar-zap-list as custom type.
19254         (message-tool-bar-update): New function.
19255         (message-tool-bar, message-tool-bar-gnome)
19256         (message-tool-bar-retro): Add message-tool-bar-update.
19257         (message-tool-bar-gnome): Add flyspell-buffer.
19258
19259         * gnus-util.el (gnus-error): Describe `args'.
19260
19261         * gmm-utils.el (gmm-error): Describe `args'.
19262         (gmm-tool-bar-zap-list): New widget.
19263         (gmm-tool-bar-from-list): Improve description of `zap-list'.
19264
19265 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19266
19267         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
19268         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
19269         the number of recursive calls.
19270
19271         * mm-decode.el (mm-handle-set-disposition): New macro.
19272         (mm-handle-set-description): New macro.
19273
19274 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19275
19276         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
19277         encoding.
19278
19279 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
19280
19281         * message.el (message-tool-bar-zap-list, message-tool-bar)
19282         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
19283         (message-tool-bar-local-item-from-menu): Remove.
19284         (message-tool-bar-map): Replace by `message-make-tool-bar'.
19285         (message-make-tool-bar): New function.
19286         (message-mode): Use `message-make-tool-bar'.
19287
19288         * gmm-utils.el: New file.
19289         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
19290         (gmm-lazy): New widget copied from `nnmail.el'.
19291         (gmm-tool-bar-from-list): New function for creating customizable
19292         tool bars.
19293         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
19294         output.
19295         (gmm): Add :prefix to defgroup.
19296
19297 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
19298
19299         * gmm-utils.el (gmm-widget-p): New function.
19300
19301 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
19302
19303         * mml.el (mml-attach-file): Describe `description' in doc string.
19304         (mml-menu): Add Emacs MIME manual and PGG manual.
19305
19306 2006-01-20  Richard M. Stallman  <rms@gnu.org>
19307
19308         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
19309
19310 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
19311
19312         * nntp.el (nntp-end-of-line): Doc fix.
19313
19314 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
19315
19316         * imap.el (imap-open): Handle case where buffer is a buffer
19317         object.
19318
19319 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19320
19321         * gnus-delay.el (gnus-delay): Don't autoload.
19322         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19323         to be re-loaded when customizing the `gnus-delay' group.
19324
19325 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
19326
19327         * message.el (message-insert-citation-line): Use newlines.
19328
19329 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
19330
19331         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
19332         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
19333         these routines, so the passphrase can be managed externally and
19334         passed in to the system.
19335         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
19336         pgg-add-passphrase-to-cache function.
19337
19338         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
19339         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
19340         these routines, so the passphrase can be managed externally and
19341         passed in to the system.
19342         (pgg-pgp5-sign-region): Use new name of
19343         pgg-add-passphrase-to-cache function.
19344
19345 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
19346
19347         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19348         part of the decoded armor to find the key-identifier.
19349         (pgg-gpg-lookup-key-owner): New function to return the
19350         human-readable identifier of a key owner.
19351         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
19352         itself.
19353         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
19354         the key value) if we have a key and can match it against a secret
19355         key.  Also, added a note pointing out fact that the prompt only
19356         indicates the first matching key.
19357
19358         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
19359         pgg-decrypt-region.
19360         (pgg-add-passphrase-to-cache): Rename from
19361         `pgg-add-passphrase-cache' to reduce confusion (all callers
19362         changed).
19363         (pgg-remove-passphrase-from-cache): Rename from
19364         `pgg-remove-passphrase-cache' to reduce confusion (all callers
19365         changed).
19366         (pgg-read-passphrase, pgg-add-passphrase-cache)
19367         (pgg-remove-passphrase-cache): Add informative docstrings.
19368         (pgg-decrypt): Convey provided passphrase in subordinate call to
19369         pgg-decrypt-region.
19370
19371 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
19372
19373         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
19374         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
19375         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
19376         'passphrase' argument, so the passphrase can be managed externally
19377         and then passed in to the system.
19378
19379         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
19380         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
19381         so the passphrase cache can be used reliably with identifiers
19382         besides a pgp packet's key id.
19383
19384         * pgg-gpg.el (pgg-gpg-encrypt-region)
19385         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
19386         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
19387         these routines, so the passphrase can be managed externally and
19388         passed in to the system.
19389
19390         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
19391         'notruncate' argument, so the passphrase cache can be used
19392         reliably with identifiers besides a pgp packet's key id.
19393
19394 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
19395
19396         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
19397         symmetric encryption.
19398         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
19399         encrypted session key.
19400         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
19401         message ask for the passphrase in a proper way.
19402
19403         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
19404         New user commands for symmetric encryption.
19405
19406 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19407
19408         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
19409
19410         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
19411
19412 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
19413
19414         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
19415
19416 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19417
19418         * mm-decode.el (mm-inlined-types): Add application/pgp.
19419         (mm-automatic-display): Ditto.
19420
19421         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
19422         part as text.
19423
19424 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19425
19426         * nnrss.el: Update copyright.
19427         (nnrss-opml-import): Query whether to subscribe to each entry.
19428
19429         * gnus-art.el:
19430         * gnus-sum.el:
19431         * gnus-xmas.el:
19432         * messagexmas.el:
19433         * mm-uu.el:
19434         * mm-view.el: Update copyright.
19435
19436 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
19437
19438         * message.el (message-info): New function.
19439         (message-mode-menu): Add it.
19440         Update copyright.
19441
19442         * ChangeLog: Fix and update copyright.
19443
19444 2006-01-13  Romain Francoise  <romain@orebokech.com>
19445
19446         * message.el (message-forward-subject-name-subject): Prefer the
19447         address to 'nowhere' if the sender has no name.
19448         Fix typo.  Update copyright year.
19449
19450 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19451
19452         * gnus-art.el (article-wash-html):
19453         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
19454         (gnus-article-wash-html-with-w3m-standalone): New function.
19455
19456         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
19457         mm-inline-text-html-render-with-w3m-standalone.
19458         (mm-text-html-washer-alist): Map w3m-standalone to
19459         gnus-article-wash-html-with-w3m-standalone.
19460         (mm-inline-text-html-render-with-w3m-standalone): New function.
19461
19462 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
19463
19464         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
19465         Improve LaTeX.
19466
19467 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19468
19469         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
19470         (nnrss-request-article): Render text/plain parts as HTML.
19471
19472         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
19473         the buffer.
19474
19475 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
19476
19477         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
19478         custom definition of `gnus-posting-styles'.
19479
19480         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
19481         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
19482
19483 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19484
19485         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
19486         Use nntp for bug archive.
19487
19488 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19489
19490         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
19491         parts.
19492         (nnrss-normalize-date): New function converts ISO 8601 date into
19493         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
19494         (nnrss-check-group): Use it.
19495
19496 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19497
19498         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
19499
19500         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
19501         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
19502         (nnrss-insert-w3): Ditto.
19503
19504 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19505
19506         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
19507         the articles to be forwarded including the case where neither a
19508         number of articles nor a region is specified.
19509
19510 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19511
19512         * nnrss.el (nnrss-request-article): Fix last change; fill
19513         text/plain parts.
19514
19515 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19516
19517         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
19518         in text/plain part.
19519         (nnrss-check-group): Don't add excessive newline to dc:subject.
19520
19521 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
19522
19523         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
19524         article.
19525
19526 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
19527
19528         * nnml.el: Don't require gnus-bcklg.  Autoload it.
19529         (nnml-use-compressed-files, nnml-save-mail): Support other
19530         comression programs such as bzip2.
19531
19532 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19533
19534         * dns.el (query-dns): Make sure we check the buffer size before
19535         removing tcp headers.
19536
19537 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19538
19539         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
19540         remove MIME buttons associated with multipart/alternative parts.
19541         (gnus-mime-display-alternative): Tag buttons using `article-type'
19542         text property.
19543
19544         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
19545         associated with multipart/alternative parts.
19546
19547         * gnus-art.el (gnus-signature-separator): Fix custom type.
19548
19549         * mm-decode.el (mm-inlined-types): Fix custom type.
19550         (mm-keep-viewer-alive-types): Ditto.
19551         (mm-automatic-display): Ditto.
19552         (mm-attachment-override-types): Ditto.
19553         (mm-inline-override-types): Ditto.
19554         (mm-automatic-external-display): Ditto.
19555
19556 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
19557
19558         * spam-report.el (spam-report-user-mail-address)
19559         (spam-report-user-agent): New variables.
19560         (spam-report-url-ping-plain): Use spam-report-user-agent.
19561
19562 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
19563
19564         * gnus-art.el (gnus-button-handle-custom): Do not just use
19565         `customize-apropos' for any "M-x customize-*" button but the
19566         function called for.  Accept both the function name and its
19567         argument in order to achieve this.
19568         (gnus-button-alist): Remove support for "custom:" URL's.
19569         Pass function name to `gnus-button-handle-custom' in case of "M-x
19570         customize-*" buttons.
19571
19572 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19573
19574         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
19575         multipart/alternative and add xref to mm-discouraged-alternatives
19576         in doc string.
19577
19578         * mm-decode.el (mm-discouraged-alternatives): Add xref to
19579         gnus-buttonized-mime-types in doc string.
19580
19581 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
19582
19583         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
19584         Suggest image/.* in the doc string.
19585
19586 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
19587
19588         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
19589         message-marks (Debian bug #342521).
19590
19591 2005-12-12  Simon Josefsson  <jas@extundo.com>
19592
19593         * password.el (password-read-from-cache): Add.
19594         (password-read): Use it.
19595
19596 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19597
19598         * rfc2047.el (rfc2047-charset-to-coding-system):
19599         Recognize us-ascii as a MIME charset.
19600
19601         * mm-bodies.el (mm-decode-content-transfer-encoding):
19602         Protect against the case where the 2nd arg TYPE is nil.
19603
19604 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
19605
19606         * pop3.el (pop3-stream-type): Fix custom version.
19607
19608         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
19609
19610 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19611
19612         * mm-decode.el (mm-display-external): Add missing cdr.
19613
19614 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19615
19616         * mm-decode.el (mm-display-external): Use nametemplate (defined in
19617         RFC1524) if it is in mailcap or add a suffix according to
19618         mailcap-mime-extensions when generating a temp filename; postpone
19619         deleting a temp file for 2 seconds for some wrappers, shell
19620         scripts, and so on, which might exit right after having started a
19621         viewer command as a background job.
19622
19623 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
19624
19625         * nntp.el (nntp-marks-directory): Fix custom group.
19626
19627         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
19628         steps when < 10.
19629
19630         * gnus-start.el (gnus-no-server-1):
19631         Mention `gnus-level-default-subscribed' in doc string.
19632
19633 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19634
19635         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
19636         parens.
19637
19638 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19639
19640         * gnus-xmas.el (gnus-use-toolbar): Revert.
19641         (gnus-xmas-setup-toolbar): Use global default-toolbar if
19642         gnus-use-toolbar is default.
19643
19644         * messagexmas.el (message-use-toolbar): Revert.
19645         (message-setup-toolbar): Use global default-toolbar if
19646         message-use-toolbar is default.
19647
19648 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19649
19650         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
19651         according to default-toolbar-visible-p.
19652
19653         * messagexmas.el (message-use-toolbar): Ditto.
19654
19655 2005-11-26  Dave Love  <fx@gnu.org>
19656
19657         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
19658         (tls-program, tls-success): Provide openssl alternative.
19659
19660         * starttls.el: Doc fixes.
19661         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
19662         SERVICE to PORT.
19663
19664         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
19665         port null or service name.
19666         (starttls-negotiate): Autoload.
19667
19668 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19669
19670         * message.el (message-kill-to-signature): Fix interactive spec.
19671
19672 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19673
19674         * pop3.el (pop3-open-server): Recognize a string as a service name.
19675
19676 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
19677
19678         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
19679
19680 2005-11-23  Dave Love  <fx@gnu.org>
19681
19682         Add pop3s, pop3/starttls.
19683
19684         * pop3.el (pop3-authentication-scheme): Clarify doc.
19685         (open-tls-stream, starttls-open-stream): Autoload.
19686         (pop3-stream-type): New.
19687         (pop3-open-server): Use it.
19688
19689         * mail-source.el (mail-sources): Fix some :types.  Add stream type
19690         for POP.
19691         (mail-source-keyword-map): Add :stream for POP.
19692         (mail-source-fetch-pop): Use pop3-stream-type.
19693
19694 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19695
19696         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
19697         of current-time-string.
19698
19699 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
19700
19701         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
19702         date header.
19703
19704 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
19705
19706         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
19707         it can seriously impact performance as it bypasses the agent's
19708         local caches.
19709
19710 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
19711
19712         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
19713         must be explicitly online rather than "not explicitly offline" for
19714         its flags to be synchronized.
19715
19716         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
19717         that gnus-uu-unmark-thread will function correctly.
19718
19719         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
19720         1024K is instead displayed as 1M.
19721
19722 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19723
19724         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
19725
19726 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
19727
19728         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
19729
19730 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
19731
19732         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
19733         error message to display actual error condition.
19734         (gnus-agent-save-local): Avoid saving symbols that are bound to
19735         nil as they simply result in a warning message in
19736         gnus-agent-read-local.
19737
19738 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19739
19740         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
19741         rather than make-variable-buffer-local for file-precious-flag.
19742
19743 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
19744
19745         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
19746         for duplicates which are removed.  The invalid sort check then
19747         triggers a rescan after the sort as sorting may have moved
19748         duplicate entries such that they can be cheaply detected.
19749
19750 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19751
19752         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
19753
19754 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
19755
19756         * gnus-agent.el (gnus-agent-article-alist-save-format):
19757         Change internal variable to a custom variable.  Change default value
19758         from compressed(2) to uncompressed(1).
19759         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
19760         support for uncompressed agentview files.  Taken together, reading
19761         the agentview file should now be 6-7 times faster.
19762
19763 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
19764
19765         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
19766         as a buffer-local variable.  This avoids creating truncated
19767         dribble files as a result of a hang up, eg.
19768
19769 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
19770
19771         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
19772         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
19773         XEmacs.
19774
19775 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
19776
19777         * gnus-start.el (gnus-start-draft-setup):
19778         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
19779
19780         * gnus.el (gnus-splash): Change custom group.
19781         (gnus-group-get-parameter, gnus-group-parameter-value):
19782         Describe allow-list argument.
19783
19784         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
19785         string.
19786
19787 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
19788
19789         * gnus-art.el (gnus-default-article-saver): Add user-defined
19790         `function' to custom type.
19791
19792 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
19793
19794         * imap.el (imap-open): Handle case where buffer is a buffer
19795         object.
19796
19797 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
19798
19799         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
19800         long lines.
19801         (gnus-cache-delete-group): Wrap doc strings.
19802
19803         * gnus-agent.el (gnus-agent-rename-group)
19804         (gnus-agent-delete-group): Wrap doc strings.
19805
19806 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19807
19808         * messagexmas.el (message-use-toolbar): Change the valid values
19809         into default, top, bottom, left, and right.
19810         (message-toolbar-thickness): New variable.
19811         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
19812         well.
19813         (message-setup-toolbar): Make it work.
19814
19815         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
19816         (gnus-use-toolbar): Change the valid values into default, top,
19817         bottom, left, and right.
19818         (gnus-toolbar-thickness): New variable.
19819         (gnus-xmas-setup-toolbar): New function.
19820         (gnus-xmas-setup-group-toolbar): Use it.
19821         (gnus-xmas-setup-summary-toolbar): Use it.
19822
19823 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19824
19825         * gnus-start.el (gnus-1): Add "native" to
19826         gnus-predefined-server-alist.
19827
19828         * gnus.el (gnus-method-to-server): Don't add "native" to the
19829         lists here, because that leads to problems when
19830         gnus-select-method is bound.
19831
19832 2005-11-09  Simon Josefsson  <jas@extundo.com>
19833
19834         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
19835         use (not sort-by-date) instead.
19836
19837 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19838
19839         * gnus-delay.el (gnus-delay-group): Don't autoload.
19840         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
19841         to be re-loaded when customizing the `gnus-delay' group.
19842
19843 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
19844
19845         * message.el: Revert last changes.
19846         (message-insert-citation-line): Use newlines.
19847
19848 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
19849
19850         * message.el (message-courtesy-message)
19851         (message-mark-insert-begin, message-mark-insert-end)
19852         (message-elide-ellipsis, message-cancel-message)
19853         (message-add-header, message-change-subject)
19854         (message-cross-post-followup-to-header)
19855         (message-cross-post-insert-note, message-reduce-to-to-cc)
19856         (message-widen-reply, message-delete-not-region)
19857         (message-kill-to-signature, message-insert-signature)
19858         (message-insert-importance-high, message-insert-importance-low)
19859         (message-insert-or-toggle-importance)
19860         (message-insert-disposition-notification-to)
19861         (message-indent-citation, message-yank-original)
19862         (message-cite-original-without-signature, message-cite-original)
19863         (message-insert-citation-line, message-position-on-field)
19864         (message-fix-before-sending, message-send-mail-partially)
19865         (message-send-mail, message-send-mail-with-sendmail)
19866         (message-send-mail-with-qmail, message-send-news)
19867         (message-check-news-header-syntax, message-generate-headers)
19868         (message-insert-courtesy-copy, message-fill-address)
19869         (message-fill-header, message-shorten-references)
19870         (message-setup-1, message-cancel-news)
19871         (message-forward-make-body-plain, message-forward-make-body-mime)
19872         (message-forward-make-body-mml, message-encode-message-body)
19873         (message-forward-make-body-digest-plain)
19874         (message-forward-make-body-digest-mime)
19875         (message-use-alternative-email-as-from): Insert `hard-newline'
19876         instead of ordinary newlines.
19877
19878 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19879
19880         * message.el (message-generate-headers): Downcase the argument
19881         given to message-check-element.
19882
19883 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
19884
19885         * nntp.el (nntp-authinfo-rejected): New error condition.
19886         (nntp-wait-for): Use new error condition to signal authentication
19887         error.
19888         (nntp-retrieve-data): Rethrow new error condition to break out of
19889         recursive call to nntp-send-authinfo.
19890
19891 2005-11-08  Romain Francoise  <romain@orebokech.com>
19892
19893         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
19894         (gnus-summary-exit-map): Bind to `Z p'.
19895         (gnus-summary-make-menu-bar): Add menu item.
19896
19897 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
19898
19899         * gnus-art.el (gnus-article-treat-custom): Add `first'.
19900         (gnus-treat-*): Add `first' in all doc strings.
19901
19902         * gnus-group.el (gnus-group-compact-group): Fix typo.
19903
19904 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19905
19906         * gnus.el (gnus-parameters-case-fold-search): New variable.
19907         (gnus-parameters-get-parameter): Use it.
19908
19909         * gnus-score.el (gnus-home-score-file): Doc fix.
19910
19911 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
19912
19913         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
19914
19915 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
19916
19917         * mm-util.el (mm-special-display-p): New function.
19918
19919         * mml.el (mml-preview): Use it; doc fix.
19920
19921 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
19922
19923         * imap.el (imap-open): Handle case where buffer is a buffer object.
19924
19925 2005-10-29  Romain Francoise  <romain@orebokech.com>
19926
19927         * message.el (message-fix-before-sending): Fix comment.
19928
19929 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
19930
19931         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
19932
19933 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
19934
19935         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
19936         Used in gnus-score.el.
19937
19938 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
19939
19940         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
19941
19942 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
19943
19944         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
19945         whitespace removed in revision 7.8.  Use concatenated string to
19946         protect trailing whitespace.
19947
19948 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
19949
19950         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
19951         (nnimap-request-expire-articles): Use it to avoid sending 'UID
19952         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
19953         Courier IMAP ("some version from 2004").  Mostly based on similar
19954         code in the same function.
19955
19956 2005-10-26  Didier Verna  <didier@xemacs.org>
19957
19958         * gnus-group.el (gnus-group-compact-group): Invalidate original
19959         article buffer.
19960         * gnus-srvr.el (gnus-server-compact-server): Ditto.
19961         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
19962         NOV database and in article itself.
19963         Invalidate article backlog.
19964
19965 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
19966
19967         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
19968
19969 2005-10-26  Simon Josefsson  <jas@extundo.com>
19970
19971         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
19972         part of 2004-07-25 change.
19973
19974 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19975
19976         * message.el (message-display-completion-list): New function.
19977         (message-expand-group): Use it; make sure the Completions buffer
19978         is modifiable.
19979 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
19980
19981         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
19982         user-mail-name is an empty string.
19983
19984 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
19985
19986         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
19987         depending on gnus-score-decay-constant.
19988
19989         * encrypt.el (encrypt-insert-file-contents)
19990         (encrypt-write-file-contents): Don't use `gnus-message'.
19991
19992         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
19993         arguments.
19994         (mm-uu-type-alist): Add message-marks and insert-marks.
19995         Pass arguments to mm-uu-verbatim-marks-extract.
19996         (mm-uu-hide-markers): New variable.
19997         (mm-uu-extract): Use face similar to `gnus-cite-3'.
19998
19999         * gnus-fun.el (gnus-convert-image-to-x-face-command)
20000         (gnus-convert-image-to-face-command): Use "convert" by default to
20001         allow other input image formats.
20002         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
20003         accordingly.
20004
20005 2005-10-23  Simon Josefsson  <jas@extundo.com>
20006
20007         * imap.el (imap-gssapi-program): Align command line parameters
20008         with latest GNU SASL.
20009         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
20010
20011 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20012
20013         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
20014         HTML.
20015         (nnslashdot-request-article): Ditto.
20016
20017         * lpath.el (featurep): Add nobreak-char-display.
20018
20019 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
20020
20021         * mail-source.el (mail-source-fetch-pop): Require pop3.
20022         (mail-source-check-pop): Ditto.
20023
20024 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20025
20026         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
20027         errors.
20028
20029 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
20030
20031         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
20032         (gnus-treat-strip-leading-blank-lines): Improve doc string.
20033
20034         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
20035
20036         * mm-bodies.el (mm-decode-string):
20037         Call `mm-charset-to-coding-system' with allow-override argument.
20038
20039 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20040
20041         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
20042         (rfc2047-charset-to-coding-system): New function.
20043         (rfc2047-decode-encoded-words): New function.
20044         (rfc2047-decode-region): Use them.
20045         (rfc2047-decode-cte): Remove.
20046         (rfc2047-parse-and-decode): Remove.
20047         (rfc2047-decode): Remove.
20048
20049 2005-10-15  Kenichi Handa  <handa@m17n.org>
20050
20051         * rfc2047.el (rfc2047-decode-cte): New function.
20052         (rfc2047-decode-region): Change the way to decode successive
20053         encoded-words: decode B- or Q-encoding in each encoded-word,
20054         concatenate them, and decode it as charset.
20055
20056 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20057
20058         * lpath.el: Fbind codepage-setup for XEmacs.
20059
20060 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
20061
20062         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
20063         widget-move-and-invoke.
20064         (gnus-custom-mode): Use gnus-custom-map.
20065
20066 2005-10-15  Bill Wohler  <wohler@newt.com>
20067
20068         * message.el (message-tool-bar-map): Rename image file from
20069         mail_send to mail/send.
20070
20071 2005-10-16  Masatake YAMATO  <jet@gyve.org>
20072
20073         * message.el (message-expand-group): Pass the common
20074         prefix substring of completion to `display-completion-list'.
20075
20076 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
20077
20078         * mml-sec.el (mml-secure-method): New internal variable.
20079         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
20080         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
20081         New functions using mml-secure-method.
20082
20083         * mml.el (mml-mode-map): Add key bindings for those functions.
20084         (mml-menu): Simplify security menu entries.  Suggested by Jesper
20085         Harder <harder@myrealbox.com>.
20086         (mml-attach-file, mml-attach-buffer, mml-attach-external):
20087         Goto end of message if point is the headers of the message.
20088
20089         * message.el (message-in-body-p): New function.
20090
20091         * assistant.el: Autoload gnus-util and netrc.
20092
20093         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
20094         Use `mm-charset-override-alist' only when decoding.
20095
20096         * mm-bodies.el (mm-decode-body):
20097         Call `mm-charset-to-coding-system' with allow-override argument.
20098
20099         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
20100         `filename' from Content-Disposition if Content-Type doesn't
20101         provide `name'.
20102         (gnus-mime-view-part-as-type): Set default instead of
20103         initial-input.
20104
20105 2005-10-09  Daniel Brockman  <daniel@brockman.se>
20106
20107         * format-spec.el (format-spec): Propagate text properties of % spec.
20108
20109 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
20110
20111         * gnus-art.el (gnus-treat-predicate): Add `first'.
20112
20113 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
20114
20115         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
20116         (mm-charset-override-alist): New variable.
20117         (mm-charset-to-coding-system): Use it.
20118         (mm-codepage-setup): New helper function.
20119         (mm-charset-eval-alist): New variable.
20120         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
20121         Warn about unknown charsets.
20122
20123         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
20124
20125 2005-10-04  David Hansen  <david.hansen@gmx.net>
20126
20127         * nnrss.el (nnrss-request-article): Add support for the comments tag.
20128         (nnrss-check-group): Ditto.
20129
20130 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
20131
20132         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
20133         Rename x-gnus-verbatim to x-verbatim.
20134         (mm-uu-type-alist): Fix regexp for verbatim-marks.
20135
20136         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
20137         x-verbatim.
20138
20139         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
20140
20141         * gnus-util.el (gnus-remove-duplicates): Remove.
20142
20143         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
20144         instead of gnus-remove-duplicates.
20145
20146         * message.el (message-remove-duplicates): Remove.
20147         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
20148         message-remove-duplicates.
20149
20150         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
20151         available, else use implementation from `delete-dups'.
20152
20153         * message.el (message-insert-expires): New function.
20154         (message-mode-map): Add key binding.
20155         (message-mode-field-menu): Add menu entry.
20156         (message-mode): Document it.
20157         (message-make-expires-date): Use `message-make-date'.
20158
20159 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
20160
20161         * message.el (message-make-expires-date): New function.
20162
20163 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20164
20165         * Makefile.in (list-installed-shadows): New entry.
20166         (install): Use it.
20167         (remove-installed-shadows): New entry.
20168
20169         * dgnushack.el (dgnushack-default-load-path): New variable.
20170         (dgnushack-find-lisp-shadows): New function.
20171         (dgnushack-remove-lisp-shadows): New function.
20172
20173 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20174
20175         * Makefile.in (install-el-elc): New entry.
20176         (install): Use it so that .el files are necessarily installed.
20177
20178 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20179
20180         * time-date.el: Autoload parse-time-string, XEmacs needs it.
20181
20182 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20183
20184         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
20185         function rather than the diff-mode.el package.
20186         (mm-display-external): Use with-current-buffer.
20187         (mm-viewer-completion-map, mm-viewer-completion-map):
20188         Move initialization inside declaration.
20189
20190 2005-09-29  Simon Josefsson  <jas@extundo.com>
20191
20192         * spam.el: Load hashcash when compiling, to avoid warnings.
20193         Don't autoload mail-check-payment.
20194         (spam-check-hashcash): Define unconditionally, since hashcash.el
20195         is part of Gnus now.  Ignore errors from payment checking.
20196
20197 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
20198
20199         * message.el (message-bold-region, message-unbold-region):
20200         Rename from `bold-region' and `unbold-region'.
20201
20202         * message.el: Remove useless autoloads.
20203
20204 2005-09-28  Simon Josefsson  <jas@extundo.com>
20205
20206         * message.el (message-use-idna): Default to t.
20207         (message-use-idna): Test whether encoding works too.  Doc fix.
20208
20209 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20210
20211         * nntp.el (nntp-warn-about-losing-connection): Remove.
20212
20213 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
20214
20215         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
20216         customizable.  Change default value.
20217         (mm-uu-diff-groups-regexp): Change default value.
20218         (mm-uu-type-alist): Add doc string.
20219         (mm-uu-configure): Add doc string.  Make it interactive.
20220         (mm-uu-tex-groups-regexp): New variable.
20221         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
20222         (mm-uu-type-alist): Add LaTeX documents.
20223         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
20224         of "text/verbatim".
20225         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
20226
20227         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
20228         instead of "text/verbatim".
20229
20230         * message.el (message-mark-inserted-region)
20231         (message-mark-insert-file): Use slrn style marks when called with
20232         prefix argument.
20233
20234 2005-09-27  Simon Josefsson  <jas@extundo.com>
20235
20236         * message.el (message-idna-to-ascii-rhs-1): Reformat.
20237
20238 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
20239
20240         * message.el (message-remove-duplicates): New function.
20241         Implementation borrowed from `gnus-remove-duplicates'.
20242         (message-idna-to-ascii-rhs): Also encode idna addresses in
20243         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
20244         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
20245         only ask about the same idna domain once per header and also tell
20246         in what header to replace the idna domain.
20247
20248         * gnus-art.el (article-decode-idna-rhs): Also decode idna
20249         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
20250         (article-decode-idna-rhs): Fix regexp so that all idna-address in
20251         a header is decoded and not just the last one.
20252
20253 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20254
20255         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
20256         has been decoded.
20257
20258         * mm-decode.el (mm-automatic-display): Add text/verbatim.
20259         (mm-insert-part): Don't modify text if it has been decoded.
20260
20261         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
20262         decoded.
20263
20264         * mm-view.el (mm-inline-text): Don't strip text props unless
20265         decoding enriched or richtext parts.
20266
20267 2005-09-25  Romain Francoise  <romain@orebokech.com>
20268
20269         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
20270         * gnus-start.el (gnus-subscribe-interactively):
20271         * gnus-uu.el (gnus-uu-grab-articles):
20272         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
20273         space.
20274
20275 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
20276
20277         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
20278         * mm-view.el (mm-view-pkcs7-decrypt):
20279         * gnus-sum.el (gnus-summary-limit-to-extra)
20280         (gnus-summary-respool-article, gnus-read-move-group-name):
20281         * gnus-score.el (gnus-summary-increase-score):
20282         * gnus-util.el (gnus-completing-read-with-default):
20283         * gnus-art.el (gnus-read-save-file-name)
20284         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
20285         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
20286         * message.el (message-check-news-header-syntax):
20287         Follow convention for reading with the minibuffer.
20288
20289 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
20290
20291         * spam-report.el (spam-report-url-ping-plain):
20292         Use gnus-extended-version as User-Agent.
20293
20294         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
20295         default value is nil.
20296
20297         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
20298         (mm-uu-verbatim-marks-extract): New function.
20299         (mm-uu-extract): New face.
20300         (mm-uu-copy-to-buffer): Use it.
20301
20302         * spam-report.el (spam-report-gmane-ham): Rename from
20303         `spam-report-gmane-unspam'.
20304         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
20305         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
20306
20307         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
20308         Autoload.
20309         (spam-report-gmane-unregister-routine):
20310         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
20311
20312 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
20313
20314         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
20315         (spam-report-gmane-unregister-routine): Add support for gmane
20316         unregistration.
20317
20318         * spam-report.el (spam-report-gmane-unspam)
20319         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
20320         (spam-report-gmane): Change to take a single article and do unspam
20321         registration.
20322
20323 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20324
20325         * mm-url.el (mm-url-decode-entities): Fix regexp.
20326
20327 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20328
20329         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
20330         default to nil, to be able to use Gnus at all.  If the default
20331         switches to something else, then the function should be fixed not
20332         be exceedingly slow.
20333
20334 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
20335
20336         * gnus-start.el (gnus-activate-group): If the server is nil, don't
20337         fail hard.
20338
20339         * spam-report.el: Add better Keywords line.
20340
20341         * spam.el: Add Maintainer and better Keywords line.
20342
20343 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20344
20345         * gnus-art.el (gnus-article-replace-part)
20346         (gnus-mime-replace-part): New functions.
20347         (gnus-mime-action-alist, gnus-mime-button-commands)
20348         (gnus-mime-save-part-and-strip): Add file argument.
20349         (gnus-article-part-wrapper): Add interactive argument.
20350
20351         * gnus-sum.el (gnus-summary-mime-map):
20352         Add `gnus-article-replace-part'.
20353
20354 2005-09-19  Didier Verna  <didier@xemacs.org>
20355
20356         The nnml compaction feature:
20357         * nnml.el (nnml-request-compact-group): New function.
20358         * nnml.el (nnml-request-compact): New function.
20359         * gnus-int.el (gnus-request-compact-group): New function.
20360         * gnus-int.el (gnus-request-compact): New function.
20361         * gnus-group.el (gnus-group-compact-group): New function.
20362         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
20363         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
20364         * gnus-srvr.el (gnus-server-compact-server): New function.
20365         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
20366         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
20367
20368 2005-09-18  Deepak Goel  <deego@gnufans.org>
20369
20370         * sieve.el (sieve-help): Fix `message' call: first arg should be a
20371         format spec.
20372
20373 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20374
20375         * gnus.el (gnus-group-startup-message): Bind image-load-path.
20376
20377 2005-09-15  Romain Francoise  <romain@orebokech.com>
20378
20379         * message.el (message-fill-paragraph): Clarify docstring.
20380
20381 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20382
20383         * gnus-art.el (gnus-mime-display-part): Protect against broken
20384         MIME messages.
20385
20386 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20387
20388         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
20389         before parsing header.
20390
20391 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
20392
20393         * html2text.el (html2text-replace-list): Add new entities.
20394
20395 2005-09-11  Romain Francoise  <romain@orebokech.com>
20396
20397         * message.el (message-alternative-emails): Improve docstring.
20398         (message-setup-1): Call `message-use-alternative-email-as-from'
20399         after `message-setup-hook' to give it precedence over posting
20400         styles, etc.
20401         (message-use-alternative-email-as-from): Add docstring.
20402         Remove the original From header if present.
20403
20404         * nnml.el (nnml-compressed-files-size-threshold): New variable.
20405         (nnml-save-mail): Use it.
20406
20407         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
20408         articles.  Add new argument `silent'.
20409         (gnus-uu-mark-all): Report the total number of marked articles.
20410
20411 2005-09-10  Romain Francoise  <romain@orebokech.com>
20412
20413         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
20414         (gnus-uu-mark-series): Likewise.
20415
20416 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
20417
20418         * spam-report.el (spam-report-gmane): Fix generation of spam
20419         report URL.
20420
20421 2005-09-10  Simon Josefsson  <jas@extundo.com>
20422
20423         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
20424         t, based on discussion on the ding list with Robert Epprecht
20425         <epprecht@solnet.ch>.
20426
20427 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
20428
20429         * spam-report.el (spam-report-gmane): Make it work without
20430         X-Report-Spam header.  Gmane now only provides Archived-At.
20431         This is only used if `spam-report-gmane-use-article-number' is nil.
20432         (spam-report-gmane-spam-header): Remove.  Not used anymore.
20433
20434         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
20435         make `gnus-summary-sort-by-recipient' work with threading.
20436
20437         * nnweb.el (nnweb-google-wash-article): Print a message if article
20438         is not available.
20439
20440 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20441
20442         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
20443         change.  Decode text/* parts content before displaying.
20444
20445 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
20446
20447         * mml-smime.el: Remove defvar of gnus-extract-address-components.
20448
20449 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20450
20451         * mm-view.el (mm-display-inline-fontify): Disable support modes.
20452
20453         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
20454         url-package-name, url-package-version,
20455         w3m-cid-retrieve-function-alist, w3m-current-buffer,
20456         w3m-display-inline-images, and w3m-minor-mode-map.
20457
20458 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
20459
20460         * message.el (message-tab-body-function): Fix mismatched custom type.
20461
20462         * gnus.el (gnus-group-change-level-function): Ditto.
20463
20464         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
20465
20466         * gnus-art.el (gnus-signature-limit)
20467         (gnus-article-mime-part-function): Ditto.
20468
20469 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20470
20471         * mml.el (mml-mode): Silence the byte compiler.
20472
20473         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
20474         using `(sit-for 0)' before moving the point to the specified part;
20475         skip unbuttonized parts.
20476         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
20477         return to the summary window if gnus-auto-select-part is non-nil.
20478
20479 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
20480
20481         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
20482         New variables.
20483         (mml-dnd-attach-file, mml-mode): Use them.
20484
20485         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
20486         Make fetching article by MID work again for Google Groups.
20487         Add FIXME concerning gnus-group-make-web-group.
20488
20489         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
20490         Don't depend on Gnus by using mail-extract-address-components if
20491         gnus-extract-address-components is not bound.
20492
20493 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20494
20495         * gnus-art.el (gnus-mime-display-security): Don't display the
20496         signature, but only the signed part.
20497
20498 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20499
20500         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
20501
20502         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
20503         list, not listp.
20504
20505 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
20506
20507         * mm-encode.el (mm-encode-content-transfer-encoding):
20508         Likewise when encoding.
20509
20510         * mm-bodies.el (mm-decode-content-transfer-encoding):
20511         De-canonicalize CRLF for all text content types, not just
20512         text/plain.
20513
20514 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20515
20516         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
20517         valid article; point arrow and cursor at the MIME button.
20518
20519 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20520
20521         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
20522         Suggested by Dan Christensen <jdc@uwo.ca>.
20523
20524         * mm-decode.el (mm-save-part): Enable change of prompt.
20525
20526 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
20527
20528         * gnus-msg.el (gnus-inews-add-send-actions):
20529         Make `message-post-method' lambda parameter ARG `&optional'.
20530
20531 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
20532
20533         * gnus-sum.el (gnus-summary-mime-map):
20534         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
20535         gnus-article-jump-to-part.
20536
20537         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
20538         (gnus-article-edit-part): Use it.
20539         (gnus-article-part-wrapper): Add no-handle argument.
20540         (gnus-article-save-part-and-strip, gnus-article-delete-part):
20541         New functions.
20542
20543 2005-08-29  Romain Francoise  <romain@orebokech.com>
20544
20545         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
20546         docstring.
20547         (gnus-face-from-file): Likewise.
20548
20549 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
20550
20551         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
20552         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
20553         non-nil.
20554         (gnus-auto-select-part): New variable.
20555         (gnus-article-jump-to-part): New function.
20556         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
20557         (gnus-mime-delete-part): Allow selecting specified part after
20558         deleting or stripping parts.
20559         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
20560         part if argument is bogus.
20561
20562 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
20563
20564         * gnus-art.el (w3m-minor-mode-map):
20565         * gnus-spec.el (gnus-newsrc-file-version):
20566         * gnus-util.el (nnmail-active-file-coding-system)
20567         (gnus-original-article-buffer, gnus-user-agent):
20568         * gnus.el (gnus-ham-process-destinations)
20569         (gnus-parameter-ham-marks-alist)
20570         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
20571         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
20572         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
20573         * mm-decode.el (gnus-current-window-configuration):
20574         * mm-extern.el (gnus-article-mime-handles):
20575         * mm-url.el (url-current-object, url-package-name)
20576         (url-package-version):
20577         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
20578         (smime-keys, w3m-cid-retrieve-function-alist)
20579         (w3m-current-buffer, w3m-display-inline-images)
20580         (w3m-minor-mode-map):
20581         * mml-smime.el (gnus-extract-address-components):
20582         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
20583         (gnus-newsrc-hashtb, message-default-charset)
20584         (message-deletable-headers, message-options)
20585         (message-posting-charset, message-required-mail-headers)
20586         (message-required-news-headers):
20587         * mml1991.el (mc-pgp-always-sign):
20588         * mml2015.el (mc-pgp-always-sign):
20589         * nnheader.el (nnmail-extra-headers):
20590         * rfc1843.el (gnus-decode-encoded-word-function)
20591         (gnus-decode-header-function, gnus-newsgroup-name):
20592         * spam-stat.el (gnus-original-article-buffer): Add defvars.
20593
20594 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
20595
20596         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
20597         the end of the date treatments.
20598
20599 2005-08-15  Simon Josefsson  <jas@extundo.com>
20600
20601         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
20602         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
20603         Capello and Romain Francoise.
20604         (pgg-fetch-key-function): Remove, not used?
20605         (pgg-insert-url-with-w3): Require url, to get
20606         url-insert-file-contents regardless of where it is defined.
20607
20608 2005-08-13  Romain Francoise  <romain@orebokech.com>
20609
20610         * message.el (message-cite-original-1): New function.
20611         (message-cite-original): Use it.
20612         (message-cite-original-without-signature): Ditto.
20613
20614 2005-08-08  Romain Francoise  <romain@orebokech.com>
20615
20616         * message.el (message-yank-empty-prefix): New variable.
20617         (message-indent-citation): Use it.
20618         (message-cite-original-without-signature): Respect X-No-Archive.
20619
20620 2005-08-08  Simon Josefsson  <jas@extundo.com>
20621
20622         * pgg.el: Autoload url-insert-file-contents instead of loading
20623         w3/url.
20624         (pgg-insert-url-with-w3): Don't load url here.
20625
20626 2005-08-07  Jesper Harder  <harder@phys.au.dk>
20627
20628         * message.el (message-kill-to-signature): Don't insert newline at
20629         bol.
20630         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
20631
20632 2005-08-06  Romain Francoise  <romain@orebokech.com>
20633
20634         * message.el (message-user-fqdn): Fix typo in docstring.
20635
20636 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
20637
20638         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
20639
20640         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
20641
20642 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20643
20644         * mm-bodies.el (mm-encode-body): Use coding system rather than
20645         charset to encode text.
20646
20647         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
20648         number of charsets if utf-8 is available (XEmacs).
20649
20650 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
20651
20652         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
20653         taken from `gnus-button-mid-or-mail-regexp'.
20654         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
20655         (gnus-button-alist): Improve regexp for domain part of the MIDs
20656         for news:localpart@domain buttons.
20657         (gnus-button-ctan-directory-regexp): Update.
20658
20659 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20660
20661         * sieve-manage.el (sieve-manage-interactive-login):
20662         Use make-local-variable rather than make-variable-buffer-local.
20663         (sieve-manage-open): Ditto.
20664         (sieve-manage-authenticate): Ditto.
20665
20666         * mml.el (mml-generate-mime-1): Make the content type default to
20667         text/plain if the filename is not specified.
20668
20669 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20670
20671         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
20672         instead of insert-buffer.
20673
20674         * message.el (message-yank-original): Ditto; set the mark at the
20675         end of the yanked message.
20676
20677 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20678
20679         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
20680         lines to scroll rather than to stop it.
20681
20682         * mml.el (mml-generate-default-type): Add doc string.
20683         (mml-generate-mime-1): Use mm-default-file-encoding or make it
20684         default to application/octet-stream when determining the content
20685         type if it is not specified for the part or the mml contents; add
20686         a comment about mml-generate-default-type.
20687
20688 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
20689
20690         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
20691         make it default to application/octet-stream when determining the
20692         content type if it is not specified for the external contents.
20693
20694 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20695
20696         * rfc2231.el (rfc2231-parse-string): Take care that not only a
20697         segmented parameter but also other parameters might be there.
20698
20699 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20700
20701         * mm-decode.el (mm-display-external): Delete temp file, directory
20702         and buffer immediately if the external process is exited.
20703
20704 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20705
20706         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
20707         fewer lines than that of scroll-margin.
20708         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
20709
20710 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20711
20712         * gnus-art.el (gnus-article-next-page): Revert.
20713         (gnus-article-beginning-of-window): New macro.
20714         (gnus-article-next-page-1): Use it.
20715         (gnus-article-prev-page): Ditto.
20716         (gnus-article-edit-part): Use insert-buffer-substring instead of
20717         insert-buffer.
20718         (gnus-article-edit-exit): Ditto.
20719
20720         * gnus-util.el (gnus-beginning-of-window): Remove.
20721         (gnus-end-of-window): Remove.
20722
20723         * lpath.el: Don't bind header-line-format and scroll-margin.
20724
20725 2005-07-25  Simon Josefsson  <jas@extundo.com>
20726
20727         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
20728         to have the url package without w3.  Reported by Daiki Ueno
20729         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
20730
20731 2005-07-20  Didier Verna  <didier@xemacs.org>
20732
20733         * gnus-diary.el: Remove the description comment (nndiary is now
20734         properly documented in the Gnus manual).
20735         Fix the spelling of "Back End".
20736         * nndiary.el: Ditto.
20737         Fix the copyright notice.
20738
20739 2005-07-18  Romain Francoise  <romain@orebokech.com>
20740
20741         * gnus-sum.el (gnus-summary-to-prefix)
20742         (gnus-summary-newsgroup-prefix): New variables.
20743         (gnus-summary-from-or-to-or-newsgroups): Use them.
20744
20745 2005-07-17  Romain Francoise  <romain@orebokech.com>
20746
20747         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
20748         space as it's generally not especially interesting to the user.
20749
20750 2005-07-16  Romain Francoise  <romain@orebokech.com>
20751
20752         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
20753         nil to avoid prompting and file modification if one of the
20754         messages at the top of the nnfolder file contains a copyright
20755         notice.
20756         Update copyright notice.
20757
20758         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
20759         instead of `current-time-string' as the latter creates a time
20760         string that is not RFC 2822 compliant (it lacks the zone).
20761         Update copyright notice.
20762
20763 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20764
20765         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
20766         for text/rtf.  Display default in prompt.  Pass default for M-n.
20767
20768         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
20769
20770 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20771
20772         * gnus-msg.el (gnus-button-mailto):
20773         Remove save-selected-window-window hackery because it relies on
20774         save-selected-window internals.
20775
20776 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20777
20778         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
20779         (gnus-article-next-page-1): Use gnus-beginning-of-window.
20780         (gnus-article-prev-page): Ditto.
20781
20782         * gnus-util.el (gnus-beginning-of-window): New function.
20783         (gnus-end-of-window): New function.
20784
20785         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
20786
20787 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
20788
20789         * gnus-score.el (gnus-score-edit-all-score):
20790         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
20791         gnus-message.
20792
20793 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20794
20795         * gnus-msg.el (gnus-button-mailto):
20796         Remove save-selected-window-window hackery because it relies on
20797         save-selected-window internals.
20798
20799 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20800
20801         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
20802         add-minor-mode.
20803         (gnus-binary-mode): Ditto.
20804
20805         * gnus-topic.el (gnus-topic-mode): Ditto.
20806
20807 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
20808
20809         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
20810         (gnus-article-prev-page): Take scroll-margin into consideration.
20811
20812 2005-07-04  Lute Kamstra  <lute@gnu.org>
20813
20814         Update FSF's address in GPL notices.
20815
20816 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
20817
20818         * gnus.el (gnus-exit):
20819         * gnus-group.el (gnus-group-icons):
20820         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
20821
20822         * gnus-nocem.el (gnus-nocem):
20823         * message.el (message-various, message-buffers, message-sending)
20824         (message-interface, message-forwarding, message-insertion)
20825         (message-headers, message-news, message-mail):
20826         * pgg-gpg.el (pgg-gpg):
20827         * pgg-parse.el (pgg-parse):
20828         * pgg-pgp.el (pgg-pgp):
20829         * pgg-pgp5.el (pgg-pgp5):
20830         * pop3.el (pop3): Finish `defgroup' description with period.
20831
20832 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20833
20834         * gnus-art.el (article-display-face): Improve the efficiency.
20835         (article-display-x-face): Ditto; remove gray x-face stuff.
20836
20837 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
20838
20839         * gnus-art.el (article-display-face): Correct the position in
20840         which Faces are inserted.
20841
20842 2005-06-29  Didier Verna  <didier@xemacs.org>
20843
20844         * gnus-art.el (article-display-face): Display faces in correct
20845         order.
20846
20847 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20848
20849         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
20850         (gnus-fill-real-hashtb): Use hash table instead of obarray.
20851         (gnus-nocem-check-article): Fetch the Type header.
20852         (gnus-nocem-message-wanted-p): Fix the way to examine types.
20853         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
20854         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
20855         make sure gnus-nocem-hashtb is initialized.
20856         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
20857         (gnus-nocem-unwanted-article-p): Ditto.
20858
20859         * pgg.el (pgg-verify): Return the verification result.
20860
20861 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20862
20863         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
20864         is ascii.
20865
20866 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
20867
20868         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
20869         `show-nonbreak-escape'.
20870
20871 2005-06-23  Lute Kamstra  <lute@gnu.org>
20872
20873         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
20874
20875         * dig.el (dig-mode):
20876         * smime.el (smime-mode): Use gnus-run-mode-hooks.
20877
20878 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
20879
20880         * nnimap.el (nnimap-split-download-body): Fix spellings.
20881
20882 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
20883
20884         * gnus-art.el (gnus-article-encrypt-body):
20885         * gnus-cus.el (gnus-score-customize):
20886         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
20887         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
20888
20889 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
20890
20891         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
20892         header by looking for magic "MII" at the beginning.
20893
20894 2005-06-16  Miles Bader  <miles@gnu.org>
20895
20896         * gnus-xmas.el (gnus-xmas-group-startup-message):
20897         Use renamed gnus-splash face.
20898
20899         * assistant.el (assistant-field): Remove "-face" suffix from face name.
20900         (assistant-field-face): New backward-compatibility alias for renamed
20901         face.
20902         (assistant-render-text): Use renamed assistant-field face.
20903
20904         * spam.el (spam): Remove "-face" suffix from face name.
20905         (spam-face): New backward-compatibility alias for renamed face.
20906         (spam-face, spam-initialize): Use renamed spam face.
20907
20908         * message.el (message-header-to, message-header-cc)
20909         (message-header-subject, message-header-newsgroups)
20910         (message-header-other, message-header-name)
20911         (message-header-xheader, message-separator, message-cited-text)
20912         (message-mml): Remove "-face" suffix from face names.
20913         (message-header-to-face, message-header-cc-face)
20914         (message-header-subject-face, message-header-newsgroups-face)
20915         (message-header-other-face, message-header-name-face)
20916         (message-header-xheader-face, message-separator-face)
20917         (message-cited-text-face, message-mml-face):
20918         New backward-compatibility aliases for renamed faces.
20919         (message-font-lock-keywords): Use renamed message faces.
20920
20921         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
20922         (sieve-test-commands, sieve-tagged-arguments):
20923         Remove "-face" suffix from face names.
20924         (sieve-control-commands-face, sieve-action-commands-face)
20925         (sieve-test-commands-face, sieve-tagged-arguments-face):
20926         New backward-compatibility aliases for renamed faces.
20927         (sieve-control-commands-face, sieve-action-commands-face)
20928         (sieve-test-commands-face, sieve-tagged-arguments-face):
20929         Use renamed sieve faces.
20930
20931         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
20932         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
20933         (gnus-group-news-3-empty, gnus-group-news-4)
20934         (gnus-group-news-4-empty, gnus-group-news-5)
20935         (gnus-group-news-5-empty, gnus-group-news-6)
20936         (gnus-group-news-6-empty, gnus-group-news-low)
20937         (gnus-group-news-low-empty, gnus-group-mail-1)
20938         (gnus-group-mail-1-empty, gnus-group-mail-2)
20939         (gnus-group-mail-2-empty, gnus-group-mail-3)
20940         (gnus-group-mail-3-empty, gnus-group-mail-low)
20941         (gnus-group-mail-low-empty, gnus-summary-selected)
20942         (gnus-summary-cancelled, gnus-summary-high-ticked)
20943         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
20944         (gnus-summary-high-ancient, gnus-summary-low-ancient)
20945         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
20946         (gnus-summary-low-undownloaded)
20947         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
20948         (gnus-summary-low-unread, gnus-summary-normal-unread)
20949         (gnus-summary-high-read, gnus-summary-low-read)
20950         (gnus-summary-normal-read, gnus-splash):
20951         Remove "-face" suffix from face names.
20952         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
20953         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
20954         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
20955         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
20956         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
20957         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
20958         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
20959         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
20960         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
20961         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
20962         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
20963         (gnus-summary-selected-face, gnus-summary-cancelled-face)
20964         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
20965         (gnus-summary-normal-ticked-face)
20966         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
20967         (gnus-summary-normal-ancient-face)
20968         (gnus-summary-high-undownloaded-face)
20969         (gnus-summary-low-undownloaded-face)
20970         (gnus-summary-normal-undownloaded-face)
20971         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
20972         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
20973         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
20974         (gnus-splash-face):
20975         New backward-compatibility aliases for renamed faces.
20976         (gnus-group-startup-message): Use renamed gnus faces.
20977
20978         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
20979         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
20980         (gnus-server-agent): Remove "-face" suffix from face names.
20981         (gnus-server-agent-face, gnus-server-opened-face)
20982         (gnus-server-closed-face, gnus-server-denied-face)
20983         (gnus-server-offline-face):
20984         New backward-compatibility aliases for renamed faces.
20985         (gnus-server-agent-face, gnus-server-opened-face)
20986         (gnus-server-closed-face, gnus-server-denied-face)
20987         (gnus-server-offline-face): Use renamed gnus faces.
20988
20989         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
20990         Remove "-face" suffix from face names.
20991         (gnus-picon-xbm-face, gnus-picon-face):
20992         New backward-compatibility aliases for renamed faces.
20993
20994         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
20995         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
20996         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
20997         (gnus-cite-11): Remove "-face" suffix from face names.
20998         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
20999         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
21000         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
21001         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
21002         New backward-compatibility aliases for renamed faces.
21003         (gnus-cite-attribution-face, gnus-cite-face-list)
21004         (gnus-article-boring-faces): Use renamed gnus faces.
21005
21006         * gnus-art.el (gnus-signature, gnus-header-from)
21007         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
21008         (gnus-header-content): Remove "-face" suffix from face names.
21009         (gnus-signature-face, gnus-header-from-face)
21010         (gnus-header-subject-face, gnus-header-newsgroups-face)
21011         (gnus-header-name-face, gnus-header-content-face):
21012         New backward-compatibility aliases for renamed faces.
21013         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
21014
21015         * gnus-sum.el (gnus-summary-selected-face)
21016         (gnus-summary-highlight): Use renamed gnus faces.
21017         * gnus-group.el (gnus-group-highlight): Likewise.
21018
21019 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
21020
21021         * gnus-sieve.el (gnus-sieve-article-add-rule):
21022         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
21023         * spam-stat.el (spam-stat-buffer-change-to-spam)
21024         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
21025
21026         * message.el (message-is-yours-p):
21027         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
21028
21029 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21030
21031         * mm-view.el (mm-inline-text): Withdraw the last change.
21032
21033 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21034
21035         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
21036         executing enriched-decode.
21037
21038 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21039
21040         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
21041         charset of tar files.
21042
21043 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
21044
21045         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
21046
21047 2005-06-04  Lute Kamstra  <lute@gnu.org>
21048
21049         * nnfolder.el (nnfolder-read-folder): Make sure that undo
21050         information is never recorded.
21051
21052 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21053
21054         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
21055
21056 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21057
21058         * pop3.el (pop3-apop): Run md5 in the binary mode.
21059
21060         * starttls.el (starttls-set-process-query-on-exit-flag):
21061         Use eval-and-compile.
21062
21063 2005-05-31  Simon Josefsson  <jas@extundo.com>
21064
21065         * smime.el (smime-replace-in-string): Define.
21066         (smime-cert-by-ldap-1): Use it.
21067
21068 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
21069
21070         * gnus-art.el (article-display-x-face): Replace
21071         process-kill-without-query by gnus-set-process-query-on-exit-flag.
21072
21073         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
21074         set-process-query-on-exit-flag or process-kill-without-query.
21075
21076         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
21077         loop instead of replace-regexp.
21078
21079         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
21080         instead of process-kill-without-query if it is available.
21081
21082         * lpath.el: Fbind ldap-search-entries.
21083
21084         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
21085         instead of find-file-hooks if it is available.
21086
21087         * mml1991.el: Bind pgg-default-user-id when compiling.
21088
21089         * mml2015.el: Bind pgg-default-user-id when compiling.
21090
21091         * nndraft.el (nndraft-request-associate-buffer):
21092         Use write-contents-functions instead of write-contents-hooks if it is
21093         available.
21094
21095         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
21096         instead of find-file-hooks if it is available.
21097
21098         * nntp.el (nntp-open-connection): Replace
21099         process-kill-without-query by gnus-set-process-query-on-exit-flag.
21100         (nntp-open-ssl-stream): Ditto.
21101         (nntp-open-tls-stream): Ditto.
21102
21103         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
21104         set-process-query-on-exit-flag or process-kill-without-query.
21105         (starttls-open-stream-gnutls): Use it instead of
21106         process-kill-without-query.
21107         (starttls-open-stream): Ditto.
21108
21109 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
21110
21111         * smime.el (smime-cert-by-ldap-1): Don't use
21112         replace-regexp-in-string.
21113
21114 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
21115
21116         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
21117
21118         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
21119         in PEM format.  Adjust to the XEmacs compatibility.
21120
21121 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
21122
21123         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
21124         by `string-to-number'.
21125         * gnus-agent.el (gnus-agent-regenerate-group)
21126         (gnus-agent-fetch-articles): Ditto.
21127         * gnus-art.el (gnus-button-fetch-group): Ditto.
21128         * gnus-cache.el (gnus-cache-generate-active)
21129         (gnus-cache-articles-in-group): Ditto.
21130         * gnus-group.el (gnus-group-set-current-level)
21131         (gnus-group-insert-group-line): Ditto.
21132         * gnus-score.el (gnus-score-set-expunge-below)
21133         (gnus-score-set-mark-below, gnus-summary-score-effect)
21134         (gnus-summary-score-entry): Ditto.
21135         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
21136         (gnus-soup-pack): Ditto.
21137         * gnus-spec.el (gnus-xmas-format): Ditto.
21138         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
21139         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
21140         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
21141         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
21142         * nndb.el (nndb-get-remote-expire-response): Ditto.
21143         * nndiary.el (nndiary-parse-schedule-value)
21144         (nndiary-string-to-number, nndiary-request-replace-article)
21145         (nndiary-request-article): Ditto.
21146         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
21147         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
21148         * nneething.el (nneething-make-head): Ditto.
21149         * nnfolder.el (nnfolder-request-article)
21150         (nnfolder-retrieve-headers): Ditto.
21151         * nnheader.el (nnheader-file-to-number): Ditto.
21152         * nnkiboze.el (nnkiboze-request-article): Ditto.
21153         * nnmail.el (nnmail-process-unix-mail-format)
21154         (nnmail-process-babyl-mail-format): Ditto.
21155         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
21156         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
21157         (nnmh-request-create-group, nnmh-request-list-1)
21158         (nnmh-request-group, nnmh-request-article): Ditto.
21159         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
21160         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
21161         * nnsoup.el (nnsoup-make-active): Ditto.
21162         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
21163         * nntp.el (nntp-find-group-and-number)
21164         (nntp-retrieve-headers-with-xover): Ditto.
21165         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
21166         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
21167         (pgg-format-key-identifier): Ditto.
21168         * pop3.el (pop3-last, pop3-stat): Ditto.
21169         * qp.el (quoted-printable-decode-region): Ditto.
21170
21171         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
21172         of concat.
21173
21174 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21175
21176         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
21177
21178         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
21179
21180         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
21181
21182         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
21183
21184         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
21185
21186         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
21187
21188         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
21189         (gnus-carpal-mode): Ditto.
21190
21191         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
21192         (gnus-browse-mode): Ditto.
21193
21194         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
21195
21196         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
21197
21198 2005-05-29  Richard M. Stallman  <rms@gnu.org>
21199
21200         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
21201
21202 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21203
21204         * gnus-util.el (gnus-run-mode-hooks): New function.
21205
21206         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
21207
21208         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
21209         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
21210
21211 2005-05-27  Lute Kamstra  <lute@gnu.org>
21212
21213         * dns-mode.el (dns-mode): Specify customization group.
21214
21215 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
21216
21217         * gnus-agent.el (gnus-agent-make-mode-line-string):
21218         Use mode-line-highlight as mouse-face.
21219
21220 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21221
21222         * canlock.el (canlock): Change the parent group to news.
21223
21224         * deuglify.el (gnus-outlook-deuglify): Add :group.
21225
21226         * dig.el (dig): Add :group.
21227
21228         * dns-mode.el (dns-mode): Add :group.
21229
21230         * encrypt.el (encrypt): Add :group.
21231
21232         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
21233         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
21234         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
21235         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
21236         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
21237
21238         * gnus-diary.el (gnus-diary): Add :group.
21239
21240         * gnus.el (gnus-group-news-1-face): Add :group.
21241         (gnus-group-news-1-empty-face): Ditto.
21242         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
21243         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
21244         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
21245         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
21246         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
21247         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
21248         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
21249         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
21250         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
21251         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
21252         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
21253         (gnus-summary-high-ticked-face): Ditto.
21254         (gnus-summary-low-ticked-face): Ditto.
21255         (gnus-summary-normal-ticked-face): Ditto.
21256         (gnus-summary-high-ancient-face): Ditto.
21257         (gnus-summary-low-ancient-face): Ditto.
21258         (gnus-summary-normal-ancient-face): Ditto.
21259         (gnus-summary-high-undownloaded-face): Ditto.
21260         (gnus-summary-low-undownloaded-face): Ditto.
21261         (gnus-summary-normal-undownloaded-face): Ditto.
21262         (gnus-summary-high-unread-face): Ditto.
21263         (gnus-summary-low-unread-face): Ditto.
21264         (gnus-summary-normal-unread-face): Ditto.
21265         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
21266         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
21267
21268         * hashcash.el (hashcash): New custom group.
21269         (hashcash-default-payment): Add :group.
21270         (hashcash-payment-alist): Ditto.
21271         (hashcash-default-accept-payment): Ditto.
21272         (hashcash-accept-resources): Ditto.
21273         (hashcash-path): Ditto.
21274         (hashcash-extra-generate-parameters): Ditto.
21275         (hashcash-double-spend-database): Ditto.
21276         (hashcash-in-news): Ditto.
21277
21278         * message.el (message-minibuffer-local-map): Add :group.
21279
21280         * netrc.el (netrc): Add :group.
21281
21282         * sieve-manage.el (sieve-manage-log): Add :group.
21283         (sieve-manage-default-user): Diito.
21284         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
21285         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
21286         (sieve-manage-authenticators): Ditto.
21287         (sieve-manage-authenticator-alist): Ditto.
21288         (sieve-manage-default-port): Ditto.
21289
21290         * sieve-mode.el (sieve-control-commands-face): Add :group.
21291         (sieve-action-commands-face): Ditto.
21292         (sieve-test-commands-face): Ditto.
21293         (sieve-tagged-arguments-face): Ditto.
21294
21295         * smime.el (smime): Add :group.
21296
21297         * spam-report.el (spam-report): Add :group.
21298
21299         * spam.el (spam, spam-face): Add :group.
21300
21301 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21302
21303         * nntp.el (nntp-next-result-arrived-p): Some news servers may
21304         return \n.\n.\n at the end of articles.  Protect against that.
21305         (nntp-with-open-group): Allow debugging.
21306
21307         * nnheader.el (mail-header-set-extra): Make into a function
21308         because I just could't understand how to quote the list properly.
21309
21310         * dns.el (query-dns-cached): New function.
21311
21312 2005-05-26  Lute Kamstra  <lute@gnu.org>
21313
21314         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
21315
21316 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21317
21318         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
21319
21320         * gnus-art.el: Don't autoload mail-extract-address-components.
21321
21322         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
21323         eval-and-compile to evaluate it.
21324
21325         * hashcash.el: Don't autoload executable-find.
21326
21327         * nndb.el: Don't declare the nndb back end two or more times; don't
21328         autoload news-reply-mode, news-setup, cancel-timer and telnet.
21329
21330         * nntp.el: Autoload format-spec instead of format; use
21331         eval-and-compile to evaluate autoload forms.
21332
21333 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
21334
21335         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
21336
21337 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21338
21339         * gnus.el (gnus-version-number): Bump version.
21340
21341 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21342
21343         * gnus.el: No Gnus v0.3 is released.
21344
21345 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21346
21347         * lpath.el (featurep): Bind show-nonbreak-escape.
21348
21349 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21350
21351         * gnus-art.el (gnus-article-edit-part): Disable undo.
21352
21353 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21354
21355         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
21356         gnus-article-date-lapsed-new-header is t if date timer is active;
21357         skip headers in which the original date value is empty.
21358         (gnus-article-save-original-date): Redefine it as a macro.
21359         (gnus-display-mime): Use it.
21360
21361 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21362
21363         * gnus-art.el (article-date-ut): Support converting date in
21364         forwarded parts as well.
21365         (gnus-article-save-original-date): New function.
21366         (gnus-display-mime): Use it.
21367
21368 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
21369
21370         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
21371         enclosure element of <item>.
21372
21373 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
21374
21375         * message.el (message-kill-buffer-query): Rename from
21376         `message-kill-buffer-query-if-modified'.  Add :version.
21377
21378 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21379
21380         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
21381         window layout.
21382
21383 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21384
21385         * mml.el: Autoload dnd when compiling.
21386
21387 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
21388
21389         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
21390         x-dnd-*.
21391
21392 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21393
21394         * qp.el (quoted-printable-encode-region): Save excursion.
21395
21396 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
21397
21398         * message.el (message-kill-buffer-query-if-modified): Add new variable
21399         so the user can kill a modified message buffer quickly.
21400         (message-kill-buffer): Use it.
21401
21402 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21403
21404         * lpath.el: Fbind display-time-event-handler; don't fbind
21405         string-to-multibyte.
21406
21407         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
21408
21409 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21410
21411         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
21412         contained in text because xml.el decodes entities) with LFs.
21413
21414 2005-04-11  Lute Kamstra  <lute@gnu.org>
21415
21416         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
21417         differently.
21418
21419 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21420
21421         * mm-util.el (mm-detect-coding-region): Typo.
21422
21423 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
21424
21425         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
21426
21427 2005-04-06  Deepak Goel  <deego@gnufans.org>
21428
21429         * spam-stat.el (spam-stat-score-buffer): Add a call to a
21430         user-function allow user modifications of the scores.
21431         (spam-stat-score-buffer-user): New function, to allow
21432         user-computed modifications to the score.
21433         (spam-stat-score-buffer-user-functions): List of additional
21434         scoring functions.
21435         (spam-stat-error-holder): Global temporary error holder.
21436         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
21437         variable.
21438
21439 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
21440
21441         * gnus-registry.el (gnus-registry-clean-empty-function)
21442         (gnus-registry-trim, gnus-registry-fetch-groups)
21443         (gnus-registry-delete-group): Groups that match
21444         `gnus-registry-ignored-groups' are removed from the registry
21445         entries, not just ignored for splitting.  This helps clean up the
21446         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
21447         to get all the groups a message ID is in.
21448
21449         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
21450         (spam-stat-split-fancy): Change "threshhold" to "threshold".
21451         (spam-stat-score-buffer-user-functions): Add :number custom type.
21452
21453 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21454
21455         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
21456         argument in XEmacs.
21457
21458         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
21459         (nnrss-request-group): Decode group name first.
21460         (nnrss-request-article): Make a text/plain article if mml-to-mime
21461         failed.
21462         (nnrss-get-encoding): Return a compatible encoding according to
21463         nnrss-compatible-encoding-alist.
21464         (nnrss-find-el): Use consp instead of listp.
21465         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
21466
21467 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21468
21469         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
21470         which Emacs 20 doesn't support.
21471         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
21472
21473 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
21474
21475         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
21476         silence the byte compiler inside the defun.
21477
21478         * gnus-demon.el (parse-time-string): Add autoload.
21479
21480         * gnus-delay.el (parse-time-string): Add autoload.
21481
21482         * gnus-art.el (parse-time-string): Add autoload.
21483
21484         * nnultimate.el (parse-time): Require for `parse-time-string'.
21485
21486 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
21487
21488         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
21489
21490         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
21491
21492         * smime.el (smime-ldap-host-list): Add :version.
21493
21494 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
21495
21496         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
21497         pass it to `gnus-browse-read-group'.
21498         (gnus-browse-read-group): Add NUMBER argument and pass it to
21499         `gnus-group-read-ephemeral-group'.
21500
21501         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
21502         argument and pass it to `gnus-group-read-group'.
21503
21504 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
21505
21506         * mm-util.el (mm-xemacs-find-mime-charset): Only call
21507         mm-xemacs-find-mime-charset-1 if we have the mule feature
21508         available at runtime.
21509
21510 2005-03-25  Werner Lemberg  <wl@gnu.org>
21511
21512         * nnmaildir.el: Replace `illegal' with `invalid'.
21513
21514 2005-03-23  Lute Kamstra  <lute@gnu.org>
21515
21516         * time-date.el: Add comment on time value formats.
21517         Don't require parse-time.
21518         (with-decoded-time-value): New macro.
21519         (encode-time-value): New function.
21520         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
21521         (days-to-time): Return a valid time value when arg is huge.
21522         (time-since): Use time-subtract.
21523         (time-to-number-of-days): Use time-to-seconds.
21524
21525 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21526
21527         * gnus-start.el (gnus-display-time-event-handler):
21528         Check display-time-timer at runtime rather than only at load time
21529         in case display-time-mode is turned off in the mean time.
21530
21531 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
21532
21533         * nnimap.el (nnimap-open-connection): Print which authinfo file is
21534         used.
21535
21536         * nneething.el (nneething-map-file-directory): Derive from
21537         `gnus-directory'.
21538
21539         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
21540         the To/Cc button.
21541
21542 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
21543
21544         * nnmaildir.el (nnmaildir-request-accept-article):
21545         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
21546
21547 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
21548
21549         * gnus-async.el: Require timer-funcs at compile time when in
21550         XEmacs for `run-with-idle-timer'.
21551
21552 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
21553
21554         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
21555         autoloaded function.
21556
21557 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21558
21559         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
21560
21561 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
21562
21563         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
21564
21565 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21566
21567         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
21568         Add gnus-expert-user to default.
21569
21570 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
21571
21572         * nnimap.el (nnimap-open-server): Ditto.
21573
21574         * imap.el (imap-authenticate): Fix typo.
21575
21576 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
21577
21578         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
21579         buffer (since IMAP server might return FETCH response out of
21580         order, and the nntp buffer must be sorted).
21581
21582 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
21583
21584         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
21585         comparison on string.
21586
21587         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
21588         (gnus-agent-score): Rename category keywords to match gnus-cus.
21589         (gnus-agent-summary-fetch-series): Modify to protect against
21590         gnus-agent-summary-fetch-group clearing processable flags.
21591         (gnus-agent-synchronize-group-flags): Update live group buffer as
21592         synchronization may occur due to the user toggle the plugged
21593         status.
21594         (gnus-agent-fetch-group-1): Clear downloadable flag when article
21595         successfully downloaded.
21596         (gnus-agent-expire-group-1): Avoid using markers when the overview
21597         is in ascending order; greatly improves performance.
21598         (gnus-agent-regenerate-group):
21599         Use gnus-agent-synchronize-group-flags to reset read status in both
21600         gnus and server.
21601         (gnus-agent-update-files-total-fetched-for): Fix initial size.
21602
21603 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
21604
21605         * message.el: Don't autoload former message-utils variables.
21606         (message-strip-subject-trailing-was): Change doc string.
21607
21608         * nnweb.el: Fixes for `gnus-group-make-web-group'.
21609         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
21610         (nnweb-google-search): Add "hl=en" here.
21611         (nnweb-google-parse-1, nnweb-google-create-mapping):
21612         Don't hardcode URL.
21613
21614 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
21615
21616         * message.el (message-get-reply-headers, message-followup):
21617         Mention related variables `message-use-followup-to' and
21618         `message-use-mail-followup-to', in the information buffer.
21619
21620         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
21621         of broken groups(-beta).google.com.
21622
21623 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
21624
21625         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
21626         parameter to invoked gnus-request-move-article; remove the
21627         redundant gnus-sum-hint-move-is-internal variable; apply the marks
21628         all at once instead of once per article.
21629         (gnus-summary-remove-process-mark): Accept a list of articles as
21630         well as a single article for processing.
21631
21632         * gnus-int.el (gnus-request-move-article): Add move-is-internal
21633         parameter.
21634
21635         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
21636
21637         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
21638
21639         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
21640         parameter.
21641
21642         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
21643         parameter.
21644
21645         * nnimap.el (nnimap-request-move-article): Add move-is-internal
21646         parameter and remove the gnus-sum-hint-move-is-internal variable.
21647
21648         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
21649         parameter.
21650
21651         * nndraft.el (nndraft-request-move-article): Add move-is-internal
21652         parameter.
21653
21654         * nndiary.el (nndiary-request-move-article): Add move-is-internal
21655         parameter.
21656
21657         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
21658
21659         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
21660         parameter.
21661
21662         * nnagent.el (nnagent-request-move-article): Add move-is-internal
21663         parameter.
21664
21665 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21666
21667         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
21668         a more conservative way.
21669
21670 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21671
21672         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
21673         buffer, so it moves the window's cursor.
21674
21675 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
21676
21677         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
21678         `mm-dissect-multipart' and receive the from field as an (optional)
21679         argument from `mm-dissect-multipart'.
21680         (mm-dissect-multipart): Receive the from field as an argument and
21681         pass it on when we call `mm-dissect-buffer' on MIME parts.
21682         Fixes verification/decryption of signed/encrypted MIME parts.
21683
21684 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
21685
21686         * gnus-sum.el (gnus-summary-move-article):
21687         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
21688         whatever it calls (right now, only nnimap-request-move article
21689         respects it).
21690
21691         * nnimap.el (nnimap-request-move-article):
21692         When gnus-sum-hint-move-is-internal is set, don't do the extra
21693         nnimap-request-article.
21694
21695 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
21696
21697         * nnheader.el (nnheader-find-file-noselect): Add doc string.
21698
21699         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
21700         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
21701
21702         * gnus-sum.el (gnus-summary-caesar-message):
21703         Apply `gnus-treat-article' after rotation.
21704
21705         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
21706         doc string.
21707
21708 2005-02-22  Simon Josefsson  <jas@extundo.com>
21709
21710         * encrypt.el (encrypt-password-cache-expiry): Remove (use
21711         `password-cache-expiry' instead).  Reported by Arne Jørgensen
21712         <arne@arnested.dk>.
21713         (encrypt): Add password-cache and password-cache-expiry as group
21714         members.
21715
21716 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
21717
21718         * smime.el (smime-ldap-host-list): Doc fix.
21719         (smime-ask-passphrase): Use `password-read-and-add' to read (and
21720         cache) password.
21721         (smime-sign-region): Use it.
21722         (smime-decrypt-region): Use it.
21723         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
21724         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
21725         fails.
21726         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
21727         certificate from DER to PEM format rather than calling openssl.
21728
21729         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
21730
21731         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
21732         for signing/encryption.
21733
21734         * mml.el (mml-parse-1): Use them.
21735
21736 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
21737
21738         * nnrss.el (nnrss-verbose): Remove.
21739         (nnrss-request-group): Use `nnheader-message' instead.
21740
21741 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
21742
21743         * nnrss.el (nnrss-verbose): New variable.
21744         (nnrss-request-group): Make it say nnrss is requesting a group.
21745
21746 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
21747
21748         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
21749         Handle news URL with given port correctly.
21750
21751 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21752
21753         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
21754         containing special characters.
21755
21756         * gnus-sum.el (gnus-summary-edit-article): Ditto.
21757
21758         * mml.el (mime-to-mml): Ditto.
21759
21760         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
21761         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
21762         (rfc2047-decode-region): Quote decoded words containing special
21763         characters when rfc2047-quote-decoded-words-containing-tspecials
21764         is non-nil.
21765
21766 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
21767
21768         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
21769
21770         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
21771
21772 2005-02-15  Simon Josefsson  <jas@extundo.com>
21773
21774         * nnimap.el (nnimap-debug): Doc fix.
21775
21776         * imap.el (imap-debug): Doc fix.
21777
21778 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21779
21780         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
21781
21782 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
21783
21784         * gnus.el (spam-contents): Improve docs for spam-contents
21785         parameter in its variable incarnation.
21786
21787 2005-02-14  Simon Josefsson  <jas@extundo.com>
21788
21789         * smime-ldap.el: Use require instead of load-library for ldap.
21790         (smime-ldap-search): Indent.
21791         (smime-ldap-search-internal): Shorten line.
21792
21793         * smime.el (smime-cert-by-dns): Add doc-string.
21794         (smime-cert-by-ldap-1): Indent.
21795
21796         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
21797         mml-smime-get-dns-ldap.
21798         (mml-smime-encrypt-query): Use new function.  Default to ldap.
21799
21800 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
21801
21802         * smime.el: Require smime-ldap.
21803         (smime-ldap-host-list): New variable.
21804         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
21805
21806         * mml-smime.el (mml-smime-encrypt-query): New function.
21807         (mml-smime-encrypt-query): Use it.
21808
21809         * smime-ldap.el: New file.
21810
21811 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21812
21813         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
21814
21815 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
21816
21817         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
21818         argument in doc string.  Make query for type more clear.
21819
21820 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
21821
21822         * gnus.el (gnus-group-startup-message): Search for gnus images in
21823         etc/images/gnus.
21824         * mm-util.el (mm-image-load-path): Likewise.
21825         * smiley.el (smiley-data-directory): Search for smilies in
21826         etc/images/smilies.
21827
21828 2005-02-09  Kim F. Storm  <storm@cua.dk>
21829
21830         Change Emacs release version from 21.4 to 22.1 throughout.
21831         Change Emacs development version from 21.3.50 to 22.0.50.
21832
21833 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21834
21835         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
21836
21837         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
21838         non-Mule XEmacs as well.
21839         (mm-decompress-buffer): Signal an error intentionally if it does
21840         not decompress compressed data because auto-compression-mode is
21841         disabled.
21842
21843 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
21844
21845         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
21846         an ID in the registry even if it has no groups.
21847
21848 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21849
21850         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
21851         merge it into mm-decompress-buffer.
21852         (gnus-mime-copy-part): Use the MIME part charset, the value which
21853         a user specified or gnus-newsgroup-charset for decoding, like
21854         gnus-mime-inline-part does; set buffer-file-coding-system to tell
21855         save-buffer what was used.  Suggested by Kevin Ryde
21856         <user42@zip.com.au>.
21857         (gnus-mime-inline-part): Allow the name parameter as well as the
21858         filename parameter; force decompressing of compressed data; always
21859         display contents being not decoded as unibyte.
21860
21861         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
21862         as well as the filename parameter.
21863
21864         * mm-util.el (mm-decompress-buffer):
21865         Merge gnus-mime-jka-compr-maybe-uncompress.
21866         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
21867         of compressed data.
21868
21869 2005-02-08  Simon Josefsson  <jas@extundo.com>
21870
21871         * imap.el (imap-log): Doc fix.
21872
21873 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21874
21875         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
21876         the coding cookies; decompress compressed parts.
21877
21878         * mml.el (mml-generate-mime-1): Add the charset parameter according
21879         to the value which a user specified manually or the coding cookie.
21880
21881         * mm-util.el (mm-string-to-multibyte): New function.
21882         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
21883         (mm-coding-system-to-mime-charset): New function.
21884         (mm-decompress-buffer): New function.
21885         (mm-find-buffer-file-coding-system): New function.
21886
21887         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
21888         (mm-display-inline-fontify): Rewrite for decoding and decompressing
21889         parts.
21890
21891 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
21892
21893         * mm-view.el (mm-display-inline-fontify): Decode a part according
21894         to the charset parameter.
21895
21896 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21897
21898         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
21899         prefix arg is neither nil nor a number, as info specifies.
21900
21901 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21902
21903         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
21904         timestamps.
21905
21906 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
21907
21908         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
21909         groups error checking and notify user.
21910
21911 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
21912
21913         * message.el (message-send-mail-function): Check existence of
21914         sendmail-program first before using default value
21915         `message-send-mail-with-sendmail'.  Otherwise use more generic
21916         `smtpmail-send-it'.
21917
21918 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21919
21920         * nntp.el (nntp-request-update-info): Always return nil.
21921
21922 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21923
21924         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
21925
21926 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21927
21928         * message.el (message-beginning-of-line): Change the behavior when
21929         invoked between BOL and : so that it first moves backward.
21930
21931 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21932
21933         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
21934         article buffer when editing of the article is discarded.
21935         (gnus-article-prepare): Revert.
21936
21937 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21938
21939         * gnus-art.el (gnus-article-prepare):
21940         Remove message-strip-forbidden-properties from the local hook.
21941
21942 2005-01-27  Simon Josefsson  <jas@extundo.com>
21943
21944         * password.el (password-cache-add): Only start one timer per key.
21945         Reported by Derek Atkins <warlord@MIT.EDU>.
21946
21947 2005-01-26  Steve Youngs  <steve@sxemacs.org>
21948
21949         * run-at-time.el: Remove.  It is no longer needed as
21950         timer-funcs.el in the xemacs-base package has a working version of
21951         `run-at-time'.
21952
21953         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
21954
21955         * password.el: Require timer-funcs instead of run-at-time in
21956         XEmacs.
21957         Remove `password-run-at-time' macro.
21958         (password-cache-add): Use `run-at-time' instead of
21959         `password-run-at-time'.
21960
21961         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
21962         Remove `nnheader-cancel-function-timers' alias,
21963         `cancel-function-timers' exists in XEmacs in timer-funcs.
21964
21965         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
21966         for `run-with-idle-timer'.
21967
21968         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
21969         for `run-at-time'.
21970
21971         * mm-url.el: Require timer-funcs at compile time when in XEmacs
21972         for `with-timeout'.
21973
21974         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
21975         the same as for XEmacs 21.4.
21976         No need to ignore `run-with-idle-timer', this function exists in
21977         XEmacs now in timer-funcs.el in the xemacs-base package.
21978         (dgnushack-compile): No need to delete
21979         run-at-time.el from the list of files to compile because it
21980         doesn't exist anymore.
21981
21982 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21983
21984         * mml.el (mml-generate-mime-1): Convert string into unibyte when
21985         inserting " *mml*" buffer's contents into a unibyte temp buffer.
21986
21987 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
21988
21989         * mail-source.el (mail-source-fetch-imap): Search for ^From case
21990         sensitively.
21991
21992 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
21993
21994         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
21995
21996 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
21997
21998         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
21999         which will be inserted according to the multibyteness of a buffer
22000         rather than the type of contents.  Suggested by ARISAWA Akihiro
22001         <ari@mbf.ocn.ne.jp>.
22002
22003         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
22004         of string which old xml.el may return rather than a string.
22005
22006 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22007
22008         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
22009
22010 2005-01-16  Simon Josefsson  <jas@extundo.com>
22011
22012         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
22013         idn/idna.el isn't available.
22014         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
22015         <michael@waxrat.com>.
22016
22017         * hashcash.el: Remove non-FSF copyright header.
22018
22019         * hashcash.el (hashcash-extra-generate-parameters): New variable.
22020         (hashcash-generate-payment): Use it.
22021         (hashcash-generate-payment-async): Use it.
22022
22023 2005-01-15  Simon Josefsson  <jas@extundo.com>
22024
22025         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
22026         Suggested by Raymond Scholz <ray-2005@zonix.de>.
22027
22028         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
22029         gnus-summary-idna-message.
22030         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
22031         (gnus-summary-idna-message): New function.
22032
22033 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
22034
22035         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
22036         gnus-novice-user.
22037
22038 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22039
22040         * nnrss.el (nnrss-request-delete-group): Delete entries in
22041         nnrss-group-alist as well.
22042         (nnrss-save-server-data): Insert newline.
22043
22044 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
22045
22046         * gnus.el (gnus-user-agent): Use list of symbols instead of
22047         symbols.  Display full version number for (S)XEmacs.
22048         Optionally display (S)XEmacs codename.
22049
22050         * gnus-util.el (gnus-emacs-version): Update for new
22051         `gnus-user-agent'.
22052
22053         * gnus-msg.el (gnus-extended-version): Make it possible to omit
22054         Gnus version.
22055
22056 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
22057
22058         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
22059         which is unreadable in some setups.
22060
22061 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22062
22063         * gnus-spec.el (gnus-update-format-specifications): Flush the
22064         group format spec cache if it doesn't support decoded group names.
22065
22066 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
22067
22068         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
22069         Allow to apply decay on score files matching a regexp.
22070
22071 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
22072
22073         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
22074         compatibility in %g and %c.
22075
22076 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22077
22078         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
22079         name for only %g and %c.
22080         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
22081         of gnus-tmp-group to decoded group name.
22082         (gnus-group-make-rss-group): Exclude `/'s from group names.
22083
22084 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22085
22086         * nnrss.el (nnrss-get-encoding): Fix regexp.
22087
22088 2004-12-27  Simon Josefsson  <jas@extundo.com>
22089
22090         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
22091         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
22092         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
22093
22094 2004-12-17  Kim F. Storm  <storm@cua.dk>
22095
22096         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
22097
22098         * gnus-sum.el (gnus-summary-mode-map): Likewise.
22099
22100 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
22101
22102         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
22103
22104 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22105
22106         * nnrss.el: Require rfc2047 and mml.
22107         (nnrss-file-coding-system): New variable.
22108         (nnrss-format-string): Redefine it as an inline function.
22109         (nnrss-decode-group-name): New function.
22110         (nnrss-string-as-multibyte): Remove.
22111         (nnrss-retrieve-headers): Decode group name; don't use
22112         nnrss-format-string.
22113         (nnrss-request-group): Decode group name.
22114         (nnrss-request-article): Decode group name; allow a Message-ID as
22115         well as an article number; don't use nnrss-format-string; encode a
22116         Message-ID string which may contain non-ASCII characters; use
22117         mml-to-mime to compose a MIME article.
22118         (nnrss-request-expire-articles): Decode group name.
22119         (nnrss-request-delete-group): Decode group name.
22120         (nnrss-fetch): Clarify error message.
22121         (nnrss-read-server-data): Use insert-file-contents instead of load;
22122         bind file-name-coding-system; use multibyte buffer.
22123         (nnrss-save-server-data): Bind coding-system-for-write to the
22124         value of nnrss-file-coding-system; bind file-name-coding-system;
22125         add coding cookie.
22126         (nnrss-read-group-data): Use insert-file-contents instead of load;
22127         bind file-name-coding-system; use multibyte buffer.
22128         (nnrss-save-group-data): Bind coding-system-for-write to the
22129         value of nnrss-file-coding-system; bind file-name-coding-system.
22130         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
22131         make it work with non-ASCII text.
22132         (nnrss-find-el): Make it work with old xml.el as well.
22133
22134 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
22135
22136         * nnrss.el (nnrss-get-encoding): New function.
22137         (nnrss-fetch): Use unibyte buffer initially; bind
22138         coding-system-for-read while performing mm-url-insert; remove ^Ms;
22139         decode contents according to the encoding attribute.
22140         (nnrss-save-group-data): Add coding cookie.
22141         (nnrss-mime-encode-string): New function.
22142         (nnrss-check-group): Use it to encode subject and author.
22143
22144 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
22145
22146         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
22147         imaginary variable.
22148
22149 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22150
22151         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
22152         correctly even if there are wide characters.
22153
22154 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
22155
22156         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
22157         downcased symbol names; make a new cache instead of reusing
22158         bbdb-hashtable.
22159
22160 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22161
22162         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
22163         concatenating segments rather than before concatenating them.
22164         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
22165
22166         * message.el (message-get-reply-headers): Bind `extra'.
22167
22168 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22169
22170         * message.el (message-extra-wide-headers): New variable.
22171         (message-get-reply-headers): Use it.
22172
22173 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22174
22175         * gnus-agent.el (gnus-agent-group-path): Decode group name.
22176         (gnus-agent-group-pathname): Ditto.
22177
22178         * gnus-cache.el (gnus-cache-file-name): Decode group name.
22179
22180         * gnus-group.el (gnus-group-make-group): Decode group name.
22181         (gnus-group-make-rss-group): Register the group data after opening
22182         the nnrss group.
22183
22184 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
22185
22186         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
22187         by expiry now get marked as read.
22188
22189 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22190
22191         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
22192
22193 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
22194
22195         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
22196         unify Latin characters in XEmacs.
22197         (mm-find-mime-charset-region): Use it.
22198
22199 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22200
22201         * gnus-util.el (gnus-delete-directory): New function.
22202
22203         * gnus-agent.el (gnus-agent-delete-group): Use it.
22204
22205         * gnus-cache.el (gnus-cache-delete-group): Use it.
22206
22207 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
22208
22209         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
22210         names.
22211
22212 2004-12-16  Simon Josefsson  <jas@extundo.com>
22213
22214         * hashcash.el (hashcash-payment-alist): Fix custom :type.
22215
22216 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22217
22218         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
22219
22220         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
22221         (gnus-group-set-current-level): Decode group name.
22222
22223 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
22224
22225         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
22226         failed.
22227
22228 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22229
22230         * gnus-group.el (gnus-group-delete-group): Decode group name.
22231         (gnus-group-make-rss-group): Encode group name.
22232         (gnus-group-catchup-current): Decode group name.
22233         (gnus-group-kill-group): Decode group name.
22234
22235 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
22236
22237         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
22238
22239 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22240
22241         * gnus-group.el (gnus-group-make-rss-group):
22242         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
22243
22244         * gnus-start.el (gnus-setup-news): Honor user's setting to
22245         gnus-message-archive-method.  Suggested by Lute Kamstra
22246         <lute@gnu.org>.
22247
22248 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
22249
22250         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
22251         global counterparts of the buffer-local variables.
22252
22253 2004-11-16  Romain Francoise  <romain@orebokech.com>
22254
22255         * gnus-sum.el (gnus-summary-exit): Don't clear the global
22256         counterparts of the buffer-local variables.
22257
22258 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
22259
22260         * message.el (message-forbidden-properties): Fix typo in doc
22261         string.
22262
22263 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
22264
22265         * gnus-util.el (gnus-replace-in-string): Add doc string.
22266
22267         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
22268         to avoid problems when splitting mails with many recipients.
22269
22270 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22271
22272         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
22273         pop-to-buffer, covered by the subsequent gnus-configure-windows.
22274
22275 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
22276
22277         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
22278         if there is no hashtable in memory or file modification time is
22279         newer than cached timestamp.
22280
22281 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
22282
22283         * gnus-sum.el (gnus-summary-limit-to-recipient):
22284         Implement not-matching option.
22285
22286 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
22287
22288         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
22289         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
22290         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
22291         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
22292         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
22293         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
22294
22295 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22296
22297         * message.el (message-forward-make-body-mml): Remove headers
22298         according to message-forward-ignored-headers if a message is decoded.
22299
22300 2004-12-02  Romain Francoise  <romain@orebokech.com>
22301
22302         * message.el (message-forward-make-body-plain): Always remove
22303         headers according to message-forward-ignored-headers.
22304
22305 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
22306
22307         * spam.el (spam-summary-prepare-exit): Remove the
22308         gnus-summary-limit pop for now, it has problems with ham marks for
22309         me.
22310
22311 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
22312
22313         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
22314         correctly.
22315
22316 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
22317
22318         * format-spec.el (format-spec): Message the char.
22319
22320 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
22321
22322         * gnus-art.el (gnus-split-methods): Reformat comments.
22323
22324         * spam.el (spam-summary-prepare-exit): Remove article limits
22325         before exiting the summary buffer.
22326
22327 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22328
22329         * lpath.el: Remove bbdb-create-internal, bbdb-records,
22330         spam-BBDB-register-routine and spam-enter-ham-BBDB.
22331
22332         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
22333         order to silence the byte compiler.
22334
22335         * spam.el: Fix the way to silence the byte compiler, which
22336         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
22337         bbdb-search-simple, spam-BBDB-register-routine,
22338         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
22339         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
22340         spam-stat-buffer-is-spam, spam-stat-load,
22341         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
22342         spam-stat-save and spam-stat-split-fancy.
22343
22344 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22345
22346         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
22347         which may confuse users.
22348         (canlock-password-for-verify): Ditto.
22349
22350         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
22351
22352         * gnus-art.el (gnus-emphasis-alist): Ditto.
22353
22354         * gnus-registry.el (gnus-registry-max-entries): Ditto.
22355
22356         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
22357
22358         * gnus-start.el (gnus-save-killed-list): Ditto.
22359
22360         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
22361         (gnus-sum-thread-tree-root): Ditto.
22362         (gnus-sum-thread-tree-false-root): Ditto.
22363         (gnus-sum-thread-tree-single-indent): Ditto.
22364
22365         * message.el (message-courtesy-message): Ditto.
22366         (message-archive-note): Ditto.
22367         (message-subscribed-address-file): Ditto.
22368         (message-user-fqdn): Ditto.
22369
22370         * spam-report.el (spam-report-gmane-regex): Ditto.
22371
22372         * spam.el (spam-blackhole-good-server-regex): Ditto.
22373
22374 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22375
22376         * mml.el (mml-preview): Widen the message buffer before copying
22377         the contents to the preview buffer; sort headers before previewing.
22378
22379         * message.el (message-hidden-headers): Fix the way to avoid a bug
22380         in the `repeat' widget in Emacs 21.3 or earlier.
22381
22382 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22383
22384         * message.el (message-hidden-headers): Default to "^References:".
22385         Improve customization type.  Suggested by Reiner Steib
22386         <Reiner.Steib@gmx.de>.
22387
22388 2004-11-25  Romain Francoise  <romain@orebokech.com>
22389
22390         * message.el (message-strip-forbidden-properties): Remove check for
22391         obsolete `message-hidden' text property, hidden headers are not
22392         accessible in the buffer anymore.
22393
22394 2004-11-22  Romain Francoise  <romain@orebokech.com>
22395
22396         * message.el (message-header-format-alist): Add `From' in list
22397         so that it can be sorted.
22398         (message-fix-before-sending): Widen and sort headers before
22399         sending.
22400         (message-hide-headers): Use narrowing to hide headers by moving
22401         them to the top of the buffer and narrowing to the region
22402         underneath.
22403
22404 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22405
22406         * message.el (message-strip-forbidden-properties):
22407         Bind buffer-read-only (etc) to nil.
22408
22409 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22410
22411         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
22412         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
22413
22414 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
22415
22416         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
22417
22418 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22419
22420         * dns.el (query-dns): Use sit-for to time instead of
22421         accept-process-output, since that doesn't seem to work on udp
22422         sockets.
22423
22424 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22425
22426         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
22427
22428 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
22429
22430         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
22431         doc string.  Improve doc string.
22432
22433 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22434
22435         * nntp.el (nntp-request-update-info): Return nil if
22436         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
22437         may not call gnus-activate-group which uselessly issues the GROUP
22438         commands for all nntp groups and wastes time.  Reported by Romain
22439         Francoise <romain@orebokech.com>.
22440
22441         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
22442
22443 2004-11-15  Simon Josefsson  <jas@extundo.com>
22444
22445         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
22446         headers separately.
22447         (gnus-button-openpgp): New function, inspired by Jochen Küpper
22448         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
22449
22450 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
22451
22452         * gnus-start.el (gnus-convert-old-newsrc):
22453         Assign legacy-gnus-agent to 5.10.7.
22454
22455 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22456
22457         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
22458         start of the lines.
22459
22460 2004-11-14  Magnus Henoch  <mange@freemail.hu>
22461
22462         * hashcash.el (hashcash-default-payment): Change default to 20.
22463         (hashcash-default-accept-payment): Change default to 20.
22464         (hashcash-process-alist): New variable.
22465         (hashcash-generate-payment-async): Add.
22466         (hashcash-already-paid-p): Add.
22467         (hashcash-insert-payment): Don't generate payments twice.
22468         (hashcash-insert-payment-async): Add.
22469         (hashcash-insert-payment-async-2): Add.
22470         (hashcash-cancel-async): Add.
22471         (hashcash-wait-async): Add.
22472         (hashcash-processes-running-p): Add.
22473         (hashcash-wait-or-cancel): Add.
22474         (mail-add-payment): New optional argument.  Conditionally start
22475         asynchronous calculation.
22476         (mail-add-payment-async): Add.
22477
22478         * message.el (message-send-mail): Wait for asynchronous hashcash
22479         results.  Don't clobber existing X-Hashcash headers.
22480         (message-setup-1): Call mail-add-payment-async when
22481         message-generate-hashcash is non-nil.
22482
22483 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
22484
22485         * message.el (message-use-alternative-email-as-from): Examine the
22486         From header as well; use message-make-from in order to include a
22487         user's full name.
22488
22489 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22490
22491         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
22492         default; improve customization type.
22493         (gnus-emphasis-custom-with-format): New macro.
22494         (gnus-emphasis-custom-value-to-external): New function.
22495         (gnus-emphasis-custom-value-to-internal): New function.
22496
22497 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22498
22499         * dns.el (query-dns): Resolve reverse addresses.
22500
22501 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22502
22503         * gnus-group.el (gnus-group-get-new-news): Use it.
22504
22505         * gnus-start.el (gnus-check-reasonable-setup): New function.
22506
22507 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22508
22509         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
22510         "Args out of range" error.  Reported by Arnaud Giersch
22511         <arnaud.giersch@free.fr>.
22512
22513 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
22514
22515         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
22516
22517 2004-11-04  Richard M. Stallman  <rms@gnu.org>
22518
22519         * spam.el (spam group): Add :version.
22520
22521         * pgg-def.el (pgg group): Add :version.
22522
22523 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22524
22525         * gnus-art.el (gnus-article-edit-article): Don't associate the
22526         article buffer with a draft file.  This is a temporary measure
22527         against the 2004-08-22 change to gnus-article-edit-mode.
22528
22529 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
22530
22531         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
22532         (html2text-format-tags): Remove unused variable `attr'.
22533
22534 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
22535
22536         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
22537
22538         * tls.el (tls-process-connection-type, tls-success)
22539         (tls-certtool-program): Add :version.
22540
22541         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
22542         (starttls-extra-arguments, starttls-process-connection-type)
22543         (starttls-connect, starttls-failure, starttls-success): Add :version.
22544
22545         * spam-stat.el (spam-stat): Add :version.
22546
22547         * sieve.el (sieve): Add :version.
22548
22549         * sha1.el (sha1): Add :version.
22550         (sha1-use-external): Remove redundant version.
22551
22552         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
22553         (nnmail-cache-ignore-groups, nnmail-spool-hook)
22554         (nnmail-split-fancy-match-partial-words)
22555         (nnmail-split-lowercase-expanded): Add :version.
22556
22557         * nndiary.el (nndiary): Add :version.
22558
22559         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
22560
22561         * mml-sec.el (mml-default-sign-method)
22562         (mml-default-encrypt-method, mml-signencrypt-style-alist):
22563         Add :version.
22564
22565         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
22566
22567         * mm-url.el (mm-url-use-external, mm-url-program)
22568         (mm-url-arguments): Add :version.
22569
22570         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
22571         (mm-attachment-file-modes, mm-decrypt-option)
22572         (mm-w3m-safe-url-regexp): Add :version.
22573
22574         * message.el (message-cite-prefix-regexp)
22575         (message-sendmail-envelope-from, message-minibuffer-local-map)
22576         (message-user-fqdn, message-completion-alist): Add :version.
22577
22578         * gnus-win.el (gnus-configure-windows-hook)
22579         (gnus-use-frames-on-any-display): Add :version.
22580
22581         * gnus-art.el (gnus-article-address-banner-alist)
22582         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
22583         (gnus-treat-from-picon, gnus-treat-mail-picon)
22584         (gnus-treat-x-pgp-sig): Add :version.
22585
22586         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
22587         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
22588         (gnus-summary-article-delete-hook)
22589         (gnus-summary-display-while-building): Add :version.
22590
22591         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
22592         (gnus-get-top-new-news-hook): Add :version.
22593
22594         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
22595         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
22596
22597         * gnus-registry.el (gnus-registry): Add :version.
22598
22599         * gnus-spec.el (gnus-use-correct-string-widths)
22600         (gnus-make-format-preserve-properties): Add :version.
22601
22602         * gnus.el (gnus-group-charter-alist)
22603         (gnus-group-fetch-control-use-browse-url)
22604         (gnus-install-group-spam-parameters): Add :version.
22605
22606         * gnus-diary.el (gnus-diary): Add :version.
22607
22608         * gnus-delay.el (gnus-delay): Add :version.
22609
22610         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
22611         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
22612         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
22613         Add :version.
22614
22615         * gnus-agent.el (gnus-agent-max-fetch-size)
22616         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
22617         (gnus-agent-prompt-send-queue): Add :version.
22618
22619         * deuglify.el (gnus-outlook-deuglify): Add :version.
22620
22621         * html2text.el: Beautify code.  Improve doc strings.
22622         Some checkdoc cleanup.
22623         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
22624
22625 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
22626
22627         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
22628
22629 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
22630
22631         * gnus-registry.el (gnus-registry-hashtb): Create the registry
22632         when package is loaded.
22633
22634         * spam.el (spam-summary-score-preferred-header): Add global preference
22635         for people who want to override the default SpamAssassin over
22636         Bogofilter preference (when both are set).
22637         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
22638         (spam-user-format-function-S):
22639         Check spam-summary-score-preferred-header.
22640         (spam-extra-header-to-number): Add X-Bogosity header parsing.
22641         (spam-user-format-function-S): Format the score correctly.
22642
22643 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
22644
22645         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
22646         signature file.  Suggested by Manoj Srivastava
22647         <srivasta@golden-gryphon.com>.
22648
22649         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
22650         iso-2022-jp even in the Japanese language environment.
22651         Suggested by Jason Rumney <jasonr@gnu.org>.
22652
22653 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
22654
22655         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
22656         use the same characters as the dummy marks; make it free from
22657         getting affected by the language environment.
22658         (gnus-summary-read-group-1): Update mark positions only when the
22659         format spec is updated.
22660
22661         * gnus-spec.el (gnus-update-format-specifications): Return a list
22662         of updated types.
22663
22664 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22665
22666         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
22667         of boundp to check if display-warning is available.
22668
22669 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
22670
22671         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
22672
22673 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22674
22675         * nnspool.el (nnspool-spool-directory): Use news-path if the
22676         news-directory variable is not bound.
22677
22678         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
22679         function instead of display-warning if it is not available.
22680
22681 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
22682
22683         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
22684         v5-10: Use `point-at-bol'.
22685
22686 2004-10-26  Simon Josefsson  <jas@extundo.com>
22687
22688         * hashcash.el: Fix URL in comment, reported by Cheng Gao
22689         <chenggao@gmail.com>.
22690
22691 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
22692
22693         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
22694         instead.
22695
22696 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
22697
22698         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
22699         to remove a server from the nnimap-server-buffer-alist.
22700         (nnimap-open-connection, nnimap-close-server): Use it.
22701
22702         * gnus-encrypt.el: Remove file in favor of encrypt.el.
22703
22704 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
22705
22706         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
22707         running the major-mode function.
22708
22709 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22710
22711         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
22712         dummy marks in the right way.
22713
22714 2004-10-18  David Edmondson  <dme@dme.org>
22715
22716         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
22717         excessively.
22718
22719 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
22720
22721         * gnus-util.el (gnus-split-references): Accept a nil references
22722         string and go on blissfully.
22723
22724         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
22725         cases where the references string is non-nil but has no references.
22726
22727         * encrypt.el: Add autoload tags.
22728
22729         * spam.el (spam-resolve-registrations-routine): Remove article
22730         from unregistration list too.  Reported by David Hanak
22731         <dhanak@isis.vanderbilt.edu>
22732
22733 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
22734
22735         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
22736         nil.  Change custom type.
22737
22738 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
22739
22740         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
22741
22742         * gnus-sum.el (gnus-summary-move-article): Use it.
22743
22744 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
22745
22746         * encrypt.el: Add autoload cookies.
22747
22748         * spam.el (spam-backend-article-list-property)
22749         (spam-backend-get-article-todo-list)
22750         (spam-backend-put-article-todo-list)
22751         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
22752         Resolve registrations separately.
22753         (spam-register-routine): Format comments.
22754         (spam-unregister-routine, spam-register-routine): Always call with
22755         specific-articles, no default list.
22756         (spam-summary-prepare-exit): Use the spam-classifications function.
22757
22758         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
22759         gnus-encrypt.el.
22760
22761         * encrypt.el: Copied from gnus-encrypt.el.
22762
22763         * gnus-encrypt.el: Commented that it's obsolete.
22764
22765 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
22766
22767         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
22768         (gnus-score-save): Use it.
22769
22770         * message.el (message-bury): Use `window-dedicated-p'.
22771
22772 2004-10-15  Simon Josefsson  <jas@extundo.com>
22773
22774         * pop3.el (top-level): Don't require nnheader.
22775         (pop3-read-timeout): Add.
22776         (pop3-accept-process-output): Add.
22777         (pop3-read-response, pop3-retr): Use it.
22778
22779 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
22780
22781         * spam.el (spam-register-routine): Move comment.
22782         (spam-verify-bogofilter): Use 'unknown for the initial
22783         spam-bogofilter-valid state, not 'never.
22784
22785         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
22786         for netrc-machine.
22787
22788         * nnimap.el (nnimap-open-connection):
22789         Use netrc-machine-user-or-password.
22790
22791 2004-10-17  Richard M. Stallman  <rms@gnu.org>
22792
22793         * gnus-registry.el (gnus-registry-unload-hook):
22794         Set as a variable with add-hook.
22795
22796         * nnspool.el (nnspool-spool-directory): Use news-directory instead
22797         of news-path.
22798
22799         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
22800
22801         * spam.el: Delete duplicate `provide'.
22802         (spam-unload-hook): Set as a variable with add-hook.
22803
22804 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
22805
22806         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
22807         in the doc string.
22808
22809         * message.el (message-ignored-news-headers)
22810         (message-ignored-supersedes-headers)
22811         (message-ignored-resent-headers)
22812         (message-forward-ignored-headers): Improve custom type.
22813
22814 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22815
22816         * message.el (message-tokenize-header): Fix 2004-09-06 change
22817         which used point-min in the wrong place.
22818
22819 2004-10-12  Simon Josefsson  <jas@extundo.com>
22820
22821         * tls.el (tls-certtool-program): New variable.
22822         (tls-certificate-information): New function, based on
22823         ssl-certificate-information.
22824
22825 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22826
22827         * compface.el: Move the version of ELisp-based uncompface program
22828         to the contrib directory because of the copyright problem.
22829
22830 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
22831
22832         * message.el (message-kill-buffer): Raise the current frame.
22833
22834 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
22835
22836         * gnus-sum.el: Mention that multibyte characters don't work as marks.
22837
22838         * gnus.el (message-y-or-n-p): Autoload.
22839
22840         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
22841         (pop3-password-required, pop3-authentication-scheme)
22842         (pop3-leave-mail-on-server): Make customizable.
22843         (pop3): New custom group.
22844         (pop3-retr): Remove `sleep-for' statements.
22845         Suggested by Dave Love <fx@gnu.org>.
22846
22847         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
22848         Windows/DOS.
22849
22850         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
22851         (imap-parse-body): Fix incorrect use of `assert'.
22852         Suggested by Dave Love <fx@gnu.org>.
22853
22854         * mml.el (mml-minibuffer-read-disposition): Require match.
22855         Suggested by Dave Love <fx@gnu.org>.
22856
22857 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
22858
22859         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
22860         doc string.
22861
22862 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22863
22864         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
22865
22866 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22867
22868         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
22869         instead of calling `mm-insert-inline', to decode text/* parts
22870         before displaying them.
22871
22872 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22873
22874         * mm-uu.el (mm-uu-text-plain-type): New variable.
22875         (mm-uu-pgp-signed-extract-1): Use it.
22876         (mm-uu-pgp-encrypted-extract-1): Use it.
22877         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
22878         bind mm-uu-text-plain-type with that value.
22879         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
22880         mm-uu-dissect.
22881
22882 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22883
22884         * gnus-group.el (gnus-update-group-mark-positions):
22885         * gnus-sum.el (gnus-update-summary-mark-positions):
22886         * message.el (message-check-news-body-syntax):
22887         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
22888         of string-as-multibyte.
22889
22890 2004-10-05  Juri Linkov  <juri@jurta.org>
22891
22892         * gnus-group.el (gnus-update-group-mark-positions):
22893         * gnus-sum.el (gnus-update-summary-mark-positions):
22894         * message.el (message-check-news-body-syntax):
22895         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
22896         8-bit unibyte values to a multibyte string for search functions.
22897
22898 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22899
22900         * mm-uu.el (mm-uu-dissect): Allow optional arg.
22901         (mm-uu-dissect-text-parts): New function.
22902
22903         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
22904         dissect text parts.
22905
22906         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
22907         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
22908
22909         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
22910
22911         * gnus-topic.el (gnus-topic-hierarchical-parameters):
22912         Use gnus-current-topics instead of gnus-current-topic.
22913
22914 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
22915
22916         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
22917
22918 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
22919
22920         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
22921         where appropriate.
22922
22923         * nnml.el (nnml-generate-active-info): do.
22924
22925         * nndiary.el (nndiary-generate-active-info): do.
22926
22927         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
22928         (gnus-topic-move): do.
22929
22930         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
22931         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
22932
22933         * gnus-srvr.el (gnus-server-prepare)
22934         (gnus-server-open-all-servers): do.
22935
22936         * gnus-msg.el (gnus-summary-cancel-article)
22937         (gnus-summary-resend-message)
22938         (gnus-summary-mail-crosspost-complaint): do.
22939
22940         * gnus-move.el (gnus-change-server): do.
22941
22942         * gnus-group.el (gnus-group-unmark-all-groups)
22943         (gnus-group-set-current-level): do.
22944
22945 2004-10-04  Simon Josefsson  <jas@extundo.com>
22946
22947         * message.el (message-generate-hashcash): Doc fix.
22948
22949 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
22950
22951         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
22952         avoid infinite recursion via gnus-get-function.
22953
22954 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
22955
22956         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
22957
22958         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
22959
22960         * nnmail.el (nnmail-split-history): do.
22961
22962         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
22963         (nnml-request-delete-group): do.
22964
22965         * nnslashdot.el (nnslashdot-read-groups): do.
22966
22967         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
22968         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
22969
22970         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
22971         (nnspool-sift-nov-with-sed): Use last.
22972         (nnspool-retrieve-headers-with-nov): Use mapc.
22973         (nnspool-request-newgroups): Use dolist.
22974         (nnspool-request-group): Use last.
22975
22976         * nntp.el (nntp-read-server-type): Use dolist.
22977
22978         * nnvirtual.el (nnvirtual-create-mapping)
22979         (nnvirtual-update-read-and-marked): Use dolist.
22980         (nnvirtual-convert-headers): Simplify.
22981
22982 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
22983
22984         * gnus-agent.el (gnus-agent-synchronize-group-flags):
22985         Add support for sync'ing tick marks.
22986
22987 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22988
22989         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
22990         there's no visible header.
22991
22992 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
22993
22994         * gnus-agent.el (gnus-agent-synchronize-group-flags):
22995         When necessary, pass full group name to gnus-request-set-marks.
22996
22997 2004-10-01  Simon Josefsson  <jas@extundo.com>
22998
22999         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
23000         acroread.
23001
23002 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23003
23004         * spam-report.el (spam-report-gmane): Fix interactive.
23005
23006         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
23007
23008         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
23009         when writing file.
23010         (gnus-agent-synchronize-flags): Don't default to being
23011         interactive.
23012
23013 2004-09-30  Simon Josefsson  <jas@extundo.com>
23014
23015         * message.el (message-generate-hashcash): Add.
23016         (message-send-mail): Use it, call mail-add-payment.
23017
23018 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
23019
23020         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
23021
23022 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
23023
23024         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
23025         gnus-requst-update-info with explicit code to sync the in-memory
23026         info read flags with the marks being sync'd to the backend.
23027
23028         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
23029
23030 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
23031
23032         * spam.el (spam-verify-bogofilter): Add new function.
23033         (spam-check-bogofilter)
23034         (spam-bogofilter-register-with-bogofilter): Use it.
23035         (spam-verify-bogofilter): Add small fixes.
23036
23037 2004-09-28  Simon Josefsson  <jas@extundo.com>
23038
23039         * hashcash.el (hashcash-generate-payment): Revert.
23040
23041 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
23042
23043         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23044         Use gnus-extract-references instead of gnus-split-references.
23045
23046         * gnus-util.el (gnus-extract-references): Add new function, analogous
23047         to gnus-split-references but extracts only the message-ID without
23048         anything extra.
23049
23050         * hashcash.el (hashcash-generate-payment)
23051         (hashcash-check-payment): Do the right thing if hashcash-path is
23052         nil (because the hashcash program could not be found).
23053
23054         * spam.el (spam-use-hashcash): Remove comment.
23055
23056 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
23057
23058         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
23059         (gnus-cache-enter-article, gnus-cache-remove-article)
23060         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
23061
23062         * gnus-async.el (gnus-async-prefetch-remove-group): do.
23063
23064         * gnus-art.el (article-hide-boring-headers)
23065         (article-translate-strings, article-display-face)
23066         (gnus-article-mime-match-handle-first)
23067         (gnus-article-highlight-headers)
23068         (gnus-article-add-buttons-to-head): do.
23069
23070 2004-09-27  Simon Josefsson  <jas@extundo.com>
23071
23072         * hashcash.el: New version, from
23073         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
23074         ../contrib/.
23075
23076 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23077
23078         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
23079
23080 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
23081
23082         * gnus-dup.el (gnus-dup-open): Use mapc.
23083         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
23084
23085         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
23086         Reported by Stefan Wiens <s.wi@gmx.net>.
23087
23088         * gnus.el (gnus-shutdown): Use dolist.
23089
23090         * gnus-undo.el (gnus-undo): Use mapc.
23091
23092         * nnrss.el (nnrss-generate-active): do.
23093
23094         * message.el (message-cite-original-without-signature)
23095         (message-cite-original): Use mapc.
23096         (message-do-actions, message-make-forward-subject): Use dolist.
23097
23098 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
23099
23100         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
23101         deletion to remove entire duplicate line.  Fixes merged article
23102         number bug.
23103
23104 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
23105
23106         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
23107         servers that are offline.  Avoids having gnus-agent-toggle-plugged
23108         first ask if you want to open a server and then, even when you
23109         responded with no, asking if you want to synchronize the server's
23110         flags.
23111         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
23112         multi-line expressions.
23113         (gnus-agent-synchronize-group-flags): New internal function.
23114         Updates marks in memory (in the info structure) AND in the
23115         backend.
23116
23117         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
23118
23119         * nnagent.el (nnagent-request-set-mark):
23120         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
23121         method, to ensure that synchronization updates marks in the
23122         backend and in the info (in memory) structure.
23123
23124 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23125
23126         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
23127         convention fully; don't miss the root article of a thread; make
23128         the X-Draft-From header with correct article numbers.
23129
23130 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
23131
23132         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
23133         unless plugged.  Disable the agent so that an open failure causes
23134         an error.
23135
23136         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
23137         Revert 2004-09-21 change.  The backend must be opened while
23138         synchronizing flags even when the backend stores the flags
23139         locally.
23140
23141 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
23142
23143         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
23144         in `header' match.  Reported by Svend Tollak Munkejord.
23145
23146         * message.el (message-cite-original): Fix use of
23147         `message-cite-articles-with-x-no-archive'.
23148
23149 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23150
23151         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
23152         (gnus-window-to-buffer): Ditto.
23153
23154         * mml.el (mml-preview-buffer): New variable.
23155         (mml-preview): Manage window layout with gnus-buffer-configuration.
23156
23157         * gnus-msg.el (gnus-setup-message): Put article numbers into the
23158         X-Draft-From header even if those articles aren't quoted.
23159
23160 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
23161
23162         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
23163         (gnus-request-set-mark, gnus-request-update-mark): Use new
23164         g-s-t-u-l-m to decide to use backend even when unplugged.
23165
23166 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23167
23168         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
23169         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
23170
23171 2004-09-20  Simon Josefsson  <jas@extundo.com>
23172
23173         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
23174         "utf-16-le".
23175
23176 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
23177
23178         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
23179
23180 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
23181
23182         * uudecode.el (uudecode-use-external): Add :version.
23183
23184         * smime.el (smime-CA-file, smime-encrypt-cipher)
23185         (smime-dns-server): Add :version.
23186
23187         * smiley.el (gnus-smiley-file-types): Add :version.
23188
23189         * sha1.el (sha1-use-external): Add :version.
23190
23191         * pgg-def.el (pgg-query-keyserver): Add :version.
23192
23193         * nnmail.el (nnmail-fancy-expiry-targets)
23194         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
23195         Add :version.
23196
23197         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
23198         (nnimap-retrieve-groups-asynchronous): Add :version.
23199         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
23200
23201         * mml.el (mml-content-disposition-parameters)
23202         (mml-insert-mime-headers-always): Add :version.
23203
23204         * mm-util.el (mm-coding-system-priorities): Add :version.
23205
23206         * mm-decode.el (mm-inline-text-html-with-images)
23207         (mm-keep-viewer-alive-types, mm-external-terminal-program)
23208         (mm-verify-option): Add :version.
23209         (mm-text-html-renderer): Change :version.
23210
23211         * message.el (message-fcc-externalize-attachments)
23212         (message-required-headers, message-draft-headers)
23213         (message-subject-trailing-was-query)
23214         (message-subject-trailing-was-ask-regexp)
23215         (message-subject-trailing-was-regexp, message-mark-insert-begin)
23216         (message-mark-insert-end, message-archive-header)
23217         (message-archive-note, message-cross-post-default)
23218         (message-cross-post-note, message-followup-to-note)
23219         (message-cross-post-note-function, message-use-mail-followup-to)
23220         (message-subscribed-address-functions)
23221         (message-subscribed-address-file, message-subscribed-addresses)
23222         (message-subscribed-regexps, message-allow-no-recipients)
23223         (message-yank-cited-prefix, message-signature-insert-empty-line)
23224         (message-hidden-headers, message-hierarchical-addresses)
23225         (message-mail-user-agent, message-use-idna)
23226         (message-valid-fqdn-regexp)
23227         (message-strip-special-text-properties, message-header-synonyms)
23228         (message-beginning-of-line, message-tab-body-function): Add :version.
23229         (message-insert-canlock, message-wide-reply-confirm-recipients):
23230         Change :version.
23231
23232         * mail-source.el (mail-source-ignore-errors): Add :group, :type
23233         and :version.
23234         (mail-source-delete-old-incoming-confirm)
23235         (mail-source-movemail-program): Add :version.
23236
23237         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
23238         (gnus-agent-cache, gnus-agent): Change :version.
23239
23240         * gnus-util.el (gnus-use-byte-compile): Change :version.
23241
23242         * gnus-sum.el (gnus-summary-make-false-root-always)
23243         (gnus-summary-default-high-score)
23244         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
23245         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
23246         (gnus-read-all-available-headers, gnus-article-emulate-mime)
23247         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
23248         (gnus-sum-thread-tree-single-indent)
23249         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
23250         (gnus-sum-thread-tree-leaf-with-other)
23251         (gnus-sum-thread-tree-single-leaf): Add :version.
23252         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
23253         (gnus-article-loose-mime): Change :version.
23254
23255         * gnus-start.el (gnus-backup-startup-file)
23256         (gnus-save-startup-file-via-temp-buffer): Add :version.
23257
23258         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
23259         (gnus-server-offline-face): Add :version.
23260
23261         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
23262
23263         * gnus-msg.el (gnus-gcc-externalize-attachments)
23264         (gnus-debug-files, gnus-debug-exclude-variables)
23265         (gnus-discouraged-post-methods): Change :version.
23266         (gnus-confirm-mail-reply-to-news)
23267         (gnus-confirm-treat-mail-like-news): Add :version.
23268
23269         * gnus-int.el (gnus-server-unopen-status): Add :version.
23270
23271         * gnus-group.el (gnus-group-jump-to-group-prompt)
23272         (gnus-large-ephemeral-newsgroup)
23273         (gnus-fetch-old-ephemeral-headers): Add :version.
23274
23275         * gnus-fun.el (gnus-x-face-directory)
23276         (gnus-convert-pbm-to-x-face-command)
23277         (gnus-convert-image-to-x-face-command)
23278         (gnus-convert-image-to-face-command): Add :version.
23279
23280         * gnus-delay.el (gnus-delay-default-hour): Add :version.
23281
23282         * gnus-cite.el (gnus-cite-blank-line-after-header)
23283         (gnus-article-boring-faces): Add :version.
23284
23285         * gnus-art.el (gnus-buttonized-mime-types)
23286         (gnus-inhibit-mime-unbuttonizing)
23287         (gnus-treat-display-face)
23288         (gnus-treat-body-boundary): Change :version.
23289         (gnus-body-boundary-delimiter, gnus-picon-databases)
23290         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
23291         (gnus-treat-date-english, gnus-treat-fold-headers)
23292         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
23293         (gnus-treat-mail-picon, gnus-treat-wash-html)
23294         (gnus-article-encrypt-protocol)
23295         (gnus-use-idna, gnus-article-over-scroll)
23296         (gnus-mime-display-multipart-alternative-as-mixed)
23297         (gnus-mime-display-multipart-related-as-mixed)
23298         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
23299         (gnus-ctan-url, gnus-button-ctan-handler)
23300         (gnus-button-handle-ctan-bogus-regexp)
23301         (gnus-button-ctan-directory-regexp)
23302         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
23303         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
23304         (gnus-button-man-level, gnus-button-emacs-level)
23305         (gnus-button-message-level, gnus-button-browse-level): Add :version.
23306
23307         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
23308         (gnus-agent-go-online): Change :version.
23309         (gnus-agent-expire-unagentized-dirs)
23310         (gnus-agent-auto-agentize-methods): Add :version.
23311
23312         * flow-fill.el (fill-flowed-display-column)
23313         (fill-flowed-encode-column): Add :version.
23314
23315         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
23316         (gnus-outlook-deuglify-unwrap-max)
23317         (gnus-outlook-deuglify-cite-marks)
23318         (gnus-outlook-deuglify-unwrap-stop-chars)
23319         (gnus-outlook-deuglify-no-wrap-chars)
23320         (gnus-outlook-deuglify-attrib-cut-regexp)
23321         (gnus-outlook-deuglify-attrib-verb-regexp)
23322         (gnus-outlook-deuglify-attrib-end-regexp)
23323         (gnus-outlook-display-hook): Add :version.
23324
23325         * binhex.el (binhex-use-external): Add :version.
23326
23327 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
23328
23329         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
23330         and `invisible'.
23331
23332 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
23333
23334         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
23335         in gnus-registry-trim.
23336
23337 2004-09-13  Simon Josefsson  <jas@extundo.com>
23338
23339         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
23340
23341         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
23342
23343         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
23344         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23345         <yamaoka@jpl.org>.
23346         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
23347         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
23348         <yamaoka@jpl.org>.
23349
23350         * sieve.el (sieve-manage-mode): Ditto.
23351
23352 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
23353
23354         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
23355
23356 2004-09-11  Simon Josefsson  <jas@extundo.com>
23357
23358         * dns-mode.el: Add.
23359
23360         * mm-view.el (mm-display-dns-inline): Add.
23361
23362         * mm-decode.el (mm-inline-media-tests): Add text/dns.
23363         (mm-automatic-display): Ditto.
23364
23365         * mailcap.el (mailcap-mime-data): Add text/dns.
23366         (mailcap-mime-extensions): Map .soa to text/dns.
23367
23368 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
23369
23370         * gnus-art.el (article-decode-mime-words, article-babel)
23371         (gnus-article-highlight-signature, gnus-article-add-buttons)
23372         (gnus-signature-toggle): Remove unnecessary bindings of
23373         `inhibit-read-only' inherited from v5.10 merge.
23374
23375 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
23376
23377         * nntp.el (nntp): New customization group.
23378         (nntp-authinfo-file): Add customization group.
23379
23380         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
23381
23382         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
23383
23384         * gnus.el (to-address, to-list, subscribed)
23385         (large-newsgroup-initial): Ditto.
23386
23387         * flow-fill.el (fill-flowed-display-column)
23388         (fill-flowed-encode-column): Ditto.
23389
23390 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
23391
23392         * message.el (message-tokenize-header, message-send-mail-with-qmail):
23393         Use point-min rather than 1.
23394         (message-send-mail): Use buffer-size rather than point-max.
23395
23396         * gnus-sum.el (gnus-summary-search-article-forward):
23397         Signal a specific `search-failed' rather than a generic `error'.
23398
23399         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
23400         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
23401         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
23402
23403 2004-09-10  Simon Josefsson  <jas@extundo.com>
23404
23405         * nndb.el (require): Remove tcp and duplicate cl.
23406
23407 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
23408
23409         * gnus-agent.el (directory-files-and-attributes): Move forward.
23410
23411 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
23412
23413         * gnus-agent.el (directory-files-and-attributes):
23414         Optionally defined to support XEmacs.
23415
23416 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
23417
23418         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
23419         to avoid run-time CL dependencies.
23420         (gnus-agent-unfetch-articles): New function.
23421         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
23422         article numbers even when local .overview file is missing.
23423         (gnus-agent-read-article-number): New function.  Only accepts
23424         27-bit article numbers.
23425         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
23426         Use gnus-agent-read-article-number.
23427         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
23428         from backend while recognizing that article numbers in .overview
23429         must be valid.
23430         (gnus-agent-update-files-total-fetched-for):
23431         Use directory-files-and-attributes to improve performance.
23432         * gnus-int.el (gnus-request-move-article):
23433         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
23434         improve performance.
23435
23436         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
23437         some users confused by references to .newsrc when they only have a
23438         .newsrc.eld file.
23439         (gnus-convert-mark-converter-prompt)
23440         (gnus-convert-converter-needs-prompt): Fix use of property list.
23441         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
23442         New function.  Used internally to only display 'gnus converting
23443         files' message when actually necessary.
23444
23445         * gnus-sum.el (): Remove (require 'gnus-agent) as required
23446         methods now autoloaded.
23447
23448 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
23449
23450         * gnus-sum.el (gnus-summary-insert-subject): Remove list
23451         identifiers.
23452
23453 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
23454
23455         * gnus-picon.el: Fix indentation and closing parenthesis.
23456
23457 2004-09-01  Simon Josefsson  <jas@extundo.com>
23458
23459         * message.el (message-canlock-generate): Require sha1, not
23460         sha1-el.  (Can we get rid of this require altogether?  It is ugly
23461         to require within a function.  Sadly, if sha1.el isn't loaded, the
23462         let binding in m-c-g will hide the defcustom definition, which is
23463         bad.)
23464
23465         * canlock.el: Require sha1, not sha1-el.
23466
23467         * message.el: Don't autoload sha1 (there is a autoload cookie in
23468         sha1.el).
23469
23470         * sha1-el.el: Rename to sha1.el.
23471
23472 2004-08-30  Juanma Barranquero  <lektu@terra.es>
23473
23474         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
23475
23476 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23477
23478         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
23479
23480 2004-08-30  Kim F. Storm  <storm@cua.dk>
23481
23482         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
23483
23484         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
23485         Add :group 'nnimap.
23486
23487 2004-08-30  Andreas Schwab  <schwab@suse.de>
23488
23489         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
23490         ?* and ?\;.
23491
23492         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
23493         and ?\' to symbol instead of whitespace.
23494
23495 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
23496
23497         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
23498
23499         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
23500         instead of re-search-forward.
23501
23502         * gnus-uu.el (gnus-uu-save-article): Ditto.
23503         (gnus-uu-post-encode-uuencode): Ditto.
23504
23505         * html2text.el (html2text-clean-list-items): Ditto.
23506         (html2text-clean-dtdd): Ditto.
23507         (html2text-format-tags): Ditto.
23508
23509         * message.el (message-send-mail-with-sendmail): Fix regexp.
23510         (message-fill-field-general): Use search-forward instead of
23511         re-search-forward.
23512         (unbold-region): Ditto.
23513
23514         * nnrss.el (nnrss-request-article): Ditto.
23515
23516         * nnslashdot.el (nnslashdot-request-article): Ditto.
23517
23518         * nnweb.el (nnweb-gmane-wash-article): Ditto.
23519
23520         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
23521         "Unrecognized menu descriptor" error in XEmacs.
23522
23523 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
23524
23525         * gnus-sum.el (gnus-read-header): Don't remove a header for the
23526         parent article of a sparse article in the thread hashtb.
23527
23528 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
23529
23530         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
23531         (nnmail-expand-newtext): Lowercase expanded entries if
23532         nnmail-split-lowercase-expanded is non-nil.
23533
23534 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23535
23536         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
23537
23538         * gnus-group.el (gnus-group-line-format-alist): Convert the value
23539         of gnus-tmp-news-method into string under XEmacs.  It will be
23540         passed to gnus-correct-length which takes only a string argument.
23541
23542 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23543
23544         * gnus-util.el (gnus-bind-print-variables): New macro.
23545         (gnus-prin1): Use it.
23546         (gnus-prin1-to-string): Use it.
23547         (gnus-pp): New function.
23548         (gnus-pp-to-string): New function.
23549
23550         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
23551         Replace pp-to-string with gnus-pp-to-string.
23552         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
23553         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
23554         * gnus-msg.el (gnus-debug): Ditto.
23555         * gnus-score.el (gnus-score-save): Ditto.
23556         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
23557         gnus-pp-to-string.
23558         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
23559         with gnus-pp.
23560         * score-mode.el (gnus-score-pretty-print): Ditto.
23561         * webmail.el (webmail-debug): Ditto.
23562
23563 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23564
23565         * gnus-art.el (article-display-face, article-display-x-face):
23566         Use buffer-read-only.
23567
23568 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23569
23570         * gnus-art.el (article-hide-list-identifiers):
23571         Bind inhibit-read-only as t.
23572
23573 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
23574
23575         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
23576
23577 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23578
23579         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
23580         (gnus-narrow-to-page): Don't assume point-min == 1.
23581         (gnus-article-edit-mode): Derive from message-mode.
23582
23583         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
23584         point-min == 1.
23585
23586         * imap.el (imap-parse-address-list, imap-parse-body-ext):
23587         Disable incorrect use of `assert'.
23588
23589         * message.el (message-mode): Set comment-start-skip.
23590
23591
23592 2004-08-22  Sam Steingold  <sds@gnu.org>
23593
23594         * pop3.el (pop3-leave-mail-on-server): New user variable.
23595         (pop3-movemail): Delete mail only when it is nil.
23596
23597 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
23598
23599         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
23600
23601         * mml.el (mml-preview): Use `pop-to-buffer'.
23602
23603         * message.el (message-goto-mail-followup-to): Insert after "To".
23604         (message-carefully-insert-headers): Add comment.
23605
23606         * gnus.el: Remove unused variable `gnus-article-check-size'.
23607
23608         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
23609
23610         * gnus-art.el (gnus-button-alist):
23611         Improve `gnus-button-handle-library' entry.
23612
23613 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
23614
23615         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
23616         Use downcase, since XEmacs capitalizes error messages differently.
23617
23618 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
23619
23620         * nntp.el: Add (require 'gnus) due to reference to
23621         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
23622
23623 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
23624
23625         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
23626         Bind `mm-fill-flowed'.
23627
23628         * mm-decode.el (mm-dissect-singlepart): Check it.
23629
23630 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
23631
23632         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
23633         'imap' for netrc parsing.
23634
23635 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
23636
23637         * mailcap.el (mailcap-mime-data): Mark as risky.
23638
23639 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23640
23641         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
23642         may be included in the encoded word.
23643         (rfc2047-encode): Don't append a space if the encoded word
23644         includes close parenthesis.
23645
23646 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23647
23648         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
23649         of text within parentheses.
23650
23651 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
23652
23653         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
23654         (gnus-encrypt-write-file-contents): Make the password key the file
23655         name PLUS the cipher, not just the cipher.  Also remove failed
23656         passwords from the cache.
23657
23658 2004-08-06  Simon Josefsson  <jas@extundo.com>
23659
23660         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
23661         Doc fix.
23662
23663 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
23664
23665         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
23666         LWSP.
23667
23668 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
23669
23670         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23671         Try to append in-reply-to: data to the references: header.
23672
23673         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
23674         (netrc-parse): Use gnus-encrypt.el functions.
23675
23676         * gnus-encrypt.el: Add new file for encryption support; currently
23677         does only a few GPG ciphers and an internal XOR cipher.
23678
23679         * password.el: Add comments on using password-read-and-add.
23680         (password-read-and-add): Add function to read and add the
23681         password to the cache at once.
23682
23683 2004-07-28  Simon Josefsson  <jas@extundo.com>
23684
23685         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
23686         parameter (but don't use it, for now).
23687
23688         * imap.el (imap-ssl-open): Use imap-process-connection-type,
23689         instead of hard coding to nil.
23690
23691 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23692
23693         * mm-view.el (mm-inline-image-emacs): Open lines under an image
23694         as mm-inline-image-xemacs does.
23695
23696 2004-07-26  Simon Josefsson  <jas@extundo.com>
23697
23698         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
23699         Revert part of 2004-07-17 change below.
23700
23701 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23702
23703         * rfc2047.el (rfc2047-encode-region): Don't infloop.
23704         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23705
23706 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23707
23708         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
23709         quotes that actually start with ">" at the beginning of the
23710         lines.
23711
23712 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23713
23714         * rfc2047.el (rfc2047-encode-region): Fix last change.
23715         (rfc2047-encode-parameter): Remove useless concat.
23716
23717 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
23718
23719         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
23720         encode special characters; fix some kind of misconfigured headers;
23721         signal a real error if debug-on-quit or debug-on-error is non-nil.
23722         (rfc2047-encode-max-chars): New variable.
23723         (rfc2047-encode-1): Use it.
23724         (rfc2047-encode-parameter): New function.
23725
23726         * mml.el (mml-insert-parameter): Remove an excessive space.
23727
23728 2004-07-17  Simon Josefsson  <jas@extundo.com>
23729
23730         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
23731         Kai Grossjohann <kai@emptydomain.de>.
23732         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
23733         (gnus-group-make-menu-bar): Ditto.
23734
23735         * gnus-util.el (gnus-group-server): Add.
23736
23737 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
23738
23739         * message.el (message-clone-locals): Clone sendmail and smtp
23740         variables.
23741
23742 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23743
23744         * rfc2047.el (rfc2047-encode-region): Fix last change.
23745
23746 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23747
23748         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
23749         characters as non-special.
23750
23751 2004-07-09  Simon Josefsson  <jas@extundo.com>
23752
23753         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
23754         Users will lose all flag changes made while unplugged with
23755         e.g. nntp unless flag synchronization happens, thus `nil' is not a
23756         good default.  See numerous reports on ding mailing list.
23757
23758 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
23759
23760         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
23761         add generate-head-function and generate-article-function to the
23762         rfc822-forward entry.
23763         (nndoc-rfc822-forward-generate-article): New function.
23764         (nndoc-rfc822-forward-generate-head): New function.
23765
23766         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
23767
23768 2004-07-06  Dan Christensen  <jdc@uwo.ca>
23769
23770         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
23771         respect display group parameter and gnus-summary-expunge-below.
23772         (gnus-articles-to-read): Remove unused reference to display group
23773         parameter.
23774
23775 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23776
23777         * nnheader.el (nnheader-uniquify-message-id): New experimental
23778         variable.
23779         (nnheader-nov-read-message-id): Use it.
23780
23781         * spam-report.el (spam-report-gmane): Add interactive.
23782
23783 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
23784
23785         * mm-encode.el (mm-content-transfer-encoding-defaults):
23786         Use qp-or-base64 for the application/* types.
23787
23788 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
23789
23790         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
23791
23792 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
23793
23794         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
23795         trim value.
23796
23797 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
23798
23799         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
23800         New macro and function.
23801         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
23802
23803 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23804
23805         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
23806         after-load-alist.
23807
23808 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23809
23810         * gnus-group.el (gnus-group-get-new-news-this-group):
23811         Don't update info that isn't there.
23812
23813 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
23814
23815         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
23816         entry.
23817
23818 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
23819
23820         * mm-view.el (mm-inline-render-with-function): Use multibyte
23821         buffer; decode html source by charset.
23822
23823         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
23824
23825         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
23826         Mule-UCS is loaded under XEmacs.
23827         (mm-mime-mule-charset-alist): Avoid duplicated entries.
23828
23829 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
23830
23831         * nnheader.el (nnheader-max-head-length): Increase to 8192.
23832
23833 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
23834
23835         * mm-util.el (mm-coding-system-p): Return a coding-system.
23836         (mm-mime-mule-charset-alist): Use shift_jis instead of
23837         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
23838         entries for the mime charsets iso-2022-jp-3 and shift_jis.
23839         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
23840         instead of japanese-shift-jis and iso-latin-1 respectively in
23841         order to share the default value with both Emacs and XEmacs-mule.
23842         (mm-mule-charset-to-mime-charset):
23843         Make mm-coding-system-priorities effective.
23844         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
23845         while predicating of candidates upon the priorities.
23846
23847 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
23848
23849         * gnus-sum.el (gnus-summary-make-menu-bar):
23850         Add gnus-uu-invert-processable.
23851
23852         * gnus.el: Autoload gnus-uu-invert-processable.
23853
23854 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23855
23856         * mm-util.el (mm-with-multibyte-buffer): New macro.
23857
23858         * rfc2047.el (rfc2047-encode-string): Use it.
23859         (rfc2047-encode-region): Move point to the end of the region after
23860         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
23861
23862 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23863
23864         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
23865         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
23866
23867 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
23868
23869         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
23870         (gnus-cite-parse): Ignore quoted envelope From_.
23871         Suggested by Karl Chen <quarl@nospam.quarl.org>.
23872
23873 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
23874
23875         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
23876         invalid addresses.
23877
23878 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
23879
23880         * spam.el: Change section markers, revise TODO list.
23881         (spam-backends): Make new master list of all installed backends.
23882         (spam-summary-exit-behavior): Add new variable to determine how
23883         messages moves are done at summary exit.
23884         (spam-move-spam-nonspam-groups-only)
23885         (spam-process-ham-in-nonham-groups)
23886         (spam-process-ham-in-spam-groups): Remove variables, the
23887         spam-summary-exit-behavior variable should be used to manage this
23888         behavior.
23889         (spam-old-ham-articles, spam-old-spam-articles): Remove.
23890         (spam-old-articles): Add variable, replacing spam-old-ham-articles
23891         and spam-old-spam-articles.
23892         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
23893         Add empty variables, placeholders for the backends they represent.
23894         (spam-set-difference): Move, unchanged.
23895         (spam-list-of-processors): Declare OBSOLETE, not used anymore
23896         unless the user has a processor variable.
23897         (spam-classifications, spam-classification-valid-p)
23898         (spam-backend-properties, spam-backend-property-valid-p)
23899         (spam-backend-function-type-valid-p)
23900         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
23901         (spam-report-articles-gmane, spam-report-articles-resend):
23902         Remove functions, they are not needed.
23903         (spam-install-backend-super, spam-backend-list)
23904         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
23905         (spam-backend-function, spam-backend-ham-registration-function)
23906         (spam-backend-spam-registration-function)
23907         (spam-backend-ham-unregistration-function)
23908         (spam-backend-spam-unregistration-function)
23909         (spam-backend-statistical-p, spam-backend-mover-p)
23910         (spam-install-backend-alias, spam-install-checkonly-backend)
23911         (spam-install-mover-backend, spam-install-nocheck-backend)
23912         (spam-install-backend, spam-install-statistical-backend)
23913         (spam-install-statistical-checkonly-backend): Add backend installation
23914         support.
23915         (spam-summary-prepare-exit): Rewrite to use the new backend code.
23916         (spam-group-processor-p): Use the new backend code and respect the
23917         summary exit behavior.
23918         (spam-mark-spam-as-expired-and-move-routine): Remove.
23919         (spam-summary-prepare): Change to use the new spam-old-articles
23920         variable.
23921         (spam-copy-or-move-routine, spam-copy-spam-routine)
23922         (spam-move-spam-routine, spam-copy-ham-routine)
23923         (spam-move-ham-routine): Add code to copy/move ham or spam.
23924         (spam-fetch-field-fast): Improve doc and code, plus allow the
23925         'number request.
23926         (spam-list-of-checks, spam-list-of-statistical-checks):
23927         Remove variables.
23928         (spam-split, spam-find-spam): Use the new backend code.
23929         (spam-registration-functions): Remove variable.
23930         (spam-unregister-routine): Add convenience wrapper.
23931         (spam-log-undo-registration, spam-register-routine)
23932         (spam-log-processing-to-registry)
23933         (spam-log-unregistration-needed-p): Rename "check" to "backend"
23934         where possible.
23935         (spam-check-gmane-xref, spam-check-regex-headers)
23936         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
23937         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
23938         (spam-check-bogofilter-headers, spam-check-spamoracle)
23939         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
23940         (spam-check-crm114-headers): Use the spam-split-group that
23941         spam-split prepares, no need to determine it every time.
23942
23943         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
23944         to the nnheader-parse-naked-head call.
23945
23946         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
23947
23948         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
23949         the nnheader-nov-read-message-id call.
23950
23951 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
23952
23953         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
23954         gnus-activate-group twice.  Suggested by Markus Peter
23955         <warp@spin.de>.
23956
23957 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
23958
23959         * gnus-art.el (gnus-article-time-format): Exchange the order of
23960         day and month in the default value; fix customization type.
23961         (article-date-ut): Use add-text-properties.
23962         (article-make-date-line): Use message-make-date instead of
23963         current-time-string.
23964
23965         * message.el (message-fetch-field): Don't use set-text-properties.
23966         (message-make-date): Simplify.
23967
23968         * messagexmas.el (message-xmas-make-date): New function.
23969         (message-xmas-redefine): Defalias message-make-date to it.
23970
23971 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23972
23973         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
23974         (rfc2047-encode-region): Treat text within parentheses as special;
23975         show the original text when error has occurred.
23976
23977         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
23978         already-computed method to gnus-activate-group.
23979
23980         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
23981         same select-methods identical Lisp objects.
23982
23983         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
23984         object when modifying the info.
23985
23986 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23987
23988         * gnus-srvr.el (gnus-server-set-info): Remove the server from
23989         gnus-opened-servers since it has never been opened with the new
23990         configuration yet.
23991
23992 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23993
23994         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
23995         arg to nnheader-generate-fake-message-id.
23996
23997 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
23998
23999         * nnheader.el (nnheader-generate-fake-message-id): Accept a
24000         number and build a fake message ID localized to a group and
24001         article number (so it's repeatable from that point on).
24002         (nnheader-fake-message-id-p): Change regex to accomodate new fake
24003         ID format.
24004
24005         * gnus-sum.el (gnus-get-newsgroup-headers):
24006         Call nnheader-generate-fake-message-id with the article number.
24007
24008 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
24009
24010         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
24011         end-of-buffer.
24012
24013 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24014
24015         * message.el (message-ignored-supersedes-headers): Add Approved.
24016
24017 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
24018
24019         * rfc2047.el (rfc2047-encode-message-header): Remove useless
24020         goto-char.
24021         (rfc2047-encode): Fold the line before encoding.
24022
24023 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24024
24025         * rfc2047.el (rfc2047-encode-message-header): Disabled header
24026         folding -- not all headers can be folded, and this should be done
24027         by the message composition mode.  Probably.  I think.
24028
24029 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
24030
24031         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
24032         fast.
24033
24034         * gnus-ems.el (gnus-remove-image): Don't use
24035         message-text-with-property; remove only the image found first.
24036
24037         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
24038         found first.
24039
24040 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
24041
24042         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
24043
24044 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24045
24046         * message.el (message-text-with-property): Make it fast and accept
24047         optional arguments.
24048         (message-strip-forbidden-properties): Use it.
24049         (message-fix-before-sending): Follow the m-t-w-p change.
24050
24051         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
24052
24053 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
24054
24055         * gnus-art.el (article-hide-headers): Don't change the buffer
24056         mistakenly when performing mml-preview even if
24057         gnus-single-article-buffer is nil.
24058
24059 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
24060
24061         * message.el (message-expand-name-databases): New user option.
24062         (message-expand-name): Use it.
24063
24064 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
24065
24066         * spam.el (spam-report-articles-resend)
24067         (spam-report-resend-register-routine): Allow ham reporting.
24068         (spam-report-resend-register-ham-routine): Add wrapper.
24069         (spam-registration-functions): Add ham resending functions.
24070         (spam-list-of-processors): Add ham resend processor.
24071
24072         * gnus.el (ham-resend-to): Add new group parameter.
24073         (spam-process): Add ham resend option.
24074
24075         * spam-report.el (spam-report-resend): Allow reporting ham.
24076         (spam-report-resend-ham): Add wrapper.
24077
24078 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24079
24080         * message.el (message-cite-articles-with-x-no-archive):
24081         New variable.
24082         (message-cite-original): Use it.
24083
24084 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24085
24086         * message.el (message-cite-original): Respect X-No-Archive.
24087
24088 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
24089
24090         * gnus-art.el (article-hide-headers): Refer to the values for
24091         gnus-ignored-headers and gnus-visible-headers in the summary
24092         buffer since a user may have set them as group parameters.
24093
24094 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
24095
24096         * assistant.el (assistant-node-name): Add convenience function.
24097         (assistant-render-text, assistant-render-node): Add error handling,
24098         plus handle multiple next nodes.
24099         (assistant-find-next-node): Comment out for now.
24100         (assistant-find-next-nodes): Add function, returns list of next
24101         nodes.
24102
24103 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
24104
24105         * mail-source.el (mail-source-directory): Fix doc-string.
24106
24107 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
24108
24109         * assistant.el (assistant-render-text, assistant-eval): Add :set
24110         widget type, which is different because it takes and returns a
24111         list.  Much hilarity ensues.
24112
24113 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
24114
24115         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
24116
24117         * gnus-group.el (gnus-group-get-new-news-this-group):
24118         Add doc-string.
24119
24120         * gnus-start.el (gnus-activate-group): Add doc-string.
24121
24122 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
24123
24124         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
24125
24126 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
24127
24128         * assistant.el (assistant-render-text): Try to add a :set
24129         widget, more to come.
24130
24131         * spam.el (spam-group-spam-contents-p): Handle empty groupname
24132         strings.
24133         (spam-report-articles-resend)
24134         (spam-register-routine): Do registration iff any articles warrant
24135         it.
24136         (spam-summary-prepare-exit): Change log message for nil group
24137         destinations.
24138
24139 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
24140
24141         * spam.el (spam-report-resend-register-routine):
24142         Allow spam-report-resend-to to be a group parameter or a global value.
24143
24144 2004-05-26  Simon Josefsson  <jas@extundo.com>
24145
24146         * starttls.el: Merge with my GNUTLS based starttls.el.
24147         (starttls-gnutls-program, starttls-use-gnutls)
24148         (starttls-extra-arguments, starttls-process-connection-type)
24149         (starttls-connect, starttls-failure, starttls-success):
24150         New variables.
24151         (starttls-program, starttls-extra-args): Doc fix.
24152         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
24153         New functions.
24154         (starttls-negotiate, starttls-open-stream):
24155         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
24156         function if it is set.
24157
24158 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24159
24160         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
24161         structured fields.
24162
24163 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24164
24165         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
24166
24167 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
24168
24169         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
24170         Add variable.
24171         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
24172         assigning the spam-mark to new messages.
24173
24174 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
24175
24176         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
24177
24178 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24179
24180         * dgnushack.el: Autoload customize-set-variable for XEmacs.
24181
24182         * rfc2047.el (rfc2047-encodable-p): Don't move point.
24183         (rfc2047-decode): Treat the ascii coding-system as raw-text by
24184         default.
24185
24186 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
24187
24188         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
24189         correct data.
24190
24191 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
24192
24193         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
24194         (spam-group-processor-p): Fix function.
24195         (spam-group-processor-multiple-p)
24196         (spam-group-spam-processor-report-gmane-p)
24197         (spam-group-spam-processor-report-resend-p)
24198         (spam-group-spam-processor-bogofilter-p)
24199         (spam-group-spam-processor-blacklist-p)
24200         (spam-group-spam-processor-ifile-p)
24201         (spam-group-ham-processor-ifile-p)
24202         (spam-group-spam-processor-spamoracle-p)
24203         (spam-group-spam-processor-crm114-p)
24204         (spam-group-ham-processor-bogofilter-p)
24205         (spam-group-spam-processor-stat-p)
24206         (spam-group-ham-processor-stat-p)
24207         (spam-group-ham-processor-whitelist-p)
24208         (spam-group-ham-processor-BBDB-p)
24209         (spam-group-ham-processor-spamoracle-p)
24210         (spam-group-ham-processor-copy-p): Remove functions with some
24211         prejudice against unneeded code.
24212         (spam-report-articles-resend)
24213         (spam-report-resend-register-routine): Allow the group/topic
24214         spam-resend-to value to override spam-report-resend-to.
24215         (spam-summary-prepare-exit): Invoke spam-group-processor-p
24216         properly now.
24217
24218         * gnus.el (spam-resend-to): Add group/topic parameter.
24219         (spam-process): Move the OBSOLETE processors to the end of the
24220         choices.
24221
24222 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
24223
24224         * spam-report.el (spam-report-resend-to, spam-report-resend):
24225         Start with resend-to set to nil, and then ask the user if necessary.
24226         (spam-report-resend): spam-report-resend takes a list of articles, not
24227         separate article numbers.
24228
24229 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24230
24231         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
24232         addition to emacs-w3m.
24233
24234 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24235
24236         * assistant.el (assistant-authinfo-data): New function.
24237         (assistant-eval): Eval for entire assistant.
24238
24239         * netrc.el (netrc-services-file): New variable.
24240         (netrc-parse-services): New function.
24241         (netrc-find-service-name): New function.
24242         (netrc-find-service-number): New function.
24243         (netrc-port-equal): New function.
24244         (netrc-machine): Use it.
24245
24246         * nnimap.el (nnimap-open-connection): Use netrc.
24247
24248         * gnus-util.el (gnus-netrc-get): Remove aliases.
24249
24250         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
24251
24252         * assistant.el (wid-edit): Fix compilation.
24253
24254         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
24255
24256 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
24257
24258         * gnus-util.el (gnus-set-file-modes): New function.  (small
24259         patch).
24260
24261 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24262
24263         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
24264
24265         * assistant.el (assistant-render-node): Fix up rendering and
24266         read-only text.
24267         (assistant-render-node): Reset.
24268         (assistant-make-read-only): Not sticky.
24269
24270 2004-05-20  Danny Siu  <dsiu@adobe.com>
24271
24272         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
24273         centered even when gnus-auto-center-summary is t.
24274
24275 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24276
24277         * dns.el (dns-get-txt-answer): New function.
24278         (dns-read-txt): Ditto.
24279         (query-dns): Use it.
24280
24281 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
24282
24283         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
24284         active for foreign groups even if the group level is higher than
24285         the specified value.
24286
24287 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24288
24289         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
24290         non-active groups.
24291
24292         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
24293
24294 2004-05-20  Magnus Henoch  <mange@freemail.hu>
24295
24296         * dns.el (dns-read-type): Add support for SVR.  (small patch)
24297
24298 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
24299
24300         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
24301         (spam-crm114-header, spam-crm114-spam-switch)
24302         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
24303         (spam-crm114-positive-spam-header)
24304         (spam-crm114-database-directory, spam-list-of-processors)
24305         (spam-group-spam-processor-crm114-p)
24306         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
24307         (spam-generic-score, spam-list-of-checks)
24308         (spam-list-of-statistical-checks, spam-registration-functions)
24309         (spam-check-crm114-headers, spam-crm114-score)
24310         (spam-check-crm114, spam-crm114-register-with-crm114)
24311         (spam-crm114-register-spam-routine)
24312         (spam-crm114-unregister-spam-routine)
24313         (spam-crm114-register-ham-routine)
24314         (spam-crm114-unregister-ham-routine): Add CRM114 support.
24315
24316 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
24317
24318         * gnus.el: Add spam-use-crm114.
24319
24320         * spam.el (spam-list-of-processors, spam-registration-functions):
24321         Add spam-use-resend.
24322         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
24323         (spam-report-articles-gmane): Add doc fix.
24324         (spam-report-articles-resend, spam-report-resend-register-routine):
24325         Add wrappers around spam-report-resend-to.
24326
24327         * spam-report.el (spam-report-resend-to, spam-report-resend):
24328         Add support for resending spam.
24329         (spam-report-gmane): Fix line length >80.
24330
24331         * gnus.el (spam-process): Add spam-use-resend.
24332
24333 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24334
24335         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
24336         number of processed spam messages.
24337         (spam-ham-copy-or-move-routine): Return the number of processed
24338         ham messages.
24339         (spam-summary-prepare-exit): Use the above values to decide
24340         whether status messages shouled be displayed.
24341
24342 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
24343
24344         * rfc2047.el (rfc2047-encode-function-alist): Rename from
24345         `rfc2047-encoding-function-alist' in order to avoid conflicting
24346         with the old version.
24347         (rfc2047-encode-region): Concatenate words containing non-ASCII
24348         characters in structured fields; don't encode space-delimited
24349         ASCII words even in unstructured fields; don't break words at
24350         char-category boundaries.
24351         (rfc2047-encode-1): New function.
24352         (rfc2047-encode): Use it; encode text so that it occupies the
24353         maximum width within 76-column; work correctly on Q encoding for
24354         iso-2022-* charsets.
24355         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
24356         sure not to break a line just after the header name.
24357         (rfc2047-b-encode-region): Remove.
24358         (rfc2047-b-encode-string): New function.
24359         (rfc2047-q-encode-region): Remove.
24360         (rfc2047-q-encode-string): New function.
24361
24362         * mm-util.el (mm-replace-in-string): New function.
24363
24364 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24365
24366         * gnus-msg.el (gnus-inews-make-draft-meta-information):
24367         Really get it right.
24368         (gnus-inews-make-draft): Really.
24369
24370 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
24371
24372         * nnmh.el (nnmh-request-list-1): Don't check the link count
24373         before descending.  (small patch)
24374
24375 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24376
24377         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
24378         stuff.
24379
24380         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
24381         Match on real group name.
24382
24383         * gnus-art.el (gnus-signature-limit): Doc fix.
24384
24385         * gnus-msg.el (gnus-inews-make-draft): Quote list.
24386
24387         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
24388
24389 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
24390
24391         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
24392         isn't a string.
24393
24394 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24395
24396         * gnus-draft.el (gnus-draft-send):
24397         Bind rfc2047-encode-encoded-words.
24398
24399         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
24400         (rfc2047-encodable-p): Say that =? needs encoding.
24401         (rfc2047-encode-encoded-words): New variable.
24402
24403         * gnus-group.el (gnus-group-select-group): Doc fix.
24404
24405         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
24406
24407         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
24408         to nil.
24409
24410         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
24411
24412         * nnheader.el (nnheader-get-lines-and-char): New function.
24413
24414 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
24415
24416         * gnus-msg.el (gnus-summary-followup-with-original):
24417         Document yanking of region when active.
24418
24419 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
24420
24421         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
24422         groups if the group level is higher than the specified value.
24423
24424 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24425
24426         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
24427         (gnus-group-jump-to-group): Add prefix argument using
24428         `gnus-group-jump-to-group-prompt'.  Query before jumping to
24429         non-active group.
24430
24431         * compface.el (uncompface): Be verbose when changing
24432         `uncompface-use-external'.
24433
24434         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
24435         handle manual section.
24436
24437 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24438
24439         * gnus-art.el (gnus-button-alist): Revert previous change.
24440
24441 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24442
24443         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
24444
24445 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24446
24447         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
24448         whether backend can accept message.
24449
24450         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
24451
24452 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
24453
24454         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24455         Avoid creating directory when nntp-marks-is-evil is true.
24456         Reported by Reiner Steib.
24457
24458 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
24459
24460         * gnus-picon.el (gnus-picon-insert-glyph):
24461         Add optional `nostring' argument.
24462
24463 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
24464
24465         * gnus-picon.el (gnus-picon-style): New variable.
24466         (gnus-picon-transform-address): Support `gnus-picon-style'.
24467
24468 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24469
24470         * message.el (message-fill-field): Return point.
24471         (message-generate-headers): Go to end of field.
24472
24473         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
24474         stuff for non-living groups.
24475
24476 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
24477
24478         * gnus-art.el (gnus-article-followup-with-original)
24479         (gnus-article-reply-with-original): gnus-mark-active-p ->
24480         gnus-region-active-p.
24481
24482 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
24483
24484         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
24485         only when there is spam or ham to be processed.
24486
24487 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24488
24489         * mail-source.el (mail-source-delete-crash-box): Refactor.
24490         (mail-source-fetch): Use it.
24491         (mail-source-fetch-file): Ditto.
24492         (mail-source-fetch-directory): Run postscript in loop.
24493         (mail-source-fetch-pop): Delete.
24494         (mail-source-fetch-maildir): Ditto.
24495         (mail-source-fetch-imap): Ditto.
24496
24497         * imap.el (imap-authenticators): Comment out sasl.
24498
24499         * message.el (message-skip-to-next-address): New function.
24500         (message-fill-header-address): Refactor.
24501         (message-fill-address): Use it.
24502         (message-delete-address): Use it.
24503         (message-fill-header-general): Refactor.
24504         (message-fill-field-address): Rename.
24505         (message-narrow-to-field): Find the start of the header.
24506         (message-header-format-alist): Don't pre-fill.
24507         (message-fill-header): Remove.
24508         (message-insert-header): New function.
24509         (message-shorten-references): Use it.
24510
24511         * rfc2047.el (rfc2047-field-value): Strip props.
24512
24513         * mail-parse.el (mail-header-make-address): New alias.
24514
24515         * ietf-drums.el (ietf-drums-make-address): New function.
24516
24517         * imap.el: Add compiler directives.
24518
24519         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
24520
24521         * gnus-art.el (article-decode-idna-rhs): Don't use
24522         message-idna-inside-rhs-p.
24523
24524 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24525
24526         * message.el (message-idna-inside-rhs-p): Remove.
24527         (message-idna-to-ascii-rhs-1): Use proper address parsing.
24528
24529         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
24530         false positives.
24531
24532 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
24533
24534         * imap.el (imap-sasl-make-mechanisms): Use sasl.
24535
24536 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24537
24538         * nneething.el (nneething-file-name): Don't create spurious
24539         files.
24540
24541         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
24542         (gnus-inews-do-gcc): Remove sleep.
24543
24544         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
24545         part under point.
24546
24547         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
24548         (gnus-agent-regenerate-group): Using nil messages aren't valid.
24549
24550 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
24551
24552         * spam.el (spam-summary-prepare-exit): Fix (length).
24553
24554 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
24555
24556         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
24557         as expired without moving it" message when there are spam
24558         messages left.
24559
24560 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
24561
24562         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
24563         header is not nil.
24564
24565 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
24566
24567         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
24568         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
24569         (nntp-marks-changed-p): New arg SERVER.
24570         (nntp-request-update-info): Adjust caller.
24571
24572 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
24573
24574         * nntp.el (nntp-save-marks): Pass missing arg.
24575
24576 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
24577
24578         * nntp.el: Support marks.
24579         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
24580         (nntp-marks-modtime, nntp-marks-directory): New variables.
24581         (nntp-request-set-mark, nntp-request-update-info)
24582         (nntp-possibly-create-directory, nntp-marks-changed-p)
24583         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
24584         New functions.
24585
24586 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
24587
24588         * gnus-xmas.el (gnus-xmas-select-lowest-window)
24589         (gnus-xmas-redefine): Rename.
24590
24591         * gnus-score.el (gnus-score-insert-help):
24592         Use gnus-select-lowest-window.
24593
24594         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
24595         appt-select-lowest-window and rename to gnus-select-lowest-window.
24596
24597         * gnus.el: do.
24598
24599 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24600
24601         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
24602         encodings of MIME-encoded words, in order to improve
24603         interoperability with several broken MUAs.
24604
24605 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24606
24607         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
24608         tags, only when charsets are not specified in headers.
24609         (mm-inline-text-html-render-with-w3m): Ditto.
24610
24611         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
24612         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
24613
24614 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24615
24616         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
24617         instead of MIME-decoded from fields when checking
24618         `gnus-article-address-banner-alist'.
24619
24620 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
24621
24622         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
24623         description rather than subject.
24624
24625 2004-05-02  Steve Youngs  <steve@youngs.au.com>
24626
24627         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
24628
24629 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24630
24631         * gnus.el (gnus-version-number): Bump.
24632
24633 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
24634
24635         * gnus.el: No Gnus v0.2 is released.
24636
24637 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24638
24639         * gnus-agent.el (gnus-agent-read-agentview):
24640         Inline gnus-uncompress-range.
24641
24642 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24643
24644         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
24645         `exec-installed-p'.
24646
24647 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
24648
24649         * gnus.el (spam-process, spam-autodetect-methods):
24650         Add bsfilter and bsfilter-headers.
24651
24652         * spam.el (spam-bsfilter): New customize group.
24653         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
24654         (spam-bsfilter-header, spam-bsfilter-probability-header)
24655         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
24656         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
24657         (spam-bsfilter-database-directory): New options.
24658         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
24659         (spam-list-of-statistical-checks, spam-registration-functions):
24660         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
24661         (spam-bsfilter-score): New command.
24662         (spam-check-bsfilter-headers, spam-check-bsfilter)
24663         (spam-bsfilter-register-with-bsfilter)
24664         (spam-bsfilter-register-spam-routine)
24665         (spam-bsfilter-unregister-spam-routine)
24666         (spam-bsfilter-register-ham-routine)
24667         (spam-bsfilter-unregister-ham-routine): New functions.
24668         (spam-generic-score): Support bsfilter; Accept an optional argument
24669         to recalcurate spam score even if scoring header has already been
24670         added.
24671         (spam-bogofilter-score, spam-spamassassin-score): Accept an
24672         optional argument to recalcurate spam score even if scoring header
24673         has already been added.
24674
24675 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
24676
24677         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
24678         strings!  Reported by David D. Smith <davidsmith@acm.org>.
24679         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
24680         link is missing.
24681
24682 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
24683
24684         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
24685         (html2text-get-attr): Rewrite.
24686
24687         * message.el (message-setup-1): Remove redundant put-text-property
24688         on mail-header-separator.
24689
24690 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
24691
24692         * gnus-registry.el (gnus-registry-cache-whitespace)
24693         (gnus-registry-action, gnus-registry-spool-action)
24694         (gnus-registry-split-fancy-with-parent): Change message levels
24695         from 5 to 3 or 7, as needed.
24696
24697         * spam.el (spam-summary-prepare-exit)
24698         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
24699         (spam-split, spam-find-spam, spam-log-undo-registration)
24700         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
24701         level from 5 to 6.
24702
24703 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24704
24705         * gnus-ems.el: Autoload appt-select-lowest-window (revert
24706         2004-03-04 change).
24707
24708 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
24709
24710         * sieve-manage.el (sieve-manage-open):
24711         * nnweb.el (nnweb-insert-html):
24712         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
24713         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
24714         * nnspool.el (nnspool-request-group):
24715         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
24716         * nnml.el (nnml-request-update-info):
24717         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
24718         (nnmh-request-create-group, nnmh-update-gnus-unreads):
24719         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
24720         (nnimap-request-set-mark):
24721         * nnfolder.el (nnfolder-request-update-info):
24722         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
24723         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
24724         * gnus-uu.el (gnus-uu-find-articles-matching):
24725         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
24726         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
24727         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
24728         * gnus-nocem.el (gnus-nocem-scan-groups):
24729         * gnus-int.el (gnus-start-news-server):
24730         * gnus-group.el (gnus-group-make-kiboze-group)
24731         (gnus-group-browse-foreign-server):
24732         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
24733         Use mapc when appropriate.
24734
24735 2004-04-22  Dan Christensen  <jdc@uwo.ca>
24736             Adam Sjøgren  <asjo@koldfront.dk>
24737             Wes Hardaker  <wes@hardakers.net>
24738             Michael Shields  <shields@msrl.com>
24739
24740         * spam.el (spam-necessary-extra-headers): Get the extra headers we
24741         may need for spam sorting and scoring.
24742         (spam-user-format-function-S): Add user format function suitable for
24743         general use.
24744         (spam-article-sort-by-spam-status): Add sorting function for summary
24745         sorting.
24746         (spam-extra-header-to-number): Add function to get a score from a
24747         header.
24748         (spam-summary-score): Add function to get a numeric score from the
24749         headers.
24750         (spam-generic-score): Fix function doc, was in wrong place.
24751         (spam-initialize): Take symbols when it's run, and install the
24752         extra headers that spam-necessary-extra-headers thinks we need.
24753
24754 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
24755
24756         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
24757         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24758
24759 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
24760
24761         * gnus-sum.el (gnus-set-global-variables)
24762         (gnus-build-all-threads, gnus-get-newsgroup-headers)
24763         (gnus-article-get-xrefs, gnus-summary-best-group)
24764         (gnus-summary-next-article, gnus-summary-enter-digest-group)
24765         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
24766         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
24767         Use with-current-buffer.
24768
24769 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
24770
24771         * spam.el (spam-summary-prepare-exit): Simplify logic.
24772         (spam-fetch-article-header): Read the article header if it's not
24773         available.
24774         (spam-list-articles): Simplify logic.
24775         (spam-filelist-register-routine): Fix bug with unregister-list.
24776
24777         * gnus-registry.el: Fix comments at beginning.
24778
24779 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
24780
24781         * message.el (message-cater-to-broken-inn): Remove.
24782         (message-shorten-references): Make sure the total folded length of
24783         References is shorter than 998 characters to cater to a bug in INN
24784         2.3.  Also, don't pretend that references aren't folded -- this
24785         hasn't worked for a while.
24786
24787 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24788
24789         * gnus-agent.el (gnus-agentize):
24790         gnus-agent-send-mail-real-function no longer set to current value
24791         of message-send-mail-function but rather a lambda that calls
24792         message-send-mail-function.  The change makes the agent real-time
24793         responsive to user changes to message-send-mail-function.
24794
24795 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24796
24797         * legacy-gnus-agent.el
24798         (gnus-agent-convert-to-compressed-agentview): Fix typos with
24799         help from Florian Weimer <fw@deneb.enyo.de>
24800
24801 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24802
24803         * nnmail.el (nnmail-cache-insert): Revert last change.
24804
24805 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
24806
24807         * nnmail.el (nnmail-cache-insert): Always check whether
24808         nnmail-cache-ignore-groups matches a group name.
24809
24810 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
24811
24812         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
24813         (spam-find-spam, spam-log-processing-to-registry)
24814         (spam-log-registered-p, spam-log-unregistration-needed-p)
24815         (spam-log-undo-registration): Use gnus-message instead of
24816         gnus-error, none of these errors are fatal.
24817
24818         * gnus-registry.el (gnus-registry-clean-empty-function)
24819         (gnus-registry-clean-empty): Remove only empty entries without
24820         extra data.
24821
24822 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
24823
24824         * spam-stat.el (spam-stat-buffer-change-to-spam)
24825         (spam-stat-buffer-change-to-non-spam): Change (error) to
24826         (gnus-message 8) invocation.
24827
24828 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
24829
24830         * nntp.el (nntp-via-netcat-command): New variable.
24831         (nntp-via-netcat-switches): New variable.
24832         (nntp-open-via-rlogin-and-netcat): New function.
24833         (nntp-open-connection-function): Doc fix.
24834         (nntp-telnet-command): Doc fix.
24835         (nntp-end-of-line): Doc fix.
24836         (nntp-via-rlogin-command): Doc fix.
24837         (nntp-via-user-name): Doc fix.
24838         (nntp-via-address): Doc fix.
24839
24840 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24841
24842         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
24843         error in Emacs 21.1.
24844
24845 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
24846
24847         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
24848
24849 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24850
24851         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
24852         (gnus-agent-with-refreshed-group): New macro.
24853         (gnus-agent-rename-group): New function.
24854         (gnus-agent-delete-group): New function.
24855         (gnus-agent-save-group-info): Use gnus-command-method when
24856         `method' parameter is nil.  Don't write nil entries into the
24857         active file.
24858         (gnus-agent-get-group-info): New function.
24859         (gnus-agent-fetch-articles):
24860         Use gnus-agent-update-files-total-fetched-for to increment disk space
24861         used.
24862         (gnus-agent-fetch-headers, gnus-agent-save-alist):
24863         Use gnus-agent-update-view-total-fetched-for to increment disk space
24864         used.
24865         (gnus-agent-get-local): Add optional parameters to avoid calling
24866         gnus-group-real-name and gnus-find-method-for-group.
24867         (gnus-agent-set-local): Delete stored entry if either min, or max,
24868         are nil.
24869         (gnus-agent-fetch-session): Reworded error/quit messages.
24870         On quit, use gnus-agent-regenerate-group to record existance of any
24871         articles fetched to disk before the quit occurred.
24872         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
24873         gnus-agent-update-view-total-fetched-for, and
24874         gnus-agent-update-files-total-fetched-for to decrement disk space
24875         used.
24876         (gnus-agent-retrieve-headers):
24877         Use gnus-agent-update-view-total-fetched-for to increment disk space
24878         used.
24879         (gnus-agent-regenerate-group): Replace gnus-group-update-group
24880         with gnus-agent-update-files-total-fetched-for to decrement disk
24881         space and fresh group buffer.
24882         (gnus-agent-inhibit-update-total-fetched-for): New variable.
24883         (gnus-agent-need-update-total-fetched-for): New variable.
24884         (gnus-agent-update-files-total-fetched-for): New function.
24885         (gnus-agent-update-view-total-fetched-for): New function.
24886         (gnus-agent-total-fetched-for): New function.
24887
24888         * gnus-cache.el (gnus-cache-save-buffers):
24889         Use gnus-cache-update-overview-total-fetched-for to change disk space
24890         used by this group.
24891         (gnus-cache-possibly-enter-article):
24892         Use gnus-cache-update-file-total-fetched-for to increment disk space
24893         used by this group.
24894         (gnus-cache-possibly-remove-article):
24895         Use gnus-cache-update-file-total-fetched-for to decrement disk space
24896         used by this group.
24897         (gnus-cache-generate-nov-databases): Purge total fetched cache.
24898         (gnus-cache-rename-group): New function.
24899         (gnus-cache-delete-group): New function.
24900         (gnus-cache-inhibit-update-total-fetched-for): New variable.
24901         (gnus-cache-need-update-total-fetched-for): New variable.
24902         (gnus-cache-with-refreshed-group): New macro.
24903         (gnus-cache-update-file-total-fetched-for): New function.
24904         (gnus-cache-update-overview-total-fetched-for): New function.
24905         (gnus-cache-rename-group-total-fetched-for): New function.
24906         (gnus-cache-delete-group-total-fetched-for): New function.
24907         (gnus-cache-total-fetched-for): New function.
24908
24909         * gnus-group.el: Require gnus-sum and autoload functions to
24910         resolve warnings when gnus-group.el compiled alone.
24911         (gnus-group-line-format): Documented new %F.
24912         (size of Fetched data) group line format; identifies disk space
24913         used by agent and cache.
24914         (gnus-group-line-format-alist): Defined new F format.
24915         (gnus-total-fetched-for): New function.
24916         (gnus-group-delete-group): No longer update
24917         gnus-cache-active-altered as gnus-request-delete-group now keeps
24918         the cache in sync.
24919         (gnus-group-list-active): Let the agent store a server's active
24920         list if currently plugged.
24921
24922         * gnus-int.el (gnus-request-delete-group):
24923         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
24924         local disk in sync with the server.
24925         (gnus-request-rename-group):
24926         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
24927         local disk in sync with the server.
24928
24929         * gnus-start.el (gnus-get-unread-articles):
24930         Cosmetic simplification to logic.
24931
24932         * gnus-util.el (gnus-rename-file): New function.
24933
24934 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
24935
24936         * mm-util.el (mm-image-load-path): Handle nil in load-path.
24937
24938 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
24939
24940         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
24941         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
24942
24943 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
24944
24945         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
24946         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
24947
24948 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
24949
24950         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
24951
24952 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
24953
24954         * spam.el (spam-set-difference): Add function to replace
24955         gnus-set-difference in spam.el.
24956         (spam-summary-prepare-exit): Use spam-set-difference.
24957
24958 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
24959
24960         * gnus-registry.el (gnus-registry-cache-file): Update to use
24961         gnus-dribble-directory OR gnus-home-directory OR ~.
24962         (gnus-registry-split-fancy-with-parent): Fix doc.
24963
24964 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
24965
24966         * message.el (message-exchange-point-and-mark):
24967         Use message-mark-active-p.  Suggested by Jesper Harder
24968         <harder@ifa.au.dk>.
24969
24970 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
24971
24972         * message.el (message-exchange-point-and-mark): Don't activate
24973         region if it was inactive.  Suggested by Hiroshi Fujishima
24974         <pooh@nature.tsukuba.ac.jp>.
24975
24976 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
24977
24978         * gnus-art.el (article-display-face): Display Faces in the same
24979         order as X-Faces.
24980
24981 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
24982
24983         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
24984
24985 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
24986
24987         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
24988         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
24989         (gnus-article-mime-hierarchy): Remove.
24990         (gnus-article-mime-hierarchy-next): Remove.
24991         (gnus-article-mode): Revert 2004-03-19 change.
24992         (gnus-article-setup-buffer): Revert 2004-03-19 change.
24993         (gnus-insert-mime-button): Revert 2004-03-19 change.
24994         (gnus-mime-accumulate-hierarchy): Remove.
24995         (gnus-mime-enter-multipart): Remove.
24996         (gnus-mime-leave-multipart): Remove.
24997         (gnus-mime-display-part): Revert 2004-03-19 change.
24998         (gnus-mime-display-alternative): Revert 2004-03-19 change.
24999
25000         * mml.el (mml-preview): Revert 2004-03-19 change.
25001
25002 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
25003
25004         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
25005
25006 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25007
25008         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
25009         t while entering a file name using the mm-with-multibyte macro.
25010         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25011
25012         * mm-util.el (mm-with-multibyte): New macro.
25013
25014 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25015
25016         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
25017         New user option.
25018         (gnus-mime-multipart-functions): Doc and customization fix.
25019         (gnus-article-mime-hierarchy): New variable.
25020         (gnus-article-mime-hierarchy-next): New variable.
25021         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
25022         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
25023         gnus-article-mime-hierarchy-next to nil.
25024         (gnus-insert-mime-button): Show hierarchy numbers.
25025         (gnus-mime-accumulate-hierarchy): New function.
25026         (gnus-mime-enter-multipart): New function.
25027         (gnus-mime-leave-multipart): New function.
25028         (gnus-mime-display-part): Recompute hierarchical MIME structure.
25029         (gnus-mime-display-alternative): Show hierarchy numbers.
25030
25031         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
25032         gnus-article-mime-hierarchy-next to nil.
25033
25034 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
25035
25036         * dns.el: Don't require gnus-xmas.
25037
25038 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
25039
25040         * mml.el (mml-generate-mime-1): Don't use format=flowed with
25041         inline PGP.
25042         (mml-menu): Disable mml-quote-region if mark is inactive.
25043
25044 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25045
25046         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
25047         when the group's active is not available.
25048
25049 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25050
25051         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
25052         error.
25053
25054 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
25055
25056         * imap.el (imap-store-password): New variable.
25057         (imap-interactive-login): Use it.
25058         Suggested by Mark Plaksin <happy@mcplaksin.org>.
25059
25060 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25061
25062         * gnus-art.el (gnus-article-read-summary-keys): Restore new
25063         window-start and hscroll to summary window.
25064
25065 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25066
25067         * gnus-start.el (gnus-convert-old-newsrc): Only write the
25068         conversion message to newsrc-dribble when an actual conversion is
25069         performed.
25070
25071 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
25072
25073         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
25074
25075 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
25076
25077         * mm-decode.el (mm-complicated-handles): New function reviving
25078         former definition of mm-multiple-handles.
25079
25080         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
25081         (gnus-mime-delete-part): Use it.
25082
25083 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25084
25085         * gnus-agent.el (gnus-agent-read-local):
25086         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
25087         avoid the implicit assumption that they will always be equal.
25088         (gnus-agent-save-local): Bind buffer-file-coding-system, not
25089         coding-system-for-write, as the with-temp-file macro first prints
25090         to a buffer then saves the buffer.
25091
25092 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
25093
25094         * gnus-art.el (gnus-article-edit-part): New function.
25095         (gnus-mime-save-part-and-strip): Use it; do query instead of
25096         signaling an error; don't use mm-multiple-handles.
25097         (gnus-mime-delete-part): Ditto.
25098
25099 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25100
25101         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
25102         old file versions.
25103         (gnus-group-prepare-hook): Remove function that converted list
25104         form of gnus-agent-expire-days to group properties.
25105
25106         * gnus-int.el: Autoload gnus-agent-regenerate-group.
25107         (gnus-request-accept-article): Re-indented.
25108
25109         * gnus-start.el (gnus-convert-old-newsrc): Registered new
25110         converters to handle old agent file formats.  Add logic for a
25111         "backup before upgrading warning".
25112         (gnus-convert-mark-converter-prompt): Developers can mark
25113         functions as needing (default), or not needing,
25114         gnus-convert-old-newsrc's "backup before upgrading warning".
25115         (gnus-convert-converter-needs-prompt): Tests whether the user
25116         should be protected from potentially irreversable changes by the
25117         function.
25118
25119         * legacy-gnus-agent.el: New.  Provides converters that are only
25120         loaded when gnus-convert-old-newsrc needs to call them.
25121
25122 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
25123
25124         * mail-source.el (mail-source-touch-pop): Doc fix.
25125
25126         * message.el (message-smtpmail-send-it): Doc fix.
25127
25128 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
25129
25130         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
25131
25132         * nnmail.el (nnmail-split-fancy): do.
25133
25134         * gnus-kill.el (gnus-kill, gnus-execute): do.
25135
25136 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
25137
25138         * gnus-sum.el (gnus-widget-reversible-match)
25139         (gnus-widget-reversible-to-internal)
25140         (gnus-widget-reversible-to-external): New functions.
25141         (gnus-widget-reversible): New widget.
25142         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
25143
25144 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
25145
25146         * gnus-sum.el (gnus-thread-sort-functions)
25147         (gnus-article-sort-functions): Document `(not F)' items.
25148
25149 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
25150
25151         * spam.el (spam-use-gmane-xref): Add new backend.
25152         (spam-gmane-xref-spam-group): Add variable to control the name of the
25153         Gmane spam group.
25154         (spam-blackhole-servers, spam-blackhole-good-server-regex)
25155         (spam-regex-headers-spam, spam-regex-headers-ham)
25156         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
25157         (spam-list-of-checks): Add spam-use-gmane-xref to list of
25158         backends and checks.
25159         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
25160
25161         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
25162         an autodetect method.
25163
25164 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25165
25166         * gnus-int.el (gnus-request-accept-article): Inform the agent that
25167         articles are being added to a group.
25168         (gnus-request-replace-article): Inform the agent that articles
25169         need to be uncached as the cached contents are no longer valid.
25170
25171 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25172
25173         * binhex.el: Don't autoload executable-find.
25174
25175         * canlock.el: Don't autoload mail-fetch-field.
25176
25177         * dgnushack.el: Autoload c-mode for XEmacs.
25178
25179         * gnus-ems.el: Don't autoload appt-select-lowest-window.
25180
25181         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
25182         rmail-dont-reply-to and rmail-output.
25183
25184         * gnus-score.el: Don't autoload ffap-string-at-point.
25185
25186         * gnus-setup.el: Don't autoload sc-cite-original.
25187
25188         * imap.el: Don't autoload base64-decode-string,
25189         base64-encode-string and md5.
25190
25191         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
25192         and rmail-msg-restore-non-pruned-header.
25193
25194         * mm-decode.el: Don't autoload executable-find.
25195
25196         * mm-url.el: Don't autoload executable-find.
25197
25198         * mm-view.el: Don't autoload diff-mode.
25199
25200         * nndb.el: Don't autoload news-reply-mode, news-setup,
25201         cancel-timer and telnet.
25202
25203         * password.el: Don't autoload run-at-time for Emacs.
25204
25205         * sha1-el.el: Don't autoload executable-find.
25206
25207         * sieve-mode.el: Don't autoload c-mode.
25208
25209         * uudecode.el: Don't autoload executable-find.
25210
25211 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25212
25213         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
25214         (gnus-agent-possibly-alter-active): Avoid null in numeric
25215         comparison.
25216         (gnus-agent-set-local): Refuse to save null in local object table.
25217         (gnus-agent-regenerate-group): The REREAD parameter can now be a
25218         list of articles that will be marked as unread.
25219
25220 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
25221
25222         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
25223
25224 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
25225
25226         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
25227         language tags.
25228
25229 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
25230
25231         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
25232         Don't bind "obarray".
25233
25234         * gnus-sum.el (gnus-thread-sort-functions):
25235         Add `gnus-thread-sort-by-most-recent-number' and
25236         `gnus-thread-sort-by-most-recent-date'.
25237         Reported by Kai Grossjohann <kai@emptydomain.de>.
25238
25239 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
25240
25241         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
25242
25243 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25244
25245         * gnus-cus.el (gnus-agent-customize-category):
25246         Remove ignore-errors macro reference that required cl to be loaded at
25247         run-time.
25248
25249         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
25250         single-interval range of the form (min . max).  Previously the
25251         range had to look like ((min . max)).  Likewise, return
25252         (min . max) rather than ((min . max)).
25253         (gnus-range-map): Use gnus-range-normalize to accept
25254         single-interval range.
25255
25256         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
25257         the cache, but not the agent, now appear with their usual face.
25258
25259         * dgnushack.el (loaddir): New variable that is bound to the
25260         directory containing the dgnushack.el file. Use loaddir, rather
25261         than srcdir, to update load-path. Change lets dgnushack compile
25262         code in directories other than GNUS/lisp.
25263
25264 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
25265
25266         * lpath.el: Don't bind w3m-safe-url-regexp.
25267
25268         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
25269         w3m-safe-url-regexp variable buffer-local.
25270
25271         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
25272
25273 2004-02-27  Simon Josefsson  <jas@extundo.com>
25274
25275         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
25276         gnus-group-real-prefix.
25277         (gnus-summary-move-article): Use it, instead of
25278         gnus-group-real-prefix.
25279
25280 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25281
25282         * lpath.el: Bind w3m-safe-url-regexp.
25283
25284         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
25285         w3m-safe-url-regexp variable buffer-local and set it as the value
25286         of mm-w3m-safe-url-regexp.
25287
25288         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
25289
25290         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
25291         parsing gnus-posting-styles when the message is not for replying.
25292
25293         * dgnushack.el: Autoload sgml-mode for XEmacs.
25294
25295         * nnrss.el (nnrss-opml-export):
25296         Use mm-set-buffer-file-coding-system instead of
25297         set-buffer-file-coding-system.
25298
25299 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
25300
25301         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
25302         of checkdoc.el).
25303         * nnrss.el: do.
25304         * gnus-mlspl.el: do.
25305         * gnus-ml.el: do.
25306         * gnus-srvr.el: do.
25307
25308         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
25309
25310 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
25311
25312         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
25313         Corrections to custom-manual links.
25314
25315         * gnus-art.el (gnus-article): Ditto.
25316
25317         * mm-decode.el (mime-display, mime-security): Ditto.
25318
25319 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
25320
25321         * flow-fill.el: Typo.
25322
25323 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
25324
25325         * spam-wash.el: New file.
25326
25327 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
25328
25329         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
25330
25331 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
25332
25333         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
25334         to be run with new-articles as LIST1, not LIST2.
25335         (spam-registration-functions): Add spam-use-ham-copy as a nil
25336         registration backend.
25337
25338 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
25339
25340         * spam-stat.el (spam-stat-washing-hook): New option.
25341         (spam-stat-buffer-words): Use it.
25342         (spam-stat-process-directory, spam-stat-test-directory):
25343         Use insert-file-contents-literally.
25344         (spam-stat-coding-system): New variable.
25345         (spam-stat-load, spam-stat-save): Use it.
25346
25347 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
25348
25349         * spam-report.el (spam-report-plug-agent):
25350         Quote spam-report-url-to-file and spam-report-url-ping-plain.
25351
25352 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
25353
25354         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
25355         Allow / in mailto URLs.
25356
25357 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
25358
25359         * spam-report.el (spam-report-process-queue): Fix interactive use.
25360         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
25361         (spam-report-unplug-agent): Doc fixes.
25362         (spam-report-url-ping-mm-url, spam-report-url-to-file)
25363         (spam-report-agentize, spam-report-deagentize): Autoload.
25364
25365 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
25366
25367         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
25368
25369         * message.el (message-setup-fill-variables): Add mml tags to
25370         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
25371         <ajk@iu.edu>.
25372         (message-mode): Don't modify paragraph-separate there.
25373
25374 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
25375
25376         * compface.el (uncompface-use-external): Default to undecided.
25377         (uncompface-use-external-threshold): New variable.
25378         (uncompface-float-time): New macro.
25379         (uncompface): Determine whether to use the external decoder if
25380         uncompface-use-external is undecided.
25381
25382 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25383
25384         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
25385         after images.
25386
25387         * gnus-art.el (gnus-mime-display-single): Remove dead code.
25388
25389 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
25390
25391         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
25392
25393         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
25394
25395         * gnus-sum.el (gnus-summary-limit-to-age)
25396         (gnus-summary-limit-children): do.
25397
25398         * gnus-int.el (gnus-request-scan): do.
25399
25400         * gnus-group.el (gnus-group-suspend): do.
25401
25402         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
25403
25404         * gnus-cite.el (gnus-cite-parse-attributions): do.
25405
25406         * gnus-agent.el (gnus-summary-set-agent-mark)
25407         (gnus-agent-regenerate-group): do.
25408
25409         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
25410
25411         * binhex.el (binhex-decode-region-internal): do.
25412
25413 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
25414
25415         * gnus-fun.el (gnus-face-properties-alist): New user option.
25416         (gnus-display-x-face-in-from): Use it.
25417
25418         * gnus-art.el (article-display-face): Ditto.
25419
25420         * compface.el (uncompface-use-external): Default to nil.
25421
25422 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
25423
25424         * nntp.el (nntp-erase-buffer): New function.
25425         (nntp-retrieve-data, nntp-send-command)
25426         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
25427         (nntp-possibly-change-group): Use it.
25428
25429         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
25430         Use with-current-buffer.
25431
25432 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
25433
25434         * compface.el: Merge the ELisp-based uncompface program.
25435         (compface): New customization group.
25436         (uncompface-use-external): New user option.
25437         (uncompface): Call uncompface-internal if uncompface-use-external
25438         is nil.
25439         (uncompface-internal): New function.  Note that there are also
25440         some other functions and variables added for this function.
25441
25442 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
25443
25444         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
25445         if necessary.
25446
25447 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
25448
25449         * spam-report.el (spam-report-unplug-agent)
25450         (spam-report-plug-agent, spam-report-deagentize)
25451         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
25452         Add support for the Agent in spam-report: when unplugged, report to a
25453         file; when plugged, submit all the requests.
25454
25455         * spam.el (spam-register-routine): Fix message about
25456         registration.
25457
25458 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
25459
25460         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
25461         dependencies.
25462         (rfc2047-encode): Use it.
25463
25464         * gnus-art.el (gnus-button-marker-list): Move before first
25465         reference.
25466
25467         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
25468         (imap-parse-body): Fix format string mismatch.
25469
25470         * gnus-score.el (gnus-summary-increase-score): do.
25471
25472         * nnrss.el (nnrss-close): New function.
25473
25474 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
25475
25476         * nnrss.el (nnrss-make-filename): New function.
25477         (nnrss-request-delete-group, nnrss-read-server-data)
25478         (nnrss-save-server-data, nnrss-read-group-data)
25479         (nnrss-save-group-data): Use it.
25480         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
25481         (nnrss-read-server-data, nnrss-read-group-data): Use load.
25482         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
25483
25484 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
25485
25486         * mml.el (mml-compute-boundary-1): Don't uncompress files.
25487
25488 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
25489
25490         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
25491         files.
25492
25493         * message.el (message-generate-headers-first): Don't quote nil
25494         and t in docstrings.
25495
25496         * imap.el (imap-id): do.
25497
25498         * gnus-agent.el (gnus-agent-consider-all-articles)
25499         (gnus-agent-queue-mail): do.
25500
25501 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
25502
25503         * spam-report.el (spam-report-process-queue): New function.
25504         Process requests from `spam-report-requests-file'.
25505         (spam-report-process-queue): Doc fix.
25506
25507 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
25508
25509         * spam.el (spam-register-routine)
25510         (spam-log-processing-to-registry, spam-log-registered-p)
25511         (spam-log-unregistration-needed-p, spam-log-undo-registration):
25512         Change "check" to "spam-check" for semi-clarity.
25513
25514 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
25515
25516         * pop3.el: Require nnheader.
25517
25518         * mml-smime.el: Require cl.  Autoload message-fetch-field.
25519
25520         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
25521
25522         * gnus-picon.el: Require cl.
25523
25524         * gnus-fun.el: Require gnus-ems and gnus-util.
25525
25526         * gnus.el (gnus-method-to-server): Move defsubst before first use.
25527
25528         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
25529
25530         * gnus-art.el (gnus-article-edit-mode): Define before first
25531         reference.
25532
25533 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
25534
25535         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
25536         (gnus-uu-post-encoded): Use point-at-bol.
25537
25538         * gnus-topic.el (gnus-group-active-topic-p): do.
25539
25540         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
25541
25542         * gnus-group.el (gnus-group-kill-region): do.
25543
25544         * gnus-art.el (article-date-ut): do.
25545
25546         * message.el (message-fetch-field): Remove redundant
25547         case-fold-search binding.
25548         (message-narrow-to-field): Simplify.
25549
25550 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
25551
25552         * spam.el (spam-directory): Derive from `gnus-directory'.
25553
25554         * spam-report.el (spam-report-url-to-file)
25555         (spam-report-requests-file): New function and variable for offline
25556         reporting.
25557         (spam-report-url-ping-function): Add `spam-report-url-to-file'
25558         and user defined function.
25559         (spam-report-url-ping-mm-url): Remove doubled slash.
25560
25561 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
25562
25563         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
25564
25565 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
25566
25567         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
25568         Fix format string mismatch.
25569
25570         * sieve.el (sieve-deactivate-all): do.
25571
25572         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
25573
25574         * nnlistserv.el (nnlistserv-kk-wash-article): do.
25575
25576         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
25577
25578         * mm-bodies.el (mm-7bit-chars): Don't include \r.
25579
25580 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
25581
25582         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
25583         the list of checks.
25584
25585 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
25586
25587         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
25588         padding.
25589
25590 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
25591
25592         * mm-view.el (mm-fill-flowed): New variable.
25593         (mm-inline-text): Use it.
25594
25595 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
25596
25597         * spam.el (spam-spamassassin-register-ham-routine)
25598         (spam-spamassassin-register-spam-routine): Fix function names.
25599
25600 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
25601
25602         * gnus.el (gnus-tmp-grouplens): Remove.
25603         (gnus-summary-line-format): Remove grouplens.
25604
25605         * gnus-group.el (gnus-group-line-format): Ditto.
25606
25607         * gnus-spec.el (gnus-format-specs): Ditto.
25608         (gnus-update-format-specifications): Flush the group format spec
25609         cache if there's the grouplens stuff.
25610         (gnus-parse-simple-format): Replace %l with the empty string.
25611
25612 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
25613
25614         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
25615         omission.
25616
25617 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
25618
25619         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
25620         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
25621
25622 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
25623
25624         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
25625         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
25626         New macros and functions.
25627         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
25628         Handle > NLINK_MAX messages.
25629         * nnmaildir.el (nnmaildir-request-set-mark):
25630         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
25631
25632 2004-01-25  Alex Schroeder  <alex@gnu.org>
25633
25634         * spam-stat.el (spam-stat-process-directory-age): New option.
25635         (spam-stat-process-directory): Use it.
25636
25637 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
25638
25639         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
25640         (spam-stat-save): Accept prefix argument.
25641
25642 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
25643
25644         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
25645         links" error.
25646
25647 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
25648
25649         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
25650         the rest of the and/or forms.
25651
25652 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
25653
25654         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
25655         compatibility with old .newsrc.eld files.
25656
25657         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
25658
25659         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
25660
25661         * gnus-start.el (gnus-1): do.
25662
25663         * gnus-group.el (gnus-group-line-format-alist): do.
25664
25665         * gnus.el (gnus-use-grouplens, gnus-visual): do.
25666
25667         * gnus-gl.el: Remove.
25668
25669 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25670
25671         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
25672         marks consisting of a single range {for example, (3 . 5)} rather
25673         than a list of a single range { ((3 . 5)) }.
25674
25675 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
25676
25677         * spam-stat.el (spam-stat-store-gnus-article-buffer):
25678         Use with-current-buffer.
25679         (spam-stat-store-current-buffer): Use insert-buffer-substring to
25680         avoid consing a string.
25681
25682         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
25683         Remove obsolete entries for big5 and gb2312.
25684
25685 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25686
25687         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
25688         uncompressed list.
25689
25690 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
25691
25692         * spam-stat.el (spam-stat-strip-xref): New function.
25693         (spam-stat-process-directory): Use it.
25694
25695         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
25696         here -- it's done in message-fetch-field.
25697
25698 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
25699
25700         * gnus-agent.el (gnus-agent-queue-mail)
25701         (gnus-agent-prompt-send-queue): New variables.
25702         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
25703         * gnus-draft.el (gnus-group-send-queue): Pass the group name
25704         "nndraft:queue" along to gnus-draft-send.
25705         Use gnus-agent-prompt-send-queue.
25706         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
25707         is "nndraft:queue".  Suggested by Gaute Strokkenes
25708         <gs234@srcf.ucam.org>
25709
25710         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
25711         (agent-enable-undownloaded-faces): Add.
25712         (gnus-agent-cat-groups): Use eval-and-compile, not
25713         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
25714         method of gnus-agent-cat-groups even when the buffer has been
25715         evaled.
25716         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
25717         delete gnus-agent-save-active-1.
25718         (gnus-agent-save-groups): Delete.  Identical to
25719         gnus-agent-save-active.
25720         (gnus-agent-write-active): No longer adjust agent's copy of active
25721         file as agent's adjustments are now stored in their own
25722         file.  Remove optional parameter.
25723         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
25724         servers.  Add use of min/max range limits from server's local
25725         file.
25726         (gnus-agent-save-alist): Remove unused optional argument.
25727         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
25728         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
25729         (gnus-agent-set-local): A per-server file that keeps min/max range
25730         limits for articles known to the agent.  Provides a fast mechanism
25731         for altering many active ranges.
25732         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
25733         active file (local makes it unnecessary).
25734         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
25735
25736         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
25737         (agent-enable-undownloaded-faces): Add.
25738
25739         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
25740         disable it when sending to "nndraft:queue".
25741         (gnus-group-send-queue): Add safety check to avoid sending queue
25742         when unplugged.
25743
25744         * gnus-group.el (gnus-group-catchup): Use new
25745         gnus-sequence-of-unread-articles, not
25746         gnus-list-of-unread-articles, to avoid exhausting memory with huge
25747         numbers of articles.  Use gnus-range-map to avoid having to
25748         uncompress the unread list.
25749         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
25750         Fix invalid ange-ftp reference.
25751
25752         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
25753         (gnus-sorted-range-intersection): Intersection of two ranges
25754         without requiring that they first be uncompressed.
25755
25756         * gnus-start.el (gnus-activate-group): Unless blocked by the
25757         caller, possibly expand the active range to include both cached
25758         and agentized articles.
25759         (gnus-convert-old-newsrc): Rewrote in anticipation of having
25760         multiple version-dependent converters.
25761         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
25762         gnus-agent-save-active.
25763         (gnus-save-newsrc-file): Save dirty agent range limits.
25764
25765         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
25766         gnus-agent-possibly-alter-active.
25767         (gnus-adjust-marked-articles): Faster handling of simple lists.
25768
25769 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
25770
25771         * spam-stat.el (spam-stat-test-directory): New optional argument
25772         displays a list of files detected.  Suggested by Andrew Cohen
25773         <cohen@andy.bu.edu>.
25774         (spam-stat-buffer-words-with-scores): Don't narrow and change
25775         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
25776
25777 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
25778
25779         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
25780         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
25781         (spam-spamassassin-arguments)
25782         (spam-spamassassin-spam-flag-header)
25783         (spam-spamassassin-positive-spam-flag-header)
25784         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
25785         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
25786         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
25787         (spam-list-of-processors, spam-list-of-checks)
25788         (spam-list-of-statistical-checks, spam-registration-functions)
25789         (spam-check-spamassassin-headers, spam-check-spamassassin)
25790         (spam-spamassassin-score)
25791         (spam-spamassassin-register-with-sa-learn)
25792         (spam-spamassassin-register-spam-routine)
25793         (spam-spamassassin-register-ham-routine)
25794         (spam-assassin-register-spam-routine)
25795         (spam-assassin-register-ham-routine): Add SpamAssassin support.
25796         (spam-bogofilter-score): Fix to show article before scoring.
25797
25798 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
25799
25800         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
25801         default scoring function.
25802         (spam-generic-score): Call spam-spamassassin-score if
25803         spam-use-spamassassin or spam-use-spamassassin-headers is on;
25804         spam-bogofilter-score otherwise.
25805
25806         * gnus.el (spam-process, spam-autodetect-methods):
25807         Add spamassassin and spamassassin-headers.
25808
25809 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
25810
25811         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
25812         Suppress unnecessary messages.
25813
25814 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
25815
25816         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
25817         make-hash-table.
25818
25819 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
25820
25821         * canlock.el (base64-encode-string): Don't autoload it.
25822
25823 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
25824
25825         * run-at-time.el: Remove useless (require 'itimer),
25826         eval-and-compile and (featurep 'xemacs).
25827
25828 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
25829
25830         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
25831         GROUP is a virtual group.
25832
25833 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
25834
25835         * gnus.el: Autoload `message-y-or-n-p'.
25836
25837 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
25838
25839         * pgg-parse.el: Remove unnecessary (require 'custom).
25840
25841         * pgg-def.el: do.
25842
25843         * nnmail.el: do.
25844
25845         * gnus-undo.el: do.
25846
25847         * gnus-picon.el: do.
25848
25849         * gnus-util.el: do.
25850
25851 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
25852
25853         * gnus-sum.el (gnus-pick-line-number): Add autoload.
25854
25855 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
25856
25857         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
25858         handle, as well as a list.
25859
25860         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
25861         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
25862         (mm-w3m-cid-retrieve): Simplify.
25863
25864 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
25865
25866         * message.el (message-kill-to-signature): Allow prefix arg to
25867         specify number of lines to keep before signature.
25868
25869 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
25870
25871         * message.el (message-kill-to-signature): Change docstring.
25872
25873 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
25874
25875         * canlock.el: Always require sha1-el.
25876         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
25877
25878         * message.el: Autoload sha1 only when compiling.
25879
25880         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
25881         eudc-expand-inline for XEmacs.
25882
25883 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
25884
25885         * message.el (message-canlock-generate): Require sha1-el.
25886
25887 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
25888
25889         * message.el (message-expand-name): Silence the byte compiler.
25890
25891         * lpath.el: Add detect-coding-system.
25892
25893         * dgnushack.el (dgnushack-compile): Remove obsolete check for
25894         cus-edit.
25895
25896 2004-01-13  Simon Josefsson  <jas@extundo.com>
25897
25898         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
25899         Invoke gnus-score-mode.
25900         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
25901
25902         * gnus-range.el (gnus-compress-sequence): Doc fix.
25903         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
25904
25905 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
25906
25907         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
25908
25909 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
25910
25911         * spam.el (spam-get-article-as-string): Update to use
25912         gnus-request-article-this-buffer, much simpler.
25913         (spam-get-article-as-buffer): Remove.
25914
25915 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
25916
25917         * message.el (message-expand-name): Use EUDC if the user uses that.
25918
25919 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
25920
25921         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
25922         character for the encoding to avoid consing a string.
25923
25924         * rfc2047.el (rfc2047-decode-string): Don't cons a string
25925         unnecessarily.
25926
25927         * mm-util.el (mm-replace-chars-in-string): Remove.
25928
25929         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
25930         of mm-replace-chars-in-string.
25931
25932 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
25933
25934         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
25935
25936         * mm-util.el (mm-subst-char-in-string): Support inplace.
25937
25938         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
25939         a new string in every iteration.  Use shy groups.
25940
25941 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
25942
25943         * gnus-srvr.el (gnus-browse-unsubscribe-group):
25944         * gnus-soup.el (gnus-soup-group-brew):
25945         * gnus-msg.el (gnus-put-message):
25946         * gnus-move.el (gnus-group-move-group-to-server):
25947         * gnus-kill.el (gnus-batch-score):
25948         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
25949         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
25950         (gnus-group-update-group, gnus-group-read-group)
25951         (gnus-group-make-group, gnus-group-make-help-group)
25952         (gnus-group-make-archive-group, gnus-group-make-directory-group)
25953         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
25954         (gnus-group-sort-by-unread, gnus-group-catchup)
25955         (gnus-group-unsubscribe-group, gnus-group-kill-group)
25956         (gnus-group-yank-group, gnus-group-set-info)
25957         (gnus-group-list-groups):
25958         * gnus.el (gnus-generate-new-group-name):
25959         * gnus-delay.el (gnus-delay-send-queue):
25960         * nnvirtual.el (nnvirtual-catchup-group):
25961         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
25962         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
25963         (gnus-group-prepare-topics, gnus-topic-check-topology):
25964         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
25965         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
25966         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
25967         (gnus-group-make-articles-read):
25968         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
25969         (gnus-group-change-level, gnus-kill-newsgroup)
25970         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
25971         (gnus-get-unread-articles, gnus-make-articles-unread)
25972         (gnus-make-ascending-articles-unread): Use accessor
25973         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
25974         to get group information for improved readability.
25975
25976
25977 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
25978
25979         * gnus-art.el (article-decode-mime-words, article-babel)
25980         (gnus-article-highlight-signature, gnus-article-add-buttons)
25981         (gnus-signature-toggle): Use gnus-with-article-buffer.
25982
25983         * gnus-art.el (gnus-article-highlight-headers)
25984         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
25985
25986         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
25987         (gnus-article-set-globals, gnus-request-article-this-buffer)
25988         (gnus-button-message-id, gnus-article-maybe-hide-headers)
25989         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
25990         (gnus-mime-display-alternative): Use with-current-buffer.
25991
25992 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
25993
25994         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
25995         also under 80 char limit, and call gnus-error if needed.
25996         (spam-fetch-article-header): Fix - it was a
25997         buffer-local variable (gnus-newsgroup-data).
25998         (spam-find-spam): Use spam-generate-fake-headers, forget about
25999         spam-insert-fake-headers.
26000         (spam-insert-fake-headers): Remove.
26001
26002 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26003
26004         * deuglify.el (gnus-article-outlook-unwrap-lines)
26005         (gnus-outlook-rearrange-article)
26006         (gnus-outlook-repair-attribution-outlook)
26007         (gnus-outlook-repair-attribution-block)
26008         (gnus-outlook-repair-attribution-other): Remove redundant
26009         save-excursion.
26010
26011 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
26012
26013         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
26014         (spam-fetch-field-subject-fast)
26015         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
26016         (spam-fetch-article-header): Add functions to deal with Gnus
26017         internals for fast retrieval of article header data.
26018         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
26019
26020 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
26021
26022         * pop3.el (pop3-md5): Remove.
26023         (pop3-apop): Replace pop3-md5 with md5.
26024
26025         * mm-bodies.el: base64 is always built-in.
26026
26027         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
26028         Use with-current-buffer.
26029
26030 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
26031
26032         * canlock.el (canlock-insert-header): Remove excessive grouping in
26033         regexp.
26034
26035         * gnus-sum.el (gnus-summary-read-document): Ditto.
26036
26037         * gnus-uu.el (gnus-uu-part-number): Ditto.
26038
26039         * html2text.el (html2text-remove-tags): Ditto.
26040         (html2text-format-tags): Ditto.
26041         (html2text-format-single-elements): Ditto.
26042
26043         * mml.el (mml-parse-1): Ditto.
26044
26045 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
26046
26047         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
26048
26049         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
26050
26051         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
26052
26053         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
26054
26055 2003-11-15  Simon Josefsson  <jas@extundo.com>
26056
26057         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
26058         (pgg-gpg-lookup-key): Use regexp match instead of
26059         split-string (split-string is different between emacs 21.2 and
26060         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
26061
26062 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
26063
26064         * gnus-art.el (gnus-mime-view-all-parts)
26065         (gnus-article-part-wrapper, gnus-article-view-part):
26066         Use with-current-buffer.
26067
26068 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
26069
26070         * spam.el (spam-disable-spam-split-during-ham-respool)
26071         (spam-spamoracle-database, spam-cache-lookups)
26072         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
26073         (spam-group-ham-mark-p, spam-group-spam-mark-p)
26074         (spam-group-ham-marks, spam-group-spam-marks)
26075         (spam-group-spam-contents-p, spam-group-ham-contents-p)
26076         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
26077         also add spam-use-blackholes to the statistical checks.
26078         (spam-fetch-field-fast): Add interface to fetching fields, may
26079         become a macro.
26080         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
26081         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
26082         (spam-insert-fake-headers): Fake an article when needed.
26083         (spam-find-spam): Fake article when possible.
26084         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
26085         (spam-check-bogofilter-headers): Use message-fetch-field instead
26086         of nnmail-fetch-field.
26087
26088 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
26089
26090         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
26091
26092 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
26093
26094         * spam.el (spam-split): Do not require spam-use-CHECK to be
26095         enabled if that check is passed to spam-split explicitly; also
26096         fix so 'spam doesn't get converted to spam-split-group when
26097         spam-split-symbolic-return is t.
26098         (spam-find-spam): Find registrations of the article and use those
26099         instead of re-running spam-split to find the spam/ham
26100         classification of the article.
26101         (spam-log-processing-to-registry, spam-log-registered-p)
26102         (spam-log-unregistration-needed-p, spam-log-undo-registration):
26103         Use gnus-error instead of gnus-message.
26104         (spam-log-registration-type): Add function to determine the
26105         classification of a message based on registry entries; will
26106         return nil if both 'spam and 'ham are found.
26107         (spam-check-BBDB): Expand all the BBDB macros here so we can have
26108         a reasonably fast local cache without the loading errors.
26109         (spam-cache-lookups): Set to t by default.
26110         (spam-find-spam): Don't try to guess spam-cache-lookups.
26111         (spam-enter-whitelist, spam-enter-blacklist): Clear the
26112         spam-caches entry.
26113         (spam-filelist-build-cache, spam-filelist-check-cache):
26114         Fix caching of whitelist/blacklist entries.
26115         (spam-check-whitelist, spam-check-blacklist):
26116         Invoke spam-from-listed-p with a type, not a cache variable.
26117         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
26118
26119 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
26120
26121         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
26122
26123         * nnmail.el (nnmail-split-fancy): do.
26124
26125         * mml.el (mml-parse): do.
26126
26127         * gnus-score.el (gnus-enter-score-words-into-hashtb)
26128         (gnus-score-adaptive): do.
26129
26130 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26131
26132         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
26133         (gnus-mime-button-map): Don't set keymap parent.
26134         (gnus-button-ctan-directory-regexp): Use shy grouping.
26135         (gnus-prev-page-map): Don't set keymap parent.
26136         (gnus-prev-page-map): Remove duplicated one.
26137         (gnus-next-page-map): Don't set keymap parent.
26138         (gnus-mime-security-button-map): Ditto.
26139
26140         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
26141         version number.
26142
26143         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
26144
26145 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26146
26147         * canlock.el (canlock-sha1-function): Remove.
26148         (canlock-sha1-function-for-verify): Remove.
26149         (canlock-openssl-program): Remove.
26150         (canlock-openssl-args): Remove.
26151         (canlock-ignore-errors): Remove.
26152         (canlock-sha1-with-openssl): Remove.
26153         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
26154         (canlock-verify): Don't use canlock-ignore-errors.
26155
26156         * sha1-el.el (sha1-string-external): Make it can return a string
26157         in binary form.
26158         (sha1-region-external): Ditto.
26159         (sha1-string-internal): Ditto.
26160         (sha1-region-internal): Ditto.
26161         (sha1-region): Ditto.
26162         (sha1-string): Ditto.
26163         (sha1): Ditto.
26164
26165 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26166
26167         * spam.el (spam-report-articles-gmane): New command.
26168
26169 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
26170
26171         * gnus.el: Don't make unnecessary *Group* buffer when loading.
26172
26173         * run-at-time.el (run-at-time-saved): Remove.
26174         (run-at-time): Doc fix.
26175
26176 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
26177
26178         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
26179         (gnus-summary-limit-map): Add it.
26180         (gnus-summary-make-menu-bar): do.
26181
26182 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
26183
26184         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
26185         Make attempt at some caching support (done for BBDB only now).
26186         (spam-find-spam): Set spam-cache-lookups if there are more than 2
26187         addresses to be checked.
26188         (spam-clear-cache-BBDB): Add function, to be invoked by
26189         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
26190         (spam-check-BBDB): Check and use the caches, if
26191         spam-cache-lookups is on, remove superfluous (provide).
26192
26193 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
26194
26195         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
26196
26197 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
26198
26199         * run-at-time.el (run-at-time-saved): Move to after the definition
26200         of `run-at-time'.
26201
26202         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
26203
26204 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
26205
26206         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
26207         mm-w3m-local-map-property.
26208
26209         * mm-view.el (mm-w3m-mode-map): Remove.
26210         (mm-w3m-local-map-property): Remove.
26211         (mm-inline-text-html-render-with-w3m): Don't use
26212         mm-w3m-local-map-property.
26213
26214 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26215
26216         * run-at-time.el: New file.
26217
26218         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
26219         under Emacs.
26220
26221         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
26222         of gnus-set-text-properties.
26223
26224         * gnus-uu.el (gnus-uu-save-article): Ditto.
26225
26226         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
26227
26228         * gnus-cite.el (gnus-cite-parse): Ditto.
26229
26230         * gnus-art.el (gnus-button-push): Use set-text-properties instead
26231         of gnus-.
26232
26233         * gnus-xmas.el (run-at-time): Require run-at-time.
26234
26235         * gnus.el: Change calls to nnheader-run-at-time and
26236         password-run-at-time throughout to use run-at-time directly.
26237
26238         * password.el: Remove definition of run-at-time.
26239
26240         * nnheaderxm.el: Remove definition of run-at-time.
26241
26242 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
26243
26244         * mml.el (mml-minibuffer-read-disposition): Show attachment type
26245         in prompt.
26246
26247 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
26248
26249         * messagexmas.el (message-xmas-redefine): Alias
26250         `message-make-caesar-translation-table' to
26251         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
26252         version.
26253
26254         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
26255         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
26256         `gnus-xmas-set-text-properties'.
26257         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
26258         `gnus-xmas-completing-read'.
26259         (gnus-xmas-completing-read): Removed.
26260         (gnus-xmas-open-network-stream): Removed.
26261
26262         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
26263         XEmacs version.
26264
26265         * dns.el (dns-make-network-process): Use `open-network-stream'
26266         instead of `gnus-xmas-open-network-stream'.
26267
26268         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
26269
26270         * .cvsignore: Add auto-autoloads.el, custom-load.el.
26271
26272 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
26273
26274         * gnus-art.el (gnus-mime-display-alternative)
26275         (gnus-insert-mime-button, gnus-insert-mime-security-button)
26276         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
26277         Don't use gnus-local-map-property.
26278
26279         * gnus-util.el (gnus-local-map-property): Remove.
26280
26281         * mm-view.el (mm-view-pkcs7-decrypt):
26282         Replace gnus-completing-read-maybe-default with completing-read.
26283
26284         * gnus-util.el (gnus-completing-read): do.
26285         (gnus-completing-read-maybe-default): Remove.
26286
26287 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
26288
26289         * password.el: Only autoload `run-at-time' if not XEmacs.
26290         Only autoload the itimer functions if XEmacs.
26291
26292 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
26293
26294         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
26295         XEmacsen.
26296
26297         * dgnushack.el: Autoload executable-find for XEmacs.
26298
26299 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
26300
26301         * gnus-art.el (gnus-read-string): Remove.
26302         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
26303         read-string.
26304
26305 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
26306
26307         * netrc.el: Autoload password-read.
26308         (netrc): Add configuration group.
26309         (netrc-encoding-method, netrc-openssl-path):
26310         Add variables for encoding and decoding of files with symmetric
26311         ciphers.
26312         (netrc-encode): Add assistant function to encode a file with
26313         netrc-encoding-method.
26314         (netrc-parse): Add interactive parameter, added optional
26315         decoding if netrc-encoding-method is non-nil but otherwise
26316         behavior is standard.
26317         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
26318         Do s/encode/encrypt/ everywhere.
26319
26320         * spam.el: Remove executable-find autoload.
26321
26322 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
26323
26324         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
26325
26326         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
26327
26328 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
26329
26330         * gnus-art.el (gnus-treat-ansi-sequences)
26331         (article-treat-ansi-sequences): New variable and function.
26332         Suggested by Dan Jacobson <jidanni@jidanni.org>.
26333
26334         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
26335         Use it.
26336
26337 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
26338
26339         * mm-util.el (mm-quote-arg): Remove.
26340
26341         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
26342         shell-quote-argument.
26343
26344         * gnus-uu.el (gnus-uu-command): do.
26345
26346         * gnus-sum.el (gnus-summary-insert-pseudos): do.
26347
26348         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
26349         with make-char.
26350
26351         * mm-util.el (mm-make-char): Remove.
26352
26353         * mml.el (mml-mode): Replace gnus-add-minor-mode with
26354         add-minor-mode.
26355
26356         * gnus-undo.el (gnus-undo-mode): do.
26357
26358         * gnus-topic.el (gnus-topic-mode): do.
26359
26360         * gnus-sum.el (gnus-dead-summary-mode): do.
26361
26362         * gnus-start.el (gnus-slave-mode): do.
26363
26364         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
26365
26366         * gnus-ml.el (gnus-mailing-list-mode): do.
26367
26368         * gnus-gl.el (gnus-grouplens-mode): do.
26369
26370         * gnus-draft.el (gnus-draft-mode): do.
26371
26372         * gnus-dired.el (gnus-dired-mode): do.
26373
26374         * gnus-ems.el (gnus-add-minor-mode): Remove.
26375
26376         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
26377         Replace gnus-char-width with char-width.
26378
26379         * gnus-ems.el (gnus-char-width): Remove.
26380
26381         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
26382         Replace gnus-char-width with char-width.
26383
26384         * gnus-ems.el (gnus-char-width): Remove.
26385
26386         * spam-stat.el (with-syntax-table): Remove with-syntax-table
26387         definition.
26388         Remove Emacs 20 hash table compatibility code.
26389
26390         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
26391         20 compatibility code.
26392
26393         * spam.el (spam-point-at-eol): Replace with point-at-eol.
26394
26395         * smime.el (smime-point-at-eol): Replace with point-at-eol.
26396
26397         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
26398         Replace with point-at-{eol,bol}.
26399
26400         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
26401
26402         * imap.el (imap-point-at-eol): Replace with point-at-eol.
26403
26404         * flow-fill.el (fill-flowed-point-at-bol)
26405         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
26406
26407         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
26408         Replace with point-at-{eol,bol} throughout all files.
26409
26410 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
26411
26412         * ntlm.el (ntlm-string-as-unibyte): New macro.
26413         (ntlm-build-auth-response): Use it.
26414
26415         Remove Emacs 20 stuff:
26416         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
26417         (butlast, mapc, remove): Remove the compiler macros.
26418         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
26419         of delq and copy-sequence.
26420         * gnus-art.el (popup-menu): Remove the compiler macro.
26421         * nnmail.el (nnmail-split-fancy): Don't support customizing with
26422         Emacs 20.
26423
26424 2004-01-05  Simon Josefsson  <jas@extundo.com>
26425
26426         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
26427         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
26428         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
26429         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
26430         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
26431         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
26432         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
26433         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
26434         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
26435         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
26436         ntlm-string-permute, string-lshift into ntlm-string-lshift,
26437         string-xor into ntlm-string-xor.
26438         Suggested by Jesper Harder <harder@myrealbox.com>.
26439
26440         * ntlm.el: Don't include poem.
26441
26442         * md4.el (print-int32, print-string-hexa): Remove.
26443         Suggested by Jesper Harder <harder@myrealbox.com>.
26444
26445         * sasl-ntlm.el, ntlm.el, md4.el: New files.
26446
26447         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
26448         probably breaks emacs with DL patch, but do we care? Is anyone
26449         still using the DL stuff?)
26450
26451         * sieve-manage.el: Use the password package.
26452         (sieve-manage-read-passwd): Remove.
26453         (sieve-manage-interactive-login): Use password.  Re-add
26454         condition-case around loop.
26455
26456         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
26457         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
26458         Use the password package.
26459
26460 2003-02-19  Simon Josefsson  <jas@extundo.com>
26461
26462         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
26463         token.
26464
26465 2002-08-07  Simon Josefsson  <jas@extundo.com>
26466
26467         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
26468         (sieve-manage-authenticators):
26469         (sieve-manage-authenticator-alist): Add some SASL mechs.
26470         (sieve-sasl-auth): New function.
26471         (sieve-manage-cram-md5-auth):
26472         (sieve-manage-plain-auth): Rewrite using SASL library.
26473         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
26474         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
26475         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
26476         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
26477
26478 2004-01-05  Simon Josefsson  <jas@extundo.com>
26479
26480         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
26481         New files.
26482
26483 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26484
26485         * gnus-group.el (gnus-no-groups-message): Update.
26486
26487         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
26488
26489 2003-11-09  Simon Josefsson  <jas@extundo.com>
26490
26491         * imap.el: Support for ID IMAP extension (RFC 2971).
26492         (imap-local-variables): Add imap-id.
26493         (imap-id): New variable.
26494         (imap-id): New function.
26495         (imap-parse-response): Parse untagged ID response.
26496         * nnimap.el (nnimap-id): New variable.
26497         (nnimap-open-connection): Use it.
26498
26499 2003-12-28  Simon Josefsson  <jas@extundo.com>
26500
26501         * gnus-score.el (gnus-score-edit-all-score): New.
26502         * gnus-group.el (gnus-group-score-map): Bind it to W e.
26503
26504 2004-01-04  Simon Josefsson  <jas@extundo.com>
26505
26506         * password.el: Add.
26507
26508 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
26509
26510         * dns.el (dns-query-types): Fix typo.
26511         (dns-query-types): New function.
26512         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
26513         PTR and SOA replies, see RFC 1035.
26514
26515 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26516
26517         * gnus.el (gnus-logo-color-style): Change colors to `no'.
26518
26519         * Move to Changelog.2.
26520
26521 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26522
26523         * gnus.el (gnus-version-number): Bump version.
26524
26525 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26526
26527         * gnus.el: No Gnus v0.1 is released.
26528
26529 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
26530
26531         * gnus.el: No Gnus v0.0 is released.
26532
26533 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26534
26535         * gnus.el (gnus-version-number): Bump.
26536         (gnus-version): No.
26537
26538 See ChangeLog.2 for earlier changes.
26539
26540   Copyright (C) 2004-2013 Free Software Foundation, Inc.
26541
26542   This file is part of GNU Emacs.
26543
26544   GNU Emacs is free software: you can redistribute it and/or modify
26545   it under the terms of the GNU General Public License as published by
26546   the Free Software Foundation, either version 3 of the License, or
26547   (at your option) any later version.
26548
26549   GNU Emacs is distributed in the hope that it will be useful,
26550   but WITHOUT ANY WARRANTY; without even the implied warranty of
26551   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
26552   GNU General Public License for more details.
26553
26554   You should have received a copy of the GNU General Public License
26555   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
26556
26557 ;; Local Variables:
26558 ;; coding: utf-8
26559 ;; fill-column: 79
26560 ;; add-log-time-zone-rule: t
26561 ;; End: